@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poetsen+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poetsen+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url(spots_root.css);
@import url(spots_animations.css);

* {
    margin: 0;
    padding: 0px;

}
.page-index{
    width: 100vw;
}
footer {
    padding: 1rem;
    height: 5rem;
    color: var(--customWhite);
    background-color: var(--customBlack);
    font-family: var(--familiTexRedu);}

/*Quitar estilo de NAV ul*/
nav ul {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    list-style: none;}

/*Enlaces sin decoracion + hover*/
a {
    color: white;
    font-size: 1.5rem;
    text-decoration: none;}
a:hover {
    color: var(--customRed);}

/*NAV SIN SCROLL*/
.botonesIdioma {
    margin: 5px;}
.headerPrlx {
    background-image: url('../assets/img/templates/banner.jpg');
    background-size: cover;
    width: 100vw;
    height: 15rem;
    display: grid;
    grid-template-columns: 1fr 1fr 3fr 1fr 1fr;
    grid-template-rows: 1fr 4fr 1fr;
    position: sticky;
    background-size: cover;
    background-position: center;
    z-index: 10;}
.headerPrlx .menu {
    grid-area: 3/1/4/6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--familyTitulo);
    background-color: var(--customMediumGray2);}
.headerPrlx #logo {
    grid-area: 2/3/3/5;
    display: flex;
    justify-content: center;
    align-items: center;}
.headerPrlx #logo img{
    width: 18vw;}
.headerPrlx #botonIdioma {
    grid-area: 1/4/2/6;}
.headerPrlx .botonesIdioma {
    color: var(--customWhite);
    background-color: var(--customRed);
    border: 1px solid var(--customWhite);
    font-family: var(--familyTexGen);
    width: 5vw;
    height: 3vh;
    border-radius: 10px;}
.headerPrlx .botonesIdioma:hover,
.fixed .botonesIdioma:hover {
    background-color: #E8E8E8;
    color: rgb(255, 0, 0);}

/*NAV CON SCROLL*/
header.fixed {
    background-image: url(../assets/img/templates/fondo4.jpg);
    position: fixed;
    width: 100vw;
    height: 3rem;
    display: grid;
    grid-template-columns: 2fr 3fr 2fr;
    grid-template-rows: 1fr;
    z-index: 3;}
header.fixed .menu {
    grid-area: 1/2/2/3;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--familyTitulo);}
header.fixed #logo {
    grid-area: 1/1/2/2;}
header.fixed #logo img{
    width: 4.4rem;
    padding: 0.5rem;}
header.fixed #botonIdioma {
    grid-area: 1/3/2/4;
    margin-top: 8px;
    display: flex;
    justify-content: center;}
header.fixed .botonesIdioma {
    color: var(--customWhite);
    background-color: var(--customRed);
    border: 1px solid var(--customWhite);
    font-family: var(--familyTexGen);
    width: 40px;
    height: 25px;
    border-radius: 8px}

/*NO TOCAR PARALAX-*/
.prlx {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/*REPARTO BODY INDEX*/

#info {
    background-image: url('../assets/img/templates/fondo3.jpg');
    height: 30rem;
    width: 100vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-family: var(--familyTexGen);
    color: var(--customBlack);
    gap: 20px;}
#mapa {
    background-color: var(--customMediumGray2);
    height: 50rem;
    width: 100vw;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;}
#mapeo {
    overflow-x: auto;}
#botonesMapa {
    display: flex;
    flex-direction: column;
    gap: 15px;}
.btnSelect {
    padding: 10px;
    border-radius: 10px;
    background-color: var(--customGreen);
    color: var(--customMediumGray);
    border: 1px solid var(--customGrayMedium);
    font-family: var(--familyTexGen);}
#presentacion {
    background-color: var(--customMediumGray2);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 15rem;
    width: 100vw;
    box-sizing: border-box;}
#presentacion div{
    color: var(--customWhite);
    border-radius: 20px 20px 0px 0px;
    padding: 30px;
    background-color:rgba(0, 0, 0, 0.349);}
#presentacion div h3{
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1rem;}
#presentacion div p:nth-child(4){
    margin-top: 1rem;
    text-align: center;} 

/*CARRUSEL JUEGOS*/
#carrJuego{
    height: 30vh;
 display: flex;
align-items: center;
justify-content: center;}
.juegos-items{
    display: flex;
    overflow-x: hidden;
    gap: 20px;}
.juegos-item{
    min-width: 300px;
    max-width: 300px;
    height: 250px;
}
.juegos-item img{

    width: 100%;
    height: 100%;
    object-fit: cover;
    }
.juegos-item:hover{
    transform: scale(1.2);}


/*BTN ENLACES NAV*/
.sitios {
    background: var(--customRed);
    color: var(--customWhite);
    font-family: var(--familyTitulo);
    border: none;
    position: relative;
    height: 50px;
    font-size: 0.8em;
    padding: 0 1.5em;
    cursor: pointer;
    transition: 800ms ease all;
    outline: none;}
.sitios:hover {
    background: #ffffff8a;
    color: var(--customRed);}
.sitios:before,
.sitios:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    width: 0;
    background: var(--customRed);
    transition: 400ms ease all;}
.sitios:after {
    right: inherit;
    top: inherit;
    left: 0;
    bottom: 0;}
.sitios:hover:before,
.sitios:hover:after {
    width: 100%;
    transition: 800ms ease all;}

/*pagina index*/
/*Parrafo con movimiento*/
.parMovi h1>span {
    position: relative;
    display: inline-block;
    color: var(--customRed);
    vertical-align: bottom;
    overflow: hidden;
    height: 1.25em;}
.parMovi h1>span>span {
    display: block;
    animation: anim 5s infinite ease;}





/*place estilos*/

/*SEGUNDO MENU PROPIO DE CADA UNO*/
.menuPropio {
    position: fixed;
    top: 3rem;
    width: 100%;
    background-color: var(--customBlack);
    text-align: center;
    padding: 0.5rem;}
.menuPropio ul li a {
    font-family: var(--familyTitulo);
    font-size: 1.5em;}
.secciones {
    padding-top: calc(4.5em);}
.secciones section {
    min-height: 80vh;
    height: auto;}
.secciones section.panel {
    display: none;
    padding: 1em;}
.secciones section.panel:target {
    display: block;
    place-items: center;}
.secciones section>h2 {
    font-family: var(--familyTitulo);
    text-align: center;}
.secciones section p {
    font-family: var(--familyTexRedu);}


/*DIV DE INTRO*/
.introContenido{
    background-color: var(--customMediumGray);
    width: 90vw;
    padding: 1rem;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 20px;}
.introContenido h2{
    font-family: var(--familyTitulo);
    text-align: center;}

/*Div de contenido*/
.contenido {
    background-color: var(--customMediumGray);
    width: 90vw;
    padding: 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 20px;}
.contenido:nth-child(even) {
    flex-direction: row-reverse;}
.contenido img {
    width: 30vw;
    max-width: 400px;
    height: auto;
    object-fit: cover;
    border-radius: 1rem;}
.contenido p,
.contenido .listaLugar {
    width: 70%;
    line-height: clamp(1.4rem, 1vw + 1rem, 2.4rem);}

/*Div de galeria PEQUEÑA*/
.galeria-wrapper {
    position: relative;
    width: 90vw;
    overflow: hidden;
    border-radius: 1rem;
    background: var(--customMediumGray);
    padding: 1rem;}
.listaImg {
    display: flex;
    transition: transform 0.5s ease;
    scroll-behavior: smooth;
    cursor: pointer;
    gap: 1%;}
.listaImg .card {
    min-width: 33%;
    object-fit: cover;
    border-radius: 15px;
    user-select: none;}
.listaImg .card{
    filter: brightness(0.7);}
.listaImg .card:hover{
      filter: brightness(1);}
.galeria-wrapper button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--customGreen);
    color: #fff;
    border: none;
    padding: calc(0.8rem) ;
    cursor: pointer;
    font-size: calc(0.8rem);
    border-radius: 5px;
    z-index: 1;}
.galeria-wrapper button:hover {
    background: var(--customGreen-ligth);}
.galeria-wrapper .prev {
    left: 8px;}
.galeria-wrapper .next {
    right: 8px;}

/*CARRUSEL CON PARRAFO*/
.carousel {
    background-color: var(--customMediumGray);
    position: relative;
    min-width: 80vw;
    overflow: hidden;
    border-radius: 10px;
    padding: 0.5rem;}
.slides {
    min-width: 35%;
    gap: 2%;
    display: flex;
    transition: transform 0.5s ease;}
.slide {
    font-family: var(--familyTexRedu);
    text-align: center;
    min-width: 49%;
    position: relative;
    overflow: hidden;}
.slide img {
    width: 100%;
    height: 100%;
    object-fit:cover;
    display: block;
    transition: transform 0.4s ease;
    border-radius:10px;}
.caption {
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    width: 100%;
    background: rgba(0, 0, 0, 0.596);
    color: #fff;
    padding: 15px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    border-radius: 0 0 10px 10px;}
.slide:hover .caption {
    transform: translateY(0);}
.slide:hover img {
    transform: scale(1);}
#prev,
#next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--customGreen);
    color: var(--customMediumGray2);
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 1.2rem;
    border-radius: 5px;}
#prev {
    left: 10px;}
#next {
    right: 10px;}

 /*CARRUSEL CON SCALE*/
.carruselHover {
  display: flex;
  width: 80vw;
  height: 50vh;
  margin: 1rem;}
.carruselHover img {
  flex: 0.3; 
  width: 10px;
  object-fit: cover;
  height: 100%;
  transition: flex 0.5s ease, transform 0.5s ease;
  cursor: pointer;}
.carruselHover:hover img {
  flex: 0.1; 
  filter: brightness(0.3);}
.carruselHover img:hover {
  flex: 4; 
  transform: scale(1);
  filter: brightness(1);}

/*Tabla*/

table{
    background-color: var(--customGreen);
}

/*Espacio para el juego indidual de cada uno*/
.game {
    height: 15vh;
    background-color: #6b5d5d;}






