#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #612762 !important;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 87px -3px rgba(0,0,0,0.31);
-moz-box-shadow: 0px 2px 87px -3px rgba(0,0,0,0.31);
box-shadow: 0px 2px 87px -3px rgba(0,0,0,0.31);
  }
  


.bg-light {
    background-color: #612762!important;
    
}

#menuExpand{
    background-color: #000000;
    width: 320px;
    height: 5000px;
    top:0;
    left:0;
    z-index: 1010;
    opacity: 1;
    overflow: hidden;
}

.sizeMiscelanea{
    width:40px !important;
    height: 40px !important;
}

.miscelaneaCard img{
    width:40px !important;
    height: 40px !important; 
}

.iconoNat{
    width:35px !important;
    height: 40px !important;  
}

.cardCaja{
    width:400px;
}


#fondoMenuExpand{
    background-color: #000000;
    width:5000px;
    height: 5000px;
    z-index: 1000;
    top:0;
    left:0;
    opacity:0.8;
    overflow-y: hidden;
}

.navBarDesplegado{
padding-top: 100px;
}

.navBarDesplegado .nav-link{
    color: #ffffff !important;
    font-size: 22px;
    padding: 10px 0 10px 0;
}

.iconoMenu{
    color: #ffffff;
    cursor: pointer;
}

.navbar{
    z-index: 999;
}

.logoMenu{
width:180px !important;
height: auto !important;
}

.carousel{
    margin-top: 115px;
}

.carrouselDesk{
    margin-top: 125px !important;
}

body {
    font-family: 'Open Sans', sans-serif !important;
}

.menuIcon{
    top: 20px;
}

.list-group-item{
    font-size: 30px;
}

.list-group-item-Chico{
    font-size: 30px !important;
}

.list-group-item-Chico2{
    font-size: 30px !important;
    letter-spacing: -1px;
    line-height: 20px !important;
}

.badge{
    font-size: 25px;
}

.list-group-item-bajada{
    font-size: 20px;
    padding-left:22px;
}

.tituloMenu{
    text-transform: uppercase;
}

.logoSeccionInicio{
    padding-top:10px;
}

.logoSeccion{
    padding-top:100px;
}

.textoBajadaSeccion{
    font-size: 23px;
}

.textoHorario{
font-size:25px;
}

.telefono{
    color:#000000;
    text-decoration: none;
    font-weight: 700;
}

.destacado{
    font-weight: 700;
}


.destacado2{
    font-weight: 900;
    font-size: 25px;
}

.textoAdicional{
    font-size: 25px;
}

.whatsappIcono{
    color:#1ea319;
    font-size:30px;
}

@media (max-width: 989px) { 
    .CardBajada{
        font-size: 15px;
    }

    .cardDetalle{
        font-size: 15px;
    }

    .cardTitulo{
        font-size: 20px;
    }

    .textoAdicional{
        font-size: 15px;
    }

    .logoMenu{
        width:180px !important;
        }

        .carousel{
            margin-top: 145px;
        }

    .iconoNat{
        width:25px !important;
        height: 30px !important;  
    }    

    .sizeMiscelanea{
        width:20px !important;
        height: 20px !important;
    }

    .navBarDesplegado .nav-link{
        font-size: 22px;
    }

    .list-group-item{
        font-size: 15px;
    }
    
    .list-group-item-Chico{
        font-size: 15px !important;
    }
    
    .list-group-item-Chico2{
        font-size: 15px !important;
    }
    
    .badge{
        font-size: 22px;
    }
    
    .list-group-item-bajada{
        font-size: 15px;
    }

    .textoBajadaSeccion{
        font-size: 22px;
    }
    
    .textoHorario{
        font-size:18px;
    }

    .whatsappIcono{
        font-size:30px;
    }
 }

