
/*src font family*/



@font-face{
    font-family: 'Comfortaa';
    src: url(../fonts/comfortaa/comfortaa-regular.ttf) format('TrueType') ;
}



@font-face{
    font-family: 'Lexend';
    src: url(../fonts/lexend/lexend-regular.ttf) format('TrueType');
}



/*font-family fore*/

.comfortaa{
    font-family: 'Comfortaa', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.lexend{
    font-family: 'Lexend', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}



/*colors*/





/*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: #1362a7;        
        --primary-50: #1f4276;
        --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(--primary-100);
    --color-i-slider : var(--green);
    --color-i-second-title: var(--blue);
    --color-btn-1 : var(--blue);

}



html a{
    text-decoration: none !important;
}

/*size text*/

.text_xxl{
    font-size: 36px !important;
    line-height:  43px !important;
}

.text_xl{
        
    font-size: 30px !important;
    line-height:  36px !important;
}

.text_l{
    
    font-size: 24px !important;
    line-height:  32px !important;
}



.text_sm{
    font-size: 18px !important;
    line-height:  28px !important;
}

.text_b{
    font-size: 16px !important;
   }








@media only screen and (min-width: 600px){
    
    .text_xxl{
        font-size: 60px !important;
        line-height:  53px !important;
    }
    
    .text_xl{
        
        font-size: 48px !important;
        line-height:  53px !important;
    }
    
    .text_l{
        
        font-size: 30px !important;
        line-height:  36px !important;
    }
    
    .text_sm{
        font-size: 20px !important;
        line-height:  28px !important;
    }

    .text_b{
        font-size: 16px !important;
        line-height: 24px !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*/


.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-50);
}

.header_links{
    color: var(--primary-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: 120% center ;
    background-repeat: no-repeat !important;
    position: relative;
    padding: 0 !important;
}

#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: var(--primary-50);
    opacity: 0.80;

}


.overlay-action{
    width: 100%;
    height: 100%;
    position: absolute;
}


/*
.overlay-footer{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color:rgba(24, 2, 2, 0.842);

}
*/



.about1__btn{
    max-width: 510px !important;
    margin-bottom: 25px !important;
}




.testimonial_bg-img{
    background-image: url('../img/landing/bg-action.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}



/*agency*/

.agencyInfo{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index: 250;
    font-size: 20px;
    color: var(--white-100);
    font-family: 'Lexend', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  
  .agencyInfo a {
    margin: 0 8px;
    display: inline-block;
    color: var(--white-100) ;
    font-family: 'Lexend', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  
  .agencyInfo a:hover{
    color: #00c4fa;
  }

/*bg_footer*/
.bg_footer{
    background-color: var(--primary-50);
}




.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(--red);
    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;
}






/************btn ****************/

.btn1 {
    font-family: 'Comfortaa' !important;
    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: initial;
    padding: 15px 25px;
    font-size: 12px;
    border-radius: 40px;
    -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: #d7cef735;
}

.btn-container{
    width: 98%;
}






/*icons list */



/*--------------=====Green ====-------------*/
.i_green-sm{
    color: var(--green);
    font-size: 18px !important;
    line-height:  28px !important;
}


.i_green-l{
    color: var(--green);
    font-size: 24px !important;
    line-height:  32px !important;
}


/*--------------=====Black====-------------*/

.i_black-sm{
    color: var(--black-50);
    font-size: 18px !important;
    line-height:  28px !important;
}


.i_black-l{
    color: var(--black-50);
    font-size: 24px !important;
    line-height:  32px !important;
}


/*--------------=====White====-------------*/

.i_white-sm{
    color: var(--white-100);
    font-size: 18px !important;
    line-height:  28px !important;
}


.i_white-l{
    color: var(--white-100);
    font-size: 24px !important;
    line-height:  32px !important;
}


/*--------------=====Primary====-------------*/



.i_primary-sm{
    color: var(--primary-100);
    font-size: 18px !important;
    line-height:  28px !important;
}


.i_primary-l{
    color: var(--primary-100);
    font-size: 24px !important;
    line-height:  32px !important;
}

/*--------------=====Primary -50 ====-------------*/



.i_primary-50-sm{
    color: var(--primary-50);
    font-size: 18px !important;
    line-height:  28px !important;
}


.i_primary-50-l{
    color: var(--primary-50);
    font-size: 24px !important;
    line-height:  32px !important;
}




@media only screen and (min-width: 600px){
    /*-------------------============Green===========-----------------------*/
    .i_green-l{
        
        font-size: 30px !important;
        line-height:  36px !important;
    }

    .i_green-sm{
        font-size: 20px !important;
        line-height:  28px !important;
    }

     /*-------------------===========Black============-----------------------*/
     .i_black-l{
        
        font-size: 30px !important;
        line-height:  36px !important;
    }

    .i_black-sm{
        font-size: 20px !important;
        line-height:  28px !important;
    }

     /*-------------------============White===========-----------------------*/
     .i_white-l{
        
        font-size: 30px !important;
        line-height:  36px !important;
    }

    .i_white-sm{
        font-size: 20px !important;
        line-height:  28px !important;
    }

     /*-------------------============Primary===========-----------------------*/
     .i_primary-l{
        
        font-size: 30px !important;
        line-height:  36px !important;
    }

    .i_primary-sm{
        font-size: 20px !important;
        line-height:  28px !important;
    }
    
    /*-------------------============Primary-50===========-----------------------*/

    .i_primary-50-l{
        
        font-size: 30px !important;
        line-height:  36px !important;
    }

    .i_primary-50-sm{
        font-size: 20px !important;
        line-height:  28px !important;
    }

}


/*list_services*/


.list_services{
    padding: 0;
}


.list_services li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 16px 0;
}


.list_services i {
    margin: 0 10px 0 0;
}


.list_services p {
    margin: 0;
    text-align: justify;
}

/***/

.d-f{
    display: flex;
}

.d-f-w{
    display: flex;
    flex-wrap: wrap;
}


.bg_primary{
    background-color: var(--primary-50);
}



.icon_action{
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    transition-duration: 0.5s
}


.icon_action:hover{
    box-shadow:  0 0 0 10px rgba(0, 0, 0, 0.062);
    transform: translateY(-5px);
}


.slider-action{
    padding: 90px 0;
    background-image: url('../img/landing/bg-slider-action.jpg');
    background-position: 68% center;
    background-repeat: no-repeat;
    background-size: cover;


}






.overlay_s-a{
    padding: 25px;
}


.overlay_s-a::before{
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #fff;
    opacity: 0.50;
    
    border-radius: 15px;
}


.bg_action{
    background-image: url('../img/landing/bg-action.jpg');
    background-size: 100%;
    background-position: top right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 100px 0;
}




.card_action{
    max-width: 650px !important;
    background-color: #fff;
    border-radius: 20px;
}

.card_action-text{
    border: 2px solid rgba(0, 0, 0, 0.116);
    border-radius: 20px;

}


@media only screen and (max-width:992px){
    .bg_action{
        background-image: url('../img/landing/bg-action.jpg');
        background-size: cover;
        background-position: 68%;
        background-attachment: fixed;
    }
    

}