/*colors*/

@import url('../webfonts/flaticon/flaticon-1.eot');


.main{
    padding: 0 25px;
    overflow-x: hidden;
}


/*colores que modifican los titulos*/
:root{
        /*black*/
        --black-100:#1b1b1b;
        --black-50:#424040;
        --black-25:#6e6d6d;
    
        /*white*/
        --white-100:#fafafa;
        --white-75:#e6dddd;
        --white-50: #fafafaa1;
        --white-25: #fafafa49;
    
        /*gray*/
        --gray-100: #868585;
        --gray-50: #bbb9b9;
        --gray-25: #c6c3c3;

        /*primary*/
        --primary-100:#030356;        
        --primary-50: #008aff;
        --primary-25: #716fc2 ;
        /*secundary*/
        
        --secundary-100: #fb90a8;;        
        --secundary-50: #85b851;
        --secundary-25: #90b66a ;


        --gradient-blue: linear-gradient(to right, #265CB1, #3876a5, #3d7fb1, #4189be, #4692ca);
    
    
    /*colors*/
    --purple: #bb00ffaa;
    --purple-princ:#4b2868;
    --green: #0a970a; 
    --blue: #1639d3;
    --blue-50: #3f54b2;
    --red:  #a40a19;
    --yellow: #d8c709 ;
    --cyan: #1ed1da ;
    --especial: none ;

    /*color icons list*/
    --color-i-header : var(--blue);
    --color-i-slider : var(--green);
    --color-i-second-title: var(--blue);
    --color-btn-1 : var(--blue);

}


font{
    font-family: kanit,;
}

html a{
    text-decoration: none !important;
}

/*tcextos*/




.text_xl{
    font-size: 33px !important;
    line-height: normal !important;
}


.text_l{
    font-size:33px !important;
    line-height: normal !important;
}


.text_sm{
    font-size: 0.9rem !important;
    line-height: 18px !important;
}




@media only screen and (min-width: 600px) {
    .text_xl{
        font-size: 2rem !important;
        line-height: 30px !important;
    }


    .text_l{
        font-size:1.3rem !important;
        line-height: 25px !important;
    }


    .text_sm{
        font-size: 1rem !important;
        line-height: 20px !important;
    }
}


@media only screen and (min-width: 800px){
    .text_xl{
        font-size: 3rem !important;
        line-height: 50px !important;
    }
    
    .text_l{
        font-size: 2.3rem !important;
        line-height: 40px !important;
    }
    
    
    .text_sm{
        font-size: 1.5rem !important;
        line-height: 30px !important;
    }

}



/*textos negros*/
.text_black-100{
    color: var(--black-100) !important;
}
.text_black-50{
    color: var(--black-50) !important;
}
.text_black-25{
    color: var(--black-25) !important;
}




/*textos blancos*/
.text_white-100{
    color: var(--white-100) !important;
}

.text_white-75{
    color: var(--white-75) !important;
}
.text_white-50{
    color: var(--white-50) !important;
}
.text_white-25{
    color: var(--white-25) !important;
}





/*textos grises*/
.text_gray-100{
    color: var(--gray-100) !important;
}
.text_gray-50{
    color: var(--gray-50) !important;
}
.text_gary-25{
    color: var(--gray-25) !important;
}

/*textos principales*/

.text_primary-100{
    color: var(--primary-100) !important;
}
.text_primary-50{
    color: var(--primary-50) !important;
}
.text_primary-25{
    color: var(--primary-50) !important;
}




/*textos secundarios*/

.text_secundary-100{
    color: var(--secundary-100) !important;
}
.text_secundary-50{
    color: var(--secundary-50) !important;
}
.text_secundary-25{
    color: var(--secundary-25) !important;
}


.text_green-100{
    color: var(--green);
}





/*modified header*/

.bg-header-top{
    background-color: var(--white-100);
}





.header_img{
    background-image: url('../img/landing/bg-header.png');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.header__top1{
    background-color: var(--white-100);
}

.header_links{
    color: var(--black-100)!important;

}

.header_links i{
    color: var(--color-i-header) !important;

}






/*backgorund pape section*/

#slider-background{
    background-image: url('../img/slider/slider-landing.jpg') !important;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat !important;
    position: relative;
}

#slider-background2{
    background-image: url('../img/slider/slider-landing2.jpg') !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}



/*overlay*/
.overlay-header{
    background-color:rgba(30, 30, 30, 0.859);

}


.overlay-slider{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #566d8e;
    opacity: 0.85;

}

.overlay-action{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #566d8e;
}

/*
.overlay-footer{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color:#566d8e; 

}
*/


.about1__btn{
    max-width: 510px !important;
    margin-bottom: 25px !important;
}


/***********section info*************/

.sectionInfo{
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
}

/*titles styles*/


/* first title*/
.first_title{
    text-align: left !important;

}

.first_title-subtitle{
    text-align: left !important;

}

.first_title-info{
    text-align: left !important;

}


.first_title-info i{
    color: var(--color-i-slider) !important;/*color especial depende de los i del header*/

}



.testimonial_bg-img{
    background-image: url('../img/landing/bg-action.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    object-fit: cover;
    background-attachment: fixed;
}

/*second title*/
/*

.second_title{

}*/

.second_title-subtitle{
    text-align: left !important;

}

/*
.second_title-info{

    
}
*/
.second_title-info i{
    color: var(--color-i-second-title) !important;
}


/*third title*/
.third_title{
    color: var(--color-third-title) !important;
    text-transform: uppercase !important;


}

.third_title-subtitle{
    text-align: left !important;

}
/*
.third_title-info{

}
*/



/*four title*/
.four_title{
    font-size: 27px !important;
    line-height: 30px !important;
}


/*landing Secuelas covid*/
.four_title2{
    font-size: 26px !important;
    line-height: 30px !important;

}

.four_title-subtitle{
    text-align: left !important;
}

/*
.four_title-info{

}

*/



/*five title*/
.five_title{
    font-size: 28px !important; 

}


.five_title-subtitle{
    text-align: left !important;

}

.five_title-info{
    font-size: 17.5px !important;

}


/*six title*/
/*
.six_title{

}
*/

.six_title-subtitle{
    text-align: left !important;

}
/*
.six_title-info{

}


*/

/*title footer*/
.footer_title{
    font-size: 23px !important;
    text-align: center !important;

}
/*
.footer_subtitle{
}
*/

.footer_title-info{
    font-size: 17px !important;
    line-height: normal !important;
    text-align: left !important; 

}




















/*footer botom */
/*
.footer_bottom-bg{
    background-color:rgb(27, 27, 27);;;

}
*/


.agencyInfo{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index: 250;
    font-size: 20px;
    color: var(--white-100);
  }
  
  .agencyInfo a {
    margin: 0 8px;
    display: inline-block;
    color: var(--white-100) ;
  }
  
  .agencyInfo a:hover{
    color: #00c4fa;
  }




  @media only screen and (min-width:1170px){
    .section_five-title{
        margin-top: 0px !important;

    }
  }


@media only screen and (min-width:900px){
    main, footer{
        padding: 0 0;
    }
}







/*estilos del slider*/
.slider_landing{
    display: flex;
    justify-content: center;
    align-items: baseline;
    height: 60rem; 
    margin-top: 5rem;

}
.owl-stage-outer{
   height:100% !important;
   padding: 50px 0 !important;

}



@media only screen and (min-width:350px){
    .slider_landing{
        height: 50rem;
    }
}



@media only screen and (min-width:450px){
    .slider_landing{
        height: 45rem;
    }
}

@media only screen and (min-width:770px){
    .slider_landing{
        height: 40rem;
    }
}


/*estilos del slider*/
.slider_landing2{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60rem; 
    margin-top: 5rem;

}


@media only screen and (min-width:385px){
    .slider_landing2{
        height: 55rem;
    }
}

/*

@media only screen and (min-width:450px){
    .slider_landing2{
        height: 45rem;
    }
}
/*
@media only screen and (min-width:770px){
    .slider_landing2{
        height: 40rem;
    }
}
/*
@media only screen and (min-width:800px){
    .slider_landing2{
        height: 35rem;
    }
}
*/





/*estilos del slider*/
.slider_landing3{
    display: flex;
    justify-content: center;
    align-items: baseline;
    height: 70rem; 
    margin-top: 5rem;

}


@media only screen and (min-width:350px){
    .slider_landing3{
        height: 60rem;
    }
}



@media only screen and (min-width:425px){
    .slider_landing3{
        height: 55rem;
    }
}

@media only screen and (min-width:550px){
    .slider_landing3{
        height: 50rem;
    }
}

@media only screen and (min-width:765px){
    .slider_landing3{
        height: 45rem;
    }
}


@media only screen and (min-width:900px){
    .slider_landing3{
        height: 40rem;
    }
}








/*************fuentes ****************/


.centrado{
    display: flex !important;
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
}

.opacity-0{
    opacity: initial !important;
}


.C-i{
    color: #53519b !important;

}

.C-i-2{
    color: #54d4d1 !important; 
}


.main_btn-landing{
    padding: 20px 25px !important;
    line-height: normal !important;
}



.sectionServices{
    background-image: url('../images/bg-landing.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;

}

.text_S{
    font-weight: 100 !important;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.text_S strong{
    color:#0fc3be !important;
}

.text_S b {
    color:#53509f !important;
}




.section-btn{
    display: flex;
    justify-content: start;
    background-image: url('../images/service-line.png'); 
    background-size: 15%;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.section-btn2{
    display: flex;
    justify-content: flex-end;
    background-image: url('../images/service-line.png'); 
    background-size: 15%;
    background-position: bottom right;
    background-repeat: no-repeat;
}


.section-text{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #53509f;
}



.text_link{
    text-decoration: underline;
    color: #53509f;
}

.text_link:hover{
    scale: 1.02;
}

.bg-acordeon{
    background-color: #ecefec !important;
}


.img_100:hover{
    scale: 1.2;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    transform: translate(-10px);
    box-shadow: 0px 2px 13px black;
}

.owl-stage-outer{
    display: flex !important;
    justify-content: center !important;
    flex-direction: column !important;

}




.bg_footer{
    background-image: url('../img/landing/bg-footer.png');
    background-position: top right;
    background-size: 25%;
    background-repeat: no-repeat;
    background-color: #566d8e;
    
}




.icon_footer{
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    text-align: center;
    border-radius: 5555555px;
    padding: 5px;
    border: solid 1px var(--white-100);
    transition-duration: 0.5s;
    background-color: #fff;
}

.icon_footer i{
    color: var(--black-100);
}

.icon_footer:hover{
    background-color: var(--purple-princ);
    color: white;
}

.icon_footer:hover > i {
    color: var(--white-100);
}



.title_footer{
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-100);
    position: relative;
    padding-bottom: 10px;
}
/*
.title_footer::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 40px;
    height: 1px;
    border: 1px solid var(--secundary-100);
}
*/


.info-footer{ 
    background: #294273;
    background: -moz-linear-gradient(45deg, #3b8fce 20%, #27466e 80%);
    background: -webkit-linear-gradient(45deg, #3b8fce 20%, #27466e 80%);
    background: linear-gradient(45deg, #27466e 20%, #3b8fce 80%);
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
}
.info-footer p {
    color: #ffff;
}




.events-section.alternat-2 .event-block-one .inner-box {
    border-radius: 20px;
    background: #006c9d;
    background: -moz-radial-gradient(circle, #3c90d0 0, #203556 100%);
    background: -webkit-radial-gradient(circle, #3c90d0 0, #203556 100%);
    background: radial-gradient(circle, #3c90d0 0, #203556 100%);
    border: 3px solid rgba(255, 255, 255, 0.5);
    box-shadow: rgb(0 0 0 / 15%) 0 3px 3px 0;
}

.events-section.alternat-2 .event-block-one .inner-box {
    padding-top: 80px;
    padding-bottom: 20px;
    margin-bottom: 80px;
}
.event-block-one .inner-box {
    position: relative;
    display: block;
    border-radius: 20px;
    padding: 0 30px 30px 30px;
    transition: all .5s ease;
}


.events-section.alternat-2 .event-block-one .inner-box .post-date {
    border: 5px solid var(--rojo);
    box-shadow: rgb(50 50 93 / 25%) 0 6px 12px -2px, rgb(0 0 0 / 30%) 0 3px 7px -3px;
}
.events-section.alternat-2 .event-block-one .inner-box .post-date {
    padding-top: 0;
}

.events-section.alternat-2 .event-block-one .inner-box .post-date {
    width: 140px;
    height: 140px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -70px;
    margin-top: 0;
    border: 10px solid #fff;
}
.event-block-one .inner-box .post-date {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 90px;
    background: #f2f3f5;
    text-align: center;
    border-radius: 50%;
    border: 5px solid #fff;
    padding: 13px 0 10px 0;
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    margin-top: -45px;
    margin-bottom: 23px;
}

.events-section.alternat-2 .event-block-one .inner-box h4 {
    margin-bottom: 20px;
}
.event-block-one .inner-box h4 {
    text-align: center;
}
.event-block-one .inner-box h4 {
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}



.event-block-one .inner-box .info li:last-child {
    margin-bottom: 0;
}
.event-block-one .inner-box .info li {
    color: var(--blanco);
}
.event-block-one .inner-box .info li {
    position: relative;
    display: block;
    font-size: 15px;
    padding-left: 26px;
    margin-bottom: 2px;
}


.post-date img{
    border-radius: 100%;
}



.list-certification{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.list-certification img{
    width: 60%;
}




/*testimonial*/
.testimony-card{
    padding: 25px;
    margin: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: solid #ffff 3px;
    border-radius: 2rem;
    box-shadow: 0px 0px 15px 1px #403e3e;
    background-color: #ffff;
}




.list-stars{
    display: flex;
    color: #f2ff00;
}


.img-cliente{
    width: 65px;
    border-radius: 100%;

}


/************btn ****************/

.btn1 {
    background: rgb(27,128,191);
    background: -moz-linear-gradient(45deg, rgba(27,128,191,1) 20%, rgba(102,181,248,1) 50%, rgba(27,128,191,1) 80%);
    background: -webkit-linear-gradient(45deg, rgba(27,128,191,1) 20%, rgba(102,181,248,1) 50%, rgba(27,128,191,1) 80%);
    background: linear-gradient(45deg, rgba(27,128,191,1) 20%, rgba(102,181,248,1) 50%, rgba(27,128,191,1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b80bf",endColorstr="#1b80bf",GradientType=1);
    color: #ffff !important;
    box-shadow: rgb(0 0 0 / 45%) 0 25px 20px -20px;
    background-size: 100%;
    transition: 0.5s ease;
    text-transform: uppercase;
}


.btn1{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    text-align: center;
    justify-content: center;
    display: inline-block;
    text-transform: capitalize;
    padding: 15px 25px;
    font-size: 12px;
    border-radius: 100px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #fff;
    border: none;
    font-family: Poppins, sans-serif;
    font-weight: 500;
}

.btn1 span{
    margin: 0 !important;
    padding: 0 !important;
    color: #ffff !important;
    font-size: 18px !important;
}

.btn1 span i{
    font-size: 25px !important;
}




.btn1:hover {
    background: rgb(27,128,191);
    background: -moz-linear-gradient(45deg, rgba(27,128,191,1) 20%, rgba(102,181,248,1) 50%, rgba(27,128,191,1) 80%);
    background: -webkit-linear-gradient(45deg, rgba(27,128,191,1) 20%, rgba(102,181,248,1) 50%, rgba(27,128,191,1) 80%);
    background: linear-gradient(45deg, rgba(27,128,191,1) 20%, rgba(102,181,248,1) 50%, rgba(27,128,191,1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b80bf",endColorstr="#1b80bf",GradientType=1);
    background-size: 300%;
    transform: scale(1) translateY(-5px);
}

.btn1:focus, .btn1:hover {
    background: #0e3340;
    color: #fff;
}




.btn2{
    background: rgb(81,179,86);
    background: -moz-linear-gradient(45deg, rgba(81,179,86,1) 20%, rgba(142,191,69,1) 50%, rgba(81,179,86,1) 80%);
    background: -webkit-linear-gradient(45deg, rgba(81,179,86,1) 20%, rgba(142,191,69,1) 50%, rgba(81,179,86,1) 80%);
    background: linear-gradient(90deg, rgba(81,179,86,1) 20%, rgba(123,241,135,1) 50%, rgba(81,179,86,1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#51b356",endColorstr="#51b356",GradientType=1);
    background-size: 100%;
    transition: 0.5s ease;
}


.about3{
    background-color: #efaef435;
}

.btn-container{
    width: 98%;
}



.fa-tiktok{
    content:url(../img/tiktok.svg);
    width: 12px;
}




/*testimony card*/
.testimonial-block-one .inner-box .box{
    border: 1px solid #2006de !important;
}