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

h1 {
  font-size: 3.6rem;
}

/*Mi codigo*/
/* Header */


/* 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%;
}

/* Menu principal mobil*/

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

.accordion-button:not(.collapsed) {
    background-color: #FFF!important;
}

/*Seguimiento*/
.seguimiento{
    margin: 3rem 0;
    font-size: 1.3rem;
}
.breadcrumb li{
    cursor: pointer;
}

.responsive-table{
    overflow: auto;
}

.boton-n{
    background: #ff832a;
    font-size: 1.2rem;
    padding: 1rem 3rem;
    border-radius: 3rem;
    color: #fff;
    text-decoration: none;
    margin: 2rem 0 2rem 0;
    float: right;
}
/* Primera caja*/
@media (min-width: 768px) {
    
    .caja {
        display: flex;
        justify-content: space-between;
    }
    .caja-h {
        flex-basis: calc(50% - 1rem);
    }

    .caja-wealth{
        text-align: justify;
    }
}

.texto h3{
    font-family: 'Montserrat', sans-serif;

}
.texto h1{
    font-family: 'Poppins', sans-serif;
    margin: 2rem 0 5rem 0;
    font-size: 3.6rem;
    font-weight: 800;
    color: #000;
}
.texto p{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 1.6rem;
    margin-bottom: 4rem;
    color: #001722;
}

table {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 1.6rem;
    margin-bottom: 4rem;
    color: #001722;
}

li::marker{
    font-size: 1.6rem;
    font-weight: bold;
}


p.error-es{
    margin-top: 150px;
    font-size: 20px!important;
    font-weight: bold;
    text-align: center;
}
p.error-en{
    font-size: 16px;
    text-align: center;
}

.flex-error{
    display: flex;
    align-items: center;
    justify-content: center;
}

.row.error{
    display: block;
}
@media (max-width: 768px) {
    .texto h1 {
        margin: 2rem 0 2rem 0;
    }
    .texto p {
        font-size: 1.4rem;
        margin-bottom: 2rem;
    }
    li::marker{
        font-size: 1.4rem;
    }
    p.error-es{
        margin-top: 50px;
        font-size: 18px!important;
        font-weight: bold;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }
    p.error-en{
        font-size: 14px;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }
}
.imagen img{
    width: 100%;
    padding-top: 2rem;
}
.fondo-claro{
    background-color: #F2F6F9;
    padding: 3rem;
    margin-top: 4rem;
}

/* Caja azul */
@media (min-width: 768px) {
    
    .caja-p {
        display: flex;
        justify-content: space-between;
    }
    .caja-c {
        flex-basis: calc(50% - 4rem);
    }
    .imagen img{
        width: 90%;
        padding-top: 9rem;
    }
    .foto{
        padding-top: 15rem!important;
    }
    .foto2{
        padding-top: 30rem!important;
    }
    .derecha{
        float: right;
    }
}
.fondo-c{
    background-color:#282828;
    padding: 4rem 0;
    margin-top: 5rem;
}
.caja-uno{
    background-color: #fff;
    padding: 5rem 6rem;
    text-align: center;
}
@media (max-width: 999px) {
    .caja-uno {
        padding: 5rem 2rem;
    }
    .fondo-claro{
        padding: .5rem;
    }
}
.caja-uno h3{
    font-weight: 400;
    margin: 4rem 3rem;
    text-transform: uppercase;
    font-size: 3rem;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}
.caja-uno p{
    font-family: 'Poppins', sans-serif;
    margin: 1rem 3rem;
    font-weight: 300;
    font-size: 1.5rem;
}
@media (max-width: 768px) {
    .caja-uno {
    padding: 0;
}
}


/* Ultima caja */
.parrafo{
    margin-bottom: 10rem!important;
}
@media (min-width: 768px) {
    
    .parrafo{
        margin-right: 40rem!important;
    }
}
.texto{
    margin-top: 3rem;
}
.accordion-item{
    padding: 2rem;
    border: none!important;
}
.color-fondo{
    background-color: #F2F6F9!important;
}
.accordion-button {
    font-size: 2rem!important;
    color: #000!important;
    font-weight: 800;
}
.accordion-body p{
    font-size: 1.3rem;
    color: #ff832a;
    text-decoration: underline;
    font-weight: 800;
}
.accordion-body a{
    font-size: 1.3rem;
    color: #ff832a;
    text-decoration: underline;
    font-weight: 800;
}
.accordion-button::after{
    background-image: url(../img/+.png)!important;
}