
@font-face {
    font-family: 'BebasNeue-Regular' ;
    src: url(/css/BebasNeue-Regular.ttf);
}

body {
    background: radial-gradient(#3B3355, #000505);
}


.titulo,
.titulo2,
.titulo3 {
    font-family:  'BebasNeue-Regular' ;
    background-color: rgba(255, 255, 255, 0);
    text-align: center;
}


.titulo_principal {
    text-align: center;
    font-size: 72px;
    padding: 15px;

    color: #5D5D81;
    font-family: 'BebasNeue-Regular' , cursive;
}

.row{
    margin: 10px;

}
/* afecta al menu inicial */

.nav {

    padding: 3px;
    border-radius: 10px;
    font-family:  'BebasNeue-Regular' , cursive;
}

.nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;

}


.nav-link {
    color: white;
    font-size: 20px;
    align-content: center;
    margin-left: 1px;
    margin-right: 1px;
    transition: ease-out 0.1s;
    border-radius: 10px;

}


.nav-link:hover {
    color: #ffffff;
    background-color: blueviolet;
    border: 2px black;
    border-radius: 10px;
    transition: ease-in 0.2s;
}



/* afecta al menu footer */

.nav-item_r {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;

}

.nav-link_r {

    color: #FEFCFD;
    font-size: 20px;
    align-content: center;
    margin-left: 1px;
    margin-right: 1px;

}

.nav-link_r .bi-facebook:hover {
    color: #186db7;
    border: 2px black;
    border-radius: 10px;
    transition: ease-out 0.2s;
}


.nav-link_r .bi-instagram:hover {
    color: #8a2994;
    border: 2px black;
    border-radius: 10px;
    transition: ease-out 0.2s;
}

footer {
    color: rgb(255, 255, 255);
    padding-top: 2px;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    font-family: 'BebasNeue-Regular', cursive;
    
}


/* */

h5 {
    font-size: 30px;
    color: white;
    text-shadow: 3px 3px 3px black;
}

/* esto es para la configuracion de las tarjetas */

.card-container {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 10px;
}

.card-container1 {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 10px;
}

/* tamaño de la carta */
.card {
    width: 80%;
    height: 70%;
    overflow: hidden;
    margin: 50px;

}

.card1 {
    width: 100%;
    height: 75%;
    border-radius: inherit;
    overflow: hidden;
}

/* modifica la imagen de fondo de la carta */

.img-content {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(-45deg, #1d1d1d 0%, #acacac 100%);
    transition: scale 0.6s, rotate 0.6s, filter 1s;
}

.img-content1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(-45deg, #1d1d1d 0%, #acacac 100%);
    transition: scale 0.6s, rotate 0.6s, filter 1s;
}


/* modifica el contendido de la carta */
.content {
    position: absolute;
    top: 0%;
    left: 8%;
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    color: #e8e8e8;
    padding: 20px;
    line-height: 1.5;
    border-radius: 5px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(50px);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.content1 {
    position: absolute;
    top: 0%;
    left: 3%;
    width: 100%;
    height: 85%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    color: #e8e8e8;
    padding: 20px;
    line-height: 1.5;
    border-radius: 5px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(50px);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.card:hover .content {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.card1:hover .content1 {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}



.card:hover .img-content {
    scale: 2.5;
    rotate: 30deg;
    filter: blur(7px);
}

.card1:hover .img-content {
    scale: 3.5;
    rotate: 30deg;
    filter: blur(7px);
}

.card .content h3 {
    /* Estilo para mostrar el título siempre */
    opacity: 1;
}

.card1 .content h3 {
    /* Estilo para mostrar el título siempre */
    opacity: 1;
}


.card.content {
    opacity: 0;
    pointer-events: none;
    justify-content: center;
    text-align: center;
}

.card1 .content {
    opacity: 0;
    pointer-events: none;

}

/* titutlo de la carta  */

.heading {
    position: absolute;
    width: 50%;
    height: 50%;
    top: 50%;
    left: 40%;
    font-size: 1.5vw; 
    font-weight: bold;
    color: rgb(255, 255, 255);
    border-radius: 5px;
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
    z-index: 1;
}

.heading1 {
    position: absolute;
    font-size: 1.5vw;  
    font-weight: bold;
    color: rgb(255, 255, 255);
    padding: 5px 10px;
    border-radius: 5px;
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
    z-index: 1;
}

.card-button {
    background-color: #5D5D81;
    color: white;
    border: none;
    padding: 8px 16px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    margin-top: 10px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;

}

.card-button1 {
    background-color: #5D5D81;
    color: white;
    border: none;
    padding: 8px 16px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
}


.close {
    color: white;
    font-size: 30px;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}



.custom-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ajusta el ajuste de la imagen */
}


.sub_texto {
    overflow: auto;
    font-size: 0.85vw; 
    justify-self: center;
    justify-content: center;
    text-align: center;
    color: white;
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}

.sub_texto1 {

    font-size: 0.85vw; 
    justify-self: center;
    justify-content: center;
    text-align: center;
    color: white;
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}

#Galerias {
    font-family:  'BebasNeue-Regular' , cursive;
    text-align: center;
    color: #FEFCFD
}

.Galerias_2 {
    font-family:  'BebasNeue-Regular' , cursive;
    text-align: center;
    color: #FEFCFD
}

#perfilf {
    font-family:  'BebasNeue-Regular' , cursive;

    color: #FEFCFD;
    border-radius: 10px;
}

.formulario {
    color: #FEFCFD;

}


.formulario {
    font-family:  'BebasNeue-Regular' , cursive;
    color: #FEFCFD;

}

.form-label {
    font-family:  'BebasNeue-Regular' , cursive;
    color: #FEFCFD;
}

.sobremi {
    font-family:  'BebasNeue-Regular' , cursive;
    color: #FEFCFD;
    font-size: 1vw;

}

.sobremi2 {
    font-family:  'BebasNeue-Regular' , cursive;
    color: #FEFCFD;
    font-size: 1vw;

}

.sobremi_titutlo {
    font-family:  'BebasNeue-Regular' , cursive;
    color: #FEFCFD;

}


#whatsapp-button {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 1000;
}

#whatsapp-button a {
    font-size: 35px;
    /* Ajusta el tamaño del ícono según tus necesidades */
    color: #4CAF50;
    /* Cambia el color del ícono según tus preferencias */
    transition: ease-in 0.2s;
}

#whatsapp-button a:hover {
    font-size: 35px;
    /* Ajusta el tamaño del ícono según tus necesidades */
    color: #ffffff;
    /* Cambia el color del ícono según tus preferencias */
    transition: ease-out 0.22s;
}

#back-to-top-button {
    position: fixed;
    bottom: 50px;
    right: 100px;
    z-index: 1000;

}

#back-to-top-button a {
    font-size: 35px;
    /* Ajusta el tamaño del ícono según tus necesidades */
    color: #fefffe;
    /* Cambia el color del ícono según tus preferencias */
    transition: ease-in 0.2s;

}


#perfilf{
    width: 65%;
}
/* para modal y galeria */


.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;

}

.gallery img {
    width: 200px;
    height: 150px;
    object-fit: cover;
    cursor: pointer;
  
}

.modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    margin: auto;
}

.modal-content {
    width: 100%;
    height: 90%;
    margin-top: 15vh;
    /* Ajusta el margen superior según sea necesario */
    margin-bottom: 5vh;
    /* Ajusta el margen inferior según sea necesario */
    display: block;
}

.close {
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}

#modalImage {
    max-width: 80%;
    /* Establece el ancho máximo de la imagen al 80% del ancho del contenedor */
    max-height: 80vh;
    /* Establece la altura máxima de la imagen al 80% de la altura de la ventana */
    width: auto;
    /* Permite que la imagen se ajuste automáticamente al tamaño máximo */
    height: auto;
    /* Permite que la imagen se ajuste automáticamente al tamaño máximo */
    display: block;
    /* Asegura que la imagen sea un elemento de bloque */
    margin: auto;
    /* Centra la imagen horizontalmente en el contenedor */
    margin-top: 30px;

}


#prev,
#next {
    background-color: transparent;
    border: none;
    font-size: 40px;
    color: white;
    cursor: pointer;
}



#prev {
    position: absolute;
    bottom: 400px;
    left: 100px;
}

#next {
    position: absolute;
    bottom: 400px;
    right: 100px;
}

#prev:hover {
    position: absolute;
    bottom: 400px;
    left: 100px;
    color:#8a2994
}

#next:hover {
    position: absolute;
    bottom: 400px;
    right: 100px;
    color:#8a2994
}

.close:hover {
    color: #8a2994;
    font-size: 30px;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}

/* para el thumbanail */

.thumbnails {
    display: flex;
    justify-content: center;
    align-items: center; /* Alinea las miniaturas verticalmente en el centro */
    margin-top: 10px;
}

.thumbnail {
    width: 50px;
    height: 50px;
    margin-right: 10px; /* Aumenta el margen derecho para un espacio más visible entre miniaturas */
    cursor: pointer;
    border: 2px solid transparent;
}

  
  .thumbnail:hover {
    border: 2px solid #333; /* Cambia el color del borde al pasar el ratón */
  }
  



.titulo_h{
    font-family:  'BebasNeue-Regular' ;
}

.acordeon{
    background-color: #3B3355;
}

.boton_acordeon{
    background-color: #3B3355;
    color: white;
}

