body::after{
    position:absolute; width:0; height:0; overflow:hidden; z-index:-1; 
    content:url(../img/m-banner-bano-horeca.png) url(../img/m-banner-bano-comercial.png) url(../img/m-banner-bano-industria.png);   
 }

:root {
    --tork-blue-1: #003168;
    --tork-gray-1: #FAFBFA;
    --Tork-Primary-Space-900: #002952;
    --Tork-Primary-Space-800: #003366;
    --Text-Hight: #212121;
    --Tork-Secondary-Sky-10: #E7F5FF;
    --Transversal-Neutrals-Midnight: #242424;
    --Tork-Primary-Space-10: #F3F7FB;
    --blue-tork: #123264;
    --CEF-Primary-Prussia-700: #1A3E54; 
}

.bg-blue-tork-1{
    background: var(--tork-blue-1);
    background-color: var(--tork-blue-1);
}

.color-cef-primary-prussia{
    color: var(--CEF-Primary-Prussia-700);
}

.bg-blue-tork-main{
    background: var(--blue-tork);
    background-color: var(--blue-tork);
}

.bg-gray-tork-1{
    background: var(--tork-gray-1);
    background-color: var(--tork-gray-1);
}

.bg-tork-secondary-sky-10{
    background: var(--Tork-Secondary-Sky-10);
    background-color: var(--Tork-Secondary-Sky-10);
}

.color-tork-primary-space-900{
    color: var(--Tork-Primary-Space-900);
}

.color-transversal-neutrals-midnight{
    color: var(--Transversal-Neutrals-Midnight);
}

.bg-tork-primary-space-10{
    background: var(--Tork-Primary-Space-10);
    background-color: var(--Tork-Primary-Space-10);
}

.color-tork-primary-space-800{
    color: var(--Tork-Primary-Space-800)
}

.color-text-hight{
    color: var(--Text-Hight);
}

.helvetica{
    font-family: "Helvetica Neue", "helvetica"; 
    font-display: swap;
}

.text-tork-xl{
    font-size: 32px;
}

.text-tork-12px{
    font-size: 12px;
    line-height: 18px;
}

.text-tork-17px{
    font-size: 17px;
    line-height: 30px;
}

.text-tork-14px{
    font-size: 14px;
    line-height: 22px;
}

.text-tork-16px{
    font-size: 16px;
    line-height: 24px; 
}

.text-tork-20px{
    font-size: 20px;
    line-height: 30.4px; 
}

.bot-arrow{
    width: 32px;
    height: 32px;
}

@media (min-width: 1024px) {
    .bot-arrow{
        width: 48px;
        height: 48px; 
    }
}

.title-28px{
    font-size: 28px;
    line-height: 36px;
}

.bath-types{
    background-repeat: no-repeat;
    background-size: cover;
}

.bullets-list::before {
    content: ''; /* Necesario para generar el pseudo-elemento */
    display: inline-block;
    width: 11.99px; 
    height: 12px; 
    margin-right: 8px;
    background-image: url('../img/bullet.png');
    background-size: contain; /* Asegura que la imagen se ajuste al contenedor */
    background-repeat: no-repeat;
  }

@media (min-width: 1024px){
    .bullets-list::before{
        margin-right: 10px;
        width: 16px; 
        height: 16px;
        margin-bottom: -3px;
    }
}

.slider-pills{
    display: flex;
    padding: 10px 5px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #E5F5FC;
}

.slider-pills div p{
    font-family: Inter, Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

@media (min-width:1024px) {
    .slider-pills div p{
        font-size: 16px;
        line-height: 24px;
    }
}

.slider1{
    background-size: cover !important;
}

@media (min-width: 1280px){
    .slider1{
        background: url(../img/d-banner-bano-industria.png);
        background-size: contain;
        height: 575;
    }
}

.solutions-card-1{
    background: url(https://landing-assets.ignicdn.com/solociones_tork%2Fm-banner-coinas-comedores.png);
    height: 119px;
}

.solutions-card-2{
    background: url(https://landing-assets.ignicdn.com/solociones_tork%2Fm-banner-areas-comunes.png);
    height: 119px;
}

.solutions-card-3{
    background: url(https://landing-assets.ignicdn.com/solociones_tork%2Fm-banner-limpieza-mantenimiento.png);
    height: 119px;
}



@media (min-width: 1024px){
    .solutions-card-1, .solutions-card-2, .solutions-card-3{
        height: 220px;
    }
    
    .solutions-card-1{
        background: url(../img/d-banner-solutions-1.png);
    }
    .solutions-card-2{
        background: url(../img/d-banner-solutions-3.png);
    }
    .solutions-card-3{
        background: url(../img/d-banner-solutions-2.png);
    }
}

@media (min-width:640px) {
    .banner-producto-dis-art01{
        background: url(../img/m-banner-01.webp);
        height: 311px;
    }
}

.banner-producto-dis-art02{
    background: url(../img/m-banner-01.webp);
    height: 148px;
}
.banner-producto-dis-art03{
    background: url(../img/m-banner-02.webp);
    height: 148px;
}

@media (min-width: 1024px){
    .banner-producto-dis-art01{
        background: url(../img/d-banner-01.png);
        height: 311px;
    }
    .banner-producto-dis-art02{
        background: url(../img/d-banner-01.jpg);
        height: 148px;
    }
    .banner-producto-dis-art03{
        background: url(../img/d-banner-02.jpg);
        height: 148px;
    }
}

.input-form1{
    display: flex;
    width: 100%;
    max-width: 100%;
    padding: 12px 16px;
    align-items: center;
    flex-shrink: 0;
    border-radius: 12px;
    border: 1px solid var(--Strokes-Disabled, #E9ECEF);
    background: var(--Grey-Scale-Steel-Whity, #FFF); 
}

.text-form1{
    color: var(--Text-Hight, #212121);
    font-family: "Helvetica Neue";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    }

.disclaimer-form1{
    color: #424242;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.btn-form1{
    display: flex;
    width: 312px;
    height: 48px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 28px;
    background: var(--Transversal-Neutrals-Dust, #E0E0E0);
}

.btn-form1 span{
    color: var(--Text-Low, #8F8F8F);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.25px;}

.img-form{
    background: url(../img/d-art01-form.png);
}


/* ESTILOS FOOTER */

.footer-content {
    font-family: helvetica, helvetica neue;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .25px;
    color: #fff;
  }

  .phone-number {
    color: #fff;
    margin: 8px 0;
    font-family: helvetica, helvetica neue;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  }

  .website {
    margin-bottom: 8px;
    font-family: helvetica, helvetica neue;
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-decoration-line: underline;
  }

  .timings {
    font-size: 14px;
    letter-spacing: .25px;
    color: #fff;
    margin-bottom: 32px;
  }

  .footrelink {
    display: block;
    text-decoration: underline;
    font-family: helvetica, helvetica neue;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #fff;
    margin-bottom: 8px;
  }

  .swiper {
    width: 100%;
  }
  
  .swiper-hero .swiper-slide{
    width: 200px;
  }

  .error {
    border-color: red;
    }
    select {
        color: #9e9e9e!important;
      }
      option:not(:first-of-type) {
        color: black!important;
      }