.carousel-caption {
    background: rgba(0, 0, 0, 0.5);
   }
.bg-blue-dark{
    background: #1f2739;
}
.bg-blue{
    background: #1a98bc;
}
.bg-verde-amarillo{
    background: #ecf8fc;
}
.mi-no-underline:hover {
    text-decoration: none;
}
.text-green{
    color: #a3e876;
}
.text-grey{
    color: #454743;
}
.mi-display-5{
    font-size:1.7rem;
    font-weight:300;
    line-height:1.2;
    font-family: 'Oswald';
}
.mi-display-titulo{
    font-size:2.6rem;
    font-weight:300;
    line-height:1.2;
    font-family: 'Oswald';
}
.img-mano{
	width: 50px;
}

.accordion .card-header .btn:after{
    font-family: "Font Awesome 5 Free";
    content: '\f068';
    font-weight: bold;
    float: right;
}
.accordion .card-header .collapsed:after{
    content: '\f067';
}
.mi-hide{
    display: none;
}
.mi-no-hide{
    display: block;
}
.mi-h-40px{
    height: 40px;
}

/*--- BREAKPOINTS ---
@media screen and (max-width: 992px) {

}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 576px) {

}
@media screen and (max-width: 531px) {

}
@media screen and (max-width: 486px) {

}
@media screen and (max-width: 441px) {

}
@media screen and (max-width: 396px) {

}
@media screen and (max-width: 351px) {

}
@media screen and (max-width: 306px) {

}
*/
@media (max-width: 400px) {
    .mi-font-size-collapse{
        font-size: 0.8rem;
    }
}

@media (min-width: 420px) {
    .mi-font-size-collapse{
        font-size: 1rem;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .mi-img-sm-50{
        width: 50%;
    }
}

/*Large devices (desktops, 992px and up)*/

@media (min-width: 992px) {
    .mi-w-lg-50{
        width: 50%;
    }
}