html{
  scroll-behavior: smooth; 
}
*{
  margin: 0; border: 0; padding: 0
}
body{
  color: #E4EBF1;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 16px;
  font-weight:400;
}
#todo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center;
    background-image: url("https://i.imgur.com/ZKyqWU6.jpg?1");
    background-attachment: fixed;
    height: 700px;
}
#menu {
    display: flex;
    justify-content : center;
    list-style: none;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    background-color: #FAFAD2;
    opacity: 0.9;
}
#boton:hover {
  text-decoration: none;
  font-size: 3vw;
  color: black;
  position: fixed;
  top: 88%;
  left: 88%;
  background-color:  #FAFAD2;
  border-radius: 20%;
  padding: 0.2vw;
  opacity: 3; 
  transition: all 0.5s ease-out;
}
#boton{
  text-decoration: none;
  font-size: 2vw;
  color: black;
  position: fixed;
  top: 92%;
  left: 92%;
  background-color:  #FAFAD2;
  border-radius: 20%;
  padding: 0.2vw;
  opacity: 40%;
}
.pizza{
    padding: 0 20px;
    text-align: center; 
    color: #000000;
    text-decoration: none;
}
.pizza:hover{
    font-size: 2.5vw;
    color: #DEB887;
}
#catita{
    text-align: center;
    margin-top: 220px;
}
#catita h1{
    font-size: 40px;
    color: #000000;
    font-style: italic;
    background-color: #fff;
    opacity: 0.7;
}
#catita p{
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    background-color: #fff;
    opacity: 0.7; 
}
#catita #latin{
    font-size: 17px;
    color: #000000;
    font-weight: 600;
    background-color: #fff;
    opacity: 0.7; 
}
#cuerpo{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 16px;
    font-weight:400;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center;
    background-image: url("https://i.imgur.com/CJj3gRF.jpg?1");
    background-attachment: fixed;
    height:600px;
}
#perfil{
    text-align: center;
    margin-top: 220px;
} 
#perfil h1{
    font-size: 30px;
    font-weight: 600;
    color: #000000;
    font-style: italic;  
    background-color: #FAFAD2;
    opacity: 0.7;
}
#yo{
    font-size: 25px;
    font-weight: 200;
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    flex: 1 1 20rem;    
    padding: 2rem;
   
}
h2{
    font-size: 30px;
    font-weight: 600;
    color: #000000;
    text_aling: center;
    margin-left: 700px;
    margin-right: 700px;
    font-style: italic; 
    background-color: #FAFAD2;
    opacity: 0.7;
}
#musica{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    background:#033E3E;
  
}
h3{
    font-size: 30px;
    font-weight: 600;
    color: #DAA520;
    margin-left: 500px;
    font-style: italic;  
    background-color: #FAFAD2;
    opacity: 0.7;
}
#playlist{
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    background: #033E3E;
    margin-left: 150px;
}
.title {
    font-size: 2.5rem;
    font-family: system-ui;
    line-height: 1.1;
    font-weight: 500;
    color: #fff;
    margin: 4rem auto 1rem;
    width: 85%;
    max-width: 1280px;
}
#illia{
	  margin: 0;
    width: 100%;
    min-height: 100vh;
	  overflow-x: hidden;
	  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    scroll-behavior: smooth;
	  -webkit-font-smoothing: antialiased;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*  slider  */
#slider {
    position: relative;
    overflow: hidden;
    margin: 4em;
    box-shadow: 0 6px 103px 0 rgba(0, 0, 0, .71);
    transition: transform .3s cubic-bezier(.175,.885,.32,1.275),-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275);
}
#slider:hover {
    transform: scaleX(1.03) scaleY(1.03);
}
#slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
#slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 1200px;
    height: 600px;
    background: #ccc;
    text-align: center;
    line-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.control_prev, .control_next {
    position: absolute;
    z-index: 999;
    display: flex;
    width: 10%;
    height: 90%;
    background: transparent;
    color: #fff;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 3em;
    opacity: 1;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.control_prev:hover, .control_next:hover {
    opacity: .8;
}
.control_prev {
    border-radius: 0 2px 2px 0;
}
.control_next {
    right: 0;
    border-radius: 2px 0 0 2px;
}
.slide1 img {
    width: 100%;
}
.slide2 img {
    width: 100%;
}
.slide3 img {
    width: 100%;
}
.slide4 img {
    width: 100%;
}
.slide5 img {
    width: 100%;
}.slide6 img {
    width: 100%;
}.slide7 img {
    width: 100%;
}.slide8 img {
    width: 100%;
}.slide9 img {
    width: 100%;
}.slide10 img {
    width: 100%;
}.slide11 img {
    width: 100%;
}.slide12 img {
    width: 100%;
}.slide13 img {
    width: 100%;
}.slide14 img {
    width: 100%;
}.slide15 img {
    width: 100%;
}.slide16 img {
    width: 100%;
}.slide17 img {
    width: 100%;
}.slide18 img {
    width: 100%;
}.slide19 img {
    width: 100%;
}.slide20 img {
    width: 100%;
}.slide21 img {
    width: 100%;
}.slide22 img {
    width: 100%;
}.slide23 img {
    width: 100%;
}.slide24 img {
    width: 100%;
}.slide25 img {
    width: 100%;
}.slide27 img {
    width: 100%;
}.slide28 img {
    width: 100%;
}.slide29 img {
    width: 100%;
}.slide30 img {
    width: 100%;
}.slide31 img {
    width: 100%;
}.slide32 img {
    width: 100%;
}.slide33 img {
    width: 100%;
}.slide34 img {
    width: 100%;
}
.slider-title-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 3.2em;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.slider-title-h4 {
    margin: 0;
    color: #f5f5f5;
    display: block;
    font-size: 3em;
    font-weight: 900;
    line-height: 1em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.slider-subtitle {
    color: #bababa;
    font-size: 1.4em;
    margin: 0;
}
#titulo{
  text-align: center;
  font-style: italic;
  font-size: 300%;
  color: white;
  background: black;
}
#galeria{
  text-align: center;
  font-style: italic;
  font-size: 130%;
  color: white;
  display: flex;
  flex-flow: row wrap;
  padding: 5px;
  background: black;
}
* {
  box-sizing: border-box;
  margin: 0;
}

.grid {
  flex: 1;
  min-width: 200px;
}

.grid-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 5px solid black;
  animation: aparecer 1s ease;
  animation-fill-mode: forwards;
  opacity: 0;
}

.grid-item .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, .4);
  z-index: 1;
  transition: all .5s ease;
}

.grid-item h1 {
  position: absolute;
  color: white;
  z-index: 10;
  opacity: 0;
  font-family: sans-serif;
  transform: translateY(100px);
  transition: all .5s ease;
}

.grid-item:nth-child(1) h1 {
  transform: translateX(100px);
}

.grid-item:nth-child(2) h1 {
  transform: translateX(-100px);
}

.grid-item:nth-child(3) h1 {
  transform: translateY(-100px);
}

.grid-item:nth-child(4) h1 {
  transform: translateY(100px);
}

.grid-item:hover .overlay {
  opacity: 1;
}

.grid-item:hover h1 {
  transform: translateY(0);
  opacity: 1;
}

@keyframes aparecer {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
  }
}

.grid-item:nth-child(2) {
  animation-delay: .5s;
}
.grid-item:nth-child(3) {
  animation-delay: 1s;
}
.grid-item:nth-child(4) {
  animation-delay: 1.5s;
}
.grid-item:nth-child(5) {
  animation-delay: 2s;
}
.grid-item:nth-child(6) {
  animation-delay: 2.5s;
}
.grid-item:nth-child(7) {
  animation-delay: 3s;
}
.grid-item:nth-child(8) {
  animation-delay: 3.5s;
}
.grid-item:nth-child(9) {
  animation-delay: 4s;
}
.grid-item:nth-child(10) {
  animation-delay: 4.5s;
}

.grid-item img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all .5s ease;
}

.grid-item:hover img {
  transform-origin: top;
  transform: scale(1.05);
}

#getting-there{
  background-image: url("https://i.imgur.com/B0SzfW7.jpg");
  background-attachment: fixed;
}

#getting-there h1{
  text-align: center;
  font-style: italic;
  font-size: 300%;
  color: black;
}

#getting-there p{
  text-align: justify;
  font-size: 200%;
  color: black;
  margin-left: 200px;
  margin-right: 200px;
}

.gallery {
  --s: 300px; /* control the size */
  --g: 20px;  /* control the gap */
  display: grid;
  float: left;
  margin-top: 350px;
  margin-bottom: 350px;
  margin-left: 275px;
}

.gallery > img {
  grid-area: 1/1;
  width: var(--s);
  aspect-ratio: 1.15;
  object-fit: cover;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%,75% 100%,25% 100%,0 50%);
  transform: translate(var(--_x,0),var(--_y,0)) scale(var(--_t,1));
  cursor: pointer;
  filter: grayscale(80%);
  transition: .2s linear;
}
.gallery > img:hover {
  filter: grayscale(0);
  z-index: 1;
  --_t: 1.2;
}

.gallery > img:nth-child(1) {--_y: calc(-100% - var(--g))}
.gallery > img:nth-child(7) {--_y: calc( 100% + var(--g))}
.gallery > img:nth-child(3),
.gallery > img:nth-child(5) {--_x: calc(-75% - .87*var(--g))}
.gallery > img:nth-child(4),
.gallery > img:nth-child(6) {--_x: calc( 75% + .87*var(--g))}
.gallery > img:nth-child(3),
.gallery > img:nth-child(4) {--_y: calc(-50% - .5*var(--g))}
.gallery > img:nth-child(5), 
.gallery > img:nth-child(6) {--_y: calc( 50% + .5*var(--g))}

.gallery2 {
  --s: 300px; /* control the size */
  --g: 20px;  /* control the gap */
  display: grid;
  float: right;
  margin-top: 350px;
  margin-bottom: 350px;
  margin-right: 275px;
}

.gallery2 > img {
  grid-area: 1/1;
  width: var(--s);
  aspect-ratio: 1.15;
  object-fit: cover;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%,75% 100%,25% 100%,0 50%);
  transform: translate(var(--_x,0),var(--_y,0)) scale(var(--_t,1));
  cursor: pointer;
  filter: grayscale(80%);
  transition: .2s linear;
}
.gallery2 > img:hover {
  filter: grayscale(0);
  z-index: 1;
  --_t: 1.2;
}

.gallery2 > img:nth-child(1) {--_y: calc(-100% - var(--g))}
.gallery2 > img:nth-child(7) {--_y: calc( 100% + var(--g))}
.gallery2 > img:nth-child(3),
.gallery2 > img:nth-child(5) {--_x: calc(-75% - .87*var(--g))}
.gallery2 > img:nth-child(4),
.gallery2 > img:nth-child(6) {--_x: calc( 75% + .87*var(--g))}
.gallery2 > img:nth-child(3),
.gallery2 > img:nth-child(4) {--_y: calc(-50% - .5*var(--g))}
.gallery2 > img:nth-child(5), 
.gallery2 > img:nth-child(6) {--_y: calc( 50% + .5*var(--g))}

body {
  min-height: 200vh;
  display: grid;
  place-content: center center;
  background: #2F4F4F;
} 
#random{  
  text-align: center;
  font-size: 140%;
  color: white;
  background-color: #8B4513;  
}
.fotosagus{
  width: 300px;
  height: 270px;
}