.google_map__container {
    margin: 1% 0% 0%;
}

.form__container {
    width: 95%;
    margin: 3% auto 6%;
    height: 480px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.form__info {
    width: 40%;
    padding-left: 10%;
    padding-right: 4%;
}

.form__info h1 {
    font-weight: 900;
    font-size: 60px;
}

.form__info p {
    font-weight: 300;
    line-height: 1.8;
    font-size: 25px;
}

.form__info div{
    margin-top: 6%;
    margin-left: 2%;
}

.form__info div p {
    font-size: 90%;
    line-height: 2.5;
    font-size: 20px;
}

.form__contacto {
    width: 40%;
    margin: 2% auto 0%;
}

.form__contacto img{
    /* width: 100%; */
    height: 500px;
}

.form__contacto form input, textarea {
    margin-top: 1.5%;
    margin-bottom: 1.5%;
    margin-right: 4%;
    padding-left: 2%;
    height: 30px;
    width: 250px;
    font-size: 90%;
    background-color: #F7F7F7;
    border-radius: 5px;
    border-width: 1px;
    border-color: lightgray;
}

.form__contacto form .text {
    width: 550px;
}

.form__contacto form .email {
    width: 550px;
}

.form__contacto form .mensaje {
    font-family: 'Montserrat';
    font-size: 85%;
    padding-top: 1.5%;
    width: 550px;
    height: 150px;
}

.form__contacto form .submit {
    padding-left: 1%;
    width: 100px;
    height: 38px;
    font-size: large;
    font-weight: 500;
    color: white;
    background-color: #3e4f8e;
}
