.background-blue {
    background-color: #70AAAA;
}

#beneficiosFotosContainer {
    width: 100%;
    height: 300px;
}

#beneficiosFotosContainerMobile {
    width: 100%;
    height: 300px;
}

#tiposEquipamientosContainer {
    width: 20%;
}

.descuentosTitulo {
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    width: 50%;
}

.tipo {
    width: 200px;
}

.btnTarjeta {
    height: 40px;
}

.equiContainer {
    border-radius: 3rem !important;
}

.equiContainer:hover {
    transform: scale(1.02);
}

.descuento {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: #FFFF !important;
}

.equipamientosOrganizador {
    grid-template-columns: repeat(4, 20%);
    justify-content: space-evenly;
    row-gap: 30px;
}

.infoContainer {
    padding-right: 6%;
}

@media only screen and (max-width: 1250px) {
    .equipamientosOrganizador {
        grid-template-columns: repeat(3, 25%);
        justify-content: space-evenly;
        row-gap: 15px;
    }
}

@media only screen and (max-width: 990px) {
    .wrapper {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 1000px) {
    .equipamientosOrganizador {
        grid-template-columns: repeat(2, 40%);
        justify-content: space-evenly;
        row-gap: 15px;
    }

    #beneficiosFotosContainerMobile {
        display: block !important;
    }

    #beneficiosFotosContainer {
        display: none !important;
    }
}

@media only screen and (max-width: 650px) {


    .equipamientosOrganizador {
        grid-template-columns: repeat(1, 100%);
        justify-content: space-evenly;
        row-gap: 10px;
    }

    #solicitaTarjetaMobile {
        display: flex !important;
    }

    #textInfo {
        display: none !important;
    }

    .wrapper {
        margin-top: 60px;
    }
}

#solicitaTarjetaMobile {
    display: none;
}

.tituloTarjeta {
    font-weight: 700;
    font-size: 24px;
}

.textTarj {
    font-weight: 300;
    font-size: 15px;
}

.imgTarjeta {
    max-height: 80px;
    margin-top: 40%;
}

.tarjeta {
    max-width: 380px;
}

.shadow-big {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, .2) !important;
}

.titulos {
    font-size: 16px;
    font-weight: 500;
}