.miga__page {
    color: #212121;
}

.allies__indication {
    font-size: 16px; 
    font-weight: bold; 
    padding-top: 40px; 
    color: #02455F;
}

.allies_filter--container {
    margin: 10px;
}

.img-logo-aliados {
    margin-top: 20px; 
    margin-bottom: 20px;
}

.allies__content--description{
    width: 85%; 
    text-align: left; 
    max-height: 78px;
    height: 78px; 
    overflow: hidden;
}

.boton-aliados {
    margin-top: 15px; 
    margin-bottom: 15px;
    width: 165px;
}

.boton-aliados .botonAzul {
    width: 100%;
}

.backward_icon-rotate {
    width: 24px; 
    margin-top: -5px; 
    transform: rotate(180deg);
}

.backward_icon {
    width: 24px; 
    margin-top: -5px;
}

.tarjeta {
    border-style: inset;
    border-top-style: none;
    border-left-style: none;
    border-radius: 30px;
    border-color: #f5f5f5;
}


@media only screen and (max-width: 767px) {
    .tarjeta {
        margin: 20px;
    }
}