p{
    margin-bottom: 0;
}

/*================SECCIÓN 1================*/
.secc1-bg{
    background-position: center;
    background-size: cover;
    height: 593px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.bg-1{
    background-image: url('../img/Contacto/banner.jpg');
}
.bg-2{
    background-image: url('../img/Contacto/Rectangle2.jpg');
}
.bg-3{
    background-image: url('../img/Contacto/Rectangle3.jpg');
}
.secc1_marca_agua{
    opacity: 0.5;
    width: 30vw;
    min-width: 280px;
}
.secc1_flecha{
    position: absolute;
    bottom: 0;
}

/*================SECCIÓN 2================*/
.secc2{
    margin-bottom: 160px;
}
.secc2_fondo{
    position: relative;
    max-width: 1450px;
    background-color: #034F83;
    height: 550px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}
.secc2_tabla{
    display: flex;
    justify-content: space-between;
}
.secc2_tabla-textos{
    display: flex;
    flex-direction: column;
    padding: 0 40px 40px 40px;
    justify-content: flex-end;
    align-items: flex-start;

}
.subtabla1{
    margin-top: 40px;
    margin-bottom: 40px;
}
.subtabla_item{
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.subtabla_item p{
    color: white;
}

/*================SECCIÓN 3================*/
.secc3{
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    margin-bottom: 80px;
    max-width: 1450px;
}
.secc3_imagen{
    background-image: url('../img/Contacto/Rectangle93.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: 615px;
    width: 40%;
}
.secc3_form{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;

    width: 100%;
}
.form-contacto{
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
/*================SECCIÓN 4================*/
.secc4{
    margin-top: 80px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
}
.form_secc1{
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.form-control{
    background-color: #f6f5f100;
    border: #f6f5f100;
    border-bottom: solid 1px #000000;
    border-radius: 0;
    height: 60px;
    outline: none;
}
.form-control:focus {
    border-bottom: solid 2px #000000;
    box-shadow: none;
}
.form_item{
    width: 100%;
}
.form2{
    justify-content: flex-end;
}
.form3{
    justify-content: flex-start;
}
.form_mensaje{
    width: 100%;
}
.form_text-area{
    max-width: 100% !important;
    height: 200px !important;
    background-color: #EBEBEB;
    border-bottom: none;
    transition: all 0.15s ease-in-out;
}
.form_text-area:focus{
    border-bottom: none;
}
.enviar_mensaje{
    text-align: left;
}
.btnenviar{
    background-color: #034F83;
    border: none;
    width: calc(100% - 20px);
    max-width: 200px;
    color: white;
    height: 60px;
    transition: all 0.15s ease-in-out;
}
.btnenviar:hover{
    transform: scale(1.1);
}
/*==================RESPONSIVE=================*/
@media (min-width: 320px) {
    .secc1-bg {
        height: 350px;
    }
    iframe {
        width: 100%;
        height: 100%;
    }
    .secc2_tabla-textos {
        align-items: center;
    }
    /*-----------------*/
    .secc3 {
        flex-direction: column-reverse;
        align-items: center;
        gap: 20px;
    }
    .secc3_imagen {
        width: 100%;
    }
    .secc3_form {
        justify-content: center;
    }
    /*---------------*/
    .form-contacto {
        width: 100%;
    }
    .btnenviar {
        width: 100%;
        max-width: unset;
    }
    .form_secc1 {
        flex-direction: column;
    }
    /*---------------*/
    .secc2_tabla {
        flex-direction: column;
        justify-content: center;
    }

}
@media (min-width: 550px) {
    .secc1-bg {
        height: 450px;
    }

    /*-----------------*/
}
@media (min-width: 768px) {
    iframe{
        display: block;
    }
    .secc2_tabla {
        flex-direction: column;
    }
}
@media (min-width: 992px) {
    .secc1-bg {
        height: 500px;
    }
    iframe{
        width: 70%;
    }
    .secc2_tabla {
        flex-direction: row;
        justify-content: space-between;
    }
    /*-----------------*/
    .secc3 {
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }
    .form_secc1 {
        flex-direction: row;
    }
    .btnenviar {
        width: calc(100% - 20px);
        max-width: 200px;
    }

}
@media (min-width: 1200px) {

}

@media (min-width: 1440px) {
    .secc1-bg {
        height: 593px;
    }

    /*-----------------*/
}
@media (min-width: 1600px) {
    .secc3 {
        max-width: 1400px;
    }
    .secc2 {
        max-width: 1400px;
    }
}
