body {
            margin: 0;
            padding: 0;
            font-family: 'Montserrat', sans-serif;
            background-size: cover;
            background-color: #333 !important;
            
           
            background-image: url('/img/bg.png');
}
.app{
    height: calc( 100vh);
    display: flex;
            justify-content: center;
            align-items: center;
}
            *{
                font-family: 'Montserrat', sans-serif;
            }
            hr{
                color: white;
            }

        .logo_besco{
            width: 400px;
            height: 100px;
            display: flex;
            justify-content: center;
            align-items: center;
            object-fit: contain;
        }
        .logo_besco img{
            width: 100%;
        }


        .home{
	        width: 40px;
	        height: 40px;
	        border-radius: 20px;
	        background-color: #EC6C56;
	        position: absolute;
	        left: 15px;
	        top: 15px;
	        display: flex;
	        justify-content: center;
	        align-items: center;
        }
        a{
	        text-decoration: none;
            display: block;
            width: 100%;
        }
        .name_orange{
            color: #e8553d;
            font-weight: 500;
            display: block;
            margin-bottom: 5px;
        }
        .container {
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: relative;
        }
        .container_in{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 100%;
            padding: 20px;
        }
        .header_top{
            display: flex;
            flex-direction: column;
            margin-bottom: 0px;
        }
        .content_main{
            display: flex;
            flex-direction: column;
            flex:1;
            align-items: center;
            width: 95%;
            max-width: 350px;
        }
        .content_main.comment{
            max-width: 100%;
        }
        .logo {
            width: 130px;
            margin: 10px auto;
        }
        .logo_small {
            width: 90px;
            margin: 10px auto;
        }
        .logo_derechos {
            width: 250px;
            margin: 10px auto;
            margin-top: 0px;
            margin-bottom: 0px;
        }
        .palabras{
	        width: 100%;
            margin-top: 20px;
        }
        .palabra{
	        /*display: inline;*/
            padding: 6px;
            padding-left: 20px;
            padding-right: 20px;
            margin: 20px 0;
            margin-top: 20px;
            margin-bottom: 0px;
            border: none;
            border-radius: 25px;
            color: white;
            font-size: 18px;
            cursor: pointer;
            font-weight: bold;
            font-family: 'Montserrat', sans-serif;
            text-transform: uppercase;
            display: inline-block;
            margin: 4px;
        }
        .palabra.naranja{
	        background-color: #e8553d;
        }
        .palabra.verde{
	        background-color: #72b97e;
        }
        .palabra.amarillo{
	        background-color: #f7a027;
        }
        .palabra.morado{
	        background-color: #74699B;
        }

        .button:disabled {
            opacity: 0.5;
            cursor: not-allowed;
            color: white;
        }
        .button {
            display: block;
            width: 100%;
            padding: 11px;
            margin: 20px 0;
            margin-top: 20px;
            margin-bottom: 0px;
            border: none;
            border-radius: 25px;
            color: white;
            font-size: 22px;
            cursor: pointer;
            font-weight: 500;
            font-family: 'Montserrat', sans-serif;
        }
        .button.title{
            width:auto;
            cursor: none;
            padding-left: 50px;
            padding-right: 50px;
        }
        .button.morado{
            background-color: #74699B;
        }
        .button.morado:hover{
	        background-color: #433670;
        }
        .button.morado.active{
            background-color: #433670;
        }
        .button.naranja{
            background-color: #e8553d;
        }
        .button.naranja:hover{
	        background-color: #c12c13;
        }
        .button.verde{
            background-color: #72b97e;
        }
        .button.verde:hover{
	        background-color: #2c883c;
        }
        h3{
	        color: #e8553d;
	        padding-bottom: 0px;
	        margin-bottom: 0px;
	        font-family: 'Montserrat', sans-serif;
        }
        form.ingresar{
            display: flex;
            flex-direction: column;
        }
        .title_top{
	         border-radius: 25px;
	         border-style: solid;
	         border-width: 2px;
	         border-color: #e8553d;
	         color: #e8553d;
	         padding: 8px;
	         font-family: 'Montserrat', sans-serif;
	         font-size: 18px;
        }
        .title_top.alone{
	        border-style: none;
	        font-weight: 600;
	        font-size: 22px;
        }
        .input_text{
            display: block;
	        padding: 10px;
	        border-radius: 25px;
	        border-style: solid;
	        border-width: 2px;
	        border-color: #e8553d;
	        color: #666;
	        text-align: center;
	        font-size: 18px;
	        font-family: 'Montserrat', sans-serif;

        }
        .title_comment{
	        color: #e8553d;
	        font-weight: 500;
	        font-size: 18px;
	        font-family: 'Montserrat', sans-serif;
        }
        .comentario{
	        margin-top: 20px;
	        border-style: solid;
	        border-width: 2px;
	        border-color: #e8553d;
	        border-radius: 25px;
	        padding: 20px;
	        padding-bottom: 5px;
	        text-align: left;
            position: relative;
            width: calc(100% - 50px);
        }
        .comentario.comment{
            max-width: 300px;
            margin: 4px;
        }
        .comentario textarea{
	        width: calc(100% - 20px);
	        height: 140px;
	        margin-top: 5px;
	        border-width: 0px;
	        font-size: 18px;
	        padding: 10px;
	        font-family: 'Montserrat', sans-serif;
	        border-radius: 15px;
	        border-style: solid;
	        border-width: 2px;
	        border-color: #e8553d;
        }
        .comentario p{
	        margin-top: 0px;
	        padding-top: 5px;
        }
        .content_in_body{
	        /*background-color: red;*/
	        overflow-y: auto;
	        height: calc( 100vh - 550px);
        }
        .content_in_body.fluid{
            height: auto;
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
        }
        .close{
            position: absolute;
            width: 30px;
            height: 30px;
            background-color: #e8553d;
            border-radius: 15px;
            right: 15px;
            top: 10px;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
        }
        
        #countdown{
            display: flex; 
            align-items: center; 
            justify-content: center;
            background-color: #e8553d;
            border-radius: 25px; 
            padding: 8px; 
            font-family: 'Montserrat', sans-serif; 
            font-size: 24px; color: white;
            font-weight: 500;
            width: 150px;
        }
body.control,body.fluid{
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.container.control{
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
.container.fluid{
	height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
}
.container.fluid .logo_small{
	margin-top: 20px;
}

.container_in.control {

}
.container_in_expositor.control{
    
}

.container_in_expositor{
    display: flex;
}
.left_side{
    margin-left: 70px;
    margin-right: 50px;
    flex:1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.left_side.control{
    flex:0.6;
}

.right_side{
    margin-left: 0px;
    margin-right: 70px;
    flex:1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.logo_BESCO_expositor{
    max-width: 40%;
    margin-bottom: 20px;
}
.logo_derechos_expositor{
    max-width: 90%;
}
.title_top.alone.expositor{
    font-size: 45px;
}
.content_in_body.expositor{
    height: auto;
}

.time{
    display: flex;
    justify-content: center;
    align-items: center;
}
.time input{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin: 10px;
}
.botones{
    display: flex;
}
.botones button{
    margin-right: 10px;
}

.temas{
    text-align: left;
}
.btn_generar{
    background-color: #74699B;;
    border-radius: 10px;
    padding: 5px;
    font-size: 10px;
    color: white;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: 15px;
    text-align: center;
}
.btn_generar.comentarios{
    background-color:#72b97e;
}
.btn_seleccionar{
    background-color: #c12c13;
    border-radius: 10px;
    padding: 5px;
    font-size: 10px;
    color: white;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-self: center;
    align-items: center;
    text-align: center;
}
.temas ul li{
    font-weight: bold;
    display: flex;
    margin-bottom: 2px;
}
.btn_seleccionar_container{
    margin-left: 10px;
    display: flex;
}
.btn_seleccionar_container a{
    margin-left: 10px;
}
.mostrar.active{
    opacity: 0.5;
}

/* Preloader styles */
.preloader {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.preloader-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloader svg {
    animation: rotate 2s linear infinite;
}

.preloader svg circle {
    fill: none;
    stroke: #333;
    stroke-width: 10;
    stroke-dasharray: 150, 200;
    stroke-dashoffset: -10;
    animation: dash 1.5s ease-in-out infinite;
}
@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 150, 200;
        stroke-dashoffset: -50;
    }
    100% {
        stroke-dasharray: 150, 200;
        stroke-dashoffset: -150;
    }
}

.comentarios_content{
    width: 100%;
}

#resultado{
    padding: 10px;
    background-color: darkblue;
    border-radius: 20px;
    color: white;
    font-weight: bold;
}
label{
    color: white;
}
.asignar-content{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.asignar-content button{
    margin: 5px;
    color: #001e70;
    font-size: 20px;
    font-weight: bold;
    background-color: white;
    border-radius: 15px;
    width: 100px;
    height: 50px;
}

.clear{
    background-color: black !important;
}

.content_seleccion{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.content_seleccion .button.white{
    background-color: white;
    color: black;
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    margin-left: 30px;
    margin-right: 10px;
    padding: 50px;
}
.content_seleccion .button.white img{
    width: 200px;
}
.logo_besco{
    width: 450px;
    height: 140px;
    margin: 0 auto;
}
.logo_besco_small{
    width: 350px;
    height: 100px;
    margin: 0 auto;
}
.header_inicio{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: bold;
    color: white;
    font-size: 28px;
}
.vertical-bar {
    width: 3px;
    height: 100%;
    background-color: white;
    margin-left: 40px;
    margin-right: 60px;
}
.logo_tramite{
    width: 60px;
    height: 60px;

}
.form-control{
    border-radius: 30px !important;
    padding: 15px !important;
    padding-left: 30px !important;
    min-width: 400px !important;
}
.btn.btn-primary.search{
    background-color: #6ed5ff !important;
    color: #033a84;
    border-radius: 30px !important;
    font-weight: bold;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: 15px !important;
}

.resultado_label{
    color: white;
    font-weight: bold;
}
.table_content {
    padding: 20px;
    background-color: white;
    border-radius: 20px;
}
table {
    border-width: 20px;
    border-color:transparent !important;
    /*border-style: solid;
    border-color: white !important;
    border-radius: 20px !important;*/
 
    border-collapse: separate;
    border-spacing: 0; /* Opcional: ajusta el espacio entre celdas */
    border-radius: 20px; /* Aplica el borde redondeado */
    overflow: hidden; 
}
table tr td{
    background-color: transparent;
    vertical-align: middle;
    color: #033477;
    font-weight: bold;
}
.table>:not(caption)>*>*{
    
}
.table>:not(caption)>*>*{
    /*background-color: transparent;*/
}
.atendido1{
    background-color: #b5ffb5 !important;
}

.table>:not(caption)>*>* .atendido1{
    background-color: red !important;
}

thead{
    background-color: #033477;
}
thead tr th{
    color: white !important;
    background-color: #033477 !important;
}
thead tr:first-child th:first-child {
    border-top-left-radius: 20px !important; /* Esquina superior izquierda */
}

thead tr:first-child th:last-child {
    border-top-right-radius: 20px !important; /* Esquina superior derecha */
}
.btn-primary{
    background-color: #033477 !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    --bs-btn-border-color: transparent !important;
    margin-right: 5px;
}
.title{
    color: white;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 20px;
}

.back-button{
    max-width: 180px;
    border-radius: 20px;
    margin: 0 auto;
}
.back-button a{
    font-size: 20px;
    font-weight: bold;
    border-radius: 20px;
    background-color: white;
    color: #033477 ;
}
.banner{
    width: 100%;
    height: 120px;
    background-color: black;
}

.app.publico{
    flex-direction: column;
    justify-content: space-between;
}
.app.publico .container{
    flex: 1;
}

