
@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html{
    font-family: "Poppins", sans-serif !important;
    width: 100% !important;
    overflow-x: hidden;
    font-weight: normal !important;
}

body{
    font-family: "Poppins", sans-serif !important;
    font-weight: normal !important; 
    width: 100% !important;
    overflow-x: hidden;
    background-color: #F2F6FF;
    
}

.calendar {
    table-layout: fixed;
}

.calendar th,
.calendar td {
    width: 14.28%;
    height: 100px;
    text-align: center;
    vertical-align: top;
    position: relative;
}

.today {
    background-color: #007bff;
    color: white;
}

.event {
    padding: 2px;
    border-radius: 5px;
    margin-bottom: 5px;
    display: block;
    color: white;
}

.event-point {
    width: 12px;
    /* Ajustar el tamaño del punto */
    height: 12px;
    border-radius: 50%;
    margin: 5px 2px;
    /* Centrar el punto en la celda */
    cursor: pointer;
    /* Cambiar el cursor al pasar sobre el punto */
    display: inline-block;
    /* Asegurarse de que se muestre en línea */
}

.selected {
    background-color: #e9ecef;
    /* Gris con 50% de transparencia */
    color: white;
    border-color: #808080CC;
    /* Gris con 80% de transparencia */
}

#fondo_login{
    background-image: url('../img/fondo_login.png') !important;
    background-size: cover;
    background-position: center center;
}

.card-blue{
    background-color: #0C77F8 !important;
}

.form-control:focus {
    border-color: #F8F9FA !important;
    outline: none;
    box-shadow: none !important;
}

.logo_unach_white{
    width: 20%;
}

.logo_50_white{
    width: 25%;
}

.btn-buscar{
    background-color: #206EA7 !important;
    color: white !important;
}

.logo_menu1P{
    width: 150px !important;
    margin: 0 1rem;
}

.logo_menu2P{
    width: 150px !important;
    margin: 0 1rem;
}

.select2-container .select2-selection__choice {
    color: #606163 !important;
}

.nav-link.active.w-100.HiAc{
    background-color: #D7E3FE !important;
    color: black !important;
}

.nav-link.w-100.HiAc{
    color: black !important;
}

.nav-link.w-100.HiAc:hover {
    background-color: #EEEEEE !important;
    color: black !important;
}

@media (max-width: 3060px) {
}

@media (max-width: 1280px) {
    .logo_menu1P{
        width: 100px !important;
    }
    
    .logo_menu2P{
        width: 100px !important;
    }
}

/* LG */
@media (max-width: 1199px) {
}

/* MD */
@media (max-width: 991px) {
    
}

@media (min-width: 1400px) {
    
}

/* SM */
@media (max-width: 767px) {
    .col-md-4.col-sm-12.position-relative{
        height: 200px !important;
    }
    .logo_unach_white{
        width: 40%;
    }
    
    .logo_50_white{
        width: 45%;
    }

    .title-login{
        font-size: 1.2rem;
    }

    .title-login br{
        display: none !important;
    }

    .hiddenPhone{
        display: none !important;
    }

    .logo_menu1P{
        width: 55px;
        margin: 0 0.5rem;
    }

    .logo_menu2P{
        width: 50px;
        margin: 0 0.5rem;
    }

    .colP-50{
        width: 50% !important;
    }

    .logo_menu3P{
        width: 30px;
        margin-left: 0px !important;
    }

    .showPhone{
        visibility: visible !important;
    }
    .centerPhone{
        text-align: center;
    }
}

/* XS */
@media (max-width: 575px) {}

/* XS */
@media (max-width: 330px) {}

/* Estilos personalizados para pestañas de encuestas */
.encuestas-tabs .nav-tabs {
    border-bottom: 0;
}
.encuestas-tabs .nav-link {
    border: 1px solid transparent;
    margin-right: 0.5rem;
    padding: 0.6rem 0.9rem;
    border-radius: 0.5rem;
    color: #1f2937; /* gris oscuro */
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
    box-shadow: 0 1px 0 rgba(16,24,40,0.03);
    transition: all 0.15s ease-in-out;
}
.encuestas-tabs .nav-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(16,24,40,0.06);
}
.encuestas-tabs .nav-link.active {
    background: #0C77F8;
    color: #fff !important;
    border-color: rgba(12,119,248,0.15);
}
.encuestas-tabs .nav-link .small {
    display: block;
    font-size: 11px;
    color: rgba(0,0,0,0.65);
}
@media (max-width: 767px) {
    .encuestas-tabs .nav-link {
        padding: 0.45rem 0.6rem;
        font-size: 0.9rem;
    }
}
