:root {
  --bg-dark-1: #0d1b2a;
  --bg-dark-2: #06101f;
  --bg-dark-3: #02101a;

  --color-navbar-bg: #0e1c2ee5;
  --color-btn-green: #00ffa9;
  --color-btn-black: #0e1c2e;
  --bg-btn-green: #00ffa9;
  --bg-btn-white: #ffffff;
  --color-btn-green-hover: #00cc87;
  --text-color-white: #ffffff;
  --text-color-black: #0e1c2e;
  --text-color-green: #00ffa9;
  --text-color-gray: #d0d4d8;
  --border-green: #00ffa9;
  --bs-breadcrumb-divider: '>';
  --bg-hover: #ffffff17;
  --bs-link-hover-color: #ffffff;
  
  --animate-hero-media-all: fadeIn ease-in 0.3s forwards, heroMediaExpand 0.8s cubic-bezier(0.76, 0, 0.24, 1) 1.5s forwards, heroMediaRemoveBorderRadius 0.2s ease-in-out 2.2s forwards;
}

body {
  background:
    /* Elipse 1 */ radial-gradient(ellipse 140% 40% at 47% -13%, rgba(6, 1, 182, 0.1) 0%, transparent 90%),	
    /* Elipse 3 */ radial-gradient(ellipse 112.64% 24.9% at -36.6% 14.41%, rgba(14, 28, 46, 1) 0%, rgba(14, 28, 46, 0.5) 50%, transparent 80%),
	/* Elipse 2  */ radial-gradient(ellipse 185% 35.41% at -2% 32%, rgba(55, 91, 182, 0.25) 0%, transparent 90%),
    /* Elipse 8  */ radial-gradient(ellipse 64.58% 25.68% at -27.85% 61.33%, rgba(55, 91, 182, 0) 0%, transparent 80%),
    /* Elipse 7  */ radial-gradient(ellipse 127.15% 43.14% at 96% 90%, rgba(0, 255, 169, 0.12) 0%, transparent 80%),
    /* Elipse 9  */ radial-gradient(ellipse 150% 40% at -22% 85%, rgba(0, 255, 169, 0.12) 0%, transparent 75%), linear-gradient(180deg, #0e1c2e 0%, #0e1c2e 60%, #0e1c2e 100%);

  background-repeat: no-repeat;
  background-size: auto;
}

.vign-gridBody0Details .esquina:after,
.vign-gridBody0Details .esquina:before{
    content:none;
}

.strong{
    font-weight:500;
} 

.text_important{
    color: #FFF;
    font-family: Rubik;
    font-size: clamp(1.25rem, 1.156rem + 0.382vw, 1.5rem);
    font-weight: 500;
    line-height: clamp(1.75rem, 1.656rem + 0.382vw, 2rem);
    margin-bottom: clamp(1.75rem, 0.999rem + 3.056vw, 3.75rem);
}


pre {
  color: var(--text-color-white);
}

a:hover {
  mobile-link-opencolor: var(--text-color-white);
}

a:focus-visible {
  color: var(--text-color-white);
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.link_nav {
    color: unset;
}

.link_nav:hover{
    text-decoration: none;
}
.link_nav:focus-visible {
  color: var(--text-color-white);
  outline: 1px solid #fff;
  outline-offset: 2px;
}
/***************Breadcrumnd****************/

.breadcrumb-item.active,
.breadcrumb-item {
  font-family: 'Rubik';
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0.01em;
  vertical-align: middle;
  color: var(--text-color-green);
}
.breadcrumb-item a {
  text-decoration: none;
  color: var(--text-color-green);
}

.breadcrumb-item a:hover {
  color: var(--text-color-green);
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: var(--text-color-green);
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.texto_centrado {
  text-align: center;
}

.fluid-imagen {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

a#central_content_link.active {
  position: fixed;
  left: 10px;
  font-size: 12px;
  line-height: 12px;
  padding: 3px;
  top: 10px;
  width: auto;
  height: auto;
  z-index: 999;
  outline-offset: -3px;
}

#space-empty33 {
  padding-top: 33px;
}

#space-empty,
.space-empty {
  padding-top: 169px;
}

#space-empty169 {
  padding-top: 169px;
}

#space-empty120 {
  padding-top: 120px;
}

#space-empty100 {
  padding-top: 100px;
}

#space-empty86{
  padding-top: clamp(1.375rem, -0.126rem + 6.113vw, 5.375rem);
}


#space-empty60 {
  padding-top: 60px;
}

@media (max-width: 991.98px) {
  #space-empty120 {
    padding-top: 72px;
  }
  #space-empty169 {
    padding-top: 84px;
  }

}
.hover-white:hover {
    color: var(--text-color-white);
}
.wrapper-body-img {
 position: relative;
  justify-content: center;
  display: flex;
}

.wrapper-body-img .banner-image-group{
    position: absolute;
    top:0;
    z-index: -1;
}

.wrapper-body-img img {
  width: 100%;
  opacity: 70%;
}

/**********************/
.banner.container-fluid{--bs-gutter-x: 0;}
@media (min-width: 1200px) and (max-width: 1353px) {
    .wrapper-body-img img{ margin-top:30px; }
}

@media (min-width: 1439px) and (max-width: 1919px) {
	.wrapper-body-img img{ width: 126%;margin-left: -13%;}
	#page {overflow-x: hidden;}
}

@media (min-width: 1920px){
	.wrapper-body-img img{ width: 132%;margin-left: -16%;}
	#page {overflow-x: hidden;}
}

/**********************/

.texto-destacado {
  font-family: 'Rubik';
  font-weight: 700;
  font-size: clamp(1rem, 0.906rem + 0.382vw, 1.25rem);
  line-height: clamp(1.5rem, 1.406rem + 0.382vw, 1.75rem);
  letter-spacing: 0.01em;
  color: #ffffff;
}

.text-normal {
  font-family: 'Rubik';
  font-weight: 400;
  font-size: clamp(1rem, 0.953rem + 0.191vw, 1.125rem);
  line-height: clamp(1.5rem, 1.406rem + 0.382vw, 1.75rem);
  letter-spacing: 0.01em;
  text-align: center;
  vertical-align: middle;
  color: var(--text-color-white);
}

.texto-simple {
  font-family: 'Rubik';
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  vertical-align: middle;
  color: var(--text-color-white);
}

.texto-lg {
  color: var(--text-color-white);
  font-family: 'Rubik';
  font-weight: 300;
  font-size: clamp(1.25rem, 1.156rem + 0.382vw, 1.5rem);
  line-height: clamp(1.75rem, 1.656rem + 0.382vw, 2rem);
  letter-spacing: 0;
}

.texto-simple:last-of-type {
  margin-bottom: 0;
}

.texto-medium {
  font-family: 'Rubik';
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
}

.text-green-color {
  color: var(--text-color-green);
}

.text-gray-color {
  color: var(--text-color-gray);
}

.font-white,
.text-white-color {
  color: var(--text-color-white);
}

.texto_subrayado {
  text-decoration: underline;
}

.texto-green {
  font-family: 'Rubik';
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0.01em;
  vertical-align: middle;
  color: var(--text-color-green);
}

/*+++++++++++++++++++++++++++++ Estilos espèciales para las comillas +++++++++++++++++++++++++++++++++*/
.esq-28 {
  --bw: 8px;
  --w: 16px;
  /* --h: 17px; */
  --h: 16px;
  --t: -19px;
  --l: -22px;
  --b: -16px;
  --r: -16px;
  --br: 4px;
}

.esq-44 {
  --bw: 8px;
  --w: 22px;
  /* --h: 25px; */
  --h: 22px;
  --t: -19px;
  --l: -22px;
  --b: -16px;
  --r: -16px;
  --br: 4px;
}

/*
.esq-56 {
  --bw: 10.82px;
  --w: 28px;  
  --h: 28px;
  --t: -23px;
  --l: -27px;
  --b: -21px;
  --r: -31px;
  --br: 8px;
}
*/

/* REESCRITO CON CLASSES DE esq-28 */
.esq-56 {
  --bw: 8px;
  --w: 16px;  
  --h: 16px;
  --t: -12px;
  --l: -23px;
  --b: -16px;
  --r: -22px;
  --br: 4px;
}

.esq-64 {
  --bw: 13.65px;
  --w: 31px;
  /* --h: 35px; */
  --h: 31px;
  --t: -31px;
  --l: -39px;
  --b: -29px;
  --r: -35px;
  --br: 10px;
}

.esquina {
  position: relative;
  width: fit-content;
}

.esq-RB_after::after,
.esq-LT::before,
.esq-RB::before {
  content: '';
  position: absolute;
  border-style: solid;
  border-color: #375bb6;
}

/* Comilla superior izquierda */
.esq-LT::before {
  border-width: var(--bw) 0 0 var(--bw);
  border-top-left-radius: var(--br);
  width: var(--w);
  height: var(--h);
  top: var(--t);
  left: var(--l);
}

/* Comilla inferior derecha */
.esq-RB_after::after {
  border-width: 0 var(--bw) var(--bw) 0;
  border-bottom-right-radius: var(--br);
  width: var(--w);
  height: var(--h);
  bottom: var(--b);
  right: var(--r);
}

.esq-RB::before {
  border-width: 0 var(--bw) var(--bw) 0;
  border-bottom-right-radius: var(--br);
  width: var(--w);
  height: var(--h);
  bottom: var(--b);
  right: var(--r);
}

/* Comilla solo en móvil */
.esq-mv::after ,
.esq-mv::before {
  content: none !important;
}

@media (max-width: 991.98px) {
  .esq-mv::after,
  .esq-mv::before {
    content: '' !important;
  }

  .esq-dsq::before,
  .esq-dsq::after {
    content: none !important;
  }

  .esq-64 {
    --bw: 8px;
    --w: 24px;
    --h: 27px;
    --t: -19px;
    --l: -24px;
    --b: -16px;
    --r: -16px;
    --br: 5px;
  }

  /*
  .esq-56 {
    --bw: 8px;
    --w: 17px;
    --h: 19px;
    --t: -17px;
    --l: -24px;
    --b: -16px;
    --r: -16px;
    --br: 4px;
  }
  */
  
  /* Ajuste comillas a 14px */
  .esq-56 {
    --bw: 8px;
    --w: 14px;
    --h: 14px;
    --t: -14px;
    --l: -21px;
    --b: -14px;
    --r: -21px;
    --br: 4px;
  }
}

/* +++++++++++++++ Fin   ++++++++++++*/

.linkedin-icon {
  display: inline-flex;
}

.linkedin-icon:after {
  position: relative;
  content: '';
  background-image: url(/deployedfiles/thanx/Estaticos/Imagenes/Iconos/linkedin.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  right: -8px;
}




.bg-oscuro {
  background: linear-gradient(180deg, rgba(14, 28, 46, 0.63) 32.11%, rgba(14, 28, 46, 0.855) 86.84%);
  border-radius: 20px;
  /*
  padding-bottom: 49px;
  */
}

.title-xl {
  font-family: 'Rubik';
  font-weight: 250;
  font-size: clamp(3rem, 2.531rem + 1.91vw, 4.25rem);
  line-height: clamp(3.125rem, 2.797rem + 1.337vw, 4rem);
  letter-spacing: -0.02em;
  color: var(--text-color-white);
}

.title-lg {
  font-family: 'Rubik';
  font-weight: 300;
  font-size: clamp(2.188rem, 1.836rem + 1.433vw, 3.125rem);
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--text-color-white);
  margin-bottom: 24px;
}

.title-xl span {
  display: block;
}

.mx-width {
  max-width: 1065px;
  margin: 0 auto;
}

.contenedor_texto {
  gap: 32px;
  display: flex;
  flex-direction: column;
  margin: auto;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
  height: 100%;
  padding-left: 100px;
  margin: 0;
  padding: 80px 0px 90px 80px;
}

.card_style {
  background: linear-gradient(180deg, rgba(14, 28, 46, 0.8) 0%, rgba(14, 28, 46, 0.98) 46.71%);
  border-radius: 20px;
  padding: 36px;
  box-shadow: 0px 4px 80px 0px #0000001a;
  margin-top: 52px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /*
  height: 340px;
  */
  height: 218px;
}

@media (max-width: 991.98px) {
  .contenedor_texto {
    align-items: center;
    padding: 0;
  }

  .bg-oscuro {
	padding: 30px 40px 56px 40px;
	text-align: center;
  }
}

.image-border {
  border-radius: 25px;
}

#institutions div.row {
  max-width: 1024px;
  margin: 0 auto;
}
.wrapper-marca {
  display: flex;
  align-items: flex-end;
}
#institutions .wrapper-marca > img {
	max-width: 170px;
	max-height: 103px;
}

.wrapper_title {
  max-width: 75%;
}
@media (max-width: 1198.98px) {
  .wrapper_title {
    max-width: 85%;
  }
}

@media (max-width: 575.98px) {
	.wrapper-marca {
		margin-bottom: 20px;
		/*  min-height: 115px; */
	}
	#institutions .wrapper-marca > img {
		max-width: 138px;
		max-height: 84px;
	}
}

.wrapper-img {
  padding-right: 0;
}

.wrapper-img img {
  margin-right: 0;
}

@media (max-width: 991.98px) {
  .wrapper-img {
    padding-right: 15px;
  }
  .wrapper-img img {
    margin-right: auto;
  }
  .wrapper_title {
    max-width: 99%;
  }
}

@media (min-width: 992px) {
	/* Nuevo Banner About Us (12/Enero) */
	.mv-row-inverter > div.col-lg-6 {
	    display: flex;
	    flex-direction: column; /*add home blog */
	}
}

/*+++++++++++++++++++ Video +++++++++++++++++++++++++*/

.wrapper_video .video-placeholder {
  display: flex;
  justify-content: center;
  box-shadow: 0px 3.41px 3.41px 0px #00000012;
  margin-bottom: 80px;
}

.wrapper_video .video-placeholder > div {
  width: 100%;
}

.wrapper_video iframe {
  border-radius: 27px;
  background: #ffffff3b;
  padding: 5px;
  box-shadow: 0px 3.41px 3.41px 0px #00000012;
}

/* Revisar color player */
.bc-player-HkoikgMhf_default .vjs-big-play-button:active,
.bc-player-HkoikgMhf_default:active .vjs-big-play-button, 
.bc-player-HkoikgMhf_default:hover .vjs-big-play-button,
.dest-video-bg__video-wrapper iframe html body video-js.video-js .vjs-big-play-button:active{
	background-color: rgba(43, 51, 63, 0.7) !important;
}

/* Franjas vídeo Home */
@media (max-width: 768px) {
  .hero-video__media .video-placeholder > div > div > iframe {
        height: 38vw !important;
  }
}
@media (max-width: 640px) {
  .hero-video__media .video-placeholder > div > div > iframe {
        height: 45vw !important;
  }
}
@media (max-width: 592px) {
  .hero-video__media .video-placeholder > div > div > iframe {
        height: 55vw !important;
  }
}


/*++++++++++++++++++ Botones ++++++++++++++++++++++++*/
.btn-link {
  position: relative;
  color: var(--text-color-green);
  font-family: 'Rubik';
  font-weight: 700;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0;
  text-decoration: none;
  margin-top: 1rem;
  padding-right: 25px;
  cursor: pointer;
}

.btn-link:focus,
.btn-link:hover {
  color: var(--text-color-white);
}

.btn-link:focus::before,
.btn-link:hover::before {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(84deg) brightness(358%) contrast(73%);
}

.btn-link:before {
  content: '';
  background-image: url(/deployedfiles/thanx/Estaticos/Imagenes/Iconos/arrow_right_alt.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 13px;
  height: 10px;
  position: absolute;
  top: 40%;
  right: 0;
}

.btn-link-white {
  color: var(--text-color-white);
  font-family: 'Rubik';
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0;
  text-decoration: underline;
  cursor: pointer;
  text-align: center;
}

.btn-link-white:focus,
.btn-link-white:hover {
  color: var(--text-color-green);
  text-decoration: none;
}
.menu-link-mv,
.btn-mv {
  display: none;
}

@media (max-width: 1199.98px) {
  .menu-link-mv {
    display: flex;
  }
}

@media (max-width: 991.98px) {
  .btn-mv {
    display: block;
  }
}

.btn-green {
  padding: 14px;
  border-radius: 14px;
  background-color: var(--color-btn-green);
  border-color: var(--color-btn-green);
  color: var(--text-color-black);
  font-family: 'Rubik';
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
}

.btn-secundary-green {
  border: 1.5px solid var(--color-btn-green);
  border-radius: 14px;
  padding: 14px;
  font-family: 'Rubik';
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: var(--text-color-white);
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
}

.column.col-md-4.col-xs-12 .btn-secundary-green {
  display: flex;
  align-items: center;
}

.btn-secundary-green:hover,
.btn-secundary-green:focus {
  background-color: var(--bg-hover);
  border-color: var(--border-green);
  color: var(--text-color-white);
}

.btn-secundary-green:focus-within {
  outline: 2px solid #ffffff;
  background-color: var(--bg-hover);
  border-color: var(--border-green);
  color: var(--text-color-white);
}

.btn-green:focus-within a {
  outline: none;
}

:not(.btn-check) + .btn-green:active,
.btn-green:hover,
.btn-green:focus {
  background-color: var(--color-btn-green-hover);
  border-color: var(--border-green);
  color: var(--text-color-black);
}

.btn-green:focus-within {
  outline: 2px solid #ffffff;
  background-color: var(--color-btn-green-hover);
  border-color: var(--border-green);
  color: var(--text-color-black);
}
/*++++++++++++++ H1 style +++++++++++++++++++*/

.hm-slide-title h1 {
  font-family: 'Rubik';
  font-weight: 300;
  font-size: 84px;
  line-height: 96%;
  letter-spacing: 0;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  color: var(--text-color-white);
}

.h1-style {
  font-family: 'Rubik';
  font-weight: 300;
  font-size: clamp(2.125rem, 1.515rem + 2.483vw, 3.75rem);
  line-height: clamp(2.5rem, 2.031rem + 1.91vw, 3.75rem);
  letter-spacing: -0.02em;
  vertical-align: middle;
  color: var(--text-color-white);
  display: flex;
  flex-direction: column;
  margin: 0;
}
.h1-style:not(.esquina) {display: inline;}

.h1-style-2 {
  font-family: 'Rubik';
  font-weight: 300;
  font-size: clamp(2.125rem, 1.609rem + 2.101vw, 3.5rem);
  line-height: clamp(2.5rem, 2.031rem + 1.91vw, 3.75rem);
  letter-spacing: -0.02em;
  vertical-align: middle;
  color: var(--text-color-white);
}

.h1-center {
  text-align: center;
  max-width: 1040px;
  margin: auto;
  margin-bottom: 30px;
  position: relative;
  align-items: center;
}

@media (max-width: 575.98px) {
  .h1-center {
    max-width: 90%;
  }
}

.h2-style {
  font-family: 'Rubik';
  font-weight: 300;
  font-size: clamp(2rem, 1.906rem + 0.382vw, 2.25rem);
  line-height: 100%;
  letter-spacing: 0.16px;
  vertical-align: middle;
  color: var(--text-color-white);
  text-align: center;
}

.p32-style {
  font-family: 'Rubik';
  /*
  font-weight: 400;
  */
  font-weight: 300;
  font-size: 2rem;
  line-height: 100%;
  letter-spacing: 0;
  text-align: left;
}
@media (max-width: 492px) {
	.text-white-color.p32-style { font-size:24px; }
	.text-green-color.p32-style { font-size:22px; } 
}

.max-w800 {
  max-width: 800px;
}

.m-100 {
  margin: 100px auto;
}
/*
.banner-image-group {
  display: flex;
  justify-content: center;
}*/

.wrapperContacto {
  margin-bottom: 10px;
}

/*++++++++++++++++++++++++++ Header +++++++++++++++++ */
body:not(.vui-x-gecko) header.header {
  position: fixed;
  z-index: 99999;
  width: 100%;
  top: 24px;
}
.hover-white:focus img,
.hover-white:hover img {
  filter: invert(70%) hue-rotate(0deg) brightness(270%) contrast(146%);
}

.hover-green:focus img,
.hover-green:hover img {
  filter: invert(52%) sepia(93%) saturate(2000%) hue-rotate(128deg) brightness(106%) contrast(205%);
}

.wrapper-logo {
  width: 100%;
}

.btn-close-white {
  opacity: 1;
}

.header .nav-link {
  white-space: nowrap;
}
.header #idiomas_headerMV.links-group-panel-links a,
.header .nav-link,
#desplegable-idiomas-sup .mobile-link-open a,
#desplegable-idiomas-sup .links-group-panel-links a,
.header {
  font-family: 'Rubik';
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: var(--text-color-white);
  text-decoration: none;
}

#offcanvasDarkNavbar {
  background-color: var(--bg-dark-1);
}

#logo_thanx p {
  margin: 0;
}

#logo_thanx {
  height: 100%;
  width: max-content;
}

#logo_thanx  a{
  color:transparent;
}

#logo_thanx img {
  margin: 24px 0px;
}

.header-bottom .column {
  align-content: center;
  padding: 0;
}

.header-bottom .container {
  background-color: var(--color-navbar-bg);
  max-width: 1290px;
  margin: 0 auto;
  border-radius: 24px;
  padding: 0px 16px 0px 24px;
  box-shadow: 0px 4px 14px 0px #00000040;
}

#btns_header a {
  font-size: 14px;
}

.header-bottom .row {
  display: grid;
  grid-template-columns: 2fr 5fr 2fr;
  gap: 1rem;
  padding-right: 16px;
  padding-left: 24px;
}

.header-bottom .navbar {
  padding: 0;
}

.header-bottom .column.col-md-4.col-xs-12 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.navbar-custom .navbar-brand {
  margin-right: 60px;
  color: var(--text-color-white);
}

.navbar-custom .nav-link,
.navbar-custom .dropdown-toggle {
  color: var(--text-color-white);
}

.navbar-custom .nav-link:hover,
.navbar-custom .nav-link:focus,
.navbar-custom .dropdown-toggle:hover,
.navbar-custom .dropdown-toggle:focus {
  color: var(--color-btn-green);
}

.header-bottom .wrapper_btn {
  gap: 20px;
  display: flex;
}

.navbar-toggler-icon {
  filter: invert(1);
}

button.navbar-toggler:focus {
  border-color: #ffffff;
}

button.navbar-toggler {
  /*background: #FFFFFF1A;*/
  border-radius: 14px;
  width: 42px;
  height: 42px;
}

.link-home span {
  display: none;
}

#btns_headerMV {
  justify-content: center;
  margin-top: 36px;
  margin-bottom: 100px;
  padding: 0;
}

@media (max-width: 1198.98px) {
  .header-bottom .row {
    grid-template-columns: 2fr 6fr;
    position: relative;
    padding: 0 20px;
  }

  .header-bottom .wrapper_btn {
    padding-right: 3rem;
  }

  #header-bottom-middle-center-col {
    position: absolute;
    top: 25%;
    right: 0;
    width: 70px;
  }

  .header-bottom .column.col-md-4.col-xs-12 {
    justify-content: flex-end;
    padding: 0;
  }

  .menu-icon {
    /*
        background-image: url(/deployedfiles/thanx/Estaticos/Imagenes/Iconos/menu-mv.svg);
        */
    background-image: url(icos/menu-mv.png);
    /*background-color: var(--color-btn-green-hover);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 24px;
    height: 24px;
    display: flex;
  }

  .navbar-toggler {
    padding: 8px;
  }

  .header #navbarContenido .navbar-nav {
    margin-top: 0;
    gap: 0;
    justify-content: center;
    padding-right: 0;
  }

  .header .nav-linkMv:hover {
    font-weight: 500;
  }

  .header .nav-linkMv {
    font-family: 'Rubik';
    font-weight: 300;
    font-size: 30px;
    line-height: 80px;
    letter-spacing: 0%;
    text-align: center;
  }
  .header #navbarContenido .nav-item:last-of-type::before {
    content: none;
  }
  .header #navbarContenido .nav-item:first-of-type .nav-link {
    background: transparent;
    padding: 0;
  }

  .link-home img {
    display: none;
  }
  .link-home span {
    display: block;
  }
  .header #desplegable-idiomas-sup {
    display: none;
  }
  .header #idiomas_headerMV {
    margin-bottom: 54px;
  }
  .header #idiomas_headerMV ul {
    display: flex;
    width: 100%;
    list-style: none;
    justify-content: space-evenly;
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  #btns_header .btn-secundary-green {
    display: none;
  }
}

@media (max-width: 575.98px) {
  #logo_thanx img {
    width: 150px;
    height: 52px;
    object-fit: cover;
  }

  .header-bottom .wrapper_btn {
    gap: 8px;
  }
  #header-bottom-middle-center-col {
    padding: 0;
  }
}

/*+++++++++++++ zona menu +++++++++++++++++++++++++++*/
#navbarContenido .navbar-nav {
  position: relative;
  align-items: center;
  justify-content: end;
  width: 100%;
  display: flex;
  padding-right: 16px;
}

#navbarContenido .nav-item:hover .nav-link {
  background: var(--bg-hover);
  border-radius: 14px;
  display: flex;
}

#navbarContenido .nav-item .nav-link {
  padding: 14px 16px 14px 15px;
  border-radius: 14px;
  margin-left: 5px;
}

#navbarContenido .nav-item.active .nav-link {
  background: var(--bg-hover);
  border-radius: 14px;
  display: flex;
  color: var(--color-btn-green);
}

@media (max-width: 1198.98px) {
  #navbarContenido .nav-item .nav-link.active {
    color: var(--text-color-green);
    font-weight: 500;
	background: transparent;
  }
  #navbarContenido .nav-item .nav-linkMv {
    padding: 0;
  }
}

#navbarContenido .nav-item:last-of-type:before {
  content: '';
  /*
    background-image: url(/deployedfiles/thanx/Estaticos/Imagenes/Iconos/divider.svg);
    */
  background-image: url(icos/divider.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0px;
}

.navbar.navbar-expand-lg {
  padding: 0;
}

/* +++++++++++++ Idioma  ++++++++++++++++ */

#desplegable-idiomas-sup .mobile-layer .links-group-panel-links,
.mobile-layer,
.header-topbar .header-top .header-m-right.link-group:hover,
#header .header-top .link-group .link-group-dropdown {
  background-color: var(--color-navbar-bg);
}

/* revisar color hover */

/* Cambio idioma */

#desplegable-idiomas-sup {
  margin-right: 20px;
  align-content: center;
  display: block ruby;
}

#desplegable-idiomas-sup .mobile-link-open a {
  color: var(--color-btn-green);
  display: flex;
}

#desplegable-idiomas-sup .links-group-panel-links li:hover a {
  color: var(--color-btn-green);
}

#desplegable-idiomas-sup .mobile-link-open.active img {
  transform: rotate(180deg);
  padding-left: 0;
  padding-right: 7px;
}

#desplegable-idiomas-sup.links-group-panel .mobile-link-open {
  text-align: right;
}

#desplegable-idiomas-sup ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#desplegable-idiomas-sup .links-group-panel-links > ul {
  display: block;
}

#desplegable-idiomas-sup.links-group-panel .mobile-layer {
  display: none;
  position: absolute;
}

#desplegable-idiomas-sup .links-group-panel-links > ul > li {
  min-height: 48px;
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 0 9px 0 19px;
  position: relative;
}
#idiomas_headerMV.links-group-panel-links > ul > li.active a {
  color: var(--color-btn-green);
  text-decoration: underline;
}
#desplegable-idiomas-sup .links-group-panel-links > ul > li.active a {
  color: var(--color-btn-green);
}
#desplegable-idiomas-sup .links-group-panel-links > ul > li.active:before {
  content: '';
  background-image: url(/deployedfiles/thanx/Estaticos/Imagenes/Iconos/check_circle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 30%;
  right: 10px;
}

#desplegable-idiomas-sup .links-group-panel-links > ul > li:not(:last-child) {
  border-bottom: 1px solid #ffffff14;
}

#header .header-topbar .header-top .header-m-right .link-group .link-group-dropdown > ul > li {
  min-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#desplegable-idiomas-sup.links-group-panel .mobile-layer .links-group-panel-links {
  position: absolute;
  width: 120px;
  top: 5px;
  left: -34px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}

#changeLanguage {
  padding-left: 7px;
  height: 16px;
}

#social-linkMV .list-inline-item:not(:last-child) {
  margin-right: 24px;
}

/*++++++++++++++++++++++ Footer ++++++++++++++++++++++++++++++++*/

#footer .footer-middle-bottom {
  background: #0e1c2e;
  padding-top: 36px;
}

#footer .footer-bottom {
  background: #0e1c2e;
  padding-bottom: 63px;
}

#footer .wrapper-footer-img {
  display: flex;
  justify-content: center;
  padding: 110px 0;
}

#footer .footer-bottom .container {
  border-top: 1px solid #ffffff14;
  padding-top: 34px;
}

#footer .footer-bottom .col-md-8 {
  width: 100%;
}

#footer .footer-bottom .nav-link:hover {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 4px;
}
#footer p {
    margin-bottom: 0.5rem;
}
#footer p,
#footer .footer-bottom .nav-link {
  font-family: 'Rubik';
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.034rem;
  padding: 0;
  color: #ffffffbf;
}

.footer-bottom .nav-item {
    font-family: 'Rubik';
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.034rem;
    padding: 0;
    color: #ffffffbf;
}

#footer .footer-bottom .nav {
  gap: 10px;
  margin-bottom: 20px;
}

#footer .wrapper-nav {
  margin-bottom: 19px;
  padding: 0;
}

#footer .wrapper-nav .nav {
  gap: 49px;
}

#footer .wrapper-nav .nav-link {
  font-family: 'Rubik';
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.25px;
  color: var(--text-color-white);
  padding: 0;
  text-decoration: underline;
}

#footer .wrapper-nav .nav-link:hover {
  text-decoration: none;
}

#footer .footer-bottom .no-link.nav-link:hover {
  color: #ffffffbf;
  text-decoration: none;
}

#footer .wrapper-nav .nav-item {
  position: relative;
}

#footer .wrapper-nav .nav-item:not(:last-child)::before {
  content: '';
  background-image: url(/deployedfiles/thanx/Estaticos/Imagenes/Iconos/divider.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: -24px;
}

#footer .wrapper-social {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  padding: 0;
  font-family: 'Rubik';
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.25px;
  color: var(--text-color-white);
}

#footer .wrapper-social li.list-inline-item:not(:last-child) {
  margin-right: 20px;
}

#footer .wrapper-social .list-inline {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  #footer .wrapper-footer-img {
    padding: 60px 0;
  }

  #footer .col-xs-12 {
    width: 100%;
  }

  #footer .wrapper-nav {
    justify-content: center;
    display: flex;
  }

  #footer .wrapper-nav {
    margin-bottom: 15px;
  }

  #footer .wrapper-social {
    justify-content: center;
    margin-bottom: 29px;
  }

  #footer .footer-bottom .nav {
    justify-content: center;
  }

}

@media (max-width: 575.98px) {
  #footer .wrapper-nav {
    justify-content: flex-start;
  }

  #footer .wrapper-social {
    justify-content: flex-start;
  }

  #footer .footer-bottom .nav {
    justify-content: flex-start;
  }

  #footer .footer-bottom div {
    padding: 0;
  }

  #footer .footer-bottom .row {
    padding: 0 1.5rem;
  }
}

/*++++++++++++++++++++++++++ Hero Principal +++++++++++++++++ */

.hero {
  background: transparent;
}

.hero-title {
  font-family: 'Rubik';
  font-weight: 300;
  font-size: clamp(2.813rem, 2.32rem + 2.006vw, 3.5rem);
  line-height: clamp(2.75rem, 2.187rem + 2.292vw, 4.25rem);
  margin-bottom: clamp(2.125rem, 1.726rem + 1.624vw, 3.188rem);
  letter-spacing: -0.32px;
  vertical-align: middle;
  color: var(--text-color-white);
}

.hero-title span {
  font-weight: 500;
  color: var(--text-color-green);
}
.hero-title span span.dot{
  font-weight: 300;
}

.hero-text {
  font-family: 'Rubik';
  font-weight: 400;
  font-size: clamp(1.125rem, 0.984rem + 0.573vw, 1.5rem);
  line-height: 28px;
  letter-spacing: 0.01em;
  text-align: center;
  color: var(--bg-btn-white);
  max-width: 706px;
  margin: auto;
  margin-bottom: clamp(1.5rem, 1.078rem + 1.719vw, 2.625rem);
}


.hero-textsub {
  font-family: 'Rubik';
  font-weight: 700;
  font-size: clamp(1.125rem, 0.984rem + 0.573vw, 1.5rem);
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.01em;
  text-align: center;
  color: var(--bg-btn-white);
  max-width: 706px;
  margin: auto;   
  margin-bottom: clamp(1.5rem, 1.078rem + 1.719vw, 2.625rem);
  margin-bottom: 18px;
}


.hero-video__video-wrapper .video-placeholder > div {
    margin: auto;
 /*   min-height: 340px; */
}

.hero-video__video-wrapper iframe{
    border-radius: 14px;
}

.hero-video-bg__media img.hero-img-bg-wrapper {
	display: block;
	margin-left: auto;
	max-width: 100%;
	height: auto;
}

@media (max-width: 991.98px) {
  .mv-row-inverter {
    flex-direction: column-reverse;
    gap: 44px;
  }

  .mv-row-inverter .col-lg-7,
  .mv-row-inverter .col-lg-5,
  .mv-row-inverter .col-lg-6 {
    margin-top: 0;
  }
}

#banner_principal {
	max-width: 1065px;
	margin: 30px auto 0;
}

@media (max-width: 593.98px) {
	.hero-video__media {
		position: relative;
		min-width: 97vw;
		left: -5vw;
	}
	.hero-video__video-wrapper iframe{
		border-radius: 0;
	}
	#banner_principal {
		padding: 0 20px;
	}
}



/*+++++++++++++++++++++++++++++++++ Three Columns +++++++++++++++++++++++++++++++*/

.three-columns__elements-wrapper a {
  text-decoration: none;
}

.three-columns__element-link:hover .card-text,
.three-columns__element-link:focus .card-text {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .three-columns__elements-wrapper .col-12.col-lg-4 {
    display: flex;
    margin-bottom: 28px;
  }
}

@media (max-width: 991.98px) {	
	.three-columns .three-columns__elements-wrapper ul.row {
		padding-left: 0;
	}	
	.three-columns__elements-wrapper .col-12.col-lg-4:not(:last-of-type) {
		margin-bottom: 28px;
	}
}

.three-columns .three-columns__element-wrap {
  background: linear-gradient(180deg, rgba(14, 28, 46, 0.8) 0%, rgba(14, 28, 46, 0.98) 46.71%);
  border-radius: 20px;
  padding-top: 44px;
  padding-bottom: 42px;
  box-shadow: 0px 4px 80px 0px #0000001a;
}

@media (max-width: 991.98px) {
  .three-columns .three-columns__element-wrap {
    padding-top: 40px;
    padding-bottom: 44px;
  }
  .three-columns__text-title {
    padding: 0 50px;
  }
}

.three-columns__text-title {
  font-family: 'Rubik';
  font-weight: 300;
  font-size: clamp(1.5rem, 1.406rem + 0.382vw, 1.75rem);
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: var(--text-color-white);
  margin-bottom: 17px;
  padding: 0 71px;
}

.three-columns__img {
    /*
  width: 90px;
  height: 90px;
    */
  margin-bottom: 47px;
}

.three-columns__img-wrap {
  display: flex;
  justify-content: center;
}

.three-columns__text-body {
  font-family: 'Rubik';
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0.01em;
  text-align: center;
  color: var(--text-color-white);
  padding: 0 40px;
}

.three-columns__title {
  font-family: 'Rubik';
  font-weight: 300;
  font-size: clamp(2rem, 1.906rem + 0.382vw, 2.25rem);
  line-height: 100%;
  letter-spacing: -0.16px;
  vertical-align: middle;
  text-align: center;
  color: var(--text-color-white);
  margin-bottom: 64px;
}

.three-columns__title span {
  color: var(--color-btn-green);
}

@media (max-width: 991.98px) {
  .three-columns__text-body {
    padding: 0 30px;
  }
}

.three-columns__text-body p:last-of-type {
  margin-bottom: 0;
}

/*++++++++++++++++Con imagen ++++++++++++++++++++*/

#with-img .three-columns__text-title {
  display: none;
}

#with-img .three-columns__img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  max-width: 338px;
}

#with-img .three-columns__element-wrap {
  padding: 36px;
}

#with-img .three-columns__text-body {
  font-family: 'Rubik';
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  padding: 0;
}

@media (max-width: 991.98px) {
  #with-img .three-columns__text-body {
    padding: 0;
  }
}

/*+++++++++++++++++++++++++++ Two Column ++++++++++++++++++++++++++++++*/

#two-columns {
  margin-bottom: 64px;
}

.wrapper-text {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 24px;
  justify-content: center;
  max-width: 515px;
  margin: auto;
}

.columns-text {
  position: relative;

  display: flex;
  flex-direction: column;
  gap: 34px;
}

.column-title {
  font-family: 'Rubik';
  font-weight: 400;
  font-size: clamp(1.5rem, 1.406rem + 0.382vw, 1.75rem);
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #00ffa9;
}

.column-list {
  margin: 0;
}

.column-list li {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 1.5rem;
}

.column-list li:not(:last-of-type) {
  margin-bottom: 0.75rem;
}

.column-list {
  font-family: 'Rubik';
  font-weight: 400;
  font-size: 1rem;
  line-height: clamp(1.5rem, 1.406rem + 0.382vw, 1.75rem);
  letter-spacing: 0.01em;
  color: #ffffff;
  padding: 0;
  list-style: none;
}

.column-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  background-image: url(/deployedfiles/thanx/Estaticos/Imagenes/Iconos/chevron_right-green.svg);
  width: 20px;
  height: 20px;
}

.wrapper-btn {
  padding: 14px 0;
}

.wrapper-two-btn {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-bottom: clamp(1.875rem, 1.218rem + 2.674vw, 3.625rem);
}

@media (max-width: 991.98px) {
  .wrapper-right {
    flex-direction: column-reverse;
    margin-top: 3rem;
    gap: 34px;
  }
  .wrapper-two-btn {
    flex-direction: column;
    justify-content: center;
  }

  .wrapper-left {
    gap: 34px;
  }

  .columns-text {
    gap: 23px;
  }
}

@media (max-width: 575.98px) {
  .wrapper-text {
    max-width: 90%;
    margin: auto;
  }
}

.twoColumns-simple {
  max-width: 1065px;
  margin: auto;
}

/*+++++++++++++++++++++++++++++++++++ Tabs Columns +++++++++++++++++++++++++++++++++++++++++++++++*/

.columns-tabs .columns-tabs-btns {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
  margin-top: 50px;
}

.columns-tabs .nav {
  border: 1px solid var(--border-green);
  border-radius: 14px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
}

.tab-descript {
  font-family: 'Rubik';
  font-weight: 300;
  font-size: clamp(1rem, 0.531rem + 1.91vw, 2.25rem);
  line-height: clamp(1.5rem, 0.655rem + 3.438vw, 3.75rem);
  letter-spacing: -0.02em;
  text-align: center;
  vertical-align: middle;
  color: var(--text-color-white);
  margin-bottom: clamp(2.5rem, 1.914rem + 2.388vw, 4.063rem);
}

.columns-tabs .nav .nav-link {
  color: var(--text-color-white);
  box-shadow: none;
  background-color: transparent;
  border: none;
  font-family: 'Rubik';
  font-weight: 400;
  font-size: clamp(0.875rem, 0.828rem + 0.191vw, 1rem);
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  height: 100%;
  width: 100%;
  border-left: 1px solid var(--border-green);
}

.columns-tabs .nav-item:first-of-type .nav-link {
  border-radius: 12px 0 0 12px;
  padding: 12px 14px 14px 20px;
}

.columns-tabs .nav-item:last-of-type .nav-link {
  border-radius: 0 12px 12px 0;
  padding: 12px 20px 14px 14px;
}

.columns-tabs .nav-item .nav-link.active {
  background-color: #00ffa9;
  color: #0e1c2e;
}

.columns-tab-title {
  font-family: 'Rubik';
  font-weight: 300;
  font-size: 2.75rem;
  line-height: 3rem;
  letter-spacing: -0.88px;
  color: var(--text-color-white);
  display: flex;
  gap: 10px;
}

.columns-tab-title span:first-of-type {
  color: var(--text-color-green);
  font-family: 'Rubik';
  font-weight: 700;
}

.columns-tab-descript {
  font-family: 'Rubik';
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0.18px;
  color: var(--text-color-gray);
  padding-left: 40px;
  padding-right: 15px;
}

.columns-tab-right {
  flex-direction: row-reverse;
}

.columns-tab-left > div:first-of-type {
  display: flex;
  justify-content: flex-start;
}

.columns-tab-right > div:first-of-type {
  display: flex;
  justify-content: flex-end;
}

.columns-tab-left > div > div.dest-video-bg__video-wrapper,
.columns-tab-right > div > div.dest-video-bg__video-wrapper { width: 100%; }
.dest-video-bg__video-wrapper iframe { border-radius: 20px; }

.dest-video-bg__video-wrapper > div { margin: 0 auto; }


.columns-tabs .tab-pane.active {
  gap: 90px;
  display: flex;
  flex-direction: column;
}

.columns-tab-wrapper__text {
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 0 40px;
}

.columns-tab-text {
  position: relative;
  gap: 20px;
  display: flex;
  flex-direction: column;
  margin: auto;
}

.columns-tab-alternative {
  font-family: 'Rubik';
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  color: var(--text-color-white);
}

.columns-tab-alternative a {
  color: var(--text-color-white);
  text-decoration: none;
}

.columns-tab-alternative a:hover {
  text-decoration: underline;
  color: var(--text-color-white);
}

.columns-tab-descript p:last-of-type {
  margin-bottom: 0;
}

.columns-tab-alternative p:not(:last-of-type) {
  margin-bottom: 8px;
}

@media (max-width: 991.98px) {
	.columns-tab-left,
	.columns-tab-right {
		flex-direction: column-reverse;
		row-gap: 60px;
	}

	.tab-descript {	 
		font-size: 20px;
		line-height: 24px;
		letter-spacing: 1%;
		margin-bottom: 0;		  
	}
 
  
}

@media (max-width: 575.98px) {
  .columns-tabs .nav-item:first-of-type .nav-link,
  .columns-tabs .nav-item:last-of-type .nav-link {
    padding: 12px 10px;
  } 

  .columns-tabs .nav .nav-link {
    letter-spacing: -0.14px;
	font-size: 12px;
  }

  .columns-tab-wrapper__text {
    padding: 0px 25px;
  }
}

/* +++++++ cuando biene una imagen de icono 300x300++++++++*/

@media (min-width: 992px) {
  #with-icon.columns-tabs .tab-pane.active > div:not(:first-child):not(:last-child) {
    margin-bottom: 220px;
  }
  #with-icon.columns-tabs .tab-pane.active {
    gap: 0;
  }
  #with-icon.columns-tabs .tab-pane.active > div:first-child {
    margin-bottom: 90px;
  }
  #with-icon .columns-tab-left img {
    margin-left: 0;
  }
  #with-icon .columns-tab-right img {
    margin-right: 0;
  }
}

/*+++++++++++++++++++++++++++++++++++ Fin Tabs Columns +++++++++++++++++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++++++++++++++Versión tab para Legal ++++++++++++++++++++++++++++++++*/

.detalle-anclas.menu_left .detalle-body,
.detalle-anclas.legal_text .detalle-body {
  flex-direction: row-reverse;
}

.detalle-anclas.menu_left .wrapper-menu-anclas,
.detalle-anclas.legal_text .wrapper-menu-anclas {
  margin-left: 0;
}

.detalle-anclas.menu_left .detalle-menu-anclas,
.detalle-anclas.legal_text .detalle-menu-anclas {
  padding-left: 0;
}

.detalle-anclas.menu_left .detalle-menu-anclas li,
.detalle-anclas.legal_text .detalle-menu-anclas li {
  list-style: none;
}

@media (max-width: 991.98px) {
  .detalle-anclas.legal_text .detalle-body {
    flex-direction: column-reverse;
  }
}

/*++++++++++++++++++++++++++++++ Lista de Two Columns ++++++++++++++++++++++++++++++++++++*/

.twoColumns-list .columns-tab-descript {
  padding: 0;
}

.twoColumns-wrapper {
  max-width: 1065px;
  margin: 0 auto;
  gap: 120px;
  display: flex;
  flex-direction: column;
}

.twoColumns-wrapper .columns-tab-title {
  font-size: clamp(2.25rem, 2.062rem + 0.764vw, 2.75rem);
  margin-bottom: 20px;
}

.twoColumns-wrapper .columns-tab-descript {
  font-size: clamp(1rem, 0.953rem + 0.191vw, 1.125rem);
}
.twoColumns-wrapper .columns-tab-descript strong {
  color: var(--text-color-white);
}

.twoColumns-wrapper .columns-tab-left .columns-tab-image {
  margin-left: 0;
}

.twoColumns-wrapper .columns-tab-right .columns-tab-image {
  margin-right: 0;
}

.twoColumns-wrapper .columns-tab-wrapper__text {
  padding: 0;
}

@media (max-width: 991.98px) {
  .twoColumns-list .columns-tab-left,
  .twoColumns-list .columns-tab-right {
    flex-direction: unset;
    row-gap: 32px;
  }

  .twoColumns-wrapper .columns-tab-left .columns-tab-image {
    margin-left: auto;
  }

  .twoColumns-wrapper .columns-tab-right .columns-tab-image {
    margin-right: auto;
  }
}


/*++++++++++++++++++++++++++++ FAQs ++++++++++++++++++++++++++++++++++++++++++*/

.faqs {
  max-width: 1090px;
  margin: 0 auto;
}

.faqs__list-wrap {
  border: 1px solid var(--color-navbar-bg);
  padding: 40px;
  border-radius: 16px;
  margin-bottom: 48px;
}

.faqs__title {
  font-family: 'Rubik';
  font-weight: 300;
  font-size: 2.25rem;
  line-height: 100%;
  letter-spacing: -0.36px;
  vertical-align: middle;
  color: var(--text-color-white);
  text-align: center;
  margin-bottom: 72px;
}

.faqs__answer-wrap {
  margin-bottom: 1.25rem;
}

.faqs__list {
  list-style: none;
  padding-left: 0;
}

.faqs__item-buttom {
  font-family: 'Rubik';
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 120%;
  letter-spacing: 0;
  vertical-align: middle;
  color: var(--text-color-white);
  padding: 24px 24px 24px 0;
  width: 100%;
  background: transparent;
  text-align: left;
  border: none;
  position: relative;
}

.faqs__item-buttom::before {
  content: '';
  background-image: url(/deployedfiles//thanx/Estaticos/Imagenes/Iconos/chevron_down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  right: 0;
}

.faqs__item-buttom:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.faqs__item-buttom:not(.collapsed):before {
  transform: rotate(180deg);
}

.faqs__item-question {
  margin-bottom: 0;
}

.faqs__item:not(:last-of-type) {
  border-bottom: 1px solid var(--color-navbar-bg);
}

.faqs__item-answer { padding-top: 20px; }


@media (max-width: 991.98px) {
  .twoColumns-wrapper {
    gap: 72px;
  }

  .faqs__title {
    margin-bottom: 44px;
    white-space: nowrap;
  }

  .faqs__list-wrap {
    padding: 40px 28px;
  }

  .faqs__item:first-child .faqs__item-buttom {
    padding-top: 0;
  }

  .faqs__item:last-child .faqs__item-buttom {
    padding-bottom: 0;
  }
}

@media (max-width: 575.98px) { 
 .faqs__title {
    white-space: normal;
  }
}

/*++++++++++++++++++++++++++ Figura banner +++++++++++++++++++++++++++++++++++*/

.counters-home .container .row.counters {
  justify-content: space-around;
  padding-left: 0;
}

.counters-home .counters-group_header {
  margin-bottom: clamp(3.313rem, 3.078rem + 0.955vw, 3.938rem);
}

.counters-home .counter_group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: clamp(1.688rem, 1.383rem + 1.242vw, 2.5rem);
  position: relative;
}

.counters-home .counter_group:not(:last-child)::before {
  content: '';
  background-image: url(/deployedfiles/thanx/Estaticos/Imagenes/Iconos//separador_all.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.counters-home .counter {
  align-items: flex-start;
  justify-content: center;
  display: flex;
  gap: 10px;
}

.counters-home .counters p.texto_aclarativo {
  font-size: 1.2rem;
  line-height: 1.9rem;
  margin-top: 1rem;
  color: var(--text-color-white);
}

.counters-home .counters .button_wrap {
  display: flex;
  margin: 3rem 0 0;
  justify-content: center;
}

.counters-home .counter__text p {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
  font-family: 'Rubik', sans-serif;
  color: #197eae;
}

.counters-home .counter__black-text {
  font-family: 'Rubik';
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--text-color-gray);
}

.counters-home .counter__black-text p:last-of-type {
  margin-bottom: 0;
}

.counters-home .counter__value {
  font-family: 'Rubik';
  font-weight: 300;
  font-size: 4rem;
  line-height: 4.25rem;
  letter-spacing: -0.02em;
  color: var(--text-color-green);
}

@media (min-width: 768px) and (max-width: 1140px) {
  .counter {
    flex-direction: row;
  }
}

.counters-home .counters-group p {
  font-size: 1.8rem;
}

.counters-home h2.texto_centrado {
  font-size: 3.4rem;
  padding-top: 2rem;
  font-weight: 700;
  font-family: 'Rubik', sans-serif;
  letter-spacing: -1px;
}

.counters-home h2.texto_centrado:before {
  content: ' ';
  background: #009ad8;
  height: 0.3rem;
  width: 2.3rem;
  position: absolute;
  margin-top: -2rem;
  left: 49%;
}

@media (max-width: 991.98px) {
  .counters-home .counter_group:nth-child(2)::before {
    content: '';
    display: none;
  }

  .counters-home .counter_group {
    margin-bottom: 36px;
  }
}

@media (max-width: 767.98px) {
  .counters-home .counter_group::before {
    content: '';
    display: none;
  }

  .counters-home .counter {
    justify-content: flex-start;
  }

  .counters-home .counter__black-text {
    text-align: left;
  }
}

/*+++++++++++++++++++++++++++++ Detalle Blog ++++++++++++++++++++++++++++++++++++++++++++*/

.detalle-title {
  margin-bottom: 48px;
}

.wrapper-btn__descubreMas {
  padding-top: clamp(2rem, 1.038rem + 3.916vw, 4.563rem);
}

#bog-detail strong {
    font-weight:700;
    font-size: inherit;
    color: var(--text-color-gray);
}

#bog-detail .strong{
    color: var(--text-color-white);
} 


#bog-detail .detalle-section__title{
    letter-spacing: clamp(-0.05rem, -0.046rem + -0.015vw, -0.06rem);
    margin-bottom: clamp(1.75rem, 1.656rem + 0.382vw, 2rem);
    margin-top: clamp(2.813rem, 2.554rem + 1.051vw, 3.5rem);
} 
#bog-detail  li::marker {
    font-weight: 700;
}

#bog-detail .detalle-section__text h3{
    color: #FFF;
    font-family: Rubik;
    font-size: clamp(1.25rem, 1.156rem + 0.382vw, 1.5rem);
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.24px;
    margin: 28px 0;
}



@media (max-width: 493.98px) { 
.detalle-title  span:last-of-type{
  width: min-content;

}
}

.detalle-body {
  margin-top: clamp(4.938rem, 4.328rem + 2.483vw, 6.563rem);
}
.detalle-section {
  scroll-margin-top: 150px;
}

.detalle-description{
    color: #FFF;
    text-align: center;
    font-family: Rubik;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    max-width: 1090px;
    margin: auto;
    margin-bottom: 50px;
     
}

.detalle-description a {
  color: #fff;
}

.detalle-image {
    border-radius: 24px;
}

.detalle-section__title {
  color: var(--text-color-white);
  font-family: 'Rubik';
  font-weight: 500;
  font-size: clamp(1.25rem, 1.156rem + 0.382vw, 1.5rem);
  line-height: clamp(1.75rem, 1.656rem + 0.382vw, 2rem);
  letter-spacing: 0;
  margin-bottom: 28px;
}

.detalle-section__title span {
  font-family: 'Rubik';
  font-weight: 300;
  font-size: clamp(2.5rem, 2.312rem + 0.764vw, 3rem);
  line-height: 3rem;
  letter-spacing: -0.02em;
}

.detalle-section__text {
  color: var(--text-color-gray);
  font-family: 'Rubik';
  font-weight: 400;
  font-size: 1rem;
  line-height: clamp(1.5rem, 1.406rem + 0.382vw, 1.75rem);
  letter-spacing: -0.01em;
}

.detalle-section__text h3{
    color: var(--text-color-gray);
    font-family: 'Rubik';
    font-weight: 600;
    font-size: 1rem;
    line-height: clamp(1.5rem, 1.406rem + 0.382vw, 1.75rem);
    letter-spacing: -0.01em;
}



.texto_aclarativo,
.detalle-section__image {
  margin: 48px 0;
}

.detalle-section__destacado {
  color: var(--text-color-white);
  font-family: 'Rubik';
  font-weight: 300;
  font-size: clamp(1.5rem, 1.406rem + 0.382vw, 1.75rem);
  line-height: clamp(2rem, 1.906rem + 0.382vw, 2.25rem);
  letter-spacing: 0;
  position: relative;
}

.texto_aclarativo::before {
  content: '';
  width: 2px;
  height: 100%;
  border-left: 1px solid var(--border-green);
  position: absolute;
  left: 0;
  display: flex;
}

.texto_aclarativo {
  padding-left: 24px;
}

.compartir-title,
.detalle-menu-title {
  color: var(--text-color-white);
  font-family: 'Rubik';
  font-weight: 500;
  font-size: clamp(1.125rem, 1.078rem + 0.191vw, 1.25rem);
  line-height: 1.75rem;
  letter-spacing: 0;
}

.wrapper-menu-anclas {
  max-width: 295px;
  margin-left: auto;
  top: 20%;
}
@media (min-width: 1400px) { 
    .wrapper-menu-anclas{
        top: 0;
    }
}
.detalle-menu-anclas {
  padding-left: 1rem;
}

.detalle-menu-anclas li {
  list-style: disc;
  color: var(--text-color-white);
  padding-bottom: 1rem;
}
.detalle-menu-anclas li:focus-within a {
  outline: 2px solid #ffffff;
}

.detalle-menu-anclas .nav-link {
  text-decoration: underline;
  padding: 0;
  padding-left: 0px;
  padding-left: 10px;
}

.detalle-menu-anclas .nav-link:focus,
.detalle-menu-anclas .nav-link:hover {
  transition: all 0.3s ease;
  text-decoration: none;
  color: var(--text-color-white);
}

.compartir-title {
  margin-bottom: 20px;
  margin-top: 32px;
}

.compartir-redes .list-inline-item:not(:last-child) {
  margin-right: 12px;
}

@media (max-width: 991.98px) {
    
   .detalle-description{
        font-size: 24px;
        font-weight: 300;
         margin-bottom: 46px;
    }

  .wrapper-menu-anclas {
    position: unset;
    max-width: 100%;
    margin-top: 79px;
    margin-top: 0;
    margin-bottom: 50px;
  }

  .detalle-body {
    flex-direction: column-reverse;
  }
}

/*++++++++++++++++++++++++ Compartir Iconos ++++++++++++++++++++++++++++++*/

.share-icon::after {
  position: relative;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  right: 0px;
  display: block;
}

.share-icon {
  display: flex;
  background-color: var(--bg-btn-green);
  border-radius: 80px;
  padding: 9px;
}

.share-icon:hover {
  background-color: var(--bg-btn-white);
}

.sh-enlace-icon::after {
  background-image: url(/deployedfiles/thanx/Estaticos/Imagenes/Social/enlace.svg);
}

.sh-facebook-icon::after {
  background-image: url(/deployedfiles/thanx/Estaticos/Imagenes/Social/facebook-f.svg);
}

.sh-linkedin-icon::after {
  background-image: url(/deployedfiles/thanx/Estaticos/Imagenes/Social/linkedin.svg);
}

.sh-twitter-icon::after {
  background-image: url(/deployedfiles/thanx/Estaticos/Imagenes/Social/twitter.svg);
}

/*++++++++++++++++++++++++++++ Gallery Cards +++++++++++++++++++++++++++++++++++++++*/

.gallery-cards__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  grid-template-areas:
    'card0 card2 card2'
    'card0 card1 card3';
  gap: 1.5rem;
}

@media (min-width: 1200px){
.gallery-cards__wrapper.two-cards {
  grid-template-areas:
    'card0 card2 card2';
}
}


.gallery-card {
  background: linear-gradient(180deg, rgba(14, 28, 46, 0.72) 29.47%, rgba(14, 28, 46, 0.81) 87.63%);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.gallery-card-wrapper__description {
  padding: 36px;
}

.gallery-card__title {
  font-family: 'Rubik';
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  letter-spacing: 0;
  vertical-align: middle;
  color: var(--text-color-white);
  margin-bottom: 1rem;
}

.gallery-card__text {
  font-family: 'Rubik';
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.01em;
  vertical-align: middle;
  color: var(--text-color-white);
}

.card0 {
  grid-area: card0;
}

.card0 .gallery-card__img img {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  max-height: 368px;
}

.card1 {
  grid-area: card1;
}

.card2 {
  grid-area: card2;
  flex-direction: row-reverse;
}

.card2 .text {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card2 img {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;

  max-width: 425px;
}

.card3 {
  grid-area: card3;
}

.gallery-cards__list .row {
  row-gap: 24px;
}

.gallery-cards__list .gallery-card__img img {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

@media (max-width: 1199.98px) {
  .gallery-cards__wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas:
      'card0 card2 '
      'card1 card3';
  }

  .card0 .gallery-card__img img {
    max-height: 341px;
    max-width: 100%;
    width: 100%;
  }

  .card2 .gallery-card__img img {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 0;
    max-height: 341px;
    max-width: 100%;
    width: 100%;
  }

  .card2 {
    grid-area: card2;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .gallery-cards__wrapper {
    grid-template-areas:
      'card0'
      'card1'
      'card2'
      'card3';
    grid-template-columns: 1fr;
  }

  .card3 {
    flex-direction: column;
  }

  .gallery-card__img img {
    width: 100%;
  }
}

/*+++++++++++++++++++++++++++++ Column Card +++++++++++++++++++++++++++++++++++++++++*/

.columnsCard { padding: 0 13px; }

.columnsCard__title {
  font-family: 'Rubik';
  font-weight: 300;
  font-size: clamp(2.5rem, 2.125rem + 1.528vw, 3.5rem);
  line-height: clamp(2.75rem, 2.375rem + 1.528vw, 3.75rem);
  letter-spacing: -0.02em;
  vertical-align: middle;
  color: var(--text-color-white);
  margin-bottom: 52px;
}

.columnsCard__text-title {
  font-family: 'Rubik';
  /*
  font-weight: 400;
  */
  font-weight: 300;
  font-size: clamp(1.5rem, 1.359rem + 0.573vw, 1.875rem);
  line-height: clamp(1.375rem, 1.234rem + 0.573vw, 1.75rem);
  letter-spacing: 0;
  text-align: left;
  vertical-align: middle;
  color: var(--text-color-white);
  margin-bottom: 16px;
}

.columnsCard__text-body {
  font-family: 'Rubik';
  /*
  font-weight: 400;
  */
  font-weight: 300;
  font-size: clamp(1.125rem, 0.984rem + 0.573vw, 1.5rem);
  line-height: 100%;
  letter-spacing: 0.01em;
  text-align: left;
  color: var(--text-color-gray);
}

@media (min-width: 992px) {
  .columnsCard__elements-wrapper .col-12.col-lg-4 {
    display: flex;
    margin-bottom: 28px;
  }
}

@media (max-width: 991.98px) {
  .columnsCard__elements-wrapper .col-12.col-lg-4:not(:last-of-type) {
    margin-bottom: 28px;
  }
}

.columnsCard .columnsCard__element-wrap {
  background: linear-gradient(180deg, rgba(14, 28, 46, 0.8) 0%, rgba(14, 28, 46, 0.98) 46.71%);
  border-radius: 20px;
  padding: 36px;
  box-shadow: 0px 4px 80px 0px #0000001a;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.columnsCard__text-body p:last-of-type {
  margin-bottom: 0;
}

/***********************************Cookies **************************************/

.cookies-page .detalle-section__text strong {
  font-size: 1.2rem;
  color: #fff;
}

.cookies-page .detalle-section__text a {
  color: #fff;
}

.cookies-page .detalle-section__text a:hover {
  text-decoration: none;
}

.tb-text {
  width: 100%;
  border: 0.1rem solid #ffffff;
}
.tb-text .tb-text-r:first-child .tb-text-c {
  border-top: none;
}

.tb-text .tb-text-c {
  border-top: 0.1rem solid #ffffff;
  padding: 1.5rem;
}

.cookies-page .capaCookies.Opcion2 .tb-buttons p:first-child,
.cookies-page .capaCookies.Opcion2 .tb-buttons p:nth-child(2) {
  color: #ffffff;
  margin-bottom: 2rem;
}

.cookies-page .capaCookies.Opcion2 .tb-buttons p {
  text-align: center;
}

.cookies-page .capaCookies .tb-text .tb-text-c.tb-text-down {
  padding: 0;
  border: none;
}

.cookies-page .tb-buttons {
  margin: 3rem 0;
}

.cookies-page .capaCookies.Opcion2 .tb-buttons .boton_guardar {
  max-width: 320px;
  margin: 0 auto 2rem;
 /*  margin-bottom: 1rem; */
}

.cookies-page .capaCookies.Opcion2 .tb-buttons .buttons_group {
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.cookies-page .capaCookies.Opcion2 .tb-buttons .boton_guardar input {
  height: 50px;
  box-shadow: none;
  font-size: 1.4rem;
  padding: 0 0.25%;

  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  cursor: pointer;
  width: 100%;
  white-space: inherit;
/*  margin-top: 1rem; */
}

.cookies-page .capaCookies.Opcion2 .tb-buttons .buttons_group {
  display: flex;
  flex-wrap: wrap;
  margin: 1.6rem 0;
}

.cookies-page .capaCookies.Opcion2 .message {
  display: none;
  color: #004f70;
  font-size: 1.6rem;
  line-height: 2.2rem;
  text-align: center;
  padding: 0 1rem;
  margin-bottom: 2rem;
}

.cookies-page .capaCookies .tb-text .tb-text-c .custom-form-checkbox.custom-form-checked {
  background: url(https://www.caixabank.es/deployedfiles/particulares/CSS/Estaticos/images/checkSelected.svg) no-repeat scroll #FFF;
  border: 1px solid #ccc;
}

.cookies-page .capaCookies .tb-text .tb-text-c .custom-form-checkbox {
  vertical-align: middle;
  margin: 0;
  background: url(https://www.caixabank.es/deployedfiles/particulares/CSS/Estaticos/images/check.svg) no-repeat scroll transparent;
  display: inline-block;
  height: 19px;
  width: 19px;
}

@media (min-width: 768px) {
  .cookies-page .capaCookies.Opcion2 .tb-buttons .buttons_group {
    align-items: center;
    justify-content: center;
  }
}

/*++++++++++++++++++++++++++++++++++++ Cookies Banner +++++++++++++++++++++++++++++ */

#cookies-banner .cookies__buttons .buttons_group .button_wrap .btn-green {
  color: var(--text-color-black);
  font-family: 'Rubik';
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
}

#cookies-banner .cookies__buttons .buttons_group .button_wrap {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.cookie__title {
  color: var(--text-color-green);
  font-family: 'Rubik';
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 100%;
  letter-spacing: 0;
}

.cookies__buttons .btn-link:before {
  content: none;
}

#cookies-banner .cookies__buttons .buttons_group {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 0 9.6rem;
  flex-direction: column-reverse;
  gap: 30px;
  align-content: center;
  align-items: center;
}
#cookies-banner .cookies__buttons {
  margin-top: 3.2rem;
}

#cookies-banner .cookies__text p {
  margin-top: 1rem;
  line-height: 2.2rem;
  font-size: 1.6rem;
  color: var(--text-color-white);
}

#cookies-banner .cookies__text h2 {
  font-size: 2.4rem;
  line-height: 2.2rem;
  color: var(--text-color-white);
}
#cookies-banner .cookies__text {
  margin-top: 2rem;
  text-align: center;
}
#cookies-banner .cookies {
  padding: 3.65rem 1.6rem 0;
}

#cookies-banner {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgb(14, 28, 46) 0%, rgb(14, 28, 46) 46.71%);
  z-index: 999999;
  overflow: auto;
}

#cookies-banner strong {
  color: var(--text-color-white);
}

@media (min-width: 768px) {
  #cookies-banner {
    position: fixed;
    bottom: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.16);
  }
  #cookies-banner .cookies {
    margin: 1.5rem auto 3.2rem;
  }
  #cookies-banner .cookies__text {
    text-align: left;
    margin-top: 1rem;
  }
  #cookies-banner .cookies__text h2 {
    display: inline;
    font-size: 1.6rem;
    float: left;
    margin-right: 0.5rem;
    padding: 0;
    margin-bottom: 0;
  }
  #cookies-banner .cookies__buttons {
    margin-top: 2rem;
  }
  #cookies-banner .cookies__buttons .buttons_group {
    margin: 0;
    gap: 30px;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  #cookies-banner .cookies__buttons .buttons_group > a {
    margin: 0;
  }
  #cookies-banner .cookies__buttons .buttons_group .button_wrap {
    width: auto;
  }
  #cookies-banner .cookies__buttons .buttons_group .button_wrap .btn-green {
    min-width: 200px;
    padding: 1.1rem 3.5rem;
  }
}

/*++++++++++++++++++++++ Tabla tarifas +++++++++++++++++++++++++++++++++++++++++*/

.tabla-tarifa {
  list-style: none;
  margin: 0;
  padding: 24px 40px;
  border: 1px solid #ffffff33;
  border-radius: 16px;
  margin-bottom: 48px;
}

.tabla-tarifa > li {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-bottom: 1px solid #ffffff1a;
  font-family: Rubik;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0;
  font-weight: 300;
  color: var(--text-color-white);
}

.detalle-section .detalle-section__text .tabla-tarifa li strong {
  font-size: 16px;
  font-weight: 600;
}

.tabla-tarifa > li:last-child {
  border-bottom: none;
}

.tabla-tarifa li > * {
  width: 50%;
  margin: 0;
  box-sizing: border-box;
  padding: 20px 0 20px 40px;
}

.tabla-tarifa li > *:first-child {
  border-right: 1px solid #ffffff33;
  padding: 20px 40px 20px 0px;
}

.tabla-tarifa > li ul li {
  list-style-type: disc;
}

.legal-tarifas p {
  font-family: 'Rubik';
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: var(--text-color-gray);
  margin-bottom: 0;
}

.legal-tarifas {
  width: 66.66666667%;
  float: inline-end;
  padding: 10px 0;
}

@media (max-width: 991.98px) {
  .tabla-tarifa li > * {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    padding: 0;
  }
  .tabla-tarifa > li {
    flex-direction: column;
    padding: 20px 0;
    border: none;
    color: var(--text-color-gray);
  }
  .tabla-tarifa li > *:first-child {
    border: none;
    padding: 0 0 8px 0;
    font-size: 20px;
    color: var(--text-color-white);
  }

  .detalle-section .detalle-section__text .tabla-tarifa li strong {
    font-size: 20px;
    font-weight: 400;
  }
  .tabla-tarifa {
    padding: 0;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
  }

  .border-section .detalle-section {
    padding: 40px 28px;
    border: 1px solid #ffffff33;
    border-radius: 16px;
    margin-bottom: 24px;
  }
  .border-section .detalle-section__title {
    border-bottom: 1px solid #ffffff1a;
    padding-bottom: 23px;
    margin-bottom: 5px;
  }
  .detalle-anclas.menu_left .detalle-body {
    flex-direction: column-reverse;
    margin-top: 45px;
  }

  .legal-tarifas p {
    font-size: 14px;
  }
  .legal-tarifas {
    width: 100%;
    float: none;
  }
}




@media (min-width: 992px) {
	img.logo_banner {
		margin-top: auto;
		margin-bottom: auto;
		margin-right: 3%;
	}
	
	#links-legal nav ul {
		display: flex;	
		justify-content: end;
	}
}


/* Ajustes pie legal */

@media (max-width: 991.98px) {
    #links-legal nav{
        justify-content: center;
        display: flex;
    }
}
#links-legal nav ul {
    gap: 10px;
}
#links-legal nav ul li,
#links-legal nav ul li a { 
	color: #FFF; 	
	font-family: Rubik;
	font-weight: 300;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.02em;

}
#links-legal nav ul li a { 	
	text-decoration: underline;
}
#links-legal nav ul li a:hover{
    text-decoration: none;
}

#links-legal nav ul li a.nav-link{
	padding-left: 0;
	padding-right: 5px;
	padding-top: 0;
}