@charset "UTF-8";
/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
/*  */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

:root {
  --black: #000000;
  --white: #ffffff;
  --teal-light: #00597c;
  --text-color: #014863;
  --font-size-sub: 55px;
  --font-size-subtitle-2: 30px;
}

* {
  box-sizing: border-box;
}

.what-do .fusion-title .fusion-title-heading {
  color: var(--text-color) !important;
  font-size: 60px !important;
  font-weight: bold;
  font-family: "Book Antiqua";
}

.subtitle {
  color: var(--text-color);
  font-size: 60px;
  font-weight: bold;
  font-family: "Book Antiqua";
}

.what-do p, .text {
  font-family: "Corbel";
  font-weight: normal;
  color: var(--text-color);
  font-size: 28px;
  line-height: 1.18;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.d-none {
  display: none !important;
}

.content-right-auto {
  justify-content: end !important;
}
.content-right-auto > div {
  width: auto !important;
}

@media (max-width: 480px) {
  .title_mobile_ajusts {
    font-size: 35px !important;
  }
}
/* Elements */
.what-do .fusion-button {
  font-family: "Corbel";
  font-weight: normal;
  font-size: 28px !important;
}

.what-do .fusion-button {
  padding: 16px 86px !important;
  border-radius: 100px !important;
  color: var(--white) !important;
  background-color: #00a7b7 !important;
}

.list-with-scroll {
  height: 240px; /* Establece la altura máxima de tu lista */
  overflow-y: auto; /* Habilita el scrollbar vertical si es necesario */
  direction: rtl;
  margin-bottom: 24px !important;
  display: flex;
  justify-content: flex-end;
}
.list-with-scroll ul {
  list-style-type: none; /* Elimina los puntos de lista */
  padding: 0;
  margin: 0;
  direction: initial;
  margin-bottom: 12px;
}
.list-with-scroll ul li {
  margin: 0; /* Espaciado entre elementos de la lista */
  margin-bottom: 12px;
  margin-left: 28px;
}
.list-with-scroll ul li::before {
  content: "*";
  padding-right: 6px;
  position: relative;
  top: 2px;
}
.list-with-scroll::-webkit-scrollbar {
  width: 22px;
  border-radius: 22px;
}
.list-with-scroll::-webkit-scrollbar-track {
  border-radius: 22px;
  background-color: #f7f7f7; /* Color de fondo de la barra de desplazamiento (plomo claro) */
}
.list-with-scroll::-webkit-scrollbar-thumb {
  border-radius: 22px;
  background-color: #00a7e1; /* Color de la barra de desplazamiento (azul) */
}

/* Components */
.pagination_index {
  cursor: pointer;
  margin-left: 2.5px;
  margin-right: 2.5px;
}

#pagination_zone {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 200px;
  margin: 0 auto;
  color: #00597c;
  gap: 10px;
}
#pagination_zone > * {
  cursor: pointer;
}

.paginaton_buttons {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#actual_page,
#total_pages {
  visibility: hidden;
}

.box-profile {
  display: flex;
  margin-bottom: 3rem;
  min-height: 300px;
  border-radius: 30px;
  align-items: stretch;
  height: max-content;
}
@media (max-width: 768px) {
  .box-profile {
    flex-direction: column;
  }
}
.box-profile__img-content {
  flex: 1;
  min-height: 100%;
  overflow: hidden;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .box-profile__img-content {
    max-height: 360px;
  }
}
@media (max-width: 768px) {
  .box-profile__img-content {
    border-bottom-left-radius: 0px;
  }
}
@media (max-width: 768px) {
  .box-profile__img-content {
    border-top-right-radius: 30px;
  }
}
.box-profile__img-content img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.box-profile__info-content {
  flex: 2;
  background-color: var(--white);
  border-radius: 30px;
  margin-left: -30px;
  display: flex;
  flex-direction: column;
  padding-top: 45px;
  padding-right: 65px;
  padding-bottom: 45px;
  padding-left: 65px;
}
@media (max-width: 1920px) {
  .box-profile__info-content {
    padding-top: calc(16px + (45 - 16) * (100vw - 360px) / (1920 - 360));
  }
}
@media (max-width: 360px) {
  .box-profile__info-content {
    padding-top: 16px;
  }
}
@media (max-width: 1920px) {
  .box-profile__info-content {
    padding-right: calc(16px + (65 - 16) * (100vw - 360px) / (1920 - 360));
  }
}
@media (max-width: 360px) {
  .box-profile__info-content {
    padding-right: 16px;
  }
}
@media (max-width: 1920px) {
  .box-profile__info-content {
    padding-bottom: calc(16px + (45 - 16) * (100vw - 360px) / (1920 - 360));
  }
}
@media (max-width: 360px) {
  .box-profile__info-content {
    padding-bottom: 16px;
  }
}
@media (max-width: 1920px) {
  .box-profile__info-content {
    padding-left: calc(16px + (65 - 16) * (100vw - 360px) / (1920 - 360));
  }
}
@media (max-width: 360px) {
  .box-profile__info-content {
    padding-left: 16px;
  }
}
@media (max-width: 768px) {
  .box-profile__info-content {
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .box-profile__info-content {
    margin-top: -30px;
  }
}
.box-profile__name {
  margin-top: 0;
  margin-bottom: 40px;
}
.fusion-text .box-profile__name, .box-profile__name {
  color: var(--text-color);
}
.box-profile__header h3,
.box-profile__header p {
  font-family: Arial, Helvetica, sans-serif;
}
.box-profile__header h3 {
  font-size: 30px;
  color: rgb(0, 71, 101);
  margin-bottom: 42px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .box-profile__header h3 {
    font-size: 30px;
    margin-bottom: 1px;
    padding-top: 20px;
  }
}
.box-profile__content {
  flex: 1;
}
.box-profile__content,
.box-profile__content p {
  font-size: 16px;
  color: rgb(0, 71, 101);
  line-height: 1.4;
}
@media (max-width: 768px) {
  .box-profile__content,
  .box-profile__content p {
    font-size: 20px;
    padding-top: 20px;
  }
}
.box-profile__btn-content {
  display: flex;
  gap: 20px;
}

.box-overlay {
  position: relative !important;
  min-height: 345px;
}
.box-overlay__wrap > .fusion-flex-content-wrap {
  gap: 16px;
  display: flex;
}
.box-overlay__wrap > .fusion-flex-content-wrap > .box-overlay {
  width: calc(33% - 16px);
  margin-bottom: 0;
}
div .box-overlay__content {
  color: var(--white);
  padding: 8px;
  background-color: var(--teal-light);
  border-radius: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  margin-bottom: 0 !important;
  position: absolute !important;
  max-height: calc(100% - 30px);
  transition: all 0.37s ease-in-out;
}
div .box-overlay__content > .fusion-column-wrapper {
  padding: 16px;
  margin-left: 0;
  margin-right: 0;
}
.box-overlay > .fusion-column-wrapper {
  margin: 0;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.box-overlay > div > div.fusion-builder-row {
  position: static;
}
.post-content .box-overlay__title p {
  color: var(--white) !important;
  font-family: "Corbel";
  font-weight: bold;
  font-size: calc(var(--font-size-sub) * 0.8);
  margin-bottom: 12px;
  line-height: 0.96;
}
.post-content .box-overlay__subtitle p {
  color: var(--white);
  font-size: calc(var(--font-size-subtitle-2) * 0.8);
  line-height: 1.2;
  margin-bottom: 12px;
}
.post-content .box-overlay__description p {
  color: var(--text-color);
  margin-bottom: 12px;
}
.box-overlay__description {
  flex-direction: column;
  height: 100%;
}
.box-overlay__description, .box-overlay__description p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box-overlay__description, div .box-overlay__btn {
  display: none;
}
.box-overlay:hover .box-overlay__content {
  background-color: #ededeb;
  border-radius: 32px;
  width: calc(100% - 30px);
  bottom: 15px;
  height: 100%;
}
.box-overlay:hover .box-overlay__title p {
  color: #254b5e !important;
}
.box-overlay:hover .box-overlay__title p, .box-overlay:hover .box-overlay__subtitle p, .box-overlay:hover .box-overlay__description {
  color: #254b5e;
  display: flex;
}
.box-overlay:hover .box-overlay__btn {
  display: inline;
}

.box-academy > div {
  background: var(--white);
  border-radius: 32px;
  padding: 0;
  overflow: hidden;
}
.box-academy__image > div {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.box-academy__image .fusion-imageframe {
  width: 100%;
}
.box-academy__image .fusion-imageframe img {
  max-height: 300px;
}
.box-academy__content {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.box-inspiration {
  border-radius: 32px;
  overflow: hidden;
  background-color: #f7f7f7;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
  margin: 0 !important;
}
.box-inspiration > .fusion-column.content-box-column {
  padding-left: 0;
  padding-right: 0;
  height: 420px;
  max-height: 420px;
  overflow: hidden;
  display: flex;
}
@media (max-width: 430px) {
  .box-inspiration > .fusion-column.content-box-column {
    height: auto;
    max-height: 600px;
    min-height: 420px;
  }
}
.box-inspiration > .fusion-column.content-box-column .content-box-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.box-inspiration > .fusion-column.content-box-column .heading {
  overflow: visible;
}
.box-inspiration > .fusion-column.content-box-column .heading .content-box-heading {
  text-align: start;
}
.box-inspiration > .fusion-column.content-box-column .content-wrapper-background {
  padding: 30px;
  transition: background-color 300ms ease-out;
}
.box-inspiration > .fusion-column.content-box-column .image {
  position: relative;
  display: none;
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 20px;
  min-height: 190px;
}
.box-inspiration > .fusion-column.content-box-column .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute; /* Esto quitará la imagen del flujo del documento, permitiendo que otros contenidos (si los hay) se coloquen encima */
  top: 0;
  left: 0;
}
.box-inspiration > .fusion-column.content-box-column .content-container p {
  text-align: start;
}
.box-inspiration > .fusion-column.content-box-column a.fusion-read-more {
  color: var(--white);
  text-align: start;
  transition: color 300ms ease-out;
}
.box-inspiration > .fusion-column.content-box-column a.fusion-read-more + .fusion-clearfix {
  display: none;
}
.box-inspiration > .fusion-column.content-box-column a.fusion-read-more::after {
  content: none;
}
.box-inspiration > .fusion-column.content-box-column {
  width: 25%;
  transition: width 300ms ease-out;
}
@media screen and (max-width: 800px) {
  .box-inspiration > .fusion-column.content-box-column, .box-inspiration > .fusion-column.content-box-column.hovered {
    width: 100% !important;
    margin: 0 !important;
  }
  .box-inspiration > .fusion-column.content-box-column .image {
    position: relative;
    display: none;
    margin-left: -20px;
    margin-right: -20px;
  }
  .box-inspiration > .fusion-column.content-box-column .content-wrapper-background {
    padding: 20px;
  }
}
.box-inspiration > .fusion-column.content-box-column.hovered {
  width: 50%;
}
.box-inspiration > .fusion-column.content-box-column.hovered .image {
  display: block;
}
.box-inspiration > .fusion-column.content-box-column.hovered .content-wrapper-background {
  background-color: var(--white) !important;
}
.box-inspiration > .fusion-column.content-box-column.hovered .content-container,
.box-inspiration > .fusion-column.content-box-column.hovered .heading .content-box-heading,
.box-inspiration > .fusion-column.content-box-column.hovered a.fusion-read-more {
  color: var(--teal-light);
}
.box-inspiration > .fusion-column.content-box-column.hovered .content-container, .box-inspiration > .fusion-column.content-box-column.hovered .content-box-wrapper {
  flex: 1;
}

.box-team {
  position: relative;
  padding-bottom: 3.5em;
}
@media (max-width: 768px) {
  .box-team {
    grid-template-columns: 1fr; /* En móviles y tablets, se apilan verticalmente */
  }
}
.box-team__container-full {
  position: relative;
}
.box-team__container-full::before {
  content: "";
  background-color: var(--text-color);
  position: absolute;
  height: 100%;
  width: 100vw;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  top: 0;
}
.box-team__photo img {
  border-radius: 30px;
}
.box-team__heading .entry-title {
  font-size: 52px;
  color: #00a7e1;
  font-family: "Book Antiqua";
  font-weight: bold;
  margin-bottom: 0;
}
.box-team__position {
  font-size: 40px;
  font-family: "Corbel";
  color: var(--white);
  font-style: italic;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.box-team__email {
  font-size: 37px;
  font-family: "Corbel";
  color: var(--white);
  font-weight: normal;
  position: relative;
  margin-bottom: 10px;
}
.box-team__email::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0px;
  bottom: 0;
  right: 0;
  border: var(--white) 1px solid;
}
.box-team__icon {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00a7e1;
  border-radius: 100px;
}
.box-team__icon .fab {
  color: var(--white);
  font-size: 30px;
}
.box-team__content-external {
  padding-top: 120px;
  font-size: 24px;
  text-align: justify;
  column-count: 2;
  column-gap: 24px;
}
.box-team__content-external, .box-team__content-external * {
  color: var(--text-color);
}

.slider--gallery .flexslider .slides li {
  display: block;
  padding: 16px;
  align-self: center;
}
@media (max-width: 430px) {
  .slider--gallery .flexslider .slides li {
    padding: 0;
  }
}
.slider--gallery .flexslider .slides li span {
  padding: 10px;
  align-self: center;
  max-height: 145px;
  display: flex;
}
.slider--gallery .flexslider .slides li span img {
  object-fit: contain;
}
.slider--gallery .slick-track {
  display: flex;
}

.what-do.fusion-layout-column {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}
.what-do p {
  text-align: justify;
}
/* Data input */
.txt_btn {
  all: unset;
  cursor: pointer;
  color: var(--awb-text-color);
  text-decoration: underline;
}

.results {
  display: flex;
  gap: 1.4rem;
  flex-wrap: wrap;
}

.resyres-item {
  width: calc(33.333% - 20px);
  max-width: 560px;
  min-width: 300px;
  margin: 0;
  background-color: #0d7fa5;
  height: 320px;
  position: relative;
  overflow: hidden;
  transition: all 300ms;
}

.resyres-item > img {
  position: absolute;
  object-fit: cover;
  object-position: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.resyres-item a.fusion-button-default {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #00a9b9;
}

.resyres-item:hover {
  border-radius: 15px;
}

.resyres-item:hover > .results-item__container {
  transform: translateY(0);
  margin: 10px;
  border-radius: 15px;
}

.resyres-item:hover .results-item__title {
  background-color: transparent;
}

.resyres-item:hover .results-item__title .results-item__label h5 {
  color: #004863;
}

.results-item__title {
  transition: all 300ms;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #004863;
  padding: 15px 20px;
  box-sizing: border-box;
  height: 85px;
}

.results-item__title > .results-item__label h5 {
  color: #FFF;
}

.results-item__description {
  padding: 0 20px 15px;
  color: #004863;
  bottom: 0;
  text-align: center;
}

.results-item__description p {
  text-align: justify;
}

.results-item__container {
  background-color: rgba(255, 255, 255, 0.7333333333);
  transition: all 300ms;
  overflow: hidden;
  transform: translateY(calc(100% - 85px));
  position: absolute;
  inset: 0;
}

.results-item__description > p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.resyresi-rank {
  font-size: 21px;
  width: 40px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(./assets/images/icon_result_lb.svg);
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 5px;
  color: #FFF;
}

.results-item__label {
  font-family: "Heuristica-Bold", serif;
  font-size: 26px;
}

.results-item__label > * {
  margin: 0;
}

/* FIlters */
.results-filter__inputs {
  display: flex;
  gap: 1.2rem;
  justify-content: space-between;
}

@media (max-width: 1000px) {
  .results-filter__inputs {
    display: contents;
  }
  .results-filter__inputs .wrapper-dropdown {
    margin-bottom: 10px;
  }
}
.results-filter__actions {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 50px;
}

/* the code below is for the dropdown menu */
.wrapper-dropdown {
  position: relative;
  display: inline-block;
  min-width: 231.5px;
  width: 100%;
  max-width: 383px;
  padding: 6px 15px;
  border-radius: 18px;
  border: 1px solid var(--primary_color);
  background-color: #fff;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: Arial;
}
.wrapper-dropdown.dark {
  background-color: #004665;
  border: 1px solid #fff;
}
.wrapper-dropdown.dark .arrow, .wrapper-dropdown.dark input.selected-display, .wrapper-dropdown.dark .dropdown {
  color: #fff;
}
.wrapper-dropdown.dark input::placeholder {
  color: #fff;
}
.wrapper-dropdown.dark .dropdown {
  border: 1px solid #fff;
}
.wrapper-dropdown .selected-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrapper-dropdown .arrow {
  rotate: 180deg;
  transition: all 0.3s;
}
.wrapper-dropdown .dropdown {
  transition: 0.3s;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  overflow: hidden;
  position: absolute;
  top: 120%;
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 99;
  border-radius: 15px;
  background-color: inherit;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  visibility: hidden;
}
.wrapper-dropdown .dropdown > div {
  max-height: 300px;
  overflow: auto;
}

.wrapper-dropdown .selected-display {
  all: unset;
  width: 100%;
  padding-right: 8px;
}

.wrapper-dropdown::before {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -2px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #fff transparent;
}

.rotated {
  transform: rotate(-180deg);
}

.wrapper-dropdown .dropdown li {
  padding: 0 15px;
  line-height: 45px;
}

.wrapper-dropdown .dropdown li:last-child {
  border-bottom: none;
}

.dropdown {
  padding: 0.5rem;
}

.wrapper-dropdown .dropdown li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.wrapper-dropdown.active .dropdown {
  opacity: 1;
  visibility: visible;
  border-radius: 15px;
}

#top_three_cities a.fusion-button-default {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #00a9b9;
}
#top_three_cities .city_info_taps {
  width: 100%;
  display: flex;
  height: 360px;
  align-items: baseline;
  padding: 0;
  padding-top: 30px;
  padding-bottom: 0;
}
@media (min-width: 1400px) {
  #top_three_cities .city_info_taps {
    height: 260px;
  }
}
@media (max-width: 680px) {
  #top_three_cities .city_info_taps {
    transform: scale(0.9) translateX(-10%);
    width: 50% !important;
    margin-top: -90px;
    margin-bottom: -90px;
  }
}
@media (max-width: 600px) {
  #top_three_cities .city_info_taps {
    transform: scale(0.8) translateX(-10%);
    width: 50% !important;
    margin-top: -90px;
    margin-bottom: -90px;
  }
}
@media (max-width: 554px) {
  #top_three_cities .city_info_taps {
    transform: scale(0.7) translateX(-20%);
    width: 50% !important;
    margin-top: -90px;
    margin-bottom: -90px;
  }
}
@media (max-width: 480px) {
  #top_three_cities .city_info_taps {
    transform: scale(0.65) translateX(-40%);
    width: 50% !important;
    margin-top: -90px;
    margin-bottom: -90px;
  }
}
@media (max-width: 450px) {
  #top_three_cities .city_info_taps {
    transform: scale(0.6) translateX(-40%);
    width: 50% !important;
    margin-top: -90px;
    margin-bottom: -90px;
  }
}
@media (max-width: 420px) {
  #top_three_cities .city_info_taps {
    transform: scale(0.5) translateX(-40%);
    width: 50% !important;
    margin-top: -130px;
    margin-bottom: -130px;
  }
}
@media (max-width: 370px) {
  #top_three_cities .city_info_taps {
    transform: scale(0.4) translateX(-60%);
    width: 50% !important;
    margin-top: -130px;
    margin-bottom: -130px;
  }
}
#top_three_cities .city_info_taps.animate-scale .raking-first {
  transform: initial;
}
#top_three_cities .city_info_taps.animate-scale .raking-second {
  transform: translateY(100%);
}
#top_three_cities .city_info_taps.animate-scale .raking-third {
  transform: translateY(180%);
}
#top_three_cities .city_info_taps.animate-scale .raking-first::after {
  opacity: 1 !important;
}
#top_three_cities .city_info_taps .city_info_tap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border: 1px solid transparent;
  border-bottom: 1px solid var(--awb-color5, #014863);
  padding: 5px 20px 5px;
  position: relative;
  margin-right: -1px;
  cursor: pointer;
  flex-grow: 1;
  transition: all 400ms ease-in;
  transform: translateY(180%);
}
#top_three_cities .city_info_taps .city_info_tap h4 {
  transition: color 300ms ease-in;
  font-weight: 500;
  color: var(--awb-color5, #014863);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#top_three_cities .city_info_taps .city_info_tap:hover, #top_three_cities .city_info_taps .city_info_tap.active {
  background-color: #004765;
  border: 1px solid var(--awb-color5, #014863);
}
#top_three_cities .city_info_taps .city_info_tap:hover h4, #top_three_cities .city_info_taps .city_info_tap.active h4 {
  color: #fff;
}
#top_three_cities .city_info_taps .city_info_tap:hover .resyresi-rank, #top_three_cities .city_info_taps .city_info_tap.active .resyresi-rank {
  background-image: url(./assets/images/icon_result_white.svg);
  color: #004765;
}
#top_three_cities .city_info_taps .city_info_tap.raking-second {
  border-right: 1px solid var(--awb-color5, #014863);
}
#top_three_cities .city_info_taps .city_info_tap.raking-third {
  border-left: 1px solid var(--awb-color5, #014863);
  margin-right: 0;
}
#top_three_cities .city_info_taps .city_info_tap.raking-first::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -1px;
  height: calc(100% + 2px);
  border-right: 1px solid var(--awb-color5, #014863);
  transform: translateY(100%);
  transition: opacity 200ms ease-out;
  transition-delay: 200ms;
  opacity: 0;
}
#top_three_cities .city_info_taps .city_info_tap .resyresi-rank {
  font-size: 23px;
  font-weight: bold;
  width: 40px;
  min-width: 40px;
  height: 45px;
  background-image: url(./assets/images/icon_result_blue.svg);
}
#top_three_cities .sw-progress-bar__container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#top_three_cities .sw-progress-bar {
  width: 100%;
  padding: 6px 12px;
  border-radius: 0 15px 15px 0;
  background-color: #f7f7f7;
  overflow: hidden;
  position: relative;
}
#top_three_cities .sw-progress-bar_ranking {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  border-radius: 0 19px 19px 0;
  z-index: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 12px;
}
#top_three_cities .sw-progress-bar_ranking:nth-child(2) {
  opacity: 0.5;
}
#top_three_cities .sw-progress-bar_ranking:nth-child(3) {
  opacity: 0.3;
}
#top_three_cities .sw-progress-bar_ranking.enabled {
  opacity: 1;
  z-index: 1;
}
#top_three_cities .sw-progress-bar_ranking.enabled:hover {
  opacity: 0.8;
}
#top_three_cities .sw-progress-bar_ranking.enabled::before {
  content: attr(data-progress) "%";
  color: #fff;
}
#top_three_cities .sw-progress-bar_ranking.disabled {
  display: none;
}
#top_three_cities .sw-progress-bar > p {
  color: #fff;
  margin: 0;
  position: relative;
  display: inline;
  z-index: 2;
}
#top_three_cities .progress-bar_detail {
  height: 250px;
  display: none;
  justify-content: center;
  overflow: hidden;
  background-color: #f7f7f7;
  padding-top: 10px;
  padding-bottom: 10px;
}
#top_three_cities .top_thirty_item_container {
  border-radius: 20px;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 5px 10px;
  border: 2px solid #f2f2f2;
  overflow: hidden;
}
#top_three_cities .top_thirty_item_container .city_details_box {
  overflow: hidden;
  transition: max-height ease-out 400ms;
  max-height: 0;
}
#top_three_cities .top_thirty_item_container .city_details_box > .city_details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  padding: 1.5rem;
}
#top_three_cities .top_thirty_item_container.active {
  border: 1px solid #004765;
}
#top_three_cities .top_thirty_item_container.active .city_details_box {
  max-height: 400px;
}
#top_three_cities .top_thirty_item_container.active .top_thirty_item {
  background-color: #004765;
  color: #fff;
}
#top_three_cities .top_thirty_item_container.active .top_thirty_item > * {
  color: #fff;
}
#top_three_cities .top_thirty_item_container .top_thirty_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  gap: 1.5rem;
  transition: all 300ms;
  cursor: pointer;
}
#top_three_cities .top_thirty_item_container .top_thirty_item > * {
  transition: color 300ms;
  color: var(--awb-color5, #014863);
}
#top_three_cities .top_thirty_item_container .top_thirty_item > .city_title {
  flex-grow: 1;
  font-weight: 500;
}
#top_three_cities .top_thirty_item_container .top_thirty_item .grow-arrow {
  color: #b9d2d9;
}
#top_three_cities .top_thirty_item_container .top_thirty_item .fa-chevron-down {
  transition: rotate 0.3s;
}
#top_three_cities .top_thirty_item_container .top_thirty_item > .rotate {
  rotate: 180deg;
}
#top_three_cities.top_thirty_cities {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
@keyframes opacity_animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 440px) {
  h5.city_title_resize {
    font-size: 10px !important;
  }
}

.single_city .info {
  cursor: pointer;
  z-index: 1000;
}
.single_city .info_text {
  position: absolute;
  font-size: 14px;
  z-index: 10;
  background: transparent;
  overflow: overlay;
  display: none;
  background: #b9d2d9;
  width: 50%;
}
.single_city_container {
  max-width: var(--site_width);
  margin: 5rem auto;
  padding-right: var(--container_padding_100_right, 30px);
  padding-left: var(--container_padding_100_left, 30px);
}
.single_city h1 {
  color: #014863;
}
.single_city button.fusion-button {
  background-color: #00a9b9;
}
.single_city_banner {
  position: relative;
  background-color: #014863;
  background-position: center;
}
.single_city_banner_back {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #00a9b9;
  color: #fff;
  padding: 12px 20px;
  border-radius: 20px 0 0 20px;
  display: inline-flex;
  gap: 15px;
  align-items: center;
  cursor: pointer;
  max-width: 54px;
  text-wrap: nowrap;
  overflow: hidden;
  transition: max-width 300ms ease-out;
}
.single_city_banner_back i {
  font-size: 1.5rem;
}
.single_city_banner_back:hover {
  color: #fff;
  max-width: 500px;
}
.single_city_banner_back > span {
  margin-right: 10px;
}
.single_city_banner .single_city_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  min-height: 480px;
  margin-top: 0;
  margin-bottom: 0;
}
.single_city_banner_title {
  display: flex;
  gap: 12px;
  align-items: baseline;
}
.single_city_banner_title a {
  font-size: 2.2rem;
  color: #fff;
}
.single_city_banner_title h1 {
  color: #fff;
  margin: 0 1rem 0 0;
}
.single_city_banner_local_name {
  width: fit-content;
  border-radius: 2rem;
  padding: 1rem 0.5rem;
  background-color: #fff;
  min-height: 100px;
  overflow: hidden;
}
.single_city_banner_local_name img {
  max-height: 160px;
}
.single_city_banner_contact {
  color: #fff;
  margin: 0;
}
.single_city_banner_contact a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
.single_city .sw-progress-bar {
  width: 100%;
  padding: 12px 20px;
  position: relative;
  border-radius: 0 25px 25px 0;
}
.single_city .sw-progress-bar.sw-marker {
  background-color: #f7f7f7;
}
.single_city .sw-progress-bar_ranking {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  border-radius: 0 25px 25px 0;
  z-index: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.single_city .sw-progress-bar_ranking::before {
  content: attr(data-percent);
  color: #fff;
  padding-right: 20px;
}
.single_city .sw-progress-bar > p {
  color: #fff;
  margin: 0;
  position: relative;
  display: inline;
  z-index: 2;
}
.single_city_overview {
  display: flex;
  gap: 2rem;
  max-width: var(--site_width);
  margin: auto;
}
.single_city_overview_bar {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.single_city_overview_cake {
  width: 550px;
}
.single_city_overview_cake > div {
  position: relative;
  width: fit-content;
  margin: auto;
}
.single_city_overview_cake svg > circle {
  fill: transparent;
  stroke-linecap: round;
  transform-origin: center;
}
.single_city_overview_cake_label {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: min-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single_city_overview_cake_label > * {
  margin: 0;
  color: #014863;
}
.single_city_tabs {
  margin-bottom: 2rem;
}
.single_city_tabs .city_info_taps {
  width: 100%;
  display: flex;
  padding: 0;
}
.single_city_tabs .city_info_tap {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 2px solid #004765;
  border-top: 2px solid #004765;
  padding: 20px 12px;
  position: relative;
  cursor: pointer;
  width: 25%;
  transition: all 300ms ease-in;
  background-color: #004765;
}
.single_city_tabs .city_info_tap h5 {
  transition: color 300ms ease-in;
  color: #fff;
  font-family: Roboto, Arial, Helvetica, sans-serif;
}
.single_city_tabs .city_info_tap:last-child.active {
  border-top-right-radius: 20px;
}
.single_city_tabs .city_info_tap:first-child {
  border-left: 2px solid #004765;
}
.single_city_tabs .city_info_tap:first-child.active {
  border-top-left-radius: 20px;
}
.single_city_tabs .city_info_tap.active {
  background-color: initial;
}
.single_city_tabs .city_info_tap.active h5 {
  color: #014863;
}
.single_city_tabs_detail {
  display: none;
  border: 2px solid #004765;
  border-radius: 0 0 20px 20px;
  padding: 2rem;
}
.single_city_tabs_detail > p {
  column-count: 2;
  column-gap: 2rem;
  margin-bottom: 2.5rem;
}
.single_city_tabs_detail.active {
  display: block;
}
.single_city_tabs_detail .fas {
  font-size: 3rem;
}
.single_city_tabs_detail .fas.fa-check-circle {
  color: #00c937;
}
.single_city_tabs_detail .fas.fa-times-circle {
  color: #e74444;
}
.single_city_tabs_detail .tab_unordered_list {
  display: flex;
  gap: 1rem;
  justify-content: space-evenly;
}
.single_city_tabs_detail .tab_unordered_list h2 {
  margin: 0;
}
.single_city_tabs_detail .tab_unordered_list_item {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.single_city_tabs_detail .tab_unordered_list_item p {
  margin: 0;
  font-size: 1.2rem;
}
.single_city_tabs_detail .tab_unordered_list_item .wheel {
  width: 130px;
  height: 130px;
  min-width: 130px;
  position: relative;
}
.single_city_tabs_detail .tab_unordered_list_item .wheel .wheel_label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single_city_tabs_detail .tab_unordered_list_item .hectares_value {
  color: #00a8df;
}
.single_city_tabs_detail .sw-progress-bar {
  margin-top: 1rem;
  font-weight: bold;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.single_city_comparer {
  background-color: #004665;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.single_city_comparer_inputs {
  display: flex;
  gap: 5rem;
  align-items: center;
  justify-content: space-evenly;
}
.single_city_comparer_inputs .wrapper-dropdown {
  border-radius: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.single_city_comparer_inputs .label {
  color: #fff;
}
.single_city_comparer .single_city_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.single_city_comparer .single_city_container > h1 {
  color: #fff;
  margin: 0;
}
.single_city .progress_wheel {
  transform: rotate(-90deg);
  fill: none;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-dasharray: 0 999;
  width: 100%;
  height: 100%;
}
.single_city .progress_wheel .animacion_cargar {
  transition: all 1s ease-in-out;
}
.single_city_carousel {
  --color-default-state: #ddd;
  --color-active-state: #1bb9ed;
  position: relative;
  width: 100%;
}
.single_city_carousel .carousel_track-container {
  overflow-x: hidden;
  width: 100%;
  height: 350px;
}
.single_city_carousel .carousel_track {
  position: absolute;
  width: inherit;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  flex-wrap: nowrap;
  display: flex;
  transform: translateX(-25%);
  animation-duration: 350ms;
}
.single_city_carousel .carousel_track.move_right {
  animation-name: move_right_effect;
}
.single_city_carousel .carousel_track.move_left {
  animation-name: move_left_effect;
}
@keyframes move_right_effect {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-25%);
  }
}
@keyframes move_left_effect {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(-25%);
  }
}
.single_city_carousel .carousel_slide,
.single_city_carousel .carousel_image {
  margin: 0;
  padding: 0;
}
.single_city_carousel .carousel_slide {
  text-align: center;
  transition: transform 350ms ease-out;
  min-width: 25%;
  display: inline-block;
}
.single_city_carousel .carousel_slide:hover {
  transform: scale(1.1);
  z-index: 1;
}
.single_city_carousel .carousel_slide img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  object-position: left center;
  border: none;
}
.single_city_carousel .carousel_title {
  font-size: 40px;
  color: #fff;
}
.single_city_carousel .carousel_btn,
.single_city_carousel .carousel_dot {
  z-index: 1;
  padding: 0;
  cursor: pointer;
  border: none;
}
.single_city_carousel .carousel_btn {
  position: absolute;
  top: 50%;
  background-color: transparent;
  transform: translateY(-50%);
  visibility: hidden;
}
.single_city_carousel .carousel_nav {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.single_city_iframe {
  width: 100%;
}

.image_modal {
  display: none;
  position: fixed;
  z-index: 1000000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  margin: auto;
  display: block;
  max-width: 80%;
  width: auto;
  max-height: 90%;
}

.modal-content {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
/* The Close Button */
.img-modal-closer {
  all: unset;
  position: fixed;
  top: 35px;
  right: 35px;
  color: #f1f1f1;
  font-size: 26px;
  font-weight: bold;
  transition: 0.3s;
}

.img-modal-closer:hover,
.img-modal-closer:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.map_container {
  position: relative !important;
}

.map_title {
  position: absolute;
  z-index: 9999;
}

.whitepaper.image_modal {
  background-color: rgba(255, 255, 255, 0.6);
  padding-top: 70px;
}
.whitepaper.image_modal .img-modal-closer {
  color: var(--awb-color5);
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #fff;
  padding: 7px;
  border-bottom-left-radius: 10px;
  border-left: 1px solid var(--awb-color5);
  border-bottom: 1px solid var(--awb-color5);
  font-size: 18px;
}
.whitepaper.image_modal .sw_modal_header {
  position: absolute;
  height: 20px;
  background-color: #fff;
  width: 100%;
}
.whitepaper.image_modal > .modal_content {
  border-radius: 15px;
  border: 1px solid var(--awb-color5);
  max-height: 95%;
  background-color: #fff;
  overflow: hidden;
  width: fit-content;
  margin: auto;
  position: relative;
}
.whitepaper.image_modal iframe {
  max-width: 717px;
  height: 800px;
  animation-name: unset;
  width: 92vw;
}

.insparation_searcher {
  display: flex;
  justify-content: flex-end;
  margin: 1.5rem 0 0;
}
.insparation_searcher input[type=search] {
  border: 1px solid #014863;
  width: 300px;
  border-radius: 1.2rem;
  padding: 0.8rem 1rem;
}
.insparation_searcher .col-sm-6 {
  padding: 0;
}

.whitepaper_description {
  margin: 1.7rem 0;
}

@media (max-width: 520px) {
  .insperation_taps {
    display: grid !important;
  }
}
.insperation_taps .col-sm-6 {
  padding: 0;
}
.insperation_taps.team-tabs:before {
  width: 100%;
  bottom: -2px;
  left: 0;
}
.insperation_taps .searcher_tab {

  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.insperation_taps .searcher_tab button {
  background-color: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 20px;
  color: var(--awb-color5);
}

.whitepapers_grid {
  --awb-color5: #014863;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 40px;
}
.whitepapers_grid_item {
  min-width: 420px;
  width: calc(33.33% - 0.6666666667rem);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 900px) {
  .whitepapers_grid_item {
    min-width: 100%;
  }
}
.whitepapers_grid_item img {
  height: 280px;
  object-fit: cover;
}
.whitepapers_grid_item .whitepapers_grid_item_title {
  margin: 0 0 1rem;
  color: var(--awb-color5);
}
.whitepapers_grid_item .whitepapers_grid_item_sub_title {
  margin: 0 0 1rem;
  color: var(--awb-color5);
  font-family: "Corbel";
}
.whitepapers_grid_item_content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 3rem 2rem 3rem;
}
.whitepapers_grid_item_text {
  flex-grow: 1;
  color: var(--awb-color5);
}
.whitepapers_grid_item button.fusion-button {
  padding-top: 8px;
  padding-bottom: 8px;
  width: 50%;
  background-color: #00bdd0;
  margin-top: 1rem;
}
@media (max-width: 900px) {
  .whitepapers_grid_item button.fusion-button {
    width: 100%;
  }
}

/* Partials */
.filter-basic {
  position: relative;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  gap: 24px;
}
.filter-basic__wrap {
  margin-bottom: 50px;
}
.filter-basic__select-wrap {
  min-width: 400px;
}
.filter-basic__items-wrap {
  flex: 10;
  display: inline-block;
}
.filter-basic__select {
  width: 100%;
  padding: 15px 25px;
  font-size: 16px;
  border-radius: 50pc;
  background-color: transparent;
  border: var(--white) 2px solid;
}
.filter-basic__select, .filter-basic__select::placeholder {
  color: var(--white);
}
.filter-basic__select::-webkit-calendar-picker-indicator {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgEAQAAACJ4248AAAAIGNIUk0AAHomAACAhAAA+gAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAAACYktHRAAAqo0jMgAAAAlwSFlzAAAAYAAAAGAA8GtCzwAAAAd0SU1FB+cKDRQcIld3VvMAAACvSURBVFjD7dS7DYQwDAZgG53CEKFhDNIxFTMwCKsgtkgDQzjNf8U19xCEgCLEyV8Z/fJDkUyk1MX4+wHoe0Jd5+nmPXPXRQYAsm7M/NGz+I14n699ztpK3RXHAoBzBGuPVV8W5nE8OYAIkTHH9guBuSy3EsXeUrk84pG2Pf4F83z1gkr9GcA5QASrRICmSamZdohg7fZVNIZQVSkldxyid9NENAyElSE4hFdGqRt5AkFNTaevMyrSAAAAAElFTkSuQmCC");
  width: 35px;
  border-width: thin;
  -webkit-appearance: none !important;
  appearance: none !important;
  font-size: 30px;
  position: relative;
  left: 15px;
}
.filter-basic__options {
  display: none !important;
}
.filter-basic__item {
  display: inline-block;
  background-color: #00a7e1;
  color: var(--white);
  position: relative;
  padding: 10px 15px;
  margin: 4px;
  border-radius: 100px;
}
.filter-basic__item span {
  padding-right: 28px;
}
.filter-basic__item-remove {
  background-color: transparent;
  color: var(--white);
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 100px;
  padding: 3px 6px;
  transition: background-color 0.23s ease-in;
  font-weight: bold;
  font-size: 15px;
}
.filter-basic__item-remove:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

/* Layouts */
#fusion-scroll-section-1 {
  max-height: calc(100vh - 112px - var(--adminbar-height));
}

.team-tabs {
  list-style: none;
  display: flex;
  position: relative;
  padding-left: 0;
}
.team-tabs:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #014963;
}
.team-tabs .col-sm-4 {
  padding: 0;
}
.team-tabs .item-head {
  flex-grow: 1;
  color: #014863;
  position: relative;
  padding: 20px 15px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 18px;
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .team-tabs .item-head {
    padding: 10px;
    letter-spacing: 0.5px;
    font-size: 16px;
  }
}
.team-tabs .item-head.active, .team-tabs .item-head:hover {
  background-color: #01a7e1;
  color: #fff;
}
.team-tabs .item-head.head0.active, .team-tabs .item-head.head0:hover {
  background-color: #01a7e1;
}
.team-tabs .item-head.head1.active, .team-tabs .item-head.head1:hover {
  background-color: #00b4c5;
}
.team-tabs .item-head.head2.active, .team-tabs .item-head.head2:hover {
  background-color: #00b39e;
}
.team-tabs input[type=radio] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.single-cta-team {
  padding-top: 12px;
}

.linear-block {
  position: relative;
  background-color: #00a6e0;
  height: 10px;
}
.linear-block:after, .linear-block:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00a6e0;
  z-index: 1;
}
.linear-block:after {
  right: -100%;
}
.linear-block:before {
  left: -100%;
}

.single-wrap-box {
  position: relative;
  background-color: #014864;
}
.single-wrap-box:after, .single-wrap-box:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #014864;
}
.single-wrap-box:after {
  right: -100%;
}
.single-wrap-box:before {
  left: -100%;
}

/**/
.team-content {
  column-count: 2;
  column-gap: 10px;
  padding-top: 4em;
  padding-bottom: 4em;
  color: #014864;
}
@media screen and (max-width: 767.98px) {
  .team-content {
    column-count: 1;
    column-gap: 0;
  }
}

.go-back-team {
  color: var(--white);
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  display: inline-block;
  cursor: pointer;
}
.go-back-team:hover {
  color: #00a7e1;
}
.go-back-team i {
  padding-right: 10px;
  font-size: 19px;
}

/**/
.team-item {
  border-top: 1px solid #014963;
  margin-top: 4em;
  padding-top: 15px;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 767.98px) {
  .team-item {
    margin-top: 2em;
  }
}
.team-item h6 {
  margin-top: 0;
  margin-bottom: 0;
  color: #014863 !important;
}
.team-item img {
  transition: all 0.2s ease-out;
  filter: grayscale(1);
}
.team-item:hover {
  transition: all 0.2s ease-out;
}
.team-item:hover img {
  transition: all 0.2s ease-out;
  border-radius: 20px;
  filter: unset;
}
.team-item .sub-position {
  color: #014863 !important;
  transition: all 0.2s ease-out;
  font-style: italic;
  width: 100%;
  display: block;
}
.team-item .sub-position_doble {
  color: #014863 !important;
  transition: all 0.2s ease-out;
  font-style: italic;
  width: 100%;
  display: block;
  height: 65px;
}
.team-item .sub-position_doble_t {
  height: 38px;
}
.team-item.tax16:hover {
  border-top: 1px solid #01a7e1;
}
.team-item.tax16:hover h6 {
  color: #01a7e1 !important;
}
.team-item.tax16:hover .sub-position {
  color: #01a7e1 !important;
}
.team-item.tax17:hover {
  border-top: 1px solid #00b4c5;
}
.team-item.tax17:hover h6 {
  color: #00b4c5 !important;
}
.team-item.tax17:hover .sub-position {
  color: #00b4c5 !important;
}
.team-item.tax18:hover {
  border-top: 1px solid #00b39e;
}
.team-item.tax18:hover h6 {
  color: #00b39e !important;
}
.team-item.tax18:hover .sub-position {
  color: #00b39e !important;
}

.news-filtered {
  padding-bottom: 5em;
}

@media (max-width: 490px) {
  .tab_resize_chmakers {
    display: grid !important;
  }
}

.hide {
  display: none;
}

.single-team #main {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
}
.single-team #main > .fusion-row {
  max-width: 100%;
}

/* Pages */
body.home #main {
  padding-top: 0;
}

/*Why transform*/
@media only screen and (max-width: 480px) {
  .contenedor {
    display: none!important;
  }
  .columna-responsive {
    width: 100%;
    padding: 10px;
    text-align: center;
    position: relative;
    cursor: pointer;
    background-position: center;
  }
  .seccion {    
    width: 100%!important;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    position: absolute!important;
    border-left: 1px solid #80a3b1;
    border-right: 1px solid #80a3b1;
    border-bottom: 1px solid #80a3b1;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    background: #fbfbfb;
  }
  /* .secciones-grid{
    height: 400px;
    max-height: 400px;
  } */
}

.contenedor {
  display: flex;
  justify-content: center;
}

.columna {
  padding: 10px;
  text-align: center;
  position: relative;
  cursor: pointer;
  background-position: center;
}

.columna-2 {
  padding: 10px;
  text-align: center;
  position: relative;
  cursor: pointer;
  background-position: center;
}

.columna-3 {
  padding: 10px;
  text-align: center;
  position: relative;
  cursor: pointer;
  background-position: center;
}

.columna-4 {
  padding: 10px;
  text-align: center;
  position: relative;
  cursor: pointer;
  background-position: center;
}

.columna img {
  width: 80px;
  height: auto;
}

.columna .texto {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px;
}

.seccion {
  color: black;
  padding: 9px;
  width: 25%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  position: relative;
  border-left: 1px solid #80a3b1;
  border-right: 1px solid #80a3b1;
  border-bottom: 1px solid #80a3b1;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  background: #fbfbfb;
}

.seccion.mostrar {
  opacity: 1;
  visibility: visible;
}

.secciones-grid {
  display: flex;
  justify-content: center;
  height: 520px;
  max-height: 520px;
}

.content-seccion {
  color: var(--awb-color5);
  padding: 20px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2px;
}

.grid-item {
  text-align: center;
}

.grid-item img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 480px) {
  .contenedor-section {
    display: none!important;
  }  
  .columna-section-1-responsive {
    width: 100%!important;        
    border-top-right-radius: 40px;    
    border-top-left-radius: 40px;
    background: #00a7b7!important;        
    padding: 10px;
    text-align: center;
    position: relative;    
    transition: background-color 0.3s ease;
  }
  .title-section-tab{
    font-size: 24px!important;
  }
  .dropdown-menu-section{
    display: initial;
    position: absolute;
    left: 30px;
    top: 17px;
  }
  .dropdown-menu-section-second{
    display: initial;
    position: absolute;
    left: 30px;
    top: 17px;
  }
  .conteiner-section-responsive{
    display: initial!important;
  }
  .conteiner-responsive{
    display: initial!important;
  }
}

  .conteiner-responsive{
    display: none;
  }

.conteiner-section-responsive{
  position: relative;
  display: none;
}

.menu-list {
  display: none;
  margin-top: 0;
  padding: 0;
  width: 200px;
}

.menu-list-second {
  display: none;
  margin-top: 0;
  padding: 0;
  width: 200px;
}

.menu-checkbox:checked ~ .menu-list {
  display: block;
}

.menu-checkbox-second:checked ~ .menu-list-second {
  display: block;
}

.menu-checkbox {
  display: none;
}

.menu-checkbox-second {
  display: none;
}

.menu-icon {
  box-sizing: border-box;
  display: inline-block;
  /* border: 1px solid black; */
  border-radius: 5px;
  width: 30px;
  /* height: 30px; */
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  user-select: none;
  cursor: pointer;
}

/* Style for the button when hovered */
/* .menu-icon:hover { */
  /* background: grey; */
/* } */

/* Style for the button when the menu is expanded */
/* .menu-checkbox:checked ~ .menu-icon {
  background: lightgrey;
} */

.menu-item-section {
  display: block;
  background: #00597c;
  margin: 0;
  padding: 10px;
  list-style: none;
  border-bottom: 1px solid white;
  cursor: pointer;
  color: white;
}

.menu-item-section-second {
  display: block;
  background: #00597c;
  margin: 0;
  padding: 10px;
  list-style: none;
  border-bottom: 1px solid white;
  cursor: pointer;
  color: white;
}

/* Style when the mouse hovers over each menu link */
.menu-item:hover {
  filter: brightness(110%);
}

.contenedor-section {
            display: flex;       
        }

        .columna-section-1 {
            width: 25%;            
            background: #e3e3e3;
            padding: 10px;
            text-align: center;
            position: relative;
            cursor: pointer;            
          border-top-left-radius: 40px;    
           transition: background-color 0.3s ease;
        }
        .columna-section-2 {
            width: 25%;            
            background: #d2d2d2;
            padding: 10px;
            text-align: center;
            position: relative;
            cursor: pointer;            
           transition: background-color 0.3s ease;
        }
      .columna-section-3 {
            width: 25%;            
            background: #e3e3e3;
            padding: 10px;
            text-align: center;
            position: relative;
            cursor: pointer;          
         transition: background-color 0.3s ease;
        }

.columna-section-4 {
  width: 25%;
  background: #d2d2d2;
  padding: 10px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border-top-right-radius: 40px;
  transition: background-color 0.9s ease;
}

.active-tab {
  background: #00a7b7 !important;
  transition: background-color 0.9s ease;
}

.seccion-tab {
  display: none;
  background-color: #fff;
  color: #00597c;
  padding: 20px 30px 30px 30px;
  margin: 0 0px;
  border: 1px solid #00a7b7;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  opacity: 1; /* Inicialmente, establece la opacidad en 0 */
  transition: opacity 0.3s ease;
}

.btn-section-first {
  background: #00a7b7;
  padding: 12px 30px;
  border-radius: 25px;
  text-decoration: none;
  color: white;
  margin-top: 30px;
}

.title-section-tab {
  font-size: 21px;
  font-weight: 500;
  padding: 0px;
  margin: 10px !important;
  color: white;
}

.title-section-tab-responsive {
  font-size: 21px;
  font-weight: 500;
  padding: 0px;
  margin: 10px !important;
  color: white;
}
@media (max-width: 1400px) {

  #top_three_cities .city_info_taps {
    height: 330px;
  }
}
@media (max-width: 930px) {
  #top_three_cities .city_info_taps {
    height: 418px;

  }
}
@media (max-width: 1040px) {
  .title-section-tab {
    font-size: 18px;
  }
}
@media (max-width: 700px) {
  .title-section-tab {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .title-section-tab {
    font-size: 10px;
    margin-top: 12px !important;
  }
}
@media (max-width: 430px) {
  .title-section-tab {
    font-size: 8px;
    margin-top: 12px !important;
  }
}
/* Cambia la opacidad a 1 cuando la sección está activa */
.seccion-tab.active {
  opacity: 1;
}

.contact_form abbr.fusion-form-element-required {
  text-decoration: none;
}

.fusion-form-form-wrapper .contact_form .fusion-form-field .fusion-form-checkbox label {
  padding-left: 1.5em;
}
.fusion-form-form-wrapper .contact_form .fusion-form-field .fusion-form-checkbox label::before {
  background-color: #eff0f2;
  height: 15px;
  min-width: 15px;
}

.fusion-form-form-wrapper .contact_form .fusion-form-field .fusion-form-checkbox input:checked + label:after {
  width: 8px;
  left: 4.5px;
}
.faq-item-head{
  height: auto !important;
}

.flexslider .slides img[width] {
  width: fit-content;
}
.hs-form-search-blog .fusion-search-field.search-field{
  display: flex;
  justify-content: flex-end;
  margin: 1.5rem 0 0;
}
.hs-wrapper-search form.hs-form-search-blog input.hs-input-search{
  border: 1px solid #014863;
  width: 300px;
  border-radius: 1.2rem;
  padding: 0.8rem 1rem;
}
div.hs-wrapper-search form.hs-form-search-blog{
  max-width: initial;
}
.report_description {
  margin: 1.7rem 0;
}

/* Header tabs */
.header-tabs .fusion-button {
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 18px;
}

.header-tabs .fusion-column-wrapper .fusion-align-block{
  flex-grow: 1;
}
.item-tab-content:not(.active){
  display: none !important;
}
.header-tabs .fusion-button.active{
  background-color: #00a7e1;
  color: #fff;
}
.header-tabs .fusion-button.active .fusion-button-text{
  color: #fff;
}

/* menu tabs */
.insperation_taps{
  display: none;
}
.menu-tabs ul {
  border-bottom: 3px solid #014963;
  font-weight: 600;
  display: flex;
  margin: 0;
}

.menu-tabs ul .menu-item {
  flex-grow: 1;
  font-size: 18px;
  list-style: none;
}
.menu-tabs ul .menu-item:hover,
.menu-tabs ul .current_page_item{
  background-color: #01A7E1;
}
.menu-tabs ul .menu-item a,
.menu-tabs ul .menu-item a:focus{
  color: #014863 !important;
  padding: 18px !important;
  display: block;
  text-align: center;
}
.menu-tabs ul .menu-item:hover a,
.menu-tabs ul .current_page_item a,
.menu-tabs ul .menu-item:hover a span,
.menu-tabs ul .current_page_item a span {
  color: #fff !important;
}
.menu-tabs ul .menu-item a span {
  display: inline;
}
/* end menu tabs */

@media screen and (min-width: 578px) {
  .header-tabs .fusion-button {
    padding: 20px 15px !important;
  }
  .header-tabs .fusion-column-wrapper {
    display: flex !important;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .header-tabs .fusion-column-wrapper .fusion-align-block:not(:last-child) .fusion-button{
    border: 0 !important;
  }
  .menu-tabs ul .menu-item{
    width: 100%;
  }
  .menu-tabs ul .menu-item {
    font-size: 15px;
  }
  .menu-tabs ul .menu-item a {
    padding: 10px;
  }
}

