* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  display: flex;
  flex-direction: column;
  width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom, #65c4d2, #ffffff);
  min-height: 8vh;
}
header img {
  width: 32px;
  height: 36px;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, #65c4d2, #ffffff);
  color: #333;
  text-align: center;
  height: 8vh;
}
footer p {
  margin: 0;
}

@media (max-width: 768px) {
  footer {
    height: 100%;
    background-color: white;
  }
  footer p {
    font-size: 0.9rem;
  }
}
h2 {
  margin-bottom: 5px;
  color: #4a4e69;
}

p {
  margin: 15px;
}

#idHistoria-subtitulo {
  color: #4a4e69;
  margin-top: 50px;
}

#idAdoptar-subtitulo {
  color: #4a4e69;
  font-family: cursive;
  margin-top: 10px;
}

.texto-adopcion {
  font-size: 1.1rem;
  color: #4a4e69;
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .texto-adopcion {
    font-size: 1rem;
  }
}

img {
  width: 50px;
}

.img-index {
  width: 50%;
  margin: 20px;
}

.LogoPrincipal {
  height: 30px;
  width: 30px;
  margin: 2px;
  margin-right: 50px;
}

.menuIcon {
  height: 20px;
  width: 20px;
  opacity: 75%;
}

.icon {
  height: 18px;
  width: 20px;
}

.contacto {
  margin: 10px;
}

.linkContacto {
  color: #027688;
  text-decoration: none;
}
.linkContacto:hover {
  color: #026473;
  text-decoration: underline;
}

li {
  margin: 10px 0;
  display: block;
}
li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
}
li a:hover {
  color: #026473;
  text-decoration: underline;
}
li p {
  font-size: 1rem;
}

input,
textarea {
  min-width: 400px;
}
@media (max-width: 768px) {
  input,
  textarea {
    min-width: 100%;
    padding: 0 1rem;
  }
}

.map-container {
  max-width: 1000px;
}
.map-container iframe {
  width: 600px;
  aspect-ratio: 4/3;
  border: 0;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .map-container {
    max-width: 100%;
  }
  .map-container iframe {
    width: 100%;
  }
}

.btn-personalizado, .btn-enviar-llamativo {
  background-color: #65c4d2;
  color: white;
  border: none;
}
.btn-personalizado:hover, .btn-enviar-llamativo:hover {
  background-color: rgb(47.2613065327, 147.0351758794, 161.7386934673);
  scale: 1.2;
}

@keyframes latido {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}
.btn-enviar-llamativo {
  padding: 0.75rem 2rem;
  font-size: 1.2rem;
  animation: latido 1.5s infinite;
  background-color: rgb(61.5326633166, 180.8793969849, 198.4673366834);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.btn-enviar-llamativo:hover {
  background-color: rgb(41.4949748744, 129.0954773869, 142.0050251256);
  transform: scale(1.1);
}

.btn-circular-animado {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a4e69;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: relative;
  opacity: 0;
  animation: aparecerExpandir 1.2s ease-out forwards;
  gap: 0.5rem;
}
.btn-circular-animado .icono-like {
  font-size: 1.2rem;
  opacity: 0;
  animation: aparecerIcono 1s ease-out 0.8s forwards;
}
.btn-circular-animado .texto-animado {
  opacity: 0;
  white-space: nowrap;
  font-size: 1rem;
  animation: aparecerTexto 1s ease-out 1.2s forwards;
}

@keyframes aparecerExpandir {
  0% {
    opacity: 0;
    width: 60px;
    border-radius: 50%;
  }
  50% {
    opacity: 1;
  }
  100% {
    width: 160px;
    border-radius: 10px;
    opacity: 1;
  }
}
@keyframes aparecerIcono {
  to {
    opacity: 1;
    transform: scale(1.2);
  }
}
@keyframes aparecerTexto {
  to {
    opacity: 1;
  }
}
.boton-animado {
  animation: rebotar 2s ease-in-out infinite alternate;
  transform-origin: bottom;
}

@keyframes rebotar {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1) translateY(-10px);
    filter: brightness(1.8);
    color: black;
  }
}
#carruselAdopcion {
  max-width: 600px;
  margin: 2rem auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
#carruselAdopcion .carousel-control-prev-icon,
#carruselAdopcion .carousel-control-next-icon {
  filter: invert(100%);
}
#carruselAdopcion .carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1rem;
  border-radius: 8px;
  bottom: 20px;
  left: 10%;
  right: 10%;
  text-align: center;
  display: block;
}
#carruselAdopcion .carousel-caption h5,
#carruselAdopcion .carousel-caption p {
  color: white;
  font-size: 1.2rem;
  margin: 0;
}
#carruselAdopcion img {
  object-fit: cover;
  height: 400px;
  width: 100%;
}
@media (max-width: 768px) {
  #carruselAdopcion .carousel-caption {
    display: block !important;
    bottom: 10px;
    padding: 0.5rem;
  }
  #carruselAdopcion .carousel-caption h5,
  #carruselAdopcion .carousel-caption p {
    font-size: 0.9rem;
  }
  #carruselAdopcion img {
    height: 250px;
  }
}

/*# sourceMappingURL=styles.css.map */
