@charset "UTF-8";
/* -----------------------------------*/
/* ---->>> LISTA DE IMPORTAÇÂO <<<----*/
/* -----------------------------------*/
/*===HELPERS===*/
/* CSS Document */
a {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: inherit;
  outline: none;
  text-decoration: none;
  transition-duration: 0.8s;
}

a:active {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:visited {
  color: inherit;
  outline: none;
  text-decoration: none;
}

* {
  font-style: normal;
}

html {
  font-size: 12px;
  font-style: normal;
  line-height: 1.4;
  min-height: 100%;
  text-align: left;
}

body * {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
}

fieldset,
img {
  border: 0;
  font-size: 1em;
}

ol,
ul {
  font-size: 1em;
  list-style: none;
}

caption,
th {
  font-size: 1em;
  text-align: left;
}

q:before,
q:after {
  content: "";
  font-size: 1em;
}

abbr,
acronym {
  border: 0;
  font-size: 1em;
}

small {
  font-size: 0.8em;
}

large {
  font-size: 1.2em;
}

th {
  font-weight: 100;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  clear: both;
  content: "";
  display: table;
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/MyriadPro-BoldIt.woff2") format("woff2"), url("../fonts/MyriadPro-BoldIt.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/MyriadPro-Regular.woff2") format("woff2"), url("../fonts/MyriadPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/********** Cores ***********/
/********** Fontes ***********/
/*===COMPONENTES===*/
body {
  background-color: #f8f8f8;
  font-family: "Raleway", sans-serif;
  margin: 0;
  min-height: 100%;
  padding: 0;
}

.box_cookie {
  background: #faf8f7;
  border: 1px solid #89837f;
  border-radius: 4px;
  bottom: 20px;
  display: flex;
  left: 50%;
  margin-left: -587px;
  min-height: 70px;
  padding: 25px;
  position: fixed;
  width: 1175px;
  z-index: 99;
}
.box_cookie p {
  font-size: 16px;
  line-height: 24px;
}
.box_cookie p a {
  color: #fbac1e;
  text-decoration: underline;
}
.box_cookie .botao {
  background-color: #faf8f7;
  border: 1px solid #fbac1e;
  border-radius: 4px;
  color: #fbac1e;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  height: 48px;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
  width: 160px;
}
.box_cookie .botao:hover {
  background-color: #242424;
  border: 1px solid #242424;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .box_cookie {
    align-items: center;
    flex-direction: column;
    left: 0;
    margin-left: 0;
    width: 100%;
  }
  .box_cookie .botao {
    margin-top: 20px;
  }
}
.footer {
  background-color: #242424;
  padding: 90px 0 120px 0;
  width: 100%;
}
.footer .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 1165px;
}
.footer .container .contact {
  display: flex;
  flex-direction: column;
  padding: 0 145px 0 110px;
  width: 497px;
}
.footer .container .contact .logos {
  display: flex;
}
.footer .container .contact .logos img {
  margin: 0 15px;
}
.footer .container .contact .call_center {
  display: flex;
  margin-top: 30px;
  text-align: right;
}
.footer .container .contact .call_center .dice {
  min-width: 166px;
}
.footer .container .contact .call_center .dice p {
  color: #fbac1e;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.footer .container .contact .call_center .dice h4 {
  color: #a7a9ac;
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
}
.footer .container .contact .call_center .icon {
  border-left: 1px solid #3a3a3a;
  margin-left: 20px;
  padding: 10px 0 10px 20px;
}
.footer .container .contact .where_are {
  display: flex;
  margin-top: 30px;
  text-align: right;
}
.footer .container .contact .where_are .address {
  min-width: 167px;
}
.footer .container .contact .where_are .address p {
  color: #fbac1e;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.footer .container .contact .where_are .address h5 {
  color: #a7a9ac;
  font-family: "Myriad Pro", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
.footer .container .contact .where_are .icon {
  border-left: 1px solid #3a3a3a;
  margin-left: 20px;
  padding: 10px 0 10px 20px;
}
.footer .container .contact .contact_data {
  display: flex;
  margin-top: 30px;
  text-align: right;
}
.footer .container .contact .contact_data .data {
  min-width: 166px;
}
.footer .container .contact .contact_data .data p {
  color: #fbac1e;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.footer .container .contact .contact_data .data h5 {
  color: #a7a9ac;
  font-family: "Myriad Pro", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
.footer .container .contact .contact_data .icon {
  border-left: 1px solid #3a3a3a;
  margin-left: 20px;
  padding: 10px 0 10px 20px;
}
.footer .container .form {
  width: 100%;
}
.footer .container .form .form_container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.footer .container .form .form_container .column_one {
  padding: 0 15px 0 0;
  width: 100%;
}
.footer .container .form .form_container .column_two {
  padding: 0 0 0 15px;
  width: 100%;
}
.footer .container .form .form_container .column_two .form-group label {
  margin-bottom: 5px;
}
.footer .container .form .form_container .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 38px;
}
.footer .container .form .form_container .form-group label {
  color: #929292;
  font-size: 17px;
  font-weight: bold;
}
.footer .container .form .form_container .form-group .input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #454545;
  color: #929292;
  font-size: 17px;
  font-weight: bold;
  outline: none;
  padding: 10px 20px;
  width: 100%;
}
.footer .container .form .form_container .form-group .textarea {
  background-color: transparent;
  border: none;
  border: 1px solid #454545;
  color: #929292;
  font-size: 17px;
  font-weight: bold;
  outline: none;
  padding: 10px 20px;
  resize: none;
  width: 100%;
}
.footer .container .form .botao {
  background-color: #2f2f2f;
  border: none;
  color: #fbac1e;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  padding: 14px;
  transition: all 0.6s;
  width: 100%;
}
.footer .container .form .botao:hover {
  background-color: rgba(47, 47, 47, 0.7);
}

.social_networks {
  align-items: center;
  background-color: #fbac1e;
  display: flex;
  justify-content: center;
  padding: 15px 0;
  width: 100%;
}
.social_networks .icons {
  display: flex;
}
.social_networks .icons a {
  margin: 0 5px;
}

@media screen and (max-width: 1024px) {
  .footer .container {
    width: 100%;
  }
  .footer .container .form {
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer .container {
    flex-direction: column;
  }
  .footer .container .contact {
    align-items: center;
    justify-content: center;
    padding: 0 0 60px 0;
    width: 100%;
  }
  .footer .container .form {
    padding: 0 24px;
  }
  .footer .container .form .form_container {
    flex-direction: column;
  }
  .footer .container .form .form_container .column_one,
  .footer .container .form .form_container .column_two {
    padding: 0;
  }
}
/*===PAGE===*/
.banner {
  background-image: url("../imagens/banner.jpg");
  background-position: left center;
  height: 900px;
  position: relative;
  width: 100%;
}
.banner .menu {
  position: absolute;
  top: 10px;
  transition: all 0.3s;
  z-index: 1;
}
.banner .menu .toggle_mobile {
  display: block;
  margin-left: 20px;
  margin-top: 15px;
  position: relative;
  z-index: 2;
}
.banner .menu .toggle_mobile #checkbox-menu {
  opacity: 0;
  position: absolute;
}
.banner .menu .toggle_mobile #checkbox-menu:checked + label span:nth-child(1) {
  top: 8px;
  transform: rotate(-45deg);
}
.banner .menu .toggle_mobile #checkbox-menu:checked + label span:nth-child(2) {
  opacity: 0;
}
.banner .menu .toggle_mobile #checkbox-menu:checked + label span:nth-child(3) {
  top: 8px;
  transform: rotate(45deg);
}
.banner .menu .toggle_mobile label {
  cursor: pointer;
  display: block;
  height: 22px;
  position: relative;
  width: 35px;
}
.banner .menu .toggle_mobile label span {
  background: #211f20;
  border-radius: 30px;
  display: block;
  height: 5px;
  position: absolute;
  transition: 0.25s ease-in-out;
  width: 100%;
}
.banner .menu .toggle_mobile label span:nth-child(1) {
  top: 0;
}
.banner .menu .toggle_mobile label span:nth-child(2) {
  top: 8px;
}
.banner .menu .toggle_mobile label span:nth-child(3) {
  top: 16px;
}
.banner .menu ul {
  display: flex;
}
.banner .menu ul li {
  align-items: center;
  display: flex;
  margin-left: 55px;
  text-align: center;
}
.banner .menu ul li a {
  border-bottom: 4px solid #fff;
  color: #242424;
  font-size: 15px;
  font-weight: 600;
  line-height: 27px;
  transition: all 0.3s;
}
.banner .menu ul li:hover a {
  border-bottom: 4px solid #fbac1e;
}
.banner .menu ul li.active a {
  border-bottom: 4px solid #fbac1e;
}
.banner .menu #top-menu {
  align-items: center;
  background-color: #fff;
  display: none;
  flex-direction: column;
  left: 0;
  padding: 50px 0 0 0;
  position: absolute;
  top: 0;
  width: 272px;
  z-index: 1;
}
.banner .menu #top-menu li {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.banner .menu #top-menu li a {
  font-size: 19px;
  line-height: 17px;
}
.banner .logo {
  left: 45px;
  position: absolute;
  top: 55px;
}
.banner .container {
  align-items: center;
  background-image: url("../imagens/icon-banner.png");
  display: flex;
  flex-direction: column;
  height: 900px;
  justify-content: center;
  margin: 0 auto;
  width: 776px;
}
.banner .container .bullets {
  display: flex;
  margin-bottom: 20px;
  margin-top: -77px;
}
.banner .container .bullets span {
  background-color: #fbac1e;
  border-radius: 50%;
  height: 8px;
  margin: 0 5px;
  width: 8px;
}
.banner .container .call h2 {
  color: #fff;
  font-size: 57px;
  font-weight: bold;
  letter-spacing: 6px;
  line-height: 48px;
}
.banner .container .call p {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 4px;
}
.banner .container .call p span {
  color: #fbac1e;
}
.banner .container .subchamada {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3.5px;
  margin-top: 20px;
}
.banner .icon_scroll {
  bottom: 15px;
  left: 50%;
  margin-left: -46px;
  position: absolute;
}

.our_story {
  background-color: #f8f8f8;
  padding: 135px 0 100px 0;
  width: 100%;
}
.our_story .container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  width: 780px;
}
.our_story .container h3 {
  color: #000000;
  font-size: 35px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}
.our_story .container h3 span {
  color: #fbac1e;
}
.our_story .container .subcall {
  color: #555555;
  font-family: "Myriad Pro", sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: -0.5px;
  margin: 10px 0;
  text-align: center;
}
.our_story .container .divisor {
  background-color: #fbac1e;
  height: 1px;
  margin-top: 10px;
  width: 55px;
}
.our_story .container .description {
  color: #000000;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.8em;
  margin: 20px 0;
  text-align: center;
}

.about {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.about .mission,
.about .vision,
.about .values {
  align-items: center;
  display: flex;
  height: 700px;
  justify-content: center;
  width: 100%;
}
.about .mission .container,
.about .vision .container,
.about .values .container {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 0 70px;
  position: relative;
  text-align: center;
}
.about .mission .container h3,
.about .vision .container h3,
.about .values .container h3 {
  color: #fff;
  font-size: 35px;
  font-weight: 900;
  margin: 35px 0 25px 0;
  text-transform: uppercase;
}
.about .mission .container p,
.about .vision .container p,
.about .values .container p {
  color: #fff;
  font-family: "Myriad Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  min-height: 130px;
}
.about .mission .container .botao,
.about .vision .container .botao,
.about .values .container .botao {
  background-color: #242424;
  color: #fbac1e;
  font-size: 14px;
  font-weight: bold;
  margin-top: 40px;
  padding: 13px 35px;
  transition: all 0.6s;
}
.about .mission .container .botao:hover,
.about .vision .container .botao:hover,
.about .values .container .botao:hover {
  background-color: rgba(36, 36, 36, 0.7);
}
.about .mission {
  background-color: #3a3a3a;
}
.about .vision {
  background-color: #656565;
}
.about .values {
  background-color: #959595;
}

.newsletter {
  background-color: #f5f5f5;
  width: 100%;
}
.newsletter .container {
  margin: 0 auto;
  width: 850px;
}
.newsletter .container .form {
  display: flex;
}
.newsletter .container .form .column_one {
  background-image: url("../imagens/fundo_newsletter.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding: 70px 0 70px 85px;
  width: 450px;
}
.newsletter .container .form .column_one p {
  color: #fbac1e;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.newsletter .container .form .column_one .form-group .input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ababab;
  color: #000000;
  font-size: 24px;
  font-weight: 900;
  outline: none;
  padding: 10px 0;
  width: 100%;
}
.newsletter .container .form .column_one .form-group .input::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.newsletter .container .form .column_one .form-group .input::placeholder {
  color: #000000;
  opacity: 1;
}
.newsletter .container .form .column_one .form-group .input:-ms-input-placeholder {
  color: #000000;
}
.newsletter .container .form .column_one .form-group .input::-ms-input-placeholder {
  color: #000000;
}
.newsletter .container .form .column_two {
  align-items: center;
  display: flex;
  margin-left: auto;
}
.newsletter .container .form .column_two .botao {
  background-color: #373737;
  border: none;
  color: #fbac1e;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  padding: 16px 40px;
  transition: all 0.6s;
}
.newsletter .container .form .column_two .botao:hover {
  background-color: rgba(37, 37, 37, 0.7);
}

@media screen and (max-width: 768px) {
  .banner {
    background-image: url(../imagens/banner_mobile.jpg);
    background-position: center;
    background-size: contain;
    height: 710px;
  }
  .banner .menu .toggle_mobile {
    margin-left: 10px;
    margin-top: 5px;
  }
  .banner .menu #top-menu {
    top: -10px;
  }
  .banner .logo {
    background-color: #fff;
    left: 0;
    padding: 35px 25px;
    top: 0;
  }
  .banner .container {
    background-color: rgba(0, 0, 0, 0.7);
    background-image: none;
    height: 710px;
    width: 100%;
  }
  .banner .container .bullets {
    margin-top: 0;
  }
  .banner .container .call h2 {
    font-size: 37px;
    line-height: 36px;
  }
  .banner .container .call p {
    font-size: 25px;
  }
  .banner .container .subchamada {
    text-align: center;
  }
  .our_story {
    padding: 135px 12px 100px 12px;
  }
  .our_story .container {
    width: 100%;
  }
  .about {
    flex-direction: column;
  }
  .about .mission,
  .about .vision,
  .about .values {
    align-items: center;
    display: flex;
    height: auto;
    justify-content: center;
    padding: 50px 0;
    width: 100%;
  }
  .about .mission .container,
  .about .vision .container,
  .about .values .container {
    padding: 0 20px;
  }
  .newsletter .container {
    width: 100%;
  }
  .newsletter .container .form {
    flex-direction: column;
  }
  .newsletter .container .form .column_one {
    padding: 70px 0 40px 55px;
    width: 100%;
  }
  .newsletter .container .form .column_two {
    margin-bottom: 30px;
    margin-right: auto;
  }
}/*# sourceMappingURL=mainstyles.css.map */