* {
    margin: 0;
  box-sizing: border-box;
}
body {
    text-align: center;
    font-family: sans-serif;
  
}

.header {

    height: 80px;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    

}
.hero {
    background-image: url('../img/hero01.png');
    /*Es el hero.jpg  La Imagen de la pagina */
            background-position: right right;
                background-size: cover;
                background-repeat: no-repeat;
                /* height: 30px;
                        position: fixed;
                        width: 100%;
                        z-index: 100;
                        top: 0;
                        left: 0; */
                display: flex;
                align-items: center;
                min-height: 80vh;
                padding: 80px 0 0 0;
       
}
.background-image {
    position: relative;
    bottom: -100px;
    /* Valor negativo para que se extienda hacia abajo */
    left: 0;
    width: 100%;
    height: 300px;
    /* Altura de la imagen */
    background-image: url(../img/Background.png);
    /* Reemplazar con la imagen real */
    background-size: cover;
    background-position: center top;

    /* Valor bajo para que esté detrás del contenido */
  
    
    margin-bottom: 9rem;
}
.hero-text{   
color: #fff;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
.hero-P {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;   }


        iframe {
            width: 400px;
            height: 180px;
    
            border: 5px solid green;
        }




        .contenedor{
            padding-top: 1rem;
        max-width:  120rem;
        margin: 0 auto;
                 }

                 .alabanza {display: flex;
                    align-items: center;
                    justify-content: space-between;
                    gap: 2rem;
                    padding: 2rem;
                    background-color: antiquewhite;
                }
                
                .texto {
                    max-width: 50%;
                
                }
                
                .alabanza img {
                    max-width: 45%;
                    height: auto;
                    border-radius: 10px;  }
.bg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;   
    font-weight: bold;
        font-size: 20px;
        text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;}
.nav {
    display: flex;
  justify-content: space-between;
  max-width: 992px;
  margin:  0 auto;
}

.nav_link {
    color: white;
    text-decoration: none;

}

.nav-color{
background-color: #c41212;
height: auto;
box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.75);
}
.nav-color h3 
.nav-color a
.nav-color i{
  color: #000000;
}
.T1 {
  
    text-decoration: none;
    padding-top: 4.8rem;
}
@media (min-width: 768px) {
    
}
.logo  {
    font-size: 30px;
    font-weight: bold;
    padding: 0 40px;
    line-height: 80px; 
    color: #fff;
    text-transform: uppercase;
    
}

.nav_menu {
    display: flex;
    margin-right: 40px;
    list-style: none;


}
.titulo {
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
}






.nav_menu_item  {
    font-size: 18px;
    margin: 0 10px;
    line-height: 80px; 
    text-transform: uppercase;
    width: max-content;
    
    
}
.nav_menu_link {
    padding: 8px 12px;
    border-radius: 3px;

}
.nav_menu_link:hover,
.nav_menu_link_active{
background-color: #790404;
transition: 0.5s;
}
.nav_toggle{
    color: white;
    background: none;
    border: none;
    font-size: 30px;
    padding: 0 20px;
    line-height: 60px;
    cursor: pointer;
    display: none;
}

.titulo1 {
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
}
.canciones {
	list-style-type: number;
    font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
}
a {
	text-decoration: none;
	color: #000000;
}

  .Canciones {
    list-style: none; 
    padding: 0; 
    margin: 0; 
  }
  .Canciones li {
    margin-bottom: 10px; 
    font-size: 16px; 
  }
  .Canciones a {

    font-weight: bold; 
    margin-right: 5px; 
  }
  
@media(max-width: 1000px){
    iframe {
            width:350px;
            height: 300px;
            
            border: 5px solid green;     }
    
    .header {
       
        height: 60px; 
    
    }
    
    .logo  {
        font-size: 25px;
        font-weight: bold;
        padding: 0 20px;
        line-height: 60px; 
        
    }
    
    .nav_menu {
        flex-direction: column;
        align-items: center;
        margin: 0;
        background-color: #2c3e50;
        position: fixed;
        top: 60px;
        width: 100%;
        padding: 20px 0;
        height: calc(100% - 60px);
        overflow-y: auto;
        left: 100%;
        transition: left 0.3s;
    }
    
    
    .nav_menu_item  {
        line-height: 70px; 
       
        
        
    }
          .header.header_color {
              /* Modificar el Index.js en caso de  implementarlo */
              background-color: rgb(129, 8, 8);
              /* Cambia este valor al color que desees */
              transition: right 0.3s;
              right: 100%;
          }
                  .navmobile {
                      /* Son  Las Letras De las palabras Inicio, Alabanza, Nosotros, etc */
                      color: #fff;
                      text-shadow:
                          3px 3px 2px #000,
                          -3px 3px 2px #000,
                          -3px -3px 0 #000,
                          3px -3px 0 #000;
                  }
    
    .nav_menu_link:hover,
    .nav_menu_link_active {
    background: none; 
    color: #b20909fa;
    }
    .nav_toggle {
        display: block;
    }
    .nav_menu_v {
        left: 0;

    }
}

.nav_toggle:focus:not(:focus-visible) {
  outline: none;
}
/*copia de seguridad 768px/