/* Fuentes */
@font-face {
  font-family: "congreso_perros";
  src: url(./font/congreso_perros.ttf);
}
@font-face {
  font-family: "montserrat";
  src: url(./font/Montserrat-VariableFont_wght.ttf);
}
/* Variables para body*/
body {
  margin-left: 20px;
  margin-right: 20px;
  font-family: "montserrat", serif;
}

/* Adaptacion mobile*/
header {
  background-color: #F2F2F2;
  padding: 15px 0;
  margin-bottom: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
header .header-container {
  width: 100%;
  padding: 15px;
}
header .mi-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  flex-wrap: wrap;
}
header .mi-header-inner .logo-contenedor {
  display: flex;
  align-items: center;
  gap: 20px;
}
header .mi-header-inner .logo-contenedor .logo-img {
  height: 150px;
  width: 150px;
}
header .mi-header-inner .titulo-header {
  font-size: 50px;
  font-family: "congreso_perros", sans-serif;
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
header .mi-header-inner .mi-header h1 {
  margin: 0;
  font-family: "congreso_perros", sans-serif;
  font-size: 50px;
  text-align: center;
  flex: 1;
}
header nav .btn-secciones {
  background-color: #F2A03D;
  color: #262626;
  font-weight: bold;
  border-radius: 5px;
  padding: 8px 15px;
  text-transform: uppercase;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
header nav .btn-secciones:hover {
  background-color: #BF500F;
  color: #fff;
}
header nav .btn-secciones .icon {
  height: 40px;
  width: 40px;
  margin-left: 10px;
}
header nav .dropdown {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
header nav .dropdown-menu {
  background-color: #F2F2F2;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 5px;
  border-radius: 5px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  width: max-content;
  min-width: 120px;
  text-align: center;
}
header nav .dropdown-menu.show {
  display: block;
}
header nav .dropdown-menu .dropdown-item {
  color: #262626;
}
header nav .dropdown-menu .dropdown-item:hover {
  background-color: #F2A03D;
  color: #fff;
}
@media (min-width: 375px) and (max-width: 767px) {
  header .header-container {
    width: 100%;
    padding: 15px;
    height: 150px;
  }
  header .mi-header-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  header .logo-contenedor {
    justify-content: center;
  }
  header .logo-contenedor .logo-img {
    height: 100px;
    width: 100px;
    margin-bottom: -25px;
    margin-top: -35px;
  }
  header .titulo-header,
  header .mi-header h1 {
    display: none;
  }
  header nav .dropdown {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  header nav .btn-secciones {
    padding: 8px 15px;
  }
  header nav .btn-secciones .icon {
    height: 20px;
    width: 20px;
    margin-left: 6px;
  }
  header .text-container p,
  header .text-container h2 {
    margin-right: 10px;
  }
}

footer {
  background-color: #F2F2F2;
  padding: 20px 0;
  margin-top: 40px;
  box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 100%;
}
footer .text-center {
  display: block;
}
footer small {
  color: #262626;
  font-size: 14px;
  letter-spacing: 0.5px;
}
footer .icon-footer {
  width: 35px;
  height: 35px;
  object-fit: contain;
  margin-top: 10px;
}
@media (min-width: 375px) and (max-width: 767px) {
  footer {
    padding: 15px 10px;
    margin-top: 30px;
    text-align: center;
  }
  footer small {
    font-size: 13px;
    line-height: 1.4;
  }
  footer .icon-footer {
    width: 30px;
    height: 30px;
    margin-top: 8px;
  }
}

.text-container {
  width: 45%;
  margin: auto;
}
.text-container h2 {
  text-align: center;
  padding-bottom: 16px;
}
.text-container p {
  text-align: justify;
}
@media (min-width: 375px) and (max-width: 767px) {
  .text-container {
    width: 90%;
    padding: 0 10px;
  }
  .text-container h2 {
    font-size: 1.2em;
    margin-top: 10px;
  }
  .text-container p {
    font-size: 0.8em;
  }
}

.requisitos-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.requisitos-container .text-container {
  flex: 2;
  min-width: 300px;
}
.requisitos-container .text-container .lista-requisitos {
  list-style: none;
  padding: 0;
  font-size: 18px;
  line-height: 1.6;
  color: #444;
  text-align: justify;
}
.requisitos-container .text-container .lista-requisitos li {
  padding: 8px 0 8px 32px;
  border-bottom: 1px solid #ddd;
  background-image: url("./media/corazon_rosa.png");
  background-repeat: no-repeat;
  background-position: 0 8px;
  background-size: 20px 20px;
}
.requisitos-container .text-container .lista-requisitos li:last-child {
  border-bottom: none;
}
@media (min-width: 375px) and (max-width: 767px) {
  .requisitos-container .text-container .lista-requisitos {
    font-size: 0.9em;
    line-height: 1.4;
    padding: 0 10px;
    margin-right: 10px;
  }
  .requisitos-container .text-container .lista-requisitos li {
    padding: 8px 0 8px 28px;
    background-position: 0 8px;
    background-size: 16px 16px;
    background-image: url("./media/corazon_rosa.png");
    margin-left: -15px;
    margin-right: 15px;
  }
  .requisitos-container .text-container .lista-requisitos li:last-child {
    border-bottom: none;
  }
}
.requisitos-container .photo-container {
  flex: 1;
  display: flex;
  justify-content: center;
}
.requisitos-container .photo-container .perro-imagen {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid #F2A03D;
}
@media (min-width: 375px) and (max-width: 767px) {
  .requisitos-container .photo-container {
    justify-content: center;
  }
  .requisitos-container .photo-container .perro-imagen {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #F2A03D;
  }
}

section {
  padding: 30px;
  background-color: #F9F9F9;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
section form label {
  font-size: 1.2em;
  color: #262626;
  font-weight: bold;
}
section form input[type=text],
section form input[type=email],
section form textarea {
  width: 100%;
  padding: 12px;
  margin-top: 8px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1em;
  color: #444;
}
section form input[type=text]:focus,
section form input[type=email]:focus,
section form textarea:focus {
  border-color: #F2A03D;
  box-shadow: 0 0 5px rgba(242, 160, 61, 0.5);
  outline: none;
}
section form textarea {
  resize: vertical;
}
section form button[type=submit] {
  background-color: #F2A03D;
  color: #fff;
  font-size: 1.2em;
  padding: 12px 30px;
  border: none;
  border-radius: 25px;
  margin-top: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
section form button[type=submit]:hover {
  background-color: #BF500F;
  transform: scale(1.05);
}
section form .boton-adopcion {
  display: block;
  width: 80%;
  margin: 10px auto;
  padding: 12px 0;
  font-size: 16px;
  text-align: center;
}
@media (min-width: 375px) and (max-width: 767px) {
  section {
    padding: 20px;
    margin-top: 10px;
  }
  section form label {
    font-size: 0.9em;
  }
  section form input[type=text],
  section form input[type=email],
  section form textarea {
    padding: 10px;
    font-size: 0.9em;
  }
  section form button[type=submit] {
    font-size: 1em;
    margin-top: 0px;
  }
}

@keyframes aparecer {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.testimonios-chat {
  max-width: 700px;
  margin: 40px auto;
  padding: 20px;
}
.testimonios-chat h2 {
  text-align: center;
  margin-bottom: 30px;
}
.testimonios-chat .chat-testimonio {
  max-width: 80%;
  margin: 10px;
  padding: 15px 20px;
  border-radius: 20px;
  background-color: #F2F2F2;
  font-size: 16px;
  line-height: 1.5;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateX(-20px);
  animation: aparecer 1.5s ease-out forwards;
}
.testimonios-chat .chat-testimonio.izquierda {
  margin-left: 0;
  background-color: #f2c2e4;
}
.testimonios-chat .chat-testimonio.derecha {
  margin-left: auto;
  background-color: #c2e9f8;
}
@media (min-width: 375px) and (max-width: 767px) {
  .testimonios-chat .chat-testimonio {
    max-width: 100%;
    padding: 12px 16px;
    font-size: 0.8em;
    line-height: 1.4;
  }
}
@media (min-width: 375px) and (max-width: 767px) {
  .testimonios-chat {
    padding: 15px 10px;
    margin: 20px auto;
  }
  .testimonios-chat h2 {
    font-size: 0.8em;
    margin-bottom: 20px;
    font-weight: bold;
  }
}

.custom-toast {
  background-color: #F2F2F2;
  font-family: "montserrat", sans-serif;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.custom-toast .toast-header {
  background-color: #ffcfec;
  color: rgb(72, 71, 71);
  font-weight: bold;
}
.custom-toast .toast-body {
  color: #262626;
}
.custom-toast .close {
  color: #fff;
  font-size: 1.5em;
  opacity: 0.7;
}
.custom-toast .close:hover {
  opacity: 1;
}

@keyframes popIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  60% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
.container {
  margin-bottom: -10px;
}
.container .carousel-inner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-top: 40px;
  border-radius: 10px;
}

.text-container {
  width: 45%;
  margin: auto;
}
.text-container h2 {
  text-align: center;
  padding-bottom: 16px;
}
.text-container p {
  text-align: justify;
}
@media (min-width: 375px) and (max-width: 767px) {
  .text-container {
    width: 90%;
    padding: 0 10px;
  }
  .text-container h2 {
    font-size: 1.2em;
  }
  .text-container p {
    font-size: 0.8em;
  }
}

.tarjetas-contenedor {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.card-propia {
  width: 90%;
  max-width: 400px;
  margin: 30px auto;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card-propia:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3);
}
@media (min-width: 375px) and (max-width: 767px) {
  .card-propia:active, .card-propia:focus {
    transform: scale(1.03);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
}
.card-propia .container-propia {
  padding: 16px;
  text-align: center;
}
.card-propia .container-propia .nombre-mascota {
  font-size: 24px;
  color: #444;
  margin-top: 10px;
  font-weight: 600;
}
.card-propia .container-propia .descripcion {
  font-size: 16px;
  color: #555;
  margin: 10px 0 20px;
}
.card-propia .container-propia .boton-adopcion {
  display: inline-block;
  padding: 10px 20px;
  background-color: #F2A03D;
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.card-propia .container-propia .boton-adopcion:hover {
  background-color: #BF500F;
  transform: scale(1.05);
  text-decoration: none;
}
.card-propia .container-propia .boton-adopcion:visited, .card-propia .container-propia .boton-adopcion:focus, .card-propia .container-propia .boton-adopcion:active {
  text-decoration: none;
  color: #fff;
  outline: none;
}

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