
.container {
    background-image: url(../images/slider/Shackleton-fondo.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 1);
    padding: 150px 0 50px 0;
    display: flex;
    justify-content: center;
    min-height: 75vh;
}

.formulario {
    width: 500px;
    background-color: #fff;
    box-shadow: 14px 10px 17px 0px rgb(0 0 0 / 30%);
}

.errores {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    margin: 20px;

}

.alert {
    font-size: 150%;
    line-height: 25px;
    padding: 0.75rem 1.25rem;
}

.form {
    width: 100%;
}

.info-contacto {
    width: 50%;
    text-align: center;
    margin: 0 50px;
}

.info-contacto h2,
.info-contacto h3 {
    font-size: 300%;
    text-transform: uppercase;
    padding: 5px;
}

.info-contacto h3 {
    text-transform: none;
    padding: 10px;
}

.texto-parrafo {
    padding: 20px 50px;
    text-align: center;
}

.wApp {
    padding-top: 50px;
    color: #3F70A5;
    font-weight: 700;
    display: flex;
    justify-content: center;
}

.wApp>p a {
    text-decoration: none;
    padding: 0 20px;
    color: #3F70A5;
}


form input,
form textarea {
    box-sizing: border-box;
    padding: 0 15px;
    min-height: 27px;
    width: 100%;
    max-width: 100%;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #cad5e2;
    font-size: 170%;
}

form input:focus,
form textarea:focus {
    outline: none;
}

form label {
    font-size: 170%;
    color: #33475b;
    display: block;
    font-weight: 500;
    line-height: 20px;
    padding-top: 0;
    margin-bottom: 4px;
}

.required {
    color: red;
    font-size: 180%;
}

.form div {
    padding: 20px 20px 0px 20px;
}

.btn-contacto {
    text-align: right;
    padding-top: 0;
}

.btn-contacto button {
    border: #cad5e2;
    font-size: 140%;
}

@media only screen and (max-width: 1210px) {
    .wApp {
        flex-direction: column;
    }
}



@media only screen and (max-width: 990px) {
    .container {
        flex-direction: column;
    }

    .info-contacto {
        width: 100%;
        margin: 0;
    }

    .contenedor-formulario {
        display: flex;
        justify-content: center;
    }
}

@media only screen and (max-width: 550px) {

    .formulario {
        width: 350px;
    }
}