:root {
    --primary_c: #1E3381;
    --secondary_c: #d71300;
    --tertiary_c: #8898A1;
    --white: #fff;
    --white_2: #FBF3F2;
    --darken: #18191A;
    --black: #000;
    --Whatsapp_c: #25d366;
    --green_check: #00b600;
    --instagram_c: #e8486c;
    --red_1: #e60000;
    --red: #FF0000;
    --principal_font: 'Poppins', sans-serif;
    --fontAwesome: "Font Awesome 5 Free";
    --fontAwesomeBrands: "Font Awesome 5 Brands";
}
html{font-size:62.5%;box-sizing:border-box;scroll-behavior: smooth;}
*,*:before,*:after{box-sizing: inherit;}
body {
    font-size: 1.6rem;
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
    overflow-x: hidden;
}
html.lenis, html.lenis body {
    height: auto;
}
.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
overscroll-behavior: contain;
}
.lenis.lenis-stopped {
overflow: hidden;
}
.lenis.lenis-scrolling iframe {
    pointer-events: none;
} 
/* =========== Ultilidades Globales =========== */
.dn,.hide {
    display: none !important;
}
.flex_c_c{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
img{
    width: 100%;
}
.link{
    color: #019ffd;
}
.simple_link:hover{
    transition: .3s ease;
    color: #019ffd!important;
}
.white {
    color: #fff!important;
}
.section{
    min-height: 50vh;
}
.container {
    max-width: 94%;
    margin: 0 auto;
}
@media (min-width:700px){
    .section{
        min-height: 70vh;
    }
}
@media (min-width:1100px){
    .section{
        min-height: 100vh;
    }
}
@media (min-width:1300px){
    .container {
        max-width: 120rem;
    }
}
@media (min-width:1400px){
    .container {
        max-width: 130rem;
    }
}
@media (min-width:1600px){
    .container {
        max-width: 140rem;
    }
}
h1{font-size: 32px;}
h2{font-size: 28px;}
h3{font-size: 24px;}
h4{font-size: 20px;}
h5{font-size: 18px;}
.section_title{
    text-transform: uppercase;
    font-size: 2.8rem;
    text-align: center;
    font-weight: normal;
}
.page_title{
    font-weight: normal;
    font-size: 40px;
}
a {text-decoration: none;}
@media (min-width:760px){
    .swal2-container {
        transform: scale(2);
    }
}
@media (min-width:1100px){
    .section_title{
        text-transform: uppercase;
        font-size: 3rem;
        text-align: center;
    }
}
@media (min-width:1400px){
    .section_title{
        text-transform: uppercase;
        font-size: 3.5rem;
        text-align: center;
    }
}
/* =========== Custom scrollbar =========== */
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 .25rem .2rem rgba(0, 0, 0, .3);
    background: rgb(12, 22, 32);
}
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #213ca0;
}
::-webkit-scrollbar-thumb:hover {
    background: #1E3381;
}
/* =========== Botones btn =========== */
.primary_btn{
    border: 1px solid var(--white);
    background-color: var(--primary_c);
    padding: 1.5rem 4.5rem;
    color: var(--white);
    text-transform: uppercase;
    transition: .3s;
    letter-spacing: .1rem;
}
.primary_btn:hover{
    border-color: var(--primary_c);
    background-color: var(--white);
    color: var(--primary_c);
    letter-spacing: .4rem;
    text-decoration: line-through;
}
@media (min-width:1100px){
    .whatsapp_btn_float{
        position: fixed;
        bottom: 2.5rem;
        right: 2.5rem;
        width: 7rem;
        z-index: 98;
    }
}
/* =========== Animate CSS =========== */
@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation:shakeX .8s ease;animation:shakeX .8s ease}
/* =========== Site header =========== */
#site_header{
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
    padding: 1rem;
}
.site_header_logo{
    width: 10rem;
}
.site_header_nav ul{
    list-style: none;
    position: absolute;
    z-index: 3;
    top: -2rem;
    left: -100%;
    background-color: rgba(0, 0, 0, .9);
    background-color: var(--primary_c);
    height: 100vh;
    width: 60vw;
    padding-top: 15rem;
    transition: .4s;
}
#site_header.site_header--shownav .site_header_nav ul{
    left: 0;
}
.site_header_nav ul li{
    margin-bottom: 4rem;
}
.site_header_nav ul li a{
    color: var(--white);
    transition: .3s;
    text-transform: uppercase;
    font-size: 2.5rem;
}
.site_header_nav ul li a::after{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;

}
.site_header_nav ul li a:hover{
    text-decoration: line-through;
    text-shadow: 0 0 1.5rem var(--white);
}
.overlay_nav{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
    opacity: 0;
    pointer-events: none;
    transition: .45s;
}
#site_header.site_header--shownav .overlay_nav{
    opacity: 1;
    pointer-events: all;
    cursor: pointer;
}
.dropdown{
    border: 1px solid var(--white);
    color: var(--white);
    background-color: rgba(0, 0, 0, .3);
    display: flex;
    align-items: center;
    padding: 1rem;
    position: relative;
    cursor: pointer;
    position: absolute;
    top: 1rem;
    right: 8rem;
}
.dropdown svg{
    font-size: 2.5rem;
}
.dropdown .language_wrapper{
    display: flex;
    align-items: center;
    margin-right: 1.5rem;
}
.dropdown_flag{
    width: 3rem;
    margin-left: 1rem;
}
.list .language_wrapper{
    position: absolute;
    top:100%;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    color: var(--white);
    border: 1px solid #cecece;
    width: 100%;
    height: 100%;
    padding: 1rem;
    display: none;
}
.list .language_wrapper.show{
    display: flex;
}
.list .language_wrapper:hover{
    background-color: rgba(255, 255, 255, .2);
}
@media (min-width:700px){
    #site_header{
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .site_header_nav ul{
        display: flex;
        position: initial;
        background-color: initial;
        padding-top: initial;
        padding-left: 0;
        height: initial;
        width: initial;
    }
    .site_header_nav ul li{
        margin: 0 2rem ;
    }
    .site_header_nav ul li a{
        font-size: 1.8rem;
    }
    .dropdown{
        position: relative;
        top: inherit;
        right: inherit;
    }
}
@media (min-width:1100px){
    .site_header_nav ul li{
        margin: 0 4rem ;
    }
    
}
/* Menu Icon */
.menu-icon {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    z-index: 4;
    top: 1.5rem;
    right: 2rem;
    transform: scale(1.3);
}
.bar1,
.bar2,
.bar3 {
    width: 25px;
    height: 2px;
    background-color: var(--white);
    margin: 6px 0;
    transition: 0.4s;
}
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-4px, 3px);
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}
@media (min-width:700px){
    .menu-icon{
        display: none;
    }
}
/* ===========Line Title=========== */
.title_container{
    position: relative;
    text-align: center;
}
.line_title{
    display: block;
    background-color: var(--black);
    width: 0;
    height: .1rem;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 1s;
}
.line_title.animation__custom{
    width: 100%;
    opacity: 1;
}
.title_container .title{
    background-color: var(--white);
    padding: 2rem;
    display: inline-block;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}
/* ===========Top Index=========== */
.top_index{
    position: relative;
    height: 50vh;
}
.top_index .top_index_img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.top_index .top_index_logo_img{
    width: 50%;
    display: block;
    margin: 5rem auto;
}
@media (min-width:750px){
    .top_index{
        height: 100vh;
    }
}
/* ===========Before & After=========== */
.before_section .before_content_c{
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 4rem;
    row-gap: 4rem;
}
/*compare*/
.img-comp-container {
    position: relative;
    height: 230px;
}
.img_comp_box {
    position: absolute;
    overflow: hidden;
}
.img_comp_box img {
    display: block;
    height: 230px;
    width: 330px;
    object-fit: cover;
}
.img-comp-slider {
    position: absolute;
    z-index: 9;
    cursor: ew-resize;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
}
.img-comp-slider::after{
    content: '';
    display: block;
    width: 10px;
    height: 230px;
    position: absolute;
    top: -95px;
    left: 50%;
    transform: translateX(-50%);
}
.img-comp-slider svg {
    fill: #fff;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 25px;
}
@media (min-width:700px){
    .img-comp-container {
        height: 500px;
    }
    .img_comp_box img {
        height: 500px;
        width: 710px;
    }
}
@media (min-width:1000px){
    .before_section .before_content_c{
        grid-template-columns: 2fr 3fr;
    }
    .img-comp-container {
        height: 420px;
    }
    .img_comp_box img {
        height: 420px;
        width: 550px;
    }
}
@media (min-width:1100px){
    .img-comp-container {
        height: 530px;
    }
    .img_comp_box img {
        height: 530px;
        width: 550px;
    }
}
@media (min-width:1400px){
    .img-comp-container {
        height: 580px;
    }
    .img_comp_box img {
        height: 580px;
        width: 750px;
    }
}
@media (min-width:1600px){
    .img-comp-container {
        height: 650px;
    }
    .img_comp_box img {
        height: 650px;
        width: 850px;
    }
}
/* ===========Services=========== */
.services_section{
    min-height: auto;
}
.services_c{
    display: grid;
    grid-template-columns: 1fr;
    height: 80vh;
}
.services_single_c{
    position: relative;
    overflow: hidden;
}
.services_single_c::after{
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background: linear-gradient(90deg, var(--primary_c), transparent);
    transition: .3s ease;
}
.services_c .service_img{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
}
.service_img.full_img{
    display: none;
}
.types_text_c{
    font-weight: 300;
    color: var(--white);
    text-transform: uppercase;
    position: absolute;
    z-index: 3;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    transition: .3s;
}
@media (min-width:700px){
    .services_c{
        grid-template-columns: repeat(5, 1fr);
        height: 50vh;
    }
    .services_single_c::after{
        width: 100%;
        height: 50%;
        background: linear-gradient(0deg, var(--primary_c), transparent);
    }
    .services_single_c:hover::after{
        height: 130%;
        width: 100%;
    }
    .services_single_c:hover .types_text_c{
        bottom: 17rem;
    }
    .service_img.full_img{
        display: initial;
    }
    .service_img.mobil_img{
        display: none;
    }
}
@media (min-width:1100px){
    .services_c{
        height: 80vh;
    }
}
/* ===========Our Work=========== */
.work_section{
    background-color: var(--primary_c);
    padding: 5rem 0;
}
.work_section .line_title{
    background-color: var(--white);
}
.work_section .title{
    color: var(--white);
    background-color: var(--primary_c);
}
.work_swiper_c{
    width: 100%;
    height: 40rem;
    overflow: hidden;
}
.work_swiper {
    width: 100%;
    height: calc(100% - 8rem)
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Swipper Tumbs*/
.work_thumbs {
    box-sizing: border-box;
    padding: 10px 0;
    width: 100%;
    height: 100%;
}
.work_thumbs .swiper-slide {
    width: calc(20% - 1rem);
    height: 8rem;
    cursor: pointer;
    opacity: 0.4;
    transition: opacity .3s ;
}
.work_thumbs .swiper-slide-thumb-active {
    opacity: 1!important;
}
@media (min-width:700px){
    .work_swiper_c{
        height: 55rem;
    }
}
@media (min-width:1800px){
    .work_swiper_c{
        height: 70rem;
    }
}
/* ===========Contact=========== */
.contact_form{
    margin-bottom: 5rem;
}
.contact_form .input_wrapper{
    position: relative;
    width: 100%;
}
.contact_form .input_wrapper .input_control{
    width: 100%;
    max-width: 50rem;
    background-color: transparent;
    color: #000;
    border: none;
    outline: none;
    margin-bottom: 5rem;
    border-bottom: 1px solid #8898A1;
}
.contact_form .input_wrapper.message .input_control{
    margin-bottom: 2rem;
}
.contact_form .input_wrapper .input_control:focus ~ label,
.contact_form .input_wrapper .input_control:not(:placeholder-shown).input_control:not(:focus)~.label_control{
    font-size: 1.1rem; 
    transform: translateY(-2rem);
    color: var(--color_negro);
}
.contact_form .input_wrapper label{
    position: absolute;
    top: 0;
    left: 0;
    color: #8898A1;
    pointer-events: none;
    letter-spacing: .1rem;
    transition: .5s ease;
}
.contact_form .input_wrapper textarea{
    resize: none;
}
.contact_form .submit_wrapper{
    margin: 1rem 0;
}
.contact_form .submit_btn{
    padding: 1.5rem 7.5rem;
    font-size: 1.8rem;
    cursor: pointer;
}
.contact_links a{
    color: var(--black);
    margin-bottom: 4rem;
    transition: .3s;
}
@media (min-width:700px){
    .contact_content_c{
        margin-top: 5rem;
        padding: 5rem;
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 4rem;
        justify-content: center;
        align-items: start;
    }
}

/* ===========Footer=========== */
#site_footer{
    background-color: var(--darken);
    color: var(--white);
    padding: 5rem ;
    text-align: center;
}
.footer_title{
    font-weight: 300;
    text-transform: uppercase;
}
#site_footer a{
    color: var(--white);
}
.footer_subtitle{
    font-size: 2.3rem;
}
.site_footer_nav ul{
    list-style: none;
    padding: 0;
    
}
.site_footer_nav ul li,
.footer_social a{
    margin: 1rem 0;
}
.footer_bottom{
    font-size: 1.4rem;
    border-top: 1px solid var(--white);
    margin-top: 4rem;
}
@media (min-width:700px){
    .footer_middle{
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-items: center;
        align-items: start;
    }
    .site_footer_nav ul{
        text-align: left;
    }
}