body{
  background-color: #ffcce0;
}

html, body {scroll-behavior: smooth;
}


#titulo {
  font-family: cooper;
  text-shadow: 1px 1px 1px         #142b7d;
  color:#849df5;
  font-size:4.42vw;
  text-align: center;
  background: rgb(63,94,251);
  background: radial-gradient(circle, rgba(63,94,251,1) 0%, rgba(252,70,107,1)       100%);
  border-radius: 1.3vw;
  }

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#fotoportada {
    width: auto;
    height: 41.25vw;
    margin: 0.78vw;
    transition: transform 1s;
    border: 0.3vw solid pink;
}

#fotoportada:hover {
    transform: scale(1.1);
}

#boton1 {
  font-family: cooper;
  text-shadow: 1px 1px 1px         #142b7d;
  color:#849df5;
  font-size: 5.71vh;
  text-align: center;
  position: absolute;
  top: 20%;
  right: 1%;
  text-decoration:none;
  background: rgb(63,94,251);
  background:radial-gradient(circle, rgba(63,94,251,1) 0%, rgba(252,70,107,1)         100%);
  opacity: 1;
  border-radius: 0,63vh;
  padding: 0,63vh;
}

#boton2{
  font-family: cooper;
  text-shadow: 1px 1px 1px         #142b7d;
  color:#849df5;
  font-size: 5.71vh;
  text-align: center;
  position: absolute;
  top: 30%;
  right: 1%;
  text-decoration:none;
  background: rgb(63,94,251);
  background: radial-gradient(circle, rgba(63,94,251,1) 0%, rgba(252,70,107,1)       100%);
  opacity: 1;
  border-radius: 0,63vh;
  padding: 0,63vh;
}
#boton3{
  
  font-size: 5.71vh;
  text-align: left;
  position: absolute;
  top: 40%;
  right: 1%;
  text-decoration:none;
  font-family: cooper;
  text-shadow: 1px 1px 1px         #142b7d;
  color:#849df5;
  background: rgb(255,204,0);
  background: radial-gradient(circle, rgba(63,94,251,1) 0%, rgba(252,70,107,1)       100%);
  opacity: 1;
  border-radius: 0,63vh;
  padding: 0,63vh;
}

#boton4{
  font-family: cooper;
  text-shadow: 1px 1px 1px         #142b7d;
  color:#849df5;
  font-size: 5.71vh;
  text-align: left;
  position: absolute;
  top: 50%;
  right: 1%;
  text-decoration:none;
  background: rgb(255,204,0);
  background: radial-gradient(circle, rgba(63,94,251,1) 0%, rgba(252,70,107,1)       100%);
  opacity: 1;
  border-radius: 0,63vh;
  padding: 0,63vh;
}

#boton5 {
  font-family: cooper;
  text-shadow: 1px 1px 1px         #142b7d;
  color:#849df5;
  font-size: 5.71vh;
  text-align: left;
  position: absolute;
  top: 60%;
  right: 1%;
  text-decoration:none;
  background: rgb(255,204,0);
  background: radial-gradient(circle, rgba(63,94,251,1) 0%, rgba(252,70,107,1)       100%);
  opacity: 1;
  border-radius: 0,63vh;
  padding: 0,63vh;
}

.subir{
  position: fixed;
  bottom: 0;
  right: 0;
  margin-right: 15px;
  margin-bottom: 10px;
  z-index:2;
  width: 3%
}


#perfil{ 
font-family: cooper;
text-shadow: 1px 1px 1px       #142b7d;
color:#849df5;
text-align:center;
font-size:5vw;
position: absolute; width: 100%; top: 150%; right: 0%; left: 0%;
background: rgb(255,204,0);
background: radial-gradient(circle, rgba(63,94,251,1) 0%, rgba(252,70,107,1)       100%);
box-shadow: 3px 3px 3px       #142b7d;
}

.texto1{
font-family: 'Montserrat', sans-serif;
color: #142b7d;
font-size:4.44vh;
position:absolute;top:180%;
left:2%;  width: 100%;
}

#galeria{ 
font-family: 'cooper';
text-align:center;
font-size:5vw;
position: absolute; width: 100%; top: 300%; right: 0%; left: 0%;
background: rgb(255,204,0);
background: radial-gradient(circle, rgba(63,94,251,1) 0%, rgba(252,70,107,1)       100%);
text-shadow: 1px 1px 1px         #142b7d;
color:#849df5;
box-shadow: 3px 3px 3px       #142b7d;
}

.slider-container {
  display: flex;
  width: 70%;
  height: 70vh;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  margin: auto;
  border: 0.3vw solid pink;
}

.slider-container img {
  flex: 100%;
  width: 100%;
  object-fit: cover;
  scroll-snap-align: center;
}

#colegio{ 
font-family: 'cooper';
text-align:center;
font-size:5vw;
position: absolute; width: 100%; top: 425%; right: 0%; left: 0%;
background: rgb(255,204,0);
background: radial-gradient(circle, rgba(63,94,251,1) 0%, rgba(252,70,107,1)       100%);
text-shadow: 1px 1px 1px         #142b7d;
color:#849df5;
box-shadow: 3px 3px 3px       #142b7d;
}

.textoillia{
  font-family: 'Montserrat', sans-serif;
  color: #142b7d;
  font-size:15px;
  position:absolute;
  top:440%;
  left:10%;
  text-align: justify;
  }

.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-row-end: 3;
  align-content: start;
  max-width: 700px;
  margin: 0 auto;
  transition: all 150ms linear;
  padding-left:10%;
}

.gallery input[type="radio"] {
  display: none;
}

.gallery label {
  position: relative;
  display: block;
  padding-bottom: 60%;
  margin: 5px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.gallery label:before {
  border: 1px solid #e3e3e3;
  content: '';
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -5px;
  top: -5px;
}

.gallery img {
  display: none;
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
  width: 100%;
  transition: all 150ms linear;
}

.gallery input[name="select"]:checked + label + img {
  display: block;
}

.gallery input[name="select"]:checked + label:before {
  border: 1px solid #000;
}


#futuro{ 
font-family: 'cooper';
text-align:center;
font-size:5vw;
position: absolute; width: 100%; top: 580%; right: 0%; left: 0%;
background: rgb(255,204,0);
background: radial-gradient(circle, rgba(63,94,251,1) 0%, rgba(252,70,107,1)       100%);
text-shadow: 1px 1px 1px         #142b7d;
color:#849df5;
box-shadow: 3px 3px 3px       #142b7d;
}

.textofuturo{
  font-family:'Montserrat', sans-serif;
  color: #142b7d;
  top:600%;
  position:absolute;
  left:10%;
  }

#fotofuturo {
    width: auto;
    height: 41.25vw;
    margin: 0.78vw;
    transition: transform 1s;
    border: 0.3vw pink;
}

#fotofuturo2 {
    width: auto;
    height: 41.25vw;
    margin: 0.78vw;
    transition: transform 1s;
    border: 0.3vw pink;
}

#random{ 
font-family: 'cooper';
text-align:center;
font-size:5vw;
position: absolute; width: 100%; top: 710%; right: 0%; left: 0%;
background: rgb(255,204,0);
background: radial-gradient(circle, rgba(63,94,251,1) 0%, rgba(252,70,107,1)       100%);
text-shadow: 1px 1px 1px         #142b7d;
color:#849df5;
box-shadow: 3px 3px 3px       #142b7d;
}

.textorandom{
  font-family:'Montserrat', sans-serif;
  color: #142b7d;
  font-size:15px;
  position:absolute;
  top:730%;
  left:10%;
  text-align: justify;
  }

