@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.page-title, .header .header-home__title, .header-content__title {
  font-size: 6.25vw;
  font-weight: 300;
  /*@media (max-width: 767px) {
    font-size: px-to-vm(120, 1024);
  }*/
}
@media (min-width: 1920px) {
  .page-title, .header .header-home__title, .header-content__title {
    font-size: 7.5rem;
  }
}
@media (max-width: 1023px) {
  .page-title, .header .header-home__title, .header-content__title {
    font-size: 11.71875vw;
  }
}

.footer-title, .footer-text__text {
  font-size: 4.1666666667vw;
  font-weight: 300;
  /*@media (max-width: 767px) {
    font-size: px-to-vm(80, 576);
  }*/
}
@media (min-width: 1920px) {
  .footer-title, .footer-text__text {
    font-size: 5rem;
  }
}
@media (max-width: 1023px) {
  .footer-title, .footer-text__text {
    font-size: 7.8125vw;
  }
}

.footer-links, .footer-bottom__contact {
  font-size: 1.1458333333vw;
  font-weight: 300;
  line-height: 1.7727272727;
}
@media (min-width: 1920px) {
  .footer-links, .footer-bottom__contact {
    font-size: 1.375rem;
  }
}
@media (max-width: 1023px) {
  .footer-links, .footer-bottom__contact {
    font-size: 2.1484375vw;
  }
}
@media (max-width: 767px) {
  .footer-links, .footer-bottom__contact {
    font-size: 2.8645833333vw;
  }
}

.header-description, .about-content__text, .header .header-home__subtitle, .header-content__description,
.big-text,
.home-areas__list .list-areas {
  font-size: 1.6666666667vw;
  font-weight: 300;
}
@media (min-width: 1920px) {
  .header-description, .about-content__text, .header .header-home__subtitle, .header-content__description,
  .big-text,
  .home-areas__list .list-areas {
    font-size: 2rem;
  }
}
@media (max-width: 1023px) {
  .header-description, .about-content__text, .header .header-home__subtitle, .header-content__description,
  .big-text,
  .home-areas__list .list-areas {
    font-size: 3.125vw;
  }
}
@media (max-width: 767px) {
  .header-description, .about-content__text, .header .header-home__subtitle, .header-content__description,
  .big-text,
  .home-areas__list .list-areas {
    font-size: 4.1666666667vw;
  }
}

.section-title, .home-entorno__text .title, .footer-contact__text,
.number {
  font-size: 2.5vw;
  font-weight: 300;
}
@media (min-width: 1920px) {
  .section-title, .home-entorno__text .title, .footer-contact__text,
  .number {
    font-size: 3rem;
  }
}
@media (max-width: 1023px) {
  .section-title, .home-entorno__text .title, .footer-contact__text,
  .number {
    font-size: 4.6875vw;
  }
}
@media (max-width: 767px) {
  .section-title, .home-entorno__text .title, .footer-contact__text,
  .number {
    font-size: 8.3333333333vw;
  }
}

.medium-text, .home-entorno__text .text, .home-valores__item .text {
  font-size: 1.0416666667vw;
  font-weight: 300;
}
@media (min-width: 1920px) {
  .medium-text, .home-entorno__text .text, .home-valores__item .text {
    font-size: 1.25rem;
  }
}
@media (max-width: 1023px) {
  .medium-text, .home-entorno__text .text, .home-valores__item .text {
    font-size: 1.953125vw;
  }
}
@media (max-width: 767px) {
  .medium-text, .home-entorno__text .text, .home-valores__item .text {
    font-size: 3.4722222222vw;
  }
}

.small-text {
  font-size: 0.7291666667vw;
  font-weight: 300;
}
@media (min-width: 1920px) {
  .small-text {
    font-size: 0.875rem;
  }
}
@media (max-width: 1023px) {
  .small-text {
    font-size: 1.3671875vw;
  }
}
@media (max-width: 767px) {
  .small-text {
    font-size: 2.4305555556vw;
  }
}

*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

p:not(:last-child) {
  margin-bottom: 1em;
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 0.8333333333vw;
  font-weight: 300;
  scroll-behavior: smooth;
}
@media (min-width: 1920px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  body {
    font-size: 1.5625vw;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 2.7777777778vw;
  }
}
body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
}

a {
  text-decoration: none;
}

.wrapper {
  max-width: 1920px;
  margin-inline: auto;
}

.button {
  padding: 1.4583333333vw 2.0833333333vw;
  display: block;
  border: 1px solid #036;
  color: #036;
  text-transform: uppercase;
  letter-spacing: 0.165em;
  line-height: 1;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
@media (min-width: 1920px) {
  .button {
    padding: 28px 40px;
  }
}
.button:hover {
  color: #fff;
  background-color: #036;
}

.footer-contact {
  color: #036;
  padding-bottom: 8.2291666667vw;
}
@media (min-width: 1920px) {
  .footer-contact {
    padding-bottom: 158px;
  }
}
.footer-contact .wrapper {
  padding-inline: 7.03125vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (min-width: 1920px) {
  .footer-contact .wrapper {
    padding-inline: 135px;
  }
}
.footer-contact__text {
  line-height: 1;
  max-width: 20.3125vw;
}
@media (min-width: 1920px) {
  .footer-contact__text {
    max-width: 390px;
  }
}
.footer-contact__link {
  padding-bottom: 0.625vw;
}
@media (min-width: 1920px) {
  .footer-contact__link {
    padding-bottom: 12px;
  }
}

.header {
  background-color: #036;
  color: #fff;
}
.header-top {
  margin-bottom: 6.6145833333vw;
}
@media (min-width: 1920px) {
  .header-top {
    margin-bottom: 127px;
  }
}
.header-home .header-top {
  position: relative;
  z-index: 1;
  margin-bottom: 8.6458333333vw;
}
@media (min-width: 1920px) {
  .header-home .header-top {
    margin-bottom: 166px;
  }
}
.header-top .wrapper {
  padding-top: 1.9791666667vw;
  padding-left: 2.4479166667vw;
  padding-right: 6.5625vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 1920px) {
  .header-top .wrapper {
    padding-top: 38px;
    padding-left: 47px;
    padding-right: 126px;
  }
}
.header-home .header-top .wrapper {
  padding-left: 2.4479166667vw;
  padding-top: 1.9791666667vw;
}
@media (min-width: 1920px) {
  .header-home .header-top .wrapper {
    padding-left: 47px;
    padding-top: 38px;
  }
}
@media (max-width: 1200px) {
  .header-top.open {
    background-color: #036;
  }
}
.header-logo img {
  max-width: 16.0416666667vw;
}
@media (min-width: 1920px) {
  .header-logo img {
    max-width: 308px;
  }
}
@media (max-width: 767px) {
  .header-logo img {
    max-width: 40.1041666667vw;
  }
}
.header-menu {
  padding-top: calc(3.28125vw - 2.3958333333vw);
  display: flex;
  align-items: center;
  column-gap: 3.3854166667vw;
}
@media (min-width: 1920px) {
  .header-menu {
    padding-top: 17px;
    column-gap: 65px;
  }
}
@media (max-width: 1199px) {
  .header-menu {
    display: none;
  }
}
.header-home .header-menu {
  padding-top: calc(3.28125vw - 1.9791666667vw);
}
@media (min-width: 1920px) {
  .header-home .header-menu {
    padding-top: 25px;
  }
}
@media (min-width: 1200px) {
  .header-menu-mobile {
    display: none;
  }
}
.header-menu-mobile__icon {
  position: relative;
  height: 25px;
  width: 25px;
  cursor: pointer;
  z-index: 1;
}
.header-menu-mobile__icon .line {
  position: absolute;
  display: block;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #fff;
  border-radius: 1px;
  transition: transform 0.15s ease-in-out;
}
.header-menu-mobile__icon .line:first-child {
  transform: translateY(-5px);
}
.open .header-menu-mobile__icon .line:first-child {
  transform: translateY(0) rotate(45deg);
}
.header-menu-mobile__icon .line:last-child {
  transform: translateY(5px);
}
.open .header-menu-mobile__icon .line:last-child {
  transform: translateY(0) rotate(-45deg);
}
.header-menu__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 3.3854166667vw;
  text-transform: uppercase;
  letter-spacing: 0.225em;
}
@media (min-width: 1920px) {
  .header-menu__list {
    column-gap: 65px;
  }
}
.header-menu__list a {
  color: #fff;
  text-decoration: none;
  transition: font-weight 0.15s ease-in-out;
}
.header-menu__list a:hover {
  font-weight: bold;
}
.header-menu__list .current-menu-item a {
  font-weight: 700;
}
.header-content .wrapper {
  padding-inline: 7.03125vw;
}
@media (min-width: 1920px) {
  .header-content .wrapper {
    padding-inline: 135px;
  }
}
.header-content .container {
  padding-left: 1.40625vw;
  padding-bottom: 9.375vw;
  border-left: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 1920px) {
  .header-content .container {
    padding-left: 27px;
    padding-bottom: 180px;
  }
}
@media (max-width: 1023px) {
  .header-content .container {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .header-content .container {
    padding-left: 0;
    border-left: 0;
  }
}
.header-content__title {
  line-height: 1;
  max-width: 623px;
  width: 32.4479166667vw;
}
@media (max-width: 1023px) {
  .header-content__title {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header-content__title {
    padding-top: 13.0208333333vw;
  }
}
.header-content__description {
  padding-top: 15px;
  max-width: 668px;
  width: 34.7916666667vw;
  text-wrap: pretty;
}
@media (max-width: 1023px) {
  .header-content__description {
    max-width: 100%;
    width: 100%;
  }
}
.header.header-home {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.header .header-home__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
  background-color: #036;
  mix-blend-mode: multiply;
}
.header .header-home_content {
  position: relative;
  z-index: 1;
}
.header .header-home_content .wrapper {
  padding-inline: 7.03125vw;
}
@media (min-width: 1920px) {
  .header .header-home_content .wrapper {
    padding-inline: 135px;
  }
}
@media (max-width: 767px) {
  .header .header-home_content .wrapper {
    padding-top: 13.0208333333vw;
  }
}
.header .header-home_content .container {
  padding-left: 1.40625vw;
  padding-bottom: 5.2083333333vw;
  border-left: 1px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1920px) {
  .header .header-home_content .container {
    padding-left: 27px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .header .header-home_content .container {
    padding-left: 0;
    border-left: 0;
    padding-bottom: 19.53125vw;
  }
}
.header .header-home__title {
  line-height: 1;
  max-width: 880px;
  width: 45.8333333333vw;
  margin-top: -1.875vw;
  margin-bottom: 2.6041666667vw;
}
@media (min-width: 1920px) {
  .header .header-home__title {
    margin-top: -36px;
    margin-bottom: 50px;
  }
}
.header .header-home__subtitle {
  max-width: 668px;
  width: 34.7916666667vw;
  margin-bottom: 7.8125vw;
}
@media (min-width: 1920px) {
  .header .header-home__subtitle {
    margin-bottom: 150px;
  }
}
.header .header-home__link {
  display: block;
  padding: 1.4583333333vw 2.0833333333vw;
  text-transform: uppercase;
  letter-spacing: 0.165em;
  color: #fff;
  border: 1px solid #fff;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
@media (min-width: 1920px) {
  .header .header-home__link {
    padding: 28px 40px;
  }
}
.header .header-home__link:hover {
  background-color: #fff;
  color: #036;
}
.header-contact .wrapper {
  padding-left: 7.03125vw;
  padding-right: 7.2916666667vw;
}
@media (min-width: 1920px) {
  .header-contact .wrapper {
    padding-left: 135px;
    padding-right: 140px;
  }
}
@media (max-width: 767px) {
  .header-contact .wrapper {
    padding-bottom: 13.0208333333vw;
  }
}
.header-contact .container {
  padding-left: 1.40625vw;
  padding-bottom: 4.4791666667vw;
  border-left: 1px solid #fff;
}
@media (min-width: 1920px) {
  .header-contact .container {
    padding-left: 27px;
    padding-bottom: 86px;
  }
}
@media (max-width: 767px) {
  .header-contact .container {
    padding-left: 0;
    border-left: 0;
  }
}
.header-contact__title {
  padding-bottom: 3.59375vw;
}
@media (min-width: 1920px) {
  .header-contact__title {
    padding-bottom: 69px;
  }
}
@media (max-width: 767px) {
  .header-contact__title {
    padding-top: 13.0208333333vw;
  }
}
.header-contact__map {
  width: 100%;
  padding-left: 0.9895833333vw;
}
@media (min-width: 1920px) {
  .header-contact__map {
    padding-left: 19px;
  }
}
.header-contact__map img {
  width: 100%;
  height: auto;
}
.header-contact__map iframe {
  aspect-ratio: 1598/430;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .header-contact__map iframe {
    aspect-ratio: 744/529;
  }
}

.menu-mobile {
  display: none;
}
.menu-mobile.open {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #036;
  z-index: 1000;
  row-gap: 20px;
}
.menu-mobile.open a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  margin-bottom: 1em;
}
.menu-mobile__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 18px;
}
.menu-mobile__list .current-menu-item {
  font-weight: bold;
}

.wpml-ls-legacy-list-horizontal {
  padding: 0;
}

.wpml-ls-link {
  padding: 0;
  display: flex !important;
  width: 2.8645833333vw;
  height: 2.8645833333vw;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
@media (min-width: 1920px) or (max-width: 1023px) {
  .wpml-ls-link {
    width: 55px;
    height: 55px;
  }
}
.wpml-ls-link a:hover {
  background-color: #fff !important;
  color: #036 !important;
}

.footer {
  background-color: #036;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer .wrapper {
  padding-top: 5.5208333333vw;
  padding-bottom: 2.96875vw;
  padding-left: 4.0104166667vw;
  padding-right: 8.125vw;
}
@media (min-width: 1920px) {
  .footer .wrapper {
    padding-top: 106px;
    padding-bottom: 57px;
    padding-left: 77px;
    padding-right: 156px;
  }
}
@media (max-width: 767px) {
  .footer .wrapper {
    padding-top: 13.8020833333vw;
    padding-bottom: 7.421875vw;
    padding-left: 7.03125vw;
    padding-right: 7.03125vw;
  }
}
.footer-logo {
  margin-bottom: 2.1354166667vw;
}
@media (min-width: 1920px) {
  .footer-logo {
    margin-bottom: 41px;
  }
}
@media (max-width: 767px) {
  .footer-logo {
    margin-bottom: 5.3385416667vw;
    text-align: center;
  }
}
.footer-logo img {
  max-width: 10.8333333333vw;
}
@media (min-width: 1920px) {
  .footer-logo img {
    max-width: 208px;
  }
}
@media (max-width: 767px) {
  .footer-logo img {
    max-width: 104px;
  }
}
.footer-text {
  padding-left: calc(7.03125vw - 4.0104166667vw);
  margin-bottom: 2.1354166667vw;
}
@media (min-width: 1920px) {
  .footer-text {
    padding-left: 58px;
    margin-bottom: 41px;
  }
}
@media (max-width: 767px) {
  .footer-text {
    padding-left: 0vw;
    margin-bottom: 5.3385416667vw;
    text-align: center;
  }
}
.footer-text__text {
  padding-left: 1.09375vw;
  padding-bottom: 2.7083333333vw;
  border-left: 1px solid #fff;
  line-height: 100%;
}
@media (min-width: 1920px) {
  .footer-text__text {
    padding-left: 21px;
    padding-bottom: 52px;
  }
}
@media (max-width: 767px) {
  .footer-text__text {
    padding-left: 0vw;
    padding-bottom: 6.7708333333vw;
    border-left: none;
  }
}
.footer-bottom {
  padding-left: calc(7.03125vw - 4.0104166667vw);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (min-width: 1920px) {
  .footer-bottom {
    padding-left: 58px;
  }
}
.footer-bottom__contact {
  display: flex;
  flex-direction: column;
}
.footer-bottom__list {
  display: flex;
}
.footer-bottom__list li:not(:last-child)::after {
  display: inline-block;
  content: "|";
  margin-inline: 1em;
}

.home-areas .wrapper {
  padding-inline: 7.03125vw;
}
@media (min-width: 1920px) {
  .home-areas .wrapper {
    padding-inline: 135px;
  }
}
.home-areas .container {
  padding-top: 14.5833333333vw;
  padding-bottom: 9.8958333333vw;
  padding-left: 2.3958333333vw;
  border-left: 1px solid #036;
  display: flex;
  column-gap: 2.6041666667vw;
}
@media (min-width: 1920px) {
  .home-areas .container {
    padding-top: 280px;
    padding-bottom: 190px;
    padding-left: 46px;
    column-gap: 50px;
  }
}
@media (max-width: 767px) {
  .home-areas .container {
    flex-direction: column-reverse;
    align-items: center;
    padding-left: 0;
    border-left: 0;
  }
}
.home-areas__imagen {
  max-width: 934px;
  width: 48.6458333333vw;
  opacity: 0;
}
.home-areas__imagen.visible {
  animation: slideInUp 0.75s ease-in-out forwards;
}
@media (max-width: 767px) {
  .home-areas__imagen {
    width: 100%;
  }
}
.home-areas__imagen img {
  width: 100%;
  aspect-ratio: 934/650;
}
@keyframes slideInUp {
  from {
    transform: translateY(50%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.home-areas__list {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-areas__list .list-areas {
  padding-top: 1.9791666667vw;
  display: flex;
  flex-direction: column;
  gap: 3.0208333333vw;
  align-self: flex-start;
}
@media (min-width: 1920px) {
  .home-areas__list .list-areas {
    padding-top: 38px;
    gap: 58px;
  }
}
@media (max-width: 1023px) {
  .home-areas__list .list-areas {
    padding-top: 0.9765625vw;
    gap: 1.416015625vw;
  }
}
@media (max-width: 767px) {
  .home-areas__list .list-areas {
    padding-top: 1.7361111111vw;
    gap: 2.5173611111vw;
    align-items: center;
    margin-bottom: 2em;
  }
}
.home-areas__list .list-areas__item {
  position: relative;
  color: rgba(0, 51, 102, 0.2);
  cursor: pointer;
  opacity: 0;
  transition: color 0.15s ease-in-out, transform 0.25s ease-in-out;
}
.home-areas__list .list-areas__item:hover, .home-areas__list .list-areas__item.active {
  color: #036;
}
.home-areas__list .list-areas__item:hover {
  transform: scale(1.1) translateX(1.5rem);
}
.home-areas__list .list-areas__item.visible {
  animation: slide-from-right 0.75s ease-in-out forwards;
}
@keyframes slide-from-right {
  from {
    left: 100%;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
.home-areas__list .link-areas {
  align-self: flex-start;
}
@media (max-width: 767px) {
  .home-areas__list .link-areas {
    display: none;
    align-self: center;
  }
}
.home-areas .link-areas__mobile {
  display: none;
}
@media (max-width: 767px) {
  .home-areas .link-areas__mobile {
    display: block;
    align-self: center;
    text-align: center;
    margin-bottom: 3em;
  }
}
.home-areas .link-areas__mobile .button {
  display: inline;
}
.home-valores {
  background-color: #036;
  color: #fff;
}
.home-valores .wrapper {
  padding-inline: 7.03125vw;
  background: url("/wp-content/themes/deepbluesea/assets/images/bg-blue.webp") no-repeat center center;
  background-size: cover;
}
@media (min-width: 1920px) {
  .home-valores .wrapper {
    padding-inline: 135px;
  }
}
.home-valores .container {
  padding-left: 1.1458333333vw;
  padding-top: 12.6041666667vw;
  padding-bottom: 5.2083333333vw;
  border-left: 1px solid #fff;
}
@media (min-width: 1920px) {
  .home-valores .container {
    padding-left: 22px;
    padding-top: 242px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .home-valores .container {
    padding-left: 0;
    border-left: 0;
  }
}
.home-valores__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10.234375vw;
}
@media (min-width: 1920px) {
  .home-valores__list {
    gap: 196.5px;
  }
}
@media (max-width: 1023px) {
  .home-valores__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 19.189453125pxvw;
  }
}
@media (max-width: 767px) {
  .home-valores__list {
    grid-template-columns: 1fr;
    gap: 34.1145833333pxvw;
  }
}
.home-valores__item {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.home-valores__item.visible {
  opacity: 1;
}
.home-valores__item.visible:nth-child(2) {
  transition-delay: 0.25s;
}
.home-valores__item.visible:nth-child(3) {
  transition-delay: 0.5s;
}
.home-valores__item .icon {
  margin-bottom: 1.7708333333vw;
}
@media (min-width: 1920px) {
  .home-valores__item .icon {
    margin-bottom: 34px;
  }
}
@media (max-width: 1023px) {
  .home-valores__item .icon {
    margin-bottom: 3.3203125vw;
  }
}
@media (max-width: 767px) {
  .home-valores__item .icon {
    margin-bottom: 5.9027777778vw;
  }
}
.home-valores__item .icon img {
  max-height: 2.34375vw;
}
@media (min-width: 1920px) {
  .home-valores__item .icon img {
    max-height: 45px;
  }
}
@media (max-width: 1023px) {
  .home-valores__item .icon img {
    max-height: 4.39453125vw;
  }
}
@media (max-width: 767px) {
  .home-valores__item .icon img {
    max-height: 7.8125vw;
  }
}
.home-valores__item .title h3 {
  font-size: 1.7708333333vw;
  font-weight: 300;
  margin-bottom: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .home-valores__item .title h3 {
    font-size: 34px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  .home-valores__item .title h3 {
    font-size: 3.3203125vw;
  }
}
@media (max-width: 767px) {
  .home-valores__item .title h3 {
    font-size: 5.9027777778vw;
  }
}
.home-valores__item .text {
  text-wrap: balance;
}
.home-entorno {
  background-color: #036;
  color: #fff;
}
.home-entorno .wrapper {
  padding-top: 3.5416666667vw;
  padding-bottom: 6.875vw;
  padding-inline: 7.03125vw;
}
@media (min-width: 1920px) {
  .home-entorno .wrapper {
    padding-top: 68px;
    padding-bottom: 132px;
    padding-inline: 135px;
  }
}
.home-entorno__text {
  margin-bottom: 2.03125vw;
}
.home-entorno__text .title {
  margin-bottom: 1.09375vw;
}
.home-entorno__text .text {
  max-width: 450px;
  width: 23.4375vw;
  text-wrap: balance;
}
@media (max-width: 1023px) {
  .home-entorno__text .text {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .home-entorno__text .text {
    width: 100%;
  }
}
.home-entorno__slider .swiper-slide {
  width: auto; /* deja que el tamaño lo marque el contenido */
  display: inline-flex; /* ayuda a que el ancho dependa del contenido */
  align-items: center;
}
.home-entorno__slider .swiper-slide:not(:last-child) {
  margin-right: 0.9515625vw;
}
@media (min-width: 1920px) {
  .home-entorno__slider .swiper-slide:not(:last-child) {
    margin-right: 18.27px;
  }
}
.home-entorno__slider .swiper-slide img {
  max-height: 21.0869791667vw;
}
@media (min-width: 1920px) {
  .home-entorno__slider .swiper-slide img {
    max-height: 404.87px;
  }
}
@media (max-width: 1023px) {
  .home-entorno__slider .swiper-slide img {
    max-height: 39.5380859375vw;
  }
}
@media (max-width: 767px) {
  .home-entorno__slider .swiper-slide img {
    max-height: 70.2899305556vw;
  }
}
.home-entorno__slider .slider-navigation {
  display: flex;
  gap: 3.9333333333vw;
  margin-top: 2.0380208333vw;
}
@media (min-width: 1920px) {
  .home-entorno__slider .slider-navigation {
    gap: 37.76px;
    margin-top: 39.13px;
  }
}
.home-entorno__slider .slider-navigation .slider-prev svg {
  transform: rotate(180deg);
}
.home-entorno__slider .slider-navigation .slider-prev,
.home-entorno__slider .slider-navigation .slider-next {
  cursor: pointer;
}
.home-entorno__slider .slider-navigation .slider-prev svg,
.home-entorno__slider .slider-navigation .slider-next svg {
  max-height: 47px;
  height: 2.4479166667vw;
}
@media (max-width: 1023px) {
  .home-entorno__slider .slider-navigation .slider-prev svg,
  .home-entorno__slider .slider-navigation .slider-next svg {
    height: 4.58984375vw;
  }
}
@media (max-width: 767px) {
  .home-entorno__slider .slider-navigation .slider-prev svg,
  .home-entorno__slider .slider-navigation .slider-next svg {
    height: 8.1597222222vw;
  }
}
.home-entorno__slider .slider-navigation .slider-prev.swiper-button-disabled,
.home-entorno__slider .slider-navigation .slider-next.swiper-button-disabled {
  opacity: 0.2;
  cursor: default !important;
}
.home-colaboradores {
  color: #036;
}
.home-colaboradores .wrapper {
  padding-top: 6.9270833333vw;
  padding-bottom: 5.9375vw;
  padding-inline: 7.03125vw;
  display: flex;
  align-items: flex-start;
  gap: 2.6041666667vw;
}
@media (min-width: 1920px) {
  .home-colaboradores .wrapper {
    padding-top: 133px;
    padding-bottom: 114px;
    gap: 50px;
    padding-inline: 135px;
  }
}
@media (max-width: 767px) {
  .home-colaboradores .wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.home-colaboradores__title {
  padding-top: 0.9375vw;
}
@media (min-width: 1920px) {
  .home-colaboradores__title {
    padding-top: 18px;
  }
}
.home-colaboradores__list {
  display: flex;
  gap: 2.6041666667vw;
}
@media (min-width: 1920px) {
  .home-colaboradores__list {
    gap: 50px;
  }
}
.home-colaboradores__item:first-child img {
  max-height: 94px;
  height: 4.8958333333vw;
}
@media (max-width: 767px) {
  .home-colaboradores__item:first-child img {
    height: 9.0277777778vw;
  }
}
.home-colaboradores__item:not(:first-child) {
  padding-top: 0.9375vw;
}
@media (min-width: 1920px) {
  .home-colaboradores__item:not(:first-child) {
    padding-top: 18px;
  }
}
.home-colaboradores__item:not(:first-child) img {
  max-height: 100px;
  height: 5.2083333333vw;
}
@media (max-width: 767px) {
  .home-colaboradores__item:not(:first-child) img {
    height: 10.4166666667vw;
  }
}

.about-content {
  background: url("/wp-content/themes/deepbluesea/assets/images/bg-exp.webp") no-repeat center center;
  background-size: cover;
  color: #fff;
}
.about-content .wrapper {
  padding-inline: 7.03125vw;
  padding-bottom: 5.625vw;
}
@media (min-width: 1920px) {
  .about-content .wrapper {
    padding-inline: 135px;
    padding-bottom: 108px;
  }
}
.about-content .container {
  padding-top: 8.90625vw;
  padding-left: 2.1354166667vw;
  padding-bottom: 5.1041666667vw;
  border-left: 1px solid #fff;
}
@media (min-width: 1920px) {
  .about-content .container {
    padding-top: 171px;
    padding-left: 41px;
    padding-bottom: 98px;
  }
}
@media (max-width: 767px) {
  .about-content .container {
    padding-left: 0;
    border-left: 0;
  }
}
.about-content__header {
  padding-bottom: 4.4791666667vw;
}
@media (min-width: 1920px) {
  .about-content__header {
    padding-bottom: 86px;
  }
}
.about-content__blocks {
  padding-bottom: 6.25vw;
  padding-left: 0.6770833333vw;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 4.4270833333vw;
}
@media (min-width: 1920px) {
  .about-content__blocks {
    padding-bottom: 120px;
    padding-left: 13px;
    column-gap: 85px;
  }
}
@media (max-width: 1023px) {
  .about-content__blocks {
    grid-template-columns: repeat(2, 1fr);
    gap: 7.32421875vw;
  }
}
@media (max-width: 767px) {
  .about-content__blocks {
    grid-template-columns: 1fr;
    gap: 13.0208333333vw;
  }
}
.about-content__blocks h3 {
  padding-bottom: 0.8333333333vw;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 1920px) {
  .about-content__blocks h3 {
    padding-bottom: 16px;
  }
}
.about-content__blocks .text {
  line-height: 22/16;
  text-wrap: pretty;
}
.about-content__text {
  padding-left: 0.6770833333vw;
  max-width: 800px;
  width: 41.6666666667vw;
  line-height: 1;
  text-align: center;
  margin-inline: auto;
}
@media (min-width: 1920px) {
  .about-content__text {
    padding-left: 13px;
  }
}
@media (max-width: 1023px) {
  .about-content__text {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .about-content__text {
    padding-top: 2em;
    width: 100%;
  }
}
.about-content__block {
  opacity: 0;
  transform: translateY(10%);
  transition: all 1s ease-in-out;
}
.about-content__block.visible {
  opacity: 1;
  transform: translateY(0);
}
.about-content__block.visible:nth-child(2) {
  transition-delay: 0.25s;
}
.about-content__block.visible:nth-child(3) {
  transition-delay: 0.5s;
}
.about-content__block.visible:nth-child(4) {
  transition-delay: 0.75s;
}
.about-content__block.visible:nth-child(5) {
  transition-delay: 1s;
}
.about-content__block.visible:nth-child(6) {
  transition-delay: 1.25s;
}
.about-content__block.visible:nth-child(7) {
  transition-delay: 1.5s;
}
.about-content__block.visible:nth-child(8) {
  transition-delay: 1.75s;
}
.about-content__block.visible:nth-child(9) {
  transition-delay: 2s;
}
.about-content__block.visible:nth-child(10) {
  transition-delay: 2.25s;
}
.about-content__block.visible:nth-child(11) {
  transition-delay: 2.5s;
}
.about-content__block.visible:nth-child(12) {
  transition-delay: 2.75s;
}
.about-content__block.visible:nth-child(13) {
  transition-delay: 3s;
}
.about-content__block.visible:nth-child(14) {
  transition-delay: 3.25s;
}
.about-content__block.visible:nth-child(15) {
  transition-delay: 3.5s;
}
.about-content__block.visible:nth-child(16) {
  transition-delay: 3.75s;
}
.about-content__block.visible:nth-child(17) {
  transition-delay: 4s;
}
.about-content__block.visible:nth-child(18) {
  transition-delay: 4.25s;
}
.about-content__block.visible:nth-child(19) {
  transition-delay: 4.5s;
}
.about-content__block.visible:nth-child(20) {
  transition-delay: 4.75s;
}
.about-content__block.visible:nth-child(21) {
  transition-delay: 5s;
}
.about-content__block.visible:nth-child(22) {
  transition-delay: 5.25s;
}
.about-content__block.visible:nth-child(23) {
  transition-delay: 5.5s;
}
.about-content__block.visible:nth-child(24) {
  transition-delay: 5.75s;
}
.about-content__block.visible:nth-child(25) {
  transition-delay: 6s;
}
.about-content__block.visible:nth-child(26) {
  transition-delay: 6.25s;
}
.about-content__block.visible:nth-child(27) {
  transition-delay: 6.5s;
}
.about-content__block.visible:nth-child(28) {
  transition-delay: 6.75s;
}
.about-content__block.visible:nth-child(29) {
  transition-delay: 7s;
}
.about-content__block.visible:nth-child(30) {
  transition-delay: 7.25s;
}
.about-content__block.visible:nth-child(31) {
  transition-delay: 7.5s;
}
.about-content__block.visible:nth-child(32) {
  transition-delay: 7.75s;
}
.about-content__block.visible:nth-child(33) {
  transition-delay: 8s;
}
.about-content__block.visible:nth-child(34) {
  transition-delay: 8.25s;
}
.about-content__block.visible:nth-child(35) {
  transition-delay: 8.5s;
}
.about-content__block.visible:nth-child(36) {
  transition-delay: 8.75s;
}
.about-content__block.visible:nth-child(37) {
  transition-delay: 9s;
}
.about-content__block.visible:nth-child(38) {
  transition-delay: 9.25s;
}
.about-content__block.visible:nth-child(39) {
  transition-delay: 9.5s;
}
.about-content__block.visible:nth-child(40) {
  transition-delay: 9.75s;
}
.about-content__block.visible:nth-child(41) {
  transition-delay: 10s;
}
.about-content__block.visible:nth-child(42) {
  transition-delay: 10.25s;
}
.about-content__block.visible:nth-child(43) {
  transition-delay: 10.5s;
}
.about-content__block.visible:nth-child(44) {
  transition-delay: 10.75s;
}
.about-content__block.visible:nth-child(45) {
  transition-delay: 11s;
}
.about-content__block.visible:nth-child(46) {
  transition-delay: 11.25s;
}
.about-content__block.visible:nth-child(47) {
  transition-delay: 11.5s;
}
.about-content__block.visible:nth-child(48) {
  transition-delay: 11.75s;
}
.about-content__block.visible:nth-child(49) {
  transition-delay: 12s;
}
.about-content__block.visible:nth-child(50) {
  transition-delay: 12.25s;
}
.about-content__block.visible:nth-child(51) {
  transition-delay: 12.5s;
}
.about-content__block.visible:nth-child(52) {
  transition-delay: 12.75s;
}
.about-content__block.visible:nth-child(53) {
  transition-delay: 13s;
}
.about-content__block.visible:nth-child(54) {
  transition-delay: 13.25s;
}
.about-content__block.visible:nth-child(55) {
  transition-delay: 13.5s;
}
.about-content__block.visible:nth-child(56) {
  transition-delay: 13.75s;
}
.about-content__block.visible:nth-child(57) {
  transition-delay: 14s;
}
.about-content__block.visible:nth-child(58) {
  transition-delay: 14.25s;
}
.about-content__block.visible:nth-child(59) {
  transition-delay: 14.5s;
}
.about-content__block.visible:nth-child(60) {
  transition-delay: 14.75s;
}
.about-content__block.visible:nth-child(61) {
  transition-delay: 15s;
}
.about-content__block.visible:nth-child(62) {
  transition-delay: 15.25s;
}
.about-content__block.visible:nth-child(63) {
  transition-delay: 15.5s;
}
.about-content__block.visible:nth-child(64) {
  transition-delay: 15.75s;
}
.about-content__block.visible:nth-child(65) {
  transition-delay: 16s;
}
.about-content__block.visible:nth-child(66) {
  transition-delay: 16.25s;
}
.about-content__block.visible:nth-child(67) {
  transition-delay: 16.5s;
}
.about-content__block.visible:nth-child(68) {
  transition-delay: 16.75s;
}
.about-content__block.visible:nth-child(69) {
  transition-delay: 17s;
}
.about-content__block.visible:nth-child(70) {
  transition-delay: 17.25s;
}
.about-content__block.visible:nth-child(71) {
  transition-delay: 17.5s;
}
.about-content__block.visible:nth-child(72) {
  transition-delay: 17.75s;
}
.about-content__block.visible:nth-child(73) {
  transition-delay: 18s;
}
.about-content__block.visible:nth-child(74) {
  transition-delay: 18.25s;
}
.about-content__block.visible:nth-child(75) {
  transition-delay: 18.5s;
}
.about-content__block.visible:nth-child(76) {
  transition-delay: 18.75s;
}
.about-content__block.visible:nth-child(77) {
  transition-delay: 19s;
}
.about-content__block.visible:nth-child(78) {
  transition-delay: 19.25s;
}
.about-content__block.visible:nth-child(79) {
  transition-delay: 19.5s;
}
.about-content__block.visible:nth-child(80) {
  transition-delay: 19.75s;
}
.about-content__block.visible:nth-child(81) {
  transition-delay: 20s;
}
.about-content__block.visible:nth-child(82) {
  transition-delay: 20.25s;
}
.about-content__block.visible:nth-child(83) {
  transition-delay: 20.5s;
}
.about-content__block.visible:nth-child(84) {
  transition-delay: 20.75s;
}
.about-content__block.visible:nth-child(85) {
  transition-delay: 21s;
}
.about-content__block.visible:nth-child(86) {
  transition-delay: 21.25s;
}
.about-content__block.visible:nth-child(87) {
  transition-delay: 21.5s;
}
.about-content__block.visible:nth-child(88) {
  transition-delay: 21.75s;
}
.about-content__block.visible:nth-child(89) {
  transition-delay: 22s;
}
.about-content__block.visible:nth-child(90) {
  transition-delay: 22.25s;
}
.about-content__block.visible:nth-child(91) {
  transition-delay: 22.5s;
}
.about-content__block.visible:nth-child(92) {
  transition-delay: 22.75s;
}
.about-content__block.visible:nth-child(93) {
  transition-delay: 23s;
}
.about-content__block.visible:nth-child(94) {
  transition-delay: 23.25s;
}
.about-content__block.visible:nth-child(95) {
  transition-delay: 23.5s;
}
.about-content__block.visible:nth-child(96) {
  transition-delay: 23.75s;
}
.about-content__block.visible:nth-child(97) {
  transition-delay: 24s;
}
.about-content__block.visible:nth-child(98) {
  transition-delay: 24.25s;
}
.about-content__block.visible:nth-child(99) {
  transition-delay: 24.5s;
}
.about-content__block.visible:nth-child(100) {
  transition-delay: 24.75s;
}
.about-content__block.visible:nth-child(101) {
  transition-delay: 25s;
}
.about-slider .wrapper {
  padding-left: 7.03125vw;
  padding-bottom: 8.2166666667vw;
  padding-top: 9.0104166667vw;
}
@media (min-width: 1920px) {
  .about-slider .wrapper {
    padding-left: 135px;
    padding-bottom: 157.76px;
    padding-top: 173px;
  }
}
.about-slider .slider {
  padding-left: 1.09375vw;
  border-left: 1px solid #036;
}
@media (min-width: 1920px) {
  .about-slider .slider {
    padding-left: 21px;
  }
}
.about-slider .slider-navigation {
  display: flex;
  padding-left: 1.09375vw;
  padding-top: 2.7083333333vw;
  column-gap: 1.6666666667vw;
}
@media (min-width: 1920px) {
  .about-slider .slider-navigation {
    padding-left: 21px;
    padding-top: 52px;
    column-gap: 32px;
  }
}
.about-slider .slider-navigation svg path {
  stroke: #036;
}
.about-slider .slider-navigation .swiper-button-disabled {
  opacity: 0.3;
  cursor: default !important;
}
.about-slider .slider-prev svg {
  transform: rotate(180deg);
}
.about-slider .swiper-slide {
  width: auto;
}
.about-slider .swiper-slide img {
  max-height: 602px;
  height: 31.3541666667vw;
}

.know-timeline {
  color: #036;
}
.know-timeline .wrapper {
  padding-inline: 7.03125vw;
  padding-top: 4.375vw;
}
@media (min-width: 1920px) {
  .know-timeline .wrapper {
    padding-inline: 135px;
    padding-top: 84px;
  }
}
.know-timeline__header {
  margin-bottom: 4.375vw;
}
@media (min-width: 1920px) {
  .know-timeline__header {
    margin-bottom: 84px;
  }
}
.know-timeline__container {
  max-width: 1063px;
  width: 55.3645833333vw;
  margin-inline: auto;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 2.9166666667vw;
  padding-bottom: 2.2916666667vw;
}
@media (min-width: 1920px) {
  .know-timeline__container {
    padding-top: 56px;
    padding-bottom: 44px;
  }
}
@media (max-width: 1023px) {
  .know-timeline__container {
    width: 100%;
  }
}
.know-timeline__container .separator {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #036;
  transform: translateX(-50%);
}
.know-timeline__container .separator::before {
  content: "";
  position: absolute;
  top: -0.8333333333vw;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  background-color: #036;
  border-radius: 50%;
  left: -50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (min-width: 1920px) {
  .know-timeline__container .separator::before {
    top: -16px;
    width: 16px;
    height: 16px;
  }
}
.know-timeline__container .separator::after {
  content: "";
  position: absolute;
  bottom: -0.8333333333vw;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  background-color: #036;
  border-radius: 50%;
  left: -50%;
  transform: translateX(-50%) translateY(50%);
}
@media (min-width: 1920px) {
  .know-timeline__container .separator::after {
    bottom: -16px;
    width: 16px;
    height: 16px;
  }
}
.know-timeline .left {
  padding-top: 9.0625vw;
}
@media (min-width: 1920px) {
  .know-timeline .left {
    padding-top: 174px;
  }
}
.know-timeline__item {
  padding-left: 2.3958333333vw;
  padding-top: 0.4166666667vw;
  padding-bottom: 0.4166666667vw;
  position: relative;
  min-height: 18.2291666667vw;
  opacity: 0;
  transition: opacity 0.75s ease-in-out;
}
@media (min-width: 1920px) {
  .know-timeline__item {
    padding-left: 46px;
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 350px;
  }
}
.know-timeline__item.visible {
  opacity: 1;
}
.know-timeline__item::before {
  content: "";
  position: absolute;
  top: 0;
  width: 17.890625vw;
  height: 1px;
  background-color: #036;
}
@media (min-width: 1920px) {
  .know-timeline__item::before {
    width: 343.5px;
  }
}
.right .know-timeline__item::before {
  left: 0;
}
.left .know-timeline__item::before {
  right: 0;
}
.left .know-timeline__item {
  text-align: right;
  padding-right: 2.8645833333vw;
}
@media (min-width: 1920px) {
  .left .know-timeline__item {
    padding-right: 55px;
  }
}
.know-timeline__item-number {
  opacity: 0.3;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .know-timeline__item-number {
    font-size: 3.125vw;
  }
}
@media (max-width: 767px) {
  .know-timeline__item-number {
    font-size: 5.5555555556vw;
  }
}
.know-timeline__item-title {
  margin-bottom: 0.8854166667vw;
  font-weight: 400;
}
@media (min-width: 1920px) {
  .know-timeline__item-title {
    margin-bottom: 17px;
  }
}
@media (max-width: 1023px) {
  .know-timeline__item-title {
    font-size: 1.953125vw;
  }
}
@media (max-width: 767px) {
  .know-timeline__item-title {
    font-size: 3.125vw;
  }
}
.know-timeline__item-text {
  line-height: 1.6;
}
@media (max-width: 1023px) {
  .know-timeline__item-text {
    font-size: 1.5625vw;
  }
}
@media (max-width: 767px) {
  .know-timeline__item-text {
    font-size: 2.4305555556vw;
  }
}
.know-investigacion {
  color: #036;
}
.know-investigacion .wrapper {
  padding-top: 11.7708333333vw;
  padding-inline: 7.03125vw;
}
@media (min-width: 1920px) {
  .know-investigacion .wrapper {
    padding-top: 226px;
    padding-inline: 135px;
  }
}
.know-investigacion__header {
  margin-bottom: 3.3333333333vw;
}
@media (min-width: 1920px) {
  .know-investigacion__header {
    margin-bottom: 64px;
  }
}
.know-investigacion__header h2 {
  line-height: 1;
}
.know-investigacion__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.0416666667vw;
  padding-bottom: 12.0833333333vw;
}
@media (min-width: 1920px) {
  .know-investigacion__list {
    gap: 20px;
    padding-bottom: 232px;
  }
}
@media (max-width: 1023px) {
  .know-investigacion__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .know-investigacion__list {
    grid-template-columns: 1fr;
  }
}
.know-investigacion__item {
  aspect-ratio: 390/286;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #036;
  color: #fff;
  padding-top: 1.3020833333vw;
  padding-bottom: 2.4479166667vw;
  padding-inline: 1.40625vw;
  opacity: 0;
  transform: scale(0);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
@media (min-width: 1920px) {
  .know-investigacion__item {
    padding-top: 25px;
    padding-bottom: 47px;
    padding-inline: 27px;
  }
}
@media (max-width: 1023px) {
  .know-investigacion__item {
    padding-top: 2.44140625vw;
    padding-bottom: 4.58984375vw;
    padding-inline: 2.63671875vw;
  }
}
@media (max-width: 767px) {
  .know-investigacion__item {
    padding-top: 4.3402777778vw;
    padding-bottom: 8.1597222222vw;
    padding-inline: 4.6875vw;
  }
}
.know-investigacion__item.visible {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 767px) {
  .know-investigacion__item-text {
    font-size: 6.25vw;
  }
}
.know-id {
  position: relative;
  padding-top: 6.5364583333vw;
  padding-bottom: 4.6875vw;
  background-color: #036;
  color: #fff;
  margin-bottom: 5.9375vw;
  background: url("/wp-content/themes/deepbluesea/assets/images/bg-exp.webp") no-repeat center center;
  background-size: cover;
}
@media (min-width: 1920px) {
  .know-id {
    padding-top: 125.5px;
    padding-bottom: 90px;
    margin-bottom: 114px;
  }
}
.know-id__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #036;
  mix-blend-mode: multiply;
  z-index: 0;
}
.know-id .wrapper {
  position: relative;
  z-index: 1;
  padding-inline: 7.03125vw;
  display: flex;
  gap: 8.8541666667vw;
}
@media (min-width: 1920px) {
  .know-id .wrapper {
    padding-inline: 135px;
    gap: 170px;
  }
}
@media (max-width: 1023px) {
  .know-id .wrapper {
    flex-direction: column;
  }
}
.know-id .wrapper h2, .know-id .wrapper h3 {
  line-height: 1;
}
.know-id__description-title {
  max-width: 530px;
  width: 27.6041666667vw;
  margin-bottom: 1.25vw;
}
@media (min-width: 1920px) {
  .know-id__description-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) {
  .know-id__description-title {
    max-width: 100%;
    width: 100%;
  }
}
.know-id__description-text {
  max-width: 400px;
  width: 20.8333333333vw;
  text-wrap: pretty;
}
@media (max-width: 1023px) {
  .know-id__description-text {
    max-width: 100%;
    width: 100%;
  }
}
.know-id__list {
  display: flex;
  flex-direction: column;
  gap: 5.7291666667vw;
}
@media (min-width: 1920px) {
  .know-id__list {
    gap: 110px;
  }
}
.know-id__list-item {
  opacity: 0;
  transform: translateX(25%);
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
}
.know-id__list-item.visible {
  opacity: 1;
  transform: translateX(0);
}
.know-id__list-item .title {
  margin-bottom: 0.6770833333vw;
  font-weight: 400;
}
@media (min-width: 1920px) {
  .know-id__list-item .title {
    margin-bottom: 13px;
  }
}
.know-id__list-item ul {
  list-style: disc;
  margin-left: 1em;
}
.know-id__separator {
  margin-top: 4.6875vw;
}
@media (min-width: 1920px) {
  .know-id__separator {
    margin-top: 90px;
  }
}
.know-id__separator .separator {
  display: block;
  content: "";
  width: 100%;
  border-top: 1px solid #036;
}

.contact {
  background-color: #036;
  color: #fff;
}
.contact a {
  color: #fff;
}
.contact a:hover {
  text-decoration: underline;
}
.contact .big-text, .contact .home-areas__list .list-areas, .home-areas__list .contact .list-areas {
  line-height: 1;
}
.contact .wrapper {
  padding-left: 9.4270833333vw;
  padding-bottom: 24.21875vw;
  display: flex;
  gap: 8.8541666667vw;
}
@media (min-width: 1920px) {
  .contact .wrapper {
    padding-left: 181px;
    padding-bottom: 465px;
    gap: 170px;
  }
}
@media (max-width: 1023px) {
  .contact .wrapper {
    flex-direction: column;
    align-items: center;
    padding-inline: 7.03125vw;
  }
}
.contact-form {
  max-width: 624px;
  width: 32.5vw;
}
@media (max-width: 1023px) {
  .contact-form {
    width: 100%;
  }
}
.contact-form__title {
  margin-bottom: 1.5625vw;
}
@media (min-width: 1920px) {
  .contact-form__title {
    margin-bottom: 30px;
  }
}
.contact-form .form-group:not(:last-child) {
  margin-bottom: 0.9895833333vw;
}
@media (min-width: 1920px) {
  .contact-form .form-group:not(:last-child) {
    margin-bottom: 19px;
  }
}
@media (max-width: 1023px) {
  .contact-form .form-group:not(:last-child) {
    margin-bottom: 19px;
  }
}
.contact-form .form-control {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  width: 100%;
  padding-top: 0.9895833333vw;
  padding-bottom: 0.9895833333vw;
}
.contact-form .form-control::placeholder {
  color: #fff;
}
@media (min-width: 1920px) {
  .contact-form .form-control {
    padding-top: 19px;
    padding-bottom: 19px;
  }
}
@media (max-width: 1023px) {
  .contact-form .form-control {
    padding-top: 1.85546875vw;
    padding-bottom: 1.85546875vw;
  }
}
@media (max-width: 767px) {
  .contact-form .form-control {
    padding-top: 2.4771838331vw;
    padding-bottom: 2.4771838331vw;
  }
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel] {
  border: none !important;
  border-bottom: 1px solid #fff !important;
}
.contact-form textarea {
  padding-top: 1.40625vw;
  padding-bottom: 1.40625vw;
  padding-inline: 0.9895833333vw;
}
@media (min-width: 1920px) {
  .contact-form textarea {
    padding-top: 27px;
    padding-bottom: 27px;
  }
}
@media (max-width: 1023px) {
  .contact-form textarea {
    padding-top: 2.63671875vw;
    padding-bottom: 2.63671875vw;
    padding-inline: 1.85546875vw;
  }
}
@media (max-width: 767px) {
  .contact-form textarea {
    padding-top: 3.520208605vw;
    padding-bottom: 3.520208605vw;
    padding-inline: 2.4771838331vw;
  }
}
.contact-form .btn-enviar {
  border: 1px solid #fff;
  background-color: #fff;
  color: #036;
  max-width: 248px;
  width: 12.9166666667vw;
  aspect-ratio: 248/86;
  text-transform: uppercase;
  letter-spacing: 0.165em;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
@media (max-width: 1023px) {
  .contact-form .btn-enviar {
    width: 24.21875vw;
  }
}
@media (max-width: 1023px) {
  .contact-form .btn-enviar {
    width: 32.333767927vw;
  }
}
.contact-form .btn-enviar:not(:disabled):hover {
  cursor: pointer;
  background-color: transparent;
  color: #fff;
}
.contact-info {
  max-width: 641px;
  width: 33.3854166667vw;
}
@media (max-width: 1023px) {
  .contact-info {
    width: 100%;
  }
}
.contact-info__title {
  margin-bottom: 1.40625vw;
}
@media (min-width: 1920px) {
  .contact-info__title {
    margin-bottom: 27px;
  }
}
.contact-info__address {
  margin-bottom: 3.2291666667vw;
}
@media (min-width: 1920px) {
  .contact-info__address {
    margin-bottom: 62px;
  }
}
.contact-info__address .title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.2083333333vw;
}
@media (min-width: 1920px) {
  .contact-info__address .title {
    margin-bottom: 4px;
  }
}
@media (max-width: 1023px) {
  .contact-info__address .title {
    font-size: 2.34375vw;
    margin-bottom: 0.390625vw;
  }
}
@media (max-width: 767px) {
  .contact-info__address .title {
    font-size: 4.1666666667vw;
    margin-bottom: 0.6944444444vw;
  }
}
.contact-info__address .address {
  margin-bottom: 0.9375vw;
}
@media (min-width: 1920px) {
  .contact-info__address .address {
    margin-bottom: 18px;
  }
}
@media (max-width: 1023px) {
  .contact-info__address .address {
    font-size: 1.7578125vw;
    margin-bottom: 1.7578125vw;
  }
}
@media (max-width: 767px) {
  .contact-info__address .address {
    font-size: 3.125vw;
    margin-bottom: 3.125vw;
  }
}
.contact-info__address .link {
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.115em;
}
@media (max-width: 1023px) {
  .contact-info__address .link {
    font-size: 1.7578125vw;
  }
}
@media (max-width: 767px) {
  .contact-info__address .link {
    font-size: 3.125vw;
  }
}
.contact-info__address .link a {
  text-decoration: underline;
}
.contact-info__address .link a:hover {
  text-decoration: none;
}
.contact-info__contact {
  margin-bottom: 3.2291666667vw;
}
@media (min-width: 1920px) {
  .contact-info__contact {
    margin-bottom: 62px;
  }
}
@media (max-width: 1023px) {
  .contact-info__contact {
    margin-top: 6.0546875vw;
  }
}
@media (max-width: 767px) {
  .contact-info__contact {
    margin-top: 10.7638888889vw;
  }
}
.contact-info__contact .email {
  margin-top: 0.1041666667vw;
  line-height: 1.95;
}
@media (min-width: 1920px) {
  .contact-info__contact .email {
    margin-top: 2px;
  }
}
@media (max-width: 1023px) {
  .contact-info__contact .email {
    margin-top: 0.1953125vw;
  }
}
@media (max-width: 767px) {
  .contact-info__contact .email {
    margin-top: 0.3472222222vw;
  }
}
.contact-info__socials .title {
  line-height: 1;
  margin-bottom: 1.25vw;
}
@media (min-width: 1920px) {
  .contact-info__socials .title {
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) {
  .contact-info__socials .title {
    margin-bottom: 2.34375vw;
  }
}
@media (max-width: 767px) {
  .contact-info__socials .title {
    margin-bottom: 4.1666666667vw;
  }
}
.contact-info__socials .links {
  display: flex;
  gap: 0.8333333333vw;
  font-size: 0.9375vw;
  letter-spacing: 0.115em;
  text-transform: uppercase;
}
@media (min-width: 1920px) {
  .contact-info__socials .links {
    gap: 16px;
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .contact-info__socials .links {
    font-size: 1.7578125vw;
  }
}
@media (max-width: 767px) {
  .contact-info__socials .links {
    font-size: 3.125vw;
  }
}

.page-content {
  color: #036;
  padding-bottom: 5em;
}
.page-content .wrapper {
  padding-inline: 7.03125vw;
}
@media (min-width: 1920px) {
  .page-content .wrapper {
    padding-inline: 135px;
  }
}
.page-content h1 {
  margin-bottom: 1em;
}
.page-content strong, .page-content b {
  font-weight: 500;
}

.error404 {
  color: #036;
}
.error404 > .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 20vh;
  padding-bottom: 25vh;
}
