* {
  box-sizing: border-box;
}

body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
  
}
body, button, a {
  cursor: url('path/to/pink-airplane-cursor.png'), auto;
}

* {
  box-sizing: border-box;
}

.container-body {
  margin: 1rem;
  padding: 0em;
}

#body {
  font-family: 'Roboto', sans-serif;
}

.caja1 {
  background-color: #ffffff;
  height: auto;
  border: 1px solid rgb(255, 255, 255);
  display: flex; 
  align-items: center; 
  justify-content: center; 
  overflow: hidden; 
  padding-bottom: 1.00%;
  position: relative;
}
.caja1 video{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.caja2 {
  background-color: #e6ccb2;
  height: auto;
  min-height: 400px;
  text-align: center;
  padding: 20px;
}

.caja3, .caja4 {
  background-color: #fff;
}
.caja4 nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}



.caja5 {
  background-color: #e6ccb2;
  height: 90px;
}



.cajaDentro1 {
  background-color: #ffffff;
  border: 1px solid rgb(255, 255, 255);
  height: auto;
  margin-right: 20px;
  margin-top: 50px;
  display: flex; 
  align-items: center; 
  justify-content: center; 
  overflow: hidden; 
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  margin-left: 20px;
}

.cajaDentro1 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}


.cajaDentro2 {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 90px;
  height: auto;
  border: 1px solid rgb(255, 255, 255);
  margin: 0 auto; 
  justify-content: center; 
  padding: 5% 5%;
}


.cajaDentro2 h2 {
  font-size: 1.8rem;
  line-height: 1.3;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  max-width: 8000px;  
  margin: 0 auto; 
}


.fotografia {
  height: auto;
  width: 1px;
  object-fit: cover;
}
.nombre {
  font-family: 'Qwitcher Grypen', sans-serif;
  font-size: 9rem; 
  color: #000;
  padding: 130px;
  height: auto;

}


.carrusel-pequeno {
  width: 60%; 
  max-width: 600px; 
  margin: 20px auto;
}


.carrusel-pequeno .carousel-item img {
  width: 100%; 
  height: auto; 
  max-height: 400px;
  object-fit: contain; 
}


.carrusel-pequeno .carousel-item video {
  width: 100%;
  height: auto; 
  max-height: 400px;
  object-fit: contain;
}


.btn-danger {
  background-color: #e6ccb2; 
  color: #000000;
  border: none;
}

.btn-danger:hover {
  background-color: #dab997; 
  color: #fff; 
}

@media (max-width: 390px) {
  .container-body {
    margin: 0.5rem;
  }

  .cajaDentro2 {
    padding: 10px;
  }

  .cajaDentro2 h2 {
    font-size: 1rem;
  }

  .nombre {
    font-size: 3rem;
  }

  .btn-danger {
    padding: 8px 16px;
    font-size: 0.9rem;
  }
}

footer {
  background-color: #e6ccb2; 
  padding: 20px 0;
}

.social-icons {
  display: flex;
  justify-content: center; 
  gap: 50px;
}

.social-icon {
  color: #000; 
  font-size: 2.0rem;
  text-decoration: none;
}

.social-icon:hover {
  color: #e69544; 
}

.scroll-buttons {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
}

.scroll-button {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #6e4a25;
  color: #000;
  text-decoration: none;
  border-radius: 50%;
  margin-bottom: 10px;
  font-size: 24px;
  transition: background-color 0.3s;
}

.scroll-button:hover {
  background-color: #ec9640;
}

.scroll-top {
  margin-bottom: 10px;
}

#bottom {
  height: 1px;
}

html {
  scroll-behavior: smooth;
}


