/*h1*/
.parkinsans-regular {
    font-family: "Parkinsans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400; /*según la variante */
    font-style: normal;
}
/*h2*/
.poiret-one-regular {
    font-family: "Poiret One", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
/*h3*/
.quicksand {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
  }
/*texto botton*/
.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

body {
    background-color: #1f2629;
    color: rgb(224, 253, 231);
    margin: 3rem;
}

h2{
    font-family: "Parkinsans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400; /*según la variante */
    font-style: normal;

    display: flex;
  justify-content: center; 
  align-items: center;
    text-align: center;
}
h4{
  font-family: "Parkinsans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400; /*según la variante */
    font-style: normal;
    font-size: 25px;
    color: #94c9f5;
}
.navbar{
  display: flex;
  justify-content: center;
}
.navbarH2{
    margin: 10px;
    font-family: "Parkinsans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400; /*según la variante */
    font-style: normal;
    font-size: 60px;
  justify-content: center; 
  align-items: center;
    text-align: center;
}
.navbarh3{
  font-size: 20px;
  display: block;
}
.quienesSomos {
  background-color: rgb(22, 22, 22);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  flex-wrap: wrap;
  color: white;
  margin-left: 5%;
  margin-right: 5%;
  border-radius: 5px;
}

.quienesTexto {
  flex: 1 1 60%;
  text-align: center;
  font-size: 2rem;
}


  /* Estilo del texto */
  .textoQuienesSomos {
    font-size: 2rem;
    flex: 1; /* Ocupa el espacio disponible */
    text-align: center;
    color: white;
  }

  /* Estilo del botón */
  .buttonQuienesSomos {
    isolation: isolate;
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 12px 48px;
    border-radius: 9999rem;
    background: transparent;
    position: relative;
    
  }

  /* Efecto del fondo del botón */
  .buttonQuienesSomos  .back {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #bd8585;
    background-color: #bd8585;
    color: #000000;
    border-radius: inherit;
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: -1;
  }

  /* Animaciones del botón */
  .botton_turnoyprecio a {
    color: rgb(0, 0, 0);
    margin: 10px;
    font-size: 1.5rem;
    transition: transform 0.3s ease;
    text-decoration: none;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  }
  
  .botton_turnoyprecio a:hover {
    transform: scale(1.2);
    color: #5d5e8b;
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    justify-content: center;
  }
  
  .buttonQuienesSomos > .back::before {
    content: "";
    width: 0;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    
  }

  /* Efectos de hover y active */
  .buttonQuienesSomos:hover {
    color: rgb(0, 0, 0);
  }

  .buttonQuienesSomos:hover > .back {
    transform: scale(95%);
  }

  .buttonQuienesSomos:hover > .back::before {
    width: 120%;
  }

  .buttonQuienesSomos:active > .back {
    transform: scale(90%);
  }

/*ruts links*/

.rutas_links{
  color: #ffffff;
  font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    text-decoration: none;
    font-size: 20px;
  display: flex;  
  justify-content: space-between;
  gap: 2rem;
  list-style: none;
  margin-top: 5rem;
}

.rutas_links a{
  color: #ffffff;
  text-decoration: none;
  position: relative;
  transition: 0.3s ease;
  
}

.rutas_links a::after{
  position: absolute;
  height: 2px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.rutas_links a:hover{
  color: #bd8585;
}

.rutas_links a:hover::after{
  transform: scaleX(1);
  transform-origin: left;
}


.descubre_gmaps{
        margin: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center; 
  font-size: 30px;
}


 /*boton google maps*/
.button_googlemaps {
    isolation: isolate;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 12px 48px;
    border-radius: 9999rem;
    background: transparent;
    position: relative;
    text-decoration: none;
  }

  /* Efecto del fondo del botón */
  .button_googlemaps  .back {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #bd8585;
    background-color: #5d5e8b;
    color: #fffdfd;
    border-radius: inherit;
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: -1;
  }

  /* Animaciones del botón */
  .button_googlemaps a {
    color: rgb(255, 255, 255);
    margin: 10px;
    font-size: 1.5rem;
    transition: transform 0.3s ease;
    text-decoration: none;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  text-decoration: none;
  }
  
  .button_googlemaps a:hover {
    transform: scale(1.2);
    color: #5d5e8b;
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    justify-content: center;
  }
  
  .button_googlemaps > .back::before {
    content: "";
    width: 0;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #5d5e8b;
    color: #ffffff;
  }

  /* Efectos de hover y active */
  .button_googlemaps:hover {
    color: rgb(255, 255, 255);
  }

  .button_googlemaps:hover > .back {
    transform: scale(95%);
  }

  .button_googlemaps:hover > .back::before {
    width: 120%;
  }

  .button_googlemaps:active > .back {
    transform: scale(90%);
  }

.reseñas{
background-color: #1f2629;
  }

.comentarios{
margin: 3rem;
}

.comentarios p {
font-size: 20px;
}

.footer {
  background-color: #111;
  color: white;
  text-align: center;
  padding: 20px;
  font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    flex-direction: column;
    align-items: center;     /* centra horizontalmente */
    justify-content: center; /* centra verticalmente */
    text-align: center;
    
}

.footer-content {
  display: flex;
  flex-direction: column; /* apila los elementos verticalmente */
  align-items: center;    /* centra horizontalmente */
  gap: 15px;
  margin-bottom: 10px
}

.footer a {
  color: white;
  margin: 0 10px;
  font-size: 1.5rem;
  transition: transform 0.3s ease;
  text-decoration: none;
  font-size: 15px;
}

.footer a:hover {
  transform: scale(1.2);
  color: #5d5e8b;
}

.footer-credit {
  margin-top: 10px;
  font-size: 0.9rem;
  color: #aaa;
}

/* -------------------- Responsive general -------------------- */
@media (max-width: 1024px) {
  .navbarH2 {
    font-size: 40px;
  }

  .rutas_links {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    font-size: 18px;
  }

  .presentacion {
    margin: 3rem 1rem;
  }

  .presentacion h3 {
    font-size: 30px;
  }

  .presentacion p {
    font-size: 22px;
  }

  .presentacion2 {
    font-size: 22px;
    padding: 0 1rem;
  }

  .presentacion2 p {
    margin: 4rem 1rem;
  }

  .dueños1 {
    padding: 2rem 1rem;
    margin: 2rem auto;
  }

  .dueños1 h3 {
    font-size: 28px;
  }

  .dueños1 p {
    font-size: 22px;
  }

  .presentacion_dueño {
    font-size: 16px;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .navbarH2 {
    font-size: 32px;
  }

  .textoQuienesSomos {
    font-size: 20px;
    padding: 1rem;
  }

  .quienesTexto {
    font-size: 22px;
    text-align: center;
  }

  .buttonQuienesSomos {
    padding: 10px 24px;
    font-size: 14px;
  }

  .botton_turnoyprecio a {
    font-size: 14px;
  }

  .cuadro {
    width: 80px;
    height: 80px;
  }

  .footer a {
    font-size: 1.2rem;
  }

  .footer-credit {
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  body {
    margin: 1rem;
  }

  .navbarH2 {
    font-size: 26px;
  }

  .presentacion h3 {
    font-size: 24px;
  }

  .presentacion p,
  .presentacion2 {
    font-size: 18px;
  }

  .presentacion2 p {
    margin: 2rem 1rem;
  }

  .quienesTexto,
  .textoQuienesSomos {
    font-size: 18px;
  }

  .rutas_links {
    gap: 0.8rem;
    font-size: 16px;
  }

  .footer-content {
    padding: 0 1rem;
  }

  .cuadro {
    width: 70px;
    height: 70px;
  }

  .whatsapp-float {
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
  }

  .whatsapp-float img {
    width: 28px;
    height: 28px;
  }
}


.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  transition: transform 0.3s;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-float img {
  width: 35px;
  height: 35px;
}
