:root {
  --everett: 'Everett', Helvetica, sans-serif;
  --domaine: 'Domaine Display Web', Georgia, serif;
  --green: #32878c;
  --lightGreen: rgba(50, 135, 140, 0.12);
  --blue: #30709e;
  --darkBlue: #144668;
  --violet: #4737aa;
  --lightViolet: #f5f3ff;
  --orange: #fcc88c;
  --lightGrey: #f9f9f9;
}

@font-face {
  font-family: 'Everett';
  src: url('fonts/Everett-Regular.woff2') format('woff2'),
    url('fonts/Everett-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Everett';
  src: url('fonts/Everett-Light.woff2') format('woff2'),
    url('fonts/Everett-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Domaine Display Web';
  src: url('fonts/DomaineDisplayWeb-Regular.woff2') format('woff2'),
    url('fonts/DomaineDisplayWeb-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

body {
  margin: auto;
  color: #000;
  font-weight: normal;
  font-family: var(--mesina);
}

h1,
h2 {
  line-height: 1;
  font-family: var(--denver);
}

p {
  font-family: var(--messina);
  font-weight: 300;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.68;
}

p.lh-0 {
  line-height: 1;
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2 {
  font-weight: 500;
}

* {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

img {
  width: 100% !important;
  height: auto !important;
}

/* Cursor styles */

.cursor {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0px;
  height: 0px;
  background-color: var(--orange);
  z-index: 999999999;
  border-radius: 50%;
  transition: width 0.2s ease, height 0.2s ease;
  pointer-events: none;
  /* transition-delay: all 0.5s !important; */
}

.cursor.red {
  background-color: #911716;
}

.cursor.black {
  background-color: #000;
}

.cursor.is-hover {
  width: 50px;
  height: 50px;
  opacity: 0.7;
}

.cursor.is-down {
}

a {
  cursor: none !important;
}

/* Generals */

.w-fit {
  width: fit-content;
}

.lh1 {
  line-height: 1;
}

.font-inherit {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}

.margin-auto {
  margin: auto;
}

.mv-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.m-auto {
  margin: auto;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-0 {
  margin-right: 0;
}

.ml-0 {
  margin-left: 0;
}

.w-35 {
  width: 35%;
}

.w-max {
  width: max-content;
}

.w-min {
  width: min-content;
}

.h-50-vh {
  height: 50vh;
}

.h-80-vh {
  height: 80vh;
}

.h-90-vh {
  height: 90vh;
}

.h-100-vh {
  height: 100vh;
}

.min-h-100 {
  min-height: calc(100vh - 59px);
  min-height: calc(calc(var(--vh, 1vh) * 100) - 59px);
}

.h-100 {
  height: 100%;
}

.h-100vh {
  height: 100vh;
}

.z--1 {
  z-index: -1;
}

.no-decoration {
  text-decoration: none;
}

.row-reverse {
  flex-direction: row-reverse;
}

.sticky {
  position: sticky;
  position: -webkit-sticky;
}

.general-container {
  padding: 50px 100px;
}

.h-container {
  padding-left: 100px;
  padding-right: 100px;
}

.pointer {
  cursor: pointer;
}

.list-none {
  list-style-type: none;
}

.absolute-cover {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.absolute-center {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.black-overlay {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
}

.anchor {
  cursor: none;
}

.container-xs {
  padding-left: 60px;
  padding-right: 60px;
}

.container-left-xs {
  padding-left: 60px;
}

.container {
  padding-left: 120px;
  padding-right: 120px;
}

.container-left {
  padding-left: 120px;
}

.container-right {
  padding-right: 120px;
}

.container-xl {
  padding-left: 250px;
  padding-right: 250px;
}

.container-xl-left {
  padding-left: 250px;
  padding-right: 0px;
}

.container-xl-right {
  padding-right: 250px;
  padding-left: 0px;
}

.w-max {
  width: max-content;
}

.w-max-container {
  width: calc(100vw - 120px);
}

.h-max {
  height: max-content;
  height: -moz-max-content;
  height: intrinsic;
}

.pointer {
  cursor: pointer;
}

.pointers-none {
  pointer-events: none;
}

.pointers-all {
  pointer-events: all;
}

.h-40 {
  height: 40%;
}

.h-60 {
  height: 60%;
}

.h-80 {
  height: 80%;
}

.min-h-100-vh {
  min-height: calc(100vh - 59px);
  min-height: calc(calc(var(--vh, 1vh) * 100) - 59px);
}

.min-h-100 {
  min-height: 100%;
}

.h-min {
  height: min-content;
}

.w-45 {
  width: 45%;
}

.w-70-lsf {
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
}

.w-100-vw {
  width: 100vw;
}

.w-min {
  width: min-content;
}

.w-max {
  width: max-content;
}

.lh1 {
  line-height: 1;
}

.tty50 {
  transform: translateY(50%);
}

.ttn {
  text-transform: none;
}

.row-reverse {
  flex-direction: row-reverse;
}

.no-deco,
.no-deco * {
  text-decoration: none;
}

.has-after,
.header-nav a,
.footer-nav-inner a {
  text-decoration: none;
  display: block;
  position: relative;
  display: inline-flex;
  height: 100%;
  padding-bottom: 4px;
  color: #fff;
  line-height: 1;
}

.has-after::after,
.header-nav a::after,
.footer-nav-inner a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: '';
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}

.has-after.f2::after,
.has-after.f1::after,
.has-after.f3::after {
  height: 2px;
}

.has-after.eki-violet {
  /* color: var(--violet); */
}

.has-after.black::after {
  background-color: #000;
}

.has-after.black {
  color: #000;
}

.has-after.eki-violet:after {
  background-color: var(--violet);
}

.footer-nav-inner a::after {
  background-color: #000;
}

.has-after:hover::after,
.header-nav a:hover::after,
.footer-nav-inner a:hover::after,
.has-after.active::after {
  transform: scaleX(1);
}

.header-nav a::after {
  background-color: var(--grey);
}

.jic {
  justify-content: space-between;
  align-items: center;
}

.small-icon {
  height: 8px;
}

/* End MarcoPolo general's & start Medizin styles */

/* General Styles */

.domaine.f1 {
  font-size: 3.3rem;
}

.evrett {
  font-family: var(--everett);
}

.domaine {
  font-family: var(--domaine);
}

#content {
  margin-top: 59px;
}

.med-light-green-bg {
  background-color: var(--lightGreen);
}

.med-green {
  color: var(--green);
}
.med-green-border-bottom {
  border-bottom: 1px solid var(--green);
}

.med-violet {
  color: var(--violet);
}

.med-violet-bg {
  background-color: var(--violet);
}

.med-light-violet-bg {
  background-color: var(--lightViolet);
}

.med-blue {
  color: var(--blue);
}

.med-blue-bottom {
  border: 1px solid var(--blue);
}

.med-blue-border-bottom {
  border-bottom: 1px solid var(--blue);
}

.med-blue-bg {
  background-color: var(--blue);
}

.med-dark-blue {
  color: var(--darkBlue);
}

.med-dark-blue-bg {
  background-color: var(--darkBlue);
}

.med-blue-border {
  border: 1px solid var(--blue);
}

.med-orange {
  color: var(--orange);
}

.med-orange-bg {
  background-color: var(--orange);
}

.med-light-grey {
  color: var(--lightGrey);
}

.med-light-grey-bg {
  background-color: var(--lightGrey);
}

.white-border {
  border: 1px solid white;
}

.starter-top {
  padding-top: 180px;
}

body {
  font-family: var(--everett);
}

.no-overlay .black-overlay {
  display: none;
}

.ozono-nav li:not(:last-child) {
  margin-bottom: 15px;
}

/* CTA's */

.main-cta,
.secondary-cta {
  border-radius: 50px;
  display: flex;
  padding: 12.5px 55px;
  width: max-content;
}

.main-cta a,
.secondary-cta a {
  text-decoration: none;
  line-height: 1;
}

/* Ozono Generals */

.ozono-landing-img {
  bottom: 0;
  left: 0;
  transform: translateX(-9vw);
  width: 28vw;
  height: 40%;
  margin-bottom: 30px;
}

.beneficio > img {
  width: auto !important;
  height: 150px !important;
  /* border-radius: 100px; */
  /* background-color: var(--lightViolet); */
  margin: auto;
  margin-bottom: 20px;
}

.pasos-oz {
  transform: translateY(-45%) !important;
}

.pasos-description {
  transform: translateY(-65%) !important;
}

.paso {
  flex-grow: 1;
}

.paso-overlay,
.paso,
.paso-n,
.paso-content * {
  transition: all 0.3s ease;
}

.paso:hover .paso-overlay {
  /* background-color: var(--lightGreen); */
}

.paso:hover {
  transform: scale(1.05);
}

.paso-content {
  border-radius: 8px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}

.paso-img {
  display: flex;
}
.paso {
  width: 25%;
}
.paso img {
  margin: auto;
  /* height: 120px !important; */
  width: auto !important
  ;
}

.paso-n {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  transform: translateY(40%);
}

div.descrip p {
  transition: all 0.3s ease;
}

div.descrip p.changing {
  opacity: 0;
  transform: translateY(20px);
}

.product-header > div:last-child {
  flex-grow: 1;
}

.product-index:not(.active) {
  color: #ccc;
}

.product-index:hover {
  color: #000;
}

.oz-product-description p {
  font-size: 1.25rem;
}

.product:first-child {
  position: relative;
}

.product:not(:first-child) {
  pointer-events: none;
  opacity: 0;
  transform: translateY(60px);
}

/* Start Contact */

.contact-form-container {
  z-index: 99999;
  height: 100vh;
  overflow-y: scroll;
}

.contact-content > div {
  border-bottom: 0px;
}

.contact-bg {
  background-color: rgba(255, 255, 255, 0.76);
}

.contacto-eki-form input,
div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
  background-color: unset !important;
  border: 0px !important;
  border-radius: 0px !important;
  max-width: 100% !important;
  padding-left: 20px !important;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
  border: 1px solid white !important;
  border-top: 0px !important;
  border-right: 0px !important;
  margin-top: 10px !important;
  color: white !important;
}

ul#wpforms-100-field_3 {
  margin-top: 10px !important;
}

.contacto-eki-form .wpforms-field {
  margin-bottom: 20px !important;
}

.contacto-eki-form label {
  padding-left: 0px !important;
  padding-top: 5px !important;
  font-weight: 300 !important;
  margin-bottom: 0px !important;
  color: white !important;
}

.contacto-eki-form input {
  padding-top: 0px !important;
  padding-left: 0px !important;
  border-bottom: 1px solid white !important;
  color: white !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field:last-child {
  padding-bottom: 0 !important;
}

div.wpforms-container-full {
  margin-bottom: 0px !important;
  position: relative !important;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  position: absolute !important;
  right: 0 !important;
  border: 0px !important;
  width: 100% !important;
}

div.wpforms-container-full .wpforms-form button[type='submit'] {
  background-color: var(--darkBlue) !important;
  font-family: var(--everett) !important;
  color: #fff !important;
  border: 0px !important;
  width: 100% !important;
}

.wpforms-field-container {
  display: flex !important;
  flex-wrap: wrap !important;
}

.wpforms-field-container > div {
  width: 100% !important;
}

.wpforms-field-container > div:not(:last-child) {
  /* width: 50% !important; */
  padding-bottom: 0 !important;
}

.wpforms-field-container > div:nth-child(even) {
  /* border-left: 1px solid var(--darkBlue) !important; */
}

.wpforms-field-container > div:last-child {
  border-left: 0px solid var(--darkBlue) !important;
}

.contact-content {
  overflow: scroll;
  height: 100vh;
}

.contact-pop-info h1 {
  margin-top: 20px;
}

/* Start Responsiveness */

@media (min-width: 480px) {
  .w-45-ns {
    width: 45%;
  }
}

@media (max-width: 1280px) {
  .f1,
  .domaine.f1 {
    font-size: 3rem;
  }

  .f3 {
    font-size: 1.15rem;
  }

  .ozono-landing-img {
    width: 20vw;
  }
}

@media (max-width: 1080px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .ozono-landing-img {
    display: none;
  }
}

@media (max-width: 960px) {
  .f1,
  .domaine.f1 {
    font-size: 2.5rem;
  }

  .f3 {
    font-size: 1rem;
  }

  .f4 {
    font-size: 0.9rem;
  }

  .pasos-description {
    transform: translateY(-100%) !important;
  }
}

@media (max-width: 768px) {
  .cursor {
    display: none;
  }

  .mt5 {
    margin-top: 2.5rem;
  }

  .pv5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .container-left {
    padding-left: 60px;
  }

  .container-right {
    padding-right: 60px;
  }

  .header-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* Ozono */

  .ozono-landing {
    flex-direction: column;
    padding-left: 0px;
  }

  .soluciones,
  .product {
    flex-direction: column;
  }

  .ozono-landing > div,
  .soluciones > div,
  .product > div {
    width: 100%;
  }

  .ozono-landing > div:first-child {
    padding: 60px;
  }

  .ozono-landing > div:last-child {
    min-height: 50vh;
  }

  .ozono-landing-img {
    display: block;
    bottom: unset;
    left: unset;
    right: 0;
    width: 30vw;
    top: -18%;
    height: 60%;
  }

  .ozono-landing > div:last-child > div:first-child > div {
    width: 90%;
    left: -10%;
  }

  .soluciones > div.measure-ns {
    padding-top: 30px;
  }

  .product-header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .product-header h1 {
    width: 100%;
    margin-bottom: 20px;
  }

  .product-index:first-child {
    margin-left: 0;
  }

  .product > div:first-child {
    margin-bottom: 30px;
  }

  .soluciones.reverse {
    flex-direction: column-reverse !important;
  }

  .paso {
    width: 100%;
  }
}

@media (max-width: 480px) {
  /* Fonts Mobile */

  .f3 {
    font-size: 1.5rem;
  }

  .f4 {
    font-size: 1rem;
  }

  /* Padding Mobile */

  .pv6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .desktop {
    display: none;
  }

  .top-eki {
    top: 66.19px;
  }

  #content {
    margin-top: 65.19px;
  }

  .mobile {
    display: block;
  }
  .container,
  .container-xs,
  .container-xl,
  .phrase,
  .nf-ekinews a,
  .ozono-landing > div:first-child {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-left {
    padding-left: 20px;
  }

  .container-right {
    padding-right: 20px;
  }

  /* Ozono Mobile */

  .ozono-landing > div:first-child > div:last-child {
    flex-direction: column;
  }

  .ozono-landing h2 {
    font-size: 1.5rem;
    line-height: initial;
  }

  .ozono-landing .main-cta {
    margin-bottom: 10px;
  }

  .beneficios-oz {
    flex-direction: column;
  }

  .paso {
    margin-bottom: 30px;
    pointer-events: none;
  }

  .pasos-oz {
    flex-direction: column;
    transform: unset !important;
  }

  .paso-img {
    height: unset;
  }

  .pasos-description {
    display: none;
  }

  .product-header > div:last-child {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
  }

  .product-index {
    margin-left: 0;
    margin-bottom: 10px;
  }

  .product-cta-container {
    flex-direction: column;
  }

  .product-cta-container > div {
    width: 100%;
  }

  .product-cta-container .main-cta {
    margin-bottom: 10px;
  }

  .product-cta-container .main-cta p {
    margin: auto;
  }

  /* Footer Mobile */

  footer > div > div.w-max {
    flex-direction: column;
  }

  footer > div > div.w-max > div {
    width: 100%;
  }

  footer > div > div.w-max .main-cta {
    margin-bottom: 10px;
  }

  .oz-footer-last {
    flex-direction: column;
    margin-top: 40px;
  }

  .oz-footer-last > div {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .oz-footer-last h3 {
    text-align: center;
  }

  #footer-ozono-menu {
    align-items: center;
    margin-top: 20px;
  }

  .oz-footer-last > a {
    margin: auto;
    margin-top: 20px;
  }
}
