@charset "UTF-8";
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.ttf");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.ttf");
}
@font-face {
  font-family: "Montserrat-ExtraBold";
  src: url("../fonts/Montserrat-ExtraBold.ttf");
}
/* Reset básico */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

.btn {
  background-color: #2910ff;
  color: white;
  padding: 0.4rem 0.5rem;
  border-radius: 20px;
  font-size: 23px;
  font-weight: 400;
  text-align: center;
  font-family: "Work Sans", sans-serif;
}
.btn:hover, .btn:focus {
  box-shadow: 0 2px 12px rgb(255, 255, 255);
  text-decoration: none;
  color: white;
}

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

.navbar {
  background-color: transparent;
  z-index: 1;
}
.navbar .img-logo {
  max-width: 225px !important;
}
@media (max-width: 767.98px) {
  .navbar .borde-responsive {
    border: none !important;
  }
}
.navbar .btn-head {
  background-color: #FAFAFA;
  color: black;
  padding: 0.2rem 1.2rem;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}
.navbar .btn-head:hover, .navbar .btn-head:focus {
  background-color: transparent;
  box-shadow: 0 2px 12px rgb(255, 255, 255);
  text-decoration: none;
  color: white;
}
.navbar .tam-icon {
  min-width: 200px;
}
.navbar .navbar-toggler {
  border: none !important;
  background-color: #FAFAFA !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='%23000000' viewBox='0 0 30 30'%3e%3cpath stroke='%23000000' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar .navbar-collapse {
  background-color: transparent !important;
  padding-top: 0;
}
.navbar .navbar-nav {
  text-align: center;
}
.navbar .nav-link {
  color: white;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 1rem 0;
  text-transform: none;
}
.navbar .nav-link:hover {
  color: #5c0ee3;
}
.navbar .nav-link-boton {
  color: white;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 1rem 0;
  text-transform: none;
}
.navbar .nav-link-boton:hover {
  color: #5c0ee3;
}
.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: white;
  background-color: rgba(255, 255, 255, 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(92, 14, 227, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  color: #5c0ee3;
}
.navbar .lang-switcher-container .lang-switcher-nav .lang-item .lang-link.active-lang {
  background-color: #431797;
  color: white;
  font-weight: 600;
  border-color: rgb(229.5, 229.5, 229.5);
  cursor: default;
}
.navbar .lang-switcher-container .lang-switcher-nav .lang-item .lang-link.active-lang:hover {
  background-color: #9966ff;
  border-color: rgb(57.1810344828, 19.6293103448, 128.8706896552);
  color: white;
}
@media (min-width: 992px) {
  .navbar .navbar-collapse {
    padding-top: 0;
  }
  .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;
  }
}

.site-footer {
  background-color: #212529;
  color: #f8f9fa;
  font-family: "Poppins", sans-serif;
  text-align: center;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.footer-logo img {
  width: 160px;
  height: auto;
}

.footer-navigation ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin: 0;
}

.footer-navigation ul li a {
  color: #fafafa;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s ease;
}

.footer-navigation ul li a:hover {
  color: #B9FF02;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 15px;
}

.footer-bottom p {
  font-size: 14px;
  color: #cccccc;
  margin: 0;
}

/* ================================
   MODAL ESTILOS
   ================================ */
.modal-content {
  border-radius: 12px;
  border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.modal-header {
  background-color: #fafafa;
  color: black;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom: none;
}

.modal-title {
  font-weight: 600;
  font-size: 20px;
}

.modal-body {
  color: #333;
  font-size: 15px;
  line-height: 1.6;
  max-height: 70vh;
  overflow-y: auto;
  padding: 25px;
}

.modal-body h5 {
  font-weight: 600;
  font-size: 17px;
  margin-top: 18px;
  color: black;
}

.modal-footer {
  border-top: none;
  padding: 20px;
  display: flex;
  justify-content: center;
}

.modal-btn-personalizado {
  background-color: #B9FF02;
  color: #fafafa;
  border: none;
  border-radius: 6px;
  padding: 10px 28px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.modal-btn-personalizado:hover {
  background-color: transparent;
  color: #B9FF02;
}

@media (min-width: 992px) {
  .footer-top {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .footer-navigation ul {
    justify-content: flex-start;
  }
  .footer-navigation ul li a {
    font-size: 16px;
  }
  .footer-logo img {
    width: 180px;
  }
  .espacio {
    margin-right: auto;
    margin-left: 250px;
  }
}
.bk-01-fondo {
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .bk-01-fondo {
    min-height: 673px;
  }
}

.bk-01 {
  position: relative;
  background-size: cover;
  background-position: center top 0px;
  overflow: hidden;
  margin-top: 64px;
  margin-bottom: 128px;
  font-family: "Montserrat-Regular";
}
.bk-01 .texto-banner {
  position: relative;
  z-index: 2;
  text-align: left;
  max-width: 100%;
  margin-top: 12px;
}
.bk-01 .titulo {
  font-weight: 700;
  line-height: 1.4;
  color: white;
  font-size: 24px;
  text-align: center;
  margin-top: 140px;
}
.bk-01 .subtitulo {
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 2rem;
  color: white;
  font-size: 20px;
  text-align: center;
}
.bk-01 .btn-dos {
  background-color: #FAFAFA;
  color: black;
  padding: 0.4rem 0.5rem;
  border-radius: 10px;
  border-color: lightgray;
  font-size: 21px;
  font-weight: 100;
  text-align: center;
  text-decoration: none;
}
.bk-01 .btn-dos:hover, .bk-01 .btn-dos:focus {
  box-shadow: 0 6px 12px rgb(255, 255, 255);
  background-color: transparent;
  text-decoration: none;
  color: white;
}
.bk-01 .espacio {
  margin-top: 0rem;
}
@media (min-width: 992px) {
  .bk-01 {
    margin-top: 0;
    height: 100vh;
    margin-bottom: 0;
  }
  .bk-01 .container {
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .bk-01 .btn-dos {
    font-size: 34px;
  }
  .bk-01 .texto-banner {
    margin-top: 0;
  }
  .bk-01 .espacio {
    margin-top: 8rem;
  }
  .bk-01 .titulo {
    font-weight: 800;
    font-size: 62px;
    line-height: 1.3;
    margin-top: 6rem;
  }
  .bk-01 .subtitulo {
    font-size: 30px;
    margin-top: 0rem;
    margin-bottom: 4rem;
    margin-left: auto;
    margin-right: auto;
    white-space: normal;
    width: 80%;
  }
}

.bk-02 {
  background-color: black;
  padding-top: 0rem;
  padding-bottom: 0rem;
  font-family: "Montserrat-Regular";
}
.bk-02 .fondo-02 {
  width: 100%;
  aspect-ratio: 2/1;
  margin-top: -14px;
  margin-bottom: -15px;
  background-color: #FAFAFA;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.bk-02 .titulo-con-icono {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.bk-02 .icono-tam-dos {
  max-width: 60px;
  margin: 0;
}
.bk-02 .titulo-sec {
  font-size: 32px;
  color: black;
  margin-top: 40px;
  font-weight: 800;
  text-align: center;
  font-family: "Montserrat-ExtraBold";
}
.bk-02 .subtitulo-sec {
  font-size: 25px;
  color: black;
  font-weight: 100;
  margin-bottom: 60px;
  text-align: center;
}
.bk-02 .btn {
  background-color: #5A6659;
  color: white;
  padding: 0.2rem 1.3rem;
  border-radius: 10px;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  font-family: "Montserrat-Regular";
}
.bk-02 .btn:hover, .bk-02 .btn:focus {
  box-shadow: 0 6px 12px #5A6659;
  background-color: transparent;
  text-decoration: none;
  color: black;
}
.bk-02 .fondo-seccion-rec {
  background-color: black;
  border-radius: 12px;
}
.bk-02 .titulo-icono-wrapper {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.bk-02 .icono-tam {
  max-width: 50px;
  margin: 0;
}
.bk-02 .contenedor-rectangulos .row {
  flex-wrap: wrap;
  gap: 2rem;
}
.bk-02 .contenedor-rectangulos .rectangulo {
  background-color: #FAFAFA;
  padding: 2rem;
  border-radius: 12px;
  border-color: white;
  text-align: center;
  margin-bottom: 2rem;
  width: 300px;
  min-height: 330px;
  display: flex;
  flex-direction: column;
}
.bk-02 .contenedor-rectangulos .rectangulo p:has(> .btn) {
  margin-top: auto;
}
.bk-02 .contenedor-rectangulos .rectangulo .titulo-rectangulo {
  font-weight: 700;
  font-size: 22px;
  color: black;
  margin: 0;
}
.bk-02 .contenedor-rectangulos .rectangulo .subtitulo-rectangulo {
  font-weight: 600;
  font-size: 18px;
  color: #36A9E1;
  text-align: left;
}
.bk-02 .contenedor-rectangulos .rectangulo .subtitulo-rectangulo-dos {
  font-weight: 100;
  font-size: 14px;
  color: black;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.bk-02 .contenedor-rectangulos .rectangulo .subtitulo-rectangulo-tres {
  font-weight: 100;
  font-size: 15px;
  color: black;
  margin-bottom: 10;
  text-align: center;
}
@media (min-width: 768px) {
  .bk-02 {
    padding-top: 2rem;
    padding-bottom: 6rem;
  }
  .bk-02 .fondo-02 {
    aspect-ratio: 16/9;
    margin-top: -34px;
    margin-bottom: -194px;
    background: url("../images/seccion2/fondo.png") no-repeat center/cover;
  }
  .bk-02 .titulo-sec {
    font-size: 50px;
    color: black;
    text-align: center;
    font-weight: 800;
    margin-top: 0px;
  }
  .bk-02 .subtitulo-sec {
    font-size: 28px;
    color: black;
    text-align: center;
    font-weight: 100;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 46px;
    width: 80%;
  }
  .bk-02 .titulo-seccion,
  .bk-02 .subtitulo-seccion,
  .bk-02 .btn-container {
    text-align: center;
  }
  .bk-02 .contenedor-rectangulos .rectangulo {
    width: 380px;
    min-height: 480px;
  }
  .bk-02 .contenedor-rectangulos .rectangulo .titulo-rectangulo {
    font-size: 28px;
    margin-bottom: 0rem;
  }
  .bk-02 .contenedor-rectangulos .rectangulo .subtitulo-rectangulo-dos {
    font-weight: 100;
    font-size: 20px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .bk-02 .contenedor-rectangulos .rectangulo .subtitulo-rectangulo-tres {
    font-size: 20px;
  }
}

@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.carousel-container {
  background-color: #ffffff;
}

.carousel-title {
  background-color: #ffffff;
  padding-top: 12px;
}

.scrolling-carousel {
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden;
  display: flex;
  background-color: #ffffff;
}
.scrolling-carousel__track {
  display: flex;
  gap: 20px;
  padding-right: 20px;
  will-change: transform;
  animation: scrolling 12s linear infinite;
}
.scrolling-carousel__item {
  width: 100%;
  min-width: 200px;
  color: #3d3d3d;
  background-color: #3d3d3d;
  border-radius: 24px;
  box-shadow: rgba(0, 0, 0, 0.35) 5px 5px 20px 0;
  padding: 20px;
  font-size: xx-large;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}
.scrolling-carousel__item img {
  height: 100%;
  width: 350px;
  object-fit: contain;
  object-position: center;
}

.bk-03-fondo {
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .bk-03-fondo {
    min-height: 673px;
  }
}

.bk-03 {
  position: relative;
  background-size: cover;
  background-position: center top 0px;
  overflow: hidden;
  margin-top: 0px;
  font-family: "Montserrat-Regular";
}
.bk-03 .texto-banner {
  position: relative;
  z-index: 2;
  text-align: left;
  max-width: 100%;
  margin-top: 12px;
}
.bk-03 .titulo {
  font-weight: 700;
  line-height: 1.4;
  font-family: "Montserrat-ExtraBold";
  color: white;
  font-size: 24px;
  text-align: left;
  margin-top: 140px;
}
.bk-03 .subtitulo {
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.81);
  font-size: 20px;
  text-align: left;
}
.bk-03 .espacio {
  margin-top: 0rem;
}
@media (min-width: 992px) {
  .bk-03 {
    height: 100vh;
    margin-top: -180px;
  }
  .bk-03 .container {
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .bk-03 .texto-banner {
    margin-top: 134px;
  }
  .bk-03 .espacio {
    margin-top: 8rem;
  }
  .bk-03 .titulo {
    font-weight: 800;
    font-size: 62px;
    line-height: 1.3;
  }
  .bk-03 .subtitulo {
    font-size: 46px;
    margin-top: 14px;
    white-space: normal;
  }
}

.bk-04 {
  color: black;
  background-color: #D3D3D3;
}
.bk-04 .titulo {
  font-size: 38px;
  text-align: center;
  font-weight: 800;
  border-bottom: 3px solid black;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.bk-04 .subtitulo {
  font-size: 20px;
  color: black;
}
@media (min-width: 768px) {
  .bk-04 {
    background-position: center top 0px;
    padding: 2rem 0;
  }
  .bk-04 .titulo {
    font-size: 56px;
    text-align: center;
    font-weight: 800;
    border-bottom: 3px solid black;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .bk-04 .subtitulo {
    font-size: 20px;
  }
}

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