body{
    background-color: #f1f0f0;
    overflow-x: hidden;
}



.blue {
    background-color: #880e4f !important;
}

.video-item img {
        filter: brightness(0.5);
        transition: transform 0.3s ease, filter 0.3s ease;
    }
    
.video-item:hover img {
        filter: brightness(0.9);
    }

.navbar-fixed {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    z-index: 900;
}

.navbar-fixed nav {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    background: white !important;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.nav-wrapper {
    background: transparent !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

h5{
    margin-top: 0;
}

/* Espaciado adicional para h5 en pantallas de escritorio */
@media (min-width: 993px) {
    h5 {
        margin-top: 20px;
        margin-bottom: 15px;
    }
}

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

.row{
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
}

a.menuoptions{
    color: #880e4f !important;
}

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

/* Estilos para overlay del carrusel */
.carousel-container {
    position: relative;
}

.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    pointer-events: none;
}

.carousel-content {
    text-align: center;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    font-family: 'Afacad', sans-serif !important;
    
    
}

.carousel-logo {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.7));
}

.carousel-title {
    letter-spacing: 2px;
    font-size: 2.5rem;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.carousel-subtitle {
    font-size: 1.2rem;
    font-weight: 300;
    margin: 0;
    opacity: 0.9;
    font-style: italic;
}

.btnCustom {
    display: flex !important;
    align-items: center !important;
    text-align: left !important;
    padding: 20px 15px !important;
    height: 50px !important;
    width: 200px !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    gap: 10px !important;
    text-align: center;
    border-radius: 10px !important;
}

.btnCustom:hover{
    border: 3px solid #d3d3d3 !important;

}

.btnCustom i {
    margin: 0 !important;
    font-size: 24px !important;
    background-color: #880e4f !important;
    color: white !important;
    padding: 8px !important;
    border-radius: 10px !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
}

.btnCustom:hover i {
    background-color: white !important;
    color: #880e4f !important;
}

.btnCustom .material-icons {
    margin-left: 10px !important;
    margin-right: 0 !important;
    order: 2 !important;
}

.btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white !important;
    color: #880e4f !important;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    line-height: 30px;
}


.btn:hover{
    background-color: #880e4f !important;
    color: white !important;
    transition: all 0.7s ease;
}

.btnSmall{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    color: #880e4f;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    line-height: 30px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    
}

.btnSmall:hover{
    background-color: #880e4f;
    color: white;
    transition: all 0.7s ease;
}

.btnStandar {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    padding: 25px 8px !important;
    height: 140px !important;
    width: 100% !important;
    max-width: 320px !important;
    margin: 0 auto !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border-radius: 15px !important;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3) !important;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    border: none !important;
    color: white !important;
    position: relative !important;
    overflow: hidden !important;
    z-index: 10 !important;
}

.botones:nth-child(2) .btnStandar {
    background: linear-gradient(135deg, #880e4f 0%, #454343 100%) !important;
    box-shadow: 0 8px 25px rgba(173, 20, 87, 0.3) !important;
}

.botones:nth-child(2) .btnStandar:hover {
    box-shadow: 0 15px 35px rgba(173, 20, 87, 0.4) !important;
}

.botones:nth-child(1) .btnStandar {
    background: linear-gradient(30deg, #454343 0%, #880e4f 100%) !important;
    box-shadow: 0 8px 25px rgba(194, 24, 91, 0.3) !important;
}

.botones:nth-child(1) .btnStandar:hover {
    box-shadow: 0 15px 35px rgba(194, 24, 91, 0.4) !important;
}

.botones:nth-child(3) .btnStandar {
    background: linear-gradient(190deg, #880e4f 0%, #454343 100%) !important;
    box-shadow: 0 8px 25px rgba(173, 20, 87, 0.3) !important;
}

.botones:nth-child(3) .btnStandar:hover {
    box-shadow: 0 15px 35px rgba(173, 20, 87, 0.4) !important;
}

.botones:nth-child(4) .btnStandar {
    background: linear-gradient(-30deg, #454343 0%, #880e4f 100%) !important;
    box-shadow: 0 8px 25px rgba(194, 24, 91, 0.3) !important;
}

.botones:nth-child(4) .btnStandar:hover {
    box-shadow: 0 15px 35px rgba(194, 24, 91, 0.4) !important;
}


.btnStandar:hover::before {
    left: 100% !important;
}

.btnStandar:hover{
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 35px rgba(102, 126, 234, 0.4) !important;
    border: 2px solid white !important;
}

.btnStandar i {
    margin: 0 !important;
    margin-bottom: 8px !important;
    font-size: 28px !important;
    background: linear-gradient(135deg, #d3d2d2, #ffffff) !important;
    color: #880e4f !important;
    padding: 12px !important;
    border-radius: 35% !important;
    width: 50px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.btnStandar:hover i {
    background: linear-gradient(135deg, #ffffff, #f8bbd9) !important;
    color: #5b0934 !important;
    transform: scale(1.1) rotate(5deg) !important;
    box-shadow: 0 6px 20px rgba(248, 187, 217, 0.5) !important;
}

.btnStandar .material-icons {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.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;
    margin-bottom: 15px;
    padding: 0 5px;
}

/* Media queries para mejorar el comportamiento responsivo */
@media (min-width: 993px) {
    .botones {
        padding: 0 10px;
    }
    
    .btnStandar {
        max-width: 280px !important;
        padding: 20px 5px !important;
    }
}

@media (max-width: 992px) and (min-width: 601px) {
    .btnStandar {
        max-width: 250px !important;
        padding: 20px 5px !important;
    }
}

@media (max-width: 600px) {
    .btnStandar {
        max-width: 100% !important;
        width: 100% !important;
    }
    
    .botones {
        padding: 0 2px;
    }
}

/* Estilos responsivos para los botones */
@media (min-width: 993px) {
    .botones {
        margin-bottom: 30px;
    }
    
    .botones:last-child {
        margin-bottom: 40px;
    }
}

@media (max-width: 992px) {
    .botones {
        margin-bottom: 20px;
    }
}

.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;
    transition: all 0.3s ease;
    cursor: pointer;
}
div.secondrow:hover{
    transform: translateY(-8px);
    transition: all 0.5s ease;
}

img.inicio {
    height: 150px;
    width: 320px;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    filter: brightness(0.4);
}


button.inicio {
    height: 150px;
    width: 320px;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    border: none;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    z-index: 1;
}

button.titcategoria.inicio::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../img/live.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(0.4);
    z-index: -1;
}



.titcategoria{
    position: absolute;
    color: white;
    text-align: center;
    font-weight: bold;
}

.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: 70vw;
    height: 10vh;
}
.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*/


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


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

/* Media queries para diferentes tamaños de pantalla */
@media only screen and (max-width: 600px) {
    .brand-logo {
        display: none !important; 
    }
    

}

h6 {
    font-weight: bold !important;
    margin-top: 0;
    margin-bottom: 10px;
}
hr{
    max-width: 80%;
    margin-bottom: 30px;
    border: none;
    height: 1px;
    background-color: #bebdbd;
    border-radius: 2px;
}

/* Espaciado adicional para hr en pantallas de escritorio */
@media (min-width: 769px) {
    hr {
        margin-bottom: 80px;
    }
}

/* Estilos personalizados para el carrusel */
.carousel-container {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.carousel.carousel-slider {
    overflow: hidden;
    margin: 0;
    width: 100%;
    position: relative;
}

/* Efecto de degradado para fusionar con el navbar */
.carousel.carousel-slider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(to bottom, white 0%, rgba(255,255,255,0.8) 30%, rgba(255,255,255,0.4) 60%, transparent 100%);
    z-index: 15;
    pointer-events: none;
}

.carousel .carousel-item img {
    width: 100%;
    height: 80%;
    object-fit: cover;
}


/* Responsive para el carrusel */
@media (max-width: 768px) {
    .carousel-container {
        padding: 0;
        margin: 0;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        height: 35vh;
    }
    
    .carousel.carousel-slider {
        border-radius: 0;
        width: 100%;
        height: 35vh;
    }
    
    .carousel .carousel-item img {
        border-radius: 0;
        width: 100%;
        height: 35vh;
        object-fit: cover;
    }
}

@media (max-width: 480px) {
    .carousel-container {
        padding: 0;
        margin: 0;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        margin-left: 0 !important;
        margin-right: 0 !important;
        height: 40vh;
    }
    .row{
        margin-bottom: 0px;
    }
    .carousel.carousel-slider {
        border-radius: 0;
        width: 100%;
        max-width: 100%;
        height: 40vh;
    }
    
    .carousel .carousel-item img {
        border-radius: 0;
        width: 100%;
        height: 40vh;
        max-width: 100%;
        object-fit: cover;
    }
    .btnSmall{
        line-height: 30px;
    }
    
    div.secondrow{
        height: 180px;
        margin-bottom: 10px;
    }
    
    img.inicio{
         height: 150px;
         width: 150px;
         border-radius: 20px;
         box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
         filter: brightness(0.4);
         transition: filter 0.3s ease;
     }
     
     button.inicio{
         height: 150px;
         width: 150px;
         border-radius: 20px;
         box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
         background-image: url('../img/live.jpg');
         background-size: cover;
         background-position: center;
         background-repeat: no-repeat;
         color: white;
         font-weight: bold;
         text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
     }
     
     .carousel-logo {
         width: 60px;
         height: 60px;
         margin-bottom: 15px;
     }
     
     .carousel-title {
         font-size: 2.3rem;
         margin-bottom: 10px;
     }
     
     .project-text {
         display: block;
     }
     
     .carousel-subtitle {
         font-size: 1rem;
         margin-bottom: 30px;
     }

     .btnPredica {
        height: 120px !important;
      }

     
 }
