@charset "UTF-8";
/**
* Branding $COLORS*/
/*------------------------*\
|      $MIXINS
/*------------------------*/
html {
  font-size: 16px;
}

body {
  color: #00205F;
  font-weight: normal;
  width: 100%;
  max-width: 100%;
  font-family: "Instrument Sans", sans-serif;
  font-size: 16px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  padding-top: 134px;
}
@media only screen and (max-width: 768px) {
  body {
    padding-top: 76px;
  }
}

body,
html {
  max-width: 100%;
}

body,
.smooth-container {
  scroll-behavior: smooth;
}

.container {
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
}

.container-small {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-small {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-small {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-small {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-small {
    max-width: 990px;
  }
}

p {
  font-size: 1.375rem;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0;
  color: #2B1A18;
}
@media only screen and (max-width: 768px) {
  p {
    font-size: 1.125rem;
  }
}
p b {
  font-weight: bold;
}
p a {
  text-decoration: underline;
}

figure {
  margin: 0;
}

.clear {
  clear: both;
}

.wow {
  visibility: hidden;
}

.fadein {
  opacity: 0;
}

.hidden_a {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.wrapper {
  position: relative;
}

.wrapper.wrapper-home {
  padding-top: 148px;
}

.wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 2.5rem;
}
@media only screen and (max-width: 991px) {
  .wrap {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .wrap {
    padding: 0 15px;
  }
}

*,
::after,
::before {
  box-sizing: border-box;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^=col-],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.row-md {
  margin-right: -20px;
  margin-left: -20px;
}

.row.row-md > [class^=col-],
.row.row-md > [class*=" col-"] {
  padding-right: 20px;
  padding-left: 20px;
}

.row.row-small {
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.row.row-small > [class^=col-],
.row.row-small > [class*=" col-"] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.row.row-big {
  margin-right: -30px;
  margin-left: -30px;
}
@media only screen and (max-width: 991px) {
  .row.row-big {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}

.row.row-big > [class^=col-],
.row.row-big > [class*=" col-"] {
  padding-right: 30px;
  padding-left: 30px;
}
@media only screen and (max-width: 991px) {
  .row.row-big > [class^=col-],
  .row.row-big > [class*=" col-"] {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media only screen and (max-width: 550px) {
  .row.row-big {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row.row-big > [class^=col-],
  .row.row-big > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.row.row-xbig {
  margin-right: -45px;
  margin-left: -45px;
}
@media only screen and (max-width: 991px) {
  .row.row-xbig {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}

.row.row-xbig > [class^=col-],
.row.row-xbig > [class*=" col-"] {
  padding-right: 45px;
  padding-left: 45px;
}
@media only screen and (max-width: 991px) {
  .row.row-xbig > [class^=col-],
  .row.row-xbig > [class*=" col-"] {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media only screen and (max-width: 550px) {
  .row.row-xbig {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row.row-xbig > [class^=col-],
  .row.row-xbig > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
* {
  outline: none;
}

a,
button {
  transition: all 0.3s ease;
  cursor: pointer;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-6 {
  padding-top: 60px;
}

.pt-45 {
  padding-top: 35px !important;
}

.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.mb {
  margin-bottom: 3rem;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.img-full {
  width: 100%;
}

@media (max-width: 768px) {
  .animated,
  .animated-delay1,
  .animated-delay2,
  .animated-delay3,
  .animated-delay4,
  .wow {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    visibility: visible !important;
  }
}
/* HTML: <div class="loader"></div> */
.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid;
  border-color: #000 rgba(0, 0, 0, 0);
  animation: l1 1s infinite;
}

@keyframes l1 {
  to {
    transform: rotate(0.5turn);
  }
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: visible;
  transition: all 0.3s ease;
  align-items: center;
  display: flex;
  justify-content: center;
  background: rgba(255, 255, 255, 0.92);
}
.loading.visible {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}

.title {
  font-size: 4rem;
  font-weight: 400;
  color: #00205F;
  line-height: 1.1;
}
.title.white {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .title {
    font-size: 3rem;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 768px) {
  .title {
    font-size: 2rem;
    line-height: 1.2;
  }
}

.title2 {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 40px;
}
.title2.white {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .title2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .title2 {
    font-size: 1.55rem;
  }
}

.title-big {
  font-size: 5.625rem;
  color: #00205F;
}
@media only screen and (max-width: 991px) {
  .title-big {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .title-big {
    font-size: 1.58rem;
  }
}

.subtitle {
  color: #32C4BA;
  font-size: 2rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .subtitle {
    font-size: 1.125rem;
  }
}

.section {
  padding: 48px 0;
}
@media only screen and (max-width: 768px) {
  .section {
    padding: 30px 0;
  }
}

.py {
  padding: 48px 0;
}
@media only screen and (max-width: 768px) {
  .py {
    padding: 30px 0;
  }
}

.p-big {
  padding: 96px 0;
}
@media only screen and (max-width: 768px) {
  .p-big {
    padding: 30px 0;
  }
}

.pt-big {
  padding-top: 96px;
}
@media only screen and (max-width: 768px) {
  .pt-big {
    padding-top: 30px;
  }
}

.pb-big {
  padding-bottom: 96px;
}
@media only screen and (max-width: 768px) {
  .pb-big {
    padding-bottom: 30px;
  }
}

.pt {
  padding-top: 48px;
}

.pb {
  padding-bottom: 48px;
}

.bg-gris {
  background: #F5F5F5;
}

.bg-azul {
  background: #00205F;
}

.bg-celeste {
  background: #E6EFF8;
}

.size-2 {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .size-2 {
    font-size: 1.25rem;
  }
}

.size-3 {
  font-size: 3rem;
}

.full-width {
  width: 100%;
}

.b-gris {
  border-bottom: 1px solid #666;
}

.c-text .content-text {
  padding-left: 50px;
}
@media only screen and (max-width: 991px) {
  .c-text .content-text {
    padding-left: 0;
  }
}
.c-text .content-text .title {
  margin-bottom: 40px;
}
.c-text .content-text p {
  color: #2B1A18;
}
.c-text.v2 .row {
  flex-direction: row-reverse;
}
.c-text.v2 .content-text {
  padding-right: 50px;
  padding-left: 0;
}
@media only screen and (max-width: 991px) {
  .c-text.v2 .content-text {
    padding-right: 0;
  }
}

.s-content .row {
  align-items: center;
}
.s-content .content-text {
  padding-left: 50px;
  padding-right: 0;
}
@media only screen and (max-width: 991px) {
  .s-content .content-text {
    padding-top: 20px;
    padding-left: 0;
  }
}
.s-content .content-text .title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .s-content .content-text .title {
    margin-bottom: 20px;
  }
}
.s-content .content-text .title2 {
  margin-bottom: 15px;
  line-height: 1.2;
}
.s-content .content-text .title2.mb {
  margin-bottom: 30px;
}
.s-content .content-text .subtitle {
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .s-content .content-text .subtitle {
    margin-bottom: 20px;
  }
}
.s-content .content-text p {
  color: #2B1A18;
  margin-bottom: 30px;
}
.s-content.v2 .row {
  flex-direction: row-reverse;
}
.s-content.v2 .content-text {
  padding-right: 50px;
  padding-left: 0;
}
@media only screen and (max-width: 991px) {
  .s-content.v2 .content-text {
    padding-right: 0;
  }
}
.s-content.top .row {
  align-items: flex-start;
}
.s-content.top .row .title2 {
  font-weight: 400;
}

@font-face {
  font-family: "Bogle";
  src: url("fonts/Bogle-Black.woff2") format("woff2"), url("fonts/Bogle-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Bogle";
  src: url("fonts/Bogle-Bold.woff2") format("woff2"), url("fonts/Bogle-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Bogle";
  src: url("fonts/Bogle-Regular.woff2") format("woff2"), url("fonts/Bogle-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.btn-primary {
  font-size: 1.125rem;
  font-weight: 600;
  color: #00205F;
  border: 1px solid #00205F;
  border-radius: 120px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: 0.2rem 1.2rem;
  line-height: 1.1;
  font-family: "Instrument Sans", sans-serif;
}
@media only screen and (max-width: 768px) {
  .btn-primary {
    font-size: 1rem;
  }
}
.btn-primary img {
  margin-right: 0.625rem;
}
.btn-primary:hover {
  background: #f8f8f8;
  box-shadow: none;
  color: #00205F;
  border-color: #00205F;
}
.btn-primary:active {
  background: #f8f8f8;
  box-shadow: none;
  color: #00205F;
  border-color: #00205F;
}
.btn-primary:focus {
  background: #f8f8f8;
  box-shadow: none;
  color: #00205F;
  border-color: #00205F;
}
.btn-primary.disabled {
  background: #E5E5E5;
  color: #97A1A6;
}
.btn-primary.white {
  border-color: #fff;
  color: #fff;
}
.btn-primary.white:hover {
  background: transparent;
}

.btn-calipso {
  font-size: 1.125rem;
  font-weight: 600;
  color: #32C4BA;
  border: 1px solid #32C4BA;
  border-radius: 120px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: 0.2rem 1.2rem;
  line-height: 1.1;
  font-family: "Instrument Sans", sans-serif;
  background: transparent;
}
.btn-calipso.f-big {
  font-size: 1.375rem;
}
@media only screen and (max-width: 768px) {
  .btn-calipso.f-big {
    font-size: 1.125rem;
    height: 50px;
  }
}
.btn-calipso img {
  margin-right: 0.625rem;
}
.btn-calipso i {
  margin-left: 10px;
  font-size: 1rem;
}
.btn-calipso:hover {
  background: #d1480d;
  box-shadow: none;
}
.btn-calipso:active {
  background: #d1480d;
  outline: none;
  box-shadow: none;
  border: none;
}
.btn-calipso:focus {
  background: #d1480d;
  outline: none;
  box-shadow: none;
}
.btn-calipso.disabled {
  background: #E5E5E5;
  color: #97A1A6;
}
.btn-calipso.white {
  border-color: #fff;
  color: #fff;
}

.btn-gris {
  font-size: 1rem;
  font-weight: 700;
  color: #E9500E;
  border-radius: 4px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ECEDED;
  padding: 0.2rem 1.56rem;
  line-height: 1.1;
  border: none;
}
.btn-gris img {
  margin-right: 0.625rem;
}
.btn-gris:hover {
  background: #d1480d;
  box-shadow: none;
}
.btn-gris:active {
  background: #d1480d;
  outline: none;
  box-shadow: none;
  border: none;
}
.btn-gris:focus {
  background: #d1480d;
  outline: none;
  box-shadow: none;
}

.btn-secondary {
  font-size: 0.875rem;
  font-weight: 700;
  color: #E9500E;
  border: 1px solid #E9500E;
  border-radius: 30px;
  height: 37px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: 0.2rem 15px;
  line-height: 1.1;
}
.btn-secondary img {
  margin-right: 0.625rem;
}
.btn-secondary:hover {
  border-color: #d1480d;
  color: #d1480d;
  background: transparent;
  box-shadow: none;
}
.btn-secondary:active {
  border-color: #d1480d;
  color: #d1480d;
  background: transparent;
  outline: none;
  box-shadow: none;
}
.btn-secondary:focus {
  border-color: #d1480d;
  color: #d1480d;
  background: transparent;
  outline: none;
  box-shadow: none;
}

.btn-white {
  font-size: 1rem;
  font-weight: 400;
  color: #bdbdbd;
  border: 1px solid #bdbdbd;
  border-radius: 30px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: 0.2rem 16px;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
}
.btn-white img {
  margin-right: 0.625rem;
}
.btn-white i {
  margin-right: 10px;
}
.btn-white:hover {
  border-color: #d1480d;
  color: #d1480d;
  background: transparent;
  box-shadow: none;
}
.btn-white:active {
  border-color: #d1480d;
  color: #d1480d;
  background: transparent;
  outline: none;
  box-shadow: none;
}
.btn-white:focus {
  border-color: #d1480d;
  color: #d1480d;
  background: transparent;
  outline: none;
  box-shadow: none;
}

.btn-green {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #7AC9A9;
  padding: 0.2rem 1.56rem;
  line-height: 1.1;
}
.btn-green img {
  margin-right: 0.625rem;
}
.btn-green:hover {
  background: #AFBC34;
  color: #fff;
  box-shadow: none;
}
.btn-green:active {
  background: #AFBC34;
  color: #fff;
  outline: none;
  box-shadow: none;
}
.btn-green:focus {
  background: #AFBC34;
  color: #fff;
  outline: none;
  box-shadow: none;
}

.btn-green-borde {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid #7AC9A9;
  padding: 0.2rem 1.56rem;
  line-height: 1.1;
}
.btn-green-borde img {
  margin-right: 0.625rem;
}
.btn-green-borde:hover {
  background: #AFBC34;
  color: #fff;
  box-shadow: none;
}
.btn-green-borde:active {
  background: #AFBC34;
  color: #fff;
  outline: none;
  box-shadow: none;
}
.btn-green-borde:focus {
  background: #AFBC34;
  color: #fff;
  outline: none;
  box-shadow: none;
}

input:active {
  outline: none;
  box-shadow: none;
  border: none;
}
input:focus {
  outline: none;
  box-shadow: none;
}
input:checked {
  box-shadow: none;
  border: none;
}

.form-check-input:focus {
  outline: none;
  box-shadow: none;
}

.js-accordion {
  margin: 0 auto;
}

.item-ac {
  border-bottom: 1px solid #00205F;
}
.item-ac.activo {
  background: #F5F5F5;
}

.js-accordion-title {
  background: transparent;
  border-top: 0;
  cursor: pointer;
  display: block;
  padding: 40px 70px 40px 20px;
  width: 100%;
  font-size: 2rem;
  font-weight: 600;
  position: relative;
}
.js-accordion-title:after {
  content: "\f067";
  color: #00205F;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 40px;
  font-size: 1.6rem;
}
.js-accordion-title.activo:after {
  content: "\f068";
  font-size: 1.6rem;
}

.js-accordion-content {
  border-top: 0;
  height: 0;
  line-height: 1.2;
  overflow: hidden;
  transition: all 0.2s linear;
  font-size: 1.375rem;
  color: #00205F;
  font-weight: 400;
}
.js-accordion-content .c-ac {
  padding: 0 20px 60px;
  max-width: 1000px;
}

.ac-default .item-ac:nth-of-type(odd) {
  background: #fff;
}
.ac-default .item-ac button {
  font-size: 1.1em;
  color: #00205F;
  background: transparent;
  padding: 1em 1em 1em 2.5em;
  text-align: left;
  font-weight: bold;
  margin-bottom: 0px;
  border: none;
  border-bottom: 1px solid #00205F;
  position: relative;
  transition: all 0.3s ease;
  width: 100%;
}
.ac-default .item-ac button:after {
  content: "\f067";
  color: #00205F;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 10px;
  top: 32%;
  font-size: 1em;
}
.ac-default .item-ac button.activo {
  border: none;
  color: #2E2F31;
}
.ac-default .item-ac button.activo:after {
  content: "\f068";
  font-size: 1.1em;
}
.ac-default .item-ac .int-ac {
  background: none;
  margin-top: 0px;
  margin-bottom: 0px;
}
.ac-default .item-ac .int-ac p {
  padding: 10px 20px 20px 2.8rem;
  font-size: 1.1rem;
  color: #2E2F31;
}
.ac-default .item-ac.activo .int-ac {
  border-bottom: 1px solid #00205F;
}
@media only screen and (max-width: 640px) {
  .ac-default .item-ac button {
    font-size: 1em;
  }
  .ac-default .item-ac button:after {
    right: 10px;
  }
}

.carrusel {
  position: relative;
}
.carrusel.con-nav {
  padding: 0;
}
.carrusel .tns-nav {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  position: absolute;
  bottom: 80px;
  z-index: 10;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .carrusel .tns-nav {
    bottom: 20px;
  }
}
.carrusel .tns-nav button {
  width: 100px;
  height: 6px;
  display: inline-block;
  border-radius: 0%;
  margin: 0 5px;
  background: #fff;
  border: none;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .carrusel .tns-nav button {
    width: 34px;
    height: 2px;
  }
}
.carrusel .tns-nav button.tns-nav-active {
  background: #00205F;
}
.carrusel.gris button {
  border-color: #E3E1E6;
  background: #E3E1E6;
}
.carrusel.gris button.tns-nav-active {
  background: #2E2F31;
  border-color: #2E2F31;
}
.carrusel.blanco button {
  border-color: #D9D9D9;
  background: #D9D9D9;
}
.carrusel.blanco button.tns-nav-active {
  background: #fff;
  border-color: #fff;
}
.carrusel.azul button {
  background: transparent;
}
.carrusel.azul button.tns-nav-active {
  background: #00D7FF;
  border-color: #00D7FF;
}
.carrusel .tns-controls button {
  background: transparent;
  border-radius: 0%;
  font-size: 0;
  width: 78px;
  height: 46px;
  line-height: 40px;
  border: none;
  text-align: center;
  position: absolute;
  padding: 1px 0 0;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .carrusel .tns-controls button {
    width: 24px;
    height: 14px;
  }
}
.carrusel .tns-controls button:first-child {
  left: 50px;
  padding-left: 3px;
}
@media only screen and (max-width: 768px) {
  .carrusel .tns-controls button:first-child {
    left: 10px;
  }
}
.carrusel .tns-controls button:last-child {
  right: 50px;
  padding-right: 3px;
}
@media only screen and (max-width: 768px) {
  .carrusel .tns-controls button:last-child {
    right: 10px;
  }
}
.carrusel .tns-controls button:after {
  content: "";
  display: inline-block;
  font-weight: 900;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  width: 100%;
  height: 100%;
}
.carrusel .tns-controls button:first-child:after {
  background-image: url("../images/nav-left.svg");
  background-size: 100% 100%;
}
.carrusel .tns-controls button:last-child:after {
  background-image: url("../images/nav-right.svg");
  background-size: 100% 100%;
}
.carrusel .tns-controls button:hover {
  opacity: 0.85;
}
.carrusel .tns-controls {
  display: none;
}
.carrusel.con-nav .tns-controls {
  display: block;
}
.c-movil {
  overflow: hidden;
}
@media only screen and (max-width: 550px) {
  .c-movil {
    padding: 0 20px;
  }
  .c-movil .tns-ovh {
    overflow: visible;
  }
}

header {
  background-color: #fff;
  padding: 40px 0;
  position: relative;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 99;
  top: 0;
}
@media only screen and (max-width: 991px) {
  header {
    padding: 20px 0;
  }
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo img {
  width: 143px;
}
@media only screen and (max-width: 768px) {
  header .logo img {
    width: 95px;
  }
}
header .header-der {
  display: flex;
  align-items: center;
}
header .header-der nav {
  padding-right: 5px;
}
header .header-der nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
header .header-der nav ul li {
  margin: 0 30px;
}
header .header-der nav ul li a {
  color: #00205F;
  font-size: 1.125rem;
  font-weight: 400;
  display: block;
  padding: 5px 10px;
}
header .header-der nav ul li a:hover {
  color: #184fbb;
}
@media only screen and (max-width: 991px) {
  header .header-der nav {
    position: fixed;
    top: 75px;
    left: 0;
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0.95);
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.3s ease;
    z-index: -1;
  }
  header .header-der nav ul {
    display: block;
    padding: 30px 0;
  }
  header .header-der nav ul li {
    margin-bottom: 5px;
  }
  header .header-der nav ul li a {
    display: block;
    padding: 10px 0;
  }
  header .header-der nav.visible {
    opacity: 1;
    visibility: hidden;
    transform: translateY(0%);
    z-index: 10;
  }
}
header .header-der .icons {
  display: flex;
  align-items: center;
  padding-left: 25px;
}
@media only screen and (max-width: 991px) {
  header .header-der .icons {
    display: none;
  }
}
header .header-der .icons .item-icon {
  min-width: 36px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  color: #E9500E;
}
header .header-der .icons .logout {
  color: #fff;
  font-size: 1.125rem;
}

.head-bottom {
  line-height: 1;
  padding: 0 0 10px;
  margin-top: 0;
  background-color: #E9500E;
  position: relative;
  margin-bottom: 60px;
}
.head-bottom:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  border-radius: 40px 40px 0 0;
  background: #fff;
  display: block;
  top: 0;
}
.head-bottom .container {
  line-height: 1;
  position: relative;
  z-index: 2;
}
.head-bottom img {
  width: 100%;
  vertical-align: top;
}

header .btn-menu {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

@media only screen and (max-width: 991px) {
  header .btn-menu {
    display: inline-block;
    z-index: 9999;
    cursor: pointer;
  }
}
header .btn-menu span {
  width: 30px;
  height: 3px;
  background-color: #fff;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
  border-radius: 5px;
}

header .btn-menu.open span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
  background: #000;
}

header .btn-menu.open span:nth-child(2) {
  opacity: 0;
}

header .btn-menu.open span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-7px, -4px);
  background: #000;
}

.menu-mobile {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 400px;
  background: #fff;
  height: 100%;
  z-index: 999;
  padding: 80px 20px 20px;
  transition: all 0.3s ease;
  transform: translateX(100%);
}
.menu-mobile.visible {
  transform: translateX(0);
}
.menu-mobile nav {
  margin-bottom: 20px;
}
.menu-mobile nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-mobile nav ul li a {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  padding: 5px 10px;
}
.menu-mobile .icons {
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.menu-mobile .icons .item-icon {
  min-width: 36px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  background: #E9500E;
}
.menu-mobile .icons .logout {
  color: #E9500E;
  font-size: 1.125rem;
}

header .btn-menu {
  display: none;
  margin-left: 20px;
}

@media only screen and (max-width: 991px) {
  header .btn-menu {
    display: inline-block;
    z-index: 9999;
    cursor: pointer;
  }
}
header .btn-menu span {
  width: 30px;
  height: 3px;
  background-color: #00205F;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
  border-radius: 5px;
}

header .btn-menu.open span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
  background: #00205F;
}

header .btn-menu.open span:nth-child(2) {
  opacity: 0;
}

header .btn-menu.open span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-7px, -4px);
  background: #00205F;
}

.hero {
  position: relative;
  height: calc(100vh - 120px);
}
@media only screen and (max-width: 768px) {
  .hero {
    height: 345px;
  }
}
.hero.c-video:after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #00205F 0%, rgba(0, 32, 95, 0) 64.29%);
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2;
  display: block;
  width: 100%;
}
.hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .container {
  left: 0;
  right: 0;
  position: absolute;
  margin: 0 auto;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
}
.hero .container:after {
  content: "";
  display: block;
  width: 180px;
  height: 12px;
  background: #32C4BA;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .hero .container:after {
    width: 36px;
    height: 2px;
    margin-top: 20px;
  }
}
.hero h1 {
  width: 58%;
  margin-bottom: 25px;
}
@media only screen and (max-width: 991px) {
  .hero h1 {
    width: 100%;
    margin-bottom: 5px;
  }
}
.hero p {
  color: #fff;
  font-size: 3rem;
  max-width: 100%;
  margin-bottom: 35px;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .hero p {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
.hero .btn-primary {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .hero .btn-primary {
    height: 50px;
  }
}
.hero.sin-linea .container:after {
  display: none;
}
.hero.p-small p {
  max-width: 680px;
}

.bajada-home .formula {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.bajada-home .formula span {
  line-height: 1.3;
  display: block;
  margin: 0 20px;
}
@media only screen and (max-width: 768px) {
  .bajada-home .formula span {
    font-size: 1.125rem;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .bajada-home .formula img {
    width: 20px;
  }
}
.bajada-home .title {
  margin-bottom: 24px;
  font-weight: 500;
}
.bajada-home p {
  color: #2B1A18;
  margin-bottom: 64px;
}

.s-2035 {
  position: relative;
}
.s-2035 .bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-2035 .container {
  padding: 120px 0 250px;
  margin: 0 auto;
  height: 100%;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .s-2035 .container {
    padding: 47px 0;
  }
}
.s-2035 .title2 {
  margin-bottom: 134px;
}
@media only screen and (max-width: 991px) {
  .s-2035 .title2 {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .s-2035 .title2 {
    margin-bottom: 20px;
  }
}
.s-2035 .cifras .item-cifra {
  padding: 0 5px;
}
@media only screen and (max-width: 768px) {
  .s-2035 .cifras .item-cifra {
    padding: 0 12px;
  }
}
.s-2035 .cifras h4 {
  color: #fff;
  font-size: 5.75rem;
  font-weight: 700;
  margin-bottom: 0px;
}
@media only screen and (max-width: 991px) {
  .s-2035 .cifras h4 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .s-2035 .cifras h4 {
    font-size: 2.5rem;
  }
}
.s-2035 .cifras p {
  color: #fff;
  font-size: 3rem;
  margin: 0 -10px;
}
@media only screen and (max-width: 991px) {
  .s-2035 .cifras p {
    font-size: 1.25rem;
  }
}

.about-us {
  padding-top: 144px;
  padding-bottom: 96px;
}
@media only screen and (max-width: 768px) {
  .about-us {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.about-us .title {
  margin-bottom: 40px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .about-us .title {
    margin-bottom: 10px;
    margin-top: 25px;
  }
}
.about-us p {
  color: #2B1A18;
}
@media only screen and (max-width: 768px) {
  .about-us p {
    margin-bottom: 15px !important;
  }
}

@media only screen and (max-width: 768px) {
  .wrap-arrow {
    text-align: right;
  }
}
.wrap-arrow .link-arrow img {
  width: 175px;
  transition: all 0.3s ease;
}
.wrap-arrow .link-arrow img:hover {
  transform: translateX(10px);
}
@media only screen and (max-width: 768px) {
  .wrap-arrow .link-arrow img {
    width: 60px;
  }
}

.carrusel-home .item {
  position: relative;
}
.carrusel-home .bg {
  width: 100%;
}
.carrusel-home h4 {
  font-size: 3rem;
  color: #fff;
  margin: 0;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .carrusel-home h4 {
    font-size: 1.55rem;
    padding: 0 30px;
  }
}

.content-text {
  padding-right: 30px;
}

.global-presence .title-big {
  margin-bottom: 100px;
}
.global-presence .title-big.f-400 {
  font-weight: 400 !important;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .global-presence .title-big {
    margin-bottom: 30px;
  }
}
.global-presence .btn-primary {
  width: 283px;
  line-height: 0.8;
  padding-top: 0px;
  font-size: 2rem;
  font-weight: 400;
  height: 58px;
}
.global-presence .btn-primary img {
  margin-left: 20px;
  width: 12px;
  vertical-align: bottom;
  margin-bottom: -2px;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .global-presence .btn-primary {
    font-size: 1rem;
    height: 50px;
    width: 156px;
    font-weight: 600;
  }
  .global-presence .btn-primary img {
    width: 6px;
    margin-left: 15px;
  }
}

.leyenda-map {
  display: flex;
  justify-content: center;
  padding: 100px 15px;
}
@media only screen and (max-width: 768px) {
  .leyenda-map {
    padding: 60px 15px;
  }
}
.leyenda-map span {
  display: block;
  margin: 0 60px;
  font-size: 2.05rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .leyenda-map span {
    font-size: 0.75rem;
    margin: 0 20px;
  }
}
.leyenda-map span.azul {
  color: #00205F;
}
.leyenda-map span.calipso {
  color: #32C4BA;
}
.leyenda-map span.purple {
  color: #9D3789;
}

.content-loc {
  align-items: center;
}
.content-loc .content-text {
  padding-left: 60px;
}
.content-loc .content-text p {
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .content-loc .content-text {
    padding-left: 0;
  }
}
.content-loc .hif-haru {
  margin: 15px 0 35px;
}

.purple {
  color: #9D3789;
}

.advanced .title {
  max-width: 400px;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .advanced .title {
    max-width: 100%;
    margin-bottom: 25px;
  }
  .advanced .title br {
    display: none;
  }
}

.text-locations .row {
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .text-locations .full-width {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .text-locations .wrap-btn {
    text-align: right;
  }
}
.text-locations .content-text .title {
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.2;
}
.text-locations .content-text .title.mb {
  margin-bottom: 30px;
}
.text-locations .content-text .subtitle {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .text-locations .content-text .subtitle {
    margin-bottom: 20px;
  }
}
.text-locations .content-text .icons {
  margin-bottom: 30px;
  margin-top: 40px;
}
.text-locations .content-text .icons .item-icons {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.text-locations .content-text .icons .item-icons img {
  margin-right: 10px;
}
.text-locations .content-text .icons .item-icons p {
  font-size: 1.125rem;
  color: #00205F;
  margin-bottom: 0;
}
.text-locations .content-text .icons .row {
  flex-direction: row;
}

.item-media {
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  padding-top: 45px;
}
@media only screen and (max-width: 768px) {
  .item-media {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.item-media h4 {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .item-media h4 {
    font-size: 1.25rem;
  }
}
.item-media__meta {
  font-size: 1.375rem;
  color: #32C4BA;
  font-weight: 400;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .item-media__meta {
    font-size: 1.125rem;
  }
}
.item-media__btn {
  width: 266px;
  min-width: 266px;
  margin-left: 20px;
  padding-top: 48px;
}
.item-media__btn .btn-primary {
  height: 50px;
  min-width: 144px;
}
.item-media__btn .btn-primary i {
  margin-left: 15px;
  font-size: 0.8rem;
}
.item-media__btn .share {
  display: flex;
  align-items: center;
  margin-top: 22px;
}
.item-media__btn .share p {
  color: #747373;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 1.125rem;
}
.item-media__btn .share a {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-left: 5px;
}
.item-media__btn .share a.s-copy {
  background: #F7B543;
}
.item-media__btn .share a.s-facebook {
  background: #3D5A96;
}
.item-media__btn .share a.s-x {
  background: #000000;
}
.item-media__btn .share a.s-linkedin {
  background: #007AB7;
}
@media only screen and (max-width: 768px) {
  .item-media__btn {
    padding-left: 0;
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    padding-top: 10px;
  }
}
.item-media h3 {
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 10px;
}
@media only screen and (max-width: 768px) {
  .item-media h3 {
    font-size: 1.25rem;
  }
}
.item-media h5 {
  color: #32C4BA;
  font-size: 1.375rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .item-media h5 {
    font-size: 1.125rem;
  }
}
.item-media p {
  font-size: 1.125rem;
}
@media only screen and (max-width: 768px) {
  .item-media p {
    font-size: 1rem;
  }
}
.item-media.item-new.s-b {
  border: none;
}
.item-media.item-new .item-media__meta {
  color: #00205F;
}
.item-media.item-new .item-media__btn {
  padding-top: 0;
}
.item-media.item-new .item-media__btn .btn-primary {
  height: 50px;
  margin-bottom: 22px;
}
.item-media.item-new .item-media__btn .btn-calipso {
  height: 50px;
}
@media only screen and (max-width: 768px) {
  .item-media__right {
    text-align: right;
  }
  .item-media__right .btn-primary {
    height: 50px;
  }
}

.buttons-banner {
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  .buttons-banner {
    padding: 26px 0;
  }
}
.buttons-banner .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .buttons-banner .container {
    flex-direction: column;
  }
}
.buttons-banner .container a {
  font-weight: 500;
  font-size: 2rem;
  height: 68px;
  margin: 0 40px;
  padding-left: 30px;
  padding-right: 30px;
}
.buttons-banner .container a i {
  font-size: 1.4rem;
  margin-left: 15px;
}
@media only screen and (max-width: 768px) {
  .buttons-banner .container a {
    font-size: 1.25rem;
    margin: 0 0 30px;
    height: 55px;
  }
  .buttons-banner .container a i {
    font-size: 1.2rem;
  }
  .buttons-banner .container a:last-child {
    margin-bottom: 0;
  }
}

.dive-deeper .title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .dive-deeper .title {
    margin-bottom: 10px;
  }
}
.dive-deeper .btn-primary {
  height: 46px;
  padding-left: 24px;
  padding-right: 24px;
}
.dive-deeper .btn-primary i {
  margin-left: 15px;
  font-size: 1rem;
}

.text-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .text-btn {
    flex-direction: column;
  }
}
.text-btn p {
  margin-right: 20px;
  margin-bottom: 0;
  color: #00205F;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .text-btn p {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
}

.news-detail__meta {
  color: #32C4BA;
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .news-detail__meta {
    font-size: 1rem;
    font-weight: 600;
  }
}
.news-detail .title {
  margin-bottom: 20px;
}
.news-detail__img {
  margin-bottom: 20px;
}
.news-detail__img figure img {
  margin-bottom: 10px;
}
.news-detail__img figure figcaption {
  color: #747373;
  font-size: 1.125rem;
  line-height: 1.2;
}
.news-detail__txt h4 {
  margin: 15px 0 20px;
  color: #2B1A18;
  font-size: 1.125rem;
  font-weight: 600;
}
.news-detail__txt p {
  font-size: 1.125rem;
}
.news-detail .contact {
  margin-top: 40px;
}
.news-detail .contact p {
  font-size: 1.125rem;
}

.card-event {
  margin-bottom: 2rem;
}
.card-event__img {
  margin-bottom: 15px;
}
.card-event__img img {
  width: 100%;
}
.card-event__content .date {
  color: #747373;
  font-size: 1.125rem;
  margin-bottom: 10px;
}
.card-event__content h3 {
  margin: 0 0 12px;
  font-size: 2rem;
  color: #00205F;
  font-weight: 600;
}
.card-event__content p {
  color: #00205F;
  font-size: 1.125rem;
}
.card-event__content .btn-primary {
  height: 50px;
}
.card-event__content .btn-primary i {
  margin-left: 15px;
  font-size: 0.8rem;
}

.form input {
  width: 100%;
  height: 52px;
  border: 1px solid #00205F;
  border-radius: 12px;
  padding: 15px 20px;
  margin-bottom: 20px;
}
.form select {
  appearance: none;
  background-repeat: no-repeat;
  background-image: url("../images/bg-select.svg");
  background-size: 14px auto;
  background-position: 97% center;
  background-color: transparent;
  width: 100%;
  height: 52px;
  border: 1px solid #00205F;
  border-radius: 12px;
  padding: 15px 20px;
  margin-bottom: 20px;
}
.form .title-form {
  font-size: 2rem;
  font-weight: 400;
  margin: 10px 0 20px;
}
@media only screen and (max-width: 768px) {
  .form .title-form {
    font-size: 1.55rem;
  }
}
.form textarea {
  width: 100%;
  height: 230px;
  border: 1px solid #00205F;
  border-radius: 12px;
  padding: 15px 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .form textarea {
    height: 174px;
  }
}

.card-contact {
  padding-right: 48px;
}
.card-contact .title2 {
  margin-bottom: 30px;
}
.card-contact p {
  margin-bottom: 2rem;
  min-height: 58px;
}
@media only screen and (max-width: 768px) {
  .card-contact p {
    min-height: 0;
  }
}
.card-contact.b-l {
  border-left: 1px solid #00205F;
  padding-left: 48px;
}
@media only screen and (max-width: 768px) {
  .card-contact.b-l {
    padding-left: 0;
    border: none;
    border-top: 1px solid #00205F;
    padding-top: 48px;
    margin-top: 48px;
    padding-bottom: 48px;
  }
}

.page-success .title {
  margin-bottom: 30px;
}
.page-success p {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .page-success img.full-width {
    margin-bottom: 20px;
  }
}

.card-testimony {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .card-testimony {
    flex-direction: column;
  }
}
.card-testimony__img {
  width: 260px;
  min-width: 260px;
}
@media only screen and (max-width: 768px) {
  .card-testimony__img {
    margin-bottom: 1rem;
    width: 155px;
    min-width: 155px;
  }
}
.card-testimony__img img {
  width: 100%;
}
.card-testimony__txt {
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .card-testimony__txt {
    padding-bottom: 80px;
  }
}
.card-testimony__txt p {
  color: #00205F;
  font-size: 1.375rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .card-testimony__txt p {
    font-size: 1.25rem;
  }
}
.card-testimony__txt .author h5 {
  color: #32C4BA;
  font-size: 1.375rem;
  font-weight: 600;
  margin: 0 0 5px;
}
@media only screen and (max-width: 768px) {
  .card-testimony__txt .author h5 {
    font-size: 1.25rem;
  }
}
.card-testimony__txt .author h6 {
  color: #747373;
  font-size: 1.125rem;
  font-weight: 400;
}

.carrusel-testimony {
  padding: 0 60px;
}
.carrusel-testimony .tns-controls {
  display: block;
}
.carrusel-testimony .tns-controls button {
  background: transparent;
  border-radius: 0%;
  font-size: 0;
  width: 34px;
  height: 20px;
  line-height: 40px;
  border: none;
  text-align: center;
  position: absolute;
  padding: 1px 0 0;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
}
.carrusel-testimony .tns-controls button:first-child {
  left: 0px;
}
@media only screen and (max-width: 768px) {
  .carrusel-testimony .tns-controls button:first-child {
    left: 0px;
  }
}
.carrusel-testimony .tns-controls button:last-child {
  right: 0px;
}
@media only screen and (max-width: 768px) {
  .carrusel-testimony .tns-controls button:last-child {
    right: 0px;
  }
}
.carrusel-testimony .tns-controls button:after {
  content: "";
  display: inline-block;
  font-weight: 900;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  width: 100%;
  height: 100%;
}
.carrusel-testimony .tns-controls button:first-child:after {
  background-image: url("../images/arrow-purple-left.svg");
  background-size: 100% 100%;
}
.carrusel-testimony .tns-controls button:last-child:after {
  background-image: url("../images/arrow-purple-right.svg");
  background-size: 100% 100%;
}
.carrusel-testimony .tns-controls button:hover {
  opacity: 0.85;
}

.s-contact-us .title {
  margin-bottom: 48px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .s-contact-us .title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .s-contact-us img.full-width {
    margin-bottom: 30px;
  }
}

.supplier p {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .supplier img.full-width {
    margin-top: 30px;
  }
}

.wrapper-policy {
  padding: 0 100px 0 60px;
}
@media only screen and (max-width: 768px) {
  .wrapper-policy {
    padding: 0;
  }
}
.wrapper-policy h3 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .find-media {
    padding-top: 0;
  }
}
.find-media .content-text p {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .find-media .content-text {
    margin-bottom: 20px;
  }
  .find-media .content-text .title {
    margin-bottom: 20px;
  }
  .find-media .content-text p {
    margin-bottom: 20px;
  }
}
.find-media .btn-primary {
  height: 46px;
}

@media only screen and (max-width: 768px) {
  .sucursales .carrusel {
    padding: 0 40px 70px;
  }
}
.sucursales h3 {
  margin: 0 0 50px;
  font-size: 2rem;
  color: #4D4D4D;
  font-weight: 600;
}
.sucursales .item-sucursal {
  margin-bottom: 50px;
  padding-right: 30px;
}
.sucursales .item-sucursal:last-child {
  margin-bottom: 0;
}
.sucursales .item-sucursal h4 {
  font-weight: 600;
  color: #4d4d4d;
  font-size: 1.375rem;
}
.sucursales .item-sucursal p {
  font-size: 1.125rem;
  line-height: 1.1;
  color: #4d4d4d;
  margin-bottom: 5px;
}
.sucursales .btn {
  color: #4d4d4d;
  border: 1px solid #4d4d4d;
  border-radius: 30px;
  padding: 5px 20px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .sucursales .btn {
    padding: 10px 20px;
    font-size: 1.125rem;
  }
}

.con-nav.morado .tns-nav button {
  background: #B9B9B9;
}
.con-nav.morado .tns-nav button.tns-nav-active {
  background: #32C4BA;
}
@media only screen and (max-width: 768px) {
  .con-nav.morado .tns-nav {
    bottom: 0px;
  }
}
.con-nav.morado .tns-controls {
  display: block;
}
.con-nav.morado .tns-controls button {
  background: transparent;
  border-radius: 0%;
  font-size: 0;
  width: 34px;
  height: 20px;
  line-height: 40px;
  border: none;
  text-align: center;
  position: absolute;
  padding: 1px 0 0;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .con-nav.morado .tns-controls button {
    top: auto;
    transform: none;
    bottom: 30px;
    text-align: center;
  }
}
.con-nav.morado .tns-controls button:first-child {
  left: 0px;
}
@media only screen and (max-width: 768px) {
  .con-nav.morado .tns-controls button:first-child {
    left: 50%;
    transform: translateX(-130%);
  }
}
.con-nav.morado .tns-controls button:last-child {
  right: 0px;
}
@media only screen and (max-width: 768px) {
  .con-nav.morado .tns-controls button:last-child {
    right: 50%;
    transform: translateX(130%);
  }
}
.con-nav.morado .tns-controls button:after {
  content: "";
  display: inline-block;
  font-weight: 900;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  width: 100%;
  height: 100%;
}
.con-nav.morado .tns-controls button:first-child:after {
  background-image: url("../images/arrow-purple-left.svg");
  background-size: 100% 100%;
}
.con-nav.morado .tns-controls button:last-child:after {
  background-image: url("../images/arrow-purple-right.svg");
  background-size: 100% 100%;
}
.con-nav.morado .tns-controls button:hover {
  opacity: 0.85;
}

@media only screen and (max-width: 768px) {
  .wrap-btn {
    text-align: center;
    padding-top: 2rem;
  }
}

.carrusel-sucursales.con-nav {
  padding-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .carrusel-sucursales.con-nav {
    padding: 0 50px 70px;
  }
}
.carrusel-sucursales.con-nav .tns-nav {
  bottom: 0;
}

@media only screen and (max-width: 768px) {
  .carrusel-events.con-nav .tns-controls button {
    bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  .media-kit .content-text .title2 {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  .title-resource {
    padding: 20px 0;
  }
  .title-resource .title {
    font-size: 1.55rem;
  }
}

.logos-holders {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.logos-holders .item-logo {
  padding: 0 5px;
}

.item-team {
  text-align: center;
}
.item-team__img {
  width: 100%;
  margin-bottom: 15px;
}
.item-team__img img {
  width: 100%;
}
.item-team h4 {
  font-size: 1.25rem;
  color: #00205F;
  font-weight: 600;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .item-team h4 {
    font-size: 1.125rem;
  }
}

.item-team2 {
  text-align: center;
  margin-bottom: 20px;
}
.item-team2__img {
  padding: 0 10px;
  margin-bottom: 20px;
}
.item-team2__img img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .item-team2__img {
    padding: 0;
  }
}
.item-team2 h4 {
  font-size: 1.25rem;
  color: #00205F;
  font-weight: 600;
  margin: 0 0 8px;
}
@media only screen and (max-width: 768px) {
  .item-team2 h4 {
    font-size: 1.125rem;
  }
}
.item-team2 p {
  font-size: 0.875rem;
  color: #343434;
}

@media only screen and (max-width: 768px) {
  .our-purpose {
    border: none;
  }
}
.our-purpose h5 {
  color: #666666;
  font-weight: 400;
  font-size: 2rem;
  margin: 0 0 24px;
}
@media only screen and (max-width: 768px) {
  .our-purpose h5 {
    font-size: 1rem;
    font-weight: 600;
  }
}
.our-purpose h2 {
  font-size: 5.75rem;
  text-align: center;
  font-weight: 400;
  line-height: 1.1;
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  .our-purpose h2 {
    font-size: 1.55rem;
    font-weight: 500;
  }
}

.cifras-about {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .cifras-about {
    flex-direction: column;
  }
}
.cifras-about .item-cifra {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .cifras-about .item-cifra {
    margin-bottom: 20px;
  }
}
.cifras-about .item-cifra h4 {
  font-size: 5.75rem;
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: flex-start;
}
.cifras-about .item-cifra h4 .sup {
  font-size: 2rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .cifras-about .item-cifra h4 .sup {
    font-size: 2.5rem;
    font-weight: 700;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1100px) {
  .cifras-about .item-cifra h4 {
    font-size: 3.5rem;
    font-weight: 700;
    margin: 0 auto;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .cifras-about .item-cifra h4 {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 auto;
    justify-content: center;
  }
}
.cifras-about .item-cifra p {
  font-size: 1.25rem;
  font-weight: 600;
  color: #00205F;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .cifras-about .item-cifra p {
    font-size: 1.125rem;
    font-weight: 500;
  }
}

.title-story {
  padding: 40px 0;
}
.title-story h3 {
  font-size: 5.75rem;
  color: #fff;
  font-weight: 400;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .title-story h3 {
    font-size: 3.5rem;
    font-weight: 700;
  }
}
@media only screen and (max-width: 768px) {
  .title-story h3 {
    font-size: 2.5rem;
    font-weight: 700;
  }
}

.carrusel-member {
  padding-left: 40px;
}
.carrusel-member .tns-ovh {
  overflow: visible;
}

.c-member {
  display: flex;
  align-items: center;
}
.c-member .i-member {
  padding: 0 10px;
}

.member {
  /* Contenedor general */
  /* Contenedor de elementos */
  /* Estilos de cada ítem */
}
.member .title2 {
  font-size: 3rem;
}
@media only screen and (max-width: 768px) {
  .member .title2 {
    font-size: 1.25rem;
  }
}
.member .carousel {
  overflow: hidden;
  width: 100%;
  padding: 10px 0;
  position: relative;
}
.member .carousel-track {
  display: flex;
  width: max-content;
  align-items: center;
}
.member .carousel-content {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 20px;
  padding-right: 20px;
}
.member .i-member {
  flex: 0 0 auto;
}
.member .i-member img {
  width: auto;
  height: auto;
}

.join-us h2 {
  font-size: 5.75rem;
  margin: 0 0 45px;
  color: #00205F;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .join-us h2 {
    font-size: 3rem;
    margin-bottom: 30px;
    font-weight: 500;
    line-height: 1.2;
  }
  .join-us h2.small {
    font-size: 1.55rem;
  }
}
.join-us p {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 60px;
  color: #00205F;
}
@media only screen and (max-width: 768px) {
  .join-us p {
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
}
.join-us .botones {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .join-us .botones {
    flex-direction: column;
  }
}
.join-us .botones a {
  margin-right: 50px;
  font-size: 2rem;
  height: 58px;
  font-weight: normal;
  padding-left: 35px;
  padding-right: 35px;
}
@media only screen and (max-width: 768px) {
  .join-us .botones a {
    font-size: 1rem;
    height: 50px;
    width: 250px;
    margin-bottom: 10px;
    font-weight: 600;
  }
}
.join-us .botones a i {
  margin-right: 4px;
}

.c-story {
  padding: 80px 0 40px;
}
.c-story .tns-item {
  display: flex;
  align-items: stretch;
}
.c-story .item-story {
  width: 320px;
  height: 300px;
  border-right: 2px solid #00205F;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .c-story .item-story {
    width: 214px;
    height: 200px;
  }
}
.c-story .item-story.big {
  width: 660px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .c-story .item-story.big {
    width: 364px;
  }
}
.c-story .item-story.big .columna {
  width: 48%;
  min-width: 48%;
}
.c-story .item-story.big .columna p {
  padding-right: 10px;
}
@media only screen and (max-width: 768px) {
  .c-story .item-story.big .columna:first-child {
    width: 35%;
    min-width: 35%;
  }
  .c-story .item-story.big .columna:last-child {
    width: 65%;
    min-width: 65%;
  }
}
.c-story .item-story p {
  font-size: 1.25rem;
  font-weight: 400;
  padding: 0 20px 0 15px;
}
@media only screen and (max-width: 768px) {
  .c-story .item-story p {
    font-size: 1.125rem;
    padding: 0 10px 0 5px;
  }
}
.c-story .fecha-story {
  font-size: 5.75rem;
  font-weight: 400;
  color: #00205F;
}
@media only screen and (max-width: 991px) {
  .c-story .fecha-story {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-story .fecha-story {
    font-size: 2.5rem;
    font-weight: 500;
  }
}

.performing {
  position: relative;
}
.performing .title-video {
  font-size: 3rem;
  color: #fff;
  font-weight: 400;
  background: #00205F;
  position: absolute;
  top: 60px;
  left: 0;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .performing .title-video {
    font-size: 1.25rem;
    padding: 5px 10px;
    top: 20px;
  }
}
.performing video {
  width: 100%;
  vertical-align: bottom;
}

@media only screen and (max-width: 768px) {
  .s-range .title {
    font-size: 1.55rem;
    margin-bottom: 20px;
  }
}
.s-range p {
  margin-bottom: 48px;
}
@media only screen and (max-width: 768px) {
  .s-range p {
    margin-bottom: 1rem;
  }
}
.s-range .wrapper-range {
  width: 830px;
  max-width: 100%;
  margin: 0 auto;
}
.s-range .wrapper-range input {
  width: 100%;
}
.s-range .wrapper-range .rs-scale {
  display: none;
}
.s-range .wrapper-range .rs-bg {
  background: #E0E5E5;
  height: 14px;
  border-radius: 20px;
}
.s-range .wrapper-range .rs-container .rs-pointer {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #00205F;
  border: none;
  box-shadow: none;
}
.s-range .wrapper-range .rs-container .rs-pointer:after {
  display: none;
}
.s-range .wrapper-range .rs-container .rs-pointer:before {
  display: none;
}
.s-range .wrapper-range .rs-selected {
  background: #32BFB5;
  border: none;
  height: 14px;
  border-radius: 20px;
}
.s-range .wrapper-range .valor-range {
  text-align: center;
  margin-bottom: 50px;
}
.s-range .wrapper-range .valor-range span {
  color: #32C4BA;
  font-size: 3rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .s-range .wrapper-range .valor-range span {
    font-size: 2rem;
    font-weight: 700;
  }
}
.s-range .wrapper-range .valor-range p {
  font-size: 1.25rem;
  color: #000;
  font-weight: 600;
}
.s-range .otros-valores {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .s-range .otros-valores {
    flex-direction: column;
    align-items: center;
  }
}
.s-range .otros-valores .item-valor {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .s-range .otros-valores .item-valor {
    margin-bottom: 15px;
  }
}
.s-range .otros-valores .item-valor img {
  margin-right: 10px;
}
.s-range .otros-valores .item-valor p {
  color: #000;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0;
}
.s-range .otros-valores .item-valor p span {
  font-size: 2rem;
  color: #32C4BA;
  font-weight: 600;
  margin-right: 6px;
}
@media only screen and (max-width: 768px) {
  .s-range .otros-valores .item-valor p span {
    font-size: 2rem;
    font-weight: 700;
  }
}
.s-range .otros-valores .sep {
  color: #747373;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 60px 20px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .s-range .otros-valores .sep {
    width: 100%;
    margin: 10px 0;
    justify-content: center;
    text-align: center;
  }
}
.s-range .texto-rangos {
  margin-top: 40px;
}
.s-range .texto-rangos p {
  font-size: 1.25rem;
  color: #00205F;
  text-align: center;
  margin-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  .s-range .texto-rangos p {
    font-size: 1rem;
  }
}

.event .event-datos {
  background: #E6EFF8;
  display: flex;
  padding: 20px 0;
}
.event .event-datos .fecha {
  text-align: center;
  border-right: 1px solid #00205F;
  padding: 0px 40px;
}
.event .event-datos .fecha p {
  color: #00205F;
  font-size: 1.25rem;
  margin-bottom: 0;
  font-weight: 600;
}
.event .event-datos .fecha span {
  font-size: 3rem;
  color: #00205F;
  display: block;
  line-height: 1;
}
.event .event-datos h1 {
  margin: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
  padding: 0px 40px;
}
.event__txt {
  padding: 2.2rem 0 96px;
}
.event__txt p {
  color: #2B1A18;
  font-size: 1.125rem;
}
.event__txt .share {
  margin-top: 48px;
}
.event__txt .share p {
  margin-bottom: 25px;
  color: #2B1A18;
  font-weight: 600;
  font-size: 1.375rem;
}
.event__txt .share .iconos {
  display: flex;
}
.event__txt .share .iconos .item-rrss {
  text-align: center;
  margin-right: 36px;
}
.event__txt .share .iconos .item-rrss a {
  width: 78px;
  height: 78px;
  min-width: 78px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-left: 5px;
  margin: 0 auto 8px;
  font-size: 2rem;
}
.event__txt .share .iconos .item-rrss a.s-copy {
  background: #F7B543;
}
.event__txt .share .iconos .item-rrss a.s-facebook {
  background: #3D5A96;
}
.event__txt .share .iconos .item-rrss a.s-x {
  background: #000000;
}
.event__txt .share .iconos .item-rrss a.s-linkedin {
  background: #007AB7;
}
.event__txt .share .iconos .item-rrss p {
  color: #2B1A18;
  font-size: 1rem;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .carrusel-dir .tns-ovh {
    padding-right: 40px;
    overflow: visible;
  }
}

.s-carrusel {
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .bajada-interior .title {
    font-size: 1.55rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .bajada-interior p {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  .item-product {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .item-product .row {
    flex-direction: column-reverse;
  }
  .item-product .row .content-text {
    margin-bottom: 30px;
  }
  .item-product .row .content-text .title {
    font-size: 1.55rem;
    margin-bottom: 15px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 768px) {
  .item-product.v2 .row {
    flex-direction: column-reverse;
  }
}

.caption {
  font-size: 1rem;
  color: #747373;
  font-weight: 600;
  padding-top: 5px;
}

@media only screen and (max-width: 768px) {
  .btn-right {
    text-align: right;
  }
}

@media only screen and (max-width: 768px) {
  .s-c-t {
    background: #E6EFF8;
    margin-top: 20px;
  }
}

.btn-accordeon {
  display: none;
  position: relative;
  border-radius: 6px;
  border: 1px solid #32C4BA;
  padding: 10px;
}
.btn-accordeon .ic-accordeon {
  position: absolute;
  right: 10px;
  top: 8px;
  color: #32C4BA;
  transition: all 0.3s ease;
}
.btn-accordeon.active {
  background: #00205F;
  color: #fff;
  border-color: #00205F;
}
.btn-accordeon.active h2 {
  color: #fff;
}
.btn-accordeon.active .ic-accordeon {
  color: #fff;
  transform: rotate(-180deg);
}
@media only screen and (max-width: 768px) {
  .btn-accordeon {
    display: block;
  }
  .btn-accordeon h2 {
    font-size: 1.125rem;
    margin-bottom: 0;
    color: #2B1A18;
  }
}

@media only screen and (max-width: 768px) {
  .content-accordeon {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: all 0.3s ease;
    padding: 0 10px;
  }
  .content-accordeon.active {
    max-height: 1000px;
    visibility: visible;
    padding: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .sustain {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 768px) {
  .sustain.sustain-1 {
    padding-top: 40px;
  }
}

.select-country {
  background: linear-gradient(180deg, #FFFFFF 0%, #7D8DAD 49.8%);
}
.select-country .title-big {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .select-country .title-big {
    font-size: 1.375rem;
    margin-bottom: 30px;
  }
}

.btn-load {
  height: 48px;
}
.btn-load i {
  font-size: 0.8rem;
  margin-left: 15px;
}

footer {
  background: #00205F;
  padding: 30px 0;
}
footer .f-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .f-1 .f-1a {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  footer .f-1 .f-1a {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
footer .f-1 .logo {
  width: 220px;
  display: block;
  margin-right: 85px;
}
footer .f-1 .logo img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  footer .f-1 .logo {
    width: 110px;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
footer .f-1 .contact-us {
  font-size: 1.2rem;
  font-weight: 600;
  color: #00205F;
  background: #D9D9D9;
  border-radius: 50px;
  width: 203px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .f-1 .contact-us:hover {
  background: #fff;
}
footer .rrss {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  footer .rrss {
    justify-content: center;
    margin-bottom: 40px;
  }
}
footer .rrss p {
  margin-bottom: 0;
  color: #fff;
  margin-right: 4px;
  font-size: 1.125rem;
}
footer .rrss a {
  width: 32px;
  height: 32px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #00205F;
  border-radius: 20px;
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  footer .rrss a {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    font-size: 1.4rem;
    margin: 0 10px;
  }
}
footer nav ul {
  padding-left: 0;
  list-style: none;
  justify-content: center;
  display: flex;
  margin: 40px 0 30px;
}
footer nav ul li {
  margin: 0 20px;
}
footer nav ul li a {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
}
footer nav ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  footer nav ul {
    display: block;
    text-align: center;
  }
  footer nav ul li {
    margin-bottom: 40px;
  }
}
footer .footer-bottom {
  text-align: center;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-bottom a {
  color: #fff;
  text-decoration: underline;
  display: block;
  margin-right: 20px;
}
footer .footer-bottom p {
  color: #fff;
  margin-bottom: 0;
  font-size: 1rem;
  margin-left: 20px;
}/*# sourceMappingURL=estilos.css.map */