

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
body{
    font-family: 'Open Sans', sans-serif;
}


/*ESTILOS HOME AGENDA*/
.portada-cursos{
    background: #eff0f0;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 100px;
    overflow: hidden;
}

.logos-portada-cursos{
    text-align: center;
    padding: 50px;
}

.logo-portada-agenda img{
    height: 100px;
    width: auto;
}


.tit-portada-cursos{
    background: #A4161A;
    padding: 20px;
    color: #fff;
    font-family: "Titillium Web", sans-serif;
}

.grid-cursos-agenda{
    margin-top: 100px;
}

.mod-curso-portada{
    background: #002554;
    color: #fff;
    font-family: "Titillium Web", sans-serif;
    padding-bottom: 30px;
    height: 80vh;
    margin-bottom: 50px;
}
.img-portada-curso img{
    width: 100%;
    height: auto;
}

.txt-portada-curso{
    padding: 30px;
}

.txt-portada-curso h2{
    font-weight: 700;
    font-size: 1.8em;
    color: #fbf0b9;
}

.txt-portada-curso h3{
    font-size: 1.5em;
    font-family: "Open Sans", sans-serif;
   
}

.txt-portada-curso h4{
    font-weight: 700;
    font-size: 1.2em;
}

.btn-portada-curso{
    padding: 0 15%;
}

.btn-portada-curso button{
    background: #A4161A;
    color: #fff;
    padding: 15px;
    width: 100%;
    font-size: 1.2em;
    border: none;
    transition: all 0.5s;
    
}

.btn-portada-curso button:hover{
    background: #d7a306;

    transition: all 0.5s;
    
}


@media (min-width: 1200px) and (max-width: 1399px){

    .mod-curso-portada{
    height: 70vh;
}
}

@media (min-width: 1100px) and (max-width: 1199px){
        .mod-curso-portada{
    height: 65vh;
}
}

@media (min-width: 992px) and (max-width: 1099px){
            .mod-curso-portada{
    height: 65vh;
}

    .tit-portada-cursos h1{
        font-size: 2.3em;
    }

    .tit-portada-cursos{
    padding: 15px;
}


.txt-portada-curso h2{
    font-size: 1.7em;
}

.txt-portada-curso h3{
    font-size: 1.4em;

   
}

.txt-portada-curso h4{
    font-size: 1.2em;
}

}

@media (min-width: 768px) and (max-width: 991px){
    .logo-portada-agenda img{
    height: 75px;
    width: auto;
}

       .mod-curso-portada{
    height: 62vh;
}

    .tit-portada-cursos h1{
        font-size: 2em;
    }

    .tit-portada-cursos{
    padding: 15px;
}


.txt-portada-curso h2{
    font-size: 1.6em;
}

.txt-portada-curso h3{
    font-size: 1.3em;

   
}

.txt-portada-curso h4{
    font-size: 1.2em;
}
    
}

@media (min-width: 576px) and (max-width: 767px){

.mod-curso-portada{
    height:auto;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
}

@media (max-width: 575px){
    .logo-portada-agenda{
        margin-left: -15px;
    }

        .logo-portada-agenda img{
    height: 75px;
    width: auto;
}

    .mod-curso-portada{
    height:auto;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.txt-portada-curso{
    padding: 50px 10px;
}
}



/*BANNER INFERIOR*/
.social-cursos{
    background: #da990c;
    position: relative;
    z-index: 0;
    overflow: hidden;
}


.right-social-cursos{
    text-align: right;
     position: relative;
    z-index: 1;
    margin-top: -30%;
}

.right-social-cursos img{
    width: 40%;
    height: auto;
    margin-right: -5%;
    position: relative;
    bottom: 0;
}


.left-social-cursos{
    margin-top: 15%;
    color: #fff;
    width: 70%;
    position: relative;
    z-index: 2;
}

.left-social-cursos h2{
    font-weight: 800;
    font-size: 3em;
    margin-bottom: 30px;
}

.left-social-cursos h3{
    font-family: "Titillium Web", sans-serif;
    font-size: 2em;
    margin-bottom: 30px;
}
.btn-social-cursos{
    display: inline-flex;
    gap: 15px;
}

.btn-social-cursos button{
    width: 75px;
    height: 75px;
    border-radius: 100%;
    background: #a4161a;
    border: none;
    color: #fff;
    font-size: 2em;
    transition: all 0.5s;
}

.btn-social-cursos button:hover{
    transform: scale(0.95);
    background: #0571fe;
    transition: all 0.5s;
}


@media (min-width: 1200px) and (max-width: 1399px){

.right-social-cursos{
    margin-top: -35%;
}

}

@media (min-width: 1100px) and (max-width: 1199px){
    .right-social-cursos{
    margin-top: -45%;
}

.right-social-cursos img{
    width: 45%;
    height: auto;
    margin-right: -10%;
}

}

@media (min-width: 992px) and (max-width: 1099px){
        .right-social-cursos{
    margin-top: -45%;
}

.right-social-cursos img{
    width: 45%;
    height: auto;
    margin-right: -10%;
}

.btn-social-cursos button{
    width: 65px;
    height: 65px;
    font-size: 1.8em;
}
}

@media (min-width: 768px) and (max-width: 991px){

       .right-social-cursos{
    margin-top: -45%;
}

.right-social-cursos img{
    width: 45%;
    height: auto;
    margin-right: -10%;
}

.btn-social-cursos button{
    width: 65px;
    height: 65px;
    font-size: 1.8em;
}

.left-social-cursos h2{
    font-size: 2.5em;
}

.left-social-cursos h3{
    font-family: "Titillium Web", sans-serif;
    font-size: 1.5em;
    margin-bottom: 30px;
}
}

@media (min-width: 576px) and (max-width: 767px){
    .right-social-cursos{
    text-align: center;
    margin-top: 50px;
}

.right-social-cursos img{
    width: 80%;
    height: auto;
    margin-right: 0%;
}

.left-social-cursos{
    margin-top: 15%;
    width: 100%;
    padding: 0px 30px;
}

.left-social-cursos h2{
    font-size: 2.5em;
}

.left-social-cursos h3{
    font-size: 1.8em;
}
}

@media (max-width: 575px){

      .right-social-cursos{
    text-align: center;
    margin-top: 50px;
}

.right-social-cursos img{
    width: 80%;
    height: auto;
    margin-right: 0%;
}

.left-social-cursos{
    margin-top: 15%;
    width: 100%;
    padding: 0px 20px;
}

.left-social-cursos h2{
    font-size: 2.5em;
}

.left-social-cursos h3{
    font-size: 1.8em;
}

.btn-social-cursos{
    display: flex;
    gap: 10px;    

}

.btn-social-cursos button{
    width: 60px;
    height: 60px;
    font-size: 1.7em;
}
}


/*TOP EVENTOS*/

.menu-eventos{
    padding-top: 150px;
    background: rgb(4,19,59);
    background: linear-gradient(60deg, rgba(4,19,59,1) 0%, rgba(6,57,113,1) 100%); 
    padding-bottom: 50px;
    -webkit-box-shadow: 0px 5px 3px 0px rgba(0,0,0,0.25); 
box-shadow: 0px 5px 3px 0px rgba(0,0,0,0.25);
text-align: center;
}

.tit-proximos-eventos{
    text-align: left;
    color: #fff;
    font-family: "Open Sans";
    padding: 30px;
}

.tit-proximos-eventos h1{
    padding: 10px 0px;
    font-weight: 900;
    font-size: 2.5em;
    text-shadow: 2px 2px 2px #000000;
}

.line-top-evento-01{
    height: 3px;
    width: 25%;
    background-color: #c10000;
    box-shadow: 0px 5px 3px 0px rgba(0,0,0,0.25);

}

.mod-nuevo-evento{
    padding: 30px;
    box-shadow: 3px 5px 3px 0px rgba(0,0,0,0.25);
    background: rgb(4,19,59);
    background: linear-gradient(60deg, rgba(4,19,59,0.25) 0%, rgba(6,57,113,0.25) 100%); 
    border-bottom-right-radius: 30px;
    margin-bottom: 50px;
    padding-bottom: 50px;   
}

.portada-nuevo-evento{
    padding: 10px;
    border: #dc9d00 solid thin;
}

.portada-nuevo-evento img{
    padding: 20px;
    width: 100%;
    height: auto;
    box-shadow: 3px 5px 3px 0px rgba(0,0,0,0.25);

}

.nombre-nuevo-evento{
    padding: 50px 10px;
    color: #fff;
    font-family: "Open Sans";
    text-transform: uppercase;
    text-shadow: 2px 2px 2px #000000;

}
.nombre-nuevo-evento h3{
    font-weight: 900;
    color: #f8ba09;
    font-size: 1.5em;
}

.nombre-nuevo-evento h2{
    font-weight: 400;
    font-size: 1.5em;
    line-height: normal;
}

.btn-nuevo-evento{
    padding: 10px 30px;
}
.btn-nuevo-evento button{
    background: #f9dfa5;
    color: #002554;
    width: 100%;
    padding: 15px;
    font-weight: 700;
    font-size: 1.1em;
    border: none;
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.25);
    transition: all 0.5s;
}

.btn-nuevo-evento button:hover{
    background: #c70039;
    color: #f9dfa5;
    transform: scale(0.95);
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.5);
    transition: all 0.5s;
}




@media (min-width: 1100px) and (max-width:1199px){

    .line-top-evento-01{
        width: 35%;
    }

    .nombre-nuevo-evento h2{
        font-size: 1.3em;
    } 

}

@media (min-width: 992px) and (max-width:1099px){

    .tit-proximos-eventos h1{
        font-size: 2.3em;
    }
    
    .line-top-evento-01{
        width: 35%;   
    }

    .mod-nuevo-evento{
        padding: 30px 10px;
    }
    
.nombre-nuevo-evento{
    padding: 50px 0px;

}
.nombre-nuevo-evento h3{
    font-size: 1.3em;
}

.nombre-nuevo-evento h2{
    font-weight: 400;
    font-size: 1.2em;
    line-height: normal;
}


}

@media (min-width: 768px) and (max-width:991px){
    .tit-proximos-eventos h1{
        font-size: 2.3em;
    }

    .line-top-evento-01{
        width: 35%;    
    }

}

@media (min-width: 576px) and (max-width:767px){

    .tit-proximos-eventos h1{
        font-size: 2em;
    }
    .line-top-evento-01{
        width: 50%;    
    }

    .mod-nuevo-evento{
        padding: 15px; 
        padding-bottom: 50px;
    }
    .nombre-nuevo-evento{
        padding-bottom: 20px;
    }

    .nombre-nuevo-evento h3{
        font-size: 1.3em;
    }
    .nombre-nuevo-evento h2{
        font-size: 1.2em;
    }

}

@media (max-width:575px){

    .tit-proximos-eventos{
        padding: 30px 10px;
    }
    .tit-proximos-eventos h1{
        font-size: 2em;
    }

    .line-top-evento-01{
        width: 65%;    
    }

    .mod-nuevo-evento{
        padding:30px 10px;
        padding-bottom: 50px;   
    }

    .nombre-nuevo-evento{
        padding-bottom:20px ;    
    }
    .nombre-nuevo-evento h2{
        font-size: 1.2em;
    }
    .btn-nuevo-evento{
        padding: 10px;
    }
    
}




.info-evento-agenda{
    padding-top: 200px;
    text-align: center;
    padding-bottom: 100px;
}

.tit-evento-agenda{
    color: #000;
    margin-bottom: 50px;
    text-align: left;
}

.tit-evento-agenda h2{
    color: #002554;
    padding: 10px 0px;
    font-weight: 900;
    font-size: 2.5em;
    text-shadow: 3px 3px 5px rgba(0,0,0,0.25);
}

.line-red-3{
    height: 3px;
    background: #c40d3c;
    width: 35%;
}

.banner-evento-agenda{
    padding: 30px;
    margin-bottom: 50px;
    border: #dc9d00 solid thin; 
}

.banner-evento-agenda img{
    padding: 10px;
    width: 100%;
    height: auto;
    box-shadow: 3px 3px 15px 10px rgba(0,0,0,0.15);
}

.nombre-evento-agenda{
    padding: 30px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.15);
    text-transform: uppercase;
    margin-bottom: 50px;
}

.nombre-evento-agenda h3{
    font-weight: 900;
    color: #c40d3c;
    font-size: 2em;
}

.nombre-evento-agenda h2{
    font-weight: 800;
    font-size: 2.5em;
    color: #002554;
}

.info-evento-left{
    background: #002554;
    padding: 50px 30px;
    text-align: left;
    color: #fff;
}

.info-evento-left h3{
    font-weight: 900;
    font-size: 1.5em;
    margin-bottom: 30px;
    
}
.info-evento-left h3 span{
    background: #c40d3c;
    padding: 5px 20px;
}

.info-evento-left h2{
    font-weight: 800;
    font-size: 2em;
    color: #e4a010;
}

.info-evento-left h2 span{
    color: #fff;
    font-weight: 300;
    font-size: 0.75em;
}

.info-evento-left p{
    font-size: 1.1em;
    line-height: 1.5em;
    margin-bottom: 30px;
}

.promociones-evento-agenda{
    background: #e4a010;
    padding: 30px;
    -webkit-box-shadow: 15px 15px 0px -5px #c40d3c; 
box-shadow: 15px 15px 0px -5px #c40d3c;
}

.promociones-evento-agenda h4{
    font-size: 1.5em;
    color: #002554;
}

.promociones-evento-agenda h4 strong{
    font-weight: 900;
    color: #c40d3c;
    font-size: 1.5em;
}

.promociones-evento-agenda h5{
    font-size: 1.2em;
    font-style: italic;
    font-weight: 400;
}

.info-evento-right{
    background: #c40d3c;
    padding: 50px 30px;
    text-align: left;
    color: #fff;
    -webkit-box-shadow: 15px 15px 0px -5px #e4a010; 
    box-shadow: 15px 15px 0px -5px #e4a010;
}

.info-evento-right h3{
    font-weight: 900;
    font-size: 2.3em;
    text-shadow: 4px 4px 0px #002554;    
}

.info-evento-data{
    background: #fff;
    margin-top: 30px;
    padding: 30px;
    color: #144272;
    -webkit-box-shadow: 15px 15px 0px -5px #002554; 
    box-shadow: 15px 15px 0px -5px #002554;
}

.info-evento-data h4{
    font-size: 1.5em;
    font-weight: 700;
}

.info-evento-data h4 i{
    color: #c40d3c;
}

.info-evento-data h4 a{
    color: #dc9d00;
    border-bottom: dotted #c40d3c 2px;
    line-height: normal;
    transition: all 0.5s;
}

.info-evento-data h4 a:hover{
    color: #0eb4fb;
    border-bottom: dotted #ffc209 2px;
    line-height: normal;
    transition: all 0.5s;
}


.info-evento-data p{
    padding: 10px;
    font-size: 1.1em;
    color: #7e8a97;
    font-weight: 500;

}

.panel-cta-evento{    
    margin-top: 50px;
    padding: 30px;
    text-align: center;
    border-bottom: #8da3bb solid thin;
}

.tit-cta-evento{
    font-family: 'Open Sans', sans-serif;
}
.tit-cta-evento h2{
    font-weight: 900;
    color: #00416d;
    font-size: 2.5em;
    text-transform: uppercase;
}

.tit-cta-evento p{
    font-size: 1.3em;
}

.tit-cta-evento h3{
    font-weight: 700;
    color: #00416d;
    font-size: 2em;
    margin-top: 20px;
}


.btn-cta-evento{
    padding: 30px;
}


.btn-cta-evento button{
    width: 100% !important;
    border: none;
    font-weight: 700;
    font-size: 1.2em;
    padding: 15px;
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.15);
}

.btn-cta-evento.registro button{
    background: #c40d3c;
    color: #fff;
    transition: all 0.5s;
}

.btn-cta-evento.registro button:hover{
    background: #f8ba09;
    transform: scale(0.95);
    color: #c40d3c;
    transition: all 0.5s;
}

.btn-cta-evento.whatsapp button{
    background: #128c7e;
    color: #fff;
    transition: all 0.5s;
}

.btn-cta-evento.whatsapp button:hover{
    background: #dcf8c6;
    transform: scale(0.95);
    color: #128c7e;
    transition: all 0.5s;
}



.btn-cta-evento.pago button{
    width: auto;
    padding: 0px;
    padding-left: 25%;
    padding-right: 25%;
    padding-bottom: 15px;
    background: #dfa100;
    color: #fff;
    transition: all 0.5s;
}

.btn-cta-evento.pago button:hover{
    background: #c40d3c;
    transform: scale(0.95);
    transition: all 0.5s;
}

.modal.registro-cursos .modal-content{
    border: #dfa100 solid 3px;
   
}

.modal.registro-cursos .modal-header{
    background: #002554;
    color: #fff;
}

.modal.registro-cursos .modal-header button{
    background: #c40d3c;
    width: 30px;
    height: 30px;
    color: #fff;
    border: none;
}

.modal.registro-cursos .modal-footer{
    background: #002554;
    color: #fff;
}

.modal.registro-cursos .modal-footer button{
    font-weight: 600;
    background: #c40d3c;
    color: #fff;
    border: none;
    padding: 15px 30px;
    transition: all 0.5s;
}

.modal.registro-cursos .modal-footer button:hover{
    background: #e6b31e;
    color: #c40d3c;
    transition: all 0.5s;
}




@media (min-width: 1200px) and (max-width:1399px){

    .btn-cta-evento.pago button{
    padding-left: 23%;
    padding-right: 23%;
}
}

@media (min-width: 1100px) and (max-width:1199px){
        .btn-cta-evento.pago button{
    padding-left: 15%;
    padding-right: 15%;
    width: 100%;
}

    .info-evento-left h3{
        font-size: 1.3em;        
    }

    .info-evento-left h2{
        font-size: 1.6em;
    }
    .promociones-evento-agenda h4{
        font-size: 1.3em;
    }
    .info-evento-right h3{
        font-size: 2em;
    }
    .info-evento-data h4{
        font-size: 1.3em;
    }


    
}

@media (min-width: 992px) and (max-width:1099px){
            .btn-cta-evento.pago button{
    padding-left: 15%;
    padding-right: 15%;
    width: 100%;
}

    .tit-evento-agenda h2{
        font-size: 2.3em;
    }
   

.nombre-evento-agenda h3{
    font-size: 1.5em;
}

.nombre-evento-agenda h2{
    font-size: 2em;
}

.info-evento-left h3{
    font-size: 1.2em;    
}

.info-evento-left h2{
    font-size: 1.5em;
}

.info-evento-left p{
    font-size: 1em;
}
.promociones-evento-agenda h4{
    font-size: 1.3em;
}

.promociones-evento-agenda h5{
    font-size: 1em;
}

.info-evento-right h3{
    font-size: 2em;  
}
.info-evento-data h4{
    font-size: 1.3em;
}

}

@media (min-width: 768px) and (max-width:991px){
                .btn-cta-evento.pago button{
    padding-left: 15%;
    padding-right: 15%;
    width: 100%;
}

    .tit-evento-agenda h2{
        font-size: 2.3em;
    }

    .nombre-evento-agenda h2{
        font-size: 2.3em;
    }
    .btn-cta-evento{
        padding: 30px 10px;
    }

    .tit-cta-evento h3{
    padding: 0px 50px;
}


}

@media (min-width: 576px) and (max-width:767px){
    .tit-evento-agenda h2{
        font-size: 2em;
    }
    
.nombre-evento-agenda{
    padding: 30px 10px;
}

.nombre-evento-agenda h3{
    font-size: 1.8em;
}

.nombre-evento-agenda h2{
    font-size: 2em;
}

.info-evento-left h3{
    font-size: 1.3em;  
}

.info-evento-left h2 span{
    font-size: 0.6em;
}

.panel-cta-evento{    
    padding: 30px 0px;
}

.btn-cta-evento{
    padding: 0px 0px;
    margin-bottom: 20px;
}
.btn-cta-evento button{
    font-size: 1.1em;
}


.tit-cta-evento p{
    font-size: 1.2em;
}

.tit-cta-evento h3{
    font-size: 1.5em;
    margin-bottom: 30px;
}


}

@media (max-width:575px){

    .tit-evento-agenda h2{
        font-size: 2em;
    }

    .line-red-3{
        width: 65%;
    }
    .banner-evento-agenda{
        padding: 10px;
        margin-bottom: 10px;
    }
    .banner-evento-agenda img{
        padding: 0px;
    }
    .nombre-evento-agenda{
        padding: 30px 10px;
        margin-bottom: 20px;
    }

    .nombre-evento-agenda h3{
        font-size: 1.5em;
    }

    .nombre-evento-agenda h2{
        font-size: 2em;
    }

    .info-evento-left{
        padding: 50px 15px;
    }

    .info-evento-left h3{
        font-size: 1.3em;   
        padding: 5px;   
    }

    .info-evento-left h3 span{
        background: transparent;    
        padding: 0px;
    }

    .info-evento-left h2{
        font-size: 1.5em;
    }


.info-evento-left h2 span{
    font-size: 0.6em;
}


.info-evento-left p{
    font-size: 1em;
}

.promociones-evento-agenda{
    padding: 30px 15px;
}

.promociones-evento-agenda h4{
    font-size: 1.3em;
}
.promociones-evento-agenda h5{
    font-size: 1.2em;
}

.info-evento-right{
    padding: 50px 15px;
}

.info-evento-right h3{
    font-size: 2em;    
}

.info-evento-data{
    padding: 30px 10px;
}

.info-evento-data h4{
    font-size: 1.3em;
    padding-bottom: 15px;
}


.panel-cta-evento{    
    padding: 30px 0px;
}

.btn-cta-evento{
    padding: 0px 0px;
    margin-bottom: 20px;
}
.btn-cta-evento button{
    font-size: 1.1em;
}


.tit-cta-evento p{
    font-size: 1.2em;
}

.tit-cta-evento h3{
    font-size: 1.5em;
    margin-bottom: 30px;
}
 
}


.ponentes-evento-agenda{
    background:#144272;
    padding: 50px;
    margin-top: 30px;
    text-align: center;
    color: #fff;
}

.tit-panel-expertos{
    padding: 30px;
    background: #c70039;
}

.tit-panel-expertos h2{
    font-weight: 900;
    font-size: 2em;
    text-shadow: 3px 3px 5px rgba(0,0,0,0.5);
}

.mod-ponente-agenda{
    padding: 30px 10px;
}

.foto-ponente-agenda{
   padding:30px 50px;
   text-align: center;
}

.foto-ponente{
    background: #dc9d00;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.foto-ponente img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.nombre-ponente-agenda{
    padding: 0px 10px;
}

.nombre-ponente-agenda h3{
    font-size: 1.5em;
    font-weight: 700;
    text-shadow: 3px 3px 5px rgba(0,0,0,0.5);
}

.nombre-ponente-agenda h4{
    font-size: 1.2em;
    font-weight: 700;
    text-shadow: 3px 3px 5px rgba(0,0,0,0.5);
    background: #c70039;
    padding: 10px;
}

.cv-ponente-agenda{
    text-align: left;
    padding: 30px 0px;
    font-size: 1.1em;
}

ul.list-ponente-lv1{
    list-style: none;
    padding: 0;
    margin: 0;

}


ul.list-ponente-lv1 li{
    padding-left: 2em;
    padding-bottom: 5px;
}


ul.list-ponente-lv1 li:before{
    content: "\25C6";
    font-size: 0.8em;
    padding-right: 5px;
    color: #f8ba09;
    font-weight: bolder;
    
}

ul.list-ponente-lv1 li a{
    color: #e6af2e;
    font-weight: 600;
    border-bottom: dashed #5cd7ac 2px;
    transition: all 0.5s;
}

ul.list-ponente-lv1 li a:hover{
    color: #ff00ff;
    border-bottom: dashed #70eff1 2px;
    transition: all 0.5s;
}


ul.list-ponente-lv2{
    list-style: none;
    padding: 0;
    margin: 0;

}


ul.list-ponente-lv2 li{
    padding-left: 2em;
    padding-bottom: 5px;
}


ul.list-ponente-lv2 li:before{
    content: "\25C7";
    padding-right: 5px;
    color: #3db2ff;
    font-weight: bolder;
    
}

ul.list-ponente-lv2 li a{
    color: #e6af2e;
    font-weight: 600;
    border-bottom: dashed #5cd7ac 2px;
    transition: all 0.5s;
}

ul.list-ponente-lv2 li a:hover{
    color: #ff00ff;
    border-bottom: dashed #70eff1 2px;
    transition: all 0.5s;
}




@media (min-width: 1100px) and (max-width:1199px){
    .ponentes-evento-agenda{
        padding: 50px 30px;
    }
    .tit-panel-expertos{
        padding: 20px 30px;
    }



     ul.list-ponente-lv1 li{
        padding-left: 1.5em;
    }
    ul.list-ponente-lv2 li{
        padding-left: 1.5em;
    }
    
}

@media (min-width: 992px) and (max-width:1099px){

    .ponentes-evento-agenda{
        padding: 50px 30px;
    }

    .tit-panel-expertos{
        padding: 15px 30px;
    }

     .nombre-ponente-agenda{
        padding: 0px;
    }
    
    .nombre-ponente-agenda h3{
        font-size: 1.3em;
    }
    .nombre-ponente-agenda h4{
        font-size: 1.1em;
    }

.cv-ponente-agenda{
    font-size: 1em;
}
ul.list-ponente-lv1 li{
    padding-left: 1.5em;
}

ul.list-ponente-lv2 li{
    padding-left: 1.5em;
}

}

@media (min-width: 768px) and (max-width:991px){

    .ponentes-evento-agenda{
        padding: 50px 30px;
    }
    .tit-panel-expertos{
        padding: 15px 30px;
    }

    .tit-panel-expertos h2{
        font-size: 1.8em;
    }
    .foto-ponente-agenda{
        padding: 30px;
     }
     .mod-ponente-agenda{
        padding: 30px 0px;
    }
    .cv-ponente-agenda{
        font-size: 1em;
    }

    ul.list-ponente-lv1 li, ul.list-ponente-lv2 li{
        padding-left: 1.5em;
    }
    
}

@media (min-width: 576px) and (max-width:767px){
    .ponentes-evento-agenda{
        padding: 50px 15px;
    }
    .tit-panel-expertos{
        padding: 15px 30px;
    }
    .mod-ponente-agenda{
        padding: 30px;
    }

    .foto-ponente-agenda{
        padding: 30px 100px;
     }
    
     .nombre-ponente-agenda h3{
        font-size: 1.7em;
        margin-bottom: 15px;
    }

    .nombre-ponente-agenda h4{
        font-size: 1.3em;
    }
    
}

@media (max-width:575px){

    .ponentes-evento-agenda{
        padding: 50px 15px;
    }

    .tit-panel-expertos{
        padding: 15px;
    }

    .mod-ponente-agenda{
        padding: 10px;
    }

    .foto-ponente-agenda{
        padding: 30px 50px;
     }

     .nombre-ponente-agenda{
        padding: 0px;
    }

    .nombre-ponente-agenda h3{
        padding-bottom: 15px;
    }

    ul.list-ponente-lv1 li, ul.list-ponente-lv2 li{
        padding-left: 1em;
    }
    
}


.temario-evento-agenda{
    padding: 30px;
}

.temario-evento-agenda h2{
    font-weight: 900;
    font-size: 2em;
    text-align: center;
    padding: 30px;
    color: #c70039;
}

.mod-temario{
    text-align: left;
}

ul.list-temario-lv1{
    list-style: none;
    padding: 0;
    margin: 0;

}

ul.list-temario-lv1 li{
    padding-left: 2em;
    padding-bottom: 5px;
}

ul.list-temario-lv1 li:before{
    content: "\25C6";
    font-size: 0.8em;
    padding-right: 5px;
    color: #c40d3c;
    font-weight: bolder;
    
}

ul.list-temario-lv1 li a{
    color: #c40d3c;
    font-weight: 600;
    border-bottom: dashed #5cd7ac 2px;
    transition: all 0.5s;
}

ul.list-temario-lv1 li a:hover{
    color: #ff00ff;
    border-bottom: dashed #70eff1 2px;
    transition: all 0.5s;
}


ul.list-temario-lv2{
    list-style: none;
    padding: 0;
    margin: 0;

}


ul.list-temario-lv2 li{
    padding-left: 2em;
    padding-bottom: 5px;
}


ul.list-temario-lv2 li:before{
    content: "\25C7";
    padding-right: 5px;
    color: #e6af2e;
    font-weight: bolder;
    
}

ul.list-temario-lv2 li a{
    color: #e6af2e;
    font-weight: 600;
    border-bottom: dashed #5cd7ac 2px;
    transition: all 0.5s;
}

ul.list-temario-lv2 li a:hover{
    color: #ff00ff;
    border-bottom: dashed #70eff1 2px;
    transition: all 0.5s;
}



@media (min-width: 1100px) and (max-width:1199px){
    .temario-evento-agenda{
        padding: 30px 10px;
    }
    ul.list-temario-lv1 li{
        padding-left: 1.5em;
    }
    ul.list-temario-lv2 li{
        padding-left: 1.5em;
    }
    

}

@media (min-width: 992px) and (max-width:1099px){

    .temario-evento-agenda{
        padding: 10px;
    }

    ul.list-temario-lv1 li{
        padding-left: 1.5em;
    }

    ul.list-temario-lv2 li{
        padding-left: 1.5em;
    }
}

@media (min-width: 768px) and (max-width:991px){

    
ul.list-temario-lv1 li, ul.list-temario-lv2 li{
    padding-left: 1.5em;
}
}


@media (max-width:575px){

    .temario-evento-agenda{
        padding: 30px 10px;
    }

    .temario-evento-agenda h2{
        padding: 10px;
    }
    ul.list-temario-lv1 li, ul.list-temario-lv2 li{
        padding-left: 1em;
    }
    
}


.beneficios-evento-agenda{
    padding: 50px 30px;
    border: #dc9d00 solid thin;
    margin-top: 50px;
}

.mod-beneficio-evento{
    text-align: left;
    padding: 0px 30px;
    margin-bottom: 30px;
}

.mod-beneficio-evento h2{
    font-weight: 900;
    font-size: 1.5em;
    color: #094293;
    margin-bottom: 15px;
}

.mod-beneficio-evento p{
    font-size: 1em;
    line-height: normal;
    color: #373a4d;
}

.mod-beneficio-evento ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.mod-beneficio-evento ul li:before{
    content: "\25C8";
    padding-right: 5px;
    color: #cc051a;
    font-weight: bolder;

}

.info-btn-back{
    padding: 30px;
    text-align: center;
}

.info-btn-back button{
    border: solid #c40d3c 2px;
    background: #fff;
    padding: 15px 150px;
    font-weight: 700;
    color: #c40d3c;
    font-size: 1.2em;
    transition: all 0.5s;
}

.info-btn-back button i{
    font-size: 1.2em;
}

.info-btn-back button:hover{
    transform: scale(0.95);
    border: solid #9ba4b4 2px;
    background: #c40d3c;
    color: #fff;
    transition: all 0.5s;
}



@media (min-width: 992px) and (max-width:1099px){
    /*
    
.beneficios-evento-agenda{
    padding: 50px 30px;
    border: #dc9d00 solid thin;
    margin-top: 50px;
}

.mod-beneficio-evento{
    text-align: left;
    padding: 0px 30px;
    margin-bottom: 30px;
}

.mod-beneficio-evento h2{
    font-weight: 900;
    font-size: 1.5em;
    color: #094293;
    margin-bottom: 15px;
}

.mod-beneficio-evento p{
    font-size: 1em;
    line-height: normal;
    color: #373a4d;
}

.mod-beneficio-evento ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.mod-beneficio-evento ul li:before{
    content: "\25C8";
    padding-right: 5px;
    color: #cc051a;
    font-weight: bolder;

}

.info-btn-back{
    padding: 30px;
    text-align: center;
}

.info-btn-back button{
    border: solid #c40d3c 2px;
    background: #fff;
    padding: 15px 150px;
    font-weight: 700;
    color: #c40d3c;
    font-size: 1.2em;
    transition: all 0.5s;
}

.info-btn-back button i{
    font-size: 1.2em;
}

.info-btn-back button:hover{
    transform: scale(0.95);
    border: solid #9ba4b4 2px;
    background: #c40d3c;
    color: #fff;
    transition: all 0.5s;
}
    */
}


@media (min-width: 576px) and (max-width:767px){

    .info-btn-back{
        padding: 30px 10px;
    }

    .info-btn-back button{
        padding: 15px;
        width: 100%;
    }
}

@media (max-width:575px){
    .beneficios-evento-agenda{
        padding: 50px 10px;
        margin-top: 30px;
    }
    .mod-beneficio-evento{
        padding: 0px 20px;
    }

    .info-btn-back{
        padding: 30px 0px;
    }

    .info-btn-back button{
        width: 100%;
        padding: 15px;
    }
}



.banner-promo-agenda{
    text-align: center;
}

.banner-promo-agenda.banner01{
    background: rgb(196,13,60);
    background: linear-gradient(60deg, rgba(196,13,60,1) 0%, rgba(170,0,32,1) 50%); 
}

.banner-promo-agenda.banner02{
    background: rgb(32,82,149);
    background: linear-gradient(120deg, rgba(32,82,149,1) 0%, rgba(9,23,73,1) 50%); 
}

.banner-promo-agenda.banner03{
    background: rgb(236,179,101);
    background: linear-gradient(120deg, rgba(236,179,101,1) 0%, rgba(236,162,62,1) 50%); 
}

.banner-promo-left{
    padding: 0px 30px;
    text-align: left;
    color: #fff;
    text-shadow: 3px 3px 5px rgba(0,0,0,0.5);
}

.banner-promo-left h2{
    margin-top: 100px;
    font-weight: 900;
    font-size: 2.5em;
}

.banner-promo-left h3{
    font-weight: 600;
    font-size: 2em;
}

.banner-promo-left h4{
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 15px;
}

.banner-promo-left p{
    font-size: 1.2em;
}

.banner-promo-left button.btn-banner{
    margin-top: 30px;
    background: transparent;
    color: #fff;
    padding: 15px 100px;
    border: #fff solid 2px;
    font-weight: 700;
    font-size: 1.1em;
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.25);
    transition: all 0.5s;
}

.banner-promo-left button.btn-banner:hover{
    transform: scale(0.95);
    border: #000 solid 2px;
    background: #fff;
    color: #000;    
    transition: all 0.5s;
}

.banner-promo-left .social-banner-agenda button{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: #c40d3c solid 2px;
    background: #fff;
    color: #c40d3c;
    font-size: 1.2em;
    margin: 5px;
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.25);
    transition: all 0.5s;
}

.banner-promo-left .social-banner-agenda button:hover{
    transform: scale(0.95);
    border: #fff solid 2px;
    background: #c40d3c;
    color: #fff;    
    transition: all 0.5s;
}
.banner-promo-agenda.banner01 .banner-promo-right img{
    width: 60%;
    height: auto;
    line-height: normal;
}

.banner-promo-agenda.banner02 .banner-promo-right img{
    width: 100%;
    height: auto;
    line-height: normal;
    padding-top: 100px;
}

.banner-promo-agenda.banner03 .banner-promo-right img{
    width: 70%;
    height: auto;
    line-height: normal;
}


@media (min-width: 1200px) and (max-width:1399px){

    .banner-promo-left{
        padding: 0px;
    }

    .banner-promo-agenda.banner01 .banner-promo-right img{
        width: 75%;
        height: auto;
    }

    .banner-promo-agenda.banner02 .banner-promo-right img{
        padding-top: 150px;
    }

    .banner-promo-agenda.banner03 .banner-promo-right img{
        width: 75%;
        height: auto;
        line-height: normal;
    }   
    
}

@media (min-width: 1100px) and (max-width:1199px){

    .banner-promo-left{
        padding: 0px;
    }

    .banner-promo-left h2{
        font-size: 2em;
    }
    .banner-promo-left h3{
        font-size: 1.5em;
    }

    .banner-promo-left h4{
        font-size: 1.3em;
    }
    .banner-promo-left p{
        font-size: 1.1em;
    }
    .banner-promo-agenda.banner01 .banner-promo-right img{
        width: 80%;
        height: auto;
    }
    .banner-promo-agenda.banner02 .banner-promo-right img{
        padding-top: 200px;
    }
    .banner-promo-agenda.banner03 .banner-promo-right img{
        width: 75%;
        height: auto;
    }
}

@media (min-width: 992px) and (max-width:1099px){
    .banner-promo-left{
        padding: 0px;
    }

    .banner-promo-left h2{
        font-size: 2em;
    }

    .banner-promo-left h3{
        font-size: 1.3em;
    }

    .banner-promo-left h4{
        font-size: 1.2em;
    }

    .banner-promo-left p{
        font-size: 1em;
    }

    .banner-promo-agenda.banner01 .banner-promo-right img{
        width: 80%;
        height: auto;
    }
    
    .banner-promo-agenda.banner03 .banner-promo-right img{
        width: 75%;
        height: auto;
    }
}

@media (min-width: 768px) and (max-width:991px){
    .banner-promo-left h2{
        font-size: 2em;
    }

    .banner-promo-left h3{
        font-size: 1.5em;
    }

    .banner-promo-left h4{
        font-size: 1.2em;
    }

    .banner-promo-left p{
        font-size: 1em;
    }

    .banner-promo-agenda.banner01 .banner-promo-right img{
        width: 40%;
        height: auto;
        padding-top: 50px;
    }

    .banner-promo-agenda.banner02 .banner-promo-right img{
        width: 50%;
        height: auto;
        padding-top: 50px;
    }
    .banner-promo-agenda.banner03 .banner-promo-right img{
        width: 50%;
        height: auto;
        padding-top: 50px;
    }
}

@media (min-width: 576px) and (max-width:767px){
    .banner-promo-agenda{
        padding-top: 100px;
    }

    .banner-promo-left h2{
        margin-top: 0px;
        font-size: 2em;
    }

    .banner-promo-left h3{
        font-size: 1.5em;
    }
    .banner-promo-left h4{
        font-size: 1.3em;
    }
    .banner-promo-left p{
        font-size: 1em;
    }
    

    .banner-promo-left .social-banner-agenda{
        text-align: center;
    }
    .banner-promo-agenda.banner01 .banner-promo-right img{
        width: 50%;
        height: auto;
        margin-top: 50px;
    }

    .banner-promo-agenda.banner03 .banner-promo-right img{
        width: 50%;
        height: auto;
        margin-top: 50px;
    }


}

@media (max-width:575px){

    .banner-promo-left{
        padding: 0px 15px;
        padding-top: 100px;
    }

    .banner-promo-left h2{
        font-size: 2em;
        margin-top: 0px;
    }

    .banner-promo-left h3{
        font-size: 1.5em;
    }

    .banner-promo-left h4{
        font-size: 1.3em;
    }

    
.banner-promo-left p{
    font-size: 1.1em;
}

.banner-promo-left button.btn-banner{
    padding: 15px;
    width: 100%;
}

.banner-promo-left .social-banner-agenda{
    text-align: center;
}
.banner-promo-agenda.banner01 .banner-promo-right img{
    width: 80%;
    height: auto;
    padding-top: 100px;
}

.banner-promo-agenda.banner03 .banner-promo-right img{
    width: 80%;
    height: auto;
    padding-top: 50px;
}
    
}


/*LANDING CURSO*/

.portada-landing-curso{
    padding-top: 150px;
    padding-bottom: 50px;
}

.portada-landing-curso.c01{
    background: url("../img/portadas/portada-PTU.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.portada-landing-curso.c02{
    background: url("../img/portadas/portada-jornada-laboral.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.portada-landing-curso.c03{
    background: url("../img/portadas/portada-equidad-genero.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


.left-curso{
    padding-left: 30px;
    padding-top: 50px;
}

.tit-portada-curso{
    font-family: "Titillium Web", sans-serif;
    color: #1A2B48;
}

.tit-portada-curso h3{
    color: #A4161A;
    font-weight: 600;
    font-size: 1.5em;
    margin-bottom: 15px;
    font-family: "Open Sans", sans-serif;
}

.tit-portada-curso h2, h1{
    font-weight: 700;
    line-height: 1;
}

.tit-portada-curso h1.short-title{
    font-size: 5em;
}

.tit-portada-curso h4{
    color: #fff;
    margin-top: 30px;
}

.tit-portada-curso h4 span{
    padding: 5px 15px;
    background: #A4161A;
}

.date-portada-curso{
    margin-top: 50px;
    background: rgba(255, 255, 255, 0.75);
    padding: 30px;
    font-size: 1.5em;
    color: #183a5b;
}

.date-portada-curso ul{
    list-style: none;
}

.date-portada-curso ul li{
    font-weight: 700;
}

.date-portada-curso ul li i{
    color: #A4161A;
}


.costo-curso{
    margin-top: 30px;
    background: #1A2B48;
    color: #fff;
    padding: 50px 30px;
}

.precio-curso h2{
    font-weight: 300;
    font-size: 1.5em;
}

.precio-curso h2 strong{
    color: #FBB03B;
    font-weight: 800;
    font-size: 1.3em;
}

.precio-curso h2.cancelado strong{
    text-decoration: line-through;
}
.precio-curso h3{
    font-size: 1em;
    font-weight: 300;
    font-style: italic;
}

.descuento-curso{
    background: #C5A059;
    margin-top: 25px;
    padding: 15px 20px;
}

.descuento-curso h3{
    font-size: 1.2em;
    color: #232B51;
}

.descuento-curso h2{
    font-size: 1.8em;
    font-weight: 300;
}

.descuento-curso h2 strong{
    font-weight: 800;
    color: #A4161A;
    font-size: 1.3em;
}

.descuento-curso h4{
    font-size: 1.2em;
    color: #232B51;
    font-style: italic;
}

.btn-descuento, .btn-meses{
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: "Titillium Web", sans-serif;
}

.btn-descuento button{
    text-align: left;
    background:#0066d1 ;
    color: #fff;
    border: none;
    padding: 10px 15px;

    font-size: 1.2em;
    font-weight: 500;
    transition: all 0.5s;
}

.btn-meses button{
    background:#ff0000;
    color: #fff;
    border: none;
    padding: 10px 30px;
    font-size: 1.2em;
    font-weight: 500;
    transition: all 0.5s;
}

.btn-descuento button:hover, .btn-meses button:hover{
        background: #fff;
    transform: scale(0.95);
    color: #1d2757;
    transition: all 0.5s;
}

.right-curso{
    background: #ffffff50;
    padding: 50px;
}
.formulario-registro{
    text-align: center;
}
.tit-formulario{
    padding: 10px 30px;
    color: #A4161A;
}
.tit-formulario h2{
    font-size: 1.5em;
    font-weight: 700;
    font-family: "Titillium Web", sans-serif;
}

.mod-formulario{
    background: #fff;
    padding: 15px;
}
.registro-whatsapp{
    padding: 30px;
    background: #415A77;
    color: #fff;
}

.btn-registro-whatsapp{
    padding: 15px 30px;
}

.btn-registro-whatsapp button{
    background: #FBB03B;
    color: #1A2B48;
    border: none;
    padding: 10px 30px;
    font-size: 1.2em;
    font-weight: 700;
    font-family: "Titillium Web", sans-serif;
    transition: all 0.5s;
}

.btn-registro-whatsapp button:hover{
    background: #19abb8;
    transform: scale(0.95);
    color: #fff;
    transition: all 0.5s;
}





@media (min-width: 992px) and (max-width: 1099px){

    .left-curso{
    padding-left: 20px;
    padding-top: 50px;
}

.descuento-curso h3{
    font-size: 1.1em;
}

.descuento-curso h2{
    font-size: 1.5em;
}

.descuento-curso h2 strong{
    font-size: 1.4em;
}

.descuento-curso h4{
    font-size: 1em;
}
.btn-descuento button{
    font-size: 1.1em;
        width: 100%;
}
}

@media (min-width: 768px) and (max-width: 991px){
    .left-curso{
    padding: 50px 100px;
}

.tit-portada-curso h1{
    font-size: 3em;
}

}

@media (min-width: 576px) and (max-width: 767px){

.left-curso{
    padding: 50px;
}
.tit-portada-curso h1{
    font-size: 2.5em;
}

.tit-portada-curso h1.short-title{
    font-size: 3.5em;
}

.tit-formulario h2{
    font-size: 1.8em;
}
}

@media (max-width: 575px){
    .left-curso{
    padding: 50px 30px;
}

.tit-portada-curso h3{
    margin-bottom: 5px;
}

.tit-portada-curso h2{
    font-size: 1.5em;
}

.tit-portada-curso  h1{
    font-size: 2em;
}
.tit-portada-curso h1.short-title{
    font-size: 3.5em;
}
.tit-portada-curso h4{
    font-size: 1.2em;
}


.date-portada-curso{
    padding: 30px 0px;
    font-size: 1.5em;
}


.costo-curso{
    padding: 30px ;
}

.descuento-curso{
    padding: 10px 15px;
}


.descuento-curso h3{
    font-size: 1.1em;
    color: #232B51;
}

.descuento-curso h2{
    font-size: 1.3em;
}

.descuento-curso h2 strong{
    font-size: 1.5em;
}

.right-curso{
    padding: 50px 0px;
}

.mod-formulario{
    padding: 0px;
}

.registro-whatsapp{
    padding: 30px 10px;
}
.btn-registro-whatsapp button{
    padding: 10px;
    width: 100%;

}

.btn-descuento button{
    font-size: 1.1em;
        width: 100%;
}

.btn-meses button{
    padding: 10px ;
    width: 100%;
}
}



.pagos-landing-curso{
    background: #F9F7F2;
    padding-top: 100px;
    padding-bottom: 100px;
}

.tit-pagos-landing{
    text-align: center;
    color: #A4161A;
    font-family: "Titillium Web", sans-serif;
    margin-bottom: 30px;
}

.tit-pagos-landing h2{
        font-weight: 700;
        font-size: 2.5em;
}

.txt-pagos-landing{
    padding: 20px 50px;
    color: #1A2B48;
}

.txt-pagos-landing p{
    font-size: 1.2em;
    line-height: 1.3;
    text-align: justify;
    -webkit-hyphens: auto;
    hyphens: auto;
    columns: 1;
    -webkit-orphans: 3;
    orphans: 3;
    -webkit-widows: 3;
    widows: 3;
}

.txt-pagos-landing h3{
    font-weight: 700;
        font-family: "Titillium Web", sans-serif;
        font-size: 1.5em;
        color: #1f2a62;
}
.btn-pagos-landing, .btn-pagos-whatsapp{
    padding: 0px 50px;
}

.btn-pagos-landing button{
    background: #B8192A;
    color: #fff;
    border: none;
    padding: 15px 50px;
    font-weight: 600;
    font-size: 1.2em;
    font-family: "Titillium Web", sans-serif;
    transition: all 0.5s;
}

.btn-pagos-landing button:hover{
    background: #fbb03b;
    color: #b8192a;
    transform: scale(0.95);
    transition: all 0.5s;
}

.datos-pago-info{
    padding: 30px 50px;
    color: #fff;
    background: #415A77;
    margin: bottom;
    margin-bottom: 30px;
    font-size: 1.2em;
}

.datos-pago-info strong{
    color: #fddd50;
}

.copy-container input{
    color: #094293;
}

.copy-container i{
    cursor: pointer;
    transition: all 0.5s;
}

.copy-container i:hover{
    color: #f6263b;
    transition: all 0.5s;
}

.copy-container .message{
    color: #ffcf81;
    font-size: 1em;
    font-weight: 300;
    font-style: italic;
    padding: 15px 0px;
    transition: all 0.5s;

}


.btn-pagos-whatsapp button{
    background: #048a76;
    color: #fff;
    border: none;
    padding: 15px;
    width: 100%;
    line-height: 1.2;
    font-weight: 600;
    font-size: 1.2em;
    font-family: "Titillium Web", sans-serif;
    transition: all 0.5s;
}
.btn-pagos-whatsapp button:hover{
    background: #b8192a;
    color: #fff;
    transform: scale(0.95);
    transition: all 0.5s;
}




@media (min-width: 1100px) and (max-width: 1199px){
        .txt-pagos-landing{
    padding: 20px 30px;
}

.btn-pagos-landing, .btn-pagos-whatsapp{
    padding: 0px 30px;
}

.datos-pago-info{
    padding: 30px;
}

}

@media (min-width: 992px) and (max-width: 1099px){

    .tit-pagos-landing h2{
        font-size: 2em;
}

        .txt-pagos-landing{
    padding: 20px 30px;
}

.btn-pagos-landing, .btn-pagos-whatsapp{
    padding: 0px 30px;
}

.datos-pago-info{
    padding: 30px;
}

.txt-pagos-landing p{
    font-size: 1.1em;
}
}

@media (min-width: 768px) and (max-width: 991px){
        .tit-pagos-landing h2{
            font-size: 2.3em;
        }

        .btn-pagos-landing{
            text-align: center;
        }

        .txt-pagos-landing h3{
    margin-top: 30px;
}
}

@media (min-width: 576px) and (max-width: 767px){
            .tit-pagos-landing h2{
            font-size: 2.3em;
        }

        .btn-pagos-landing{
            text-align: center;
        }

        .txt-pagos-landing h3{
            margin-top: 30px;
        }
}

@media (max-width: 575px){
                .tit-pagos-landing h2{
            font-size: 2.3em;
        }

        .btn-pagos-landing{
            text-align: center;
        }

        .txt-pagos-landing h3{
            margin-top: 30px;
        }

        .txt-pagos-landing{
            padding: 20px;
        }

        .btn-pagos-landing, .btn-pagos-whatsapp{
            padding: 0px ;
        }

        .btn-pagos-landing button{
            padding: 15px;
            width: 100%;
        }

        .datos-pago-info{
            padding: 30px 10px;
        }


}


.panel-landing{
    background: #c7d3e1;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #1a2b48;
}

.tit-panel-landing{
    text-align: center;
    font-family: "Titillium Web", sans-serif;
    padding: 15px ;
    background: #a4161a;
    color: #fff;
    margin-bottom: 50px;
}

.tit-panel-landing h2{
    font-weight: 700;
    font-size: 2.5em;
}

.foto-experto{
    padding: 30px;
    
}
.img-experto{
    background: #f8f9fa;
    border-radius: 100%;
}

.img-experto img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.info-experto{
    margin-top: 30px;
    background: #002554;
    color: #fff;
    padding: 30px;
}

.name-experto{
        font-family: "Titillium Web", sans-serif;
        font-size: 1.5em;
}

.name-experto h3{
    font-weight: 700;
    font-size: 1.2em;
}

.name-experto h4{
    font-weight: 300;
    color: #f2d88f;
}
.cv-experto{
    padding: 20px;
    font-size: 1em;
}

.cv-experto h3{
    font-weight: 700;
    font-size: 1.2em;
}


.cv-experto ul li{
    margin-bottom: 0.5em;
    list-style-type: square;
}



@media (min-width: 1100px) and (max-width: 1199px){
    .foto-experto{
    padding: 30px 0px;
    
}
}

@media (min-width: 992px) and (max-width: 1099px){
        .foto-experto{
    padding: 30px 0px;
    
}

.cv-experto{
    padding: 20px 0px;
    font-size: 1em;
}
}

@media (min-width: 768px) and (max-width: 991px){
    .tit-panel-landing h2{
    font-size: 2em;
}
.foto-experto{
    padding: 0px 200px;
    
}

.right-experto{
    padding: 0px;
}

.name-experto{
    text-align: center;
}

.cv-experto{
    padding: 20px 0px;
}
.cv-experto ul li{
    margin-bottom: 0.3em;
    margin-left: -1em;
}

}

@media (min-width: 576px) and (max-width: 767px){
       .tit-panel-landing h2{
    font-size: 2em;
}
.foto-experto{
    padding: 0px 100px;
    
}

.right-experto{
    padding: 0px;
}

.name-experto{
    text-align: center;
}

.cv-experto{
    padding: 20px 0px;
}
.cv-experto ul li{
    margin-bottom: 0.3em;
    
}
}

@media (max-width: 575px){

    .panel-landing{
    padding-top: 100px;
    padding-bottom: 100px;
    color: #1a2b48;
}

.tit-panel-landing h2{
    font-size: 2em;
}
.foto-experto{
    padding: 30px;
    padding-bottom: 0px;
    
}

.cv-experto{
    padding: 20px 0px;
    font-size: 1.1em;
}

.name-experto{
    text-align: center;
}

.name-experto{
        font-size: 1.8em;
}

.cv-experto ul li{
    margin-left: -0.3em;
}
}

/*TEMARIO*/
.temario-landing{
    padding-top: 50px;
    padding-bottom: 100px;
}

.tit-temario-landing{
    padding: 30px;
    font-family: "Titillium Web", sans-serif;
    color: #a4161a;
}

.tit-temario-landing h2{
    font-weight: 700;   
    font-size: 2em; 
}

.txt-temario-landing{
    font-size: 1.2em;
    color: #1a2b48;
    -webkit-hyphens: auto;
    hyphens: auto;
    -webkit-widows: 3;
    widows: 3;
    -webkit-orphans: 3;
    orphans: 3;
}


.txt-temario-landing p{
    margin-bottom: 1.5em;
}
.txt-temario-landing ul li{
    list-style-type: square;
    margin-bottom: 0.5em;
}

.txt-temario-landing ul li ul li{
    list-style-type: circle;
    margin-top: 0.5em;
}

.beneficios-landing{
    margin-top: 50px;
    padding: 50px 100px;
    border: solid thin #fbb03b;

}

.txt-beneficios-landing{
        color: #002554;
    font-size: 1.2em;
        -webkit-hyphens: auto;
    hyphens: auto;
    -webkit-widows: 3;
    widows: 3;
    -webkit-orphans: 3;
    orphans: 3;
}

.txt-beneficios-landing h3{
        font-family: "Titillium Web", sans-serif;
        font-size: 1.3em;
        font-weight: 700;
        margin-top: 30px;
        margin-bottom: 15px;
        color: #415a77;

}

.btn-up-landing{
    text-align: center;
    margin-top: 50px;
}


.btn-up-landing button{
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-size: 1.3em;
    padding: 15px 50px;
    border: none;
    gap: 30px;
    color: #b8192a;
    border: solid 2px #b8192a;
    background: #f8f9fa;
    transition: all 0.5s;

}

.btn-up-landing button:hover{
    background: #fbb03b;
    transform: scale(0.95);
    transition: all 0.5s;
}



@media (min-width: 992px) and (max-width: 1099px){
    .tit-temario-landing{
    padding: 30px 0px;
}

    .txt-temario-landing{
    font-size: 1.1em;
}

}

@media (min-width: 768px) and (max-width: 991px){
    .tit-temario-landing{
    padding: 30px 50px;
}
.txt-temario-landing{
    padding: 0px 50px;
}


}

@media (min-width: 576px) and (max-width: 767px){
    .txt-temario-landing{
    font-size: 1.1em;
}
.txt-temario-landing{
    padding: 0px 30px;
}

.beneficios-landing{
    padding: 50px;
}
}

@media (max-width: 575px){

    .tit-temario-landing{
    padding: 30px 15px;

}

.txt-temario-landing{
    padding: 15px;
}

.txt-temario-landing ul li ul li{
    margin-left: -0.5em;
}

.beneficios-landing{
    padding: 30px 20px;
}

.txt-beneficios-landing{
    font-size: 1.1em;
}

.btn-up-landing button{
    padding: 15px;
    width: 100%;

}

}



/*

@media (min-width: 1200px) and (max-width: 1399px){}

@media (min-width: 1100px) and (max-width: 1199px){}

@media (min-width: 992px) and (max-width: 1099px){}

@media (min-width: 768px) and (max-width: 991px){}

@media (min-width: 576px) and (max-width: 767px){}

@media (max-width: 575px){}

*/

