/*Begin::Responsive mixins*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --main-blue: #062fbe;
  --main-blue-hovered: #1e3894;
}

/*------------------------------------------------------------------
    Main Style Stylesheet
-------------------------------------------------------------------*/
@font-face {
  font-family: "formula1display-regular";
  src: url("../fonts/formula1-regular_web_1-webfont.woff2") format("woff2"), url("../fonts/formula1-regular_web_1-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "formula1display-bold";
  src: url("../fonts/formula1-bold_web_1-webfont.woff2") format("woff2"), url("../fonts/formula1-bold_web_1-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
/*========================================
          Base Style
========================================*/
* {
  box-sizing: border-box;
}

html,
body {
  overflow-x: clip;
  /*   @include md {
    height: 100%;
  } */
}

body {
  background: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding: 0;
  margin: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  /*   @include md {
    display: flex;
    flex-direction: column;
  } */
}

footer {
  /*   @include md {
    margin-top: auto;
  } */
}

ul.list-unstyled {
  list-style-type: none;
  padding: 0;
}

.section-padding {
  padding: 100px 0;
}

.typed-cursor {
  opacity: 1;
  animation: blink 0.7s infinite;
}

legend.h6 {
  display: block;
  font-weight: bold;
  margin-bottom: 4px;
}

.boton_formulario button {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background-color: var(--main-blue);
  border: none;
  border-radius: 99px;
  color: #fff;
  cursor: pointer !important;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin-top: 25px;
  padding: 8px;
  outline: none !important;
  text-align: center;
  transition: 0.5s all;
  width: 100%;
}
@media (min-width: 1200px) {
  .boton_formulario button {
    font-size: 18px;
  }
}

.boton_formulario button:hover, .boton_formulario button:focus, .boton_formulario button:active {
  background: var(--main-blue-hovered);
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

@media (min-width: 320px) {
  .container {
    max-width: 310px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 698px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1000px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1220px;
  }
}
@media (min-width: 1900px) {
  .container {
    max-width: 1720px;
  }
}
.banner--default {
  align-items: center;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: relative;
  min-height: 154px;
}
.banner--default .banner__text {
  text-align: left;
  padding: 24px;
}
@media (min-width: 768px) {
  .banner--default .banner__text {
    padding: 52px;
  }
}
.banner--default .banner__text * {
  color: #ffffff;
}
.banner--default .banner__text h2 {
  font-family: "formula1display-bold";
  font-size: 16px;
  margin-bottom: 4px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .banner--default .banner__text h2 {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
@media (min-width: 1200px) {
  .banner--default .banner__text h2 {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .banner--default .banner__text h2 {
    font-size: 32px;
  }
}
@media (min-width: 1900px) {
  .banner--default .banner__text h2 {
    font-size: 48px;
  }
}
.banner--default .banner__text p,
.banner--default .banner__text span {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .banner--default .banner__text p,
  .banner--default .banner__text span {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .banner--default .banner__text p,
  .banner--default .banner__text span {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .banner--default .banner__text p,
  .banner--default .banner__text span {
    font-size: 18px;
  }
}
@media (min-width: 1900px) {
  .banner--default .banner__text p,
  .banner--default .banner__text span {
    font-size: 24px;
  }
}/*# sourceMappingURL=common.css.map */