@charset="UTF-8"
    /* reglas generales */
html{
    height: 100%;
}

body{
    background-color:#ffffff;
    margin: 0px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: -webkit-fill-aviable;
    justify-content: space-between;
}
header ul{
    display: flex;
}
header a{
    display: flex;
    justify-content: center;
    align-items: center;
}
main{
    flex-grow: 1;
}


h1 {
    text-align: center;   
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #f3920a;
    font-size: 50pt;
    font-style: regular;
    line-height: 10px;
    margin-top: 28px;
    padding-top: 0px;
    }
h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: calc(11pt + 0.7vw);
    color: #f3920a;
    text-align:center;
    margin-top: 10px;
    margin-bottom: 5px;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: calc(11pt + 0.5vw);
    color: #E60B7F;
    text-align:center;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    
}
h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: calc(8pt + 0.5vw);
    color: #000;
    text-align:left;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 3%;
    margin-right: 3%;
}
h5 {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: calc(11pt + 1vw);
    color: #6bb530;
    text-align:center;
        margin-bottom: 1%;

}
.highlight {
        font-weight: 700;
color: #f3920a;
}

.highlight2 {
        font-weight: 700;
color: #6bb530;
}
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: calc(9pt + 2.5vw);
    color: #fff;
    text-align:center;
    margin-top: 0px;
    margin-bottom: calc(1px + 3%);
}

h7 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: calc(6pt + 1vw);
    color: #fff;
    text-align: center;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-left: 10%;
    margin-right: 10%;
   border-bottom: 1px solid #fff;

}
h8 {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: calc(6pt + 1vw);
    color: #fff;
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: 10%;
    margin-right: 10%;
}
h9 {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: calc(10pt + 0.8vw);
    color: #f3920a;
    text-align:center;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 00;
    font-size: calc(10pt + 0.5vw);
    color: #000;
    text-align:left;
    margin-top: 3%;
    margin-bottom: 20px;
    margin-left: 3%;
    margin-right: 3%;
}


/* colores */
.verde{
    background-color: #6bb530;
}   
.rosado{
    background-color: #E60B7F;
}
.amarillo{
    background-color: #f3920a;
}


/* Estilo */
.redondear{
    border-radius: 20px;
    margin-bottom: 0px;
    max-width: 1000px;
    margin: auto;

}
.redondearmenos{
    border-radius: 10px;
    margin-bottom: 20px;
    max-width: 1000px;
    margin: auto;
}
.espacio{
    margin: 2.5%;
}
.espacio2{
    margin: 5%;
}
.centrado{
    text-align: center;
    align-items: center;
    align-content: center;
}
a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: #f49100;
}


/* navbar */
.navbar {
    width: 100%;
    top: 0px;
    text-align: center;
    align-content: center;
}
.navbar ul{
    padding: inherit;
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: calc(40vw + 300px);
    margin: auto;
}
.navbar li {
    display: inline-block;
    width: 100%;
    align-content: center;
    margin-top: 3%;
}  
.navbar a {
    text-decoration: none;
    font-family: 'Advent Pro', sans-serif;
    font-weight: 400;
    font-size: 18pt;
    height: 100%;
    width: inherit;
}
.navbar2 {
    width: 100%;
    top: 0px;
    text-align: center;
    height: auto;
}
.navbar2 ul{
    padding: inherit;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: calc(35vw + 300px);
    margin: auto;
}
.navbar2 li {
    display: inline-block;
    margin-top: 4%;
    margin-bottom: 0px;
    width: 100%;
    align-content: center;    
}
.navbar2 a {
    text-decoration: none;
    color: #ede9e4;
    font-family: 'Advent Pro', sans-serif;
    height: 100%;
    margin-left: 30%;
    margin-right: 30%;
}




/* footer */
.footer{
    padding-bottom: 30px;
    padding-top: 30px;
}
.redes {
    align-content: center;
    margin-top: 3%;
    margin-bottom: 0px;
    margin-left: 20%;
    margin-right: 20%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row-reverse;
    flex-wrap:wrap;
}
.red{
    margin-left: 5%;
    margin-right: 5%;
    width: 10%;
}
.palabras1 {
    align-content: center;
    margin-left: 10px;
    margin-right: 10px;
    display: inline;
    flex-direction:column;
    flex-wrap:wrap;
}
.palabras2 {
    align-content: center;
    margin-left: 10px;
    margin-right: px;
    display: flex;
    flex-direction:column;
    flex-wrap:wrap;
}
.logosize{
   max-width: 60%
}

/* Inicio */
.background{/*
    background-color: #f4a1cc;*/
}
.botones{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.caja{
    width: 100%;
    height: auto;
    max-width: 400px;
}
.expandir{
    width: 100%;
}



/* concurso */
.concurso {
    width: 100%;
    top: 0px;
    text-align: center;
}
.concurso ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 1300px;
    margin: auto;
}
.concurso li {
    display: grid;
    width: 90%;
    padding-top: 5%;
    margin-bottom: 5%;
    padding-bottom: 10px;
    height: auto;
    max-width: 370px;
    margin-left: 1%;
    margin-right: 1%;
}
.backgroundconcurso{
    background-image: url(../imagenes/fondo_juego_1.png);
    background-size: 100% 100%;
    background-position: center;
    padding-top: 5%;
    margin-bottom: 5%;
    padding-bottom: 10px;
}

.concurso a {
    line-height: normal;
    width:100%;
    height:100%;
}

.texto {
    display: grid;
    width: 90%;
   
    margin-bottom: 5%;
    padding-bottom: 10px;
    height: auto;
    max-width: 600px;
    margin-left: 1%;
    margin-right: 1%;
}
.autores {
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-bottom: 2%;
    text-align: center;
    font-family: 'Antic Slab', serif;
    font-weight: 700;
    font-size: calc(11pt + 0.5vw);
    color: #fff;
    text-decoration: none;
}
.autoresslider {
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-bottom: 2%;
    text-align: center;
    font-family: 'Antic Slab', serif;
    font-weight: 700;
    font-size: calc(11pt + 0.5vw);
    color: #f3920a;
    text-decoration: none;
}
.imgtitulo1{
    margin: auto;
    max-width: 500px;
    margin-top: 5%;
}

/* juegos */
.juegos {
    width: 100%;
    top: 0px;
    text-align: center;
}
.juegos ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%
}
.juegos li {
    display: inline-flex;
    width: 90%;
    padding-top: 5%;
    margin-bottom: 5%;
    padding-bottom: 10px;
    height: auto;
    max-width: 400px;
}
.juegos a {
    line-height: normal;
    width:100%;
    height:100%;
}
.imgtitulo2{
    margin: auto;
    max-width: 350px;
    margin-top: 5%;
}


/* nosotros */
.nosotros {
    width: 100%;
    top: 0px;
    text-align: justify;
}
.nosotros ul{
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 9%;
    padding-bottom: 6%;
}
.nosotros li {
    display: inline-flex;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
}
.nosotros a {
    line-height: normal;
    width:100%;
    height:100%;
}
.imgtitulo3{
    margin: auto;
    max-width: 500px;
}


/* Video */
video {
    width: 95%;
    height: auto;
    margin: auto;
}


/* iframe juegos */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 90%;
    height: auto;
    margin: auto;
    margin-bottom: 10%;
    margin-top: 10%;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* NO BORAR */
main section ul{
    padding: inherit;
    margin: 0px;
}
/* FIN NO BORAR */


/* Quizz */
.quizz {
    width: 100%;
    top: 0px;
    text-align: center;
    padding-top: 7%;
    padding-bottom: 5%;
}
.pregunta{
    margin-bottom: 10%;
    max-width: 1000px;
    margin: auto;
}
.quizz ul{
    padding-right: 5%;
    padding-left: 5%;
}
.quizz li {
    display: inline-flex;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 41%;
    align-content: center;
    padding-right: 4%;
    padding-left: 4%;
    text-align: center;
    height: 100%;
}
.quizz a {
    line-height: normal;
    width:100%;
    padding-bottom: 7%;
}
.preguntas{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: calc(10pt + 2vw);
    color: #5139d3;
    text-align:left;
    margin-top: 10px;
    margin-bottom: 25px;
}
.respuestas{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: calc(6pt + 1.5vw);
    color: #8474dd;
    text-align:left;
    margin-top: 10px;
    margin-bottom: 5px;
}


 /*  slide */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;

margin-bottom: 0px;
    margin-top: 7.5%;
}
.imgslide{
    border-radius: 20px;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: relative;
  top: 5px;
  width: auto;
  margin-top: 0px;
  padding: 7px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
/* Caption text */
.text {
  color: #312883;
  font-size: 16px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot:hover {
  background-color: #717171;
}
.botonesslide{
    position: relative;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
    /* fin slide */