/*Estilos del Body*/
body{
    background-color: var(--blanco);
}
/*Estilos del Main somos*/
.mainlogobotones{
    width: 90%;
    height: 70vh;
    border-radius: 8px;
    background-image: url(../img/background/bg-2.png);
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 1200px) {
    .mainlogobotones{
        width: 75%;
    }
}
.mainlogobotones img{
    width: 90%;
    filter: opacity(80%);
}
.mainlogobotones button, .modalconsejo .btn-primary,
.modalarchivosconsejo .btn-primary, .modalplandetrabajo .btn-primary{
    font-family: 'OpenSans';
    background-color: var(--guinda2);
    color: var(--blanco);
    letter-spacing: 2px;
    border: none;
    border-radius: 0;
}
.mainlogobotones button:hover,
.mainlogobotones button:active,
.mainlogobotones button:focus,
.mainlogobotones button:focus-visible,
.modalconsejo .btn-primary:hover,
.modalarchivosconsejo .btn-primary,
.modalplandetrabajo .btn-primary{
    background-color: var(--guinda2) !important;
    border: none !important;
}
@media (min-width: 1024px) {
    .mainlogobotones img{
        width: 90%;
    }
}
@media (min-width: 1200px) {
    .mainlogobotones img{
        width: 90%;
    }
}

/*Estilos del Modal de Que Es*/
.row .imagen-implan, .row .fondo-implan{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.fondo-implan{
    background-color: var(--guinda2);
}
.fondo-implan h2{
    font-family: 'OpenSans';
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 3px;
    color: var(--blanco);
}
.fondo-implan .linea-dorada{
    background-color: var(--dorado1);
    height: 3px;
}
.fondo-implan img{
    width: 25px;
}
.fondo-implan p{
    font-family: 'OpenSans';
    font-size: 14px;
    font-weight: 100;
    color: var(--blanco);
}
@media (min-width: 1200px) {
    .fondo-implan h2{
        font-size: 50px;
    }
    .fondo-implan p{
        font-size: 22px;
    }
}
@media (min-width: 1728px) {
    .fondo-implan h2{
        font-size: 60px;
    }
    .fondo-implan p{
        font-size: 24px;
    }
}

/*Estilos del Modal de Consejo Directivo*/
.modalconsejo h2, .modalarchivosconsejo h2, .modalplandetrabajo h2{
    font-family: 'OpenSans';
    color: var(--dorado1);
}
.modalconsejo p, .modalconsejo a, .modalarchivosconsejo p, .modalarchivosconsejo a, .modalplandetrabajo p, .modalplandetrabajo a{
    font-family: 'OpenSans';
}
.modalconsejo img{
    width: 100%;
}
#calendar{
    min-height: 450px;
}
.modalplandetrabajo iframe{
    min-height: 300px;
}
@media (min-width: 1200px) {
    #calendar{
        min-height: auto;
    }
    .modalplandetrabajo iframe{
        min-height: 450px;
    }
}
#calendar h2{
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: var(--blanco);
    margin-bottom: 5px;
}
.fc .fc-toolbar{
    background-color: var(--verde2);
    margin-bottom: 0 !important;
    border-radius: 5px 5px 0 0;
    padding: 10px;
}
thead div{
    background-color: var(--verde2);
}
thead a{
    font-family: 'OpenSans';
    font-weight: 500;
    color: var(--dorado2);
    text-transform: capitalize;
    text-decoration: none;
}
.fc .fc-button-primary{
    background-color: transparent !important;
    border: none !important;
}
tbody{
    background-color: var(--ghostwhite) !important;
}
tr .fc-daygrid-day-frame .fc-daygrid-day-number{
    font-family: 'Zodiak';
    font-weight: 400;
    color: var(--guinda1);
    text-decoration: none;
}
.fc-day-today{
    background-color: rgba(48, 69, 59, 0.4) !important;
}
.fc-event{
    background-color: var(--guinda2) !important;
    border: none;
    color: var(--blanco);
}
.fc-event-time{
    display: none !important;
}
.fc-list-day-cushion{
    background-color: var(--verde2) !important;
}
.fc-list-day-cushion a{
    font-family: 'OpenSans';
    font-weight: 400;
    color: var(--blanco);
    text-transform: capitalize;
    text-decoration: none;
}
.fc-list-table .fc-event{
    background-color: var(--dorado1) !important;
    color: var(--guinda1) !important;
}
.fc-list-table .fc-event:hover{
    background-color: var(--dorado1) !important;
    color: var();
}
.fc-view{
    background-color: var(--ghostwhite) !important;
    border-radius: 0px 0px 5px 5px !important;
}
.subrayado-animado {
  position: relative;
  display: inline-block;
}
.subrayado-animado::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.subrayado-animado:hover::after {
  width: 100%;
}
.divtituloactas{
    background-color: var(--guinda2);
}
.divtituloactas h3{
    font-family: 'OpenSans';
    color: var(--blanco);
    margin: 0 !important;
}
.divtituloactas p{
    font-size: 'OpenSans';
    color: var(--blanco);
    background-color: var(--dorado1);
    margin: 0 !important;
    border-radius: 0.2rem;
}
.table{
    font-family: 'OpenSans';
    margin-bottom: 0 !important;
    background-color: var(--blancosuave) !important;
}
.table .clave{
    font-size: 12px;
}
.table th{
    color: var(--guinda2);
}
.table .clave div{
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: var(--guinda2);
    color: var(--blanco);
}
.table img{
    width: 50%;
    display: block;
    margin: auto;
}
@media (min-width: 768px) {
    .table img{
        width: 40%;
    }
}
@media (min-width: 1024px) {
    .table img{
        width: 30%;
    }
}