


.modalbackgrounModal{

   background-color: #4D4D4D;
}

.modalbackgrounModalEspera{
    background-color: #4d4d4d9f;
}

.imagen-animada {
    width: 300px;
    height: 200px;
    background-image: url('../../img/LogoSAblanco.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    animation: cambiarImagen 4s infinite;
}

@keyframes cambiarImagen {
    0% {
        background-image: url('../../img/LogoSArosa.png');
    }
    50% {
        background-image: url('../../img/LogoSAamarillo.png');
    }
    100% {
        background-image: url('../../img/LogoSAblanco.png');
    }
}

.colorBlanco{
    color: #FFF;
}

.colorRojo{
    color: #FD1A16;
}
.colorRosa{
    color: #ff43e6;
}
.colorAmarilloCIITD{
    color: #F2F91C;
}


.ocultar{
    display: none;
}

.mostrar{
    display: block;
}
.limitante1 {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    /* <integer> values */
    -webkit-line-clamp: 1;
} 
.limitante2 {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    /* <integer> values */
    -webkit-line-clamp: 2;
}



.limitante3 {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    /* <integer> values */
    -webkit-line-clamp: 3;
}
.logoSanLuisAmable{
    width: 100%;
    padding-top: 35px !important;
}

.desc img{
    width: 100%;
    
}


.lema{
    font-family: 'CarmenSans-Heavy';
    color: #FFF;
    text-transform: uppercase;
    font-size: 65px;
    list-style: 45px;
    text-align: center;
    text-shadow: 4px 4px 2px rgba(0,0,0,0.6);
}

.fechaEventoGneral{
    font-family: 'CarmenSans-Heavy';
    font-size: 60px;
    line-height: 70px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}
.cedeEventoGneral{
    font-family: 'CarmenSans-Heavy';
    font-size: 40px;
    line-height: 40px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}

.cedeDireccionoGneral{
    font-family: 'CarmenSans-Regular';
    font-size: 20px;
    line-height: 22px;
    color: #FFF;
    
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}

.tituloSeccion{
    font-family: 'MadaBold';
    letter-spacing: 5px;
    color: #544E6D;
    font-size: 50px;    
    text-transform: uppercase;
}

.tituloSeccionDos{
    font-family: 'MadaBold';
    letter-spacing: 5px;
    color: #F2F91C;
    font-size: 65px;    
    text-transform: uppercase;
}

.textoGeneral{
    font-family: 'MyriadRegular';
    font-size: 21px;
    color: #544E6D;
    text-align: justify;
}

.textoGeneralDos{
    font-family: 'MyriadRegular';
    font-size: 21px;
    color: #FFF;
    text-align: justify;
}

.linnkmore{
    font-family: 'MyriadBold';
    font-size: 21px;
    color: #544E6D;
    font-weight: 500;
    cursor: pointer;
}

.linnkmore:hover{
    zoom: 1.1;
    color: #544E6D;
    
}


.tituloEje{
    font-family: 'CarmenSans-Regular';
    font-size: 25px;
    color: #0c2676;
}


.backgroundExpositores{
    
    background-image: url("../../img/expositores.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 65vh;
    position: relative;
}


.backgroundSpeakers{
    
    background-image: url("../../img/backgroundSpeakers.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 65vh;
    position: relative;
}
.tituloSeccion2{
    font-family: 'CarmenSans-Heavy';
    font-size: 45px;
    color: #0c2676;    
    letter-spacing: 10px;
}

.subtituloSeccion2{
    font-family: 'CarmenSans-Bold';
    font-size: 35px;
    line-height: 35px !important;
    color: #0c2676;      
    letter-spacing: 3px; 
}

.divEtiquetaIzq{
    background-color: #1C9DC6;
    position: relative;
    min-height: 150px;
}
.divEtiquetaIzq .flor{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;

}

.divEtiquetaIzq .iconoSeccion{
    height: 100px;
    position: relative;
    float: right;
    margin: 20px;
    
}

.divSpeakerGeneral{
    position: relative;
}

.divSpeaker{
    background-color: #FFF;
    height: 450px;
    border-radius: 15px;
    padding: 1.5em;
    margin: 1em;
    box-shadow: 2px -1px 21px -5px rgba(0,0,0,0.75);
    -webkit-box-shadow: 2px -1px 21px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px -1px 21px -5px rgba(0,0,0,0.75);
    cursor: pointer;

}

.imgSpeaker{
    height: 350px;
    border-radius: 15px;
    object-fit: cover;
    object-position: center;
}

.nombrePonente{
    font-family: 'CarmenSans-Thin';
    color: #0c2676;
    margin-top: 25px;
    font-size: 18px;
    line-height: 19px;
    text-align: center;
}

.nombreConferencia{
    font-family: 'CarmenSans-Bold';
    color: #0c2676;
    font-size: 18px;
    line-height: 19px;
    text-align: center;
}

.infoSpeaker{
    position: absolute;
    bottom:  0;
    left: 0;
    width: 100%; 
    opacity: 0; /* Inicialmente no es visible */
    transition: opacity 0.3s; /* Efecto de transición */
    padding-left: 10px;
    padding-right: 10px;

    
}

.infoSpeakerDiv{
    padding-top: 10px;
    height: 180px;  
    background-color: #1C9DC6;
    border-radius: 0px 0px 15px 15px;
    box-shadow: 2px -1px 21px -5px rgba(0,0,0,0.75);
    -webkit-box-shadow: 2px -1px 21px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px -1px 21px -5px rgba(0,0,0,0.75);
    color: #FFF !important;
}

.infoSpeakerDiv .nombrePonente{
    color: #FFF !important;
}

.infoSpeakerDiv .nombreConferencia{
    color: #FFF !important;
    z-index: 2;
}


.infoSpeakerDiv a{
    color: #FEAE22 !important;
    font-family: 'CarmenSans-Regular';
}

.florSpeaker{
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 85px !important;
    z-index: 1;
}
.fechaSpeaker{
    font-size: 25px;
    line-height: 27px;
    font-family: 'CarmenSans-Thin';
}
.numeroSpeaker{
    font-size: 30px;
    font-family: 'CarmenSans-Heavy';
}

.divSpeakerGeneral:hover .infoSpeaker {
opacity: 1; /* Aparece al pasar el mouse */
}



.fechaSpeakerModal{
background-color: #1C9DC6;
color: #FFF;
font-family: 'CarmenSans-Heavy';
font-size: 30px;
text-align: end;
padding-right: 15px !important;
}


.fechaHoraSpeakerModal{
    color: #1C9DC6;
    font-family: 'CarmenSans-Heavy';
    font-size: 25px;
    text-align: end;
    padding-right: 15px !important;
    }

.fechaLugarSpeakerModal{
    color: #1C9DC6;
    font-family: 'CarmenSans-Bold';
    font-size: 20px;
    text-align: end;
    padding-right: 15px !important;
    }
.tituloConferencia{
    color: #0c2676;
    font-family: 'CarmenSans-Heavy';
    font-size: 35px;
}

/*REGISTRO*/
.divEtiquetARegistro{
    background-color: #FD1A16;
    position: relative;
    min-height: 150px;
}
.divEtiquetARegistro .flor{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 110px;

}

.divEtiquetARegistro .iconoSeccion{
    height: 100px;
    position: relative;
    float: left;
    margin: 20px;
    
}
.botonExpositor{
    background-image: url("../../img/Expositor.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 55vh;
    position: relative;
    align-items: center;
}
.backgrundAzulRegistro{
    background: rgb(7,150,194);
background: -moz-linear-gradient(207deg, rgba(7,150,194,1) 49%, rgba(12,38,118,1) 80%);
background: -webkit-linear-gradient(207deg, rgba(7,150,194,1) 49%, rgba(12,38,118,1) 80%);
background: linear-gradient(207deg, rgba(7,150,194,1) 49%, rgba(12,38,118,1) 80%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0796c2",endColorstr="#0c2676",GradientType=1);
position: relative;
}

.backgrundAzulRegistro p{
    width: 100%;
    color: #FFF;
    font-size: 45px;
    line-height: 48px;
    font-family: 'CarmenSans-Heavy';    
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}
.botonExpositor p{
    width: 100%;
    color: #FFF;
    font-size: 45px;
    line-height: 48px;
    font-family: 'CarmenSans-Heavy';    
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}

.btnRegistro{
    background-color: #544E6D;
    color: #F2F91C;
    font-size: 30px;
    border: 2px solid #544E6D;
    font-family: 'BertholdLigth';
    width: 100%;
    height: 75px;
    border-radius: 45px;
    text-transform: uppercase;
    box-shadow: 1px 3px 13px -1px rgba(0,0,0,0.75);
    -webkit-box-shadow: 1px 3px 13px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 3px 13px -1px rgba(0,0,0,0.75);


    display: flex;
    align-items: center;      /* centra vertical */
    justify-content: center;  /* centra horizontal */


}

.btnRegistro:hover{
    background-color: #ffffff65;
    color: #FFF;
    font-size: 30px;
    border: 2px solid#F2F91C;
    font-family: 'BertholdLigth';
    width: 100%;
    height: 75px;
    text-transform: uppercase;
    font-weight: 600;
    
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.747);

}

.flechasRegistro{
    position: absolute;
    width: 350px !important;
    top: 0px;
    right: -160px !important;
    z-index: 1;
}

/*ALIADOS*/
.divEtiquetaAliados{
    background-color: #FEAE22;
    position: relative;
    min-height: 150px;
}
.divEtiquetaAliados .flor{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;

}

.divEtiquetaAliados .iconoSeccion{
    height: 100px;
    position: relative;
    float: right;
    margin: 20px;
    
}

.aliadosconsolidados{
    min-height: 240px ;
     /* The image used */
  background-image: url("../../img/bacgroundAliados.png");

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


/*divExpositorGeneral*/


.divExpositorGeneral{
    position: relative;
    min-height: 540px ;
     /* The image used */
  background-image: url("../../img/expositorIndividual.png");

  /* Create the parallax scrolling effect */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  padding: 2em;
  box-shadow: 2px -1px 21px -5px rgba(0,0,0,0.75);
  -webkit-box-shadow: 2px -1px 21px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 2px -1px 21px -5px rgba(0,0,0,0.75);
  display: flex;
  align-content: center;
}

.imgExpositor{
    width: 300px;
    height: 300px;
    object-fit: contain;
    object-position: center;
}

.etiquetaStand{
    position: absolute;
    top: 10px;
    left: 0;
    padding-left: 15px;
    color: #ffffff;
    background-color: #0c2776;
    font-size: 20px;
    line-height: 21px;
    font-family: 'CarmenSans-Bold';
    width: 40%;
    box-shadow: 2px -1px 21px -5px rgba(0,0,0,0.75);
  -webkit-box-shadow: 2px -1px 21px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 2px -1px 21px -5px rgba(0,0,0,0.75);
}

.etiquetaStand span{
    font-size: 15px;
    font-family: 'CarmenSans-Thin';
    text-align: end !important;
    width: 100%;
}
.opcionesExpositorInicial{
    position: absolute;
    top: 0;
    right: 15px;
    color: #0c2676;
    width: 55px;
    height: 75px;
    background-color: #0c2676;
    box-shadow: 2px -1px 21px -5px rgba(0,0,0,0.75);
  -webkit-box-shadow: 2px -1px 21px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 2px -1px 21px -5px rgba(0,0,0,0.75);
  align-content: center;
}



.opcionesExpositorInicial img{
    width: 100%;
}

.opcionesExpositor{
    display: none;
}

.divExpositorGeneral:hover .opcionesExpositorInicial{
    display: none;
}
.opcionesExpositor{
    position: absolute;
    top: 0;
    right: 15px;
    color: #0c2676;
    width: 55px;
    height: max-content;
    background-color: #0c2676;
    box-shadow: 2px -1px 21px -5px rgba(0,0,0,0.75);
  -webkit-box-shadow: 2px -1px 21px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 2px -1px 21px -5px rgba(0,0,0,0.75);
}


.divExpositorGeneral:hover .opcionesExpositor{
    display: block;
}

.cardShadow{
    -webkit-box-shadow: 2px 2px 14px -1px rgba(0,0,0,1);
    -moz-box-shadow: 2px 2px 14px -1px rgba(0,0,0,1);
    box-shadow: 2px 2px 14px -1px rgba(0,0,0,1);
}


.sectionjurado{
 background-image: url("../../img/marca\ agua\ triangulos.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}


.cardCalendario {
    display: flex;
     height: 280px;
}


.cardCalendarioImg{
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    object-position: center !important;
}

.cardCalendarioContenido{
    background-color: #4D4D4D;
    text-align: start !important;
    
    height: 100%;
}

.fase1Text{
    font-family: 'MyriadRegular';
    color: #FFF;
    font-size: 20px;
}

.fase2Text{
    font-family: 'MadaBold';
    color: #F2F91C;
    font-size: 24px;
}

.sectioncategorias{
    background-image: url("../../img/marca\ agua.png");
  background-position: center   ;
  background-repeat: no-repeat;
  background-size: cover; 
  min-height: 700px;
  background-attachment: fixed;
}


.cardCategoria{
    background-color: #4D4D4D;
    height: 250px;
     overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;

    position: relative;
    overflow: hidden;
    padding: 20px;
    border-radius: 10px;
    cursor: pointer;


}

.tituloCategoria{
    font-family: 'MyriadBold';
    font-size: 20px;
    line-height: 22px;
    color: #FFF;
}

.linkcategoria{
    font-family: 'MyriadRegular';
    font-size: 20px;
    color: #FFF;
    cursor: pointer;
}



.sectioncontacto{
    background-color: #4D4D4D;

}


.contactoLeft{
    border-right: 2px solid #F2F91C;
}
.textContacto{
    color: #FFF;
    font-family: 'MyriadRegular';
    font-size: 35px;
}

/* Capa del efecto */
.cardCategoria::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, #f2f91c79, transparent);
    transition: none;
}

/* Al pasar el mouse */
.cardCategoria:hover::before {
    animation: sweep 0.7s linear;
}

.cardCategoria:hover .linkcategoria{
    color: #F2F91C;
}

@keyframes sweep {
    from {
        left: -100%;
    }
    to {
        left: 100%;
    }
}


ol {
    list-style: none;
    counter-reset: item;
    padding-left: 0;
}

ol li {
    counter-increment: item;
    margin-bottom: 10px;
}

ol li::before {
    content: counter(item) ". ";
    color: #F2F91C;
    font-weight: bold;
}


.textoGeneralTres{
    color: #F2F91C;
    font-family: 'MyriadBold';
    font-size: 25px;

}
.menuLenguage{
    display: block;
}

.menuovilLenguage{
 display: none;
}

.principalPadding{
    padding-top: 35em !important;
}

.logoCIITD{
    width: 55%;
}
.logoCIITDSec{
    
    width: 30%;
    z-index: 5;
    padding-top: 5em;
}

.tituloSeccionFranja{
    background-color: #544E6D;
    font-family: 'MyriadRegular';
    letter-spacing: 5px;
    color: #FAE752;
    font-size: 25px;    
    width: 100%;
}
select{
border: 0px !important;
    border-bottom: 1px solid #544E6D !important; 
    border-radius: 0px !important;
    
    background-color: #ffffff00 !important;
    
    color: #2b2b2b !important;
    font-family: 'CarmenSans-Bold' !important;
}

input{
    border: 0px !important;
    border-bottom: 1px solid #544E6D !important; 
    border-radius: 0px !important;
    background-color: #ffffff00 !important;
    color: #2b2b2b !important;
    font-family: 'CarmenSans-Bold' !important;
}


textarea{
    border: 0px !important;
    border-bottom: 1px solid #544E6D !important; 
    border-radius: 0px !important;
    background-color: #ffffff00 !important;
    color: #2b2b2b !important;
    font-family: 'CarmenSans-Bold' !important;
}
.inputLabel{
    color: #000000;
    font-size: 20px;
    font-family: 'MyriadRegular';
}

.backgroundFormulario{
    background-color: #FFF;
     background-image: url("../../img/background_formulario.png");
  background-position: center   ;
  background-repeat: repeat;
  background-size: cover; 
  
  min-height: 700px;
  background-attachment: fixed;


}
@media screen and (max-width: 768px) {

    .cardCalendario {
    display: block;
     height: auto;
}

    .principalPadding{
    padding-top: 45em !important;
}


    .logoCIITDSec{
    
    width: 60%;
    z-index: 5;
    padding-top: 8em;
}


    .textContacto{
    font-size: 25px;
}

    .tituloSeccionDos{
    font-size: 40px;
    line-height: 42px;    
}

.textoGeneral{
    font-size: 20px;
    line-height: 30px;
}




    .tituloCategoria{
        font-size: 22px;
        line-height: 24px;
    }


    .fase1Text{
    font-size: 15px;
}

.fase2Text{
    font-size: 18px;
}


    .tituloSeccion{
    font-family: 'MadaBold';
    letter-spacing: 5px;
    color: #544E6D;
    font-size: 45px;    
    text-transform: uppercase;
}

    .logoCIITD{
    width: 100%;
}
.menuLenguage{
    display: none;
}

.menuovilLenguage{
    display: block;
    position: absolute;
    top: 10px;
    width: 50%;

}


    .lema{
        font-family: 'CarmenSans-Heavy';
        text-transform: uppercase;
        font-size: 35px;
        line-height: 37px;
        text-align: center;
    }
    .tituloEje{
        font-family: 'CarmenSans-Regular';
        font-size: 20px;
        color: #0c2676;
    }
    .divEtiquetaIzq{
        display: none;
    }
    .divEtiquetARegistro{
        display: none;
    }

    .backgrundAzulRegistro p{
        width: 100%;
        color: #FFF;
        font-size: 30px;
        line-height: 32px;
        font-family: 'CarmenSans-Heavy';    
        text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    }

    
.btnRegistro{
     background-color: #544E6D;
    color: #F2F91C;
    font-size: 30px;
    border: 2px solid #544E6D;
    font-family: 'BertholdLigth';
    width: 100%;
    height: 75px;
    border-radius: 45px;
    text-transform: uppercase;
    box-shadow: 1px 3px 13px -1px rgba(0,0,0,0.75);
    -webkit-box-shadow: 1px 3px 13px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 3px 13px -1px rgba(0,0,0,0.75);


    display: flex;
    align-items: center;      /* centra vertical */
    justify-content: center;  /* centra horizontal */

}

.btnRegistro:hover{
    background-color: #ffffff65;
    color: #FFF;
    font-size: 30px;
    border: 2px solid#F2F91C;
    font-family: 'BertholdLigth';
    width: 100%;
    height: 75px;
    text-transform: uppercase;
    font-weight: 600;
    
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.747);

}

.aliadosconsolidados{
    min-height: 240px ;
     /* The image used */
    background-image: url("../../img/bacgroundAliados.png");

    /* Create the parallax scrolling effect */
    
  background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }



}