*{
    font-family: 'Lexend', sans-serif;
    --bs-gutter-x: 0 !important;
}
.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(40,40,40,255)!important;
}
nav.navbar{
    display: grid;
}
.navbar-brand{
    color: white !important;
    font-weight: 700;
    font-size: 28px;
    --bs-navbar-hover-color: none;
    --bs-navbar-disabled-color: white;
    --bs-navbar-active-color: none;
}
span.brandsm{
    font-weight: 200;
    font-size: 14px;
    margin-left: 20px;
}
a{
    text-decoration: none;
}
a.a-programa{
    color: black;
    text-decoration: underline;
}
.texto{
    margin-bottom: 0;
    font-size: 20px;
}
.bajada{
    font-weight: 200;
}
.home .texto{
    color: white;
}
.menu{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-inline: 50px;
}
.navbar-brand{
    margin-left: 20px;
}
.tit-pag{
    margin: 0;
    font-size: 14px;
    color: white;
}
.altura-caja{
    min-height: 150px;
    align-items: center;
    padding: 10px;
}
section.caja1{
    background-color: #4071fc;
}
section.caja2{
    background-color: #44beb3;
}
section.caja3{
    background-color: #eb599a;
}
section.caja4, div.amarillo{
    background-color: #fcc745;
}
section.caja7{
    background-color: #4071fc;
    color: white;
    font-size: 18px;
    font-weight: 300;
    justify-content: center;
    align-items: flex-end;
    margin: 0;
}
section.caja8{
    background-color: #6890FD;
}
section.caja9{
    background-color: #8CAAFD;
}
section.caja10{
    background-color: #B4C7FE;
}
section.caja11{
    background-color: #B3E5E1;
}
section.caja12{
    transform: translateY(-80%);
    margin-bottom: -70px;
}
section.caja13{
    background-color: #EB599A;
}
section.caja14{
    background-color: #ED6DA7;
}
section.caja15{
    background-color: #F084B5;
}
section.caja16{
    background-color: #F296C0;
}
section.caja17{
    background-color: #F5ADCD;
}
section.caja18{
    background-color: #F7BFD8;
}
section.caja19{
    background-color: #FAD6E6;
}
.banner1{
    width: 80%;
    max-width: 400px;
}
.grafico1{
    max-width: 400px;
    width: 80%;
}
.tit{
    margin-bottom: -30px;
}
.circulo{
    width: 0px;
    height: 0px;
    border-radius: 100%;
    border: 70px solid transparent;
    border-top-color: #6890FD;
    border-left-color: #6890FD;
    margin: 0 auto;
    transform: rotate(45deg)
}
.circulo2{
    width: 0px;
    height: 0px;
    border-radius: 100%;
    border: 70px solid transparent;
    border-top-color: #ED6DA7;
    border-left-color: #ED6DA7;
    margin: 0 auto;
    transform: rotate(45deg)
}
.circ-cont{
    transform: translateY(50%);
}
.titulo-caja{
    font-weight: 700;
    font-size: 24px;
    margin: 0;
    margin-top: 20px;
}
.subtxt-caja{
    margin: 0;
}
.num-caja{
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 40px;
}
.subtxt-caja-cursada{
    font-size: 20px;
}
.tit-etapas{
    color: white;
    font-size: 20px;
    font-weight: 700;
    margin: 30px 0 -30px 0;
}
img.imagen{
    margin: 40px 0px;
    max-width: 250px;
}
footer{
    background-color: rgba(40,40,40,255);
    color: white;
    font-weight: 300;
    font-size: 14px;
}
div.centrado{
    justify-content: center;
}
div.amarillo{
    margin-top: 20px;
    max-width: 420px;
    border-radius: 210px 210px 0 0;
}
.est{
    color: black;
    text-decoration: underline;
}
.imgfba{
    background-color: white;
}
.blank{
    min-height: 50vh;
}
.logo-fda{
    width: 80%;
    max-width: 400px;
}
