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-position: center;
    background-size: cover;
    height: 586px;
}
.bg-1{
    background-image: url('../img/4Certficaciones/Rectangle1.jpg');
}
.bg-2{
    background-image: url('../img/4Certficaciones/Rectangle2.jpg');
}
.bg-3{
    background-image: url('../img/4Certficaciones/Rectangle3.jpg');
    background-position: top;
}
/*=====================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;
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-bottom: 80px;
}
.secc3 p{
    color: #00032B;
}
.secc3_espacio{
    width: 5%;
}
.secc3_item{
    display: flex;
    justify-content: space-between;
}
.ul-capacitaciones {
    list-style-type: none; /* Oculta el marcador predeterminado */
    padding-left: 1rem;
}

.ul-capacitaciones > li::before {
    content: ""; /* Crea un pseudo-elemento antes del contenido del li */
    display: inline-block;
    width: 8px; /* Ajusta el tamaño del marcador */
    height: 8px;
    background-color: #FFD50F; /* Cambia el color del marcador */
    margin-right: 5px; /* Espacio entre el marcador y el texto */
    border-radius: 100%;
    margin-bottom: 2px;
}
.secc3_textos{
    width: 39%;
    padding-left: 20px;
    padding-right: 20px;
}
.secc3_textos h4{
    color: #00032B;
}
.secc3_textos p{
    color: #5C5C5C;
}
/*--------LINEA---------*/
.seccM{
    position: absolute;
    padding-top: 40px;
    left: 15.5%;
}
.linea_tiempo{
    top: 5px;
    margin-top: 5px;
    width: 0;
    position: relative;
    border: solid 1px #FFD50F;
    height: 845px;
    left: 50%;
}
/*--------BOLITAS---------*/
.bolita{
    top: -5px;
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #FFD50F;
    border-radius: 50%;
    left: -10px;
}
.b2{
    top: 33%;
}
.b3{
    top: 66%;
}
.b4{
    top: 99%;
}

/*=====================RESPONSIVE=====================*/
@media (min-width: 320px){
    .secc1-bg {
        height: 350px;
    }
    .secc2{
        width: 80vw;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }
    .seccM{
        display: none;
    }
    .secc3_item {
        flex-direction: column;
    }
    .secc3 {
        width: 80vw;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }
    .secc3_textos {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 20px;
        max-width: 100% !important;
    }
}

@media (min-width: 425px){

}

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

@media (min-width: 768px){

}

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

@media (min-width: 1200px){
    .seccM{
        display: block;
    }
    .secc3_item {
        flex-direction: row;
    }
    .secc2 h2{
        width: 415px;
    }
    .secc3_textos {
        width: 100%;
        padding-left: 40px;
        padding-right: 60px;
        margin-bottom: 20px;
        max-width: 40% !important;
        margin-right: auto;
    }
}

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


@media (min-width: 1600px){

}
