:root {
    --color_primario: #18191A;
    --color_secundario: #d71300;
    --color_gris_medio: #8898A1;
    /* --color_verde: #98A141;
    --color_amarillo: #FA991C; */
    --color_blanco: #fff;
    --color_blanco_2: #FBF3F2;
    --color_obscuro: #18191A;
    --color_negro: #000;
    --verdeWhatsapp: #25d366;
    --verdeCheck: #00b600;
    --rosaInstagram: #e8486c;
    --rojo1: #e60000;
    --rojoIntenso: #FF0000;
    --fuentePrincipal: '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;
    text-transform: uppercase;
    text-align: justify;
}
html.lenis {
    height: auto;
  }
  
  .lenis.lenis-smooth {
    scroll-behavior: auto;
  }
  
  .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;
}
img{
    width: 100%;
}
.link{
    color: #019ffd;
}
.simple_link:hover{
    transition: .3s ease;
    color: #019ffd;
}
.white {
    color: #fff!important;
}
.section{
    min-height: 100vh;
}
.container {
    max-width: 94%;
    margin: 0 auto;
}
@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: var(--color_secundario);
}
::-webkit-scrollbar-thumb:hover {
    background: #bd1000;
}
/* =========== Botones btn =========== */
.whatsapp_btn_float{
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    width: 5.5rem;
    z-index: 98;
    opacity: 0;
    pointer-events: none;
    transform: translateY(2rem);
    transition: .4s ease-in;
}
.whatsapp_btn_float.whatsapp_btn_float--visible{
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
}
.primary_btn{
    border: 1px solid var(--color_secundario);
    font-size: 1.8rem;
    padding: 1.5rem 4.5rem;
    color: var(--color_blanco);
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: .5s ease;
    display: inline-block;
}
.primary_btn::before{
    content: '';
    background-color: #d71300;
    width: 0;
    height: 20rem;
    display: block;
    position: absolute;
    z-index: -1;
    top: -100%;
    left: 45%;
    transform: rotate(25deg);
    transition: .6s ease;
}
.primary_btn:hover::before{
    width: 28rem;
    left: -30%;
}
@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 =========== */
/* Menu Icon */
.menu-icon {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 1.5rem;
    right: 2rem;
}
.bar1,
.bar2,
.bar3 {
    width: 25px;
    height: 2px;
    background-color: #8898A1;
    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);
}
#site_header{
    background-color: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: .3s ease;
    height: 65px;
    padding: .7rem 0;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
}
#site_header:hover,#site_header.site_header--scroll{
    background-color: rgba(0, 0, 0, .8);
}
#site_header.site_header--shownav{
    height: 100%;
}
.site_header_logo a{
    display: flex;
    align-items: center;
}
.site_header_logo .site_title{
    font-weight: normal;
    color: var(--color_blanco);
    margin: 0;
    font-size: 2.4rem;
    margin-left: 1rem;
}
.site_header_logo .site_header_logo_img{
    width: 5rem;
}
.site_header_logo2 .site_header_logo_img{
    width: 6rem;
    display: none;
}
.site_header_nav{
    position: absolute;
    top: 10rem;
    left: 40%;
    transform: translateX(-50%);
}
.site_header_nav ul{
    list-style: none;
    display: flex;
    position: relative;
    flex-direction: column;
}
.site_header_nav ul li{
    margin-bottom: 3rem;
    font-size: 3rem;
}
.site_header_nav ul li a{
    color: var(--color_blanco);
    transition: .5s ease;
    position: relative;
}
.site_header_nav ul li a::before{
    content: '';
    width: 0;
    height: .2rem;
    background-color: var(--color_secundario);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .3s ease;
}
.site_header_nav ul li:hover a,
.site_header_nav ul li.active a{
    text-shadow: 0 0 1rem #fff, 0 0 1.5rem #fff;
}
.site_header_nav ul li:hover a::before,
.site_header_nav ul li.active a::before{
    width: 100%;
}
.tools{
    display: flex;
    position: absolute;
    top: 80vh;
    left: 2rem;
    align-items: center;
}
.tools .dropdown{
    border: 1px solid var(--color_blanco);
    color: var(--color_blanco);
    background-color: rgba(0, 0, 0, .3);
    display: flex;
    align-items: center;
    padding: 1rem;
    position: relative;
    cursor: pointer;
}
.tools .dropdown svg{
    font-size: 2.5rem;
}
.tools .dropdown .language_wrapper{
    display: flex;
    align-items: center;
    margin-right: 1.5rem;
}
.tools .dropdown_flag{
    width: 3rem;
    margin-left: 1rem;
}
.tools .list .language_wrapper{
    position: absolute;
    top:100%;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    color: var(--color_blanco);
    border: 1px solid #cecece;
    width: 100%;
    height: 100%;
    padding: 1rem;
    display: none;
}
.tools .list .language_wrapper.show{
    display: flex;
}
.tools .list .language_wrapper:hover{
    background-color: rgba(255, 255, 255, .2);
}
.tools .contact_phone{
    color: var(--color_secundario);
    color: var(--color_blanco);
    font-size: 1.9rem;
    margin-left:5rem;
    transition: .3s ease;
}
.tools .contact_phone:hover{
    text-shadow: 0 0 1rem var(--color_secundario),0 0 1rem var(--color_secundario);
    text-shadow: 0 0 1rem var(--color_blanco);
}
#marker {
    position: absolute;
    bottom: 0;
    transition: .5s;
    transition-delay: .1s;
    z-index: 1;
    display: none;
    left: 40px;
    width: 48px;
}
#marker::before{
    content: '';
    position: absolute;
    top: 0rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: .2rem;
    transition: .3s;
    background-color: var(--color_secundario);
}
@media (min-width:760px){
    #site_header{
        padding: .7rem 4rem;
        justify-content: flex-start;
        overflow: visible;
    }
    .tools{
        top: 1rem;
        left: initial;
        right: 8rem;
    }
    .site_header_nav{
        opacity: 0;
        pointer-events: none;
        transition: .2s ease;
    }
    .site_header.site_header--shownav .site_header_nav{
        opacity: 1;
        pointer-events: all;
        transition: .5s ease;
    }
}
@media (min-width:1100px){
    .menu-icon{
        display: none;
    }
    #site_header{
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 1rem 2rem;
        height: auto;
    }
    .site_header_nav{
        opacity: 1;
        pointer-events: all;
        position: initial;
        top: initial;
        left: initial;
        transform: initial;
    }
    .site_header_logo .site_header_logo_img{
        width: 6rem;
    }
    .site_header_logo2 .site_header_logo_img{
        width: 10rem;
        display: block;
    }
    .tools{
        position: initial;
        top: initial;
    }
    .lan_selection{
        margin-right: 5rem;
    }
    .site_header_nav ul{
        flex-direction: row;
    }
    .site_header_nav ul li{
        margin-right: 3rem;
        margin-bottom: 0;
        font-size: 1.6rem;
    }
    .site_header_nav ul li:last-of-type{
        margin-right: 0;
    }
    .site_header_nav ul li a::before{
        display: none;
    }
    #marker{
        display: block;
    }
}
@media (min-width:1400px){
    #site_header{
        padding: 1rem 2rem;
    }
    .site_header_logo .site_header_logo_img{
        width: 12rem;
    }  
}
/* =========== Section with image =========== */
.section_w_image{
    position: relative;
    min-height: 100vh;
}
.section_bg_image{
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}
.section_bg_image_mobile{
    display: block;
}
@media (min-width:1000px){
    .section_bg_image{
        display: block;
    }
    .section_bg_image_mobile{
        display: none;
    }
}
/* =========== Home secction =========== */ 
.home{
    height: 100vh;
}
.home .container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.home_title{
    width: 90vw;
}
.home_title_large{
    display: none;
}
.main_acitivity{
    color: var(--color_secundario);
    font-size: 3.5rem;
    font-weight: normal;
    margin: 1rem;
    text-shadow: 0 0 1rem #000;
}
.es .main_acitivity{
    font-size: 3rem;
}
.location{
    color: var(--color_blanco);
    font-size: 2rem;
    margin:1rem;
}
.book_now_btn{
    margin-top: 2rem;
}
.triangle{
    clip-path: polygon(50% 95%, 0% 100%, 100% 100%);
    background-color: var(--color_primario);
    width: 100%;
    height: 180rem;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: block;
}
@media (min-width:760px){
    .home_title_mobile{
        display: none;
    }
    .home_title_large{
        display: block;
    }
}
@media (min-width:1100px){
    .home_title{
        width: 90rem;
    }
    .main_acitivity,.es .main_acitivity{
        font-size: 4rem;
    }
    .location{
        font-size: 2rem;
    }   
}
@media (min-width:1400px){
    .home_title{
        width: 110rem;
    }
    .main_acitivity,.es .main_acitivity{
        font-size: 6rem;
    }
    .location{
        font-size: 2.7rem;
    }
}
/* =========== About us secction =========== */ 
.about{
    background-color: var(--color_primario);
    min-height: 100vh;
    padding: 3rem 0 3rem;
}
.about .container{
    display: grid;
}
.about_text{
    padding: 0 2rem;
    color: var(--color_blanco);
    text-align: center;
}
.about_image{
    text-align: center;
    position: relative;
    padding: 2rem;
    transform-style: preserve-3d;
}
.about_image_z{
    width: 55%;
    margin: 0 auto;
    transition: .3s;
}
.about_image:hover .about_image_z{
    transform: translateZ(100px);
}
.about_image_img{
    width: 55%;
    width: 100%;
}
.about_image_decoration{
    height: 28rem;
    width: 73%;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
@media (min-width:760px){
    .about .container{
        grid-template-columns: repeat(2,1fr);
        column-gap: 0rem;
        align-items: center;
    }
}
@media (min-width:1100px){
    .about{
        padding: 7rem 0 5rem;
    }
    .about_image_decoration{
        height: 50rem;
        width: 48rem;
    }
}
@media (min-width:1400px){
    .about{
        padding: 15rem 0 5rem;
    }
}
/* =========== Services secction =========== */ 
.services{
    padding: 3rem 0 5rem;
}
.services_title{
    text-align: center;
    font-weight: normal;
    font-size: 1.8rem;
}
.wash_wrapper{
    display: grid;
    padding: 0 2.5rem;
}
.wash{
    background-color: rgba(255, 255, 255, .3);
    backdrop-filter: blur(5px);
    color: var(--color_blanco);
    padding: 2rem 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: scale(.95);
}
.wash_header{
    text-align: center;
}
.wash_header_recycle_img{
    width: 6rem;
}
.wash_title{
    font-weight: normal; 
    margin: 1rem 0 3rem; 
    text-transform: uppercase;
}
.wash_body{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wash_info{
    min-height: 18rem;
}
.wash_info ul{
    margin: 0;
    padding: 0;
}
.wash_footer{
    position: relative;
    height: 12rem;
    width: 20.6rem;
    margin: 0 auto;
}
.wash_btn{
    margin-top: 20%;
    transition: .3s;
}
.wash_btn::before{
    content: none;
}
.wash_footer .action_btns{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    transform: scale(0);
    transition: .3s;
}
.wash_footer:hover .action_btns{
    transform: scale(1);
}
.wash_footer:hover .wash_btn{
    transform: scale(0);
}
.wash_footer .action_btn.sms{
    margin-bottom: 1rem;
}
.wash_footer .action_btn{
    padding: 1.5rem 1rem;
    text-align: center;
}
@media (min-width:760px){
    .wash_wrapper{
        grid-template-columns: repeat(2,1fr);
        column-gap: 2rem;
    }
}
@media (min-width:1100px){
    .services{
        padding: 7rem 0 5rem;
    }
    .services_title{
        font-size: 2.4rem;
    }
    .wash_wrapper{
        grid-template-columns: repeat(4,1fr);
        padding: 0;
    }
    .wash{
        padding: 4rem 2.5rem;
    }
    .wash_info{
        min-height: 22rem;
    }
}
@media (min-width:1400px){
    .services{
        padding: 15rem 0 5rem;
    }
}
.wash_info ul li{
    margin-bottom: 1rem;
}
.wash_featured{
    transform: initial;
    position: relative;
    overflow: hidden;
}
.wash_featured::before{
    content: '';
    display: block;
    height: 3.5rem;
    width: 15rem;
    background-color: var(--color_secundario);
    position: absolute;
    top: 2rem;
    left: -3.5rem;
    transform: rotate(-45deg);
}
.wash_featured::after{
    content: 'Best Seller';
    text-transform: uppercase;
    position: absolute;
    top: 3rem;
    left: -0.7rem;
    transform: rotate(-45deg);
}
.es .wash_featured::after{
    content: 'Más Vendido';
    top: 3.1rem;
    left: -1.1rem;
}
.services_note{
    color: var(--color_blanco);
    font-size: 1.6rem;
    text-align: center;
}
@media (min-width:1100px){
    .services_note{
        font-size: 2.4rem;
    }
}
/* =========== Fleet secction =========== */ 
.fleet{
    padding: 5rem 0;
}
.fleet_header{
    display: grid;
    place-content: center;
    text-align: center;
}
.fleet .fleet_title{
    font-weight: normal;
    color: var(--color_blanco);
}
.fleet .fleet_header p{
    color: var(--color_blanco);
    margin: 1rem 0;
    font-size: 2rem;
}
.fleet .quote_btn{
    margin-top: 0;
    white-space: nowrap;
}
/* .fleet_footer{
    position: absolute;
    top: 62%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 40%;
    height: 40%;
    background-color: #cecece;
} */
/*
.fleet_van_img{
    position: absolute;
    left: 2%;
    top: 5rem;
    width: 80%;
    z-index: 2;
    animation-duration: 1.3s;
    display: none;
}
.fleet_van_img_mobile{
    display: block;
}
.fleet_van_img.van_two{
    top: 0;
    left: 40%;
    left: unset;
    right: 2%;
    z-index: 1;
    animation-duration: 1s;
}*/
.fleet_footer{
    width: 94%;
    height: 20%;
    margin: 3rem auto;
}
.fleetSwipper {
    width: 100%;
    height: 30rem;
}
.fleetSwipper .swiper-slide img {
    display: block;
    width: 100%;
}
@media (min-width:760px){
    .fleet{
        padding: 10rem 0;
    }
    .fleetSwipper {
        height: 45rem;
    }
    /* 
    .fleet_footer{
        top: 55%;
    }
    .fleet_van_img{
        width: 60%;
        display: block;
    }
    .fleet_van_img_mobile{
        display: none;
    } */
}
@media (min-width:1100px){
    .fleet{
        padding: 5rem 0;
    }
    .fleet_footer{
        width: 45%;
        height: 20%;
        margin: 5rem auto;
    }
    /* 
    .fleet_footer{
        top: 45%;
    }
    .fleet_van_img{
        left: 20%;
        width: 40%;
    }
    .fleet_van_img.van_two{
        left: 40%;
        right: initial;
    } */
}
/* =========== Solutions secction =========== */ 
.solutions{
    height: 100vh;
}
.solutions_text_wrapper{
    background: rgb(0,0,0);
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 2rem;
    transition: all 1s ease;
    opacity: 1;
}
.solutions_text_wrapper.animation__custom{
    opacity: 1;
    background: rgb(0,0,0);
    background: linear-gradient(270deg, rgba(0,0,0,1) 68%, rgba(0,212,255,0) 100%);
}
.solutions_title{
    font-weight: normal;
}
.solutions .solutions_text_wrapper p{
    transition: .3s ease;
    position: relative;
    margin-left: 5rem;
}
.solutions .solutions_text_wrapper p::before{
    content: '';
    width: 0%;
    height: .5px;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    transition: .3s;
}
.solutions .solutions_text_wrapper p::after{
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: -1rem;
    top: 45%;
}
.solutions .solutions_text_wrapper p:hover{
    color: var(--color_secundario);
    cursor: pointer;
}
.solutions .solutions_text_wrapper p:hover::before{
    width: 100%;
}
.list_water_container{
    display: flex;
    align-items: center;
}
.dropwater_icon{
    width: 2rem;
    height: 2rem;
    margin-left: 1rem;
}
@media (min-width:760px){
    .solutions_text_wrapper.animation__custom{
        background: linear-gradient(270deg, rgba(0,0,0,1) 44%, rgba(0,212,255,0) 100%);
    }
    .solutions{
        grid-template-columns: repeat(2,1fr);
    }
    .solutions_text_wrapper{
        padding: 5rem;
        padding-left: 55%;
    }
    .solutions .solutions_text_wrapper p{
        margin-left: 0;
    }
}
@media (min-width:1100px){
    .solutions .solutions_text_wrapper p{
        font-size: 1.6rem;
        line-height: 1.6;
    }
}
@media (min-width:1400px){
    .solutions .solutions_text_wrapper p{
        font-size: 2rem;
        line-height: 1.4;
    }
}
/* =========== Windows secction =========== */ /*
.windows{
    padding: 3rem 0;
}
.windows .windows_path{
    -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    background-color: rgba(0, 0, 0, .9);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.windows .container{
    display: grid;
    position: relative;
    z-index: 2;
    color: var(--color_blanco);
}
.windows .windows_title{
    font-weight: normal;
}
.windows .container .windows_wrapper{
    padding: 2rem 5rem 0 0;
    text-align: center;
}
.windows_wrapper .windows_text{
    font-size: 1.6rem;
    text-align: initial;
    line-height: 1.3;
    text-align: center;
}
.windows_wrapper .quote_btn{
    margin-top: 17%;
    white-space: nowrap;
}
.windows_footer{
    width: 20.6rem;
    margin: 4rem auto 0;
}
@media (min-width:760px){
    .windows .windows_path{
        width: 80%;
    }
    .windows{
        padding: 5rem 0;
    }
    .windows .container{
        grid-template-columns: repeat(2,1fr);
    }
    .windows .container .windows_wrapper{
        padding: 2rem;
    }
    .windows_wrapper .windows_text{
        font-size: 1.8rem;
        line-height: 1.5;
    }
}
@media (min-width:1100px){
    .windows .windows_path{
        width: 70%;
    }
    .windows_wrapper .windows_text{
        font-size: 1.6rem;
        line-height: 1.4;
    }
    .windows .container .windows_wrapper{
        padding: 4rem 15rem;
    }
}
@media (min-width:1400px){
    .windows_wrapper .windows_text{
        font-size: 1.8rem;
        line-height: 1.5;
    }
}*/
/* =========== Gallery secction =========== */ 
.gallery{
    min-height: 100vh;
    padding: 9rem 0 5rem;
    background-color: var(--color_primario);
}
.gallery .section_title{
    color: var(--color_blanco);
    margin: 0 0 2rem;
    font-weight: normal;
}
.swiper.swiper_with_tumbs {
    width: 100%;
    height: 25rem;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Swipper Tumbs*/
.swiperTumbs {
    box-sizing: border-box;
    padding: 10px 0;
    width: 100%;
    height: 100%;
}
.swiperTumbs .swiper-slide {
    width: calc(20% - 1rem);
    height: 8rem;
    cursor: pointer;
    opacity: 0.4;
    transition: opacity .3s ;
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%); 
}
.swiperTumbs .swiper-slide-thumb-active {
    opacity: 1!important;
}
@media (min-width:760px){
    .swiper.swiper_with_tumbs {
        height: 45rem;
    }
    .swiperTumbs .swiper-slide{
        height: 10rem;
    }
}
@media (min-width:1100px){
    .gallery{
        padding: 9rem 0 5rem;
    }
    .swiper.swiper_with_tumbs {
        width: 70%;
        height: 45rem;
    }
    .swiperTumbs {
        width: 70%;
    }
    .swiperTumbs .swiper-slide{
        height: 8rem;
    }
}
@media (min-width:1400px){
    .gallery{
        padding: 15rem 0 5rem;
    }
    .swiper.swiper_with_tumbs {
        width: 80%;
        height: 60rem;
    }
    .swiperTumbs {
        width: 80%;
    }
    .swiperTumbs .swiper-slide{
        height: 10rem;
    }
}
/* =========== Contact secction =========== */
.contact{
    padding: 5rem 0;
}
.contact_path{
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 70%, 80% 100%, 0% 100%, 0% 30%);
    clip-path: polygon(25% 0%, 100% 0%, 100% 70%, 80% 100%, 0% 100%, 0% 30%);
    background-color: #d71200b6;
    background-color: #db6a00a6;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.contact .container{
    position: relative;
    z-index: 2;
    display: grid;
    justify-items: center;
}
.contact_form{
    background-color: rgba(255, 255, 255, .8);
    height: 59rem;
    width: 100%;
    padding: 2rem 2rem;
    text-align: center;
}
.contact_form .section_title{
    margin-top: 0;
}
.contact_header{
    margin-bottom: 3.5rem;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    row-gap: 2rem;
}
.contact_header .contact_mail{
    grid-column: 1/3;
}
.contact_header a{
    color: var(--color_negro);
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_header a svg,
.contact_header a i{
    font-size: 2rem;
    margin-right: 1rem;
}
.contact .contact_form .input_wrapper{
    position: relative;
    width: 100%;
}
.contact .contact_form .input_wrapper .input_control{
    width: 100%;
    background-color: transparent;
    color: #000;
    border: none;
    outline: none;
    margin-bottom: 5rem;
    border-bottom: 1px solid #8898A1;
}
.contact .contact_form .input_wrapper.message .input_control{
    margin-bottom: 2rem;
}
.contact .contact_form .input_wrapper .input_control:focus ~ label,
.contact .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 .contact_form .input_wrapper label{
    position: absolute;
    top: 0;
    left: 0;
    color: #8898A1;
    pointer-events: none;
    letter-spacing: .1rem;
    transition: .5s ease;
}
.contact .contact_form .input_wrapper textarea{
    resize: none;
}
.contact .contact_form .submit_wrapper{
    margin: 1rem 0;
}
.contact .contact_form .submit_btn{
    background-color: transparent;
    color: #000000;
    padding: 1.5rem 7.5rem;
    font-size: 1.8rem;
    cursor: pointer;
    z-index: 3;
}
.contact .contact_form .submit_btn:hover{
    color: var(--color_blanco);
}
.contact_map{
    padding: 3rem 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contact_map p{
    font-size: 2.4rem;
    line-height: 1.6;
    text-align: center;
}
@media (min-width:760px){
    .contact{
        padding: 15rem 0;
    }
    .contact .container{
        grid-template-columns: repeat(2,1fr);
        column-gap: 2rem;
    }
}
@media (min-width:1100px){
    .contact{
        padding: 5rem 0;
    }
    .contact_form{
        height: 58rem;
        width: 45rem;
        padding: 2rem 5rem;
    }
    .contact_header{
        margin-bottom: 5rem;
    }
    .contact .contact_form .submit_wrapper{
        margin: 2rem 0;
    }
    .contact_map{
        padding: 6rem 18rem 0 0;
    }
}
@media (min-width:1400px){
    .contact_form{
        height: 70rem;
        width: 50rem;
        padding: 4rem 6rem;
    }
    .contact_header{
        margin-bottom: 6rem;
    }
    .contact .contact_form .submit_wrapper{
        margin: 3rem 0;
    }
}
/* =========== Contact secction =========== */
.site_footer{
    background-color: var(--color_negro);
    position: relative;
    padding: 4rem 0;
}
.site_footer .site_footer_decoration{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 95%;
    height: 95%;
    z-index: 1;
}
.site_footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.site_footer .container{
    position: relative;
    z-index: 2;
}
.logo_footer a {
    color: var(--color_blanco);
    font-size: 2.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.site_footer_logo_img{
    width: 5rem;
    margin-right: 2rem;
}
.footer_media{
    text-align: center;
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column;
}
.footer_media a{
    margin-bottom: 2rem;
}
.footer_media a:last-of-type{
    margin-bottom: 0;
}
.footer_subtitle{
    color: var(--color_blanco);
    font-weight: normal;
    text-align: center;
    font-size: 2rem;
}
.footer_link{
    color: var(--color_blanco);
    font-size: 1.8rem;
    margin: 0 2rem;
    transition: .3s ease;
}
.footer_link:hover{
    color: var(--color_secundario);
}
.footer_link svg{
    margin-right: 1rem;
}
.site_footer_nav .site_footer_nav_link{
    margin-bottom: 1.5rem;
}
.site_footer_nav .site_footer_nav_link:last-of-type{
    margin-bottom: 0;
}
.footer_bottom{
    margin-top: 6rem;
    color: var(--color_blanco);
    text-align: center;
}
.powered,.powered a{
    font-size: 1.4rem;
    margin: 0;
}
@media (min-width:760px){
    .site_footer{
        padding: 6rem 6rem;
    }
}
@media (min-width:1100px){
    .logo_footer a{
        font-size: 2.8rem;
    }
    .site_footer_logo_img{
        width: 5.5rem;
    }
    .footer_media{
        margin-bottom: 6rem;
        display: block;
    }
    .footer_media a{
        margin-bottom: 0;
    }
    .footer_subtitle{
        font-size: 2rem;
    }
    .footer_link{
        font-size: 1.7rem;
    }
    .site_footer_nav ul{
        display: flex;
    }
    .site_footer_nav .site_footer_nav_link{
        margin-bottom: 0;
    }
}
@media (min-width:1400px){
    .logo_footer a{
        font-size: 3.6rem;
    }
    .site_footer_logo_img{
        width: 6.5rem;
    }
    .footer_media{
        margin-bottom: 10rem;
    }
    .footer_subtitle{
        font-size: 2.4rem;
    }
    .footer_link{
        font-size: 1.8rem;
    }
}