p{
    margin-bottom: 0;
}

/*================SECCIÓN 1================*/
.secc1-bg{
    background-image: url('../img/5Contacto/banner-contacto.png');
    background-position: center;
    background-size: cover;
    height: 586px;
}

/*================SECCIÓN 2================*/
.secc2_fondo{
    position: relative;
    max-width: 1600px;
    width: calc(100% - 80px);
    background-color: #F6F5F1;
    height: 550px;
    margin-top: -150px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}
.secc2_tabla{
    display: flex;
}
.secc2_tabla-textos{
    display: flex;
    flex-direction: column;
    padding: 80px 50px;

}
.tabla_textos-principal{
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-bottom: solid 1px #585858;
}
.secc2_titulo{
    color: #00032C;
    font-weight: 400;
}
.secc2_texto{
    color: #585858;

}

.subtabla1{
    margin-top: 40px;
    margin-bottom: 40px;
}
.subtabla_item{
    display: flex;
    align-items: center;
    padding-left: 20px;
    gap: 20px;
}

/*================SECCIÓN 3================*/
.secc3{
    margin-top: 50px;
    max-width: 1500px;
    width: calc(100% - 150px);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.secc3 h1{
    color: #01042D;
    max-width: 450px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.secc3 p{
    margin-top: 25px;
    color: #5E5E5E;
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/*================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;
}
.form-control{
    background-color: #F6F5F1;
    border: #F6F5F1;
    width: calc(100% + 50px);
    max-width: 420px !important;
    height: 60px;
}
.form_item{
    width: 100%;
    display: flex;
}
.form2{
    justify-content: center;
}
.form3{
    justify-content: flex-end;
}
.form_mensaje{
    width: 100%;
}
.form_text-area{
    max-width: 100% !important;
    height: 200px !important;
}
.enviar_mensaje{
    text-align: center;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;

}
.btnenviar{
    background-color: rgb(148,79,41);
    border-radius: 8px;
    border: 1px solid rgb(148,79,41);
    width: calc(100% - 20px);
    max-width: 400px;
    color: white;
    height: 80px;
    transition: all 0.15s ease-in-out;
}
.btnenviar:hover{
    transform: scale(1.1);
}

/*====================RESPONSIVE====================*/
@media (min-width: 320px){
    .secc1-bg {
        height: 350px;
    }
    .secc2{
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
    }
    .secc2_tabla {
        display: flex;
        flex-direction: column;
    }

    iframe{
        display: none;
    }
    .secc2_fondo {
        height: 100%;
        width: 80vw;
    }
    .secc2_tabla-textos {
        padding: 20px 20px;
    }
    .secc3 {
        width: 80vw;
    }

    .secc4 {
        width: 80vw;
        padding: 0;
    }
    .form-control {
        max-width: 100% !important;
        width: 100%;
    }
    .form_secc1 {
        flex-direction: column;
    }
    .btnenviar {
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 425px){
    .secc2_img1 {
        height: 400px;
        width: 400px;
    }
}

@media (min-width: 650px){
    /*----SECC1----*/
    .secc1-bg {
        height: 450px;
    }
}

@media (min-width: 768px){

}

@media (min-width: 992px){
    .secc1-bg {
        height: 500px;
    }
    .form_secc1 {
        flex-direction: unset;
        gap: 20px;
    }
    iframe{
        display: block;
    }
    .secc2_tabla {
        flex-direction: row;
    }
    .secc2_tabla-textos {
        padding: 80px 50px;
    }
    .btnenviar {
        width: calc(100% - 20px);
        max-width: 400px;
    }
}

@media (min-width: 1200px){
    .secc2 {
        width: calc(100% - 80px);
    }
    .secc2_fondo {
        width: 100%;
    }
    .secc4 {
        width: calc(100% - 80px);
    }
}

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

}


@media (min-width: 1600px){

}
