*{
  margin: 0;
  padding: 0;
  font-family: 'Anaheim', sans-serif;
  font-size: 1.1em;
   cursor: url(img/cursor.png), auto;
}



/* COLORES */
/*

Rosadito:#F23D91
Violetita:#7D07F2
Azulcito:#5207F2
Verdecito:#23D9B7
Amarillito:#D7F205

*/
/* Fin colores */

/* MENU */

/* Definimos estilos de texto */
.nomaintitulo {
  display: flex;
  justify-content: center;
  background-color: #F23D91;
  border-bottom: 0.2em solid;
  border-color: #7D07F2;
  padding: 0.5em 0.5em 1em 0.5em;
  color: white;
  font-family: 'Milonga', cursive;
  font-size: 1.5em;
}


.maintitulo {
  font-family: 'Milonga', cursive;
  font-size: 2.2em;
  max-width: 7em;
  text-align: center;
  color: white;
}

.mainsubtitulo {
  margin-top: 0.2em;
  font-size: 2.2em;
  background-color: #D7F205;
  max-width: 7em;
  text-align: center;
  font-family: 'Milonga', cursive;
}


.boton {
  margin-top: 1em;
  font-size: 1em;
  color: white;
  background-color: #F23D91;
  max-width: 5em;
  text-align: center;
  border-radius: 5em;
}


p:not(.notboton){
  font-family: 'Anaheim', sans-serif;
}

.boton p{
max-width: 1em;
}

.infolink {
  text-decoration: none;
  color:white;
}

blockquote {
  font-family: 'Teko', sans-serif;
}
/* FIN */

/* SPAM */
#spam {
  height: 1.5em;
  background-color: white;
  font-size: 0.9em;
  font-weight: bolder;
  text-align: center;
  padding: 0.5em;
  border-bottom: 0.3em solid;
  border-color: #F23D91;
  transition:letter-spacing 1s;
}

#spam p a{
  font-family: 'Milonga', cursive;
    padding: 0.1em;
    text-decoration: none;
    color: #F23D91;
}

#spam:hover{
  letter-spacing: 0.5em;
  background-color: black;
}

  #spam article{
    display: flex;
    justify-content: center;
  }

  #spam article figure{
    padding: 0.1em;
    margin: 0 0.5em 0 0.5em;
  }


/* FONDO PAG PRINCIPAL */
.fondo {
  background-color: #7D07F2;
  padding: 3em 3em 3em 6em;
}

.navprincipal {
  padding: 0.5em 0 0.5em 0;
  background-image: url(img/patronopacity.svg);
  background-size: cover;
  border-bottom: 0.3em solid;
  border-color: #F23D91;
}

.navprincipal ul{
  display: flex;
  list-style-type: none;
  justify-content: space-around;
  align-items: center;
}

.navprincipal ul li {
  text-transform: uppercase;
  transition: transform 1s ;
}

.navprincipal ul li figure {
  display: flex;
  justify-content: center;
}

.navprincipal ul li a {
  text-decoration: none;
  color: black;
  padding: 0 0.5em 0 0.5em;
}

.navprincipal ul li a:not(.not):hover {
  text-decoration: none;
  color: #F23D91;
  border-bottom: 0.1em solid;
  border-radius: 1em;
  background-image: url(img/patronopacity.svg);
  background-size: cover;
}

.navprincipal ul li:not(.activo):hover {
  transform: translate(0.1em, 0.1em);
}


.activo {

  background-color: #F23D91;
  border: 0.1em solid;
  border-radius: 2em;
  border-color: #F23D91;
  padding: 0.1em 0.2em 0.1em 0.2em;
}

.activo a {
  color: white;
  text-decoration: none;
}

.navprincipal ul li figure img{
  width: 3em;
  height: 3em;
}

.responsivenav {
  display: none;
}

.contacto2 {
  display: none;
}

.fondo2 {
  display: none;
}


/* MEDIAQUERY MENU */

@media only screen and (max-width: 1000px) {

  .miembros {
    font-size: 0.7em;
  }

  .contacto {
    display: none;
  }

  #contacto {
    display: none;
  }

  .contacto2 {
    display: block;
  }

  .navprincipal {
    display: none;
  }

  .none {
    display: none;
  }

  .imagen {
    display: none;
  }

  .fondo {
    display: none;
  }

  .fondo2 {
    display: block;
  }

  .fondo2 {
    background-color: #7D07F2;
  }

  .fondo2{
    padding: 1em;
  }

  .responsivenav {
      display: flex;
      flex-wrap: wrap;
      background-image: url(img/patronopacity.svg);
      background-size: cover;
      border-bottom: 0.3em solid;
      border-color: #F23D91;
  }
  .responsivenav ul{
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0.5em;
  }


  .responsivenav ul li {
    text-transform: uppercase;
    transition: transform 1s ;
    font-size: 0.8em;
    display: flex;
    justify-content: space-around;
  }

  .responsivenav ul li figure {
    display: flex;
    justify-content: center;
  }
  .responsivenav ul li figure img{
    width: 3em;
    height: 3em;
  }

  .responsivenav ul li a {
    text-decoration: none;
  }


  .sinlogo li a {

    border: 0.1em solid;
    border-color: #F23D91;
    border-radius: 3em;
    padding: 0 0.5em 0 0.5em;
    margin: 0em 0.3em 1em 0 ;
  }


.activoresponsive a{
  color: white;
  background-color: #F23D91;
}

}

/* PORTADA */

.portada{
  display: flex;
  justify-content: space-between;
}

.putotexto{
  font-family: 'Anaheim', sans-serif;
  margin-top: 1em;
  color: white;
}


.portada article p{
  max-width: 25em;
}

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


/* .texto div,h1,h2{
text-transform: uppercase;
}

*/

.texto p, .texto h1, .texto h2, .texto div{
  line-height: 1.5em;
}

.imagen{
  text-align: center;
}

.imagen figure {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.imagen figure img{
  width: 70%;
  border: 0.1em solid;
  border-color: white;
}

.imagen figure blockquote{
  width: 70%;
  text-align: right;
  background-color: white;
  border: 0.1em solid;
  border-color: white;
  text-transform: uppercase;
}

.frase{
  display: flex;
  flex-direction: column;
  background-color: #F23D91;
  color: white;
  align-items: center;
  justify-content: space-around;
  padding: 1em;
  text-align: center;
}

.frase p{
  display: flex;
  max-width: 90%;
  color: white;
}

.frase figure {
  display: flex;
  justify-content: center;
}

.frase figure img {
  width: 20%;
  padding: 1em;
}

/* FIN DE MENU */


/* POST */

.block{
  display: block;
}

.patronpost {
  background-image: url(img/patronopacity.svg);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;

}


.patronpost h3 {
  height: 1.5em;
  width: 100%;
  color: #7D07F2;
  text-align: center;
  font-size: 2em;
  font-family: 'Milonga', cursive;
  background-color: white;
  text-align: center;
  border-bottom: 0.1em solid;
  padding-top: 1em;
}

.centrado {
  width: 80%;
  margin: 0 auto;
  padding: 2em;
}

.posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.posts article{
  display: flex;
  min-width: 10em ;
  height: 21em;
  width: 18em;
  margin: 3em;
  border: 0.1em solid;
  border-color: #7D07F2;
  border-radius: 1em;
  background-size: 18em 18em;
  background-repeat: no-repeat;
  background-color: white;
  background-position: top;
  text-align: center;
  align-items: flex-end;
}

.guias {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.guias article{
  display: flex;
  height: 13em;
  width: 13em;
  margin-top: 1em;
  padding: 0 0 1em 0;
  border: 0.1em solid;
  border-color: #7D07F2;
  border-radius: 1em;
  background-size: 13em 13em;
  background-repeat: no-repeat;
  background-color: white;
  background-position: top;
  text-align: center;
  align-items: flex-end;
  justify-content: center;
}


.guias article div{
  width: 13em;
  background-color: white;
}

.guias article p{
  color: #7D07F2;
  font-size: 0.9em;
  line-height: 1.2em;
  padding: 0.3em;
  margin-top: 0.6em;
}

.guias article p a {
  color: #F23D91;
  text-decoration: none;
  text-transform: uppercase;
}

.ezeguia {
  width: 100%;
}


.ezeguia img {
  width: 100%;
}

.ezeguia2 img {
  margin-top: 2em;
}


.guiazhau  {
  font-size: 0.9em;
  margin-top: 1em;
  padding: 2em;
}

.guiazhau {
width: 60%;
}

.guiazhau  img{
width: 90%;
}

.guialbi figure img{
  width: 80%;
}

.guialbi2 figure img{
  width: 60%;
}

.guialbi3 {
  width: 10em;
}

.guialbi3 img{
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}

.guialbi4 {
  width: 100%;
}

.guialbi4 img{
  width: 70%;
  margin-top: 1em;
  margin-bottom: 1em;
}


Iframe {
  margin-top: 1em;
  padding: 0.5em;
  background-color: pink;
}

/* COPY PASTE DE ESTILOS GUIAS PARA EVENTOS  */

.eventos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.eventos article{
  display: flex;
  height: 20em;
  width: 20em;
  margin-top: 1em;
  padding: 0 0 1em 0;
  border: 0.1em solid;
  border-color: #7D07F2;
  border-radius: 1em;
  background-repeat: no-repeat;
  background-color: white;
  background-position: top;
  text-align: center;
  align-items: flex-end;
  justify-content: center;
}


.eventos article div{
  background-color: white;
}

.eventos article p{
  color: #7D07F2;
  font-size: 0.7em;
  line-height: 1.2em;
  padding: 0.3em;
}

.eventos article p a {
  color: #F23D91;
  text-decoration: none;
  text-transform: uppercase;
}

/* FIN DE COPYPASTE */

/* CSS EVENTO */


.desplegablevento section h1{
  text-transform: uppercase;
  transition: 1s;
}

.desplegablevento section h1:hover {
  letter-spacing: 1em;
}

.desplegablevento {
  display: flex;
  justify-content: center;
  min-width: 63%;
}

.eventoactivo article button p{
  font-size: 1.5em;
  text-transform: uppercase;
}

.desplegablevento section{
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 60%
}

.desplegablevento section article{
  margin: 0.5em 0 0.5em 0;
}

.desplegablevento section h1{
  text-align: center;
}

.eventoinfo {
  margin: 2em;
}

.eventoinfo ul{
  margin-top: 1em;
}

.fotoseventos {
  display: flex;
  justify-content: center;
}
.fotoseventos figure {
  padding: 1em;
}

.fotoseventos figure img{
  border-radius: 2em;
}



/* ESTILOS PARA POSTS */
.post1{
  background-image: url(img/bgportada.png);
}
.post2{
  background-image: url(img/build.png);
}
.post3{
  background-image: url(img/pneuma.png);
}
.post4{
  background-image: url(img/lectura.png);
}
.post5{
  background-image: url(img/speeds.png);
}

.post6{
  background-image: url(img/ariexor2.png);
}

.post7{
  background-image: url(img/portadamobendless.png);
}

.postconcurso1{
  background-image: url(img/portadanavegacion.png);
}
.postconcurso2{
  background-image: url(img/portadanid.png);
}

.postconcurso3{
  background-image: url(img/portadamobendless.png);
}

.postconcurso4{
  background-image: url(img/sniperymobmorroc.png);
}

.postconcurso5{
  background-image: url(img/bgportada.png);
}

.postconcurso6{
  background-image: url(img/portadathor.png);
}

.postconcurso7{
  background-image: url(img/portadamapasbg.png);
}


.postconcurso8{
  background-image: url(img/ariexor2.png);
}

/* POSTS DE EVENTOS  */

.post8{
  background-image: url(img/carreranovatos.png);
}

.post9{
  background-image: url(img/equipoarcoiris.png);
}


.post10{
  background-image: url(img/carrerakoni.png);
}


.post11{
  background-image: url(img/eventohalloween.png);
}

.post12{
  background-image: url(img/perdedoras.png);
}

.post13{
  background-image: url(img/bgportada.png);
}

.post14{
  background-image: url(img/juegoskonieventos.png);
}



/* FIN DE ESTILOS PARA POSTS */

footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1.5em;
  background-color: #F23D91;
  color: #D7F205;
}

footer p:nth-child(2){
  text-align: center;
}

footer p:nth-child(1){
  margin-right: 5em;
}


.redes {
  display: flex;
  flex-direction: row;
  text-align: right;
}

footer figure img{
  width: 30%;
}














/* CSS PARA EL HTML DE LUGARES PIXELES
*/

.descripcion {
  display: flex;
  justify-content: center;
  background-color: #F23D91;
  color: white;
  padding: 1em;
}

.geffen {
  max-width: 80%;
  margin: 0 auto;

}

.cityimg {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 2em;
  max-width: 80%;
  margin: 0 auto;
}

.cityimg article{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2em;
    height: 15em;
    width: 15em;
    background-size: 15em 15em;
    background-repeat: no-repeat;
    background-position: top;
    align-items: flex-end;

    -webkit-box-shadow: 11px 11px 4px -5px rgba(0,0,0,0.65);
-moz-box-shadow: 11px 11px 4px -5px rgba(0,0,0,0.65);
box-shadow: 11px 11px 4px -5px rgba(0,0,0,0.65);
}

.cityimg article p {
  display: none;
}

.cityimg1 {
  background-image: url(img/fotocinco.png);
}





/* MIEMBROS CSS */


/* PRUEBA */

#myImg:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0)
  }
  to {
    -webkit-transform: scale(1)
  }
}

@keyframes zoom {
  from {
    transform: scale(0.1)
  }
  to {
    transform: scale(1)
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}


/* FIN PRUEBA */



.miembros {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2em 0 2em 0;
}

.miembros article{
  margin: 1em 3em 2em 3em;
  display: flex;
  flex-direction: row;
  width: 18em;
  height: 5em;
  padding: 1em 0 2em 0;
  background-color: white;
  border: 0.1em ;
  border-radius: 10em;
  -webkit-box-shadow: 10px 11px 6px -5px rgba(0,0,0,0.64);
  -moz-box-shadow: 10px 11px 6px -5px rgba(0,0,0,0.64);
  box-shadow: 10px 11px 6px -5px rgba(0,0,0,0.64);
}

.miembros article:hover{
  background-color: rgba(242, 61, 145, 0.5);
}



.miembros article  img {
  margin-right: 2em;
  width: 6em;
  height: 6em;
  border: 0.2em solid;
  border-radius: 10em;
  border-color: #F23D91;
}

.miembros article img {
  transition:transform 1s;

}

.miembros article img:hover {
  transform: scale(1.05) rotate(360deg);
  filter: sepia(50%);
}


.informacionmiembro {
  display: flex;
  flex-direction: column;
}


.informacionmiembro p{
    margin: 0.2em 0 0.2em 0;
}

.otrosmiembros {
  display: flex;
  justify-content: center;
  width: 80%;
  margin-top: 2em;
}

/* INFO */


.info{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3em 0 3em 0;
}

.infocontenido{
  padding: 1em;
  width: 60%;
  background-color: white;
  border: 0.1em;
  border-radius: 1em;
  -webkit-box-shadow: 10px 11px 6px -5px rgba(0,0,0,0.64);
  -moz-box-shadow: 10px 11px 6px -5px rgba(0,0,0,0.64);
  box-shadow: 10px 11px 6px -5px rgba(0,0,0,0.64);
}

.infocontenido p{
  margin: 1.5em 0 1.5em 0;
}

.infocontenido h1 {
  font-size: 0.8em;
}

.infocontenido h2 {
  margin-top: 1em;
  text-align: center;
}

.ganadorestexto {
  font-size: 0.9em;
  text-align: center;
}

.koniguild {
  font-family: 'Milonga', cursive;
}

.desplegable section h1{
  text-transform: uppercase;
  transition: 1s;
}

.desplegable section h1:hover {
  letter-spacing: 1em;
}


.accordion {
  background-color: #D7F205;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.mas {
  font-weight: bold;
  color: #F23D91;
  font-size: 30px;
  line-height: 1;
}

.active, .accordion:hover {
  background-color: #F23D91;
  color: white;
}

.panel {
  padding: 18px;
  display: none;
  background-color: white;
  overflow: hidden;
  font-size: 20px;
}

.panelp p{
  margin: 1em 0 1em 0;
}

.desplegable {
  display: flex;
  justify-content: center;
  min-width: 63%;
}

.desplegable section{
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 63%
}

.desplegable section article{
  margin: 0.5em 0 0.5em 0;
}

.desplegable section h1{
  text-align: center;
}


/* CONTACTO */

.contacto {
  display: flex;
  justify-content: center;
  padding: 2em;
}


#contacto {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  -webkit-box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.68);
  -moz-box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.68);
  box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.68);
  border-radius: 1em;
}

#contacto h1 {
  color: #F23D91;
  font-size: 2em;
  margin-bottom: 0.2em;
  transition:letter-spacing 1s;
  font-family: 'Milonga', cursive;
}

#contacto h1:hover {
  color: black;
  letter-spacing: 0.15em;
  transition: 1s;
}

#contacto p {
  text-align: center;
  max-width: 80%;
}

#contacto p a {
  text-decoration: none;
  color: #F23D91;
  text-transform: uppercase;
}

#contacto p a:hover {
  text-decoration: underline;
}

/* formulario de contacto */
#formulario {
  display: flex;
  flex-direction: column;
  padding: 1em;
}
#formulario input {
  color: #F23D91;
  font-size: 0.8em;
  border: none;
  border-bottom: 2px solid #F23D91;
  margin-top: 1em;
}
/* interacción al clickear el placeholder */
#formulario input:focus::placeholder {
  color: transparent;
}

#formulario input:focus, #formulario textarea:focus {
  outline: 0;
}

#formulario label {
  color: #F23D91;
  font-size: 0.8em;
  margin-top: 1em;
}

#formulario textarea {
  height: 5em;
  resize: none;
  color: #F23D91;
  font-size: 0.8em;
  border: 2px solid #F23D91;
  transition:background-color 1s;
  margin-top: 0.5em;
  padding: 0.5em;
}

#formulario textarea:hover {
  background-color: rgb(215,242,5,0.3);
  transition: 1s
}

#formulario textarea:focus {
  background-color: rgb(215,242,5,0.5);
}

.submit {
  color:#F23D91;
  text-align: right;
  margin-top: 0.5em;
}

#formulario input[value="Enviar"] {
  color: #FFFFFF;
  width: 5em;
  height: 2em;
  border-radius: 2em;
  background-color: #F23D91;
  transition: transform 1.2s;
  cursor:pointer;
}

#formulario input[value="Enviar"]:hover {
  transform: rotate(360deg);
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #F23D91;
  opacity: 1; /* Firefox */
  height: 4em;
  border: none;
  border-bottom: 2px solid #F23D91;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #F23D91;
  height: 4em;
  border: none;
  border-bottom: 2px solid #F23D91;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #F23D91;
  height: 4em;
  border: none;
  border-bottom: 2px solid #F23D91;
}
/* FIN CONTACTO */


/* ROSTERENDLESS */


.autoriamiembros {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2em;
}

.autoriamiembros article{
  margin: 1em 0em 2em 5em;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  min-width: 8em;
  height: 0.8em;
  padding: 1em 0 2em 0;
  background-color: white;
  border: 0.1em ;
  border-radius: 10em;
  -webkit-box-shadow: 10px 11px 6px -5px rgba(0,0,0,0.64);
  -moz-box-shadow: 10px 11px 6px -5px rgba(0,0,0,0.64);
  box-shadow: 10px 11px 6px -5px rgba(0,0,0,0.64);
}

.autoriamiembros article  img {
  width: 2em;
  height: 2em;
  border: 0.1em solid;
  border-radius: 10em;
  border-color: #F23D91;
  margin-left: 1em;
}

.autoriamiembros article img {
  transition:transform 1s;
}

.autoriamiembros article img:hover {
  transform: scale(1.05) rotate(360deg);
  filter: sepia(50%);
}

.autoria p{
    margin: 0.2em 1.5em; 0.2em 0;
    font-size: 0.8em;
    line-height: 1em;
}

.autoria p:hover{
    color: #F23D91;
}

.contenidoguia {
  display: flex;
  justify-content:center;
}

.contenidoguia article {
  width: 80%;
  background-color: white;
  padding: 1em;
}

.contenidoguia h2 {
  font-size: 1.1em;
  text-transform: uppercase;
  color: #7D07F2;
  margin: 1em 0 0.5em 0;
}

.contenidoguia h4 {
  font-size: 1em;
  margin: 0.4em 0 0.4em 0;
}

.contenidoguia cite {
  color: grey;
}

.contenidoguia ul, .contenidoguia ol, .contenidoguia p, .contenidoguia cite{
  font-size: 0.9em;
}

.contenidoguia b {
  font-size: 0.9em;
  text-transform: uppercase;
}

.contenidoguia article ol, .contenidoguia article ul {
  padding: 1em 0 1em 3em;
}

.underline {
  text-decoration: underline;
}

.importante {
  color: red;
  font-size: 0.9em;
  margin-bottom: 1em;
}

.payattention ul li {
  font-size: 0.8em;

}
.payattention ul li span{
  font-size: 1em;

}

.verde {
  color: green;
}

.azul {
  color: #3374FF;
}


/* SPEEDS */

.resaltado {
  color: #5207F2;
  margin-top: 1em;
}

.contenidoguia article figure img {
  margin-bottom: 1em;
}


.imagenesguia {
  display: flex;
  justify-content: center;
}

.imagenesguia figure {
  display: flex;
  justify-content: center;
}

.imagenesguia figure img {
width: 50%;
border: 0.1em solid;
border-color: #5207F2;
}

.imagenesguia article {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: white;
  padding: 1em;
}

.textoguiaimg img {
width: 15em;
margin-top: 1em;
}

.imageneslineal {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}


/* BUILDS */

.desplegableguias {
  display: flex;
justify-content: center;
}

.desplegableguias h1{
  font-size: 1.1em;
  text-transform: uppercase;
  color: #7D07F2;
  transition: 1s;
  margin-top: 1em;
}

.desplegableguias h4 {
  font-size: 1em;
  margin: 0.4em 0 0.4em 0;
}

.desplegableguias h1:hover {
  color: black;
  letter-spacing: 0.5em;
}

.desplegableguias section{
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 80%;
  display: flex;
  justify-content: center;
  background-color: white;
  padding: 1em;
}

.desplegableguias section article {
  margin: 0.5em 0 0.5em 0;
}

.desplegableguias cite {
  color: grey;
  font-size: 0.9em;
}

.desplegableguias section article div figure img{
  width: 15em;
  padding: 1.5em;
}

.exceltitle {
  text-align: center;
}


.textoyimg {
  display: flex;
  justify-content: space-between;
}


.textoyimg li {
font-size: 0.9em;
}


.textoyimg a {
font-size: 0.9em;
color: #F23D91;
text-decoration: underline;
}


.citasbg {
  display: flex;
}

.citasbg article {
  width: 50%;
}

.citasbg article img{
  width: 50%;
}

.citasbg2 {
  display: flex;
  justify-content: space-around;
}

.citasbg2 figure {
  display: flex;
}

.citasbg3 {
  display: flex;
}

.citasbg3 article {
  width: 100%;
}

.citasbg3 article img{
  width: 50%;
}

.citasbg4 {
  display: flex;
}

.citasbg4 article {
  width: 50%;
  font-size: 0.8em;
}

.citasbg4 article img{
  width: 50%;
}


.imgbgeze {
  display: flex;
  justify-content: center;
  width: 100%ñ
}

/* SECCION SCREENSHOTS */


/* prueba */

.screenzoom {
  width: 100%
}

.screenzoom section{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.screenzoom figure {
  margin: 2em;
  width: 20em;
  height: 15em;
}

.screenzoom figure img{
  width:20em;
  height:15em;
  border-radius: 1em;
}

.screenzoom figure img:hover {
  border: 0.2em solid;
  border-color: #F23D91;
  transition: 0.1s;
}


/* finprueba */

.screenshots {
  width: 25em;
  height: 20em;
}


.screenguild {
  display: flex;
  flex-wrap: wrap;
}

.screenguild article {
  margin: 1em;
}


/* WOE CSS */
.woe {
  height: 35em;
  background-image: url(img/backgroundwoe.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.woe h1 {
  font-size: 1.5em;
  color: #F759BB;
  font-family: 'Milonga', cursive;
  transition:letter-spacing 1s;
}

.woe h1:hover {
  letter-spacing: 0.4em;
  color: white;
}

.woe p {
  color: #6FFF55;
}

.woe p:hover {
  color: white;
}

.woe article {
  display: flex;
  justify-content: space-around;
  text-align: center;
}

.woe article a{
  font-size: 0.8em;
  text-decoration: none;
  color: white;
  font-weight: bolder;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: underline;
  transition:letter-spacing 1s;
}

.woe article a:hover{
  color: #6FFF55;
  letter-spacing: 0.5em;
}

.woe figure {
  display: flex;
  justify-content: center;
  transition: 1s;
}

.woe figure:hover{
  transform: scale(1.08);
}

.woe figure img{
  margin-top: 2em;
width: 15em;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: rgb(242, 61, 145);
  margin: auto;
  padding: 0px 40px 10px 40px;
  border: 0.2em solid white;
  border-radius: 1em;
  width: 100%;
  color: white;
}

/* The Close Button */
#close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

#close:hover,
#close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#modal-picture {
  width: 100%;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 5em; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #F23D91; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 0.5em 1em 0.5em 1em; /* Some padding */
  border-radius: 5em; /* Rounded corners */
  border-color: white;
  border: 0.5em solid;
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
