@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=B612&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Staatliches&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mate+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Six+Caps&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pirata+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bayon&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Xanh+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Koulen&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@900&display=swap');
@font-face {
  font-family: 'muggle';
  src: url(../fonts/mugglenews_by_nathanthenerd_d41qn8p.ttf);
}

/* Parámetros iniciales */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    width: 100%;
    height: 100%;
    background-color: #F8F8F8;
    scroll-behavior: smooth;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 20px;
}

*::-webkit-scrollbar-track {
  border: 1px black solid;
  background-image: linear-gradient(90deg, #000000 16.67%, #f2ccc9 16.67%, #f2ccc9 50%, #000000 50%, #000000 66.67%, #f2ccc9 66.67%, #f2ccc9 100%);
background-size: 6.00px 6.00px;
}

*::-webkit-scrollbar-thumb {
  background-color: #F2CCC9;
  border: 2px black solid;
}

.cabecera {
    width: 100%;
    height: 10vh;
    background-color: #F2CCC9;
    border-bottom: solid black;

    display: flex;
    flex-direction: row;
    justify-content: space-evenly;

    position: fixed;
    top: 0%;
    z-index: 1;
}



.anuario {
    width: 10%;
    height: 100%;
    font-family: 'Alfa Slab One', cursive;

    display: flex;
    justify-content: center;
    align-items: center;
}

.botonera {
    width: 90%;
    height: 100%;

    display: flex;
    justify-content: space-around;
    align-items: center;
}

a {
    text-decoration: none;
}

a.btn {
    font-size: 1.1vw;
    background: transparent;
    border: none;
    padding: 1em 1.5em;
    color: black;
    font-family: 'B612', sans-serif;
    text-transform: uppercase;
    position: relative;
    transition: .5s ease;
  }

.flechita {
  font-size: 2.5vw;
  line-height: 3vh;
}
  
a.btn::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: black;
    transition: .5s ease;
  }
  
a.btn:hover {
    color:  #F2CCC9;
    transition-delay: .5s;
  }
  
a.btn:hover::before {
    width: 100%;
  }
  
a.btn::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    background-color: black;
    transition: .4s ease;
    z-index: -1;
  }
  
a.btn:hover::after {
    height: 100%;
    transition-delay: 0.4s;
    color: aliceblue;
  }

.pie {
    width: 100%;
    height: 4vh;
    background-color: #F2CCC9;;
    border-top: black solid 2px;
    color: #000000;
    font-family: 'B612', sans-serif;
    display: flex;
    justify-content: center;

    position: fixed;
    bottom: 0;
}

.principal {
    width: 100%;
    height: max-content;
    margin-top: 10vh;
    
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#presentacion {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    font-family: 'Roboto Mono', monospace;
    text-align: center;
    background-color: #F2CCC9;
}

.polka {
  background-image: 
    radial-gradient(rgb(16, 16, 16) 10%, transparent 10%),
    radial-gradient(rgb(16, 16, 16) 10%, transparent 10%);
  background-position: 0px 0px, 8px 8px;
  background-size: 16px 16px;
  background-color: rgb(242, 204, 201);
}

.container {
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text {
  font-weight: 700;
  font-size: 7vw;
  color: black;
}
.dud {
  color: #757575;
}

.conociendome {
    width: 100%;
    height: 110vh;
    background-color: black;

    display: flex;
    flex-direction: row;
}

#title2 {
  width: 25%;
  height: 100%;
  font-family: 'Staatliches', cursive;
  font-size: 13vw;
  overflow-wrap: break-word;
  line-height: 29vh;
  text-align: left;
  margin-left: 20px;
  color: #F2CCC9;
  margin-top: 50px;
}

#carousel {
  width: 75%;
  height: 100%;
  margin-top: 40px;
}

#wrapper{
  width: 9000px;
  transform: translate3d(0, 0, 0);
  transition: transform .5s ease-in-out;

}

.content {
    float: left;
    width: 600px;
    height: 350px;
    white-space: normal;
    background-repeat: no-repeat;

}

#contentContainer {
  width: 600px;
  height: 350px;
  border: 3px #F2CCC9 solid;
  box-shadow: 5px 5px #DE8881
  ;
  overflow: hidden;
  margin: auto;
  margin-top: 50px;
}

#itemOne {
  background-color: black;
  display: flex;
  flex-direction: column;
}

#itemTwo {
  background-color: black;
    display: flex;
  flex-direction: column;
}

#itemThree {
    display: flex;
  flex-direction: column;
}

#itemFour {
  background-color: black;
  display: flex;
  flex-direction: column;
}

#itemFive {
  background-color: black;
  display: flex;
  flex-direction: column;
}

#itemSix {
  background-color: black;
  display: flex;
  flex-direction: column;
}

#itemSeven {
  background-color: black;
  display: flex;
  flex-direction: column;
}

#itemEight {
  background-color: black;
  display: flex;
  flex-direction: column;
}

#itemNine {
  background-color: black;
  display: flex;
  flex-direction: column;
}

#itemTen {
  background-color: black;
  display: flex;
  flex-direction: column;
}

#itemEleven {
  background-color: black;
  display: flex;
  flex-direction: column;
}

#itemTwelve {
  background-color: black;
  display: flex;
  flex-direction: column;
}

#itemThirteen {
  background-color: black;
  display: flex;
  flex-direction: column;
}

#itemFourteen {
  background-color: black;
  display: flex;
  flex-direction: column;
}

#itemFifteen {
  background-color: black;
  display: flex;
  flex-direction: column;
}

.ventana {
height: 10%;
border-bottom: 3px #F2CCC9 solid;
display: flex;
flex-direction: row;
align-items: center;
}

.puntitos {
  width: 10%;
  color: #F2CCC9;
  font-size: 7vw;
  display: flex;
  align-items: center;
}

.filename {
  width: 90%;
  color: #F2CCC9;
  text-align: center;
  font-family: 'Press Start 2P', cursive;
  font-size: 10px;
}

.datazos {
  height: 90%;
  display: flex;
  flex-direction: row;
}

.imagen1 {
  width: 40%;
  height: 100%;
  background-image: url(../img/timetravel.jpg);
  background-color: #F8F8F8;
}

.imagen2 {
  width: 40%;
  height: 100%;
  background-image: url(../img/sonny.jpg);
}

.imagen3 {
  width: 40%;
  height: 100%;
  background-image: url(../img/casita.png );
  background-size: cover;
}

.imagen4 {
  width: 40%;
  height: 100%;
  background-image: url(../img/food.jpg);
}

.imagen5 {
  width: 40%;
  height: 100%;
  background-image: url(../img/milei.jpg);
}

.imagen6 {
  width: 40%;
  height: 100%;
  background-image: url(../img/moctezuma.jpg);
}

.imagen7 {
  width: 40%;
  height: 100%;
  background-image: url(../img/devilman.jpg);
}

.imagen8 {
  width: 40%;
  height: 100%;
  background-image: url(../img/sunset.jpg);
}

.imagen9 {
  width: 40%;
  height: 100%;
  background-image: url(../img/cyber.jpg);
}

.imagen10 {
  width: 40%;
  height: 100%;
  background-image: url(../img/stupid.jpg);
}

.imagen11 {
  width: 40%;
  height: 100%;
  background-image: url(../img/book.jpg);
}

.imagen12 {
  width: 40%;
  height: 100%;
  background-image: url(../img/coca.JPG);
}

.imagen13 {
  width: 40%;
  height: 100%;
  background-image: url(../img/vomit.jpg);
}

.imagen14 {
  width: 40%;
  height: 100%;
  background-image: url(../img/pile.jpg);
}

.imagen15 {
  width: 40%;
  height: 100%;
  background-image: url(../img/mikasa.jpg);
}

.description {
  width: 60%;
  height: 100%;
  border-left:3px #F2CCC9 solid;
  color: #F2CCC9;

}

.titulo {
  height: 30%;
  width: 100%;
  font-family: 'Roboto Mono', monospace;
  font-size: 1.5vw;
 color: black;
 font-weight: bolder;
border-bottom:3px #F2CCC9 solid;
text-align: center;

 display: flex;
  align-items: center;
  justify-content: center;
}

.highlight {
  display: inline-block;
  background-color: #F2CCC9;
}

.texto {
  height: 70%;
  width: 100%;
  font-family: 'Roboto Mono', monospace;
  text-align: center;
  font-size: 2vw;
  padding-left: 7px;
  padding-right: 7px;

  display: flex;
  align-items: center;
  justify-content: center;
 
}

#navLinks {
  text-align: center;
  width: 550px;
  margin: auto;
}

#navLinks ul {
margin: 0px;
padding: 0px;
display: inline-block;
margin-top: 6px;
}

#navLinks ul li {
float: left;
text-align: center;
margin: 5px;
list-style: none;
cursor: pointer;
background-color: #F2CCC9;
padding: 5px;
border-radius: 50%;
border: black 5px solid;
}

#navLinks ul li:hover {
background-color: #ff275e;
}

#navLinks ul li.active {
background-color: #495168;
color: #FFFFFF;
outline-width: 7px;
}

#navLinks ul li.active:hover {
background-color: #484848;
color: #FFFFFF;
}

.paso_por_el_illia {
    width: 100%;
    height: 110vh;
    background-color: #F2CCC9;
    position: relative;
    top: 0;
    left: 0;
display: flex;
justify-content: center;
}

.computer {
  position: relative;
  top: 0;
  left: 0;

}

#carouselExampleControls {
  position: absolute;
  top: 100px;
  width: 230px;
  height: 170px;
  background-color: #F2CCC9;
}


.futuro {
    width: 100%;
    height: 1300px;
    background-image: url(../img/oldpaper.jpg);
    background-size: cover;
}

#encabezado {
  width: 100%;
  height: 33px;
text-align: center;
font-family: 'Satisfy', cursive;
font-size: 30px;
margin-top: 50px;
}

.the::before {
  content:" ";
  display: block;
  height: 3px;
  width: 45vw;
  position: absolute;
  top: 50%;
  left: 0;
  background: black;
}

.the {
  position: relative;
}

.the::after {
  content:" ";
  height: 3px;
  width: 45vw;
  background: black;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}

#titulazo {
  width: 100%;
  height: 115px;
  display: flex;
align-items: center;
flex-direction: column;
border-bottom: black 3px solid;
}

#titulazo1 {
  width: 100%;
  height: 80px;
  font-family: 'muggle';
  font-size: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
}

#caption {
  width: 100%;
  height: 20px;
  font-family: 'Mate SC', serif;
  font-weight: bolder;
  font-size: 20px;
  letter-spacing: 2px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

#dailynews {
width: 100%;
height: 115px;
display: flex;
justify-content: space-around;
align-items: center;
}

#date {
width: 200px;
height: 100px;
}

#evening {
  width: 100%;
  height: 40px;
  background-color: black;
  color: #F2CDA0;
  font-family: 'Six Caps', sans-serif;
  font-size: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 1px;
}

#may {
width: 100%;
height: 60px;
font-family: 'Libre Baskerville', serif;
display: flex;
justify-content: center;
align-items: center;
font-size: 20px;
font-weight: bold;
border: black 2px dotted;
}


#reward {
  width: 250px;
height: 80px;
background-color: black;
border: #F2CDA0 2px solid;
outline: black 5px solid;
display: flex;
flex-direction: row;
}

#number {
  height: 100%;
  width: 85px;
  font-family: 'Six Caps', sans-serif;
  font-size: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #F2CDA0;
}

#galleons {
  width: 22px;
  height: 100%;
  color:#F2CDA0;
  writing-mode: vertical-rl;
  font-family: 'Pirata One', cursive;
  display: flex;
  justify-content: center;
  align-items: end;
  font-size: 17px;
  line-height: 15px;
  letter-spacing: 1px;
}

#myhead {
  font-family: 'Bayon', sans-serif;
  color: #F2CDA0;
  height: 100%;
  width: 143px;
  font-size: 25px;
  line-height: 25px;
  display: flex;
  align-items: center;
}
#weather {
  width: 150px;
height: 100px;
font-family: 'Pirata One', cursive;
}

#national {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: center;
  font-size: 24px;
  letter-spacing: 0.6px;
  font-weight: bold;
}

#days {
  width: 100%;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
margin-top: 3px;
  line-height: 0px;
  font-size: 17px;
}

.south {
  word-spacing: 4px;
}

.north {
  word-spacing: 17px;
}

.central {
  word-spacing: 2px;
}

.london {
  word-spacing: -0.5px;
}
#zodiac1 {
  width: 150px;
height: 100px;
font-family: 'Pirata One', cursive;
}

#aspects {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: center;
  font-size: 24px;
  letter-spacing: 0.9px;
  font-weight: bold;
}

#gibberish {
  font-size: 12px;
  text-align: justify;
}
#security {
  width: 200px;
height: 100px;
}

#important {
  width: 100%;
  height: 85px;
  font-family: 'Xanh Mono', monospace;
  text-transform: uppercase;
  font-weight: bolder;
  line-height: 21px;
  text-align: justify;
}

#page {
  width: 100%;
  height: 15px;
  display: flex;
  flex-direction: row;
}

#blackout {
  height: 100%;
  width: 120px;
  background-color: black;
}

#read {
  height: 100%;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Xanh Mono', monospace;
  font-weight: bolder;
}

#maintitle {
  width: 1000px;
  height: 900px;
  border: black 3px solid;
  margin: auto;
  margin-top: 15px;
  font-family: 'Koulen', cursive;
}

#valentina {
  width: 100%;
  height: 200px;
  font-size: 255px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 7px;
  margin-top: 10px;
  color: black;
}

#acevedo {
  width: 100%;
  height: 200px;
  font-size: 255px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  letter-spacing: 27px;
}

#undesirable {
  width: 100%;
  height: 170px;
  background-color: black;
  color: #F2CDA0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 200px;
  padding-top: 16px;
  letter-spacing: 3px;
}

#n1 {
  width: 100%;
  height: 220px;
  font-size: 255px;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: black 3px solid;
}
.contactos {
    width: 100%;
    height: 110vh;
    background-color: black;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

#hablemos {
  width: 40%;
  height: 100%;

  font-family: 'Staatliches', cursive;
  font-size: 180px;
  line-height: 150px;
  overflow-wrap: break-word;
  padding-top: 130px;
  text-align: center;
  padding-right: 30px;
  color: #F2CCC9;
}

#redes {
  width: 60%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.redes {
  width: 600px;
  height: 150px;
  color: #F2CCC9;
  display: flex;
 flex-direction: column;
  border: #F2CCC9 solid 2px;
  box-shadow: 5px 5px #DE8881;
}

.wind {
  width: 100%;
  height: 30px;
  border-bottom: #F2CCC9 solid 2px;
  display: flex;
  flex-direction: row;
}

.dots {
  width: 80px;
  height: 100%;
  border-right: #F2CCC9 solid 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 70px;
  
}

.windtitle {
  width: 520px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Press Start 2P', cursive;
  font-size: 10px;
}

.actualred {
  width: 100%;
  height: 120px;
  font-family: 'Roboto Mono', monospace;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  text-decoration: none;
}

.redes:hover {
  background-color: #F2CCC9;
  color: black;
  transition: 1s;
  border: black solid 2px;
}

a.redd {
  color: #F2CCC9;
}

a.redd:hover {
text-decoration: none;
color: black;
transition: 1s;
}


