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

}

/*=====================SECCIÓN 2=====================*/
.secc1-bg{
    background-image: url('../img/4Certficaciones/Rectangle4.jpg');
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;

    display: flex;
    align-items: center;
}
.secc1-div{
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.342);
    backdrop-filter: blur(.4rem);
    padding: 1rem;
}
.secc1-div-textos{
    max-width: 500px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
/*=====================SECCIÓN 2=====================*/
.secc2{
    max-width: 1400px;
    margin-left: unset;
    margin-right: unset;
    margin-top: 50px;
    width: 450px;
    color: #00032B;
}
.secc2 h2{
    font-weight: 400;
}


/*=====================SECCIÓN 3=====================*/
.secc3{
    margin-top: 50px;
    max-width: unset;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-bottom: 80px;
}
.secc3 p{
    color: #00032B;
}
.secc3_espacio{
    width: 10%;
}
.secc3_item{
    display: flex;
    justify-content: space-between;
}
.secc3_item img{
    border-radius: 1rem;
}
.secc3_textos{
    width: 39%;
    padding-left: 20px;
    padding-right: 20px;
}
.secc3_textos h4{
    color: #00032B;
    position: relative;
    font-weight: bold;
}
.secc3_textos p{
    color: #5C5C5C;
    text-align: justify;
}
/*--------LINEA---------*/
.seccM{
    position: relative;
}
.linea_tiempo{
    top: 60px;
    margin-top: 5px;
    width: 0;
    position: absolute;
    border: solid 1px #FFD50F;
    height: 1400px;
    left: 3.3%;
}
/*--------BOLITAS---------*/
.bolita{
    top: -5px;
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #FFD50F;
    border-radius: 50%;
    left: -42px;
}
.b2{
    top: 10%;
}
.b3{
    top: 10%;
}
.b4{
    top: 10%;
}
.b5{
    top: 10%;
}



/*=====================RESPONSIVE=====================*/
@media (min-width: 320px){
    .secc2{
        width: 90vw;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }
    .seccM{
        display: none;
    }
    .secc3_item {
        flex-direction: column;
    }
    .secc3 {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .secc3_textos {
        width: 100%;
        padding-left: 20px;
        padding-right: 0px;
        margin-bottom: 20px;
    }
}
@media (min-width: 1200px){
    .seccM{
        display: block;
    }
    .secc3_item {
        flex-direction: row;
    }
    .secc2 h2{
        width: 415px;
    }
    .secc3_textos {
        padding-right: 60px;
    }
}

@media (max-width: 1200px){
    .secc1-bg{
        height: unset;
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
    .secc3_textos h4 span{
        display: none;
    }
    .secc3 {
        max-width: 768px !important;
    }
}
@media (max-width: 768px){
    .secc1-bg{
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

}