@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url("./reset.css");

* {
  scroll-behavior: smooth !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;

  font-weight: 300;

  color: #585e66;
}

body,
html {
  font-family: "Montserrat", sans-serif;

  color: #252525;

  font-weight: 300;
}

header {
  border-bottom: 1px #d9d9d9 solid;
}

/* .header-selo {
  display: flex;
  justify-content: center;
}
 */

.navbar-toggler-icon {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"><path stroke="rgb(37, 37, 37)" stroke-width="3" stroke-linecap="round" stroke-miterlimit="10" d="M4 7h22M4 15h22M4 23h22"/></svg>');
  transition: 0.5s ease;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"><path stroke="rgb(37, 37, 37)" stroke-width="3" stroke-linecap="round" stroke-miterlimit="10" d="M23 7l-16 16M7 7l16 16"/></svg>');
  transition: 0.5s ease;
}

.navbar {
  padding: 1rem;
}

.navbar-brand img {
  max-width: 140px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: rgb(37, 37, 37);

  font-family: "Raleway", sans-serif;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #828282;
  font-weight: bold;
}

.btn-solid-dark {
  background: #6f000a !important;

  color: #ffffff !important;

  padding: 14px 25px !important;

  border-radius: 5px !important;

  display: inline-block !important;

  transition: 0.3s ease;
}

.btn-solid-dark:hover {
  background: #510007 !important;

  color: #ffffff !important;

  padding: 14px 25px !important;

  border-radius: 5px !important;

  display: inline-block !important;
}

.btn-solid-white {
  background: #fff !important;

  color: #6f000a !important;

  padding: 14px 25px !important;

  border-radius: 5px !important;

  display: inline-block !important;

  transition: 0.3s ease;
}

.btn-solid-white:hover {
  background: #fff !important;

  color: #6f000a !important;

  padding: 14px 25px !important;

  border-radius: 5px !important;

  display: inline-block !important;
}

h1 {
  font-size: 2.5rem;

  font-weight: 300;
}

.box-bg-header {
  /*   background: linear-gradient(#00000059, #00000059),
    url(../img/content/img-03.jpg); */

  /* ALTERAÇÃO IMAGEM */

  /*     background: linear-gradient(#6f000a10, #6f000a),
    url(../img/content/img-teste-2.png) !important;
  background-size: cover;
  background-position: center;

  height: 500px;

  background-repeat: no-repeat !important; */
  width: 110vw;
}

.contato-direita {
  display: flex;
  flex-direction: column;
  /*   justify-content: center; */
  justify-content: space-between;
}

.box-contato-header {
  background: #545454;

  padding: 20px 30px;

  position: absolute;

  right: -35vw;

  width: 800px;

  top: -60px;
}

.box-contato-header a {
  color: #ffffff;

  display: block;

  padding: 5px;

  font-size: 20px;
}

.btn-down {
  position: absolute;

  left: -50px;

  top: 50px;
}

#header {
  background: #fff;

  padding: 0;

  margin: 0;
}

#header .container .row {
  align-items: center;
}

#linha-header {
  background-color: #6f000a;
}

.box-numbers {
  display: flex;

  padding: 25px;
}

.box-numbers-itens {
  flex: 0 0 25%;

  padding: 25px;
}

.box-numbers-itens h6 {
  font-family: "Montserrat", sans-serif;

  color: #fff;

  font-size: 30px;

  font-weight: 700;

  margin: 0;
}

.box-numbers-itens p {
  margin-top: 0;

  margin-bottom: 0;

  font-size: 15px;

  color: #fff;

  font-weight: 600;
}

section {
  margin: 100px 0;
}

.box-solucoes {
  position: relative;

  padding: 30px;

  border: 2px #70110a solid;

  /*   height: 400px; */
  height: auto;

  margin: 35px;
}

.box-solucoes .img-destaque {
  position: absolute;

  top: 20px;

  left: -35px;

  background: #fff;

  padding: 10px;

  width: 100%;

  max-width: 70px;
}

.box-solucoes-top {
  padding-left: 15px;
}

.box-solucoes .box-solucoes-top p {
  margin-top: 0;

  margin-bottom: 0;

  font-weight: 300;

  text-transform: uppercase;

  font-size: 13px;
}

.box-solucoes-top h3 {
  font-size: 20px;

  font-weight: 800;

  color: #6f000a;
}

.box-solucoes .btn-light {
  position: absolute;

  bottom: 15px;

  color: #6f1108;

  background: #fff;

  text-transform: uppercase;

  letter-spacing: 1px;

  font-size: 14px;
}

.box-solucoes p {
  margin-top: 20px;

  margin-bottom: 1rem;
}

.box-etapas {
  position: relative;

  padding-left: 30px;

  border-left: 0px #70110a solid;

  margin-top: 35px;
}

.box-etapas .box-etapas-numbers {
  padding: 8px 10px 7px 10px;

  border: 2px #70110a solid;

  border-radius: 50px;

  position: absolute;

  color: #70110a;

  font-weight: 500;

  left: -12px;

  background-color: #fff;
}

.box-etapas p {
  margin-top: 0;

  margin-bottom: 1rem;

  font-size: 13px;
}

.box-etapas h5 {
  color: #70110a;

  font-size: 16px;

  font-weight: 500;
  margin-left: 8px;
  padding-top: 10px;
}

.p-nome {
  font-weight: 700;
}

.img-historia {
  border-right: 8px solid #70110a;
}

#callToAction {
  background: linear-gradient(#3e0006cf, #3e0006cf),
    url(../img/content/img-03.jpg);

  background-attachment: fixed;

  background-position: center;

  background-size: cover;

  padding: 100px 0;
}

#callToAction .row {
  align-items: center;
}

#callToAction h2 {
  font-size: 2rem;

  color: #ffffff;

  margin: 0;
}

.cta2-esquerda {
  display: flex;
  justify-content: flex-start;
}
.cta2-direita {
  display: flex;
  justify-content: flex-end;
}

.box-form {
  background: #6f000a;

  /*   max-width: 400px; */

  padding: 35px 25px 90px 25px;

  margin: 0 auto;
}

.box-form h5 {
  font-size: 1.25rem;

  text-align: center;

  color: #fff;

  margin-bottom: 15px;
}

.box-form input,
.box-form textarea,
.box-form input:hover,
.box-form textarea:hover,
.box-form input:active,
.box-form textarea:active,
.box-form input:focus,
.box-form textarea:focus {
  width: 100%;

  border: none;

  border-bottom: 2px #fff solid;

  padding: 12px 15px;

  background: #ffffff14;

  color: #fff;

  margin-bottom: 7px;

  outline: none;
}

.box-form ::placeholder {
  color: #fff;
}

.box-info {
  display: flex;

  align-items: center;

  margin-top: 40px;
}

.box-info i {
  color: #6f1108;

  font-size: 40px;

  padding: 0px 20px;
}

.box-info a {
  display: block;

  color: #252525;

  max-width: 300px;
}

.whatsapp-color:hover {
  transform: scale(1.02);
  transition: all 0.3s ease-in-out;
}

footer {
  border-top: 1px #252525 solid;

  padding-top: 50px;
}

footer img.img-fluid {
  max-width: 120px;

  margin-bottom: 5px;
}

footer p {
  margin-top: 0;

  margin-bottom: 1rem;

  max-width: 350px;

  margin: 0 auto;
}

footer a {
  color: #6f1108;

  text-decoration: none;

  background-color: transparent;

  padding: 5px;

  display: inline-block;
}

footer .copy p {
  margin-top: 0;

  margin-bottom: 1rem;

  max-width: 100%;

  margin: 15px auto;

  font-size: 14px;
}

.accordion-duvidas {
  background-color: #fff;

  color: #6f1108;

  cursor: pointer;

  padding: 18px;

  width: 100%;

  border: none;

  text-align: left;

  outline: none;

  font-size: 15px;

  transition: 0.4s;

  margin-bottom: 7px;

  border: 2px #6f1108 solid;
}

.active-duvidas,
.accordion-duvidas:hover {
  background-color: #fff;
}

.accordion-duvidas:after {
  content: "\002B";

  color: #6f1108;

  font-weight: bold;

  float: right;

  margin-left: 5px;
}

.active-duvidas:after {
  content: "\2212";
}

.panel-duvidas {
  padding: 0 18px;

  background-color: white;

  max-height: 0;

  overflow: hidden;

  transition: max-height 0.2s ease-out;
}

.btn-whatsapp {
  color: #ffffff;

  background: linear-gradient(45deg, #5fef6f, #30c348);

  padding: 0px 10px 0px 15px;

  font-size: 40px;

  position: fixed;

  right: -165px;

  bottom: 20px;

  border-radius: 20px 0px 0px 20px;

  transition: ease-in-out 0.3s;

  z-index: 1;
}

.btn-whatsapp:hover {
  color: #ffffff;

  background: linear-gradient(45deg, #5fef6f, #30c348);

  font-size: 40px;

  position: fixed;

  right: 0;

  bottom: 20px;

  border-radius: 20px 0px 0px 20px;
}

.btn-whatsapp p {
  margin-top: 0;

  margin-bottom: 0;

  font-size: 14px;
}

.btn-whatsapp p strong {
  display: block;

  font-size: 16px;
}

.btn-whatsapp i {
  position: relative;
}

.whatsapp-color {
  background: linear-gradient(45deg, #5fef6f, #30c348) !important;

  color: #0b4615 !important;

  font-weight: 600;
}

.whatsapp-color:hover {
  background: linear-gradient(45deg, #5fef6f, #30c348) !important;

  color: #0b4615 !important;

  font-weight: 600;
}

#mensagem-alerta {
  color: #fff;

  white-space: nowrap;

  font-size: 14px;

  margin: 17px 0 0 0;

  float: left;
}

/* missão e visão bold */

#historia > div > div.row.mt-5 > div > h5 {
  font-weight: bold;
}

/* Animar a seta */

#header > div > div > div.col-lg-12 > a {
  animation: up-down alternate-reverse ease-in-out 3s infinite;
}

/* //adicionado sections video */
.icon-video {
  position: absolute;
  z-index: 1000;
  bottom: 50%;
  left: calc(50% - 5%);
  width: 10%;
  height: 10%;
}

@keyframes up-down {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

@media (min-width: 1440px) {
}

@media (max-width: 1440px) {
}

@media (max-width: 1366px) {
  .btn-down {
    left: 5px;
  }

  .box-bg-header {
    margin-left: 50px;
  }
}

@media (max-width: 1024px) {
  .header-direita {
    display: flex;
    justify-content: center !important;
    padding: 1.5rem 0px !important;
    margin-top: 0px !important;
  }

  .header-direita img {
    max-width: 40% !important;
  }

  .header-esquerda {
    margin-bottom: 0px !important;
  }
}

.cta-esquerda {
  display: flex;
  justify-content: center !important;
  flex-direction: column;
}

.cta-esquerda p {
  color: #fff;
}
.cta-direita {
  display: flex;
  justify-content: center !important;
}

.cta-direita a {
  display: flex;
  justify-content: center !important;
  margin-top: 8px;
}

/* Ajuste do botão em form  */

#contato > div > div:nth-child(2) > div.col-lg-6.contato-direita > a {
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #video-section {
    margin: 36px 0px;
  }

  #solucoes {
    margin: 36px 0px;
  }
  .navbar-collapse {
    text-align: center;

    padding: 10px 0 20px 0;
  }

  h1 {
    font-size: 2.5rem;

    font-weight: 300;
  }

  h5.mt-3 {
    margin-top: 1rem !important;

    margin-bottom: 35px;
  }

  .btn-down {
    left: -50px;
  }

  .box-bg-header {
    margin-left: 0px;
  }

  .box-contato-header {
    width: 500px;
  }

  .box-numbers {
    padding: 25px 0;

    flex-wrap: wrap;
  }

  .box-numbers-itens {
    flex: 0 0 50%;

    padding: 25px 20px;
  }

  .box-etapas {
    margin-left: 20px;
  }

  #historia h2 {
    margin-top: 25px;
  }

  #callToAction {
    text-align: center !important;
  }

  #callToAction .text-right {
    margin-top: 15px;
    text-align: center !important;
  }

  footer {
    text-align: center;
    padding: 20px;
  }

  footer .float-left {
    float: none !important;
  }

  footer .float-right {
    float: none !important;
  }

  footer br {
    display: none !important;
  }

  /* modificar 26/04 */
  .box-contato-header {
    transform: scale(0.5);
  }
  .header-direita {
    margin-top: -60px !important;
  }
  .header-esquerda {
    /*     padding-top: 1rem !important;
    padding-bottom: 1rem !important; */
    margin-top: 1rem !important;
  }
}

@media (max-width: 425px) {
}

@media (max-width: 376px) {
}
