:root,
.elementor-kit-6 {
  --e-global-typography-primary-font-family: "Roboto", sans-serif;
  --e-global-typography-secondary-font-family: "Roboto", sans-serif;
  --e-global-typography-text-font-family: "Roboto", sans-serif;
  --e-global-typography-accent-font-family: "Roboto", sans-serif;
}

/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v32-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v32-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v32-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v32-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/roboto-v32-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.swiper {
  padding-bottom: 80px !important;
}
.swiper .swiper-scrollbar {
  display: none;
}
.swiper .swiper-pagination {
  bottom: 20px !important;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  width: 20px;
  height: 20px;
}
.swiper [class*=swiper-button-]::after {
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .hide-mobile {
    display: none;
  }
}

.hide-desktop {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .hide-desktop {
    display: inherit;
  }
}

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

body,
* {
  font-family: "Roboto", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--e-global-color-text);
  padding-top: 150px; /* ALTO DEL HEADER */
  line-height: 1.3;
}
@media only screen and (max-width: 1024px) {
  body {
    padding-top: 94px;
  }
}

strong {
  font-weight: bold;
}

.container {
  width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-full {
  width: 100%;
}

p:not(:last-child) {
  margin-bottom: 20px;
}

.button2-red {
  display: block;
  text-align: center;
  width: 100%;
  border-radius: 20px;
  font-size: 22px;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: ease 0.3s;
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--e-global-color-primary);
  color: var(--e-global-color-d000e46);
}
.button2-red:hover {
  background-color: #000000;
}

.button2-yellow {
  display: block;
  text-align: center;
  width: 100%;
  border-radius: 20px;
  font-size: 22px;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: ease 0.3s;
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--e-global-color-text);
  background: var(--e-global-color-secondary);
}
.button2-yellow:hover {
  background-color: var(--e-global-color-text);
  color: var(--e-global-color-d000e46);
}

.button2-grey {
  display: block;
  text-align: center;
  width: 100%;
  border-radius: 20px;
  font-size: 22px;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: ease 0.3s;
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--e-global-color-5f027dc);
  color: var(--e-global-color-d000e46);
}

.button .elementor-button-link, .button--yellow .elementor-button-link, .button--grey .elementor-button-link {
  width: 100%;
  border-radius: 20px;
}
.button .elementor-button-link .elementor-button-text, .button--yellow .elementor-button-link .elementor-button-text, .button--grey .elementor-button-link .elementor-button-text {
  font-size: 22px;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;
}
.button .elementor-button-link, .button--yellow .elementor-button-link, .button--grey .elementor-button-link {
  background: var(--e-global-color-primary);
  color: var(--e-global-color-d000e46);
}
.button .elementor-button-link:hover, .button--yellow .elementor-button-link:hover, .button--grey .elementor-button-link:hover {
  background-color: var(--e-global-color-text);
}

.button--grey .elementor-button-link {
  width: 100%;
  border-radius: 20px;
}
.button--grey .elementor-button-link .elementor-button-text {
  font-size: 22px;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;
}
.button--grey .elementor-button-link {
  background: var(--e-global-color-5f027dc);
  color: var(--e-global-color-d000e46);
}

.button--yellow .elementor-button-link {
  width: 100%;
  border-radius: 20px;
}
.button--yellow .elementor-button-link .elementor-button-text {
  font-size: 22px;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;
}
.button--yellow .elementor-button-link {
  color: var(--e-global-color-text);
  background: var(--e-global-color-secondary);
}
.button--yellow .elementor-button-link:hover {
  background-color: var(--e-global-color-text);
  color: var(--e-global-color-d000e46);
}

/*# sourceMappingURL=main.css.map */
