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

a.menuoptions {
    color: white !important;
}

.logomenu {
    margin-bottom: 80px;

}

/*inicio*/
img.carrusel {
    height: 100vh;
}

div.botones {
    height: 50px;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #880e4f;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    font-weight: bold;
    line-height: 20px;
}

.btn:focus {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d8177e;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    font-weight: bold;
    line-height: 20px;
}

.btn2 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #880e4f;
    width: 80%;
    border-radius: 10px;
    font-weight: bold;
    line-height: 50px;
}

.botones {
    justify-content: center;
    align-items: center;
}

.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: 120px;
    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: 100px;
    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;
}

/*galeria*/
div.carrusel {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -20px;
    width: 100vw;
    height: 50vh;
}

.btnGaleria {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #880e4f;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-left: 80vw;
    margin-top: 10px;
}

.btnGaleria:focus {
    background-color: #5b0934;
}

.btnGaleria:active {
    background-color: #5b0934;
}

/*alabanzas*/
.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: 9pt;
    font-style: italic;
}

.negrita {
    font-weight: bold;
    margin: auto;
}

.letra {
    text-align: center;
    height: fit-content;
    padding-bottom: 50px;
}

.alabanza {
    line-height: 0.5;
}

.iconColor {
    color: #880e4f;
}

button.copiar {
    border: none;
    background: none;
    width: 40px;
    cursor: pointer;
}

.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;
}

/*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;
}

/*eventos*/
div.fecha {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

div.details {
    display: flex !important;
    flex-direction: column !important;
}

span.fecha {
    color: #880e4f;
    font-size: 16px;
    font-weight: 1000;
    line-height: 1em;

}

span.dia {
    color: #880e4f;
    font-size: 34px;
    font-weight: 1000;
    line-height: 0.65em;
}

p.details {
    font-weight: bold;
}

div.linea {
    height: 1px;
    width: 50%;
    background-color: #880e4f;
    margin-top: 10px;
}

div.btnFlyer {
    display: flex;
    justify-content: center;
}

a.modal-trigger {
    color: #880e4f;
    font-weight: bold;
}

/*wallpapers*/
.btnDescarga {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #880e4f;
    width: 100%;
    height: 80px;
    position: absolute;
    z-index: 10000;
}

.btnDescarga:hover {
    background-color: #880e4f;
}

.btnDescarga:focus {
    background-color: #440728;
    opacity: 0.8;
}

div.wallpaper {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
}

div.sliderw {
    height: 90vh;
    width: 100%;
}

div.carruselw {
    height: 100vh;
    width: 100vw;
}

/*pan de cada dia*/
button.devocional {
    /*background-color: #dfdfdf;*/
    background: none;
    border: none;
    color: #880e4f;
    font-size: 16px;
    font-weight: bolder;
    min-width: 100%;
    text-align: left;
}

button.devocional:focus {
    color: #e0519d;
}

.btnknd {
    border-radius: 0 !important;
    font-weight: normal;
    background-image: url('../img/live.jpg');
}

.swal2-html-container {
    font-family: "Times New Roman", Times, serif;
    font-size: 20px !important;
    color: blue !important;
}

/* Clases añadidas 13-08-24 */

.mb-1 {
    margin-bottom: 1.5rem !important;
}

.mt-1 {
    margin-top: 1rem !important;
}

.w-75 {
    width: 75%;
    place-self: center;
    color: #880e4f;
    background-color: #880e4f;
}