/* Inicio Main */
main{
  min-height: 500px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.containerMicroevento{
  width: 90%;
  display: flex;
  height: max-content;
  justify-content: space-around;
  align-items: center;
  flex-direction:column;
  row-gap:2.5rem;
  margin:2.5rem 0 0rem 0;
}
.seccion {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: initial;
  margin-bottom: 3rem;
  overflow: hidden;
  row-gap: 2.5rem;
}
.seccion h3{
  width: 100%;
  font-size: 2.5rem;
  margin: 0.5rem;
}
.seccion_Fila{
  background-color: transparent;
  font-weight: semibold;
  flex-wrap: wrap;
  height:100%;
  border-radius: 4px;
  /* border: 2px solid white; */
  cursor: pointer;
  transition: all 1s ease;
  overflow: hidden;
  /* box-shadow: .1rem .1rem 1rem #747272,
  -.1rem -.1rem 1rem #fff; */
}
/* .seccion_Fila:hover{
  box-shadow: .2rem .2rem 2rem #fff,
  -.2rem -.2rem 2rem #ccc;
} */
/* .seccion_Fila:active{
  box-shadow: inset .1rem .1rem 1rem #fff,
  inset -.1rem -.1rem 1rem #ccc;
} */

.seccion_Fila a{
  width: 100%;
  height: 100%;
}
.seccion_Fila picture{
  display: flex;
  justify-content: center;
  align-items: center;
}
.seccion_Fila img{
  width: 100%;
}
.seccion_Fila__htmlContent{
  display: flex;
  justify-content: center;
  align-items: center;
}
.unicaColumna{
  width: 100%;
}
.dobleColumna{
  width: 50%;
}
.tripleColumna{
  width: 33%;
}
.masColumnas{
  width: 25%;
}
.anchoPosicion-5{
  width: 5%;
}
.anchoPosicion-10{
  width: 10%;
}
.anchoPosicion-15{
  width: 15%;
}
.anchoPosicion-16{
  width: 16,666%;
}
.anchoPosicion-20{
  width: 20%;

}
.anchoPosicion-25{
  width: 25%;
}

.anchoPosicion-30{
  width: 30%;

}
.anchoPosicion-33{
  width: 33.3333%;

}
.anchoPosicion-40{
  width: 40%;

}
.anchoPosicion-50{
  width: 50%;

}
.anchoPosicion-60{
  width: 60%;

}
.anchoPosicion-70{
  width: 70%;

}
.anchoPosicion-75{
  width: 75%;
}
.anchoPosicion-80{
  width: 80%;
}
.anchoPosicion-90{
  width: 90%;

}
.anchoPosicion-100{
  width: 100%;
}

.seccionFila a{
  display:flex;
  justify-content: center;
  align-items: center;
}
.imagenPostevento{
  width: 90%;
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.imagenPostevento img{
  width: 100%;
  height: 100%;
}

.not-found{
  font-family: Nunito;
  background-color: cadetblue;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 500px;
}
.containerImages{
  display:flex;
  justify-content: center;
  align-items:center;
  flex-direction: column;
}
.not-found p{
  font-size: 3.8rem;
  color: white;

}
/* Fin Main */


/*TV y Pantallas extra grandes */
@media only screen and (min-width: 1200px) {
  .unicaColumna{
    width: 100%;
  }
  .dobleColumna{
    width: 50%;
  }
  .tripleColumna{
    width: 33%;
  }
  .masColumnas{
    width: 25%;
  }
}
/*Pantallas  desktop y laptos*/
@media only screen and (min-width: 730px) and (max-width: 950px) {

}

/*iPads y tables */
@media only screen and (min-width: 481px) and (max-width: 730px) {
  .seccion {
    height: auto !important;
    justify-content: center;
  }
  .unicaColumna{
    width: 100%;
  }
  .dobleColumna{
    width: 100%;
  }
  .tripleColumna{
    width: 50%;
  }
  .masColumnas{
    width: 50%;
  }
  .anchoPosicion-10{
    width: 100%;
  }
  .anchoPosicion-15{
    width: 100%;
  }
  .anchoPosicion-16{
    width: 100%;
  }
  .anchoPosicion-20{
    width: 100%;
  }
  .anchoPosicion-25{
    width: 100%;
  }
  .anchoPosicion-30{
    width: 100%;
  }
  .anchoPosicion-35{
    width: 100%;
  }
  .anchoPosicion-33{
    width: 100%;
  }
  .anchoPosicion-40{
    width: 100%;
  }
  .anchoPosicion-45{
    width: 100%;
  }
  .anchoPosicion-50{
    width: 100%;
  }
  .anchoPosicion-55{
    width: 100%;
  }
  .anchoPosicion-60{
    width: 100%;
  }
  .anchoPosicion-65{
    width: 100%;
  }
  .anchoPosicion-70{
    width: 100%;
  }
  .anchoPosicion-75{
    width: 100%;
  }
  .anchoPosicion-80{
    width: 100%;
  }
  .anchoPosicion-85{
    width: 100%;
  }
  .anchoPosicion-90{
    width: 100%;
  }
  .anchoPosicion-100{
    width: 100%;
  }
}

/* Teléfonos moviles*/
@media only screen and (max-width: 480px) {
  .seccion {
    height: max-content !important;
    justify-content: center;
  }
  .unicaColumna{
    width: 100%;
  }
  .dobleColumna{
    width: 100%;
  }
  .tripleColumna{
    width: 100%;
  }
  .masColumnas{
    width: 100%;
  }
  .anchoPosicion-10{
    width: 100%;
  }
  .anchoPosicion-15{
    width: 100%;
  }
  .anchoPosicion-16{
    width: 100%;
  }
  .anchoPosicion-20{
    width: 100%;
  }
  .anchoPosicion-25{
    width: 100%;
  }
  .anchoPosicion-30{
    width: 100%;
  }
  .anchoPosicion-35{
    width: 100%;
  }
  .anchoPosicion-33{
    width: 100%;
  }
  .anchoPosicion-40{
    width: 100%;
  }
  .anchoPosicion-45{
    width: 100%;
  }
  .anchoPosicion-50{
    width: 100%;
  }
  .anchoPosicion-55{
    width: 100%;
  }
  .anchoPosicion-60{
    width: 100%;
  }
  .anchoPosicion-65{
    width: 100%;
  }
  .anchoPosicion-70{
    width: 100%;
  }
  .anchoPosicion-75{
    width: 100%;
  }
  .anchoPosicion-80{
    width: 100%;
  }
  .anchoPosicion-85{
    width: 100%;
  }
  .anchoPosicion-90{
    width: 100%;
  }
  .anchoPosicion-100{
    width: 100%;
  }
}
