@import url("https://fonts.googleapis.com/css2?family=Delius&family=MonteCarlo&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 20px;
}

body {
  background-color: #ffdfdf;
  color: #c87e7e;
}

header {
  background-color: #b05b5b;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2%;
  position: sticky;
  top: 0;
  z-index: 1000;
}

img {
  max-width: 250px;
  height: 100%;
}

ul {
  list-style-type: none;
  display: flex;
  gap: 15px;
  list-style: none;
}

nav a {
  width: 200px;
  height: 35px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d87070;
  border-radius: 20px;
  color: #ffdfdf;
  font-family: Delius, cursive;
  font-size: 15px;
}

section {
  background-image: url(Imagenesweb/Gato1.jpeg);
  text-align: left;
  height: 700px;
  background-size: cover;
  background-position: center 20%;
  display: flex;
  align-items: center;
  padding: 50px;
  text-align: justify;
}

#hero {
  width: 45%;
  align-content: flex-end;
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.397);
  padding: 20px;
  border-radius: 20px;
  font-family: Delius, cursive;
  font-size: 20px;
}

h1 {
  text-align: left;
  font-family: "MonteCarlo", cursive;
  font-size: 90px;
  word-spacing: 10px;
}

#subtitulo {
  padding-bottom: 20px;
  font-weight: bolder;
  font-size: 30px;
  font-family: none;
}

#botonera a {
  width: 145px;
  height: 145px;
  margin-top: 45px;
  justify-content: center;
  align-items: center;
}

#botonera ul {
  display: flex;
  justify-content: center;
  gap: 50px;
}

h2 {
  font-family: "MonteCarlo", cursive;
  text-align: center;
  font-size: 70px;
}

.contador {
  padding-top: 20px;
  font-size: 45px;
  padding-left: 25px;
  font-family: Delius, cursive;
}

.seccion-rosita {
  background-color: #fdeceb;
  padding: 30px;
  padding-bottom: 70px;
}

.caja-de-tres {
  display: flex;
  justify-content: center;
  gap: 155px;
}

.bloque-individual {
  display: flex;
  align-items: center;
  gap: 35px;
}

.bloque-individual img {
  width: 240px;
  height: 160px;
  border-radius: 5px;
}

.numero {
  font-size: 30px;
  font-weight: bold;
  color: #c0787a;
  line-height: 1;
  font-family: Delius, cursive;
}

.textos p {
  margin: 10px;
  color: #555;
  font-size: 24px;
  margin-left: 40px;
  font-family: Delius, cursive;
  color: #c0787a;
}

#titulo-segundo {
  margin-top: 20px;
}

.caja-tarjetas {
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  gap: 200px;
  max-width: 1400px;
  margin: 0 auto;
}

.tarjeta-roja {
  background-color: #d19191;
  width: 280px;
  border-radius: 30px;
  padding: 30px 25px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.tarjeta-roja:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 25px rgba(205, 92, 92, 0.4);
}

.titulo-tarjeta {
  color: #ffdfdf;
  font-family: Delius, cursive;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
}

.texto-tarjeta {
  color: #ffdfdf;
  font-family: Delius, cursive;
  font-size: 20px;
  line-height: 1.4;
  text-align: justify;
  margin-bottom: 20px;
}

.foto-tarjeta {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

@media (max-width: 900px) {
  .caja-tarjetas {
    flex-direction: column;
    align-items: center;
  }
  .linea-decorativa {
    width: 100px;
  }
  .texto-conocenos {
    font-size: 3.5rem;
  }
}

.fondo-galeria {
  background-color: #d19191;
  padding: 80px;
  padding-top: 0px;
  margin-top: 50px;
  margin-bottom: 20px;
}

.titulo-con-lineas {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  max-width: 10000px;
}

.linea-titulo {
  flex: 5;
  border: none;
  border-top: 2px solid #f7e6e5;
  max-width: 300px;
}

.titulo-galeria {
  font-family: "MonteCarlo", cursive;
  font-size: 90px;
  color: #f7e6e5;
}

.carrusel-contenedor {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.flecha {
  background: transparent;
  color: #9c5c5c;
  border: none;
  font-size: 40px;
  cursor: pointer;
}

#flecha-izq {
  transform: rotate(180deg);
}

.ventana-fotos {
  display: flex;
  gap: 80px;
  overflow-x: hidden;
}

.tarjeta-polaroid {
  background-color: #fcefef;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 210px;
  border-radius: 15px;
}

.tarjeta-polaroid img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 15px;
}

.textos-polaroid {
  text-align: center;
  margin-top: 10px;
  font-family: Delius, cursive;
  color: #9c5c5c;
}

.estado-gato {
  margin: 6px;
}

.contenedor-boton {
  text-align: center;
  margin-bottom: 10px;
}

.btn-subir {
  background-color: transparent;
  border: 2px solid #9c5c5c;
  color: #9c5c5c;
  font-family: Delius, cursive;
  padding: 10px 20px;
  font-size: 20px;
  border-radius: 5px;
}
.btn-subir:hover {
  background-color: #9c5c5c;
  color: #ffdfdf;
}

.seccion-formulario {
  background-image: none;
  padding: 70px;
  flex-direction: column;
  margin-top: -60px;
}

.titulo-form {
  color: #b05b5b;
  margin-bottom: 20px;
}

.formulario-gato {
  background: white;
  padding: 30px;
  border-radius: 15px;
  border: 2px solid #d87070;
  width: 400px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}

.formulario-gato p {
  margin-bottom: 15px;
}

.formulario-gato label {
  display: block;
  font-weight: bold;
  color: #b05b5b;
  font-family: Delius, cursive;
  font-size: 15px;
  margin-bottom: 5px;
}

.formulario-gato input[type="text"],
.formulario-gato input[type="email"],
.formulario-gato select,
.formulario-gato textarea {
  width: 100%;
  padding: 10px;
  border: 2px solid #ccc;
  border-radius: 8px;
}

.formulario-gato input:focus,
.formulario-gato select:focus,
.formulario-gato textarea:focus {
  border-color: #b05b5b;
  background-color: #fff9f5;
  outline: none;
  box-shadow: 0 0 8px #d87070;
}

.botones-form {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.btn-enviar,
.btn-reset {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-weight: bold;
}

.btn-enviar {
  background-color: #d87070;
  color: #ffdfdf;
}

.barra-inferior {
  background-color: #b05b5b;
  padding: 30px 0;
  text-align: center;
  margin-top: 80px;
}

.barra-inferior ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 0;
  margin-bottom: 15px;
}

.barra-inferior a {
  text-decoration: none;
  color: #ffdfdf;
  font-family: Delius, cursive;
}

.barra-inferior p {
  font-size: 15px;
  color: #ffdfdf;
  font-family: Delius, cursive;
}
