@charset "UTF-8";
/* Reset básico */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Work Sans", sans-serif;
  overflow-x: hidden;
}

.btn {
  background-color: #dfcca3;
  color: #36431e;
  padding: 0.4rem 1.5rem;
  border-radius: 0;
  font-size: 18px;
  font-weight: 400;
  border: 2px solid #dfcca3;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
}
.btn:hover, .btn:focus {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.bk {
  background-size: cover;
  background-position: center top 0px;
  position: relative;
  padding: 2rem 0;
  color: white;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.bonton-sec1 {
  color: white;
  font-size: 15px;
  background-color: orange;
  border: none;
  padding: 8px 16px;
  border-radius: 16px;
  width: 160px;
  transition: background-color 0.3s ease;
}
.bonton-sec1:hover {
  filter: brightness(1.03);
}

.bonton-sec3 {
  color: white;
  font-size: 15px;
  background-color: orange;
  border: none;
  padding: 8px 16px;
  border-radius: 16px;
  width: 245px;
  transition: background-color 0.3s ease;
}
.bonton-sec3:hover {
  filter: brightness(1.03);
}

.bonton-sec2 {
  color: rgb(245, 143, 2);
  font-size: 17px;
  background-color: rgb(255, 255, 255);
  border: none;
  padding: 8px 16px;
  border-radius: 16px;
  width: 298px;
  transition: background-color 0.3s ease;
}
.bonton-sec2:hover {
  filter: brightness(1.03);
}

.bonton-sec4 {
  color: rgb(255, 255, 255);
  font-size: 17px;
  background-color: rgb(151, 59, 172);
  border: none;
  padding: 8px 16px;
  border-radius: 16px;
  width: 298px;
  transition: background-color 0.3s ease;
}
.bonton-sec4:hover {
  filter: brightness(1.03);
}

.navbar .img-logo {
  max-width: 225px;
}
.navbar .navbar-toggler {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 4px;
  transform: scale(1.2);
}
.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar .navbar-collapse {
  padding-top: 1rem;
}
.navbar .navbar-nav {
  text-align: center;
}
.navbar .nav-link {
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 1.2rem;
  padding: 1rem 0;
  text-transform: none;
}
.navbar .nav-link:hover {
  color: #dfcca3;
}
.navbar .lang-switcher-container {
  padding: 0 0 2rem;
  margin-top: 0.5rem;
}
.navbar .lang-switcher-container .lang-switcher-nav {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 3rem;
  justify-content: center;
}
.navbar .lang-switcher-container .lang-switcher-nav .lang-item {
  margin: 0;
}
.navbar .lang-switcher-container .lang-switcher-nav .lang-item .lang-link {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  border-radius: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: black;
  background-color: rgba(223, 204, 163, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.navbar .lang-switcher-container .lang-switcher-nav .lang-item .lang-link:hover {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  color: black;
}
.navbar .lang-switcher-container .lang-switcher-nav .lang-item .lang-link.active-lang {
  background-color: #dfcca3;
  color: #333;
  font-weight: 600;
  border-color: rgb(209.8387096774, 183.0241935484, 125.1612903226);
  cursor: default;
}
.navbar .lang-switcher-container .lang-switcher-nav .lang-item .lang-link.active-lang:hover {
  background-color: #dfcca3;
  border-color: rgb(209.8387096774, 183.0241935484, 125.1612903226);
  color: #333;
}
@media (min-width: 992px) {
  .navbar .navbar-collapse {
    padding-top: 0;
  }
  .navbar .separator {
    align-content: center;
    color: rgb(255, 255, 255);
    font-size: 1.5rem;
    margin: 0 0.8rem;
    user-select: none;
  }
  .navbar .lang-switcher-container {
    margin-top: 0;
    padding: 0;
    align-content: center;
  }
  .navbar .lang-switcher-container .lang-switcher-nav {
    gap: 0.5rem;
  }
  .navbar .lang-switcher-container .lang-switcher-nav .lang-item .lang-link {
    font-size: 0.9rem;
    padding: 0.4rem 0.9rem;
  }
  .navbar .bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
  }
}
@media (max-width: 991.98px) {
  .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 999;
    padding: 1rem;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  }
  .navbar .separator {
    display: none !important;
  }
  .navbar .nav-link {
    padding: 0.5rem 0;
  }
}

/* Contenedor verde superior */
.footer-main {
  background-color: rgb(245, 143, 2);
  color: white;
}

/* Contenedor negro inferior */
.footer-bottom {
  background-color: #8451d0;
  text-align: center;
  color: white;
  font-size: 14px;
  padding: 20px 0;
}
.footer-bottom .footer-links a {
  color: #ffffff;
  text-decoration: none;
  margin: 0 6px;
}
.footer-bottom .footer-links a:hover {
  text-decoration: underline;
}
@media (max-width: 576px) {
  .footer-bottom {
    font-size: 11px;
  }
  .footer-bottom .footer-links a {
    font-size: 11px;
    margin: 0 4px;
  }
  .footer-bottom .footer-copy {
    font-size: 11px;
  }
}

.footer-bottom-dos {
  background-color: #113023;
  color: #ffffff;
  padding: 1px;
}

.color-a {
  color: #ffffff !important;
}

.footer-logo {
  flex: 0 1 auto;
  text-align: center;
}

.footer-socials {
  flex: 1 1 30%;
  justify-content: flex-end;
  gap: 1rem;
  align-items: center;
}

.footer-socials svg {
  width: 50px;
  height: 50px;
  fill: white;
  cursor: pointer;
  transition: fill 0.3s ease;
}

.footer-socials svg:hover {
  fill: #d1d5db;
}

.nav-bar-footer {
  align-items: center;
  justify-content: center;
  list-style: none;
}

.color-a {
  background-color: rgb(245, 143, 2) !important;
}

@media (min-width: 768px) {
  .footer-container {
    flex-direction: column;
    display: flex;
    text-align: center;
  }
  .footer-nav {
    justify-content: center;
    flex: 1 1 100%;
    margin-bottom: 1rem;
  }
  .footer-logo {
    margin-bottom: 1rem;
  }
  .footer-socials {
    justify-content: center;
    flex: 1 1 100%;
  }
  .nav-bar-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
  }
}
.bk-01 {
  height: 61dvh;
}
.bk-01 h2 {
  color: white;
  font-size: 30px;
  line-height: 1.2;
}
.bk-01 .text {
  color: white;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .bk-01 {
    height: 88dvh;
  }
  .bk-01 .container.text-center h2 {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 55px;
  }
  .bk-01 .container.text-center .text {
    max-width: 1200px;
    margin: 16px auto 0;
    font-size: 45px;
    font-weight: 300;
  }
  .bk-01 .justify-content-between {
    justify-content: center !important;
  }
  .bk-01 .bonton-sec1 {
    color: white;
    font-size: 21px;
    background-color: orange;
    border: none;
    padding: 10px 22px;
    border-radius: 17px;
    width: 400px;
    transition: background-color 0.3s ease;
  }
  .bk-01 .botonDesk {
    gap: 30px;
    margin-top: 12rem;
  }
}

.hero-wrapper {
  height: 70dvh;
  background-image: url("../images/seccion1/fondo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
@media (min-width: 768px) {
  .hero-wrapper {
    height: 100dvh;
  }
}

.bk-02 {
  min-height: 80dvh;
  background-image: url("../images/seccion2/fondo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.bk-02 h2 {
  color: white;
}
.bk-02 h2.big {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 400;
}
.bk-02 h2.medium {
  font-size: 25px;
  line-height: 1.2;
}
.bk-02 h2.small {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 400;
}
.bk-02 .sec2 {
  width: 100%;
}
@media (min-width: 768px) {
  .bk-02 h2 {
    color: white;
    font-size: 2.6rem;
  }
  .bk-02 h2.big {
    font-size: 45px;
  }
  .bk-02 h2.medium {
    font-size: 50px;
  }
  .bk-02 h2.small {
    font-size: 40px;
  }
  .bk-02 .row:nth-child(2) {
    display: flex;
    flex-direction: row-reverse;
    padding-top: 4rem;
  }
}

.bk-03 {
  min-height: 80dvh;
  background-image: url("../images/seccion3/fondo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.bk-03 h2 {
  color: white;
}
.bk-03 h2.big {
  font-size: 28px;
  line-height: 1.3;
}
.bk-03 h2.medium {
  font-size: 28px;
  line-height: 1.2;
}
.bk-03 h2.small {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 400;
}
.bk-03 p {
  font-size: 30px;
}
.bk-03 .sec2 {
  width: 100%;
}
@media (min-width: 768px) {
  .bk-03 h2.big {
    font-size: 40px;
  }
  .bk-03 h2.medium {
    font-size: 40px;
  }
  .bk-03 h2.small {
    font-size: 32px;
  }
}

.bk-04 {
  min-height: 85dvh;
  background-image: url("../images/seccion4/fondo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.bk-04 .texto1 {
  padding-top: 20px;
}
.bk-04 .texto1 h2 {
  color: white;
}
.bk-04 .texto1 h2.alto {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 600;
}
.bk-04 .texto1 h2.medium {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
}
.bk-04 p {
  font-size: 30px;
}
.bk-04 .sec2 {
  width: 100%;
}
.bk-04 ul {
  font-size: 25px;
}
@media (min-width: 768px) {
  .bk-04 {
    height: 120dvh;
  }
  .bk-04 .texto1 h2.alto {
    font-size: 40px;
  }
  .bk-04 .texto1 h2.medium {
    font-size: 40px;
  }
}

.bk-05 {
  min-height: 80dvh;
  background-image: url("../images/seccion2/fondo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.bk-05 p {
  font-size: 21px;
}
.bk-05 .sec2 {
  width: 100%;
  min-height: 150px;
}
.bk-05 .card-sec3 {
  margin-bottom: 15px;
  width: 365px;
  height: 400px;
  background: linear-gradient(135deg, #7d31a0, #ae34ef);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.bk-05 .card-sec3:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}
.bk-05 .card-sec3 h2 {
  font-size: 22px;
  font-weight: 600;
  color: white;
  margin: 0;
}
.bk-05 .card-sec3 p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  line-height: 1.5;
}
.bk-05 .card-sec3 ul {
  font-size: 21px;
}
@media (min-width: 992px) {
  .bk-05 .cardDesk {
    width: 450px;
    height: 250px;
    margin-bottom: 2rem;
  }
  .bk-05 .bonton-sec2 {
    width: 400px;
  }
}

.bk-06 {
  min-height: 80dvh;
  background-image: url("../images/seccion6/fondo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.bk-06 .sec2 {
  width: 100%;
}
.bk-06 p {
  font-size: 21px;
}
.bk-06 ul {
  font-size: 21px;
}
@media (min-width: 992px) {
  .bk-06 p {
    font-size: 31px;
  }
  .bk-06 ul {
    font-size: 31px;
  }
  .bk-06 .bonton-sec3 {
    width: 400px;
  }
}

.bk-07 {
  padding: 60px 0;
  min-height: 80dvh;
  background-image: url("../images/seccion7/fondo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.bk-07 .img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.bk-07 p {
  font-size: 19px;
}
@media (min-width: 768px) {
  .bk-07 .row-2 {
    margin-top: -90px;
    position: relative;
  }
  .bk-07 .row-2 .img-2 {
    position: relative;
    z-index: 1;
  }
  .bk-07 .row-2 .boton-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    padding-top: 0;
    font-weight: lighter;
    font-size: 15px;
  }
  .bk-07 .bonton-sec4 {
    font-weight: lighter;
    font-size: 22px;
  }
  .bk-07 .align-items-center {
    align-items: start !important;
  }
  .bk-07 .align-items-start {
    align-items: center !important;
  }
}

.bk-08 {
  min-height: 80dvh;
  background-image: url("../images/seccion8/fondo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.bk-08 .sec2 {
  width: 100%;
}
@media (min-width: 768px) {
  .bk-08 h2 {
    font-size: 35px;
  }
  .bk-08 .text1 {
    font-size: clamp(22px, 3vw, 46px);
    white-space: nowrap;
    margin-top: 16rem;
  }
  .bk-08 .pdesk {
    padding-top: 10rem !important;
  }
}

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