.titulo-contacto {
    font-size: 60px;
    font-weight: 900;
    margin: 0;
    white-space: nowrap;
    /* ✅ Todo en una línea */
}

.text-blanco {
    color: white;
    margin-right: 10px;
}

.text-negro {
    color: black;
}

.text-negro-b {
    color: black;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}

.text-blanco-b {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
}

.link-mapa {
    display: flex;
    text-decoration: none;
    /* quita el subrayado */
    color: inherit;
    /* usa el color del texto interno */
    align-items: center;
}


.text-blanco-b::before {
    /* Aquí defines el puntito */
    color: #fff;
    /* Color del puntito */
    font-weight: bold;
    margin-right: 4px;
    /* espacio entre el punto y el texto */
}

/* contenedor wha */

.container-whasap {
    display: flex;
    flex-direction: row;
    width: auto;
    height: 300px;
    padding: 30px 15px;
    background-color: #f5f5f5;
    background-image: url(../img/textura-laberinto.png);
    background-position-x: center;
    background-position-y: center;
}

.fila {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 0px 30px;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

.text-datos {
    color: #37e917;
    font-size: 35px;
    font-weight: bold;
}

.container-text-for {
    background-color: #e4e4e4;
    width: 60%;
    height: 80px;
    border-radius: 30px 0px 30px 30px;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 15px;
}

.text-wha {
    color: #000;
    font-weight: 550;
    font-size: 20px;
}

.wha-img {
    width: 100px;
    height: 90px;

}

.container-numero {
    background-color: #03a70c;
    width: 40%;
    height: 60px;
    display: flex;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
}


.container-numero p {
    color: #fff;
    font-weight: bold;
    font-size: 40px;
}

.flecha2 {
    width: 90px;
    height: 60px;
}


/* fomulario */
.container-formulario {
    background-color: #2c2c24;
    background-image: url(../img/formulario.webp);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 773px;
    padding: 0 20px;
    text-align: center;
    background-repeat: no-repeat;
    /* ❌ No repetir la imagen */
    background-size: cover;
    /* ✅ Ajusta la imagen al contenedor */
    background-position: center;
}

.formulario-contacto {
    color: #fff;
    padding: 40px;
    border-radius: 20px;
    width: 100%;
    max-width: 500px;
}

.formulario-contacto h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 32px;
    margin-bottom: 30px;
}

.blanco {
    color: white;
    font-size: 50px;
}

.verde {
    color: #34ec14;
    font-size: 50px;
}

.formulario-contacto label {
    display: flex;
    margin-bottom: 5px;
    color: #37c118;
    font-size: 24px;
    font-family: "Anton SC", sans-serif;
}

.formulario-contacto input,
.formulario-contacto textarea {
    width: 100%;
    padding: 15px;
    border: 2px solid #000;
    border-radius: 6px;
    margin-bottom: 20px;
    font-size: 14px;
    background-color: transparent;
}

.formulario-contacto select {
    width: 107%;
    padding: 15px;
    border: 2px solid #000;
    border-radius: 6px;
    margin-bottom: 20px;
    font-size: 14px;
    background-color: transparent;
}

.formulario-contacto button {
    background-color: #34ec14;
    color: #fff;
    font-weight: bold;
    padding: 12px 30px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
    margin-right: -20px;
}

.formulario-contacto button:hover {
    background-color: #28b00f;
}

.container-telefono {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.container-servicios {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.container-text-aerea {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.text-podemos {
    color: #000;
    font-size: 60px;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
}

.text-ayudarte {
    color: #fff;
    font-size: 60px;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
}

.container-contacto {
    position: relative;
    background-image: url(../img/fondo1.webp);
    background-position: center bottom;
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: 100%;
    height: 700px;
    padding: 100px 0px 0px 0px;
    justify-content: center;

}

.consulta-verde {
    font-size: 90px;
    color: #34ec14;
    line-height: 96px;
    font-family: "Anton SC", sans-serif;
}

.consulta-blanco {
    font-size: 90px;
    color: #fff;
    line-height: 96px;
    font-family: "Anton SC", sans-serif;
}

.container-fila-serv2 {
    display: flex;
    flex-direction: column;
    width: 35%;
    justify-content: center;
    gap: 20px;
    align-items: flex-start;
}

.contactanos-fbs {
    width: 50%;
}

.lapto-fbs {
    width: 35%;
}

.container-formulario-147 {
    width: 100%;
    display: flex;
    flex-direction: row;
    background-image: url(../img/fondo-mejor.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: transparent;
    justify-content: center;
    margin-top: -50px;
    z-index: 1;
    position: relative;
    padding: 80px 0px;
    gap: 70px;
}

.container-ofrecemos147 {
    position: relative;
    background-image: url(../img/fondo1.webp);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #000;
    margin-top: -10px;
}

.container-button-for {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: center;
    align-items: center;
}

.formulario-flecha {
    width: 47px;
    height: 40px;
    border-radius: 6px;
}

.mano-fbs {
    width: 31%;
    height: 100%;
    margin-top: -43px;
}

#lluviaNotas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    /* no bloquea clics */
    z-index: 0;
    /* queda detrás */
}


@media (max-width:500px) {
    .container-whasap {
        flex-direction: column;
    }

    .container-contactos {
        flex-direction: column;
    }

    .text-datos {
        font-size: 30px;
    }

    .container-text-for {
        width: 80%;
        height: 75px;
        border: 2px solid #000;
    }

    .text-wha {
        font-size: 14px;
    }

    .container-whasap {
        height: auto;
    }

    .container-numero {
        width: 80%;
    }

    .container-formulario {
        background-image: none;
    }

    .formulario-contacto {
        width: 90%;
        padding: 0px;
    }

    .container-telefono,
    .container-servicios {
        width: 100%;
        margin-left: 0px;
    }

    .container-text-aerea {
        width: 100%;
        margin-left: 0px;
    }

    .formulario-contacto button {
        margin-left: 0px;
        margin-right: 0px;
    }

    .text-blanco2 {
        font-size: 30px;
        font-weight: bold;
        color: #fff;
    }

    .text-negro2 {
        font-size: 30px;
        font-weight: bold;
    }


    .text-podemos {
        font-size: 30px;
        margin-top: 0px;
    }

    .text-ayudarte {
        font-size: 30px;
    }

    .blanco,
    .verde {

        font-size: 40px;
    }

    .celular-oculto {
        display: none;
    }

    .titulo-contacto {
        font-size: 45px;
    }

    .container-contactos {
        height: 110px;
    }

    .flecha2 {
        width: 50px;
        height: 35px;
    }

    .wha-img {
        width: 75px;
        height: 70px;
    }

    .container-numero {
        border-radius: 14px;
    }


    .container-numero p {
        font-size: 35px;
    }

    .formulario-contacto input,
    .formulario-contacto textarea {
        width: 93%;
        padding: 9px;
    }

    .formulario-contacto select {
        width: 99%;
        padding: 9px;
    }

    .text-blanco-b {
        font-size: 16px;
    }

    .container-contacto {
        flex-direction: column;
        height: auto;
        padding-top: 100px;
        background-color: #000;
        justify-content: center;
        align-items: center;
    }

    .container-fila-serv2 {
        width: 100%;
        align-items: center;
        text-align: center;
        gap: 0px;
    }

    .consulta-blanco,
    .consulta-verde {
        font-size: 45px;
        line-height: 54px;
    }

    .mano-fbs {
        width: 100%;
        margin-top: -15px;
    }

    .container-formulario-147 {
        flex-direction: column;
        padding: 40px;
        width: auto;
        align-items: center;
        z-index: 0;
    }

    .formulario-contacto label {
        font-size: 22px;
    }

    .lapto-fbs {
        width: 100%;
    }

    .container-ofrecemos147 {
        padding-bottom: 0px;
    }

}

@media (min-width: 1441px) and (max-width: 1600px) {

    .mano-fbs {
        width: 38%;
    }

    .container-fila-serv2 {
        width: 37%;
    }

    .consulta-blanco,
    .consulta-verde {
        font-size: 80px;
        line-height: 85px;
    }

    .lapto-fbs {
        width: 39%;
    }

    .formulario-contacto select {
        width: 100%;
    }

}