.contenedor {
    max-width: 120rem;
    width: 90%;
    margin: 0 auto;
}

h1 {
    margin-right: 37rem;
    margin-bottom: 20rem;
    font-weight: bold;
    text-align: initial;
}


/* Menu principal*/
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    width: 98%;
}

@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav {
    width: 100%;
    padding-left: 5%;
    display: flex;
    justify-content: space-around;
}
}    
    
/* Fin Header */

/* Seguimiento pagina */
.seguimiento{
    font-size: 1.4rem;
    color: #000;
    font-weight: 300;
    margin-top: 2rem;
}
.breadcrumb li{
    cursor: pointer;
}
/* Titulos */

.sub h3{
    font-family: 'Montserrat', sans-serif;
}
.sub h1{
    font-family: 'Poppins', sans-serif;
    margin: 2rem 0 5rem 0;
    font-size: 3.6rem;
    font-weight: 800;
    color: #000;
}
.sub h4{
    font-family: 'Montserrat', sans-serif;
    margin-top: 3rem;
    color: #000;
}
.sub h2{
    font-family: 'Poppins', sans-serif;
    font-size: 7rem;
    font-weight: 800;
    margin-bottom: 3rem;
    color: #000;
}
/* Cajas titulos*/
.fondo-claro{
    background-color: #F2F6F9;
    color: #000;
}
.fondo-azul{
    background-color: #282828;
    color: #fff;
}
@media (min-width: 992px) {
    .titulos {
        display: flex;
        justify-content: space-between;
    }
    .caja-azul{
        flex-basis: calc(33,3% - 1rem);
    }
}
.caja-azul{
    padding: 1rem 7rem;
    margin-bottom: 5px;
}
.caja-azul h2{
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
}
@media (min-width: 650px) {
    .hitos {
        display: flex;
        justify-content: space-between;
        
    }
    .hito-uno{
        flex-basis: 50%;
        display: flex;
        justify-content: space-between;
        margin-top: 5rem;
    }
}
@media (max-width: 650px) {
    .hito-uno{
        display: flex;
    }
    .mg-t3{
        margin-top: 2rem;
    }
}
.hitos{
    margin-top: 2rem;
}
@media (max-width: 992px) {
    .hitos h3{
       width: 13rem; 
    }
}

.hitos h3{
    background-color: #F2F6F9;
    padding: 3rem;
    border-radius: 30rem 30rem 10rem 30rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 3rem;
    margin-right: 2rem;
    max-height: 10rem;
}
.hitos p{
    font-family: 'Poppins', sans-serif;
    margin-top: 3rem;
    margin-left: 1rem;
    font-size: 1.2rem;
    font-weight: 300;
    margin-right: 1.5rem;
    width: 100%;
}

.caja-azul a{
    color: #000;
    text-decoration: none;
}
.caja-azul a:hover{
    color: #000;
}

.fondo-azul a{
    color: #fff;
    text-decoration: none;
}