
.cabecera{
    padding-left: 26px;
    padding-bottom: 20px;
}

.text-titulo{
    padding-top: 20px;
    padding-left: 16px;
    font-size: 20px;
    font-weight: bold;
    margin-right: 20px;
}


.text-redefiniendo{
    padding-top: 20px;
    padding-left: 16px;
    font-size: 20px;
    margin-right: 20px;
    color: #4F5051;
    margin-bottom: 30px;
}


.text-formulario{
    padding-top: 20px;
    padding-left: 16px;
    font-size: 20px;
    margin-right: 20px;
    color: #292929;
    margin-bottom: 30px;
    font-weight: bold;
}

.form-contacto {
    padding: 40px; /* Espacio interno alrededor del formulario */
    max-width: 700px; /* Tamaño máximo del contenedor */
    margin: 0 auto; /* Centrar el formulario */
    border-radius: 8px; /* Opcional: añade bordes redondeados */
}


.contenedor-formulario{
    background-image: url('../images/fondo_contacto_comprimida.jpg');
    background-size: cover; /* Para que la imagen cubra todo el contenedor */
    background-position: center; /* Para centrar la imagen */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
}

/* Para hacer el formulario transparente pero visible */
.form-contacto form {
    background-color: rgba(255, 255, 255, 0.6); /* Fondo blanco con opacidad de 60% */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra */
    text-align: left;
    backdrop-filter: blur(10px); /* Efecto borroso */
    -webkit-backdrop-filter: blur(10px); /* Soporte para navegadores WebKit (Safari) */
}



/* Estilos adicionales para el input y textarea */
.form-contacto input,
.form-contacto textarea {
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    border: none;
}


.text-conoce-join{
    padding-top: 20px;
    padding-left: 16px;
    font-size: 20px;
    font-weight: bold;
    margin-right: 20px;
    text-align: center;
    margin-bottom: 20px;
}


.text-btn-correo{
    font-size: 14px;
    width: 55%;
}

.text-mejor-compania{
    font-size: 17px;
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
}


.text-trabajo-flexible{
    font-size: 17px;
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
    font-weight: bold;
}


.text-reduce-carga{
    font-size: 17px;
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
}



/* `xs` applies to extra small devices (phones, less than 576px) */
@media (min-width: 576px) {

    .cabecera{
        padding-top: 80px;
        padding-left: 26px;
        padding-bottom: 20px;
    }

    .text-titulo{
        padding-top: 20px;
        padding-left: 16px;
        font-size: 24px;
        font-weight: bold;
    }

    .text-redefiniendo{
        padding-top: 20px;
        padding-left: 16px;
        font-size: 20px;
        margin-right: 20px;
        color: #4F5051;
        margin-bottom: 30px;
    }

    .text-formulario{
        padding-top: 20px;
        padding-left: 16px;
        font-size: 20px;
        margin-right: 20px;
        color: #292929;
        margin-bottom: 30px;
        font-weight: bold;
    }

    .form-contacto {
        padding: 40px; /* Espacio interno alrededor del formulario */
        max-width: 500px; /* Tamaño máximo del contenedor */
        margin: 0 auto; /* Centrar el formulario */
        border-radius: 8px; /* Opcional: añade bordes redondeados */
    }


    .contenedor-formulario{
        background-image: url('../images/fondo_contacto_comprimida.jpg');
        background-size: cover; /* Para que la imagen cubra todo el contenedor */
        background-position: center; /* Para centrar la imagen */
        background-repeat: no-repeat; /* Evita que la imagen se repita */
    }


    .text-conoce-join{
        padding-top: 20px;
        padding-left: 16px;
        font-size: 20px;
        font-weight: bold;
        margin-right: 20px;
        text-align: center;
        margin-bottom: 20px;
    }


    .text-btn-correo{
        font-size: 14px;
        width: 55%;
    }


    .text-mejor-compania{
        font-size: 20px;
        text-align: center;
        padding-left: 16px;
        padding-right: 16px;
    }


    .text-trabajo-flexible{
        font-size: 20px;
        text-align: center;
        padding-left: 16px;
        padding-right: 16px;
        font-weight: bold;
    }


    .text-reduce-carga{
        font-size: 20px;
        text-align: center;
        padding-left: 16px;
        padding-right: 16px;
    }



}

/* `sm` applies to small devices (landscape phones, less than 768px) */
@media (min-width: 768px) {

    .cabecera{
        padding-top: 80px;
        padding-left: 36px;
        padding-bottom: 20px;
    }

    .text-titulo{
        padding-top: 20px;
        padding-left: 23px;
        font-size: 28px;
        font-weight: bold;
    }

    .text-redefiniendo{
        padding-top: 20px;
        padding-left: 16px;
        font-size: 25px;
        margin-right: 24px;
        color: #4F5051;
        margin-bottom: 30px;
        line-height: 34px;
    }


    .text-formulario{
        padding-top: 20px;
        padding-left: 16px;
        font-size: 25px;
        margin-right: 20px;
        color: #292929;
        margin-bottom: 30px;
        font-weight: bold;
    }

    .form-contacto {
        padding: 40px; /* Espacio interno alrededor del formulario */
        max-width: 700px; /* Tamaño máximo del contenedor */
        margin: 0 auto; /* Centrar el formulario */
        border-radius: 8px; /* Opcional: añade bordes redondeados */
    }


    .contenedor-formulario{
        background-image: url('../images/fondo_contacto_comprimida.jpg');
        background-size: cover; /* Para que la imagen cubra todo el contenedor */
        background-position: center; /* Para centrar la imagen */
        background-repeat: no-repeat; /* Evita que la imagen se repita */
    }


    .text-conoce-join{
        padding-top: 20px;
        padding-left: 16px;
        font-size: 30px;
        font-weight: bold;
        margin-right: 20px;
        text-align: center;
        margin-bottom: 20px;
    }


    .text-btn-correo{
        font-size: 17px;
        width: 55%;
    }


    .text-mejor-compania{
        font-size: 25px;
        text-align: center;
        padding-left: 16px;
        padding-right: 16px;
    }


    .text-trabajo-flexible{
        font-size: 25px;
        text-align: center;
        padding-left: 16px;
        padding-right: 16px;
        font-weight: bold;
    }


    .text-reduce-carga{
        font-size: 25px;
        text-align: center;
        padding-left: 16px;
        padding-right: 16px;
    }


}

/* `md` applies to medium devices (tablets, less than 992px) */
@media (min-width: 992px) {

    .cabecera{
        padding-top: 80px;
        padding-left: 36px;
        padding-bottom: 20px;
    }

    .text-titulo{
        padding-top: 20px;
        padding-left: 23px;
        font-size: 34px;
        font-weight: bold;
    }

    .text-redefiniendo{
        padding-top: 20px;
        padding-left: 16px;
        font-size: 25px;
        margin-right: 20px;
        color: #4F5051;
        margin-bottom: 30px;
        line-height: 34px;
    }


    .text-formulario{
        padding-top: 20px;
        padding-left: 16px;
        font-size: 25px;
        margin-right: 20px;
        color: #292929;
        margin-bottom: 30px;
        font-weight: bold;
    }

    .form-contacto {
        padding: 40px; /* Espacio interno alrededor del formulario */
        max-width: 700px; /* Tamaño máximo del contenedor */
        margin: 0 auto; /* Centrar el formulario */
        border-radius: 8px; /* Opcional: añade bordes redondeados */
    }


    .contenedor-formulario{
        background-image: url('../images/fondo_contacto_comprimida.jpg');
        background-size: cover; /* Para que la imagen cubra todo el contenedor */
        background-position: center; /* Para centrar la imagen */
        background-repeat: no-repeat; /* Evita que la imagen se repita */
    }


    .text-conoce-join{
        padding-top: 20px;
        padding-left: 16px;
        font-size: 33px;
        font-weight: bold;
        margin-right: 20px;
        text-align: center;
        margin-bottom: 20px;
    }


    .text-btn-correo{
        font-size: 20px;
        width: 55%;
    }


    .text-mejor-compania{
        font-size: 25px;
        text-align: center;
        padding-left: 16px;
        padding-right: 16px;
    }


    .text-trabajo-flexible{
        font-size: 25px;
        text-align: center;
        padding-left: 16px;
        padding-right: 16px;
        font-weight: bold;
    }


    .text-reduce-carga{
        font-size: 25px;
        text-align: center;
        padding-left: 16px;
        padding-right: 16px;
    }



}

/* `lg` applies to large devices (desktops, less than 1200px) */
@media (min-width: 1200px) {

    .cabecera{
        padding-top: 80px;
        padding-left: 36px;
        padding-bottom: 20px;
    }

    .text-titulo{
        padding-top: 20px;
        padding-left: 23px;
        font-size: 34px;
        font-weight: bold;
    }

    .text-redefiniendo{
        padding-top: 20px;
        padding-left: 16px;
        font-size: 20px;
        margin-right: 25px;
        color: #4F5051;
        margin-bottom: 30px;
        line-height: 34px;
    }


    .text-formulario{
        padding-top: 20px;
        padding-left: 16px;
        font-size: 20px;
        margin-right: 20px;
        color: #292929;
        margin-bottom: 30px;
        font-weight: bold;
    }


    .form-contacto {
        padding: 40px; /* Espacio interno alrededor del formulario */
        max-width: 900px; /* Tamaño máximo del contenedor */
        margin: 0 auto; /* Centrar el formulario */
        border-radius: 8px; /* Opcional: añade bordes redondeados */
    }


    .contenedor-formulario{
        background-image: url('../images/fondo_contacto_comprimida.jpg');
        background-size: cover; /* Para que la imagen cubra todo el contenedor */
        background-position: center; /* Para centrar la imagen */
        background-repeat: no-repeat; /* Evita que la imagen se repita */
    }


    .text-conoce-join{
        padding-top: 20px;
        padding-left: 16px;
        font-size: 33px;
        font-weight: bold;
        margin-right: 20px;
        text-align: center;
        margin-bottom: 20px;
    }


    .text-btn-correo{
        font-size: 20px;
        width: 55%;
    }


    .text-mejor-compania{
        font-size: 25px;
        text-align: center;
        padding-left: 16px;
        padding-right: 16px;
    }


    .text-trabajo-flexible{
        font-size: 25px;
        text-align: center;
        padding-left: 16px;
        padding-right: 16px;
        font-weight: bold;
    }


    .text-reduce-carga{
        font-size: 25px;
        text-align: center;
        padding-left: 200px;
        padding-right: 200px;
    }


}


/* `xxl` applies to extra extra large devices (larger desktops, 1400px and above) */
@media (min-width: 1400px) {

    .cabecera{
        padding-top: 80px;
        padding-left: 36px;
        padding-bottom: 20px;
    }


    .text-titulo{
        padding-top: 20px;
        padding-left: 23px;
        font-size: 44px;
        font-weight: bold;
    }

    .text-redefiniendo{
        padding-top: 20px;
        padding-left: 16px;
        font-size: 25px;
        margin-right: 20px;
        color: #4F5051;
        margin-bottom: 30px;
        line-height: 34px;
    }


    .text-formulario{
        padding-top: 20px;
        padding-left: 16px;
        font-size: 30px;
        margin-right: 20px;
        color: #292929;
        margin-bottom: 30px;
        font-weight: bold;
    }


    .form-contacto {
        padding: 40px; /* Espacio interno alrededor del formulario */
        max-width: 100%; /* Tamaño máximo del contenedor */
        margin: 0 auto; /* Centrar el formulario */
        border-radius: 8px; /* Opcional: añade bordes redondeados */
    }

    .contenedor-formulario{
        background-image: url('../images/fondo_contacto_comprimida.jpg');
        background-size: cover; /* Para que la imagen cubra todo el contenedor */
        background-position: center; /* Para centrar la imagen */
        background-repeat: no-repeat; /* Evita que la imagen se repita */
    }


    .text-conoce-join{
        padding-top: 20px;
        padding-left: 16px;
        font-size: 33px;
        font-weight: bold;
        margin-right: 20px;
        text-align: center;
        margin-bottom: 20px;
    }


    .text-mejor-compania{
        font-size: 25px;
        text-align: center;
        padding-left: 16px;
        padding-right: 16px;
    }


    .text-trabajo-flexible{
        font-size: 32px;
        text-align: center;
        padding-left: 16px;
        padding-right: 16px;
        font-weight: bold;
    }


    .text-reduce-carga{
        font-size: 25px;
        text-align: center;
        padding-left: 200px;
        padding-right: 200px;
    }

}
