@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* Intro Animations */
.ani-0 {
  animation: fadeInUp 0.8s ease-out forwards;
}

.ani-1 {
  animation: skewSlideIn 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.ani-2 {
  animation: flipZoomIn 1.1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes skewSlideIn {
  0% {
    opacity: 0;
    transform: translateX(-80px) skewX(-12deg) scale(0.95);
    filter: blur(14px);
  }
  55% {
    opacity: 1;
    transform: translateX(12px) skewX(4deg) scale(1.02);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: translateX(0) skewX(0) scale(1);
    filter: blur(0);
  }
}
@keyframes flipZoomIn {
  0% {
    opacity: 0;
    transform: perspective(900px) rotateY(-40deg) translateY(30px) scale(0.85);
    filter: blur(8px);
  }
  60% {
    opacity: 1;
    transform: perspective(900px) rotateY(6deg) translateY(-10px) scale(1.05);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: perspective(900px) rotateY(0) translateY(0) scale(1);
    filter: blur(0);
  }
}
/* extra Small Devices*/
/*Small Devices*/
/*Medium devices*/
/*Large Devices*/
/* Mobile full width button */
@media (max-width: 767.98px) {
  .btn-mobile-full {
    width: 100% !important;
  }
  /* Hide Owl Carousel navigation arrows on mobile */
  .owl-carousel .owl-nav,
  .owl-carousel .owl-prev,
  .owl-carousel .owl-next,
  .owl-nav button.owl-prev,
  .owl-nav button.owl-next {
    display: none !important;
  }
  /* Specific sliders that might have custom arrow styling */
  #testimonial-slider-2max .owl-nav,
  #testimonial-slider-2max-copy .owl-nav,
  #testimonial-slider-3d .owl-nav,
  #testimonial-slider-3d-copy .owl-nav,
  #testimonial-slider-3d-copy-2 .owl-nav,
  #testimonial-slider-007 .owl-nav,
  #testimonial-slider-008 .owl-nav,
  #slider-owl-2b .owl-nav,
  #slider-owl-2c .owl-nav {
    display: none !important;
  }
  /* Hide any custom arrow elements */
  .card-prev-arrow,
  .card-next-arrow,
  .prev-arrow,
  .next-arrow {
    display: none !important;
  }
}
/* Resets */
.img-fluid {
  width: 100%;
}

.noPadding {
  padding: 0;
}

.row {
  padding: 0;
  margin: 0;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^=col-],
.row.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

section.noPadding {
  padding: 0;
}

.container {
  max-width: 1280px;
}

.card {
  border: none;
  background-color: transparent;
}

.padding-80 {
  padding: clamp(2.5rem, -0.1668rem + 4.3057vw, 5rem) 0 !important;
}

.padding-60 {
  padding: 60px 0 !important;
}

@media only screen and (min-width: 0px) {
  .padding-48 {
    padding: 24px;
  }
}
@media only screen and (min-width: 767px) {
  .padding-48 {
    padding: 48px;
  }
}

.margin-40 {
  margin: 40px 0;
}

.margin-60 {
  margin: 60px 0;
}

.box {
  padding: 48px;
  border-radius: 12px;
}

.box {
  border-radius: 12px;
}
@media only screen and (min-width: 0px) {
  .box {
    padding: 24px;
  }
}
@media only screen and (min-width: 767px) {
  .box {
    padding: 48px;
  }
}

.rounded {
  border-radius: 12px;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-left-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
@media (max-width: 991px) {
  .rounded-left-4 {
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important;
    border-top-left-radius: var(--bs-border-radius-xl) !important;
  }
}

.rounded-right-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
@media (max-width: 991px) {
  .rounded-right-4 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  }
}

/* Custom Modal Close Button */
.btn-close-custom {
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #00534C;
  border: none;
  color: white;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1060;
  transition: all 0.3s ease;
}
.btn-close-custom:hover {
  background-color: #007864;
  opacity: 0.8;
  transform: scale(1.1);
}
.btn-close-custom:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

/*scroll bar*/
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #666;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #00534C;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

::-moz-selection {
  background-color: #26D07C;
  color: #fff;
}

::selection {
  background-color: #26D07C;
  color: #fff;
}

/* General */
body {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #00534C;
  background-color: #F8F9FA;
}

/* Text */
h1 {
  font-size: clamp(1.5rem, 0.175rem + 3.688vw, 3.125rem);
  line-height: clamp(1.625rem, 0.198rem + 3.972vw, 3.375rem);
  font-weight: 700;
}

h2 {
  font-size: clamp(1.375rem, 0.254rem + 3.121vw, 2.75rem);
  line-height: clamp(1.5rem, 0.379rem + 3.121vw, 2.875rem);
  font-weight: 700;
}

h3 {
  font-size: clamp(1.25rem, 0.434rem + 2.27vw, 2.25rem);
  line-height: clamp(1.375rem, 0.559rem + 2.27vw, 2.375rem);
  font-weight: 700;
}

p,
li,
label,
input,
select,
option,
textarea,
.form-check-label,
.form-control,
.form-control.form-select {
  font-size: 0.8rem;
  line-height: clamp(1.125rem, 0.921rem + 0.567vw, 1.375rem);
}
p::-moz-placeholder, li::-moz-placeholder, label::-moz-placeholder, input::-moz-placeholder, select::-moz-placeholder, option::-moz-placeholder, textarea::-moz-placeholder, .form-check-label::-moz-placeholder, .form-control::-moz-placeholder, .form-control.form-select::-moz-placeholder {
  font-size: clamp(1rem, 0.898rem + 0.284vw, 1.125rem);
}
p::placeholder,
li::placeholder,
label::placeholder,
input::placeholder,
select::placeholder,
option::placeholder,
textarea::placeholder,
.form-check-label::placeholder,
.form-control::placeholder,
.form-control.form-select::placeholder {
  font-size: clamp(1rem, 0.898rem + 0.284vw, 1.125rem);
}

p b {
  font-weight: 800;
}

.smallTxt {
  font-size: 0.8rem;
  line-height: 1rem;
}

label {
  padding: 0.2rem;
  font-weight: bold;
  background-color: transparent;
}

a {
  font-size: clamp(1rem, 0.9737rem + 0.1425vw, 1.125rem);
  line-height: clamp(1.125rem, 0.9737rem + 0.2849vw, 1.375rem);
}

/* links */
a {
  color: #00A499;
  text-decoration: underline;
  transition: all 0.5s ease;
}
a:hover, a:active, a:focus {
  color: #26D07C;
}
a::before {
  transition: all 0.25s ease;
}

/* Buttons */
.btn {
  position: relative;
  font-style: normal;
  font-weight: 600;
  padding: 8px 36px;
  text-decoration: none;
  border-radius: 24px;
  transition: color 0.4s, border 0.3s;
  transition: color 0.3s, background-color 0.3s;
  font-size: 1rem;
  line-height: 1rem;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(38, 209, 126, .5);
}
@media only screen and (max-width: 991px) {
  .btn {
    font-size: 0.8rem;
    line-height: 1rem;
    padding: 8px 16px;
  }
}
.btn.w-100 {
  width: 100%;
}
.btn.btn-moss {
  color: #fff;
  background-color: #00534C;
}
.btn.btn-moss:hover, .btn.btn-moss:focus, .btn.btn-moss:active {
  color: #00534C;
  background-color: #fff;
  border-color: #00534C;
}
.btn.btn-jade {
  color: #fff;
  background-color: #26D07C;
}
.btn.btn-jade:hover, .btn.btn-jade:focus, .btn.btn-jade:active {
  color: #fff;
  background-color: #00A499;
  border-color: #00A499;
}
.btn.btn-mint {
  color: #00534C;
  background-color: #A7E393;
}
.btn.btn-mint:hover, .btn.btn-mint:focus, .btn.btn-mint:active {
  color: #fff;
  background-color: #78D64B;
  border-color: #A7E393;
}
.btn.btn-peach {
  color: #fff;
  background-color: #F78D39;
}
.btn.btn-peach:hover, .btn.btn-peach:focus, .btn.btn-peach:active {
  color: #CB6015;
  background-color: #fff;
  border-color: #CB6015;
}
.btn.btn-lime {
  color: #00534C;
  background-color: #78D64B;
}
.btn.btn-lime:hover, .btn.btn-lime:focus, .btn.btn-lime:active {
  color: #A7E393;
  background-color: #00534C;
  border-color: #00534C;
}
.btn.btn-turquoise {
  color: #fff;
  background-color: #2AD2C9;
}
.btn.btn-turquoise:hover, .btn.btn-turquoise:focus, .btn.btn-turquoise:active {
  color: #005E86;
  background-color: #fff;
  border-color: #005E86;
}
.btn.btn-navy {
  color: #fff;
  background-color: #005E86;
}
.btn.btn-navy:hover, .btn.btn-navy:focus, .btn.btn-navy:active {
  color: #005E86;
  background-color: #2AD2C9;
  border-color: #005E86;
}
.btn.btn-lavanda {
  color: #fff;
  background-color: #9063CD;
}
.btn.btn-lavanda:hover, .btn.btn-lavanda:focus, .btn.btn-lavanda:active {
  color: #5C068C;
  background-color: #fff;
  border-color: #5C068C;
}
.btn.btn-scyan {
  color: #fff;
  background-color: #26D07C;
}
.btn.btn-scyan:hover, .btn.btn-scyan:focus, .btn.btn-scyan:active {
  color: #26D07C;
  background-color: #fff;
  border-color: #26D07C;
}
.btn.btn-white {
  color: #00534C;
  background-color: #fff;
}
.btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active {
  color: #fff;
  background-color: #00534C;
  border-color: #fff;
}
.btn.btn-black {
  color: #fff;
  background-color: #000;
}
.btn.btn-black:hover, .btn.btn-black:focus, .btn.btn-black:active {
  color: #fff;
  background-color: #26D07C;
  border-color: #fff;
}
.btn.btn-lean {
  color: #00A499;
  background-color: #81E3BA;
}
.btn.btn-lean:hover, .btn.btn-lean:focus, .btn.btn-lean:active {
  color: #81E3BA;
  background-color: #00A499;
  border-color: #81E3BA;
}
.btn.btn-ieca {
  color: #fff;
  background-color: #0C1D3F;
}
.btn.btn-ieca:hover, .btn.btn-ieca:focus, .btn.btn-ieca:active {
  color: #0C1D3F;
  background-color: #fff;
  border-color: #0C1D3F;
}

.cta {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .cta {
    min-width: 300px;
  }
}

/* Text color */
.color-black {
  color: #000;
}

.color-white {
  color: #fff;
}

.color-grey {
  color: #666;
}

.color-light {
  color: #F8F9FA;
}

.color-dark {
  color: #262626;
}

.color-light-grey {
  color: #d3e1da;
}

/* Tecmilenio Institucional Colors */
.color-moss {
  color: #00534C;
}

.color-forest {
  color: #007864;
}

.color-glacier {
  color: #00A499;
}

.color-jade {
  color: #26D07C;
}

.color-teal {
  color: #6BCABA a;
  color-color: #6BCABA;
}

.color-cream {
  color: #F9F1E6;
}

.color-peppermint {
  color: #D9F2D2;
}

/* Tecmilenio Prepa Colors */
.color-tmp-1a {
  color: #00534C;
}

.color-peach {
  color: #F78D39;
}

.color-sandalwood {
  color: #CB6015;
}

.color-blaze {
  color: #FFB549;
}

.color-apricot {
  color: #FF7F32;
}

/* Tecmilenio Maps Colors */
.color-tmm-1a {
  color: #00534C;
}

.color-scyan {
  color: #26D07C;
}

.color-lime {
  color: #78D64B;
}

.color-lemon {
  color: #00904A;
}

.color-mint {
  color: #A7E393;
}

/* Tecmilenio Skilling Colors */
.color-turquoise {
  color: #2AD2C9;
}

.color-ice {
  color: #A1DCDC;
}

.color-cobalt {
  color: #008498;
}

.color-navy {
  color: #005E86;
}

/* Tecmilenio IPBI Colors */
.color-lavanda {
  color: #9063CD;
}

.color-lila {
  color: #9B26B6;
}

.color-purpura {
  color: #5C068C;
}

.color-morado {
  color: #753BBD;
}

.color-lean {
  color: #81E3BA;
}

.color-ieca {
  color: #0C1D3F;
}

/* Background */
.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #000;
}

.bg-grey {
  background-color: #666;
}

.bg-light-grey {
  background-color: #d3e1da;
}

.bg-light {
  background-color: #F8F9FA;
}

.bg-dark {
  background-color: #262626;
}

/* Tecmilenio Institucional Backgrounds */
.bg-moss {
  background-color: #00534C;
}

.bg-forest {
  background-color: #007864;
}

.bg-glacier {
  background-color: #00A499;
}

.bg-jade {
  background-color: #26D07C;
}

.bg-teal {
  background-color: #6BCABA;
}

.bg-cream {
  background-color: #F9F1E6;
}

/* Tecmilenio Prepa Backgrounds */
.bg-tmp-1a {
  background-color: #00534C;
}

.bg-peach {
  background-color: #F78D39;
}

.bg-sandalwood {
  background-color: #CB6015;
}

.bg-blaze {
  background-color: #FFB549;
}

.bg-apricot {
  background-color: #FF7F32;
}

/* Tecmilenio Maps Backgrounds */
.bg-tmm-1a {
  background-color: #00534C;
}

.bg-scyan {
  background-color: #26D07C;
}

.bg-lime {
  background-color: #78D64B;
}

.bg-lemon {
  background-color: #00904A;
}

.bg-mint {
  background-color: #A7E393;
}

.bg-peppermint {
  background-color: #D9F2D2;
}

/* Tecmilenio Skilling Backgrounds */
.bg-turquoise {
  background-color: #2AD2C9;
}

.bg-ice {
  background-color: #A1DCDC;
}

.bg-cobalt {
  background-color: #008498;
}

.bg-navy {
  background-color: #005E86;
}

/* Tecmilenio IPBI Backgrounds */
.bg-lavanda {
  background-color: #9063CD;
}

.bg-lila {
  background-color: #9B26B6;
}

.bg-purpura {
  background-color: #5C068C;
}

.bg-morado {
  background-color: #753BBD;
}

.bg-coal {
  background-color: #151515;
}

.bg-smoke {
  background-color: rgba(6, 3, 21, 0.2);
}

.bg-lean {
  background-color: #81E3BA;
}

.bg-ieca {
  background-color: #0C1D3F;
}

.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-image-d {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 991px) {
  .bg-image-d {
    background-image: none !important;
  }
}

/* Border */
.border-white {
  border: 1px solid #fff;
}

.border-black {
  border: 1px solid #000;
}

.border-grey {
  border: 1px solid #666;
}

.border-light {
  border: 1px solid #F8F9FA;
}

.border-dark {
  border: 1px solid #262626;
}

.border-light-grey {
  border: 1px solid #d3e1da;
}

/* Tecmilenio Institucional Borders */
.border-moss {
  border: 1px solid #00534C;
}

.border-forest {
  border: 1px solid #007864;
}

.border-glacier {
  border: 1px solid #00A499;
}

.border-jade {
  border: 1px solid #26D07C;
}

.border-teal {
  border: 1px solid #6BCABA;
}

.border-cream {
  border: 1px solid #F9F1E6;
}

/* Tecmilenio Prepa Borders */
.border-tmp-1a {
  border: 1px solid #00534C;
}

.border-peach {
  border: 1px solid #F78D39;
}

.border-sandalwood {
  border: 1px solid #CB6015;
}

.border-blaze {
  border: 1px solid #FFB549;
}

.border-apricot {
  border: 1px solid #FF7F32;
}

/* Tecmilenio Maps Borders */
.border-tmm-1a {
  border: 1px solid #00534C;
}

.border-scyan {
  border: 1px solid #26D07C;
}

.border-lemon {
  border: 1px solid #00904A;
}

.border-lime {
  border: 1px solid #78D64B;
}

.border-mint {
  border: 1px solid #A7E393;
}

.border-peppermint {
  border: 1px solid #D9F2D2;
}

/* Tecmilenio Skilling Borders */
.border-turquoise {
  border: 1px solid #2AD2C9;
}

.border-ice {
  border: 1px solid #A1DCDC;
}

.border-cobalt {
  border: 1px solid #008498;
}

.border-navy {
  border: 1px solid #005E86;
}

/* Tecmilenio IPBI Borders */
.border-lavanda {
  border: 1px solid #9063CD;
}

.border-lila {
  border: 1px solid #9B26B6;
}

.border-purpura {
  border: 1px solid #5C068C;
}

.border-morado {
  border: 1px solid #753BBD;
}

.border-lean {
  border: 1px solid #81E3BA;
}

.border-ieca {
  border: 1px solid #0C1D3F;
}

.titleSnipet {
  font-size: 1rem;
  background-color: #000;
  color: #fff;
  line-height: 1.5;
}

/* Alert */
.alert-danger {
  color: #F8F9FA !important;
  background-color: #99240D !important;
  border-color: #fff !important;
}

.content-index {
  position: relative;
  min-height: 100vh;
  height: 100%;
}
.content-index .fill {
  min-height: 100%;
  height: 100%;
}

/* Content blocks */
/* NAVBAR PRINCIPAL */
.navbar {
  padding: 1rem 0;
}
.navbar .logo {
  /*max-width: clamp(7.97rem, 5.14rem + 4.57vw, 10.63rem);*/
  /*max-height: 60px;*/
  width: auto;
  height: auto;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .navbar .logo {
    max-height: 30px;
  }
}
.navbar p {
  font-size: 0.8rem;
  line-height: 1rem;
}

/* LISTA DE NAVEGACIÓN */
.nav-list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 1rem;
  /* Versión móvil */
}
.nav-list li {
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
}
.nav-list a {
  position: relative;
  font-weight: 400;
  text-decoration: none;
  padding: 8px;
  transition: color 0.3s ease;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1rem;
}
.nav-list a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  margin: auto auto 0;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.nav-list a:hover, .nav-list a:focus, .nav-list a:active {
  color: #26D07C;
}
.nav-list a:hover::before, .nav-list a:focus::before, .nav-list a:active::before {
  color: #F8F9FA;
}
@media (max-width: 991.98px) {
  .nav-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .nav-list li {
    width: 100%;
  }
  .nav-list a {
    display: block;
    padding: 0.5rem 0;
  }
}

/* LISTA DE NAVEGACIÓN JADE */
.nav-list-jade {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 1rem;
  /* Versión móvil */
}
.nav-list-jade li {
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
}
.nav-list-jade a {
  position: relative;
  font-weight: 400;
  text-decoration: none;
  padding: 8px;
  transition: color 0.3s ease;
  color: #6BCABA;
  font-size: 0.8rem;
  line-height: 1rem;
}
.nav-list-jade a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  margin: auto auto 0;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.nav-list-jade a:hover, .nav-list-jade a:focus, .nav-list-jade a:active {
  color: #26D07C;
}
.nav-list-jade a:hover::before, .nav-list-jade a:focus::before, .nav-list-jade a:active::before {
  color: #F8F9FA;
}
@media (max-width: 991.98px) {
  .nav-list-jade {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .nav-list-jade li {
    width: 100%;
  }
  .nav-list-jade a {
    display: block;
    padding: 0.5rem 0;
  }
}

/* LISTA DE NAVEGACIÓN PEACH */
.nav-list-peach {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 1rem;
  /* Versión móvil */
}
.nav-list-peach li {
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
}
.nav-list-peach a {
  position: relative;
  font-weight: 400;
  text-decoration: none;
  padding: 8px;
  transition: color 0.3s ease;
  color: #FF7F32;
  font-size: 0.8rem;
  line-height: 1rem;
}
.nav-list-peach a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  margin: auto auto 0;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.nav-list-peach a:hover, .nav-list-peach a:focus, .nav-list-peach a:active {
  color: #26D07C;
}
.nav-list-peach a:hover::before, .nav-list-peach a:focus::before, .nav-list-peach a:active::before {
  color: #F8F9FA;
}
@media (max-width: 991.98px) {
  .nav-list-peach {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .nav-list-peach li {
    width: 100%;
  }
  .nav-list-peach a {
    display: block;
    padding: 0.5rem 0;
  }
}

/* LISTA DE NAVEGACIÓN MINT */
.nav-list-mint {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 1rem;
  /* Versión móvil */
}
.nav-list-mint li {
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
}
.nav-list-mint a {
  position: relative;
  font-weight: 400;
  text-decoration: none;
  padding: 8px;
  transition: color 0.3s ease;
  color: #78D64B;
  font-size: 0.8rem;
  line-height: 1rem;
}
.nav-list-mint a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  margin: auto auto 0;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.nav-list-mint a:hover, .nav-list-mint a:focus, .nav-list-mint a:active {
  color: #26D07C;
}
.nav-list-mint a:hover::before, .nav-list-mint a:focus::before, .nav-list-mint a:active::before {
  color: #F8F9FA;
}
@media (max-width: 991.98px) {
  .nav-list-mint {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .nav-list-mint li {
    width: 100%;
  }
  .nav-list-mint a {
    display: block;
    padding: 0.5rem 0;
  }
}

/* LISTA DE NAVEGACIÓN TURQUOISE */
.nav-list-turquoise {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 1rem;
  /* Versión móvil */
}
.nav-list-turquoise li {
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
}
.nav-list-turquoise a {
  position: relative;
  font-weight: 400;
  text-decoration: none;
  padding: 8px;
  transition: color 0.3s ease;
  color: #A1DCDC;
  font-size: 0.8rem;
  line-height: 1rem;
}
.nav-list-turquoise a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  margin: auto auto 0;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.nav-list-turquoise a:hover, .nav-list-turquoise a:focus, .nav-list-turquoise a:active {
  color: #fff;
}
.nav-list-turquoise a:hover::before, .nav-list-turquoise a:focus::before, .nav-list-turquoise a:active::before {
  color: #fff;
}
@media (max-width: 991.98px) {
  .nav-list-turquoise {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .nav-list-turquoise li {
    width: 100%;
  }
  .nav-list-turquoise a {
    display: block;
    padding: 0.5rem 0;
  }
}

/* LISTA DE NAVEGACIÓN WHITE */
.nav-list-white {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 1rem;
  /* Versión móvil */
}
.nav-list-white li {
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
}
.nav-list-white a {
  position: relative;
  font-weight: 400;
  text-decoration: none;
  padding: 8px;
  transition: color 0.3s ease;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1rem;
}
.nav-list-white a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  margin: auto auto 0;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.nav-list-white a:hover, .nav-list-white a:focus, .nav-list-white a:active {
  color: #F8F9FA;
}
.nav-list-white a:hover::before, .nav-list-white a:focus::before, .nav-list-white a:active::before {
  color: #F8F9FA;
}
@media (max-width: 991.98px) {
  .nav-list-white {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .nav-list-white li {
    width: 100%;
  }
  .nav-list-white a {
    display: block;
    padding: 0.5rem 0;
  }
}

/* BOTÓN HAMBURGUESA */
.navbar-toggler {
  border: none;
  background: none;
  padding: 0.5rem;
  font-size: 1.5rem;
  cursor: pointer;
}
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.cb-navbar-004 .navbar-toggler-icon, .cb-navbar-005 .navbar-toggler-icon, .cb-navbar-006 .navbar-toggler-icon, .cb-navbar-007 .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* CONTENIDO DEL MENÚ MÓVIL */
.navbar-collapse {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991.98px) {
  .navbar-collapse {
    padding: 1.5rem;
    margin-top: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  }
}

/* BOTÓN CTA 

.navbar-collapse .btn-warm, .btn-cold, .btn-neutral {
  @media (max-width: 991.98px) {
    width: 100%;
    margin-top: 1rem;
  }
}

*/
footer {
  padding: 40px 0;
  /* Estilos para los círculos de redes sociales */
  /* Ajuste para pantallas pequeñas */
}
footer p {
  font-size: clamp(1rem, 0.8667rem + 0.2153vw, 1.125rem);
  line-height: clamp(1.125rem, 0.8583rem + 0.4306vw, 1.375rem);
}
footer ul li:hover {
  top: 0;
}
footer .logo {
  height: auto;
}
footer .social-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #00534C;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
footer .social-circle:hover {
  transform: translateY(-3px);
}
footer .circle-link {
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
footer .circle-link i {
  font-size: 1rem;
}
@media (max-width: 576px) {
  footer .social-circle {
    width: 36px;
    height: 36px;
  }
  footer .circle-link i {
    font-size: 0.9rem;
  }
}

@media only screen and (min-width: 0px) {
  section[class^=cb-content] .brand {
    max-width: 100px;
  }
}
@media only screen and (min-width: 767px) {
  section[class^=cb-content] .brand {
    max-width: 150px;
  }
}
section[class^=cb-content] .smallbox {
  padding: 24px;
  border-radius: 12px;
}

.cb-customprofile {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 0px) {
  .cb-customprofile .container {
    --bs-gutter-x: 0;
  }
}
@media only screen and (min-width: 767px) {
  .cb-customprofile .container {
    --bs-gutter-x: 1.5rem;
  }
}
@media only screen and (min-width: 0px) {
  .cb-customprofile .row {
    --bs-gutter-x: 0;
  }
}
@media only screen and (min-width: 767px) {
  .cb-customprofile .row {
    --bs-gutter-x: 1.5rem;
  }
}
@media only screen and (min-width: 0px) {
  .cb-customprofile .box {
    border-radius: 0;
    padding: 60px 24px;
  }
}
@media only screen and (min-width: 767px) {
  .cb-customprofile .box {
    border-radius: 12px;
    padding: auto;
  }
}
@media only screen and (min-width: 0px) {
  .cb-customprofile .padding-48 {
    padding: 0;
  }
}
@media only screen and (min-width: 767px) {
  .cb-customprofile .padding-48 {
    padding: 48px;
  }
}

/* Form */
.form-check {
  display: flex;
}
.form-check .form-check-input {
  border-color: #FFFFFF;
  width: 2rem;
  height: 1.5rem;
  background-color: transparent;
}
.form-check .form-check-input:checked {
  background-color: #26D07C;
}
.form-check .form-check-label {
  font-weight: normal;
}
.form-check .form-check-label {
  margin-left: 0.5rem;
  vertical-align: sub;
}

.form-switch .form-check-input {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23cccccc'/%3e%3c/svg%3e");
}

.form-control {
  font-size: 1rem;
  line-height: 1.5rem;
  border-color: #CCCCCC;
  color: #00534C;
  padding: 0.75rem 0.75rem;
  border-radius: 24px;
}

.form-select {
  color: #00534C;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.75rem 0.75rem;
  border-radius: 24px;
}

.bg-image-cp1 {
  background-image: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 991px) {
  .bg-image-cp1 {
    background-image: url("https://image.s13.sfmc-content.com/lib/fe2f11747364057b711773/m/1/fa299683-8316-4f9b-8cc3-6c8d6b9880a3.png");
  }
}

.bg-image-cp2 {
  background-image: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 991px) {
  .bg-image-cp2 {
    background-image: url("https://image.s13.sfmc-content.com/lib/fe2f11747364057b711773/m/1/61fa8330-2b10-49e4-87c4-d97aa8320058.png");
  }
}

.bg-image-cp3 {
  background-image: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 991px) {
  .bg-image-cp3 {
    background-image: url("https://image.s13.sfmc-content.com/lib/fe2f11747364057b711773/m/1/f327f1be-8c58-488a-81ff-2482c53fccfd.png");
  }
}

.bg-image-cp4 {
  background-image: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 991px) {
  .bg-image-cp4 {
    background-image: url("https://image.s13.sfmc-content.com/lib/fe2f11747364057b711773/m/1/8aa1246e-ff4a-4e4a-a2af-287fc7108cc0.png");
  }
}

.full-width-header {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
}

.typewriter {
  overflow: hidden; /* Oculta el texto inicialmente */
  border-right: 0.15em solid white; /* Cursor de máquina de escribir */
  white-space: nowrap; /* Evita saltos de línea */
  margin: 0 auto; /* Centra el texto */
  letter-spacing: 0.15em; /* Espaciado entre letras */
  animation: typing 3.5s steps(40, end), blink-caret 0.75s step-end infinite;
}

/* Animación de escritura */
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/* Animación del cursor */
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: white;
  }
}
.cb-thankyou-002 h1 {
  font-size: clamp(2rem, -0.039rem + 5.674vw, 4.5rem);
  line-height: clamp(2.125rem, 0.086rem + 5.674vw, 4.625rem);
  font-weight: 900;
}

@media only screen and (min-width: 0px) {
  .accent {
    max-width: 100px;
  }
}
@media only screen and (min-width: 767px) {
  .accent {
    max-width: 200px;
  }
}

/*  BASE STYLES (SHARED)  */
.cb-slider-001,
.cb-slider-002 {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.slider-container {
  position: relative;
  width: 100%;
}

.slider-wrapper {
  width: 100%;
  overflow: hidden;
}

.slider-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
}

.slide {
  min-width: 100%;
  position: relative;
}

.slide-image {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/*  INDICATORS (SHARED)  */
.slider-indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}

.indicator.active {
  background: #26D07C;
  transform: scale(1.2) !important;
}

.indicator:hover {
  transform: scale(1.1);
}

/*  VERSION 1 (ARROW NAVIGATION)  */
.cb-slider-001 {
  overflow: hidden;
}

.cb-slider-001 .slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
  padding: 15px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.cb-slider-001 .slider-arrow:hover {
  opacity: 1;
}

.cb-slider-001 .prev-arrow {
  left: 20px;
}

.cb-slider-001 .next-arrow {
  right: 20px;
}

.cb-slider-001 .slider-arrow svg {
  width: 24px;
  height: 40px;
}

/*  VERSION 2 (FLOATING BUTTON)  */
.cb-slider-002 {
  overflow: visible;
  margin-bottom: 80px; /* Space for floating button */
}

.cb-slider-002 .slider-container {
  overflow: visible;
}

.cb-slider-002 .floating-next-btn {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 160px;
  height: 160px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  z-index: 20;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  transition: transform 0.3s ease;
}

.cb-slider-002 .floating-next-btn:hover {
  transform: translateY(-5px);
}

.cb-slider-002 .floating-next-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
}

.cb-slider-002 .floating-next-btn:hover img {
  transform: scale(1.1);
}

/*  RESPONSIVE ADJUSTMENTS  */
@media (max-width: 991px) {
  .slider-indicators {
    bottom: 15px;
  }
  .indicator {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 767px) {
  /* Shared mobile styles */
  .slider-indicators {
    position: static;
    transform: none;
    justify-content: center;
    padding: 15px 0;
    gap: 8px;
  }
  /* Version 1 adjustments */
  .cb-slider-001 .slider-arrow {
    padding: 10px;
  }
  .cb-slider-001 .slider-arrow svg {
    width: 18px;
    height: 30px;
  }
  /* Version 2 adjustments */
  .cb-slider-002 {
    margin-bottom: 25px;
  }
  .cb-slider-002 .floating-next-btn {
    width: 50px;
    height: 50px;
    right: 15px;
    bottom: 15px;
  }
  .cb-slider-002 .floating-next-btn:hover {
    transform: none;
  }
  .cb-slider-002 .floating-next-btn:hover img {
    transform: scale(1.05);
  }
}
@media (max-width: 480px) {
  .cb-slider-001 .slider-arrow {
    padding: 8px;
  }
  .indicator {
    width: 8px;
    height: 8px;
  }
}
/*  SIMPLE IMAGE SLIDER  */
.image-slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.image-slide {
  display: none;
  width: 100%;
}

.image-slide.active {
  display: block;
}

.image-slide img {
  width: 100%;
  height: auto;
  display: block;
}

/* Image Slider Indicators */
.image-slider-indicators {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.image-indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.3); /* Inactive indicator color */
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}

.image-indicator.active {
  background: #28a745; /* Active indicator color - CHANGE THIS TO YOUR PREFERRED COLOR */
  transform: scale(1.2);
}

.image-indicator:hover {
  background: rgba(0, 0, 0, 0.5); /* Hover indicator color */
  transform: scale(1.1);
}

/* Responsive adjustments for image slider */
@media (max-width: 767px) {
  .image-slider-indicators {
    gap: 6px;
  }
  .image-indicator {
    width: 8px;
    height: 8px;
  }
}
/*  CARD SLIDER  */
.card-slider-wrapper {
  gap: 20px;
  align-items: center;
  justify-content: center;
  width: 100%;
  display: flex;
}

.card-slider-container {
  position: relative;
  width: 80%;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.card-slide {
  display: none;
  width: 100%;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.5s ease-in-out;
}

.card-slide.active {
  display: block;
  opacity: 1;
  transform: translateX(0);
}

.card-slide.slide-left {
  display: block;
  transform: translateX(-100%);
}

.card-slide.slide-right {
  display: block;
  transform: translateX(100%);
}

/* Card Slider Arrows */
.card-slider-arrow {
  background: rgba(255, 255, 255, 0);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0);
  flex-shrink: 0;
  align-self: center;
  position: relative;
  pointer-events: auto;
}

.card-slider-arrow:hover {
  background: rgba(255, 255, 255, 0);
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0);
}

.card-slider-arrow svg {
  width: 20px;
  height: 20px;
  color: #333;
}

/* Responsive adjustments for card slider */
@media (max-width: 767px) {
  .card-slider-arrow {
    width: 40px;
    height: 40px;
  }
  .card-slider-arrow svg {
    width: 16px;
    height: 16px;
  }
  .card-prev-arrow {
    left: 10px;
  }
  .card-next-arrow {
    right: 10px;
  }
}
/*  OWL CAROUSEL CARD SLIDER  */
.card-owl-carousel {
  /* Override default Owl Carousel theme styles */
  /* Hide default arrow text */
  /* Custom dots styling */
  /* Hide any default dots that might be duplicated */
}
.card-owl-carousel .owl-nav {
  position: absolute !important;
  top: 40% !important;
  transform: translateY(-50%) !important;
  width: 100% !important;
  pointer-events: none !important;
  z-index: 10 !important;
  margin: 0 !important;
}
.card-owl-carousel .owl-prev,
.card-owl-carousel .owl-next {
  position: absolute !important;
  background: rgba(255, 255, 255, 0) !important;
  border: none !important;
  border-radius: 50% !important;
  width: 50px !important;
  height: 50px !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0) !important;
  pointer-events: auto !important;
  z-index: 100 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 1 !important;
}
.card-owl-carousel .owl-prev:hover,
.card-owl-carousel .owl-next:hover {
  background: rgba(255, 255, 255, 0) !important;
  transform: scale(1.1) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0) !important;
  text-decoration: none !important;
}
.card-owl-carousel .owl-prev {
  left: -25px !important;
}
.card-owl-carousel .owl-next {
  right: -25px !important;
}
.card-owl-carousel .owl-prev span,
.card-owl-carousel .owl-next span {
  display: none !important;
}
.card-owl-carousel .owl-prev::before,
.card-owl-carousel .owl-next::before {
  content: "";
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
.card-owl-carousel .owl-prev::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='40' viewBox='0 0 24 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 2L4 20L22 38' stroke='%23333' stroke-width='3' stroke-linecap='round' /%3E%3C/svg%3E");
}
.card-owl-carousel .owl-next::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='40' viewBox='0 0 24 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L20 20L2 38' stroke='%23333' stroke-width='3' stroke-linecap='round' /%3E%3C/svg%3E");
}
.card-owl-carousel .owl-dots {
  margin-top: 20px !important;
  text-align: center !important;
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
}
.card-owl-carousel .owl-dot {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background: rgba(0, 0, 0, 0.3) !important;
  margin: 0 5px !important;
  transition: all 0.3s ease !important;
  border: none !important;
  padding: 0 !important;
  display: inline-block !important;
}
.card-owl-carousel .owl-dot.active {
  background: #28a745 !important;
  transform: scale(1.2) !important;
}
.card-owl-carousel .owl-dot:hover {
  background: rgba(0, 0, 0, 0.5) !important;
  transform: scale(1.1) !important;
}
.card-owl-carousel .owl-dot span {
  display: none !important;
}
.card-owl-carousel .item {
  padding: 0 10px;
}

/* Global Owl Carousel overrides to prevent double indicators */
.owl-carousel {
  /* Hide any default theme elements that might cause duplication */
}
.owl-carousel .owl-nav {
  margin: 0 !important;
}
.owl-carousel .owl-dots {
  margin: 20px 0 0 0 !important;
}
.owl-carousel .owl-controls {
  display: none !important;
}

/* Responsive adjustments for Owl Carousel */
@media (max-width: 767px) {
  .card-owl-carousel .owl-prev,
  .card-owl-carousel .owl-next {
    width: 40px !important;
    height: 40px !important;
  }
  .card-owl-carousel .owl-prev::before,
  .card-owl-carousel .owl-next::before {
    width: 16px;
    height: 16px;
  }
  .card-owl-carousel .owl-prev {
    left: -20px;
  }
  .card-owl-carousel .owl-next {
    right: -20px;
  }
}
/* Specific styling for testimonial slider with 3D effect */
.testimonial-slider-3d {
  /* Desktop: 3 slides visible with center featured */
  /* Mobile: single slide at full opacity */
}
.testimonial-slider-3d .item {
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .testimonial-slider-3d .owl-item {
    opacity: 0.5;
    transition: all 0.3s ease;
    transform: scale(0.95);
  }
  .testimonial-slider-3d .owl-item.center {
    opacity: 1;
    transform: scale(1);
  }
  .testimonial-slider-3d .owl-item.prev,
  .testimonial-slider-3d .owl-item.next {
    opacity: 0.5;
    transform: scale(0.95);
  }
}
@media (max-width: 767px) {
  .testimonial-slider-3d .owl-item {
    opacity: 1 !important;
    transform: scale(1) !important;
  }
}

/* White arrows for testimonial slider copy */
#testimonial-slider-3d-copy .owl-prev::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='40' viewBox='0 0 24 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 2L4 20L22 38' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' /%3E%3C/svg%3E");
}
#testimonial-slider-3d-copy .owl-next::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='40' viewBox='0 0 24 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L20 20L2 38' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' /%3E%3C/svg%3E");
}

/* White arrows for testimonial slider copy 2 */
#testimonial-slider-3d-copy-2 {
  /* Override opacity effects - all slides at 100% opacity */
  /* Hide dots/indicators */
}
#testimonial-slider-3d-copy-2 .owl-prev::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='40' viewBox='0 0 24 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 2L4 20L22 38' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' /%3E%3C/svg%3E");
}
#testimonial-slider-3d-copy-2 .owl-next::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='40' viewBox='0 0 24 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L20 20L2 38' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' /%3E%3C/svg%3E");
}
#testimonial-slider-3d-copy-2 .owl-item {
  opacity: 1 !important;
  transform: scale(1) !important;
}
#testimonial-slider-3d-copy-2 .owl-dots {
  display: none !important;
}

/* Specific styling for testimonial slider 007 */
#testimonial-slider-007 {
  /* 100% width carousel */
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  /* Hide navigation arrows */
  /* Container styling for cropping effect */
  /* Individual slide styling */
  /* First slide - crop from left */
  /* Last slide - crop from right */
  /* Ensure proper spacing */
  /* Additional cropping for last slide to ensure it's cut off */
  /* Force last slide to be cropped */
}
#testimonial-slider-007 .owl-nav {
  display: none !important;
}
#testimonial-slider-007 .owl-stage {
  padding-left: 0;
  padding-right: 0;
}
#testimonial-slider-007 .owl-item {
  opacity: 1;
  transform: scale(1);
}
#testimonial-slider-007 .owl-item:first-child {
  margin-left: -20px;
}
#testimonial-slider-007 .owl-item:last-child {
  margin-right: -20px;
}
#testimonial-slider-007 .item {
  padding: 0 10px;
}
#testimonial-slider-007 .owl-stage-outer {
  overflow: hidden;
}
#testimonial-slider-007 .owl-item:last-child .item {
  margin-right: -20px;
}

/* Section-level cropping to ensure last slide is cropped by screen edge */
#slider-owl-6 {
  overflow: hidden;
  position: relative;
  /* Ensure the carousel extends beyond the section */
  /* Force the carousel to extend to screen edge */
}
#slider-owl-6 .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#slider-owl-6 #testimonial-slider-007 {
  margin-right: calc(-50vw + 50%);
  padding-right: 0;
}

/* Section-level cropping for slider-008 */
#slider-owl-7 {
  overflow: hidden;
  position: relative;
  /* Ensure the carousel extends beyond the section */
  /* Force the carousel to extend to screen edge */
}
#slider-owl-7 .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#slider-owl-7 #testimonial-slider-008 {
  margin-right: calc(-50vw + 50%);
  padding-right: 0;
}

/* Force last slide cropping by screen edge */
#testimonial-slider-007 {
  /* Ensure carousel extends beyond viewport */
  width: calc(100vw + 200px);
  margin-left: calc(-50vw + 50%);
  /* Hide overflow to crop last slide */
  /* Force last slide to extend beyond viewport */
  /* Additional force for last slide content */
  /* Hide default dots since we're using external container */
}
#testimonial-slider-007 .owl-stage-outer {
  overflow: hidden;
  width: 100vw;
}
#testimonial-slider-007 .owl-item:last-child {
  margin-right: -200px;
}
#testimonial-slider-007 .owl-item:last-child .item {
  margin-right: -200px;
  padding-right: 0;
}
#testimonial-slider-007 .owl-dots {
  display: none !important;
}

/* Force last slide cropping by screen edge for slider-008 */
#testimonial-slider-008 {
  /* Ensure carousel extends beyond viewport */
  width: calc(100vw + 200px);
  margin-left: calc(-50vw + 50%);
  /* Hide overflow to crop last slide */
  /* Force last slide to extend beyond viewport */
  /* Additional force for last slide content */
  /* Hide default dots since we're using external container */
  /* Reduce bottom spacing of owl-stage */
  /* Aggressively remove all bottom spacing */
  /* Force owl-stage to fit content exactly */
  /* Override any Owl Carousel default spacing */
  /* Force the entire carousel container to be compact */
  /* Target only bottom spacing without affecting width */
  /* Remove bottom spacing from individual slides */
  /* Remove bottom spacing from slide content */
  /* Fix image height issues in slider-008 */
  /* Remove any bottom spacing from the carousel wrapper */
  /* Remove extra space around dots container */
  /* Target the specific dots container for slider-008 */
  /* Also target the parent container */
}
#testimonial-slider-008 .owl-stage-outer {
  overflow: hidden;
  width: 100vw;
}
#testimonial-slider-008 .owl-item:last-child {
  margin-right: -200px;
}
#testimonial-slider-008 .owl-item:last-child .item {
  margin-right: -200px;
  padding-right: 0;
}
#testimonial-slider-008 .owl-dots {
  display: none !important;
}
#testimonial-slider-008 .owl-stage {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
#testimonial-slider-008 .owl-stage-outer {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
#testimonial-slider-008 .owl-stage {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  height: auto !important;
  min-height: auto !important;
}
#testimonial-slider-008 .owl-item {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
#testimonial-slider-008 .owl-stage {
  display: flex !important;
  align-items: flex-start !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
#testimonial-slider-008 .owl-carousel {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
#testimonial-slider-008 .owl-carousel,
#testimonial-slider-008 .owl-stage-outer,
#testimonial-slider-008 .owl-stage {
  height: auto !important;
  min-height: auto !important;
  max-height: none !important;
}
#testimonial-slider-008 .owl-stage {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
#testimonial-slider-008 .owl-stage-outer {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
#testimonial-slider-008 .owl-item {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
#testimonial-slider-008 .owl-item .item {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
#testimonial-slider-008 .owl-item .item .row {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
#testimonial-slider-008 .owl-item .item .col-12 {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
#testimonial-slider-008 .owl-item .item .col-12 .h-100 {
  height: 300px !important;
  min-height: 300px !important;
  max-height: 300px !important;
}
#testimonial-slider-008 .owl-item .item .col-12 .h-100 img {
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 100% !important;
}
#testimonial-slider-008 .card-owl-carousel {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
#testimonial-slider-008 .dots-container {
  margin-top: -300px !important;
}
#testimonial-slider-008 #dots-008 {
  margin-top: -300px !important;
}
#testimonial-slider-008 #slider-owl-7 .dots-container {
  margin-top: -300px !important;
}

/* Style the external dots container */
.dots-container {
  margin-top: 20px;
}
.dots-container .owl-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.dots-container .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  border: none;
  padding: 0;
  display: inline-block;
}
.dots-container .owl-dots .owl-dot.active {
  background: #28a745;
  transform: scale(1.2);
}
.dots-container .owl-dots .owl-dot:hover {
  background: rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
}

/* Ensure the new slider is visible */
#testimonial-slider-3d-copy-2 {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
#testimonial-slider-3d-copy-2 .owl-stage {
  display: flex !important;
}
#testimonial-slider-3d-copy-2 .owl-item {
  display: block !important;
}
#testimonial-slider-3d-copy-2 .item {
  display: block !important;
}

/* Custom arrow colors for tecm-maps-slider-001 */
#slider-owl-2b .owl-nav button.owl-prev,
#slider-owl-2b .owl-nav button.owl-next {
  color: white !important;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

#slider-owl-2b .owl-nav button.owl-prev span,
#slider-owl-2b .owl-nav button.owl-next span {
  color: white !important;
  font-size: 2rem;
}

#slider-owl-2b .owl-nav button.owl-prev::before,
#slider-owl-2b .owl-nav button.owl-next::before {
  filter: invert(1);
}

.slide-container {
  position: relative;
}

.slide {
  display: none;
  min-height: 200px;
}

.slide.active {
  display: block;
}

.slide-nav {
  margin-bottom: 10px;
}

.slide-nav-btn {
  padding: 10px 20px;
}

.slide-selector {
  margin-bottom: 15px;
}

.dropdown-toggle::after {
  margin-left: 10px;
}

.btn-outline-primary {
  color: #00534C;
  border-color: #00534C;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  color: #fff;
  background-color: #00534C;
  border-color: #00534C;
}

.tab-institucional .btn-primary {
  color: #fff;
  background-color: #26D07C;
}
.tab-institucional .btn-primary:hover, .tab-institucional .btn-primary:focus, .tab-institucional .btn-primary:active {
  color: #fff;
  background-color: #26D07C;
  border-color: #26D07C;
}

.btn-check:active + .btn, .btn-check:checked + .btn, .btn.active, .btn.show, .btn:active {
  color: #00534C;
  background-color: #26D07C;
  border-color: #00534C;
}

.btn-secondary {
  color: #00534C;
  background-color: none;
  --bs-btn-bg: none;
  --bs-btn-border-color: $tmi-1a;
  --bs-btn-hover-color: $tmi-1a;
  --bs-btn-hover-bg: none;
  --bs-btn-hover-border-color: $tmi-1a;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: $tmi-1a;
  --bs-btn-active-bg: none;
  --bs-btn-active-border-color: $tmi-1b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: $tmi-1a;
  --bs-btn-disabled-bg: none;
}

.tab-maps .btn-primary {
  color: #fff;
  background-color: #00534C;
}
.tab-maps .btn-primary:hover, .tab-maps .btn-primary:focus, .tab-maps .btn-primary:active {
  color: #fff;
  background-color: #007864;
  border-color: #007864;
}

.tab-dark .btn-outline-primary {
  color: #fff;
  border-color: #fff;
}
.tab-dark .btn-outline-primary:hover, .tab-dark .btn-outline-primary:focus, .tab-dark .btn-outline-primary:active {
  color: #00534C;
  background-color: #A7E393;
  border-color: #A7E393;
}

.tab-dark .btn-primary {
  color: #00534C;
  background-color: #A7E393;
}
.tab-dark .btn-primary:hover, .tab-dark .btn-primary:focus, .tab-dark .btn-primary:active {
  color: #fff;
  background-color: #78D64B;
  border-color: #78D64B;
}

.tab-skilling .btn-primary {
  color: #fff;
  background-color: #005E86;
}
.tab-skilling .btn-primary:hover, .tab-skilling .btn-primary:focus, .tab-skilling .btn-primary:active {
  color: #fff;
  background-color: #005E86;
  border-color: #005E86;
}

.tab-skilling .btn-outline-primary {
  color: #005E86;
  border-color: #005E86;
}
.tab-skilling .btn-outline-primary:hover, .tab-skilling .btn-outline-primary:focus, .tab-skilling .btn-outline-primary:active {
  color: #005E86;
  background-color: #fff;
  border-color: #005E86;
}

.grid-masonry {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

.grid-masonry button {
  height: 40px;
  white-space: nowrap;
  font-size: 0.9rem;
  padding: 0.75rem 1.5rem;
  min-width: -moz-fit-content;
  min-width: fit-content;
  flex-shrink: 0;
  border-radius: 40px;
}

/* Ensure buttons don't wrap text on desktop */
@media (min-width: 768px) {
  .grid-masonry button {
    white-space: nowrap;
  }
}
/* Estilos base del FAQ */
.faq-item {
  transition: all 0.3s ease;
  cursor: pointer;
  /* Forzar aceleración por hardware */
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
  border-bottom: 1px solid;
}

/* Contenido de la respuesta */
.faq-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-5px);
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: max-height, opacity, transform;
}

/* Icono */
.faq-icon {
  width: 20px;
  text-align: center;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

/* Cuando está activo */
.faq-item.active .faq-answer {
  max-height: 500px;
  opacity: 1;
  transform: translateY(0);
}

/* Icono usando solo pseudo-elementos */
.faq-icon::before {
  content: "\f107"; /* FontAwesome arrow-down */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.active .faq-icon::before {
  content: "\f106"; /* FontAwesome arrow-up */
  transform: rotate(0deg);
}

.cb-hero {
  height: 90vh; /* Altura completa del viewport */
  max-height: 900px; /* Máximo igual a la altura de tu imagen */
  overflow: hidden;
  position: relative;
}

.bg-end {
  background-position: center right;
}

.cb-hero-005 {
  height: 100vh; /* Altura completa del viewport */
  max-height: 390px; /* Máximo igual a la altura de tu imagen */
  overflow: hidden;
  position: relative;
}

.hero-image-container {
  width: 100%;
  height: 100%;
}

.hero-image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-logo {
  position: absolute;
  top: 50px;
}

@media (max-width: 767px) {
  .cb-hero {
    height: auto;
    max-height: none;
    min-height: auto;
  }
  .hero-image-container img {
    height: auto;
    max-height: 50vh;
    min-height: auto;
  }
  .hero-logo {
    top: 20px;
  }
  .cb-hero .container {
    position: relative !important;
    height: auto !important;
    padding: 2rem 0;
  }
  .cb-hero .row {
    min-height: auto !important;
  }
  .cb-hero .col-12 {
    margin-bottom: 2rem;
  }
  .cb-hero form {
    margin-top: 1rem;
  }
  .cb-hero .form-control,
  .cb-hero .form-select {
    margin-bottom: 1rem;
  }
  .cb-hero .btn {
    margin-top: 1rem;
  }
}
.bg-herobox {
  background-color: rgba(7, 21, 46, 0.7);
}

/* Directorio */
#tab-nav-x {
  /* Clamp height between 289px (mobile) and 521px (desktop) */
  height: 521px;
  background-image: url(https://image.s13.sfmc-content.com/lib/fe2f11747364057b711773/m/1/aa9215b6-4af3-4622-ad64-02939ff5ed1d.png);
  background-size: contain;
  aspect-ratio: 16/9;
}

#tab-nav-x .btn {
  font-size: 0.8rem !important;
  line-height: 0.8rem !important;
}

/* Mobile styles for buttons inside #tab-nav-x */
@media (max-width: 767.98px) {
  #tab-nav-x .btn {
    font-size: 0.6rem !important;
    line-height: 0.6rem !important;
  }
  #tab-nav-x {
    /* Clamp height between 289px (mobile) and 521px (desktop) */
    height: 289px;
  }
}
/* Base Slide Styles */
.slide-component .slide {
  display: none;
}

.slide-component .slide.active {
  display: block;
}

/* Inner Slide Styles */
.slide-component .inner-slide {
  display: none;
}

.slide-component .inner-slide.active {
  display: block;
}

/* Button States */
.slide-component .slide-nav-btn.btn-primary {
  color: white;
}

/* Dropdown Styles */
.slide-component .form-select {
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */