@font-face {
    font-family: 'Raleway';
    src: url('../ASSETS/fonts/Raleway/Raleway-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.contenido-principal {
    padding-top: 90px;
}

.whatsapp-btn {
    width: 77px;
    height: 77px;
    position: fixed;
    right: 20px;
    bottom: 5%;
    z-index: 9999;
}

.seccion-banner {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    font-family: 'Raleway', sans-serif;
}

.banner-imagen {
    width: 100%;
    height: auto;
    display: block;
}

.banner-contenido {
    position: absolute;
    top: 45%;
    left: 7.05%;
    transform: translateY(-50%);
    color: white;
    max-width: 600px;
    padding: 20px;
    text-align: left;
    z-index: 2;
}

.banner-titulo {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 7px;
    padding-right: 10%;
}

.banner-descripcion {
    font-size: 18.6px;
    font-weight: 700;
    margin: 0 0 25px 0;
    padding-right: 10%;
    text-align: left;
}

.banner-boton-contacto {
    background-color: #133E82;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 60px;
    text-decoration: none;
    display: inline-block;
    margin-left: 5px;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.banner-boton-contacto:hover {
    background-color: #042558;
}

.banner-aviso {
    display: flex;
    justify-content: center;
    padding: 20px 0 10px;
}

.banner-aviso .preventivo-aviso {
    max-width: 1100px;
    width: 85%;
}

.aire-limpio-contenido {
    margin-top: 3%;
}

.aire-limpio-titulo {
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    color: #133E82;
    font-size: 36px;
    max-width: 580px;
    margin: 0 auto;
}

.aire-limpio-lista {
    display: flex;
    justify-content: center;
    gap: 70px;
    padding-left: 20px;
}

.aire-limpio-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    max-width: 250px;
}

.aire-limpio-descripcion {
    font-family: 'Raleway', sans-serif;
    font-size: 17.67px;
    font-weight: 300;
    margin-top: 8px;
}

.seccion-servicios {
    background: linear-gradient(76deg, rgba(19, 62, 130, 0.2) 4.72%, rgba(238, 247, 255, 0.2) 53.87%);
    background-repeat: no-repeat, repeat;
    background-size: 100% 70%;
    background-position: top center, top left;
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.servicios-contenido {
    margin-top: 0;
}

.servicios-titulo {
    padding: 30px 0;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    color: #133E82;
    font-size: 36px;
    max-width: 580px;
    margin: 0 auto;
}

.servicios-lista {
    display: flex;
    justify-content: center;
    gap: 40px;
    width: 80%;
    margin: 0 auto;
}

.servicio-limpieza-interior,
.servicio-limpieza-tecnica,
.servicio-limpieza-revision {
    background: white;
    width: 50%;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
}

.servicio-limpieza-contenido {
    text-align: center;
}

.servicio-limpieza-titulo {
    color: #133e82;
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin: 20px 100px 1px 100px;
    text-align: center;
}

.servicio-limpieza-descripcion {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 150;
    line-height: 1.6;
    margin: 10px 50px 0 50px;
    text-align: center;
}

.servicio-incluye {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 250;
    color: #676767;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 10px 10px;
}

.servicio-incluye::before,
.servicio-incluye::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #D9D9D9;
}

.servicio-incluye-lista li {
    list-style-position: inside;
    width: 80%;
    margin: 0 10%;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 150;
    margin-bottom: 5%;
}

.seccion-preventivo {
    padding: 0 0 40px;
    background-color: #FFFFFF;
    font-family: 'Raleway', sans-serif;
}

.preventivo-contenido {
    width: 85%;
    max-width: 1100px;
    margin: 0 auto;
}

.preventivo-titulo {
    text-align: center;
    font-size: 32px;
    font-weight: 100;
    color: #133E82;
    margin: 0;
}

.preventivo-subtitulo {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #133E82;
    margin: 10px 0 20px;
}

.preventivo-texto {
    color: #5C5C5C;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
    margin: 10px 0;
}

.preventivo-aviso {
    margin: 0;
    padding: 12px 18px;
    border-left: 4px solid #133E82;
    background: #F1F6FF;
    color: #133E82;
    font-weight: 600;
    font-style: normal;
}

.preventivo-seccion-titulo {
    margin: 25px 0 10px;
    font-size: 24px;
    font-weight: 600;
    color: #133E82;
}

.preventivo-bloques {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 20px;
}

.preventivo-bloque {
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    padding: 24px;
    background: #FFFFFF;
}

.preventivo-bloque-titulo {
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: 700;
    color: #133E82;
}

.preventivo-lista {
    margin: 10px 0 10px 20px;
    padding: 0;
    color: #5C5C5C;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
}

.preventivo-lista li {
    margin-bottom: 6px;
}

.clientes-titulo {
    padding: 30px 0;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    color: #133E82;
    font-size: 36px;
    max-width: 580px;
    margin: 0 auto;
}

.carrusel-clientes {
    display: flex;
    justify-content: center;
    align-items: center;
}

.carrusel {
    display: flex;
    overflow-x: hidden;
    overflow-y: hidden;
    justify-content: flex-start;
    align-items: center;
    scroll-behavior: smooth;
    width: 1435px;
    max-width: 1435px;
    margin: 0 10px;
    gap: 41px;
}

.tarjeta-cliente {
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    width: 205px;
}

.tarjeta-cliente img {
    width: 70%;
}

.flecha {
    color: #0D3CA8;
    border: none;
    background: transparent;
    font-size: 2.3vw;
    cursor: pointer;
    user-select: none;
}

.seccion-formularios {
    width: 100%;
    background: linear-gradient(76deg, rgba(19, 62, 130, 0.2) 4.72%, rgba(238, 247, 255, 0.2) 53.87%),
        linear-gradient(0deg, #F5F7F9, #F5F7F9);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 5%;
}

.formularios-contenido {
    margin-top: 30px;
    width: 90%;
    margin-bottom: 2%;
}

.formularios-lista {
    display: flex;
    justify-content: center;
    gap: 40px;
    width: 100%;
}

.formularios-titulo {
    padding: 5px 0 20px 0;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    color: #133E82;
    font-size: 36px;
    max-width: 580px;
    margin: 0 auto;
}

.formularios-lista {
    display: flex;
    justify-content: center;
    gap: 40px;
    width: 100%;
}

.formulario-items {
    display: flex;
    width: 100%;
    gap: 30px;
}

.formulario-mensaje {
    flex: 0 0 55%;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 20px 50px;
    border: 1px solid #D9D9D9;
}

.formulario-info {
    flex: 0 0 45%;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    gap: 30px;
}

.formulario-contacto-mapa {
    display: flex;
    width: 100%;
    gap: 30px;
}

.formulario-contacto,
.formulario-mapa {
    flex: 1;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 30px;
    border: 1px solid #D9D9D9;
}

.formulario-campo {
    color: #133e82;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.submit-btn {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 16px;
    background-color: #133e82;
    color: white;
    border-radius: 60px;
    padding: 12px 20px;
    margin-top: 25px;
    width: 100%;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background-color: #0d2f66;
}

.formulario-columna {
    display: flex;
    gap: 20px;
    margin: 20px 0;
}

#mensaje {
    min-height: 120px;
    resize: vertical;
}

.formulario-linea {
    flex: 1;
}

.formulario-linea select {
    color: #7E7E7E;
}

.formulario-linea input,
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
    background-color: #f8f9fa;
    font-size: 15px;
    outline: none;
    transition: border-color 0.3s ease;
}

.formulario-linea input:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
    border-color: #133e82;
    background-color: #fff;
}

.formulario-correo {
    display: block;
    margin-bottom: 5px;
}

.formulario-mapa {
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 8px;
}

.formulario-mapa-embed {
    height: 100%;
    min-height: 250px;
}

.contacto-item {
    margin-bottom: 30px;
}

.contacto-item span {
    display: block;
}

.contacto-titulo {
    color: #22DD4A;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin-top: 10px;
}

.contacto-info {
    color: #6C6C6C;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
}

.formulario-horarios {
    width: 100%;
}

.formulario-horario-atencion {
    box-sizing: border-box;
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 20px 30px;
    border: 1px solid #D9D9D9;

}

.formulario-titulo {
    color: #133e82;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-top: 1px;
    margin-bottom: 1px;
}

.formulario-dias ul,
.formulario-horas ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
}

.formulario-dias ul {
    color: #22DD4A;
}

.formulario-horas ul {
    color: #133E82;
}

.formulario-dias-horas {
    display: flex;
    gap: 60px;
    max-width: 500px;
    justify-content: space-between;
    margin-top: 20px;
}

.formulario-dias,
.formulario-horas {
    display: flex;
    flex-direction: column;
}

.formulario-horas {
    margin-top: auto;
    justify-content: flex-end;
}

.formulario-dias li,
.formulario-horas li {
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 16px;
}


@media (max-width: 1366px) {
    .contenido-principal {
        padding-top: 110px;
    }

    .banner-imagen {
        height: 300px;
    }

    .banner-contenido {
        top: 50%;
        left: 3%;
        width: 40%;
    }

    .banner-titulo {
        font-size: 24px;
    }

    .banner-descripcion {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 5%;
    }

    .aire-limpio-contenido {
        margin: 5% 3%;
    }

    .aire-limpio-titulo {
        margin-bottom: 5%;
    }

    .aire-limpio-item {
        padding: 0;
    }

    .aire-limpio-descripcion {
        font-size: 18px;
    }

    .seccion-servicios {
        background-size: 100% 180%;
        padding-bottom: 10px;
    }

    .servicios-lista {
        display: flex;
        flex-direction: column;
    }

    .servicio-limpieza-interior,
    .servicio-limpieza-tecnica,
    .servicio-limpieza-revision {
        width: 100%;
    }

    .servicio-limpieza-contenido {
        text-align: center;
    }

    .servicio-limpieza-descripcion {
        font-size: 18px;
        margin-top: 10px;
        margin-left: 60px;
        margin-right: 60px;
        text-align: center;
    }

    .servicio-incluye {
        margin-top: 15px;
        font-size: 20px;
    }

    .servicio-incluye-lista li {
        font-size: 18px;
    }

}

@media (max-width: 1024px) {
    .contenido-principal {
        padding-top: 110px;
    }

    .banner-imagen {
        height: 300px;
    }

    .banner-contenido {
        top: 50%;
        left: 3%;
        width: 40%;
    }

    .banner-titulo {
        font-size: 24px;
    }

    .banner-descripcion {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 5%;
    }

    .aire-limpio-contenido {
        margin: 5% 3%;
    }

    .aire-limpio-titulo {
        margin-bottom: 5%;
    }

    .aire-limpio-item {
        padding: 0;
    }

    .aire-limpio-descripcion {
        font-size: 18px;
    }

    .seccion-servicios {
        background-size: 100% 180%;
        padding-bottom: 10px;
    }

    .servicios-lista {
        display: flex;
        flex-direction: column;
    }

    .servicio-limpieza-interior,
    .servicio-limpieza-tecnica,
    .servicio-limpieza-revision {
        width: 100%;
    }

    .servicio-limpieza-contenido {
        text-align: center;
    }

    .servicio-limpieza-descripcion {
        font-size: 18px;
        margin-top: 10px;
        margin-left: 60px;
        margin-right: 60px;
        text-align: center;
    }

    .servicio-incluye {
        margin-top: 15px;
        font-size: 20px;
    }

    .servicio-incluye-lista li {
        font-size: 18px;
    }

    .tarjeta-cliente {
        height: 72px;
        width: 109px;
    }

    .preventivo-contenido {
        width: 90%;
    }

    .preventivo-bloques {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .contenido-principal {
        padding-top: 110px;
    }

    .whatsapp-btn {
        width: 25px;
        height: 25px;
        right: 15%;
        bottom: 8%;
    }

    .banner-imagen {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .banner-contenido {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: none;
        padding: 18px;
        background: rgba(0, 0, 0, 0.35);
        border-radius: 0;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 6px;
    }

    .banner-titulo {
        font-size: 22px;
    }

    .banner-descripcion {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 8px;
        padding-right: 0;
    }

    .banner-boton-contacto {
        font-size: 14px;
        padding: 8px 16px;
        margin-left: 0;
    }

    .aire-limpio-contenido {
        margin: 5% 3%;
    }

    .aire-limpio-titulo {
        font-size: 28px;
        margin: 0 20%;
        margin-bottom: 5%;
    }

    .aire-limpio-lista {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        padding: 0;
        margin: 0 10%;
    }

    .aire-limpio-item {
        padding: 0;
    }

    .aire-limpio-descripcion {
        font-size: 16px;
        font-weight: 300;
        margin-top: 20px;
        margin-left: 10px;
    }

    .seccion-servicios {
        background-size: 100% 180%;
        padding-bottom: 10px;
    }

    .servicios-titulo {
        font-size: 28px;
        margin: 0 20%;
    }

    .servicios-lista {
        display: flex;
        flex-direction: column;
    }

    .servicio-limpieza-interior,
    .servicio-limpieza-tecnica,
    .servicio-limpieza-revision {
        width: 100%;
    }

    .servicio-limpieza-contenido {
        text-align: center;
    }

    .servicio-limpieza-titulo {
        font-size: 20px;
        margin-left: 80px;
        margin-right: 80px;
    }

    .servicio-limpieza-descripcion {
        font-size: 16px;
        margin-top: 10px;
        margin-left: 60px;
        margin-right: 60px;
        text-align: center;
    }

    .servicio-incluye {
        margin-top: 10px;
        font-size: 18px;
    }

    .servicio-incluye-lista li {
        font-size: 16px;
    }

    .clientes-titulo {
        font-size: 28px;
    }

    .tarjeta-cliente {
        height: 72px;
        width: 100px;
    }

    .seccion-formularios {
        margin-bottom: 5%;
        height: 1750px;
    }

   .preventivo-titulo {
    font-size: 28px;
  }

  .preventivo-subtitulo {
    font-size: 20px;
  }

  .preventivo-seccion-titulo {
    font-size: 22px;
  }

  .preventivo-bloque {
    padding: 20px;
  }

   .formularios-titulo {
    font-size: 28px;
  }

  .formularios-subtitulo {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5%;
  }

  .formulario-titulo {
    font-size: 24px;
  }

  .formulario-columna {
    flex-direction: column;
  }

  form {
    margin-bottom: -130%;
  }

  .submit-btn {
    font-size: 15px;
  }

  .formulario-info {
    box-sizing: border-box;
    background-color: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
  }

  .formulario-contacto-mapa {
    flex-direction: column;
  }

  .formulario-mapa,
  .formulario-contacto,
  .formulario-horarios,
  .formulario-horario-atencion {
    border: none;
  }

    .formulario-mapa {
        margin-top: -20%;
    }
}

@media (max-width: 480px) {

    .contenido-principal {
        padding-top: 110px;
    }

    .whatsapp-btn {
        width: 25px;
        height: 25px;
        right: 15%;
        bottom: 8%;
    }

    .banner-imagen {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .banner-contenido {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: none;
        padding: 14px;
        background: rgba(0, 0, 0, 0.35);
        border-radius: 0;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 6px;
    }

    .banner-titulo {
        font-size: 20px;
    }

    .banner-descripcion {
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 6px;
        padding-right: 0;
    }

    .banner-boton-contacto {
        font-size: 13px;
        padding: 8px 14px;
        margin-left: 0;
    }

    .aire-limpio-contenido {
        margin: 5% 3%;
    }

    .aire-limpio-titulo {
        font-size: 20px;
        margin: 0 20%;
        margin-bottom: 5%;
    }

    .aire-limpio-lista {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        padding: 0;
    }

    .aire-limpio-item {
        padding: 0;
    }

    .aire-limpio-descripcion {
        font-size: 13px;
        font-weight: 300;
        margin-top: 20px;
        margin-left: 10px;
    }

    .seccion-servicios {
        background-size: 100% 180%;
        padding-bottom: 10px;
    }

    .servicios-titulo {
        font-size: 24px;
        margin: 0 20%;
    }

    .servicios-lista {
        display: flex;
        flex-direction: column;
    }

    .servicio-limpieza-interior,
    .servicio-limpieza-tecnica,
    .servicio-limpieza-revision {
        width: 100%;
    }

    .servicio-limpieza-contenido {
        text-align: center;
    }

    .servicio-limpieza-titulo {
        font-size: 16px;
        margin-left: 80px;
        margin-right: 80px;
    }

    .servicio-limpieza-descripcion {
        font-size: 12px;
        font-weight: 400;
        margin-left: 30px;
        margin-right: 30px;
        text-align: center;
    }

    .servicio-incluye {
        font-size: 16px;
    }

    .servicio-incluye-lista li {
        font-size: 12px;
        font-weight: 400;
        text-align: center;
    }

    .clientes-titulo {
        font-size: 24px;
    }

    .carrusel-clientes {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .carrusel {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        width: 400px;
        max-width: 400px;
        margin-left: 5%;
        gap: 10px;
    }

    .tarjeta-cliente {
        height: 72px;
        width: 109px;
    }

    .flecha {
        display: none;
    }

    .seccion-formularios {
        margin-bottom: 10%;
        padding: 20px 0;
        padding-bottom: 50px;
        height: 1750px;
    }

    .preventivo-titulo {
        font-size: 22px;
    }

    .preventivo-subtitulo {
        font-size: 18px;
    }

    .preventivo-texto,
    .preventivo-lista {
        font-size: 14px;
    }

    .preventivo-bloque-titulo {
        font-size: 18px;
    }

    .formularios-titulo {
        margin-top: -60%;
        font-size: 24px;
    }

    .formulario-items {
        display: flex;
        flex-direction: column;
    }

    .formulario-campo {
        font-size: 15px;
    }

    form {
        margin-bottom: -70%;
    }

    .formulario-columna {
        display: flex;
        flex-direction: column;
    }

    .formulario-titulo {
        font-size: 24px;
    }

    .contacto-titulo {
        font-size: 15px;
    }

    .contacto-info {
        font-size: 13px;
    }

    .formulario-contacto-mapa {
        flex-direction: column;
    }

    .formulario-contacto {
        margin-bottom: -60%;
    }

    .formulario-info {
        box-sizing: border-box;
        background-color: #FFFFFF;
        border-radius: 8px;
    }

    .formulario-contacto,
    .formulario-mapa {
        border: none;
    }

    .formulario-mapa {
        margin-top: 40%;
    }

    .formulario-horario-atencion {
        border: 0px solid;
    }

    .formulario-horarios {
        width: 100%;
    }

    .formulario-dias li,
    .formulario-horas li {
        line-height: 0.8;
    }

    .formulario-dias-horas {
        gap: 10px;
    }

}
