* {
    /*elementos se calculen hasta los bordes*/
    box-sizing: border-box;
}

:root {
    --color-fondo: #F6F3EA;
    --color-texto: #000000;
    --color-1: #EDCE37;
    --color-2: #43B4D8;
    --color-3: #F35342;

    --textos: 'Rubik', sans-serif;
}



body {
    margin: 0;
    background-color: #F6F3EA;
    height: 100vh;
}




header {
    display: block;
    border-bottom: 1px solid #000000;
    background-color: #F6F3EA;
    font-family: var(--textos);
    font-weight: 500;
    font-size: 10pt;
}

header .contenedora {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 2em; 
}



img .logo-webapp {
    display: block;
    margin-left: 20px;
}

header .menu{
    display: flex;
    list-style-type: none;
    justify-content: center;
    align-items: center;
    padding: 0%;
}


header li a {
    color: #000000;
    list-style: none;
    text-decoration: none;
}


.icono {
    max-height: 26px;
    width: auto;
    margin-right: 5px; 
}

.logitos {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1em;
}



main {
    height: 720px;
}

@media (min-width: 725px) {
 
    header .contenedora {
        padding: 10px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0%; 
    }

    header li a {
        margin-right: 40px;
        color: #000000;
        list-style: none;
        text-decoration: none;
    
    }

    header .menu{
        display: flex;
        list-style-type: none;
        justify-content: left;
        align-items: center;
    }

    .icono {
        max-height: 26px;
        width: auto;
        margin-right: 15px;
    }

    header li a {
        margin-right: 40px;
        color: #000000;
        list-style: none;
        text-decoration: none;
   }

    .logitos {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0em;
    }

}



/* -------------- inicio ------------- */

.inicio {
    background-image: url(inicio-mobil.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    align-items: center;
}


h1 {
    color: #000000;
    font-family: var(--textos);
    font-weight: 900;
    font-size: 40px;
}

p {
    color: #000000;
    font-family: var(--textos);
    font-weight: 400;
    margin-bottom: 3em;
}

h2{
    color: #000000;
    font-family: var(--textos);
    font-weight: 1000;
    font-size: 20px;
}

h3 {
    color: #000000;
    font-family: var(--textos);
    font-weight: 900;
    font-size: medium;
    text-align: left;
}

h4 {
    color: #000000;
    font-family: var(--textos);
    font-weight: 400;
    font-size: medium;
    text-align: left;
}

.titulo {
    display: block;
    top: 68%;
    left: 25%;
    right: 25%;
    position: absolute;
    text-align: center;
}

.comofunciona {
    color: #000000;
    border: 2px solid #000000;
    border-radius: 10px;
    margin-top: 10px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    font-family: var(--textos);
    font-weight: 400;
}

.comofunciona:hover {
    background-color: #f6f3eac5;
}

footer {
    border-top: 1px solid #000000;
    background-color: #EDCE37;
    padding-bottom: 1em;
}

footer .menu {
    display: flex;
    list-style-type: none;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}

footer .redeslinks {
    display: flex;
    flex-direction: row;
    justify-content: right;
    margin-right: 2em;
}

footer p {
    display: block;
    font-family: var(--textos);
    font-weight: 400; 
    margin-bottom: 1em;
    margin-left: 2em;
    margin-right: 2em;
    font-size: small;
}

@media (min-width: 420px) {
   
    .inicio {
        background-image: url(foto-fondo.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        align-items: center;
        height: 1080px;
    }
    
    h1 {
        color: #000000;
        font-family: var(--textos);
        font-weight: 900;
        font-size: 40px;
   
    }

    .titulo {
        display: block;
        position: absolute;
        top: 500px;
        left: 25%;
        right: 25%;
        text-align: center; 
    }
}





/* -------------- quienes somos ------------- */



.quienessomos-fondo {
    background-image: url(quienessomos-mobil.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    align-items: center;
    display: block;
    height: 1800px;
}

p.boton-juegos a {
    font-family: var(--textos);
    font-weight: 900;
    color:var(--color-texto);
    padding: 0.3em;
}

.quienessomos_contenido {
    position: absolute;
    display: block;
    top: 50%;
    left: 15%;
    right: 15%; 
}

.info-quienessomos {
    padding-bottom: 6em;
}

.celeste {
    color: var(--color-2);
    padding-bottom: 3em;
    font-family: var(--textos);
    font-weight: 900;
}


.preguntas {
    padding-top: 6em;
    border-top: 3px solid #000000;
    border-top-style: dashed;
    display: block;
}

@media (min-width: 725px) {
   
    .quienessomos-fondo {
        background-image: url(fondo-quienes-somos.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        align-items: center;
        display: block;
        height: 1300px;
    }

    .quienessomos_contenido {
        position: absolute;
        display: block;
        top: 25%;
        left: 15%;
        right: 15%; 
    }
}





/* -------------- juegos ------------- */


.juegos-fondo {
    background-image: url(juegos-mobil.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    align-items: center;
    height: 1450px;
}


.juegos {
    position: absolute;
    display: block;
    top: 50%;
    left: 15%;
    right: 15%; 
}

.foto-naturaleza {
    width: 70%;
    height: 70%;
    padding-bottom: 15px;
    display: block;
}

.conjunto-nat {
    display: flex;
    flex-direction: column ;
    padding-top: 6em;
}


.celeste-2 {
    font-family: var(--textos);
    font-weight: 900;
    font-size: large;
}




/* -------------- galeria ------------- */


/*slides fotos*/
/*
  galeria de imagenes
*/

.galeria {
    padding: 0 1em 2em 1em;
    width: min(75em, 100%); 
}
  
.slider {
    width: 100%;
    height: 40vh;
    position: relative;
    overflow: hidden;
}
  
.slide {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.5s;
}
  
.slide img {
    border-radius: .25em;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
  
.slide figcaption {
    background-color: #43b5d8;
    border-radius: .5em;
    color: white;
    padding: 1em;
    text-transform: uppercase;
    font-weight: 500;
    position: absolute;
    inset: auto 1em 1em 1em;
    font-family: var(--textos);
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: .5em;
}
  
.slide figcaption span {
    display: block;
    font-size: .85em;
    color: #ddd;
    text-transform: none;
    font-family: var(--textos);
}
  
.slide a {
    background-color:var(--color-1);
    color: rgba(247, 247, 231, 0.85);
    padding: .25em 1em;
    border-radius: 2em;
    text-decoration: none;
    justify-self: end;
    margin-block-start: 1em;
}
  
.slide a::after {
    content: " →";
}
  
.slide a:hover {
    background-color: var(--color-1);
    font-weight: 500;
    color: hsl(0 0% 90%);
}
  
@media (min-width: 30em) {

    .slide figcaption {
      font-size: 1.1em;
      inset: 2em 50% 2em 2em;
      gap: 1em;
      padding: 1.5em;
      transition: .5s;
    }

    .slider {
        width: 100%;
        height: 40vh;
        position: relative; top: 6em;
        overflow: hidden;
    }
}
  
@media (min-width: 40em) {

    .slide figcaption {
      font-size: 1.25em;
      inset: auto 50% 2em 2em;
    }

    .juegos {
        position: absolute;
        display: block;
        top: 25%;
        left: 15%;
        right: 15%;  
    }

    .conjunto-nat {
        display: flex;
        flex-direction: row;
        padding: 2em;
    }

    .texto-foto-info {
        display: flex;
        flex-direction: column;
    }

    .foto-naturaleza {
        width: 37%;
        height: 37%;
        padding: 15px;
        display: block;
    }
}
  
  
.btn {
    position: absolute;
    z-index: 10;
    top: 1em;
    width: 2.5em;
    aspect-ratio: 1;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    background-color:  #f3544200;
    color: white;
    font-size: 1.1em;
    opacity: .75;
}
  
.btn:active,
.btn:hover {
    opacity: .9;
    border: solid 1px #EDCE37;
    background-color: #EDCE37;
}
  
.btn-prev {
    left: calc(100% - 6.25em);
}
  
.btn-prox {
    right: 1em;
}

@media (min-width: 725px) {
   
    .juegos-fondo {
        background-image: url(fondo-juegos.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left;
        align-items: center;
        display: block;
        height: 1900px;
    }  
}



/* -------------- calendario ------------- */


.tabla-1 {
    height: 250px;
    width: 325px;
    margin: auto;
    margin-top: 3em;
}

.cuadrados-1 {
    font-family: var(--textos);
    font-weight: 400;
    color: #000000;
    border-bottom:1px solid #000000;
}

.calendarios {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 150%;
    left: 15%;
    right: 15%;
    border-top: 3px dashed #000000;
    padding-top: 9em;
}


.dias-1 {
    color: #F6F3EA;
    font-family: var(--textos);
    font-weight: 500;
}


td {
    border: 1px solid #000000;
    width: 6em;
    text-align: center;
}


.inscribite-1  a {
    text-decoration: none;
    color:var(--color-fondo);
    background-color:var(--color-2);
    padding: 0.2em;
    margin: 0.5em;
}


.boton_inscribite-1 {
    background-color:var(--color-2);
}

.boton_inscribite-1 a{
    text-decoration: none;
    font-family: var(--textos);
    color:var(--color-texto);
    font-weight: 600;
}

.calendario {
    display: none;
}

.titulo-calendario h2 {
    font-family: var(--textos);
    font-weight: 900;
}

.dias, .dias-1 {
    background-color: #000000;
}

@media (min-width: 725px) {

    .tabla {
        height: 500px;
        width: 900px;
        margin: auto;
        margin-top: 3em;
    }
    
    .cuadrados {
        font-family: var(--textos);
        font-weight: 400;
        color: #000000;
        border-bottom:1px solid #000000;
        background-color: #F6F3EA;
    }
    
    .dias {
        color: #F6F3EA;
        font-family: var(--textos);
        font-weight: 500;
    }
    
    td {
        border: 1px solid #000000;
        width: 6em;
        text-align: center;
    }
    
    .inscribite  a {
        text-decoration: none;
        color:var(--color-fondo);
        background-color:var(--color-2);
        padding: 0.2em;
        margin: 0.5em;
    }
    
    .boton_inscribite{
        background-color:var(--color-2);
    }
    
    .boton_inscribite a{
        text-decoration: none;
        font-family: var(--textos);
        color:var(--color-texto);
        font-weight: 600;
    }

    .calendario {
        display: block;
    }

    .calendario-1 {
        display: none;
    }
}





/* -------------- info juegos ------------- */

.info_juegos {
    position: absolute;
    display: block;
    top: 35%;
    left: 15%;
    right: 15%;
}

.info-juego-fondo {
   background-image: url(infojuegos-mobil.jpg);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   align-items: center;
   height: 1350px;
}

.detalles-juegos li{
    font-family: var(--textos);
    font-weight: 500;
    list-style: none;
}

.listado-juegos {
    padding-bottom: 3em;
    padding-left: 0%;
}

input[type=text], select, textarea {
    width: 100%; 
    padding: 12px; 
    border: 1px solid var(--color-2); 
    background-color: var(--color-fondo);
    border-radius: 20px; 
    border-width: 2px;
    box-sizing: border-box; 
    margin-top: 6px; 
    margin-bottom: 16px; 
    resize: vertical; 
    font-family: var(--textos) ;
}
  
.label {
    font-family: var(--textos);
}
  
  /* Botón inscribirse */
input[type=submit] {
    background-color: var(--color-2);
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: var(--textos);
}
    
  
  /* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: var(--color-1);
    font-family: var(--textos);
    font-weight: 500;
}
  
  /* Add a background color and some padding around the form */
.container {
    border-radius: 5px;
    padding: 20px;
}

.enviar {
    padding: 5px;
    background-color: #F6F3EA;
    color: #000000;
    border: 2px solid #43B4D8;
    border-radius: 10px;
    text-decoration: none;
    font-family: var(--textos);
    font-weight: 400;
}

.enviar:hover{
    background-color: #43B4D8;

}

.boton_inscribir {
    padding-left: 20px;
    padding-top: 3em;
    border-top: 3px dashed #000000;
}


@media (min-width: 725px) {
   
    .info-juego-fondo {
        background-image: url(fondo-infojuegos.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        align-items: center;
        display: block;
        height: 1150px;
    }

    .info_juegos {
        position: absolute;
        display: block;
        top: 25%;
        left: 15%;
        right: 15%;
    }
}





/* -------------- donde ------------- */



.donde-fondo {
    background-image: url(./donde-mobil.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    align-items: center;
    height: 1200px;
}

.mapa {
    display: flex;
    flex-direction: column;
    padding-top: 2em;
}

.foto-mapa {
    padding-bottom: 2em ;
}
    
    
.donde_contenido {
    position: absolute;
    top: 50%;
    left: 15%;
    right: 15%;      
}
    
.zonas-lista {
    font-family: var(--textos);
    font-weight: 400;
    font-size: small;
}
    
.link-zona {
    text-decoration: none;
    color: #000000;
    font-weight: 500;
}
    
   /* .mapa-y-zonas {
        
    }*/
    
@media (min-width: 725px) {

    .donde-fondo {
        background-image: url(./fondo-donde.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        align-items: center;
        display: block;
        height: 1080px;
            
    }

    .mapa {
        display: flex;
        flex-direction: row;
        height: 650px;
        padding-top: 5em;
    }
        
    .foto-mapa {
       padding-bottom: 2em;
       padding-right: 2em;
    }

    .zonas-lista {
        font-family: var(--textos);
        font-weight: 400;
        font-size: small;
        padding-top: 5em;
    }

    .donde_contenido {
        position: absolute;
        top: 25%;
        left: 15%;
        right: 15%;       
    } 
}

    
    

/* -------------- contacto ------------- */


.contacto-fondo {
    background-image: url(contacto-mobil.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    align-items: center;
    height: 650px;
}

  
.contacto {
      text-align: left;
      top: 50%;
      left: 50%;
      text-align: center;
}

.contacto p {
    margin: 10px;
}

.contacto h2 {
    text-align: center;
        
}

.info-contacto {
    position: absolute;
    display: block;
    top: 50%;
    left: 15%;
    right: 15%;
}
    
@media (min-width: 725px) {
  
    .contacto-fondo{
        background-image: url(fondo-contacto.svg);
        background-repeat: no-repeat;
        background-size: cover;
        align-items: center;
        background-position: center;
        display: block;
        height: 650px;
    }

    .info-contacto {
        position: absolute;
        display: block;
        top: 25%;
        left: 15%;
        right: 15%;
      
    }
}
  



/* -------------- inscripción ------------- */


.inscripcion{
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.inscribite {
    height: 550px;
}
 
.color {
    color: #43B4D8;
}


.qr{
    width: 200px;
    height: 200px;
    display: block;
    position: absolute;
    top: 90%;
    left: 25%;
}
 
@media (min-width:640px) {

    .inscribite {
        height: 660px;
    }

    .inscripcion{
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
       
    }

    .qr{
        width: 200px;
        height: 200px;
        display: block;
        position: absolute;
        top: 60%;
        left: 43.5%;
    }
}


 
 
/* -------------- juego2 ------------- */
 
.recordame {
    padding: 20px;
    position: absolute;
    top: 80%;
    left: 10%;
    text-align: center;
}
 
.recordar {
    padding: 5px;
    background-color: #F6F3EA;
    color: #000000;
    border: 2px solid var(--color-2);
    border-radius: 10px;
    text-decoration: none;
    font-family: var(--textos);
    font-weight: 400;
    display: inline-block;
 
}
 
.recordar:hover{
    background-color: #43B4D8;
 
}
 
@media (min-width: 725px) {
 
    .recordame {
        padding: 3em;
        top: 55%;
        transform: translate(-50%, -50%);
        left: 50%;
    }
   
    .recordar a {
        text-decoration: none;
        color:var(--color-fondo);
        background-color:var(--color-2);
        padding: 0.2em;
      }
}





/* -------------- recordame ------------- */

.bajada_r{
    position: initial;
    top: 40%;
    left: 50%;
    text-align: center;
    padding-top: 1em;
}

.bajada_notificacion {

    display: block;
    font-size: 1em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.juego-en-proceso {
    height: 600px;
}

.notificacion {
    height: 680px;
}

@media (min-width: 725px) {
 
    .bajada_r{
     
        padding-top: 0;
        padding-bottom: 1em;
    } 
}




/* -------------- como funciona ------------- */

.comofunciona-main {
    height: 1080px;
}

.comofunciona-contenido {
    position: absolute;
    display: block;
    top: 50%;
    left: 15%;
    right: 15%;
}

.enviar1 {
    padding: 5px;
    background-color: #F6F3EA;
    color: #000000;
    border: 2px solid #43B4D8;
    border-radius: 10px;
    text-decoration: none;
    font-family: var(--textos);
    font-weight: 400;
    margin-left: 15px;
}

.enviar1:hover {
    background-color: #43B4D8;
}

.pasos p {
    margin-bottom: 15px;
    margin-top: 30px;

}

@media (min-width: 640px) {

    .comofunciona-main {
        height: 980px;
    }

    .comofunciona-contenido {
        position: absolute;
        display: block;
        top: 25%;
        left: 15%;
        right: 15%;
    }
}
