/*==========  GLOBAL  ==========*/
/*********************
BREAKPOINTS
*********************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* QUICKSAND */
@font-face {
  font-family: "qlight";
  src: url("fonts/Quicksand-Light.ttf") format("truetype");
}
@font-face {
  font-family: "qbold";
  src: url("fonts/Quicksand-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "qmed";
  src: url("fonts/Quicksand-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "qreg";
  src: url("fonts/Quicksand-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "qsbold";
  src: url("fonts/Quicksand-SemiBold.ttf") format("truetype");
}
/* GOTHAM */
@font-face {
  font-family: "gbold";
  src: url("fonts/Gotham-Bold.otf") format("opentype");
}
@font-face {
  font-family: "gbook";
  src: url("fonts/Gotham-Book.otf") format("opentype");
}
@font-face {
  font-family: "glight";
  src: url("fonts/Gotham-Light.otf") format("opentype");
}
@font-face {
  font-family: "gblack";
  src: url("fonts/Gotham-Black.otf") format("opentype");
}
/* ROBOTO */
@font-face {
  font-family: "rregular";
  src: url("fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "rthin";
  src: url("fonts/Roboto-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "rlight";
  src: url("fonts/Roboto-Light.ttf") format("truetype");
}
@font-face {
  font-family: "rbold";
  src: url("fonts/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "rblack";
  src: url("fonts/Roboto-Black.ttf") format("truetype");
}
/* INTER */
@font-face {
  font-family: "iregular";
  src: url("fonts/Inter-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "ithin";
  src: url("fonts/Inter-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "ilight";
  src: url("fonts/Inter-Light.ttf") format("truetype");
}
@font-face {
  font-family: "ibold";
  src: url("fonts/Inter-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "iblack";
  src: url("fonts/Inter-Black.ttf") format("truetype");
}
*,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
  scroll-margin-top: 105px;
}

body {
  font-family: "rregular", sans;
  font-size: 1rem;
  color: #2f2f2f;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

ul {
  padding-left: 0;
  list-style: none;
}

h1,
h2,
h3 {
  font-family: "rthin", sans;
}

.w-md-75 {
  width: 75%;
}
@media (max-width: 37.5em) {
  .w-md-75 {
    width: 100%;
  }
}

.text-big {
  font-size: 4rem;
}
@media (max-width: 37.5em) {
  .text-big {
    font-size: 2rem;
  }
}

.text-gradient {
  background: linear-gradient(to right, #30cfd0 0%, #330867 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-green {
  color: #6fbc7a !important;
}

.text-bg-green {
  color: white;
  background-color: #6fbc7a;
  width: -moz-fit-content;
  width: fit-content;
}

.font-regular {
  font-family: "rregular", sans;
}

.button {
  font-family: "rregular", sans;
  background: #6fbc7a;
  color: white;
  line-height: 1;
  font-size: 1rem;
  border: 1px solid #6fbc7a;
  transition: all 0.2s linear;
  border-radius: 50px;
  padding: 15px 30px;
}
.button:hover {
  opacity: 0.6;
}
@media (max-width: 37.5em) {
  .button {
    font-size: 1rem;
  }
}

.swiper .swiper-pagination {
  bottom: 0px !important;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #d2d2d2;
  border-color: #d2d2d2;
  width: 20px;
  height: 20px;
  border: 1px solid #2f2f2f;
  margin-inline: 0.5rem !important;
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #6fbc7a;
  border-color: #6fbc7a;
}

#Thankyou {
  color: #2f2f2f;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 200px 50px;
}

#nav-icon3 {
  width: 60px;
  height: 45px;
  position: relative;
  margin: 50px auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

/* Icon 1 */
#nav-icon3 {
  width: 35px;
  height: 25px;
  position: relative;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon3:focus, #nav-icon3:active {
  outline: none;
  outline-width: 0;
  box-shadow: none;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #6fbc7a;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

/* Icon 3 */
#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 11px;
}

#nav-icon3 span:nth-child(4) {
  top: 23px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.race-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s linear;
}

.race-by {
  --uib-size: 80px;
  --uib-speed: 1.4s;
  --uib-color: #ee0d08;
  --uib-line-weight: 5px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--uib-line-weight);
  width: var(--uib-size);
  border-radius: calc(var(--uib-line-weight) / 2);
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.race-by::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--uib-color);
  opacity: 0.1;
}

.race-by::after {
  content: "";
  height: 100%;
  width: 100%;
  border-radius: calc(var(--uib-line-weight) / 2);
  animation: raceBy var(--uib-speed) ease-in-out infinite;
  transform: translateX(-100%);
  background-color: var(--uib-color);
}

@keyframes raceBy {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
/*==========  LAYOUT  ==========*/
header .rrss li a {
  color: white;
}
header .navbar-toggler:focus {
  outline: none;
}
header .button.contact {
  color: white;
}
header .navbar {
  padding: 1rem 0rem;
  background-color: rgba(0, 0, 0, 0.7);
  transition: padding 0.2s ease-in-out;
}
header .navbar.scroll-effect {
  padding: 0.5rem;
  background-color: rgba(0, 0, 0, 0.95);
  box-shadow: 10px 0px 40px rgba(0, 0, 0, 0.5);
}
@media (max-width: 37.5em) {
  header .navbar.scroll-effect {
    padding: 1rem 0rem;
  }
}
header .navbar .logo {
  transition: all 0.2s ease-in-out;
}
@media (max-width: 37.5em) {
  header .navbar .logo {
    width: 70px;
  }
}
header .navbar .logo.scroll-effect {
  transform: scale(60%);
}
@media (max-width: 37.5em) {
  header .navbar .logo.scroll-effect {
    transform: none;
  }
}
header .navbar .navbar-toggler:focus, header .navbar .navbar-toggler:active {
  box-shadow: none;
}
header .navbar-nav {
  font-family: "rthin", sans;
}
@media (max-width: 37.5em) {
  header .navbar-nav {
    text-align: center;
  }
}
header .navbar-nav .nav-item {
  margin: 0rem 2rem;
  position: relative;
}
@media (max-width: 37.5em) {
  header .navbar-nav .nav-item {
    margin: 0.7rem auto;
  }
}
header .navbar-nav .nav-item .nav-link {
  color: white;
  font-weight: 700;
  font-size: 1rem;
  padding: 0;
  transition: all 0.2s linear;
}
header .navbar-nav .nav-item .nav-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  background-color: #6fbc7a;
  transition: all 0.2s linear;
}
header .navbar-nav .nav-item .nav-link:hover:after {
  width: 50%;
}
header .navbar-nav .nav-item .nav-link.active {
  color: #6fbc7a;
  font-family: "rregular", sans;
}
header .navbar-nav .nav-item .nav-link.active:after {
  width: 50%;
}

@media (max-width: 37.5em) {
  #Menu {
    padding-top: 2rem;
  }
}

footer .top {
  background-color: #6fbc7a;
}
footer .bottom {
  background-color: #464646;
}
@media (max-width: 37.5em) {
  footer .footer-logo {
    width: 70px;
  }
}

#Hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 100vh;
  color: white;
  font-family: "rthin", sans;
  font-weight: 100;
  position: relative;
  /* background-image: url("../img/hero.png"); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 37.5em) {
  #Hero {
    min-height: 90vh;
  }
}

form .row {
  margin-bottom: 0.5rem;
}
@media (max-width: 37.5em) {
  form .row {
    margin-bottom: 1rem;
  }
}
form option {
  font-family: "ilight", sans;
  color: #bbbbbb;
  font-size: 1rem;
}
form input,
form select,
form textarea {
  line-height: 28px !important;
  letter-spacing: 0.7px;
  background-color: transparent !important;
  padding: 10px 20px !important;
  margin-bottom: 1.5rem;
  border: 1px solid white !important;
  color: white !important;
  border-radius: 0px !important;
  font-size: 1rem;
  transition: all 0.2s linear;
  font-family: "ilight", sans;
}
form input::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder {
  font-family: "ilight", sans;
  color: white !important;
  font-size: 1rem;
}
form input::placeholder,
form select::placeholder,
form textarea::placeholder {
  font-family: "ilight", sans;
  color: white !important;
  font-size: 1rem;
}
form input option,
form select option,
form textarea option {
  color: white !important;
}
form input:focus,
form select:focus,
form textarea:focus {
  outline: none;
  outline-width: 0;
  box-shadow: none !important;
}
form input::-webkit-calendar-picker-indicator,
form select::-webkit-calendar-picker-indicator,
form textarea::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
form label {
  font-family: "qreg", sans;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  color: #7a7a7a;
}
form textarea {
  resize: none;
}
form .form-check {
  display: flex;
  align-items: center;
  margin: 1rem auto;
}
form .form-check label {
  font-size: 14px;
}
form .button {
  line-height: 28px !important;
  letter-spacing: 0.7px;
  background-color: transparent !important;
  padding: 10px 20px !important;
  margin-bottom: 1.5rem;
  border: 1px solid white !important;
  color: white !important;
  border-radius: 0px !important;
  font-size: 1rem;
  transition: all 0.2s linear;
  font-family: "ilight", sans;
}
form .button:hover {
  background-color: white !important;
  color: black !important;
  opacity: 1;
}

#sociales {
  background-image: url("../img/banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 350px;
  display: flex;
  align-items: center;
}
#sociales .caption {
  background-color: #6fbc7a;
}
@media (max-width: 37.5em) {
  #sociales {
    min-height: 490px;
  }
}
@media (max-width: 37.5em) {
  #sociales .key-icon {
    width: 50px;
  }
}

#corporativos {
  padding: 4rem 0rem;
}
@media (max-width: 37.5em) {
  #corporativos {
    padding: 2rem 0rem;
    padding-top: 0;
  }
}
#corporativos .text-bg-green {
  position: absolute;
  bottom: 20px;
  font-size: 3rem;
}
@media (max-width: 37.5em) {
  #corporativos .text-bg-green {
    font-size: 2rem;
  }
}
#corporativos .text-bg-green.right {
  right: 0;
  left: unset;
}
@media (max-width: 37.5em) {
  #corporativos .text-bg-green.right {
    right: 20px;
  }
}
#corporativos .text-bg-green.left {
  right: unset;
  left: -200px;
  bottom: -50px;
}
@media (max-width: 37.5em) {
  #corporativos .text-bg-green.left {
    left: 20px;
  }
}

#contacto {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 350px;
}
#contacto h1 {
  letter-spacing: 10px;
}
@media (max-width: 37.5em) {
  #contacto h1 {
    font-size: 1.5rem;
  }
}
#contacto p {
  font-size: 1.2rem;
  line-height: 1.2;
}

.parallax-window {
  min-height: 400px;
  background: transparent;
}

#map {
  margin-bottom: -20px;
}
@media (max-width: 37.5em) {
  #map iframe {
    height: 300px;
  }
}

#kiria .bg {
  /* background-image: url("../img/banner2.png"); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 400px;
}
#kiria .negative {
  margin-top: -450px;
}
@media (max-width: 37.5em) {
  #kiria .negative {
    margin-top: -200px;
  }
}
@media (max-width: 37.5em) {
  #kiria .kiria-logo {
    width: 150px;
  }
}

.text-banner {
  position: relative;
  overflow: hidden;
}
.text-banner .ribbon-banner {
  position: absolute;
  bottom: 100px;
}
.text-banner .ribbon-banner.left {
  left: -10px;
}
@media (max-width: 37.5em) {
  .text-banner .ribbon-banner.left {
    left: -24%;
  }
}
.text-banner .ribbon-banner.right {
  right: -10px;
}
@media (max-width: 37.5em) {
  .text-banner .ribbon-banner.right {
    right: -24%;
  }
}
.text-banner h1 {
  letter-spacing: 10px;
}/*# sourceMappingURL=main.css.map */