:root {
    --background-primary: #FFF; /* Reemplaza #colorcode con el código de color que desees para el fondo */
    --label-primary: #1a2b49;
    --label-secondary: #63687a;
    --decorative-midnight-blue: #1a2b49;
    --label-quaternary: #fff;
    --label-on-color: #fff;
    --surface-primary: #fff;
    --interactive-primary: #0071eb;
    --interactive-primary-hovered: #304c84;
    --interactive-primary-pressed: #304c84;
    --interactive-primary-disabled: #dcdfe4;
    --interactive-secondary: #e1f0ff;
    --interactive-secondary-hovered: #c7e2ff;
    --interactive-secondary-pressed: #c7e2ff;
    --interactive-secondary-disabled: #bfc7cf;
    --on-interactive-primary: #fff;
    --on-interactive-secondary: #0071eb;
    --on-interactive-tertiary: #fff;
    --on-interactive-quaternary: #1a2b49;
    --on-interactive-critical: #fff;
    --on-interactive-disabled: #858995;
    --border-primary: #dcdfe4;
    --border-primary-hovered: #0071eb;
    --border-primary-pressed: #0071eb;
    --border-primary-focused: #0071eb;
    --border-primary-error: #c72a3d;
    --border-primary-disabled: #ebeef1;
    --border-secondary: #ebeef1;
    --surface-secondary: #ebeef1;
    --surface-gyg: #ff5533;
    --supportive-over-image-20: rgba(25, 27, 32, .2);
    --interactive-quaternary: #fff;
    --accent: #deb87b;
}

html,body,div,span,app,object,iframe,h1,h2,h3,h4,h5,h6,p,button,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ul,li,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
  border: 0;
  font-family: inherit;
  //font-size: 1.1rem;
  font-style: normal;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline
}

body {
  line-height: 1;
  color: #000;
  background: white
}

body,body input,body select {
  font-family: GT Eesti,fallback for GT Eesti,sans-serif
}

button {
  background-color: var(--background-primary)
}

ul {
  list-style: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

caption,th,td {
  text-align: left;
  font-weight: 400
}
.navbar{
 width: 100%;
}

.navbar-expand-lg .navbar-nav4 {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    flex-direction: row;
  }

.navbar-nav .nav-item .nav-link, .navbar-nav4 .nav-item .nav-link, .navbar-nav4 .nav-item, .nav-item div{
  color: #FFF;
  font-weight: 500;
  font-size: 0.9rem;
}

.navbar.navbar-dark {
    position: absolute;
    background: none !important;
}

.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav4 .nav-link, .navbar-dark .navbar-nav4 .nav-item div{
    color: var(--label-secondary);
}

.navbar-white{
    position: absolute;
    background: linear-gradient(180deg, #000 0, rgba(0, 0, 0, 0));
}

.navbar-clone{
  display: none;
  background: #FFF;
}

.navbar-clone .nav-item div, .navbar-clone .nav-item .nav_span{
  color: var(--label-secondary);
  font-weight: 500;
  font-size: 0.9rem;
}

.fixed {
  display: flex;
  position: fixed;
  background-color: #FFF;
  transition: transform .2s; /* Duración de la transición ajustada a 0.5s */
  transition-timing-function: cubic-bezier(1, .45, 1, .78);
  will-change: transform;
  transform: translateY(-100%); /* Inicialmente fuera de la vista */
}

.navbar-stick {
  position: fixed;
  background-color: #FFF;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 8px 20px #0000001a;
  transform: translateY(0); /* Desliza hacia abajo */
}

.navbar-unstick {
  position: fixed;
  background: none !important;
  z-index: 1000;
  box-shadow: none;
  transform: translateY(-100%); /* Desliza hacia arriba */
}

.navbar-nav4 .nav-item .nav-link{
    padding: 6px 5px;
}

.navbar-nav li, .navbar-nav4 li{
  padding: 6px 15px;
}

.nav-item div i{
  font-size: 20px;
}

.navbar-nav4 li a div i{
  margin-bottom: 9px;
}



.mtop16 {
    margin-top: 16px;
}


.mtop32 {
  margin-top: 32px;
}

.mtop50 {
  margin-top: 50px;
}

.mtop80 {
  margin-top: 80px;
}


.hero-section {
  height: 603px;
  background: linear-gradient(268deg, rgba(12, 24, 47, 0) 34.23%, rgba(12, 24, 47, .6) 97.86%);
}

.hero-section__header {
  color: #FFF;
  font-size: 2.75rem;
  line-height: 3rem;
  font-weight: 700;
  //width: 50%;
  align-self: flex-start;
  margin-bottom: 32px;
  margin-top: 128px
}

.hero-section__image-container {
  height: 603px;
  background-color: #1a2b49;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.hero-section__image {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.hero-section__content {
  max-width: 1400px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 188px
}

@media (min-width: 1024px) {
  .hero-section__header {
      font-size:4rem;
      line-height: 4.25rem
  }

}

@media (max-width: 768px) {
  .hero-section__header {
      margin-top:24px;
      margin-bottom: 24px
  }

  .container, .container-sm {
    max-width: 100%;
  }


  .mytabs li button .title{
    display: none;
  }
}

@media (max-width: 602px) {
  .navbar-nav4 .nav-item .nav-link .nav_span{
    display: none;
  }
}

@media (max-width: 413px) {

    .navbar-nav4 li{
      padding: 5px 6px;
    }
    .top-navigation__navigation-container li a{
      font-size: 0.8rem;
    }
  }



@media (max-width: 1024px) {
  .hero-section__header {
      font-size:1.75rem;
      line-height: 2rem;
      font-weight: 700;
      width: 75%
  }

}

@media (max-width: 1024px) and (min-width: 1024px) {
  .hero-section__header {
      font-size:2.25rem;
      line-height: 2.75rem
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .hero-section__header {
      margin-top:8px;
      margin-bottom: 24px
  }
}

.hero-section__subheader {
  color: #FFF;
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 700;
  width: 65%;
  align-self: flex-start;
  margin-bottom: 24px
}

.hero-section__overlay {
  position: absolute;
  top: 500px;
  height: 102.96px;
  width: 100%;
  background: linear-gradient(180deg,rgba(0,0,0,0) 0%,#000 100%);
  z-index: 1
}

@media (max-width: 1024px) {
  .hero-section__subheader {
      font-size:1rem;
      line-height: 1.25rem;
      font-weight: 500;
      width: 100%;
      margin-bottom: 8px
  }
  .hero-section__image-container {
    height: 508px;
  }
  .hero-section__overlay {
    top: 405px;
  }

  .mytabs li button .title{
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .hero-section__content {
      padding:32px;
      align-items: start
  }
}

@media (min-width: 1024px) {
  .hero-section__content {
      padding-left:32px;
      padding-right: 32px
  }
}

@media (min-width: 1200px) {
  .hero-section__content {
      padding-left:72px;
      padding-right: 72px
  }
}

@media (min-width: 1440px) {
  .hero-section__content {
      padding-left:96px;
      padding-right: 96px
  }
}

@media (max-width: 1024px) {
  .hero-section__content {
      padding:204px 16px 16px;
      align-items: start
  }
}
@media (min-width: 1024px) {
  .hero-section__header {
      font-size:3.7rem;
      line-height: 4.25rem
  }
}

@media (max-width: 768px) {
  .hero-section__header {
      margin-top:24px;
      margin-bottom: 24px
  }
}

@media (max-width: 1024px) {
  .hero-section__header {
      font-size:1.75rem;
      line-height: 2rem;
      font-weight: 700;
      width: 75%
  }
}

@media (max-width: 1024px) and (min-width: 1024px) {
  .hero-section__header {
      font-size:2.25rem;
      line-height: 2.75rem
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .hero-section__header {
      margin-top:8px;
      margin-bottom: 24px
  }
}




.wrapper.theme-tabs {
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 540.96px
}
.gyg-tabs__header {
  display: flex;
  align-items: center;
  max-width: 100%;
  position: relative;
  border-bottom: 1px solid var(--border-primary)
}

.wrapper.theme-tabs:not(.is_sticky) .container {
  background: transparent
}

.wrapper.theme-tabs:not(.is_sticky) .container .gyg-tabs__pills .gyg-tabs__pill {
  flex: 1 0 25%;
  width: 100%
}

.wrapper.theme-tabs:not(.is_sticky) .container .gyg-tabs__header {
  border-bottom: none
}

.wrapper.theme-tabs:not(.is_sticky) .container .gyg-tabs__button {
  border-radius: 16px 16px 0 0;
  background: transparent;
  color: var(--interactive-quaternary);
  align-items: center;
  padding: 16.8px 48px;
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 700;
  width: 100%;
  height: 62px
}

.wrapper.theme-tabs:not(.is_sticky) .container .gyg-tabs__button--selected {
  background: var(--background-primary);
  color: var(--label-primary);
  box-shadow: none
}

.wrapper.theme-tabs:not(.is_sticky) .container .gyg-tabs__button .c-icon {
  height: 32px;
  width: 32px
}

.wrapper.theme-tabs:not(.is_sticky) .container .gyg-tabs__button:not(.wrapper.theme-tabs:not(.is_sticky) .container .gyg-tabs__button--selected):hover {
  color: var(--interactive-quaternary-hovered)
}

.wrapper.theme-tabs.is_sticky {
  background: var(--background-primary);
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 8px 20px #0000001a;
  z-index: 10
}

@media (max-width: 767px) {
  .wrapper.theme-tabs.is_sticky {
      top:62px!important;
      z-index: 10
  }
}

.wrapper.theme-tabs.is_sticky .container .gyg-tabs__scroll-arrow {
  color: var(--label-primary);
  border: 1px solid var(--label-primary)
}

.wrapper.theme-tabs.is_sticky .container .gyg-tabs__header {
  background-color: var(--background-primary);
  border-bottom: none
}

.wrapper.theme-tabs.is_sticky .container .gyg-tabs__pills .gyg-tabs__pill {
  flex: 1 0 25%;
  width: 100%
}

.wrapper.theme-tabs.is_sticky .container .gyg-tabs__button {
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 700;
  padding: 21px 48px;
  width: 100%;
  height: 72px
}

.wrapper.theme-tabs.is_sticky .container .gyg-tabs__button--selected {
  box-shadow: inset 0 -4px 0 0 var(--interactive-primary)
}

.wrapper.theme-tabs.is_sticky .container .gyg-tabs__button:not(.wrapper.theme-tabs.is_sticky .container .gyg-tabs__button--selected):hover {
  color: var(--interactive-tertiary-hovered)
}

.wrapper.theme-tabs.is_sticky .container .gyg-tabs__button:hover,.wrapper.theme-tabs.is_sticky .container .gyg-tabs__button:focus {
  background-color: unset
}

.wrapper.theme-tabs.is_sticky .container .gyg-tabs__button .c-icon {
  height: 32px;
  width: 32px
}

@media (min-width: 768px) and (max-width: 1199px) and (width <= 1024px) {
  .wrapper.theme-tabs {
      top:446px
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .wrapper.theme-tabs:not(.is_sticky) .container .gyg-tabs__button {
      font-size:1rem;
      line-height: 1.375rem;
      font-weight: 500;
      border-radius: 16px 16px 0 0;
      display: block
  }

  .wrapper.theme-tabs:not(.is_sticky) .container .gyg-tabs__button .gyg-tabs__icon {
      justify-content: center;
      margin: 0
  }

  .wrapper.theme-tabs:not(.is_sticky) .container .gyg-tabs__button .gyg-tabs__icon .c-icon {
      height: 16px;
      width: 16px
  }

  .wrapper.theme-tabs.is_sticky {
      top: 0
  }
}

@media (min-width: 768px) and (max-width: 1199px) and (max-width: 576px) {
  .wrapper.theme-tabs.is_sticky {
      border-top:1px solid var(--border-primary)
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .wrapper.theme-tabs.is_sticky .container .gyg-tabs__scroll-arrow {
      border:1px solid rgb(26,43,73)
  }

  .wrapper.theme-tabs.is_sticky .container .gyg-tabs__pills .gyg-tabs__pill {
      flex: 1 0 25%;
      width: 100%
  }

  .wrapper.theme-tabs.is_sticky .container .gyg-tabs__button {
      font-size: 1rem;
      line-height: 1.375rem;
      font-weight: 500;
      padding: 8px 16px;
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap
  }

  .wrapper.theme-tabs.is_sticky .container .gyg-tabs__button .gyg-tabs__icon {
      justify-content: center;
      margin: 0
  }

  .wrapper.theme-tabs.is_sticky .container .gyg-tabs__button .gyg-tabs__icon .c-icon {
      height: 16px;
      width: 16px
  }
}

@media (max-width: 767px) {
  .wrapper.theme-tabs {
      top:446.8px
  }

  .wrapper.theme-tabs.has_icons {
      top: 462px
  }

  .wrapper.theme-tabs:not(.is_sticky) .container .gyg-tabs__pills .gyg-tabs__pill {
      flex: 1 0 25%
  }

  .wrapper.theme-tabs:not(.is_sticky) .container .gyg-tabs__pill:last-of-type:not(.gyg-tabs__pill--selected) {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap
  }

  .wrapper.theme-tabs:not(.is_sticky) .container .gyg-tabs__pill:first-of-type:not(.gyg-tabs__pill--selected) {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap
  }

  .wrapper.theme-tabs:not(.is_sticky) .container .gyg-tabs__button {
      font-size: 1rem;
      line-height: 1.375rem;
      font-weight: 500;
      height: 54px;
      padding: 8px 16px;
      border-radius: 4px 4px 0 0;
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: auto;
      min-width: 85px
  }

  .wrapper.theme-tabs:not(.is_sticky) .container .gyg-tabs__button .gyg-tabs__icon {
      justify-content: center;
      margin: 0
  }

  .wrapper.theme-tabs:not(.is_sticky) .container .gyg-tabs__button .gyg-tabs__icon .c-icon {
      height: 16px;
      width: 16px
  }

  .wrapper.theme-tabs.is_sticky {
      top: 0
  }
}

@media (max-width: 767px) and (max-width: 576px) {
  .wrapper.theme-tabs.is_sticky {
      border-top:1px solid var(--border-primary)
  }
}

@media (max-width: 767px) {
  .wrapper.theme-tabs.is_sticky .container .gyg-tabs__button {
      font-size:1rem;
      line-height: 1.375rem;
      font-weight: 500;
      padding: 8px;
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      min-width: 85px;
      width: auto;
      height: 54px
  }

  .wrapper.theme-tabs.is_sticky .container .gyg-tabs__button .gyg-tabs__icon {
      justify-content: center;
      margin: 0
  }

  .wrapper.theme-tabs.is_sticky .container .gyg-tabs__button .gyg-tabs__icon .c-icon {
      height: 16px;
      width: 16px
  }

  .wrapper.theme-tabs.is_sticky .container .gyg-tabs__button--selected {
      box-shadow: inset -2px -7px 0 -3px var(--interactive-primary)
  }

  .wrapper.theme-tabs.is_sticky .container .gyg-tabs__pill:last-of-type:not(.gyg-tabs__pill--selected) {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap
  }

  .wrapper.theme-tabs.is_sticky .container .gyg-tabs__pill:first-of-type:not(.gyg-tabs__pill--selected) {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap
  }

  .wrapper.theme-tabs.is_sticky .container .gyg-tabs__pills {
      overflow-x: scroll
  }

  .wrapper.theme-tabs.is_sticky .container .gyg-tabs__pills .gyg-tabs__pill {
      flex: 1 0 25%;
      width: auto
  }
}



.profile-card-2 .profile-icons {
position: absolute;
bottom: 30px;
right: 30px;
color: #FFF;
transition: all linear 0.25s;
}

.profile-card-2 .profile-username {
position: absolute;
bottom: 50px;
left: 30px;
color: #FFF;
font-size: 13px;
transition: all linear 0.25s;
}

.profile-card-2 .profile-icons .fa {
margin: 5px;
}

.profile-card-2:hover img {
filter: grayscale(100%);
}

.profile-card-2:hover .profile-name {
bottom: 80px;
}

.profile-card-2:hover .profile-username {
bottom: 60px;
}

.profile-card-2:hover .profile-icons {
right: 40px;
}

.profile-card-3 {
background-color: #FFF;
border-radius: 5px;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
overflow: hidden;
position: relative;
margin: 10px auto;
cursor: pointer;
padding: 25px 15px;
}

.profile-card-3 .profile-name {
font-weight: bold;
color: #21304e;
}

.profile-card-3 .profile-location {
color: #999;
font-size: 13px;
font-weight: 600;
}

.profile-card-3 img {
height: 100px;
width: 100px;
object-fit: cover;
margin: 10px auto;
border-radius: 50%;
transition: all linear 0.25s;
}

.profile-card-3 .profile-description {
font-size: 13px;
color: #777;
padding: 10px;
}

.profile-card-3 .profile-icons {
margin: 15px 0px;
}

.profile-card-3 .profile-icons .fa {
color: #fe455a;
margin: 0px 5px;
}

.profile-card-3:hover img {
height: 110px;
width: 110px;
margin: 5px auto;
}

.profile-card-4 {
max-width: 300px;
background-color: #FFF;
border-radius: 5px;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
overflow: hidden;
position: relative;
margin: 10px auto;
cursor: pointer;
}

.profile-card-4 a{
    text-decoration: none;
}

.profile-card-4 img {
transition: all 0.25s linear;
min-height: 200px;
max-height: 200px;
}

.profile-card-4 .profile-content {
position: relative;
padding: 15px;
background-color: #FFF;
}

.profile-card-4 .profile-name {
font-weight: bold;
position: absolute;
left: 0px;
right: 0px;
top: -70px;
color: #FFF;
font-size: 17px;
}

.profile-card-4 .profile-name p {
font-weight: 600;
font-size: 13px;
letter-spacing: 1.5px;
}

.profile-card-4 .profile-description {
color: #777;
font-size: 12px;
padding: 10px;
}

.profile-card-4 .profile-overview {
padding: 15px 0px;
}

.profile-card-4 .profile-overview p {
font-size: 10px;
font-weight: 600;
color: #777;
}

.profile-card-4 .profile-overview h4 {
color: #273751;
font-weight: bold;
}

.profile-card-4 .profile-content::before {
content: "";
position: absolute;
height: 20px;
top: -10px;
left: 0px;
right: 0px;
background-color: #FFF;
z-index: 0;
transform: skewY(3deg);
}

.profile-card-4:hover img {
transform: rotate(5deg) scale(1.1, 1.1);
filter: brightness(110%);
}

.profile-card-5 {
max-width: 300px;
background-color: #FFF;
border-radius: 5px;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
overflow: hidden;
position: relative;
margin: 10px auto;
cursor: pointer;
padding: 50px 15px 25px 15px;
}

.profile-card-5 img {
height: 100px;
width: 100px;
object-fit: cover;
margin: 10px auto;
border-radius: 50%;
transition: all linear 0.25s;
position: relative;
}

.profile-card-5::before {
content: "";
position: absolute;
top: -60px;
right: 0px;
left: 0px;
height: 170px;
background-color: #4fb96e;
transform: skewY(-20deg);
}

.profile-card-5 .profile-name {
padding-top: 15px;
font-weight: bold;
color: #333;
}

.profile-card-5 .profile-designation {
font-size: 13px;
color: #777;
}

.profile-card-3 .profile-location {
color: #999;
font-size: 13px;
font-weight: 600;
}

.profile-card-5 .profile-description {
font-size: 13px;
color: #777;
padding: 10px;
}

.profile-card-5 .profile-overview {
padding: 15px 0px;
}

.profile-card-5 .profile-overview p {
color: #777;
font-size: 13px;
}

.profile-card-5 .profile-overview h2 {
font-weight: bold;
color: #1e2832;
}

.profile-card-5 .profile-icons .fa {
margin: 7px;
color: #4fb96e;
}

.profile-card-5:hover img {
transform: rotate(-5deg);
}

.profile-card-6 {
max-width: 300px;
background-color: #FFF;
border-radius: 5px;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
overflow: hidden;
position: relative;
margin: 10px auto;
cursor: pointer;
}

.profile-card-6 img {
transition: all 0.15s linear;
}

.profile-card-6 .profile-name {
position: absolute;
top: 10px;
left: 10px;
font-size: 25px;
font-weight: bold;
color: #FFF;
padding: 15px 20px;
background: linear-gradient(140deg, rgba(0, 0, 0, 0.4) 50%, rgba(255, 255, 0, 0) 50%);
transition: all 0.15s linear;
}

.profile-card-6 .profile-position {
position: absolute;
color: rgba(255, 255, 255, 0.4);
left: 30px;
top: 100px;
transition: all 0.15s linear;
}

.profile-card-6 .profile-overview {
position: absolute;
bottom: 0px;
left: 0px;
right: 0px;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 50%, rgba(255, 255, 0, 0));
color: #FFF;
padding: 50px 0px 20px 0px;
transition: all 0.15s linear;
}

.profile-card-6 .profile-overview h3 {
font-weight: bold;
}

.profile-card-6 .profile-overview p {
color: rgba(255, 255, 255, 0.7);
}

.profile-card-6:hover img {
filter: brightness(80%);
}

.profile-card-6:hover .profile-name {
padding-left: 25px;
padding-top: 20px;
}

.profile-card-6:hover .profile-position {
left: 40px;
}

.profile-card-6:hover .profile-overview {
padding-bottom: 25px;
}

.profile-card-7 {
background-color: #FFF;
border-radius: 5px;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
overflow: hidden;
position: relative;
margin: 10px auto;
cursor: pointer;
}

.profile-card-7 .profile-content {
padding: 60px 30px 30px 30px;
background-color: #FFF;
position: relative;
}

.profile-card-7 .profile-content img {
position: absolute;
height: 80px;
width: 80px;
border-radius: 50%;
top: -40px;
border: 5px solid #FFF;
}

.profile-card-7 .profile-content .profile-name {
position: absolute;
font-size: 17px;
font-weight: bold;
top: -35px;
left: 125px;
color: #FFF;
}

.profile-card-7 .profile-overview {
padding: 5px 0px;
}

.profile-card-7 .profile-overview p {
color: #777;
font-size: 11px;
font-weight: 600;
}

.profile-card-7 .profile-overview h5 {
color: #142437;
font-weight: bold;
}

.profile-card-8 {
background: linear-gradient(#09121c, #36445a);
border-radius: 5px;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
overflow: hidden;
position: relative;
margin: 10px auto;
cursor: pointer;
transition: all 0.25s linear;
}

.profile-card-8 .profile-name {
position: absolute;
left: 0px;
right: 0px;
top: 25px;
color: #58d683;
font-size: 17px;
font-weight: bold;
}

.profile-card-8 .profile-designation {
position: absolute;
left: 0px;
right: 0px;
top: 50px;
color: #FFF;
font-size: 13px;
font-weight: 600;
letter-spacing: 1px;
}

.profile-card-8 .profile-icons {
position: absolute;
left: 0px;
right: 0px;
top: 80px;
color: rgba(255, 255, 255, 0.7);
}

.profile-card-8 .profile-icons .fa {
margin: 5px;
}

.profile-card-8:hover {
transform: scale(1.05, 1.05);
}

.profile-card-9 {
border-radius: 10px;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
overflow: hidden;
position: relative;
margin: 10px auto;
cursor: pointer;
padding: 30px 15px;
background-color: #FFF;
transition: all 0.25s linear;
}

.profile-card-9 img {
height: 120px;
width: 120px;
border-radius: 50%;
margin: 10px auto;
}

.profile-card-9 .profile-name {
font-size: 15px;
color: #3249b9;
font-weight: 600;
}

.profile-card-9 .profile-designation {
font-size: 13px;
color: #777;
}

.profile-card-9 .profile-description {
padding: 10px;
font-size: 13px;
color: #777;
margin: 15px 0px;
background-color: #F1F2F3;
border-radius: 5px;
}

.profile-card-9 a {
padding: 10px 15px;
background-color: #3249b9;
color: #FFF;
font-size: 11px;
border-radius: 25px;
}

.profile-card-9:hover {
transform: scale(1.05, 1.05);
}

.profile-card-10 {
border-radius: 5px;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
overflow: hidden;
position: relative;
margin: 10px auto;
cursor: pointer;
padding: 30px 15px;
background-color: #1f2124;
color: #EEE;
}

.profile-card-10 img {
margin: 10px auto;
width: 100px;
height: 100px;
border-radius: 50%;
border: 10px solid transparent;
box-shadow: 0px 0px 0px 2px #64c17b;
transition: all 0.25s linear;
}

.profile-card-10 .profile-name {
color: #FFF;
font-weight: bold;
font-size: 17px;
}

.profile-card-10 .profile-location {
font-size: 13px;
opacity: 0.7;
}

.profile-card-10 .profile-description {
padding: 10px;
font-size: 13px;
}

.profile-card-10 .profile-icons .fa {
color: #ffc75e;
margin: 10px;
}

.profile-card-10:hover img {
transform: scale(1.1);
}

.tour_cat {
  color: var(--label-secondary);
  font-size: 0.8rem;

}

.tour_title{
  font-size: 1rem;
  font-weight: 700;
  color: var(--label-primary)
}

.profile-content .rating{
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.profile-content .rating small{
  font-size: 0.8rem;
  color: #777;
}

.profile-content .rating i{
  color: #FFD700;
}

.tour_price{
  font-size: 1rem;
  font-weight: 700;
  color: #1a2b49;
  margin-top:10px;
}

.tour_price span{
  font-size: 0.8rem;
}

.profile-card-4 .favorito{
  position: absolute;
  top: 10px;
  right: 10px;
  color: #FFF;
  font-size: 25px;
  cursor: pointer;
  z-index: 1;
}

.mytabs{
    display: flex;
    padding: 0;
    margin: 0;
    flex-grow: 1;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    list-style: none;
}

.mytabs li{
    flex: 1 0 25%;
    width: 100%;
    list-style: none;
}

.mytabs li button{
    border-radius: 16px 16px 0 0;
    background: transparent;
    color: var(--interactive-quaternary);
    align-items: center;
    padding: 16.8px 8px;
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-weight: 700;
    width: 100%;
    height: 62px;
}

.mytabs li button.active{
    background: var(--background-primary);
    color: var(--label-primary);
    box-shadow: none;
}

h2 {
    font-size: 2.25rem !important;
    line-height: 2.75rem;
    color: var(--label-primary);
    font-weight: 700;

  }
.formulario{
    background-color: #e3f7ff;
    border-radius: 16px;
    padding: 20px;
}

.descripcion-1{
    font-size: 1.5rem;
    line-height: 2.2rem;
    display: flex;
    justify-content: justify;
    align-items: center;
    height: 500px;
}

.activity-breadcrumbs[data-v-4ece4f7b] {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
    display: flex;
}

.activity-breadcrumbs__item[data-v-4ece4f7b]:not(:last-of-type):after {
    content: "›";
    color: var(--label-secondary);
    padding-right: 8px;
    padding-left: 4px;
}

.title-tour h1{
    font-size: 2.25rem;
    line-height: 2.75rem;
    color: var(--label-primary);
    font-weight: 700;
}


  .activity-breadcrumbs__link{
    color: var(--label-secondary);
    text-decoration: none;
    font-weight: 700;
    font-size: 0.8rem;
    display: inline-block; /* Asegura que ::first-letter funcione */
    text-transform: lowercase;
  }

  .activity-breadcrumbs__link::first-letter {
    text-transform: uppercase;
  }

.tour_description{
    font-size: 1rem;
    line-height: 1.375rem;
    color: var(--label-primary);
    margin-top: 20px;
}

.tour_description strong{
    font-weight: 700;
    line-height: 2rem;
}

.info-tour ul li{
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
}

.info-tour ul li i{
    color: var(--label-primary);
    margin-right: 10px;
    font-size: 1.5rem;
}

.info-tour p strong{
    font-weight: 700;
}

.info-tour ul li p{
    font-size: 1.1rem;
    color: var(--label-primary);
    line-height: 1.375rem;
    //font-weight: 700;
    margin-bottom: 10px;
}



.info-tour ul li div{
    color: var(--label-secondary);
    font-weight: 700;
    font-size: 0.8rem;
}

.top-navigation {
    //display: none;
    background: var(--surface-primary);
    border-bottom: 1px solid var(--border-primary);
    left: 0;
    position: fixed;
    top: 0;
    transform: translate3d(0,-200%,0);
    transition: transform .2s;
    transition-timing-function: cubic-bezier(1,.45,1,.78);
    width: 100%;
    will-change: transform;
    z-index: 9910
}

.navigation__headline {
    background: var(--decorative-midnight-blue);
    padding: 16px 0
}
.top-navigation__headline-title{
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-weight: 700;
    color: var(--label-quaternary);
    margin: 0
}

.top-navigation__headline-container {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex: 80% 1;
    justify-content: space-between;
    min-height: 40px;
}


.top-navigation[data-v-f50e1597] {
    display: none;
    background: var(--surface-primary);
    border-bottom: 1px solid var(--border-primary);
    left: 0;
    position: fixed;
    top: 0;
    transform: translate3d(0,-200%,0);
    transition: transform .2s;
    transition-timing-function: cubic-bezier(1,.45,1,.78);
    width: 100%;
    will-change: transform;
    z-index: 10
}

.top-navigation[data-visible=true] {
    transform: translateZ(0);
}

.top-navigation__headline[data-v-f50e1597] {
    background: var(--decorative-midnight-blue);
    padding: 16px 0
}

.top-navigation__headline-container[data-v-f50e1597] {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex: 80% 1;
    justify-content: space-between;
    min-height: 40px
}

.top-navigation__headline-container[data-v-f50e1597]:after {
    content: none
}

.top-navigation__headline-title[data-v-f50e1597] {
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-weight: 700;
    color: var(--label-quaternary);
    margin: 0
}

.top-navigation__headline-action[data-v-f50e1597] {
    margin: 0;
    min-width: 0
}

.top-navigation__headline-action.btn[data-v-f50e1597] {
    margin: 0
}

.top-navigation__navigation[data-v-f50e1597] {
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 400;
    padding: 10px 0;
    user-select: none
}

.top-navigation__navigation a[data-v-f50e1597] {
    color: var(--interactive-primary)
}

.top-navigation__navigation-container[data-v-f50e1597] {
    display: flex;
    flex-direction: row;
    width: 100%
}

.top-navigation__navigation-anchor[data-v-f50e1597]:not(:last-child) {
    margin-right: 24px
}

.top-navigation__navigation-anchor[data-active=true] a[data-v-f50e1597] {
    cursor: default;
    pointer-events: none
}

.top-navigation__navigation-anchor[data-active=true] a[data-v-f50e1597],.top-navigation__navigation-anchor:hover a[data-v-f50e1597] {
    color: var(--label-primary)
}

@media (min-width: 768px) {
    .top-navigation[data-v-f50e1597] {
        display:block
    }
}

.c-button--filled-standard {
    color: var(--on-interactive-primary);
    background: var(--interactive-primary);
    border-color: var(--interactive-primary);
    border-style: solid;
    border-radius: 5rem;
    border-width: 2px;
    transition: background-color .2s ease-out;
    outline: 0;
}

.c-button--filled-gris {
    color: var(--on-interactive-secondary);
    background: var(--interactive-secondary);
    border-color: var(--interactive-secondary);
    border-style: solid;
    border-radius: 5rem;
    border-width: 2px;
    transition: background-color .2s ease-out;
    outline: 0;
}

.c-button--medium {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 500;
    padding: 9px 24px;
}

.c-button {
    cursor: pointer;
    font-family: inherit;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.c-button--filled-standard:hover,.c-button--filled-standard:active {
    color: var(--on-interactive-primary);
    background: var(--interactive-primary-hovered);
    border-color: var(--interactive-primary-hovered)
}

.c-button--filled-gris:hover,.c-button--filled-gris:active {
    color: var(--on-interactive-primary);
    background: var(--interactive-primary-hovered);
    //border-color: var(--interactive-primary-hovered)
}

.price-block--standard {
    border: 2px solid var(--border-primary);
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 400;
    margin-bottom: 16px;
}

.price-block-display{
    display: flex;
    //flex-wrap: wrap;
    align-items: center;
    padding-top: 16px;
    padding-right: 16px;
    background-color: var(--background-primary);
}

.price-block-display-price{
    flex-grow: 1;
    text-align: left;
    margin-bottom: 16px;
    margin-left: 16px;
}

.price-block__button {
    display: block;
    flex-grow: 3;
    flex-basis: 50%;
    margin-bottom: 16px;
    margin-left: 16px;
}

.price-block__from {
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 400;
    color: var(--label-primary);
    display: inline-block;
}

.price-block__price-actual {
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-weight: 700;
    color: var(--label-primary);
    display: block;
}

.tour-bags{
    margin: 15px 0;
}
.badge-light-dark{
    background-color: var(--surface-secondary);
    color: var(--label-primary);
    font-size: .775rem;
}

.photo-collage__show-all {
    cursor: pointer;
    background: var(--background-primary);
    color: var(--label-primary);
    box-shadow: 0 0 8px var(--supportive-over-image-20);
    padding: 8px 12px;
    border-radius: 4px;
    min-height: 40px;
    text-decoration: none;
    font-weight: 700;
    padding-top: 13px;
    height: 100%;
}

.form--standard {
    background: var(--background-primary);
    border: 2px solid var(--border-primary);
    border-radius: 5px;
    padding: 16px;
    margin-bottom: 16px;
}

.box--standar{
        background: var(--background-primary);
        border: 1px solid var(--border-primary);
        border-radius: 8px;
        padding: 16px;
        margin-bottom: 36px;
}

.box--standar .cart-box__header{
    display: flex;
    //justify-content: space-between;
    align-items: flex-start;
    //margin-bottom: 16px;
}

.cart-box__header .rating i{
    color: #FFD700;
}

.cart--description{
    font-size: 1rem;
    line-height: 1.375rem;
    color: var(--label-primary);
    //margin-bottom: 16px;
    width: 100%;
}

.cart--description .include{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.cart--description .include i{
    color: var(--label-secondary);
    margin-right: 4px;
}

.cart--description .include span{
    color: var(--label-primary);
    font-size: 0.9rem;
    font-weight: 700;
}

.box--standar .cart-box__header img{
    width: 100px;
    height: 100px;
    border-radius: 8px;
    margin-right: 16px;
}
.box--standar .cart-box__header h3{
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-weight: 700;
    color: var(--label-primary);
    margin-bottom: 8px;
}

.maxw-2{
    width: 100%;
    max-width:700px;
}

.bootstrap-touchspin-down{
    border-radius: 5px 0 0 5px;
    font-size: 1rem !important;
}

.bootstrap-touchspin-up{
    border-radius: 0 5px 5px 0;
    font-size: 1rem !important;
}

.maxw-1{
    width: 100%;
    max-width: 50px;
}

.form__container label{
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 700;
    color: var(--label-primary);
    margin-bottom: 8px;
}

.line-desg{
    display: flex;
    justify-content: space-between;
}

.input-icon-container {
    position: relative;
    //display: inline-block;
}
.input-icon-container .bx {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; /* Hace que el icono no interfiera con el input */
}
.input-icon-container input {
    padding-right: 30px; /* Asegura espacio para el icono dentro del input */
}

.item_cart--icon--count {
    display: block;
    position: absolute;
    border-radius: 50%;
    top: 16px;
    margin-left: 25px;
    color: var(--label-on-color);
    width: 14px;
    height: 14px;
    text-align: center;
    background: var(--surface-gyg);
    line-height: 14px;
    transition: 0.5s ease-out;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 400;
}

.flex-space{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-left{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.flex-right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.cart--description .flex-space .price{
    font-size: 1rem;
    line-height: 1.875rem;
    font-weight: 700;
    color: var(--label-primary);
}

.box--standar .cta h3{
    font-size: 1.2rem;
    line-height: 1.875rem;
    font-weight: 700;
    color: var(--label-primary);
    margin-bottom: 8px;
}

.box--standar .cta p{
    font-size: 1rem;
    line-height: 1rem;
    color: var(--label-primary);
    margin-bottom: 5px;
}

.box--standar .cta i{
    color: var(--label-secondary);
    margin-right: 14px;
    margin-left: 20px;
}

.box--standar .header-box{
    margin: 0 20px
}
.box--standar .header-box h3{
    font-size: 1.1rem;
    line-height: 1.875rem;
    font-weight: 700;
    color: var(--label-primary);
    margin-bottom: 8px;
}

.header-box .price-block__price-actual{
    font-size: 1.1rem;
}
.price-block__taxes{
    font-size:1.4rem;
}

.bg-none{
    background: none !important;
}

.mr-20{
    margin-right: 20px;
}

.mt-20{
    margin-top: 20px;
}

.mt-10{
    margin-top: 10px;
}

.header-box-footer {
    background-color: var(--surface-secondary);
    padding: 8px 16px;
        align-items: flex-start;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.box--standar hr:last-of-type {
    /* Tus propiedades CSS aquí */
    margin-bottom: 0;
}

.form-chekout .form__container{
    max-width: 500px;
}

.form-chekout .form__container input{
    width: 100%;
    padding: 10px 10px 10px 30px;
    border-radius: 5px;
    border: 1px solid var(--border-primary);
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 400;
    color: var(--label-primary);
    margin-bottom: 16px;
}

.form-chekout .form__container .form__body .input-icon i{
    color: var(--label-secondary);
    font-size: 1rem;
    position: absolute;
    margin-top: 13px;
    margin-left: 10px;
}

.payment__method{
    border: 2px solid var(--border-secondary);
    border-radius: 8px;
    margin-bottom: 22px;
    padding: 16px 24px;
}

.payment__method input{
    border: 2px solid var(--label-secondary);
    border-radius: 50%;
    cursor: pointer;
    flex-shrink: 0;
    font-size: 1em;
    height: 1.5em;
    margin: 0 !important;
    transition: background-color .2s ease-out, border-color .2s ease-out;
    width: 1.5em;
}

.box-blue{
    background: var(--decorative-midnight-blue);
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    padding: 16px 16px 24px;
}

.box-blue h3{
    color: var(--label-quaternary);
    flex-basis: 100%;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.875rem;
    margin-bottom: 16px;
}

.box-blue div{
    color: var(--label-quaternary);
    font-size: 1rem;
    line-height: 1.5rem;
}


.c-button--outlined-standard {
    background: transparent;
    border-color: var(--interactive-primary);
    border-radius: 5rem;
    border-style: solid;
    border-width: 2px;
    color: var(--interactive-primary);
    outline: 0;
    transition: border-color .2s ease-out;
}

.c-button--medium {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.375rem;
    padding: 9px 24px;
}

.c-button {
    cursor: pointer;
    font-family: inherit;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.reservation .info{
    font-size: 1.1rem;
    margin-bottom: 10px;
}
.info_client_container{
    margin: 20px 0px;
}

.reservation .info span{
    font-weight: 700;
    color: var(--label-primary);
}

.all_tours ul{
  column-gap: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  padding: 16px 0;
  row-gap: 8px;
}

.all_tours ul li{
  padding: 8px 0;
  border: 0;
    font-family: inherit;
    font-size: inherit;
    font-style: normal;
    font-weight: inherit;
    margin: 0;
    vertical-align: baseline;
}

.all_tours ul li a{
  color: var(--interactive-primary);
  text-decoration: none;
}

.all_tours ul li .title{
  color: var(--label-primary);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
  line-height: 1.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.all_tours ul li .subtitle{
  color: var(--label-secondary);
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.25rem;
  line-height: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cta-banner {
  align-items: center;
  border-radius: 8px;
  display: flex;
  height: 235px;
  justify-content: center;
  margin-bottom: 56px;
  margin-top: 40px;
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 1
}

.cta-banner .location-banner-background {
  background-position: bottom;
  background-size: cover;
  margin-top: 0;
  transform: scale(1.2);
  transition: all .5s;
  z-index: -1
}

.cta-banner .location-banner-background,.cta-banner .location-banner-background:after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.cta-banner .location-banner-background:after {
  content: "";
  display: block
}

.cta-banner .location-banner-background.mobile:after {
  background: linear-gradient(0deg,rgba(26,43,73,.4),rgba(26,43,73,.4))
}

.cta-banner .location-banner-background.desktop:after {
  background: linear-gradient(0deg,rgba(25,27,31,.5),rgba(25,27,31,.5))
}

.cta-banner .location-banner-background img {
  height: 100%;
  object-fit: cover;
  width: 100%
}

.cta-banner .location-banner-title {
  color: var(--label-quaternary);
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 3rem;
  margin-bottom: 16px
}

.cta-banner .location-banner-link {
  background-color: var(--interactive-tertiary);
  border: none
}

.cta-banner .location-banner-link.light-button {
  background-color: var(--interactive-primary);
  color: var(--interactive-quaternary)
}

.cta-banner:hover .location-banner-background {
  transform: scale(1.4);
  transition: all .5s
}

.cta-banner:hover .location-banner-link {
  background-color: var(--on-interactive-secondary)
}

.cta-banner:hover .location-banner-link.light-button {
  background-color: var(--on-interactive-quaternary)
}

.contenido p, .contenido.d-flex{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.375rem;
    margin-bottom: 32px;
}

.contenido h3, .contenido h5{
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.875rem;
    margin-bottom: 16px;
}

.contenido i{
    color: var(--interactive-primary);
    font-size: 1.7rem;
    margin-right: 40px;
    margin-left: 20px;
}

.reazon{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.reazon h5{
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.375rem;
    margin-bottom: 0;

}

.reazon img {
  max-width: 80px;

}

.reazon p{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.375rem;
    margin-bottom: 0;
}


/* reviews */
.show-reviews {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  gap: 16px; /* Adjust the gap between items as needed */
}

@media (max-width: 768px) {
  .show-reviews {
    flex-direction: column;
    gap: 8px; /* Adjust the gap for smaller screens */
  }
  .title-p h2{
    font-size: 2rem !important;
    font-weight: 700;
  }
}


.romw-float-wrapper {
  padding: 10px;
  position: relative;
}
.romw-float-wrapper .romw-badge-block {
  box-shadow: 0 2px 6px 2px rgb(0 0 0 / 10%);
  background-color: #1E1F33;
}
.setting__design_text_color {
  color: #FFFFFF;
}

.romw-badge-block {
  background-color: #fff;
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  display: block;
  color: #525366;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 12px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 212px;
}

.romw-site-block {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
}
.romw-site-icon {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 0;
}

.romw-site-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.romw-site-icon+.romw-site-name {
  margin-left: 8px;
}

.romw-site-name {
  color: #FFFFFF;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

.setting__design_text_color {
  color: #FFFFFF;
}

.romw-average-rating-block {
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
}

.romw-badge-block, .romw-badge-block *, .romw-badge-block *::before, .romw-badge-block *::after {
  box-sizing: border-box;
}

.romw-average-rating {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  margin-right: 8px;
  position: relative;
  top: -1px;
}

.romw-rating-block {
  position: relative;
  top: -1px;
}

.romw-rating-star:first-child {
  margin-left: 0;
}

.romw-rating-star {
  color: #FFAA00;
}

.romw-rating-star {
  color: #ffb900;
  font-size: 23px;
  line-height: 1;
  margin-left: -2px;
}

.setting__design_description_text_color {
  color: #C1C4CF;
}

.romw-reviews-tally-block {
  color: #979797;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 4px;
}


@media (max-width: 520px){
  .title-tour h1{
    font-size: 1.5rem;
  }

  .box-items .cart-box__header{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.loader {
  background-color: rgba(255, 255, 255, 0.9);
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.loader .box {
  display: block;
  width: 160px;
}
.loader .box .cart {
  overflow: hidden;
  width: 100%;
}
.loader .box .cart img {
  animation: loading_image 2s linear infinite;
  margin-left: -100%;
  width: 120px;
  display: block;
  position: relative;
}
.loader .box .load {
  width: 60px;
  height: 60px;
  margin-left: calc(50% - 30px);
}

@keyframes loading_image {
  0% {
      margin-left: -100%;
  }
  100% {
      margin-left: 100%;
  }
}

/* Estilos base del link del menú (vertical: ícono arriba, texto abajo) */
.navbar-nav4 .nav-item .nav-link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .25rem;
  padding: .6rem .9rem;
  text-decoration: none;
}

/* Ícono un poco más grande */
.navbar-nav4 .nav-item .nav-link i {
  font-size: 1.25rem;
  line-height: 1;
}

/* Asegura transición suave de color */
.navbar-nav4 .nav-item .nav-link div,
.navbar-nav4 .nav-item .nav-link .nav_span {
  transition: color .25s ease;
}

/* Subrayado animado (crece desde el centro) */
.navbar-nav4 .nav-item .nav-link::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 0;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: 50% 50%;
  transition: transform .28s ease;
  pointer-events: none;
}

/* HOVER / FOCUS: cambia color y muestra la línea creciendo */
.navbar-nav4 .nav-item:hover .nav-link::after,
.navbar-nav4 .nav-item:focus-within .nav-link::after {
  transform: scaleX(1);
}
.navbar-nav4 .nav-item:hover .nav-link div,
.navbar-nav4 .nav-item:hover .nav-link .nav_span,
.navbar-nav4 .nav-item:focus-within .nav-link div,
.navbar-nav4 .nav-item:focus-within .navlink .nav_span {
  color: var(--accent);
}

/* ACTIVO: color permanente + línea visible */
.navbar-nav4 .nav-item.active .nav-link::after {
  transform: scaleX(1);
}
.navbar-nav4 .nav-item.active .nav-link div,
.navbar-nav4 .nav-item.active .nav-link .nav_span {
  color: var(--accent);
}

/* Accesibilidad: si el usuario prefiere menos animación */
@media (prefers-reduced-motion: reduce) {
  .navbar-nav4 .nav-item .nav-link::after {
    transition: none;
  }
  .navbar-nav4 .nav-item .nav-link div,
  .navbar-nav4 .nav-item .nav_link .nav_span {
    transition: none;
  }
}
