@charset "UTF-8";
/*
Theme Name: Veronica Costa
Theme URI: https://veronicacosta.com.ar/
Text Domain: palermo
Author: VO Design
Author URI: https://vodesign.com.ar/
Description: Veronica Costa
Version: 1.1

*/
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.image-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.image-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*
tr( duracion, propiedades, delay)
*/
/*
tre( duracion, propiedades, delay)
a diferencia de tr(), tre tiene un easign aplicado que hace la animacion mas natural
*/
/*
fade( x, y, defaulttransition, delay );
Añade transformacion x e y, y opacity 0 al elemento.
Se pueden pasar valores negativos, por ejemplo, para desplazar x hacia la izquierda
Tambien se puede pasar un porcentaje
defaulttransition aplica la variable $transition-default definida en _variables.scss
delay aplica un delay multiplicando el valor por $transition-default-delay para hacer aparecer los elementos de forma escalonada
*/
.in {
  --fade-opacity: 1;
  --fade-transform: translateX(0px) translateY(0px);
  --p100: 100%;
  --v1: 1;
  --p0: 0%;
  --v0: 0;
}

/*
fadein();
Aplica transformX(0px), transformY(0px) y opacity 1 para hacer aparecer el objecto
*/
/*
Se usa igual que fade, pero crea un loop para animar los elementos de forma ordenada
*/
/* Text Block Custom Style */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: -webkit-fill-available;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: clamp(16px, 13.6px + 0.004 * 100vw, 18px);
  color: #1A1A28;
  background: #1A1A28;
  scroll-behavior: smooth;
  font-weight: 300;
}
body img {
  max-width: 100%;
  height: auto;
}
body ul, body ol {
  padding: 15px 0;
}
body ul li {
  font-size: 16px;
  font-weight: 500;
  list-style-position: inside;
}
body ol li {
  list-style: decimal;
  list-style-position: inside;
  font-size: 16px;
  font-weight: 500;
}

body:not(.home) .site-content {
  overflow: hidden;
}

section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.hidden {
  display: none;
}

input[type=text],
input[type=email],
input[type=search],
input[type=submit],
textarea,
button {
  font-family: "Poppins", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

button {
  background-color: transparent;
}

select {
  font-family: "Poppins", sans-serif;
}

h1,
.h1,
.h1 p {
  font-size: 72px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 1050px) {
  h1,
  .h1,
  .h1 p {
    font-size: 64px;
  }
}
@media only screen and (max-width: 600px) {
  h1,
  .h1,
  .h1 p {
    font-size: 40px;
  }
}

h2,
.h2,
.h2 p {
  font-size: 48px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-family: "Merriweather", serif;
}
@media only screen and (max-width: 1050px) {
  h2,
  .h2,
  .h2 p {
    font-size: 40px;
  }
}
@media only screen and (max-width: 600px) {
  h2,
  .h2,
  .h2 p {
    font-size: 36px;
  }
}

h3,
.h3,
.h3 p {
  font-size: 36px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 1050px) {
  h3,
  .h3,
  .h3 p {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  h3,
  .h3,
  .h3 p {
    font-size: 28px;
  }
}

h4,
.h4,
.h4 p {
  font-size: 26px;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 1050px) {
  h4,
  .h4,
  .h4 p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  h4,
  .h4,
  .h4 p {
    font-size: 24px;
  }
}

h5,
.h5,
.h5 p {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 1050px) {
  h5,
  .h5,
  .h5 p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  h5,
  .h5,
  .h5 p {
    font-size: 16px;
  }
}

h6,
.h6,
.h6 p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 1050px) {
  h6,
  .h6,
  .h6 p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  h6,
  .h6,
  .h6 p {
    font-size: 16px;
  }
}

article a:not(.button):not(.site-logo) {
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
article a:not(.button):not(.site-logo):hover {
  -webkit-filter: invert(1);
          filter: invert(1);
}

b,
strong,
strong * {
  font-weight: 600;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
}

.centerDiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.iframe-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tagline {
  text-transform: uppercase;
  font-size: 18px;
  color: #8B8B8B;
  margin-bottom: 15px;
  letter-spacing: 4px;
  font-weight: 300;
}

.button {
  cursor: pointer;
  height: 50px;
  padding: 0 30px;
  background: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 30px;
  position: relative;
  color: #ffffff;
  overflow: hidden;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  border-radius: 10px;
  gap: 10px;
}
.button svg {
  width: 30px;
}
@media only screen and (max-width: 768px) {
  .button {
    font-size: 16px;
    line-height: 1.32;
    padding: 20px 30px;
    text-align: center;
  }
}
.button__text {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  color: #1A1A28;
}
@media only screen and (max-width: 768px) {
  .button__text {
    width: 100%;
  }
}
.button:hover {
  background-color: #0eb2b8;
}
.button:hover .button__text {
  color: #ffffff;
}
.button.button--white {
  background-color: #ffffff;
  color: #1A1A28;
}
.button.button--white:hover {
  background: #000;
  color: #ffffff;
}

.contacto {
  background-color: #0eb2b8;
  padding: 60px 0;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .contacto {
    padding: 40px 0;
  }
}
.contacto .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacto .tagline {
  color: #ffffff;
}
.contacto .formcontainer {
  margin-top: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contacto .formcontainer h2 {
  text-align: center;
}
.contacto .formcontainer .button {
  font-weight: 700;
  text-align: center;
}
.contacto .formcontainer .wpcf7-form {
  display: -ms-grid;
  display: grid;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  .contacto .formcontainer .wpcf7-form {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.contacto .formcontainer .wpcf7-form .form-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .contacto .formcontainer .wpcf7-form .form-column.double {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
.contacto .formcontainer .wpcf7-form .form-column.double.right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.contacto .formcontainer .wpcf7-form .form-column.double.right p {
  text-align: right;
}
.contacto .formcontainer .wpcf7-form .wpcf7-response-output {
  padding-top: 0;
  margin-top: 0;
}
.contacto .formcontainer .wpcf7-form .form-control {
  display: block;
  width: 100%;
  padding: 12px;
  color: #1A1A28;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  border-radius: 0px;
}
.contacto .formcontainer .wpcf7-form .form-control::-webkit-input-placeholder {
  color: #0eb2b8;
  opacity: 0.75;
}
.contacto .formcontainer .wpcf7-form .form-control::-moz-placeholder {
  color: #0eb2b8;
  opacity: 0.75;
}
.contacto .formcontainer .wpcf7-form .form-control:-ms-input-placeholder {
  color: #0eb2b8;
  opacity: 0.75;
}
.contacto .formcontainer .wpcf7-form .form-control::-ms-input-placeholder {
  color: #0eb2b8;
  opacity: 0.75;
}
.contacto .formcontainer .wpcf7-form .form-control::placeholder {
  color: #0eb2b8;
  opacity: 0.75;
}
.contacto .formcontainer .wpcf7-form .form-control:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: inset 4px -4px 4px 0 rgba(0, 0, 0, 0.35);
          box-shadow: inset 4px -4px 4px 0 rgba(0, 0, 0, 0.35);
}
.contacto .formcontainer .wpcf7-form .form-control:focus::-webkit-input-placeholder {
  color: #000;
}
.contacto .formcontainer .wpcf7-form .form-control:focus::-moz-placeholder {
  color: #000;
}
.contacto .formcontainer .wpcf7-form .form-control:focus:-ms-input-placeholder {
  color: #000;
}
.contacto .formcontainer .wpcf7-form .form-control:focus::-ms-input-placeholder {
  color: #000;
}
.contacto .formcontainer .wpcf7-form .form-control:focus::placeholder {
  color: #000;
}
.contacto .formcontainer .wpcf7-form .wpcf7-spinner {
  position: absolute;
  left: 0;
  margin: 0 0;
}

.hero--home {
  margin-top: 68px;
  position: relative;
  overflow: hidden;
}
.hero--home .swiper-slide {
  position: relative;
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 768px) {
  .hero--home .swiper-slide {
    aspect-ratio: 4/3;
    min-height: 450px;
  }
}
.hero--home .swiper-slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero--home .swiper-slide .swiper-caption {
  position: relative;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.25)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.25));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 60px 0;
}
@media only screen and (max-width: 768px) {
  .hero--home .swiper-slide .swiper-caption {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hero--home .swiper-slide .swiper-caption h1 {
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.6s ease 0.5s;
  transition: all 0.6s ease 0.5s;
  text-align: center;
  font-family: "Merriweather", serif;
}
.hero--home .swiper-slide.swiper-slide-active .swiper-caption h1 {
  opacity: 1;
}
.hero--home .swiper-button-prev,
.hero--home .swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  z-index: 5;
  display: block;
  max-width: 0 50px;
  cursor: pointer;
  left: 30px;
}
@media only screen and (max-width: 768px) {
  .hero--home .swiper-button-prev,
  .hero--home .swiper-button-next {
    left: 0;
    width: 20px;
  }
  .hero--home .swiper-button-prev svg,
  .hero--home .swiper-button-next svg {
    width: 20px;
  }
}
.hero--home .swiper-button-next {
  left: auto;
  right: 30px;
}
@media only screen and (max-width: 768px) {
  .hero--home .swiper-button-next {
    right: 0;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-bottom: 0px;
  z-index: 10;
  background-color: #1A1A28;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
  padding: 15px 0;
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media only screen and (max-width: 768px) {
  .header {
    padding-bottom: 0px;
  }
}
.header .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -ms-flex-direction: row;
      flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .header .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 15px;
  }
}
.header .site-logo {
  max-width: 400px;
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media only screen and (max-width: 768px) {
  .header .site-logo {
    width: 280px;
  }
}
.header .site-logo img {
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.header .site-logo:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(90%) sepia(18%) saturate(5475%) hue-rotate(360deg) brightness(103%) contrast(92%);
          filter: brightness(0) saturate(100%) invert(90%) sepia(18%) saturate(5475%) hue-rotate(360deg) brightness(103%) contrast(92%);
}
.header .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -ms-flex-direction: row;
      flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media only screen and (max-width: 1050px) {
  .header .navbar {
    background-color: #1A1A28;
    position: fixed;
    top: 95px;
    left: calc(100% + 10px);
    width: 100%;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    padding-bottom: 50px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 1050px) {
  .header .navbar-toggler {
    display: none;
  }
}
.header .navbar-collapse .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 15px;
  list-style: none;
}
@media only screen and (min-width: 1050px) {
  .header .navbar-collapse .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
    padding-right: 20px;
  }
}
.header .navbar-collapse .navbar-nav li {
  list-style: none;
}
.header .navbar-collapse .navbar-nav a {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 16px;
  text-decoration: none;
}
.header .navbar-collapse .navbar-nav a:hover, .header .navbar-collapse .navbar-nav a.js-active {
  color: #f4d10b;
  -webkit-filter: none;
          filter: none;
}
.scrolled .header {
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.scrolled .header .site-logo {
  width: 250px;
}
@media only screen and (max-width: 1050px) {
  .scrolled .header .site-logo {
    width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .scrolled .header .site-logo {
    width: 200px;
  }
}
.menuopen .header .navbar {
  left: 0;
  padding: 30px;
}

@media only screen and (max-width: 1050px) {
  .responsive__btn {
    width: 24px;
    height: 20px;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer;
  }
  .responsive__btn span {
    display: block;
    height: 2px;
    border-radius: 5px;
    background: #ffffff;
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  body:not(.home) .responsive__btn span {
    background: #0eb2b8;
  }
  .menuopen .responsive__btn span {
    background: #0eb2b8 !important;
  }
  .menuopen .responsive__btn span:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  .menuopen .responsive__btn span:nth-child(2) {
    -webkit-transform: translateY(-1px) rotate(-45deg);
            transform: translateY(-1px) rotate(-45deg);
  }
  .menuopen .responsive__btn span:nth-child(3) {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
.scrolled .responsive__btn span {
  background: #1A1A28;
}

.site-footer {
  background: #212121;
  color: #ffffff;
}
.site-footer__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 900px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  margin: 0 auto;
  gap: 30px;
}
.site-footer__column .site-logo {
  width: 266px;
  display: block;
  position: relative;
}
.site-footer__column .site-logo img {
  position: relative;
  z-index: 1;
}
.site-footer__column .copyright {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
}
.site-footer__column .copyright a {
  color: #ffffff;
}
.site-footer__column .copyright a:hover {
  color: #f4d10b;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  text-decoration: none;
}
.socials a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.error-404 {
  min-height: calc(100vh - 293px);
  padding-top: 160px;
}
@media only screen and (max-width: 1050px) {
  .error-404 {
    min-height: calc(100vh - 505px);
  }
}
@media only screen and (max-width: 600px) {
  .error-404 {
    min-height: calc(100vh - 490px);
  }
}

.js-go-top {
  width: 40px;
  height: 40px;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: fixed;
  bottom: 0;
  right: 40px;
  cursor: pointer;
  z-index: 99;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.js-go-top svg, .js-go-top path, .js-go-top rect {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.js-go-top svg rect {
  fill: #0eb2b8;
}
.js-go-top svg path {
  fill: #ffffff;
}
.js-go-top:hover svg rect {
  fill: #f60;
}
.js-go-top:hover svg path {
  fill: #ffffff;
}
.scrolled .js-go-top {
  opacity: 0.75;
}

/*!
 * Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("webfonts/fa-brands-400.woff2") format("woff2"), url("webfonts/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-square-instagram:before {
  content: "\e055";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-square-twitter:before {
  content: "\f081";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-square-youtube:before {
  content: "\f431";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-square-vimeo:before {
  content: "\f194";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-square-pinterest:before {
  content: "\f0d3";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-square-facebook:before {
  content: "\f082";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-square-whatsapp:before {
  content: "\f40c";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

/**
 * Swiper 9.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 13, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.default_block {
  opacity: var(--fade-opacity, 0);
  -webkit-transform: var(--fade-transform, translateX(0) translateY(100px));
          transform: var(--fade-transform, translateX(0) translateY(100px));
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.default_block h2 {
  margin-bottom: 30px;
}
.default_block h1,
.default_block h2,
.default_block h3,
.default_block h4 {
  color: #ffffff;
}
.default_block h2,
.default_block h3,
.default_block h4,
.default_block h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #ffffff;
  text-transform: none;
}
.default_block h2 {
  font-size: clamp(28px, 14.8px + 0.022 * 100vw, 40px);
}
.default_block h3 {
  font-size: clamp(24px, 15px + 0.015 * 100vw, 32px);
}
.default_block h4 {
  font-size: clamp(20px, 11px + 0.015 * 100vw, 28px);
}
.default_block h5 {
  font-size: clamp(18px, 13.8px + 0.007 * 100vw, 22px);
}
.default_block p {
  color: #ffffff;
}
.default_block p a {
  color: #0eb2b8;
  text-decoration: underline;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.default_block p a:hover {
  font-weight: 700;
}
.default_block.paragraph {
  margin-bottom: 30px;
}
.default_block.paragraph p {
  max-width: 1240px;
  font-size: clamp(16px, 13px + 0.005 * 100vw, 19px);
  color: #ffffff;
  line-height: 1.5;
  margin-bottom: 25px;
}
.default_block.paragraph p.has-large-font-size {
  font-size: clamp(17px, 5px + 0.02 * 100vw, 28px) !important;
  line-height: 170%;
  color: #ffffff;
}
.default_block:last-child {
  padding-bottom: clamp(50px, -37px + 0.145 * 100vw, 130px);
}
.default_block .default_block > * {
  margin-left: 0;
}
.default_block .container {
  padding: 0;
}
.default_block.list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.default_block.list ol,
.default_block.list ul {
  margin-left: 25px;
  margin-bottom: 15px;
  margin-top: clamp(15px, 4.2px + 0.018 * 100vw, 25px);
}
.default_block.list li {
  list-style: unset;
  color: #666F77;
}
@media only screen and (max-width: 1050px) {
  .default_block.list li {
    line-height: 1.58;
  }
}
.default_block.list blockquote {
  font-weight: 700;
  padding-left: 20px;
  font-style: italic;
  border-left: 3px solid;
  margin-top: 20px;
}
.default_block.list h1 {
  font-size: clamp(23px, 8.6px + 0.024 * 100vw, 36px);
  margin-top: 30px;
  font-weight: 900;
}
.default_block.list h2 {
  font-size: clamp(22px, 15.4px + 0.011 * 100vw, 28px);
  margin-top: 25px;
}
.default_block.list h3 {
  font-size: clamp(20px, 15.8px + 0.007 * 100vw, 24px);
  margin-top: 23px;
}
.default_block.list h4 {
  font-size: clamp(18px, 15.6px + 0.004 * 100vw, 20px);
  margin-top: 20px;
}
.default_block.list h5 {
  font-size: clamp(16px, 13.6px + 0.004 * 100vw, 18px);
  margin-top: 15px;
}
.default_block.list h6 {
  font-size: clamp(16px, 13.6px + 0.004 * 100vw, 18px);
  margin-top: 12px;
}
.default_block.list ul,
.default_block.list ol {
  max-width: 988px;
}
.default_block.list ul li,
.default_block.list ol li,
.default_block.list p {
  font-size: clamp(16px, 13px + 0.005 * 100vw, 19px);
  color: #666F77;
  line-height: 1.5;
  margin-bottom: 25px;
}
.default_block .aligncenter {
  margin: 0 auto;
}
.default_block .aligncenter + .aligncenter {
  margin-top: 30px;
}
.default_block .alignright {
  float: right;
}
.default_block ul {
  margin-top: 30px;
  margin-bottom: 30px;
}
.default_block + .block-section-label {
  margin-top: clamp(30px, -46.2px + 0.127 * 100vw, 100px);
}
.default_block + section {
  margin-top: 50px;
}

section + .default_block {
  padding-top: 60px;
}

.pre-somos {
  position: relative;
  overflow: hidden;
  padding: 60px 0;
  color: #ffffff;
  background-color: #0eb2b8;
}
@media only screen and (max-width: 768px) {
  .pre-somos {
    padding: 40px 0;
  }
}
.pre-somos .tagline {
  color: #ffffff;
}
.pre-somos h2 {
  font-weight: 900;
  line-height: 1.15;
}
.pre-somos .somos-contenido {
  margin-top: 25px;
  font-size: 20px;
}
.pre-somos .somos-contenido ul li {
  font-size: 20px;
}

.quienes-somos {
  position: relative;
  overflow: hidden;
}
.quienes-somos .fondo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.quienes-somos .fondo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .quienes-somos .fondo {
    position: relative;
    aspect-ratio: 1;
  }
}
.quienes-somos .container {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .quienes-somos .container {
    padding: 0;
  }
}
.quienes-somos .content {
  position: relative;
  padding: 50px 30px;
  padding-left: 0;
  background-color: #ffffff;
  margin: 0px 0 0;
  max-width: 35%;
}
@media only screen and (max-width: 768px) {
  .quienes-somos .content {
    max-width: none;
    width: 100%;
    padding: 30px;
  }
}
.quienes-somos .content::before {
  position: absolute;
  right: 100%;
  top: 0;
  width: 50vw;
  height: 100%;
  background-color: #ffffff;
  content: "";
}
.quienes-somos .content::after {
  position: absolute;
  left: 100%;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #ffffff;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  content: "";
}
@media only screen and (max-width: 768px) {
  .quienes-somos .content::after {
    display: none;
  }
}
.quienes-somos .content h2 {
  font-weight: 900;
}
.quienes-somos .content .contenido {
  line-height: 1.5;
  margin-top: 25px;
}
.quienes-somos .content .button {
  margin-top: 30px;
}
.quienes-somos.right .container {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.quienes-somos.right .content {
  padding-left: 30px;
  padding-right: 0;
}
@media only screen and (max-width: 768px) {
  .quienes-somos.right .content {
    width: 100%;
    padding: 30px;
  }
}
.quienes-somos.right .content::before {
  right: auto;
  left: 100%;
}
.quienes-somos.right .content::after {
  left: auto;
  position: absolute;
  right: 100%;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  content: "";
}

.servicios {
  padding: 60px 0;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .servicios {
    padding: 40px 0;
  }
}
.servicios .tagline {
  color: #0eb2b8;
}
.servicios h2.titulo {
  font-weight: 900;
}

.servicio {
  position: relative;
  overflow: hidden;
}
.servicio .fondo {
  position: absolute;
  left: 50%;
  top: 0;
  width: 50%;
  height: 100%;
}
.servicio .fondo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .servicio .fondo {
    position: relative;
    left: 0;
    width: 100%;
    aspect-ratio: 1;
  }
}
.servicio .fondo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 3;
}
.servicio .container {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .servicio .container {
    padding: 0 0;
  }
}
.servicio .content {
  position: relative;
  padding: 50px 30px;
  padding-left: 0;
  margin: 0px 0 0;
  max-width: 50%;
}
@media only screen and (max-width: 768px) {
  .servicio .content {
    max-width: none;
    padding: 30px;
  }
}
.servicio .content::before {
  position: absolute;
  right: 100%;
  top: 0;
  width: 50vw;
  height: 100%;
  content: "";
}
.servicio .content h2 {
  font-weight: 900;
}
.servicio .content .contenido {
  line-height: 1.5;
  margin-top: 25px;
}
.servicio .content .contenido a {
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.servicio .content .contenido a:hover {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.servicio.right .container {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.servicio.right .fondo {
  left: 0%;
}
.servicio.right .content {
  padding-left: 30px;
  padding-right: 0;
}
.servicio.right .content::before {
  right: auto;
  left: 100%;
}

.mision {
  position: relative;
  background: url(images/content-bg.jpg);
  background-size: cover;
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  .mision {
    padding: 40px 0;
  }
}
.mision .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .mision .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.mision .row .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .mision .row .column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .mision .row .column:last-child {
    padding-top: 30px;
  }
}
.mision .accordion {
  position: relative;
  background-color: #ffffff;
}
.mision .accordion--item {
  position: relative;
  -webkit-transition: all 5 ease-out;
  transition: all 5 ease-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.mision .accordion--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: relative;
  background-color: #ffffff;
  color: #1A1A28;
  padding: 8px 12px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 300;
  border: 1px solid #000;
  cursor: pointer;
}
.mision .accordion--button svg {
  width: 24px;
  height: 24px;
}
.mision .accordion--button:hover {
  background-color: #8B8B8B;
  color: #ffffff;
}
.mision .accordion--button:hover svg path {
  fill: #ffffff;
}
.mision .accordion--body {
  display: none;
  line-height: 1.35;
  font-size: 18px;
  font-weight: 300;
  padding: 8px 12px;
  -webkit-transition: all 0.6 ease-out;
  transition: all 0.6 ease-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  border: 1px solid #000;
  border-top: none;
}
.mision .accordion.js-open .accordion--button {
  background-color: #8B8B8B;
  color: #ffffff;
}
.mision .accordion.js-open .accordion--button svg path {
  fill: #ffffff;
}
.mision .accordion.js-open .accordion--body {
  display: block;
}

.partners {
  position: relative;
  padding: 60px 0;
  background-color: #1A1A28;
}
@media only screen and (max-width: 768px) {
  .partners {
    padding: 40px 0;
  }
}
.partners .tagline {
  color: #0eb2b8;
}
.partners .titulo, .partners .content {
  color: #ffffff;
}
.partners .content {
  line-height: 1.35;
  margin-top: 25px;
}
.partners--slider {
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.partners--slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 16/9;
  -webkit-filter: grayscale(1) saturate(1) invert(1) brightness(100);
          filter: grayscale(1) saturate(1) invert(1) brightness(100);
  opacity: 0.75;
}
.partners--slider img:hover {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}
.partners .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.partners .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50rem;
  background-color: #1A1A28;
}
.partners .swiper-pagination-bullet:hover, .partners .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0eb2b8;
}

.valores {
  position: relative;
  padding: 60px 0;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .valores {
    padding: 40px 0;
  }
}
.valores .titulo {
  margin-bottom: 20px;
}
.valores--grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr 80px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 80px;
  padding-top: 80px;
}
@media only screen and (max-width: 1500px) {
  .valores--grid {
    gap: 50px;
  }
}
@media only screen and (max-width: 900px) {
  .valores--grid {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .valores--grid {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .valores--grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.valores--grid__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .valores--grid__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.valores--grid__item img {
  max-width: 75px;
  margin-bottom: 20px;
}
.valores--grid__item h4 {
  font-size: 18px;
  margin-bottom: 30px;
}
.valores--grid__item article {
  line-height: 1.3;
}

.metodo {
  position: relative;
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  .metodo {
    padding: 40px 0;
  }
}
.metodo .titulo {
  margin-bottom: 0px;
}
.metodo .pasos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 40px;
}
.metodo .pasos .paso {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 256px;
  background-repeat: no-repeat;
  aspect-ratio: 1/1.1;
  background-size: 100% auto !important;
  margin: 0 -1.5px;
}
@media only screen and (max-width: 1050px) {
  .metodo .pasos .paso {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }
}
@media only screen and (max-width: 900px) {
  .metodo .pasos .paso {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media only screen and (max-width: 600px) {
  .metodo .pasos .paso {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: -2px 0 0 0;
    aspect-ratio: 1/1;
  }
}
.metodo .pasos .paso h5 {
  padding: 30px;
  font-size: 18px;
  text-align: center;
  font-weight: 300;
}
.metodo .pasos .paso span {
  position: absolute;
  font-weight: 300;
  font-size: 32px;
  background: url(images/circle.svg) center center no-repeat;
  background-size: 100%;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: -1;
}
@media only screen and (max-width: 600px) {
  .metodo .pasos .paso span {
    z-index: 1;
  }
}
.metodo .pasos .paso--1 {
  background-image: url(images/circles-1.svg);
}
.metodo .pasos .paso--1 span {
  left: -15px;
  top: 66px;
}
@media only screen and (max-width: 600px) {
  .metodo .pasos .paso--1 {
    background-image: url(images/circles-1-small.svg);
  }
  .metodo .pasos .paso--1 span {
    top: -20px;
    left: 50%;
  }
}
.metodo .pasos .paso--2 {
  background-image: url(images/circles-2.svg);
}
.metodo .pasos .paso--2 span {
  top: -10px;
  left: 40px;
}
@media only screen and (max-width: 600px) {
  .metodo .pasos .paso--2 {
    background-image: url(images/circles-2-small.svg);
  }
  .metodo .pasos .paso--2 span {
    top: 45px;
    left: auto;
    right: -10px;
  }
}
.metodo .pasos .paso--3 {
  background-image: url(images/circles-3.svg);
}
.metodo .pasos .paso--3 span {
  bottom: 18px;
  left: 40px;
}
@media only screen and (max-width: 600px) {
  .metodo .pasos .paso--3 {
    background-image: url(images/circles-1-small.svg);
  }
  .metodo .pasos .paso--3 span {
    top: -20px;
    left: 48%;
  }
}
.metodo .pasos .paso--4 {
  background-image: url(images/circles-4.svg);
}
.metodo .pasos .paso--4 span {
  top: -10px;
  left: 40px;
}
@media only screen and (max-width: 600px) {
  .metodo .pasos .paso--4 {
    background-image: url(images/circles-2-small.svg);
  }
  .metodo .pasos .paso--4 span {
    top: 45px;
    left: auto;
    right: -10px;
  }
}
.metodo .pasos .paso--5 {
  background-image: url(images/circles-5.svg);
}
.metodo .pasos .paso--5 span {
  bottom: 18px;
  left: 40px;
}
@media only screen and (max-width: 600px) {
  .metodo .pasos .paso--5 {
    background-image: url(images/circles-1-small.svg);
  }
  .metodo .pasos .paso--5 span {
    top: -20px;
    left: 48%;
  }
}

.modelos {
  position: relative;
  padding: 60px 0;
  background-color: #000;
}
@media only screen and (max-width: 768px) {
  .modelos {
    padding: 40px 0;
  }
}
.modelos .titulo {
  margin-bottom: 20px;
  color: #ffffff;
}
.modelos .models {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 900px) {
  .modelos .models {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .modelos .models {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.modelos .model {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.modelos .model a {
  overflow: hidden;
}
.modelos .model .model--slider {
  position: relative;
  aspect-ratio: 3/4;
}
.modelos .model .model--slider .swiper-slide {
  position: relative;
  aspect-ratio: 3/4;
}
.modelos .model .model--slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modelos .model--hover-details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 900;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modelos .model--hover-details .modeldata {
  background-color: #ffffff;
  width: 100%;
  height: auto;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 300;
  font-size: 16px;
  color: #1A1A28;
  position: relative;
  top: 100%;
  -webkit-transition: all 0.6s ease-in-out 1.6s;
  transition: all 0.6s ease-in-out 1.6s;
}
.modelos .model--hover-details h5 {
  padding: 0 15px;
  text-align: left;
  display: block;
  font-weight: 900;
  color: #ffffff;
  font-size: 32px;
  line-height: 0.9;
  margin-bottom: -3px;
  font-family: "Merriweather", serif;
}
.modelos .model--hover-details:hover {
  opacity: 1;
}
.modelos .model--hover-details:hover .modeldata {
  position: relative;
  top: auto;
}
.modelos .model--data {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #000;
  width: 100vw;
  height: auto;
  display: none;
  min-height: 100vh;
  overflow: hidden;
  overflow-y: scroll;
}
.modelos .model--data .cont {
  position: absolute;
  left: 50%;
  top: 0%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 100vw;
  height: auto;
  max-width: 800px;
  overflow: hidden;
  padding: 80px 0 0px;
  line-height: 1.5;
  z-index: 2;
}
.modelos .model--data .cont .deco-logo {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 15px;
  z-index: 3;
  max-width: 300px;
}
.modelos .model--data .cont .js-close-block {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 4;
}
.modelos .model--data .cont .js-close-block svg path {
  fill: #ffffff;
}
.modelos .model--data .cont .js-close-block:hover svg path {
  fill: #f00;
}
.modelos .model--data .cont .modeldata {
  position: relative;
}
.modelos .model--data .cont .modeldata:has(.datos) {
  background-color: #0eb2b8;
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: auto;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modelos .model--data .cont .modeldata .datos {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33%;
          flex: 0 1 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
}
.modelos .model--data .cont .modeldata .datos:not(:last-child) {
  border-right: 1px solid #1A1A28;
}
.modelos .model--data .cont h2 {
  font-size: 72px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #0eb2b8;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
  padding: 0 15px;
  margin-bottom: -5px;
  line-height: 0.8;
  font-family: "Merriweather", serif;
}
@media only screen and (max-width: 1050px) {
  .modelos .model--data .cont h2 {
    font-size: 64px;
  }
}
@media only screen and (max-width: 600px) {
  .modelos .model--data .cont h2 {
    font-size: 40px;
  }
}
.modelos .model--data .cont .model--detail {
  width: 100%;
  height: auto;
  cursor: ew-resize;
}
.modelos .model--data .cont .model--detail img {
  width: 100vw;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 900px) {
  .modelos .model--data .cont .model--detail img {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.modelos .model--data .cont .details-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.modelos .model--data .cont .details-pagination .swiper-pagination-bullet {
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-radius: 50rem;
}
.modelos .model--data .cont .details-pagination .swiper-pagination-bullet:hover, .modelos .model--data .cont .details-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0eb2b8;
}
.modelos .model--data.js-open {
  display: block;
}
.modelos .model .models-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.modelos .model .models-pagination .swiper-pagination-bullet {
  cursor: pointer;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 50rem;
}
.modelos .model .models-pagination .swiper-pagination-bullet:hover, .modelos .model .models-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0eb2b8;
}

.bg-orange .content {
  background-color: #f65;
  background-image: -webkit-gradient(linear, left top, right top, from(#f72985), to(#f65));
  background-image: linear-gradient(90deg, #f72985 0%, #f65 100%);
  color: #ffffff;
}
.bg-orange .content::before {
  background-color: #f72985;
  color: #ffffff;
}

.bg-teal .content {
  background-color: #26cdf7;
  background-image: -webkit-gradient(linear, left top, right top, from(#0e82b8), to(#26cdf7));
  background-image: linear-gradient(90deg, #0e82b8 0%, #26cdf7 100%);
  color: #ffffff;
}
.bg-teal .content::before {
  background-color: #26cdf7;
  color: #ffffff;
}

.bg-yellow .content {
  background-image: -webkit-gradient(linear, left top, right top, from(#f93), to(#fc0));
  background-image: linear-gradient(90deg, #f93 0%, #fc0 100%);
  background-color: #fc0;
  color: #ffffff;
}
.bg-yellow .content::before {
  background-color: #f93;
}

.svg-separator {
  position: absolute;
  top: 0;
  left: 0%;
  z-index: 5;
  display: none;
}
/*# sourceMappingURL=style.css.map */