/** ADD YOUR AWESOME CODES HERE **/

.imgloader {
    width: 100px;
}

.logonav {
    width: 95px;
}

.botongris :hover {
    background: #b1b1b1 !important;
}

.fondomorado {
    background: url(../uploads/fondomorado.png) no-repeat center !important;
}

.fondonegro {
    background: url(../uploads/fondonegro.jpg) no-repeat center !important;
}

.bacmorado {
    background: #76509836 !important;
}

.bacamarillo{
    background: #efa8002e !important;
}

.bacrojo {
    background: #8a100230 !important;
}

.bacazul {
    background: #0080bb30 !important;
}

.bacmorado p {
    color: #ffffff !important;
}

.rowPénsum {
    background: #b1b1b185;
    padding: 1rem;
    border-radius: 12px;
}

.ulprecios {
    font-size: 12px;
    margin: 0px;
    padding-bottom: 5px;
}

.gris {
    background: #b1b1b126;
}

.convenios {
    padding: 0rem 2rem;
}

.convenios .col-12 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.convenios .col-12 img {
    width: 30%;
}

.mar {
    margin-bottom: 0 !important;
}

.invisible {
    display: none;
}

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

.centrar img {
    width: 15%;
    margin-bottom: 1rem;
}

.blanco {
    color: white !important;
}

.tamaño2 {
    width: 30% !important;
}

.citas {
    bottom: 115px !important;
    background: #000 !important;
}

.citas p {
    font-size: 11px;
    line-height: 12px;
    text-align: center;
    margin-top: 1.2rem;
}

.sinimg {
    background: none !important;
}

.mimg {
    margin: auto;
    margin-bottom: 2rem;
}

.section.wb{
    background: url(../images/bg.png) no-repeat center center #fff;
}

.footer-links i {
    transform: scale(1.5);
}

.map {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.productos {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 2px;
}

.productos img{
    width: 55%;
    margin: auto;
    margin-bottom: 3rem;
}

.grdini {
    background: #f8f9fa24;
}

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

.letrasopciones {
    margin-left: 5px !important;
    margin-right: 15px !important;
}

.listadepor li{
    list-style: circle !important;
}

@media(min-width:720px) {
    .opcionesmusica {
        display: block;
    }
}