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

body {
  font-family: "Georgia", "Times New Roman", serif;
  background-color: rgb(248, 248, 248);
  color: #222;
  line-height: 1.4;
}

/* Header */
header {
  width: 100%;
  background: rgb(231, 149, 122);
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
}

.encabezado {
  display: flex;
}

.fa-phone:before {
  margin-top: 2px;
}

.fa-envelope:before {
  margin-top: 3.5px;
}

.fa-location-dot:before,
.fa-map-marker-alt:before {
  margin-top: 2px;
}

#localizador {
  color: #0808088f;
  padding: 0px 10px 0px 40px;
  font-size: 17px;
  display: flex;
  margin-top: 4px;
}

#localizador p {
  margin-left: 10px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 200;
}

#localizador a {
  margin-left: 10px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 200;
  margin-top: 4px;
  color: #0808088f;
}

a {
  text-decoration: none;
  color: black;
  margin-top: 3px;
}

#redes {
  color: #0808088f;
  padding: 0px 0px 0px 10px;
  font-size: 19px;
  margin-top: 7px;
}

.redes-sociales {
  margin-left: 20em;
  font-size: 20px;
}

@media (max-width: 768px) {
  #redes {
    font-size: 21px;
    margin-top: 12px;
  }

  .redes-sociales {
    margin-left: 4em;
    font-size: 18px;
    margin-top: -6px;
  }

  #localizador {
    padding: 0px;
  }

  .fa-location-dot:before,
  .fa-map-marker-alt:before {
    content: "\f3c5";
    margin-left: 10px;

  }

  .fa-phone:before {
    margin-top: 2px;
    margin-left: 20px;
  }

  #localizador a {
    margin-top: 5px;
    font-size: 18px;

  }

  .fa-envelope:before {
    margin-top: 3px;
    margin-left: 20px;
  }

  .localizador p {
    font-size: 16px;
  }

}

@media (max-width: 480px) {
  header {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  #localizador {
    color: #0808088f;
    font-size: 20px;
    display: flex;
    margin-top: 4px;
  }

  #localizador p {
    margin-left: 10px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 17px;
    font-weight: 200;
    margin-top: 8px;
  }

  #localizador a {
    margin-left: 10px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 17px;
    font-weight: 200;
    margin-top: 15px;
  }

  a {
    text-decoration: none;
    color: black;
    margin-top: 3px;
  }

  #redes {
    color: #0808088f;
    padding: 0px 0px 0px 10px;
    font-size: 25px;
    margin-top: 10px;
  }

  .redes-sociales {
    margin-left: 0.1em;
    font-size: 18px;
    margin-top: 1px;
  }

  .encabezado {
    flex-direction: column;
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .fa-envelope:before {
    margin-top: 12px;
  }

  .fa-phone:before {
    margin-top: 13px;
  }

  .fa-location-dot:before,
  .fa-map-marker-alt:before {
    margin-left: 0px;
  }
}

/* --- Barra de navegación --- */

.menu {
  display: flex;
  align-items: center;
  gap: 25px;
  background-color: rgb(250, 238, 239);

}

.imgLaura {
  width: 125px;
  margin-left: 15px;
  height: 139px;
  margin-top: -10px;
}

.first-line {
  display: flex;
  gap: 20px;
}

.third-line {
  display: flex;
  gap: 20px;

}

.menu-link a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #333;
  font-weight: 200;
  font-size: 16px;

}

.menu-link {
  display: flex;
  flex-direction: column;
}

.text-container {
  display: flex;
  display: flex;
  align-items: center;
  gap: 20px
}

.second-line {
  display: flex;
  align-items: center;
  gap: 20px;

}

.códigoQR {
  width: 100px;
  height: 100px;
  margin-top: 10px;
  margin-left: 25px;
  margin-right: 28px;
}

.text-thirdline {
  width: 250px;
}

.second-img {
  width: 252px;
  margin-right: 20px;
}


/* --- Responsivo --- */
@media (max-width: 768px) {
  .menu a {
    padding: 0.6px 0;
    text-align: right;
    border-bottom: 1px solid #080808;
  }

  .first-line .second-line {
    gap: 50px;
  }

  .second-line {
    gap: 50px;
    margin-top: -10px;
    padding-bottom: 5px;
  }

  .menu-toggle {
    display: block;
    color: black;
    margin-right: 20px;
    font-size: 30px;
  }

  .menu.show {
    display: flex;
  }

  .menu {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
  }

  .imgLaura {
    width: 112px;
    height: 138px;
    margin-left: 0px;
    margin-top: 10px;
    gap: 30px;
  }

  .logo {
    width: 112px;
    height: 112px;
    margin-top: -17px;
  }

  .first-line {
    gap: 30px;
    padding-bottom: 20px;
  }

}

@media (max-width: 480px) {

  .first-line {
    margin-top: 20px;
  }

  .second-line {
    gap: 0px;
    padding: 0px 20px 0px 20px;
  }

  .imgLaura {
    margin: 0px;
  }

  .menu-toggle {
    margin-left: 5em;
  }

  .navbar {
    margin-top: 20px;
  }

  .menu.show {
    margin-top: 20px;
  }

  .fotoLaura {
    width: 320px;
  }

  .códigoQR {
    margin-left: 10px;
    margin-right: 10px;
  }

  .second-img {
    width: 240px;
    height: 120px;
    margin-top: 5px;
    margin-right: 15px;
  }

  .third-line {
    gap: 0px
  }

  .text-thirdline {
    width: 250px;
  }

  .third-line {
    gap: 20px;
  }

  .text-thirdline {
    width: 160px;
  }

}


/* --- Container--- */
.container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.hold-title {
  display: flex;
  color: black;
  font-size: 32px;
  justify-content: center;
  margin-top: 40px;
}

.roots-title {
  margin-bottom: 20px;
}

.roots-title1 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.roots-description {
  text-align: justify;
  width: 93%;
  line-height: 25px;
}

.left-section {
  padding: 50px 50px 0px 0px;
}

.right-section {
  padding: 50px 0px 0px 50px;
}

.vertical-line {
  width: 2px;
  height: 100%;
  background-color: #000;
  margin: 0 20px;
}

.image-card img {
  width: 150px;
  border-radius: 8px;
  height: auto;
  display: flex;
  flex-direction: column;
  padding-bottom: 13px;
}

.image-card1 img {
  width: 150px;
  border-radius: 8px;
  height: auto;
  display: flex;
  flex-direction: column;
  padding-bottom: 13px;
}

.image-card p {
  margin-top: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

.image-card1 p {
  margin-top: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

.vertical-line {
  width: 2px;
  height: 100%;
  background-color: #000;
  margin: 0 20px;
}

.center-section {
  display: flex;
  flex-direction: column;
}

.text-center {
  font-weight: bolder;
  margin-top: 4px;
  background-color: rgb(245, 148, 185);
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.imagenCenter {
  width: 700px;
  margin-top: 45px;
  height: 570px;
}

hr {
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 30px;
}

@media (max-width: 768px) {
  .container {
    display: flex;
    gap: 20px;
  }

  .vertical-line {
    width: 2px;
    height: 100%;
    background-color: #000;
    display: flex;
  }

  .image-card img {
    width: 150px;
    padding: 0px;
  }

  .image-card1 img {
    width: 150px;
    padding: 0px;
  }


  .image-card {
    transition: transform 0.5s ease-in-out;
  }

  .image-card1 {
    transition: transform 0.5s ease-in-out;
  }

  .left-section {
    width: 150px;
    padding: 57px 10px 0px 20px;
  }

  .right-section {
    justify-content: center;
    flex-direction: column;
    width: 150px;
  }

  .image-card p {
    margin-bottom: 10px;
  }

  .image-card1 p {
    margin-bottom: 10px;
  }

  .center-section {
    display: flex;
    flex-direction: column;
    margin-top: -20px;
  }

  .right-section {
    padding: 57px 0px 0px 10px;
  }

  .text-center {
    height: 60px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .linea-divisoria {
    margin-top: 0.2em;
  }

  .imagenCenter {
    width: 470px;
    margin-top: 30px;
    height: 470px;
  }

  .image-card img {
    width: 100px;
  }

  .image-card1 img {
    width: 100px;
  }
}

@media (max-width: 480px) {
  .container {
    display: flex;
    flex-direction: column;
  }

  .left-section {
    padding: 0px;
    margin-top: -10px;
    margin-left: 20px;
    width: max-content;
  }

  .image-card img .image-card1 img {
    width: 310px;
    margin-left: 10px;
    margin-bottom: 20px;
  }

  .image-card p {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0px;

  }

  .imagenCenter {
    width: 330px;
    margin-top: 40px;   
    height: auto;
  }

  .right-section {
    margin-top: 22em;
  }

  .image-card img {
    width: 330px;
    margin-bottom: 20px;
  }

  .image-card1 img {
    width: 330px;
    margin-bottom: 20px;
    margin-left: 12px;
  }

  .image-card1 p {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 250px;
    font-size: 20px;
  }
}

/*Prensa española*/
#noticeContainer {
  display: grid;
  justify-content: center;
  gap: 1.5rem;
  padding: 1rem;
  grid-template-columns: repeat(6, 1fr);
  max-width: 1200px;
  margin: 0 auto;
}

#noticeContainer img {
  width: 200px;
  height: 240px;
}

.info p {
  width: 200px;
  margin-bottom: 90px;
}

.notice {
  display: grid;
  justify-content: center
}

.encabezado-noticia {
  padding: 20px;
  text-align: center
}

@media (max-width: 768px) {
  #noticeContainer {
    grid-template-columns: repeat(2, 1fr);
    align-self: center;
  }

  #noticeContainer img {
    margin-top: 30px;
  }

  h1 {
    padding: 1px;
    margin-top: 20px;
  }

  .encabezado-noticia {
    padding: 0px;
    margin-top: 20px;
    }
    .info p {
  width: 200px;
  margin-bottom: 70px;
}
}

@media (max-width: 480px) {
  #noticeContainer {
    grid-template-columns: repeat(1, 1fr);
    align-self: center;
  }


   }


/* Estilo Whatsapp */
.whatsapp-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 1000;
}

/* Botón de WhatsApp */
.whatsapp-button {
  display: flex;
  align-items: center;
  background-color: #25d366;
  padding: 10px;
  border-radius: 50px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  position: relative;
  transition: background-color 0.3s;
}

/* Icono de WhatsApp */
.whatsapp-icon {
  width: 30px;
  height: 30px;
}

/* Texto emergente */
.whatsapp-text {
  margin-left: 10px;
  margin-right: 10px;
  color: white;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
}

/* Mostrar texto emergente al hacer hover */
.whatsapp-button:hover .whatsapp-text {
  opacity: 1;
  transform: translateX(0);
}

/* Mostrar el botón cuando es visible */
.whatsapp-container.visible {
  opacity: 1;
  visibility: visible;
  transform: translateX(-10px);
  transition: opacity 0.3s, transform 0.5s;
}

/* Footer dentro de la curva */
.footer {
  text-align: center;
  position: relative;
  background-color: #f5dcba;
}

.p-footer {
  margin-top: 20px;
  font-size: 16px;
  color: #444;
  padding-top: 20px;
}

.footer .sociales {
  margin-top: 10px;
  padding-bottom: 20px;
}

.footer .sociales a {
  color: #444;
  text-decoration: none;
  margin: 0 8px;
  font-weight: 500;
  transition: color 0.3s;
}

.footer .sociales a:hover {
  color: #b28b62;
}