ul.sidenav{
    background-color: #880e4f;
    padding-top: 100px;
}

a.menuoptions{
    color: white !important;

}
/*div.carrusel{
margin-top: 500px !important;
}*/

img.carrusel{
    box-shadow: 60px -16px black;

}
img.carrusel{
    overflow: hidden;
}
div.botones{
    height: 50px;
}
.btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #880e4f;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.iconbutton{
    height: 25px;
    width: 25px;
}
div.firstrow{
    height: 120px;
    min-width: 100px;
    width: 35vw;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
div.secondrow{
    height: 150px;
    min-width: 100px;
    width: 50vw;
    margin: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
div.thirdrow{
    height: 120px;
    min-width: 130px;
    width: 35vw;
    margin: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.inicio{
    height: 100%;
    width: 100%;
    position: relative;
}
.titcategoria{
    position: absolute;
    color: white;
    text-align: left;
}

.finalcolum{
    display: flex;
    justify-content: flex-start;
}


.tabs-vertical .tabs {
    height: auto;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    display: -webkit-flex;
    display: flex;
}

.tabs-vertical .tab a {
    text-align: left;
}

.tabs-vertical .tab .active {
    -moz-transition: border-color .5s ease;
    -o-transition: border-color .5s ease;
    -webkit-transition: border-color .5s ease;
    transition: border-color .5s ease;
    border-right: 3px solid pink;
}

.tabs-vertical .tab :hover {
    border-right: 3px solid #eeeeee;
}

.tabs-vertical .indicator {
    display: none;
}

.tabs-vertical .tab-content {
    display: block;
    /*  make tab content scrollable , by define height, then overflow: auto*/
    height: 30em;
    overflow: auto;
    overflow-y: auto;
    overflow-x: auto;
    /*  make tab content scrollable */
    margin-left: 13em;
}

.tabs-vertical>.tab-content .active {
    display: block;
}

#top,
#bottom {
    padding: 0;
    margin: 0;
    display: block;
    overflow-y: auto;
    overflow-x: auto;
}

.icon45 {
  width: 25px !important;
  height: 25px !important;
}

.artista {
  font-size: 6pt;
  font-style: italic;
}

.negrita {
  font-weight: bold;
}

/*clases kingdom radio*/
.fondoRadio {
  background-image: url("../img/radioBG.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.artista {
  font-size: 9pt;
  font-style: italic;
}

.negrita {
  font-weight: bold;
  margin: auto;
}
.letra{
    text-align: center;
}
.alabanza{
    line-height: 0.5;
}
.iconColor{
    color: #880e4f;
}

.margen50 {
  margin-top: 50px;
}

.imgRedes{
    width: 20%;
    height: 20%;
}
.link a{
   color: #880e4f;
   font: caption;
   font-size: larger;
}
.link2 a{
    color: white;
    font: caption;
    font-size: larger;
 }
