/* Fonts desde Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poiret+One&family=Quicksand:wght@400&display=swap');

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

/*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;
}


.presentacion {
  margin: 7rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center; /* Centra el texto dentro de los elementos */
 
}

.presentacion h3 {
  font-size: 40px;
  margin: 10px 0;
}

.presentacion p {
  font-size: 30px;
  margin: 10px 0;
}

.dueños1 {
  background-color: #5d5e8b;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 3rem;
  margin: 3rem auto;
  border-radius: 20px;
  gap: 2rem;
  max-width: 1200px;
}
.dueños1 h3{
  font-size: 35px;
}
.dueños1 p{
  font-size: 30px;
}
/* Imagen: estilo base */
.dueños1 img {
  width: 300px;
  height: auto;
  border-radius: 20px;
  flex-shrink: 0;
}

/* Para cuando queremos que la imagen esté a la derecha */
.dueños1.img-derecha {
  flex-direction: row;
}

.dueños1.img-derecha img {
  margin-left: auto;
}

.presentacion_dueño {
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  color: #fff;
  max-width: 700px;
  text-align: left;
}

/* Responsive para móviles */
@media (max-width: 768px) {
  .dueños1,
  .dueños1.img-derecha {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .presentacion_dueño {
    text-align: center;
    max-width: 100%;
  }

  .dueños1.img-derecha img {
    margin-left: 0;
  }
}


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

.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;
}


/* Footer */
.footer {
    margin-top: 25px;
    background-color: #111;
    color: white;
    text-align: center;
    padding: 20px;
    font-family: "Quicksand", sans-serif;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

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

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

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

/* Cuadros en estilo */
.cuadro {
    display: block;
    position: relative;
    background-color: #4e5b62;
    border-radius: 8px;
    width: 100px;
    height: 100px;
    transition: all 0.3s ease;
}

.cuadro:hover {
    background-color: #5c6d73;
}

.cuadro::after {
    content: '';
    position: absolute;
    bottom: -25px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    visibility: hidden;
    color: white;
}

/* ============================= */
/* 🟦 RESPONSIVE DESIGN GENERAL */
/* ============================= */

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

  .presentacion p, .presentacion h3 {
    font-size: 25px;
  }

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

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

  .quienesTexto {
    font-size: 1.8rem;
  }
}

/* Móviles */
@media (max-width: 768px) {
  body {
    margin: 1rem;
  }

  .navbar {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .navbarH2 {
    font-size: 30px;
    margin: 0.5rem 0;
  }

  .navbarh3 {
    font-size: 16px;
  }

  .quienesSomos {
    flex-direction: column;
    padding: 1rem;
    margin: 1rem;
    text-align: center;
  }

  .quienesTexto {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .buttonQuienesSomos {
    justify-content: center;
    padding: 10px 30px;
  }

  .rutas_links {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    text-align: center;
  }

  .presentacion {
    margin: 2rem 1rem;
  }

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

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

  .presentacion2 {
    font-size: 20px;
    flex-direction: column;
  }

  .presentacion2 p {
    margin: 2rem 1rem;
    font-size: 18px;
  }

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

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

/* Móviles pequeños */
@media (max-width: 480px) {
  .navbarH2 {
    font-size: 24px;
  }

  .quienesTexto {
    font-size: 1.2rem;
  }

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

  .dueños1 {
    padding: 1rem;
  }

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

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

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

