:root {
  --black: black;
  --red: #ed1e26;
  --white: white;
  --red2: #db1a22;
}

.body {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.hero-sec {
  height: 100vh;
}

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

.container-960.hero {
  margin-bottom: 70px;
}

.hero-inner-sec {
  background-image: url('../images/hero-bck.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 90px;
  padding-bottom: 0;
  position: relative;
}

.paragraph {
  color: var(--black);
  line-height: 24px;
}

.paragraph.center {
  text-align: center;
}

.paragraph.bot0 {
  margin-bottom: 0;
}

.heading40 {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

.heading40.top30 {
  margin-top: 30px;
}

.col {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.col._30 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.col-inner {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  display: flex;
}

.flexbox {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.box1 {
  width: 45%;
}

.heading30 {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 37px;
}

.heading30.top30 {
  margin-top: 30px;
}

.heading30._40 {
  font-size: 40px;
  line-height: 44px;
}

.image {
  max-width: 100%;
}

.box2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  display: flex;
}

.col-bullet-list {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bold-red {
  color: var(--red);
}

.black-sec {
  background-color: var(--black);
  padding-top: 48px;
  padding-bottom: 48px;
}

.col-center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.col-center._20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.text-block {
  color: var(--white);
  font-size: 28px;
  line-height: 34px;
}

.button-white {
  background-color: var(--white);
  color: var(--red);
  text-transform: uppercase;
  padding: 16px 24px;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  transition: all .3s;
}

.button-white:hover {
  background-color: var(--red);
  color: var(--white);
}

.white-sec {
  padding-top: 50px;
  padding-bottom: 50px;
}

.masory-grid {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.masory-grid._1 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-top: 21px;
}

.box1-red-stroke {
  border: 1px solid var(--red);
  border-radius: 5px;
  padding: 12px 24px;
}

.box1-red-stroke._1 {
  width: 54%;
}

.box1-red-stroke._2 {
  width: 44%;
}

.box1-red-stroke._3 {
  width: 61%;
}

.box1-red-stroke._4 {
  width: 37%;
}

.paragraph2 {
  color: var(--black);
  margin-bottom: 0;
  font-size: 17px;
  line-height: 27px;
}

.paragraph2.center {
  text-align: center;
}

.paragraph2.bot0 {
  margin-bottom: 0;
}

.text-block-2 {
  color: var(--black);
  text-transform: uppercase;
  font-size: 100px;
  font-weight: 800;
  line-height: 90px;
}

.red {
  color: var(--red);
}

.heading {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -8px;
  padding-top: 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: 300px;
  font-weight: 400;
  line-height: 210px;
}

.button-red {
  background-color: var(--red);
  color: var(--white);
  text-transform: uppercase;
  padding: 16px 24px;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  transition: all .3s;
}

.button-red:hover {
  background-color: var(--black);
  color: var(--red);
}

.col-hero {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-3 {
  font-size: 34px;
}

.text-block-4 {
  color: var(--black);
  font-size: 32px;
  font-weight: 500;
  line-height: 34px;
}

.image-2 {
  margin-bottom: 54px;
}

.red-bar {
  background-color: var(--red);
  width: 46%;
  height: 17px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.red-bar.right {
  width: 41%;
  inset: auto 0% 0% auto;
}

.heading30-white {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
}

.heading30-white.top30 {
  margin-top: 30px;
}

.grid-temas {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-list-box1 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.grid-list-box2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.paragraph-white {
  color: var(--white);
  margin-bottom: 0;
  font-weight: 300;
  line-height: 24px;
}

.paragraph-white.center {
  text-align: center;
}

.paragraph-white.bot0 {
  margin-bottom: 0;
}

.text-block-5 {
  color: var(--red);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.numbers {
  max-width: 34%;
}

.numbers._2 {
  max-width: 80px;
}

.numbers._1 {
  max-width: 70px;
}

.numbers._3 {
  max-width: 80px;
}

.col-list-sec {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: column;
  display: flex;
}

.sobre-sec {
  background-image: url('../images/jc-bck2.jpg');
  background-position: 100% 73%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 74px;
  padding-bottom: 90px;
  position: relative;
}

.col-sobre {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 560px;
  display: flex;
}

.image-3 {
  max-width: 100%;
  margin-top: 6px;
  margin-bottom: 30px;
}

.sec-faq {
  padding-top: 55px;
  padding-bottom: 55px;
}

.heading5 {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

.heading5.top30 {
  margin-top: 30px;
}

.col-faqs {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  margin-top: 41px;
  display: flex;
}

.question {
  background-color: var(--red2);
  color: var(--white);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: inline-block;
}

.question-text {
  padding: 12px 16px;
  font-weight: 600;
}

.answer {
  border: 1px solid var(--red2);
  color: var(--black);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 12px 16px;
  line-height: 25px;
}

.grid-3column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.column-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column-2.center {
  align-items: center;
}

.column-2.right {
  align-items: flex-end;
}

.footer-link {
  color: #fff;
  margin-right: -5px;
  padding: 2px 5px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--red2);
}

.footer {
  background-color: var(--black);
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-text {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 140%;
  transition: all .2s;
}

.container-1020 {
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
}

._2nd-row {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.modal {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-bg {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #000000e0;
  width: 100%;
  height: 100%;
}

.modal-container-4 {
  background-color: #081b2b00;
  border-radius: 4px;
  width: 100%;
  max-width: 35rem;
  margin-top: -10%;
  padding: 0 0;
  position: absolute;
}

.close-link {
  color: #1e1e1e;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  inset: 3.1rem 1.5rem auto auto;
}

.close-text {
  color: #fff;
  font-size: 4rem;
  transform: rotate(45deg);
}

.whatsapp-component {
  position: fixed;
  inset: auto 2% 2% auto;
}

@media screen and (max-width: 991px) {
  .body {
    background-color: #fff;
  }

  .hero-inner-sec {
    background-image: linear-gradient(#fff0 7%, #ffffff9e 27%, #fff), url('../images/mobile-bck-jchero.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 100%;
    background-attachment: scroll, scroll;
    padding-top: 40px;
  }

  .col-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .flexbox {
    flex-flow: column-reverse wrap;
  }

  .box1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .image {
    max-width: 301px;
  }

  .box2 {
    width: 100%;
  }

  .text-block {
    text-align: center;
  }

  .white-sec {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .box1-red-stroke._1, .box1-red-stroke._2, .box1-red-stroke._3, .box1-red-stroke._4 {
    width: 100%;
  }

  .text-block-2 {
    color: var(--black);
    font-size: 71px;
    line-height: 70px;
  }

  .heading {
    margin-left: 0;
    font-size: 170px;
    line-height: 110px;
  }

  .h1-combo {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 128px;
    display: flex;
  }

  .col-hero {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: center;
    min-height: 92vh;
  }

  .text-block-4 {
    color: var(--black);
    font-size: 23px;
  }

  .sobre-sec {
    background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/jc-bck2.jpg');
    background-position: 0 0, 100% 73%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .col-sobre {
    max-width: 100%;
  }

  .footer {
    background-color: #000;
  }

  .container-1020 {
    max-width: 1020px;
    padding-left: 10px;
    padding-right: 10px;
  }

  ._2nd-row {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .container-960.hero {
    margin-bottom: 30px;
  }

  .hero-inner-sec {
    background-image: linear-gradient(#fff0 7%, #ffffff9e 27%, #fff), url('../images/mobile-bck-jchero.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 100%;
    background-attachment: scroll, scroll;
  }

  .image {
    max-width: 368px;
  }

  .button-white {
    font-size: 18px;
    line-height: 22px;
  }

  .text-block-2 {
    text-align: center;
    font-size: 50px;
    line-height: 44px;
  }

  .heading {
    padding-top: 10px;
    font-size: 120px;
    line-height: 80px;
  }

  .button-red {
    font-size: 18px;
    line-height: 22px;
  }

  .text-block-4 {
    font-size: 20px;
    line-height: 30px;
  }

  .grid-3column {
    grid-template-columns: 1fr;
  }

  .column-2.center-mobile {
    align-items: center;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-text {
    text-align: center;
  }

  .close-link {
    top: -10px;
    right: 5px;
  }
}

@media screen and (max-width: 479px) {
  .hero-inner-sec {
    background-image: linear-gradient(#fff0 7%, #ffffff9e 27%, #fff), url('../images/mobile-bck-jchero.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 100%;
    background-attachment: scroll, scroll;
  }

  .paragraph {
    font-size: 16px;
    line-height: 22px;
  }

  .heading40.top30 {
    margin-top: 10px;
    font-size: 28px;
    line-height: 28px;
  }

  .col-inner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading30 {
    margin-top: 9px;
    font-size: 22px;
    line-height: 26px;
  }

  .heading30._40 {
    font-size: 28px;
    line-height: 28px;
  }

  .black-sec {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .col-center._20 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-block {
    font-size: 22px;
    line-height: 28px;
  }

  .text-block.bot {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 24px;
  }

  .button-white {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

  .white-sec {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .masory-grid._1 {
    margin-top: 10px;
  }

  .paragraph2 {
    font-size: 14px;
    line-height: 22px;
  }

  .text-block-2 {
    font-size: 32px;
    line-height: 29px;
  }

  .heading {
    font-size: 70px;
    line-height: 49px;
  }

  .button-red {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-4 {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 223px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 21px;
    display: flex;
  }

  .paragraph-white {
    font-size: 16px;
    line-height: 22px;
  }

  .sobre-sec, .sec-faq {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .col-faqs {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 20px;
  }

  .question {
    font-size: 16px;
  }

  .answer {
    font-size: 14px;
    line-height: 22px;
  }

  .modal {
    display: none;
  }
}

#w-node-_83f0b402-aadf-a8f7-82cb-5ed5e041036f-6ace0de1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


