.img-banner{
    margin-bottom: 60px;
}
.contenedor{
    max-width: 1550px;
    margin: auto;
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
}
.seccion-1{
    width: 50%;
    margin-right: 50px;
}
.seccion-2{
    width: 50%;
    border: 1px solid #dedede;
    padding: 35px 120px 25px 50px;
}
.seccion-2-titulo{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #004a4d;
}
.seccion-2-texto{
    text-align: justify;
    color: #868686;
}
.form-content input{
    border: 7px solid #dad9d7 !important;
    box-shadow: none !important;
    border-radius: 0;
    padding: 10px 12px;
}
.form-content input::placeholder{
    color: black;
}
.form-content textarea{
    border: 7px solid #dad9d7 !important;
    box-shadow: none !important;
    border-radius: 0;
}
.form-content textarea::placeholder{
    color: black;
}
.form-content input:focus,
.form-content textarea:focus{
    border-color: #d6ad7f !important;
}
.contenedor-boton input{
    background-color: #5e5e42;
    color: white;
    border: none !important;
    width: 100%;
    padding: 20px 12px;
}


@media (max-width: 1200px) {
    .seccion-2{
        padding-right: 50px;
    }
}

@media (max-width: 992px) {
    .contenedor{
        flex-direction: column-reverse;
    }
    .seccion-1{
        width: 100%;
        margin-right: 0;
        height: 700px;
    }
    .seccion-2{
        width: 100%;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .seccion-1{
        height: 500px;
    }
}

@media (max-width: 576px) {
    .seccion-2{
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 425px) {
    .contenedor{
        padding-left: 10px;
        padding-right: 10px;
    }
    .seccion-1{
        height: 400px;
    }
}

@media (max-width: 375px) {
    .seccion-1{
        height: 300px;
    }
    .seccion-2{
        padding-left: 15px;
        padding-right: 15px;
    }
}