@import url("https://fonts.googleapis.com/css2?family=Lisu+Bosa:wght@600;800&family=Poppins:wght@400;500;600;700&display=swap");

:root {
  --primary-color: #ffffff;
  --primary-color-light: #5f301a;
  --secondary-color: #69331a;
  --extra-light: rgba(255, 255, 255, 0.5);
  --white: #ffffff;
  --max-width: 1200px;
  --header-font: "Poppins", sans-serif;
  --color_punto_express: #783c21;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.section__container_no_pagues_cuerrier {
  max-width: var(--max-width);
  margin: auto;
  padding: 5rem 1rem;
}

.nopaguescurrier_img {
  margin-top: -100px;
}

.section__container2 {
  padding: 0 2rem;
  max-width: 100%;
}

.section__container {
  max-width: var(--max-width);
  margin: auto;
  padding: 5rem 1rem;
}

.section__header {
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 800;
  font-family: var(--header-font);
  color: #b37351;
}

.section__header_servicios {
  margin-bottom: 2rem;
  font-size: 6.5rem;
  font-weight: 800;
  text-align: center;
  font-family: var(--header-font);
  color: #b37351;
}

.section__subheader {
  max-width: 600px;
  margin: auto;
  text-align: center;
}

.btn {
  padding: 0.75rem 1.5rem;
  outline: none;
  border: none;
  font-size: 1rem;
  color: var(--primary-color);
  background-color: var(--secondary-color);
  cursor: pointer;
}

img {
  width: 100%;
  display: flex;
}

a {
  text-decoration: none;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  color: var(--white);
  background-color: var(--primary-color);
}

nav {
  background-color: transparent;
}

.header__container4 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 78vh;
  padding: 0;
}

.nav__bar {
  max-width: var(--max-width);
  margin: auto;
  padding: 1.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.nav__logo {
  margin-left: 60px;
}

.nav__logo img {
  height: 65px;
  width: auto;
}

.nav__links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.btn-nav {
  font-size: 18px;
  padding: 0.3rem 1rem;
  border: 1px solid var(--color_punto_express);
  border-radius: 20px;
  background-color: var(--color_punto_express);
  color: var(--white);
  transition: background-color 0.3s ease, color 0.3s ease;
  font-weight: 500;
}

.btn-nav:hover {
  background-color: var(--secondary-color);
  color: var(--white);
}

.link a {
  font-size: 18px;
  padding: 1.5rem 5px;
  font-weight: 600;
  color: var(--color_punto_express);
  transition: 0.3s;
}

.link a:hover {
  color: var(--secondary-color);
  border-bottom: 2px solid var(--secondary-color);
}

.link span {
  padding: 1rem 0;
  color: var(--white);
  cursor: pointer;
}

.header__container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0;
}

.header__container img {
  max-width: 109%;
  max-height: 100%;
  object-fit: contain;
  position: relative;
  margin-top: -200px;
}

#comoPedirHeader {
  font-size: 4.5rem;
  font-weight: 700;
  margin-top: 80px;
  margin-left: 20px;
}

.about__text{
  margin-left: 6px;
}

.about__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
}

.about__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.about__card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background-color: white;
  border: 2px solid var(--primary-color);
  border-radius: 8px;
}

.about__card img {
  max-width: 50px;
}

.about__card h4 {
  margin: 0 0 0.1rem 0;
  font-size: 1.2rem;
  color: #000;
}

.about__card p {
  margin: 0;
  font-size: 1.1rem;
  color: #333;
}

.about__image {
  float: right;
  margin-left: 10px;
  max-width: 650px;
  margin-top: -170px;
}

.discover {
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.05),
    transparent
  );
}

.discover__grid {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.discover__card {
  max-width: 320px;
  margin: auto;
}

.discover__card:nth-child(2) {
  transform: translateY(5rem);
}

.discover__image {
  position: relative;
}

.discover__image::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
}

.discover__card__content {
  padding: 1rem 2rem;
  text-align: center;
  transform: none;
  background-color: #f4f0ec;
}

.discover__card__content h4 {
  margin-bottom: 1rem;
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  font-family: var(--header-font);
  color: var(--secondary-color);
}

.discover__card__content p {
  margin-bottom: 2rem;
  color: var(--secondary-color);
}

.discover__btn {
  padding: 0.75rem 1rem;
  outline: none;
  font-size: 1rem;
  font-weight: 800;
  color: var(--secondary-color);
  background-color: transparent;
  border: 1px solid var(--secondary-color);
  cursor: pointer;
}

.calculator {
  background-color: #b26841;
  padding: 2rem 0;
}

.calculator__container {
  max-width: 800px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.calculator__title-image {
  width: 100%;
  max-width: 700px;
  margin-bottom: 1rem;
}

.calculator__box {
  background-color: #f3efe9;
  padding: 1.5rem 2rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  color: #723b2d;
}

.calculator__input {
  width: 100px;
  padding: 0.5rem;
  font-size: 1rem;
  border: 1px solid #723b2d;
  border-radius: 4px;
  text-align: center;
  color: #723b2d;
}

.calculator__currency {
  padding: 0.5rem;
  font-size: 1rem;
  border: 1px solid #723b2d;
  border-radius: 4px;
  background-color: #fff;
  color: #723b2d;
  font-weight: bold;
}

.calculator__swap {
  background-color: transparent;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #723b2d;
}

.calculator__result {
  font-size: 1.2rem;
  color: #723b2d;
  font-weight: bold;
  margin-left: 1rem;
}

.faq-section {
  background-color: white;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  min-height: 100vh;
  margin-top: 20px;
  overflow: hidden;
}

.faq-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 800px;
  position: relative;
  text-align: left;
  padding-top: 3rem;
}

.faq-logo-container {
  position: absolute;
  top: -2rem;
  right: 23.8rem;
}

.faq-logo {
  width: 600px;
  height: auto;
}

.faq-title {
  font-size: 3.8rem;
  font-weight: bold;
  color: var(--color_punto_express);
  margin-bottom: 1rem;
}

.faq-bubble {
  background-color: #b46a32;
  color: #fff;
  padding: 1rem 1.5rem;
  border-radius: 25px;
  margin-bottom: 1rem;
  position: relative;
  max-width: 80%;
  width: auto;
  font-size: 1.1rem;
  font-weight: 500;
  word-wrap: break-word;
  white-space: pre-wrap;
}

.faq-bubble::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: 10px solid transparent;
  border-right-color: #b46a32;
  border-left: 0;
  margin-left: -20px;
}

.faq-answer {
  background-color: #f0ebe1;
  color: #333;
  padding: 1rem 1.5rem;
  border-radius: 25px;
  margin-bottom: 1rem;
  max-width: 80%;
  width: 400px;
  font-size: 1rem;
  font-weight: 400;
  position: relative;
  word-wrap: break-word;
  white-space: pre-wrap;
}

.faq-answer::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: 10px solid transparent;
  border-left-color: #f0ebe1;
  border-right: 0;
  margin-right: -20px;
}

.faq-right-image {
  position: absolute;
  top: 50%;
  right: -200px;
  margin-top:47px;
  transform: translateY(-50%);
  z-index: 10;
}

.right-image {
  width: 700px;
  height: auto;
  max-width: 100vw;
  object-fit: cover;
}

.computer-image-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
  overflow: hidden;
}

.centered-image-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.centered-image {
  width: 100%;
  max-width: 1300px;
  height: auto;
  transform: scale(1.3);
  object-fit: cover;
}

.centered-image-container_sobre_nosotros {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.center-image-section_sobre_nosotros {
  position: relative;
  z-index: 10;
  margin-bottom: 200px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.centered-image_sobre_nosotros {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.containerz-fotos-del-equipo {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.main-image {
  width: 100%;
  border-radius: 10px;
}

.contentz-fotos-del-equipo {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.left-section, .right-section {
  flex: 1;
}

.right-section {
  flex: 1.5;
}

.sectionz-fotos-del-equipo {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section img {
  width: 100%;
  border-radius: 10px;
}

h1, h2 {
  color: #7b5233;
}

.sss p {
  line-height: 1.4;
  color: #7b5233;
  font-weight: 500;
}

.highlight {
  font-weight: bold;
  color: #7b5233;
}

.highlight span {
  font-weight: 800;
}

.punto-express-fotos-del-equipo {
  position: relative;
  overflow: hidden;
}

.punto-express-fotos-del-equipo::before,
.punto-express-fotos-del-equipo::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.5;
  background: radial-gradient(circle, rgba(255, 193, 150, 0.6), rgba(255, 142, 78, 0.3));
  animation: bubbleAnimation 8s ease-in-out infinite;
}

.punto-express-fotos-del-equipo::before {
  width: 400px;
  height: 400px;
  top: -50px;
  left: -50px;
}

.punto-express-fotos-del-equipo::after {
  width: 300px;
  height: 300px;
  bottom: -80px;
  right: -10px;
}

@keyframes bubbleAnimation {
  0%, 100% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-30px) translateX(20px);
  }
}

.full-width-image-container {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.full-width-image-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.contact-section {
  position: relative;
  padding: 3rem 1rem;
  background-color: #ffffff;
  overflow: hidden;
}

.bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.bubble {
  position: absolute;
  background-color: var(--primary-color-light);;
  border-radius: 50%;
  opacity: 0.15;
  z-index: -1;
}

.bubble1 {
  width: 200px;
  height: 200px;
  top: 10%;
  left: 20%;
}

.bubble2 {
  width: 300px;
  height: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bubble3 {
  width: 150px;
  height: 150px;
  bottom: 10%;
  right: 20%;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: relative;
  z-index: 1;
}

.contact-content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
}

.contact-text {
  flex: 1;
  color: #7b5233;
}

.contact-text h1 {
  font-size: 4.3rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #ca7a68;
}

.contact-text p {
  font-size: 1.3rem;
  line-height: 1.6;
}

.contact-form {
  flex: 1;
}

.contact-form .form-group {
  margin-bottom: 1rem;
}

.contact-form label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  font-weight: bold;
  color: #7b5233;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.8rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
}

.contact-form textarea {
  resize: none;
}

.contact-form .submit-button {
  padding: 0.8rem 1.5rem;
  background-color: #7b5233;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
}

.contact-form .submit-button:hover {
  background-color: #69331a;
}

.contact-map {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem auto;
  max-width: 90%;
}

.contact-map iframe {
  border-radius: 15px;
  border: 2px solid #f0ebe1;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.journals__btn {
  margin-top: 4rem;
  text-align: center;
}

.footer__logo {
  text-align: center;
  margin-bottom: 1rem;
}

.footer__logo img {
  max-width: 200px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.section__container_footer {
  max-width: 100%;
  margin: auto;
  padding: 5rem 1rem;
}

.footer__container {
  text-align: center;
  background-color: var(--color_punto_express);
}

.footer__container h4 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.footer__socials {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.footer__socials span a {
  font-size: 1.5rem;
  color: var(--white);
  cursor: pointer;
  transition: 0.3s;
}

.footer__socials span a:hover {
  color: var(--secondary-color);
}

.footer__container p {
  max-width: 600px;
  margin: auto;
  margin-bottom: 4rem;
}

.footer__nav {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.footer__link a {
  font-weight: 500;
  color: var(--white);
}

.footer__link a:hover {
  color: var(--secondary-color);
}

.footer__bar {
  padding: 1rem;
  text-align: center;
  font-size: 0.8rem;
  border-top: 1px solid var(--extra-light);
  color: #f4f0ec;
  background: #5f2f1b;
}

.hamburger-menu {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  z-index: 100;
}

.hamburger-menu span {
  width: 25px;
  height: 3px;
  background-color: var(--color_punto_express);
  transition: 0.3s;
}

.nav__links {
  display: flex;
  list-style: none;
  gap: 1rem;
  transition: 0.3s;
}

.nav__links.active {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 70%;
  max-width: 300px;
  background-color: var(--primary-color);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 4rem;
  z-index: 99;
}

.mobile-nav-link {
  background-color: transparent;
  color: var(--secondary-color);
}

.hamburger-menu.fixed {
  position: fixed;
  top: 2.7rem;
  right: 1rem;
  z-index: 101;
}

@media (max-width: 768px) {
  .hamburger-menu {
      display: flex;
  }
  .nav__links {
    display: none;
    margin-top: 20px;
  }
  .btn-nav{
    border-radius: 0;
    padding: 0;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
  }

  .nav__links.active .link a {
    background-color: transparent;
    color: var(--secondary-color);
    padding: 1rem 2rem;
    width: 100%;
    text-align: left;
    border: none;
}

  .nav__links li {
    width: 100%;

  }

  .nav__links.active {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 70%;
    max-width: 300px;
    background-color: var(--primary-color);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 4rem;
    z-index: 99;
  }

  .nav__links li {
    width: 100%;
  }

  .nav__links a {
    display: block;
    padding: 1rem 2rem;
    color: var(--primary-color);
    font-size: 1.5rem;
    width: 100%;
  }

  .nav__logo img {
    height: 53px;
  }


}

@media (width < 900px) {
  .about__container {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }

  .about__container :is(.section__header, .section__subheader) {
    text-align: center;
  }

  .about__image {
    grid-area: 1/1/2/2;
  }

  .discover__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .blogs__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .journals__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .gallery__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .contact__container {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact__col:first-child {
    grid-area: 1/1/2/3;
    text-align: center;
  }
}

@media (width < 600px) {
  .header__container {
    text-align: center;
  }

  .header__container h4 {
    margin-left: 0;
  }

  .about__card {
    border: none;
  }

  .discover__grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .discover__card:nth-child(2) {
    transform: translateY(0);
  }

  .blogs__grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .journals__grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact__container {
    grid-template-columns: repeat(1, 1fr);
  }

  .contact__col:first-child {
    grid-area: unset;
  }

}

@media (max-width: 320px) {
}

@media (max-width: 375px) {
  header{
    height: 55vh;
  }

}

@media (max-width: 425px) {
}

@media (max-width: 768px) {
  header{
    background-size: cover;
    background-position: top;
    min-height: 50vh;
  }

  .nav__logo {
    margin-left: 20px;
  }

  .nav__logo img {
    height: 40px;
  }

  .header__container4{
    height: 40vh;
  }

  .section__container_no_pagues_cuerrier {
    margin: auto;
    margin-top: -10px;
    padding: 5rem 1rem;
  }

  .nopaguescurrier_img {
    margin-top: -80px;
  }

  #comoPedirHeader, .section__header_servicios{
    font-size: 3.0rem;
  }

  .about__card{
    margin-left: -28px;
  }

  .calculator__box {
    flex-direction: column;
    padding: 1rem;
    gap: 0.5rem;
    width: 90%;
  }

  .calculator__input, .calculator__currency {
    width: 100%;
    font-size: 1rem;
  }

  .calculator__result {
    font-size: 1rem;
    text-align: center;
    margin: 0;
    padding-top: 0.5rem;
  }

  .calculator__swap {
    font-size: 1.2rem;
  }

  .faq-right-image {
    right: -300px;
  }

  .faq-title {
    font-size: 2.5rem;
  }
  .faq-container{
    margin-left: 40px;
  }
  .faq-logo{
    margin-right: -500px;
  }

  .centered-image{
    display: none;
  }
}

@media (max-width: 768px) {
  #comoPedirHeader {
    font-size: 2.2rem;
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .about__image {
    float: none;
    margin: 0 auto;
    display: block;
    max-width: 90%;
    margin-top: -170px;
  }
}

.floating {
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  padding: 15px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  font-size: 24px;
  line-height: 24px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.5);
}

.scroll-down-float {
  position: fixed;
  bottom: 80px;
  right: 20px;
  background-color: #e6dfdc;
  color: #82462f;
  border-radius: 10px;
  padding: 10px 15px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  text-decoration: none;
  animation: bounce 2s infinite;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.scroll-down-float i {
  font-size: 20px;
}

.scroll-down-float:hover {
  transform: scale(1.1);
}

@keyframes bounce {
  0%, 100% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(-10px);
  }
}

#cookie-banner {
  display: none;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #69331a;
  color: white;
  text-align: center;
  padding: 1rem;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}

.cookie-banner p {
  margin: 0;
  font-size: 0.9rem;
}

.cookie-banner a {
  color: #b37351;
  text-decoration: underline;
}

.cookie-banner .btn {
  background-color: #b37351;
  color: #ffffff;
  border: none;
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-size: 0.9rem;
  border-radius: 5px;
}

.cookie-banner .btn:hover {
  background-color: #986144;
}

#cookiesModal .modal-body { background: #b37350; }
