
/* Estilos CSS para la barra de navegación */
.navbar {
    background-color: #f8f8f8;
    padding: 10px;
    font-size: larger;
    font-weight: 400;
    margin-left: -20%;
   
}

.navbar-toggler{
   
    margin-left: 20%;
}



.navbar img {
    height: 50px;
    width: auto;
    margin-left: -150%;
}

.navbar li {
    display: inline-block;
    margin-left: 10px;
}

.navbar li a {
    display: block;
    padding: 10px;
    text-decoration: none;
   
}



.navbar li a:hover {
    background-color: #ccc;
}

/* 

.video-containe {
    position: relative;
    max-width: 100%;
    height: auto;
    z-index: -1;
}

.video-containe vide {
    width: 100%;
    z-index: -1;
}
*/

.custom-title {
    color: #000000; /* Color de texto rojo */
    font-size: 28px; /* Tamaño de fuente de 24 píxeles */
    /* Fuente Arial o una fuente sans-serif genérica */
    text-align: center; /* Alineación de texto centrada */
    text-transform: uppercase; /* Transformación de texto a mayúsculas */
    /* Otros estilos personalizados que desees aplicar */
    font-weight: bold;
   
  }
.video-wrapper {
    width: 100%; /* Anchura deseada */
    height: 0;
    padding-bottom: 40%; /* Proporción de aspecto 16:9 */
    position: relative;
  }
  
  .video-wrapper video {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }

  .overlay-button {
    height: auto;
    width: 250px;
    position: absolute;
    top: 85%;
    left: 70%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    background-color: #b98fbc;
    color: #ffffff;
    border: 2px solid #ffffff ;
    border-radius: 20px;
    font-size: 20px;
  }

  .overlay-button:hover {
    height: auto;
    width: 250px;
    position: absolute;
    top: 85%;
    left: 70%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    background-color: #ab58b1;
    color: #ffffff;
    border: 2px solid #ffffff ;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 500;
  }


  .overlay-buttonp {
    height: auto;
    width: 250px;
    position: absolute;
    top: 85%;
    left: 30%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    background-color: #78bacc;
    color: #ffffff;
    border: 2px solid #ffffff ;
    border-radius: 20px;
    font-size: 20px;
  }

  .overlay-buttonp:hover {
    height: auto;
    width: 250px;
    position: absolute;
    top: 85%;
    left: 30%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    background-color: #18a0c6;
    color: #ffffff;
    border: 2px solid #ffffff ;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 500;
  }


.containerbutton{
    position:relative;
    background-color: #58c644;
    margin-top: -10%;
    z-index: 2;
 
    
}

 

/* Estilos CSS artistas */

.image-containera {
    position: relative;
    overflow: hidden;
}

.image-containera img {
    width: 100%;
    height: auto;
    transition: transform 0.3s;
}

.image-containera:hover img {
    transform: scale(1.2);
}

.image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 14px;
    font-family: "MiFuente", Arial, sans-serif; /* Utiliza tu fuente personalizada */
}

.caption {
    display: block;
    white-space: pre-wrap;
  }
/* Estilos CSS para el pie de página */
.footer {
    background-color: #333;
    color: #fff;
    padding: 20px;
    text-align: left;
}





h1{
    text-align: center;
    margin-top: 10%;
}


.hidden-image {
    display: none;
}

.custom-toggle-button {

    display: block;
  padding: 0.5rem 1rem;
  width: 200px;
  margin: 0 auto;
    
    /* Estilos personalizados para el botón de toggle */
    background-color: #989493;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    margin-bottom: 10px;

}

.mi-modal {
    width: 90%;
    height: 90%;
  }

      /* Estilos para Beyond Fashion*/

.subtitle {
font-size: 1.6rem;
font-weight:600;
display: flex;
justify-content: center;
align-items: center;
}

.cirim{
  height: 70%;
  width: auto;
  align-items: center; /* Centra verticalmente */
  justify-content: center;
} 

.imatem{
  margin-bottom: 10%;
} 

.imart{
  height: 62%;
  width: auto;
  display: block;
  margin: 0 auto;
  margin-top:10%;

} 

h6 {
  color: #000000; /* Cambiar el color del texto */
  font-size: 24px; /* Cambiar el tamaño de la fuente */
  font-weight: bold; /* Cambiar el grosor de la fuente */
  text-align: center; /* Cambiar la alineación del texto */
  margin-bottom: 10px; /* Agregar margen inferior */
}

.text1{
  font-size: 20px;
  /* Cambiar el grosor de la fuente */
 
}






@media screen and (max-width:1100px){
   
}

@media screen and (max-width:600px){

    .navbar img {
        height: 50px;
        width: auto;
        margin-left: -10%;
    }

    .navbar {
        background-color: #f8f8f8;
        padding: 10px;
        font-size: larger;
        font-weight: 400;
        margin-left: 5%;
       
    }

    .video-wrapper {
        width: 100%; /* Anchura deseada */
        height: 0;
        padding-bottom: 65%; /* Proporción de aspecto 16:9 */
        position: relative;
      }

      .overlay-button {
        height: auto;
        width: 250px;
        position: absolute;
        top: 85%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 10px 20px;
        background-color: #b98fbc;
        color: #ffffff;
        border: 2px solid #ffffff ;
        border-radius: 20px;
        font-size: 20px;
      }
    
      .overlay-button:hover {
        height: auto;
        width: 250px;
        position: absolute;
        top: 85%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 10px 20px;
        background-color: #ab58b1;
        color: #ffffff;
        border: 2px solid #ffffff ;
        border-radius: 20px;
        font-size: 20px;
        font-weight: 500;
      }
    
    
      .overlay-buttonp {
        height: auto;
        width: 250px;
        position: absolute;
        top: 105%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 10px 20px;
        background-color: #78bacc;
        color: #ffffff;
        border: 2px solid #ffffff ;
        border-radius: 20px;
        font-size: 20px;
      }
    
      .overlay-buttonp:hover {
        height: auto;
        width: 250px;
        position: absolute;
        top: 105%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 10px 20px;
        background-color: #18a0c6;
        color: #ffffff;
        border: 2px solid #ffffff ;
        border-radius: 20px;
        font-size: 20px;
        font-weight: 500;
      }
    
   .cirim{
    height: 70%;
    width: auto;
    align-items: center; /* Centra verticalmente */
  justify-content: center;
  } 

  .imatem{
    margin-bottom: 10%;
  } 
}

@media screen and (max-width:450px){

    .navbar img {
        height: 35px;
        width: auto;
        margin-left: -10%;
    }

    .navbar {
        background-color: #f8f8f8;
        padding: 10px;
        font-size: larger;
        font-weight: 400;
        margin-left: 5%;
       
    }

    .video-wrapper {
        width: 100%; /* Anchura deseada */
        height: 0;
        padding-bottom: 65%; /* Proporción de aspecto 16:9 */
        position: relative;
      }

      .overlay-button {
        height: auto;
        width: 220px;
        position: absolute;
        top: 80%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 10px 20px;
        background-color: #b98fbc;
        color: #ffffff;
        border: 2px solid #ffffff ;
        border-radius: 20px;
        font-size: 12px;
      }
    
      .overlay-button:hover {
        height: auto;
        width: 220px;
        position: absolute;
        top: 80%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 10px 20px;
        background-color: #ab58b1;
        color: #ffffff;
        border: 2px solid #ffffff ;
        border-radius: 20px;
        font-size: 12px;
        font-weight: 500;
      }
    
    
      .overlay-buttonp {
        height: auto;
        width: 220px;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 10px 20px;
        background-color: #78bacc;
        color: #ffffff;
        border: 2px solid #ffffff ;
        border-radius: 20px;
        font-size: 12px;
      }
    
      .overlay-buttonp:hover {
        height: auto;
        width: 220px;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 10px 20px;
        background-color: #18a0c6;
        color: #ffffff;
        border: 2px solid #ffffff ;
        border-radius: 20px;
        font-size: 12px;
        font-weight: 500;
      }
    
      .cirim{
        height: 70%;
        width: auto;
        align-items: center; /* Centra verticalmente */
        justify-content: center;
      } 

      .imatem{
        margin-bottom: 10%;
      } 
   
    
}

@media screen and (max-width:300px){

    .navbar img {
        height: 50px;
        width: auto;
        margin-left: -10%;
    }

    .navbar {
        background-color: #f8f8f8;
        padding: 10px;
        font-size: small;
        font-weight: 400;
        margin-left: 5%;
       
    }

    .video-wrapper {
        width: 100%; /* Anchura deseada */
        height: 0;
        padding-bottom: 65%; /* Proporción de aspecto 16:9 */
        position: relative;
      }

      .overlay-button {
        height: auto;
        width: 250px;
        position: absolute;
        top: 85%;
        left: 70%;
        transform: translate(-50%, -50%);
        padding: 10px 20px;
        background-color: #b98fbc;
        color: #ffffff;
        border: 2px solid #ffffff ;
        border-radius: 20px;
        font-size: 20px;
      }
    
      .overlay-button:hover {
        height: auto;
        width: 250px;
        position: absolute;
        top: 85%;
        left: 70%;
        transform: translate(-50%, -50%);
        padding: 10px 20px;
        background-color: #ab58b1;
        color: #ffffff;
        border: 2px solid #ffffff ;
        border-radius: 20px;
        font-size: 20px;
        font-weight: 500;
      }
    
    
      .overlay-buttonp {
        height: auto;
        width: 250px;
        position: absolute;
        top: 85%;
        left: 30%;
        transform: translate(-50%, -50%);
        padding: 10px 20px;
        background-color: #78bacc;
        color: #ffffff;
        border: 2px solid #ffffff ;
        border-radius: 20px;
        font-size: 20px;
      }
    
      .overlay-buttonp:hover {
        height: auto;
        width: 250px;
        position: absolute;
        top: 85%;
        left: 30%;
        transform: translate(-50%, -50%);
        padding: 10px 20px;
        background-color: #18a0c6;
        color: #ffffff;
        border: 2px solid #ffffff ;
        border-radius: 20px;
        font-size: 20px;
        font-weight: 500;
      }
      .cirim{
        height: 70%;
        width: auto;
        align-items: center; /* Centra verticalmente */
        justify-content: center;
      } 

      .imatem{
        margin-bottom: 10%;
      } 
    
}