.contenedor{
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
}
p{
    margin-bottom: 0;
}

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

/*==================SECCIÓN 2=================*/
.secc2{
    margin-top: 50px;
    display: flex;
}
.secc2_img{
    position: relative;
}
.secc2_img2{
    position: absolute;
    bottom: -60px;
    right: -95px;
}
.secc2_textos{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 200px;
}
.textos_item1{
    margin-bottom: 60px;
}
.secc2_textos_item{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.secc2_titulo{
    margin-bottom: 30px;
    color: #F8B945;
}
.secc2_item-titulo{
    width: 100px;
    color: #01042D;
}
.secc2_item-texto{
    color: #575757;
}

/*==================SECCIÓN 3=================*/
.secc3{
    margin-top: 400px;
    background-color: #F6F5F1;
    height: 700px;
}
.secc3_tabla{
    max-width: 1400px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 640px;
    position: relative;
}
.secc3_item2{
    position: absolute;
    right: 0;
}
.secc3_texto{
    position: absolute;
    top: 35%;
    right: 135px;
    width: 170px;
}

/*==================SECCIÓN 4=================*/
.secc4 {
  padding-bottom: 6rem;
  margin-top: -3rem;
}
.secc4-circle1{
    position: relative;
    left: 20%;
}
.secc4-circle1-img {
  object-fit: cover;
    width: 400px;
    border-radius: 50%;
}
.secc4-circle2 {
  object-fit: cover;
  width: 250px;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  left: -9%;
  top: 50%;
}

/*==================RESPONSIVE=================*/
@media (min-width: 320px){
    .secc1-bg {
        height: 350px;
    }

    .secc2 {
        flex-direction: column;
        align-items: center;
        width: 80vw;
        gap: 20px;
    }
    .secc2_img2 {
        display: none;
    }
    .secc2_textos {
        margin-left: 0;
    }
    .secc2_item-titulo {
        width: unset;
    }

    /*----SECC 3----*/
    .secc3{
        margin-top: 650px;
    }
    .secc3_tabla {
        flex-direction: column;
        justify-content: center;
        width: 80vw;
    }
    .secc3_item2 {
        right: unset;
        top: -600px;
    }
    .secc3_img{
        width: 290px;
        height: auto;
    }
    .secc3_texto{
        right: 60px;
    }
}

@media (min-width: 650px){
    /*----SECC1----*/
    .secc1-bg {
        height: 450px;
    }
    .secc2{
        width: 80vw;
        flex-direction: row;
        align-items: center;
    }
}

@media (min-width: 768px){
    /*----SECC2----*/
    .secc2_img2 {
        display: block;
        width: 150px;
        height: 150px;
        right: -15px;
    }
    .secc3_tabla_textos {
      width: 50%;
    }
}
@media (max-width: 992px){
    .secc3_img {
        width: 90vw;
    }
    .secc3_item2 {
        top: -625px;
    }
}
@media (max-width: 768px){
    .secc3_item2 {
        top: -80%;
    }
}
@media (min-width: 992px){
    .secc1-bg {
        height: 500px;
    }

    .secc2 {
        width: 85vw;
    }
    .secc2_img2 {
        width: 250px;
        height: 250px;
        right: -35px;
    }
    .secc2_textos {
        margin-left: 40px;
    }

    .secc3 {
        margin-top: 250px;
        height: 580px;
    }
    .secc3_tabla {
        flex-direction: row;
        justify-content: space-between;
    }
    .secc3_item2 {
        right: 0;
        top: unset;
    }
    .secc3_texto {
        right: 100px;
    }
    .secc3_img {
        width: 370px;
    }
}

@media (min-width: 1200px){
    .secc2 {
        gap: 40px;
    }
    .secc2_img2 {
        right: -55px;
    }
    .secc3_img {
        width: 500px;
    }
    .secc3_texto {
        right: 135px;
    }
}

@media (min-width: 1440px){
    .secc1-bg {
        height: 586px;
    }
    .secc2 {
        width: 88vw;
    }
    .secc2_img2 {
        width: unset;
        height: unset;
    }
    .secc3 {
        margin-top: 350px;
        height: 700px;
    }
    .secc3_tabla {
        width: 85vw;
    }
}


@media (min-width: 1600px){
    .secc2 {
        gap: 0px;
    }
    .secc2_textos {
        margin-left: 100px;
    }
}
