@font-face {
  font-family: "Neue Machina Light";
  src: url(../font/NeueMachina-Light.otf);
}

@font-face {
  font-family: "Neue Machina Regular";
  src: url(../font/NeueMachina-Regular.otf);
}

@font-face {
  font-family: "Neue Machina Ultra";
  src: url(../font/NeueMachina-Ultrabold.otf);
}

footer > div {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.section-index {
  background-color: #13b097;
  background-image: url("https://www.transparenttextures.com/patterns/asfalt-light.png");
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

.box-video > video {
  width: 100%;
  border-radius: 4px;
}

.section-index > div > div {
  padding: 0px;
  margin: 0px;
}

h2 {
  font-family: "Roboto", sans-serif;
  margin: 0px;
  font-weight: 900;
  color: #ffffff;
  text-shadow: 0px 0px 1px #5a5a5a;
  text-transform: uppercase;
  font-size: 2em;
  letter-spacing: 4px;
  line-height: 62px;
  position: relative;
  top: 5px;
}

h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  /* text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff; */
  position: relative;
  top: -15px;
  font-size: 3em;
  letter-spacing: 0px;
  font-family: "Neue Machina Regular";
}

footer {
  position: relative;
}

footer > div > div > p {
  color: #fff;
  margin-bottom: 0px;
}

footer > div > div > p > a {
  color: #0e36a5;
  text-decoration-line: none;
  font-weight: 600;
}

.box-form > form > div > h4 {
  font-family: "Roboto";
  text-align: center;
  color: #006a59;
  font-weight: 900;
}

.formC > label {
  width: 100%;
  font-family: "Roboto";
  font-size: 0.9em;
  font-weight: 500;
}

.formC > input {
  border-radius: 4px;
  /* border: 1px solid #4a4a4a;
    filter: drop-shadow(1px 1px 4px #545454); */
  width: 100%;
}

.box-form {
  /* background-color: #13b097; */
  border-radius: 4px;
  padding: 24px;
  position: relative;
  border: 2px solid #13b097;
  filter: drop-shadow(1px 1px 2px #c1c1c1);
}

/* .box-form>form::after {
    content: '';
    position: absolute;
    background-color: #ffffff;
    width: 200px;
    height: 62px;
    border-radius: 4px 4px 4px 4px;
    bottom: 70px;
    left: 12px;
    transform: rotate(355deg);
} */

.formBtn > button {
  width: 280px;
  border: none;
  background-color: #f2ff26;
  color: #107a69;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Roboto";
  letter-spacing: 1px;
  font-size: 1.1em;
  padding: 10px;
  border-radius: 4px;
  filter: drop-shadow(1px 1px 4px #c1c1c1);
}

.box-cta > div > div {
  height: 14vh;
  display: flex;
  align-items: center;
}

.formBtn {
  padding-top: 16px;
  text-align: center;
}

.formC {
  margin-bottom: 8px;
}

.form-control:focus {
  border-color: #13b097;
  box-shadow: 0 0 0 0.2rem #13b09740;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1248px;
  }
}

@media (max-width: 760px) {
  h1 {
    font-size: 1.9em;
  }

  .box-text > div > h3 {
    font-size: 1.3em !important;
    text-align: center !important;
  }

  .btn-cta {
    text-align: center !important;
  }

  .logo-m {
    display: block !important;
    position: relative !important;
    top: 0px !important;
    right: 0 !important;
  }
  .section-banner > div > div > div:nth-child(2) {
    border-radius: none;
  }
  .image-banner > img {
    border-radius: none;
  }
}

.logo-m {
  position: absolute;
  top: 16px;
  right: 50px;
}

.box-text > div > h3 {
  color: #f5f0e0;
  font-weight: 700;
  border-radius: 4px;
  padding: 2px;
  font-size: 2.5em;
  font-family: "Neue Machina Regular";
}

.box-text > div > h3 > span {
  color: #13b097;
  font-size: 0.8em;
  font-weight: 900;
  background-color: #fff;
}

.section-index > div > div {
  align-items: center;
}

.btn-cta > a {
  background-color: #f2ff26;
  font-size: 1.2em;
  font-weight: 900;
  color: #0e7a69;
  filter: drop-shadow(1px 1px 4px #545454);
  text-transform: uppercase;
  font-family: "Roboto";
  padding: 12px 20px;
  border-radius: 4px;
}

.bloco-cta > p {
  width: 150px;
  background-color: #f2ff26;
  color: #13b097;
  height: 150px;
  display: flex;
  place-items: center;
  text-align: -webkit-center;
  font-size: 1.1em;
  line-height: 20px;
  border-radius: 80px;
  border: 4px solid #fff;
  text-transform: uppercase;
  transform: rotate(346deg);
  font-weight: 900;
  letter-spacing: -0.2px;
  text-shadow: 1px 1px #fff;
  filter: drop-shadow(1px 1px 1px #c1c1c1);
}

.bloco-cta {
  position: absolute;
  top: -20px;
  left: -14px;
}

footer > div {
  background-color: #13b097;
}

.box-cta > div:nth-child(1) {
  background-color: #13b097;
  color: #ffffff;
}

.box-cta > div:nth-child(2) {
  background-color: #fff;
  color: #13b097;
}

.box-cta > div:nth-child(3) {
  background-color: #13b097;
  color: #ffffff;
}

.box-cta > div > div > h3 {
  font-size: 1.4em;
  margin-bottom: 0px;
  padding: 6px 0px;
  font-weight: 500;
  text-shadow: 0px 0px 0px #c1c1c1;
  font-family: "Roboto";
}

.box-cta > div {
  border-radius: 4px;
  box-shadow: 0px 0px 6px 0px #fdfdfd;
}

.p-relative {
  position: relative;
}

.form-check > label {
  font-size: 0.8em;
  color: #545454;
}

h4 {
  color: #fff;
  font-size: 1.5em;
  font-family: "Neue Machina Regular";
}

.foo {
  background-color: #13b097;
  color: #fff;
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.version2 {
  height: 92vh;
  display: flex;
  align-items: center;
  text-align: center;
}
.image-banner > img {
  max-width: 100%;
  width: 400px;
  height: 44vh;
  object-fit: cover;
  border-radius: 4px 0px 0px 4px;
}
.section-banner > div > div > div > div > h4 {
  color: #fff;
  font-family: "Neue Machina Regular";
  font-size: 1.7em;
}
.section-banner > div > div > div {
  background-color: #24b69e;
}
.section-banner-text {
  padding: 24px 12px 8px;
}
.section-banner > div > div > div:nth-child(1) {
  border-radius: 4px 0px 0px 4px;
}
.section-banner > div > div > div:nth-child(2) {
  border-radius: 0px 4px 4px 0px;
}
.section-banner-text > h3 > span {
  filter: drop-shadow(1px 1px 2px #c1c1c1);
  background-color: #fff;
  margin: 3px;
  padding: 0px 10px;
  border-radius: 4px;
  color: #24b69e;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.7em;
}
