

.header{
    border-top: 15px solid #1C9DC6;
}
    
.modalbackgrounModal{

    background: rgb(7,150,194);
    background: -moz-linear-gradient(225deg, rgba(7, 150, 194, 0.568) 39%, rgba(12,38,118,.568) 87%);
    background: -webkit-linear-gradient(225deg, rgba(7,150,194,.568) 39%, rgba(12,38,118,.568) 87%);
    background: linear-gradient(225deg, rgba(7,150,194,.568) 39%, rgba(12,38,118,.568) 87%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0796c2",endColorstr="#0c2676",GradientType=1);
}
.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: 200px;
}

.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);
}

.tituloSeccion1{
    font-family: 'CarmenSans-Heavy';
    color: #0c2676;
    font-size: 45px;    
    text-transform: uppercase;
    text-underline-offset: 15px;
    letter-spacing: 5px;
    /* Shorthand using HTML Color Name: */
text-decoration: underline #FEAE22;

/* Long version with different ways to define color: */

text-decoration-line: underline;

/* Using HTML Color Names */
text-decoration-color: #FEAE22;
text-decoration-skip: 15px;

}

.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: #FD1A16;
    color: #FFF;
    font-size: 20px;
    border: 2px solid#FFF;
    font-family: 'CarmenSans-Heavy';
    width: 60%;
    height: 75px;
    border-radius: 25px;
    text-transform: uppercase;
    
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);

}

.btnRegistro:hover{
    background-color: #b80300;
    color: #FFF;
    font-size: 20px;
    border: 2px solid#FFF;
    font-family: 'CarmenSans-Regular';
    width: 60%;
    height: 75px;
    border-radius: 25px;
    text-transform: uppercase;

}

.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);
}



@media screen and (max-width: 768px) {

    .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: #FD1A16;
    color: #FFF;
    font-size: 20px;
    border: 2px solid#FFF;
    font-family: 'CarmenSans-Heavy';
    width: 90%;
    height: 75px;
    border-radius: 25px;
    text-transform: uppercase;
    
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);

}

.btnRegistro:hover{
    background-color: #b80300;
    color: #FFF;
    font-size: 20px;
    border: 2px solid#FFF;
    font-family: 'CarmenSans-Regular';
    width: 90%;
    height: 75px;
    border-radius: 25px;
    text-transform: uppercase;

}

.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;
    }



}