@font-face {
  font-family: "FuturaPT";
  font-weight: 400;
  src: local("FuturaPT"), url("FuturaPT-Book.woff") format("woff");
}

@font-face {
  font-family: "FuturaPT";
  font-weight: 700;
  src: local("FuturaPT"), url("FuturaPT-Bold.woff") format("woff");
}

@font-face {
  font-family: "FuturaPT";
  font-weight: 900;
  src: local("FuturaPT"), url("FuturaPT-ExtraBold.woff") format("woff");
}

/* Global */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  text-rendering: optimizelegibility;
  font-family: "FuturaPT", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  -ms-text-size-adjust: 100%;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  scroll-margin-top: -350px;
  overflow-x: hidden;
}

ul {
  padding: 0;
  margin: 0;
}

#root {
  width: 100%;
  height: 100%;
}

::selection {
  background: #ff1430;
  color: #ffffff;
}

* {
  font-family: "FuturaPT";
  font-weight: 400;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  transition: all 0.7s;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #edede3;
  font-family: "FuturaPT";
  line-height: initial;
}

.errorFormC:empty {
  height: 0px;
  padding: 0 10px;
  margin: 0;
}

.errorFormC {
  height: auto;
  background-color: #f44336;
  margin-top: -5px;
  margin-bottom: 10px;
  padding: 10px;
  color: #fff !important;
  transition: all 0.5s;
}

.errorP {
  border-color: #f44337;
  background: #f4433721;
  animation: shink 0.4s both 0.2s ease-in-out;
}

@keyframes shink {
  0% {
    transform: translateX(0px);
  }

  30% {
    transform: translateX(-10px);
  }

  70% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0px);
  }
}

input[type="submit"],
button {
  cursor: pointer;
  background: none;
}

input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input,
button {
  margin: 0;
  padding: 0;
  border: 0;
}

div,
input,
textarea,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
a:focus {
  outline: none;
}

h2 {
  line-height: 40px;
}

h5 {
  color: #e50353;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

ul,
ol {
  list-style-type: none;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-zoom: none;
}

a:hover {
  text-decoration: none;
}

.footer a {
  color: #ecedf0;
}

body {
  background-color: #edede3;
  position: relative;
  min-width: 375px;
  font-family: "FuturaPT";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.77778;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  overflow-x: hidden;
}

p {
  color: #ecedf0;
  font-size: 14px;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-transition: all 0.5s;
}

a,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button:focus {
  outline: none;
}

.container {
  padding: 0 40px;
}

h1 {
  font-size: 93px;
  font-family: "FuturaPT";
  font-weight: 900;
  line-height: 1;
}

h4 {
  font-size: 30px;
}

strong {
  font-family: "FuturaPT";
  font-weight: 900;
}

.fullH {
  height: 71%;
  min-height: 670px;
  margin-bottom: 0;
}

.cronos img {
  width: 80%;
  height: 100%;
  object-fit: contain;
}

.pulse img {
  width: 65%;
  height: 100%;
  object-fit: contain;
  max-width: 1200px;
}

.cronos,
.pulse {
  width: 100%;
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  height: 100%;
  margin-top: 110px;
  margin-left: 260px;
}

.boton {
  position: relative;
  display: inline-flex;
  text-align: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0px;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  z-index: 10;
  color: #edede3;
  background: #212652;
  text-transform: uppercase;
  font-weight: 800;
}

.relative {
  position: relative;
}

.section {
  padding: 70px 0;
}

.container-lg {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container-lg {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container-lg {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container-lg {
    width: 1170px;
  }
}

@media (min-width: 1300px) {
  .container-lg {
    width: 1280px;
  }
}

/* Landing */

.header {
  top: 0;
  width: 100%;
  height: 60px;
  position: fixed;
  z-index: 9999;
  background: #18131f;
  padding: 10px;
}

.header svg {
  width: 50px;
  height: auto;
}

.header h3 {
  margin: 5px 0;
  color: #18131f;
  font-weight: 500;
}

.logo {
  justify-content: space-between;
}

.logoCons {
  width: 90px;
}

.logo span {
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
}

/* Flex */

.flex {
  display: flex;
}

.flexCol {
  flex-direction: column;
}

.flexRow {
  flex-direction: row;
}

.flexCenter {
  justify-content: center;
  align-items: center;
  align-self: center;
}

.flexWrap {
  flex-wrap: wrap;
}

.space {
  justify-content: space-between;
}

/* /Flex */

.landingHero {
  position: relative;
  height: 100%;
  min-height: 700px;
  display: flex;
  justify-content: center;
}

.textFix {
  height: 600px;
  position: absolute;
  width: 65%;
  min-width: 750px;
  z-index: 1;
  display: flex;
  left: 0;
  padding: 80px 80px 80px 140px;
  bottom: 10%;
  color: #edede3;
  text-transform: uppercase;
}

.textFix svg {
  width: 70px;
  position: absolute;
  bottom: 40px;
}

.textFix::before {
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
  left: 0;
  padding: 80px;
  bottom: 0;
  background: #212652;
  transform: skewX(-18deg);
}

.textFix h3 {
  font-size: 20px;
  margin-top: 20px;
}

.infoCar::before {
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
  left: 0;
  bottom: 0;
  background: #ff1430;
  transform: skewX(-18deg);
}

.carruHero {
  width: 100vw;
  overflow: hidden;
}

.carruHero > div > div > div > div {
  display: flex;
  height: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}

.carruHero,
.carruHero div:not(.infoCar) {
  height: 100%;
}

.owl-carousel .owl-item img {
  width: 100% !important;
  height: fit-content;
  margin-top: 80px;
  max-width: 928px;
  margin-left: 40%;
}

.poloHero .infoCar,
.polo .containCard {
  background-color: #a41716;
}

.infoCar {
  height: auto;
  padding: 25px;
  align-self: flex-end;
  margin-right: -40px;
  margin-top: -20px;
  position: absolute;
  left: 250px;
  bottom: 100px;
  z-index: 1;
}

.infoCar h2 {
  font-weight: bolder;
  text-transform: uppercase;
}

.landingHero .boton {
  position: absolute;
  bottom: 1px;
  border: 2px solid #18131f;
  color: #18131f;
}

.landingHero .boton:hover {
  background: #18131f;
  color: #fff;
}

/* Section */
.section h3 {
  color: #40424a;
  font-size: 35px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 900;
}

.section p {
  color: #40424a;
  font-size: 16px;
  line-height: 1.5;
}

.noPadTop {
  padding-top: 0 !important;
}

.noPadBottom {
  padding-bottom: 0 !important;
}

/* /Section */

/* Timer */
.timerDiv {
  display: flex;
  align-self: center;
  padding: 20px 70px;
  margin: 20px;
  position: relative;
  align-items: center;
  z-index: 1;
}

.timerDiv h3 {
  color: #edede3;
  font-size: 32px;
  font-weight: 800;
  margin-left: 20px;
}

.timerDiv::before {
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
  left: 0;
  bottom: 0;
  background: #981a40;
  transform: skewX(-18deg);
}

.timerDiv h2 {
  text-transform: uppercase;
  text-align: center;
}

svg.isoR {
  position: absolute;
  width: auto;
  height: 60px;
  top: -20px;
  right: -40px;
}

.importante {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
  background: #ff7d32;
  padding: 30px;
}

.importante h2,
.importante h4 {
  text-transform: uppercase;
}

.importante h2 {
  font-size: 40px;
  font-weight: 700;
  color: #edede3;
}

.importante h4 {
  font-size: 33px;
  font-weight: 700;
  color: #a41716;
}

/* End Timer */
/* Form */
input,
select,
textarea {
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #18131f;
  background-color: #edede3;
  background-image: none;
  border: 1px solid #212652;
  font-weight: 500;
  margin-bottom: 10px;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #18131fa2;
}

form.contacts__form.form-control {
  margin-top: 20px;
}

.btn {
  font-family: "FuturaPT";
  font-weight: 900;
  font-size: 15px;
  color: #ffffff;
  padding: 12px 40px 15px 40px;
  width: 100%;
  text-transform: uppercase;
  position: relative;
}

.btn::before {
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
  left: 0;
  bottom: 0;
  background: #ff1430;
  transform: skewX(-18deg);
}

.formbtnsend {
  color: #fff !important;
}

.arrow {
  width: 20px;
  transform: rotate(90deg);
  align-self: center;
  margin: 20px 0 10px;
  fill: #e50353;
}

.telInput {
  display: flex;
}

.areaCode {
  width: 31%;
  margin-right: 10px;
}

/* /Form */

/* Models */
.carCards {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 80px;
}

.carCards img {
  width: 58%;
  align-self: center;
  margin-bottom: -50px;
  margin-top: -45px;
  margin-right: -130px;
}

.detalle {
  width: 43%;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.containCard span {
  font-weight: 900;
}

.carCards > div {
  display: flex;
  flex-direction: row;
  padding: 30px 20px 0;
  position: relative;
}

.carCards > div::before {
  content: "";
  height: 100%;
  position: absolute;
  width: 70%;
  z-index: -1;
  left: -15px;
  bottom: 0;
  background: #ff1430;
  transform: skewX(-18deg);
}

.violetCard > div::before {
  background: #3b369e;
}

.pinkCard > div::before {
  background: #ee395e;
}

.carCards > div *:not(img, li) {
  padding-left: 50px;
}

.carCards h3 {
  font-family: "FuturaPT";
  font-weight: 900;
  font-size: 30px;
}

.goltrend .containCard {
  background: black;
  color: #fff;
}

.virtus .containCard {
  background-color: rgb(175, 181, 185);
  color: #000;
}

.carCards h3,
.carCards p {
  color: #fff;
}

.cuota span {
  padding: 0 !important;
  font-size: 43px;
  margin-top: -16px;
  margin-bottom: -28px;
}

@media (max-width: 850px) {
  .cuota span {
    font-size: 41px;
    margin-top: -16px;
    margin-bottom: -18px;
  }
}

.cuota {
  display: flex;
  flex-direction: column;
  font-size: 17px;
  color: #000000a3;
  font-weight: 600;
  margin-bottom: 10px;
}

.carCards .boton {
  padding: 10px 30px 13px;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 60px;
  width: fit-content;
  margin-left: 50px;
}

/* /Models */
/* Col */
.colImg {
  align-items: center;
}

.imgBck {
  width: 49%;
  margin: 0px 0px 0px 0px;
  position: relative;
  display: flex;
  justify-content: center;
  height: 290px;
}

.imgBck svg {
  width: 140px;
  margin-top: 20px;
}

.textCol {
  padding: 0 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}

.textCol h2 {
  line-height: 40px;
  color: #981a40;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 10px;
}

.textCol h1 {
  color: #981a40;
}

.textCol p {
  color: #18131f !important;
}

.imgBck::before {
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
  left: 0;
  bottom: 0;
  background: #981a40;
  transform: skewX(-18deg);
}

ul.carAdds {
  font-size: 14px;
  gap: 10px;
  display: flex;
  margin-bottom: 10px;
}
ul.carAdds li {
  background: #fff5;
  padding: 2px 5px;
  color: #fff;
}
/* /col */

/* Gracias */
.colImagenGracias {
  align-items: center;
  height: 100%;
  min-height: 760px;
}

.colImagenGracias div {
  width: 45%;
}

.colImagenGracias .textCol {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.colImagenGracias .textCol p {
  color: #dedede;
  margin-top: 10px;
}

.btnCh {
  opacity: 0.5;
  cursor: progress;
  pointer-events: none;
}
.send h1 {
  font-size: 50px;
}

/* /Gracias */
/* Footer */
.footer {
  padding: 20px 0;
  border-top: 1px solid #18131f;
}

.footer p,
.footer a {
  color: #18131f;
  display: flex;
}

.footer p {
  width: 40%;
  display: flex;
  align-items: center;
}

.footer p:last-child {
  justify-content: right;
}

.footer a {
  text-decoration: underline;
  margin-left: 5px;
}

.footer p svg {
  margin-right: 20px;
  width: 60px;
}

.footer p svg path {
  fill: #ff1330 !important;
}

/*  /Footer */
/* Media */

@media (min-width: 1240px) {
  .textFix {
    height: 600px;
    position: absolute;
    width: 64%;
    min-width: 860px;
  }
}

@media (max-width: 1240px) {
  .textFix {
    width: 74%;
  }

  .cronos img {
    width: 73%;
  }

  .carCards img {
    width: 100%;
  }

  .detalle {
    width: 100%;
  }
}

@media (max-width: 1175px) {
  .textFix {
    width: 96%;
  }

  .cronos img {
    width: 93%;
  }

  .cronos {
    margin-left: 630px;
  }
}

@media (max-width: 850px) {
  /* Globals */
  h1 {
    font-size: 40px;
  }

  h4 {
    font-size: 20px;
  }

  .section {
    padding: 40px 0;
  }

  /* /Globals */
  /* Header */
  .logo:before {
    width: 41%;
  }

  .logo:after {
    width: 41%;
  }

  .header {
    height: 60px;
    padding: 0;
  }

  .header h3 {
    margin: 5px 0;
    align-self: flex-start;
    margin-left: 20px;
    position: absolute;
    top: 6px;
    font-weight: 100;
    font-size: 17px;
  }

  .header svg {
    width: 37px;
    height: auto;
  }

  /* /Header */
  /* Hero */
  .fullH {
    height: 57%;
    min-height: 505px;
    margin-bottom: 0;
  }

  .landingHero {
    height: 100%;
    min-height: 400px;
  }

  .textFix {
    height: 410px;
    padding: 50px 20px 50px 50px;
    bottom: 30px;
    width: 88%;
    min-width: auto;
  }

  .textFix::before {
    left: -20px;
  }

  .owl-carousel .owl-item img {
    width: 110% !important;
    max-width: 500px;
    position: relative;
    top: 73px;
    margin: 0 0 0 100px;
  }

  .cronos,
  .pulse {
    width: 118%;
    margin-top: 159px;
    margin-left: 0;
    max-width: 530px;
  }

  .cronos img {
    width: 100%;
  }
  .pulse img {
    width: 90%;
  }
  .textFix h3 {
    font-size: 16px;
    margin-top: 14px;
  }

  .carruHero,
  .carruHero div:not(.infoCar) {
    overflow: visible;
  }

  .textFix svg path {
    fill: #212652 !important;
  }

  .infoCar {
    padding: 10px 20px;
    font-size: 14px;
    left: auto;
    right: 60px;
    bottom: -70px;
    width: fit-content;
    z-index: 2;
  }

  .textFix svg {
    width: 50px;
    bottom: -102px;
  }

  .landingHero .boton {
    display: none;
  }

  .section h3 {
    font-size: 25px;
  }

  .arrow {
    margin: 10px 0px 0px;
  }

  /* /Hero */
  /* Timer */

  .timerDiv {
    flex-direction: column;
    padding: 20px 30px;
  }

  .timerDiv h2 {
    font-size: 20px;
  }

  .timerDiv h3 {
    font-size: 27px;
    margin-left: 0;
  }

  .importante h2 {
    font-size: 30px;
  }

  .importante h4 {
    font-size: 24px;
  }

  /* End Timer */
  /* Models */
  .carCards {
    width: inherit;
  }
  .carCards > div *:not(img) {
    padding-left: 10px;
  }

  .carCards:last-child {
    margin-bottom: 20px;
  }

  .carCards > div::before {
    left: -60px;
    width: 120%;
  }

  .carCards p {
    font-size: 15px;
  }

  .carCards img {
    margin-right: 0px;
    width: 170%;
    max-width: 418px;
    margin-top: -20px;
  }

  .carCards .boton {
    margin-left: 10px;
    margin-bottom: 10px;
  }

  .carCards > div {
    flex-direction: column;
  }
  ul.carAdds {
    display: flex;
    flex-wrap: wrap;
  }
  /* /Models */
  /* Col */
  .colImg > div {
    width: 100%;
  }

  .imgBck {
    height: 200px;
    margin-bottom: 40px;
  }

  .imgBck svg {
    width: 90px;
  }

  .textCol {
    padding: 0 20px;
    margin-bottom: 40px;
  }

  .textCol h2 {
    line-height: 30px;
    font-size: 30px;
  }

  /* /Col */
  /* Footer */
  .footer {
    padding: 30px 0 20px;
  }

  .footer > div {
    justify-content: center;
  }

  .footer p {
    margin-bottom: 5px;
  }

  .footer p {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center !important;
  }

  .footer p svg {
    margin-right: 10px;
    width: 38px;
  }

  /* /Footer */

  /* Gracias */
  .colImagenGracias div {
    width: 100%;
    height: 193px;
  }
  .send h1 {
    font-size: 40px;
  }
  .colImagenGracias {
    flex-direction: column;
    margin-top: 60px;
    min-height: auto;
  }

  .colImagenGracias .textCol {
    height: 160px !important;
    padding: 47px;
  }
}

/* /Media */

/* Dark mode */

@media (prefers-color-scheme: dark) {
  input,
  select,
  textarea {
    border: 1px solid #b4b4b7 !important;
  }

  h5 {
    color: #ff1430;
  }
}



.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 10px;
  color: #fff;
  display: flex;
  border-radius: 50px;
  font-size: 30px;
  z-index: 10;
  align-items: center;
  justify-content: center;
}

.float svg {
  width: 49%;
  height: 49%;
  fill: #fff;
}

.linkWhatsapp {
  right: 30px;
  background-color: #25d366;
  box-shadow: 0px 0px 13px #25d366 !important;
}
