@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #ffffff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #000000;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.row {
  margin-bottom: 0;
}

section {
  padding: 70px 0px;
}

@media screen and (max-width: 767px) {
  section {
    padding: 50px 0px;
  }
}
@media screen and (max-width: 991px) {
  .col-12.col-lg-6 + .col-12.col-lg-6 {
    margin-top: 32px;
  }
  .col-12.col-lg-4 + .col-12.col-lg-4 {
    margin-top: 32px;
  }
}
header#desktop {
  width: 100%;
  height: 150px;
  position: absolute;
  z-index: 999;
  background: transparent;
  top: 0;
  overflow: hidden;
}
header#desktop nav {
  background-color: revert;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 150px;
  width: 100%;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  background-size: cover;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
header#desktop nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 200;
}
header#desktop nav a.area-cliente {
  position: absolute;
  right: 16px;
  top: -42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 200;
  padding: 0;
  background: transparent;
  text-decoration: none;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
header#desktop nav a.area-cliente div.caixa-icone {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #b12129;
  border-radius: 50%;
  margin-right: 8px;
}
header#desktop nav a.area-cliente div.caixa-icone img {
  width: 15px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
header#desktop nav a.area-cliente span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
header#desktop nav a.area-cliente:hover span {
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
header#desktop nav a.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 200;
}
header#desktop nav a.navbar-brand img {
  height: 70px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
header#desktop nav .navbar-collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 64px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 0;
  padding-left: 0;
  margin-left: 32px;
  position: relative;
  z-index: 50;
}
header#desktop nav .navbar-collapse div.redes_sociais_contato {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  padding-left: 32px;
  position: relative;
  z-index: 50;
}
header#desktop nav .navbar-collapse div.redes_sociais_contato ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
header#desktop nav .navbar-collapse div.redes_sociais_contato ul li + li {
  margin-left: 8px;
}
header#desktop nav .navbar-collapse div.redes_sociais_contato ul li {
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header#desktop nav .navbar-collapse div.redes_sociais_contato ul li a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  height: 30px;
  width: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: 0.3s;
}
header#desktop nav .navbar-collapse div.redes_sociais_contato ul li a i {
  color: #ffffff;
  font-size: 18px;
  transition: 0.3s;
}
header#desktop nav .navbar-collapse div.redes_sociais_contato ul li a:hover {
  border: 2px solid rgba(255, 255, 255, 0.8);
  background: #fff;
  transition: 0.3s;
}
header#desktop nav .navbar-collapse div.redes_sociais_contato ul li a:hover i {
  transition: all 0.7s;
  color: #b12129 !important;
  transition: 0.3s;
}
header#desktop
  nav
  .navbar-collapse
  div.redes_sociais_contato
  ul
  li:first-child
  a {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
header#desktop
  nav
  .navbar-collapse
  div.redes_sociais_contato
  ul
  li:first-child
  a
  i {
  color: #ffffff;
  font-size: 16px;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
header#desktop
  nav
  .navbar-collapse
  div.redes_sociais_contato
  ul
  li:first-child
  a:hover {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
header#desktop
  nav
  .navbar-collapse
  div.redes_sociais_contato
  ul
  li:first-child
  a:hover
  i {
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
header#desktop nav .navbar-collapse ul.opcoes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  list-style: none;
  width: 100%;
  position: relative;
  z-index: 50;
}
header#desktop nav .navbar-collapse ul.opcoes li.opcao + li.opcao {
  margin-left: 32px;
}
header#desktop nav .navbar-collapse ul.opcoes li.opcao {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header#desktop nav .navbar-collapse ul.opcoes li.opcao a.link {
  padding: 0;
  background: transparent;
  text-decoration: none;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
header#desktop nav .navbar-collapse ul.opcoes li.opcao a.link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
header#desktop nav .navbar-collapse ul.opcoes li.opcao a.link:hover span {
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
header#desktop nav .navbar-collapse::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 35;
  left: -115%;
  height: 100%;
  width: 300%;
  background: url("../imagens/topo/bg-menu.png") center left no-repeat;
  background-size: cover;
}

header#desktop.bg-fixed {
  height: 96px;
}
header#desktop.bg-fixed nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 96px;
  background: #2f2b2c;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
header#desktop.bg-fixed nav a.navbar-brand img {
  height: 70px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

header#mobile {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 120px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  top: 0;
  background: #e0e0de;
}
header#mobile div.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 0;
  height: 100%;
  position: relative;
  z-index: 999;
}
header#mobile a.brand-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header#mobile a.brand-logo img {
  height: 56px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
header#mobile .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background: #b12129e6;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-bottom: 50px;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header#mobile .sidenav .closebtn {
  position: absolute;
  top: 29px;
  right: 13px;
  font-size: 42px;
  margin-left: 50px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
header#mobile .sidenav .closebtn:hover {
  color: #ffffff;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
header#mobile .sidenav ul.opcoes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-width: 320px;
  -webkit-box-shadow: none;
  box-shadow: none;
  list-style: none;
  margin: 0;
}
header#mobile .sidenav ul.opcoes li + li {
  margin-top: 16px;
}
header#mobile .sidenav ul.opcoes li {
  padding: 0px 32px;
  background: transparent;
}
header#mobile .sidenav ul.opcoes li a.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  height: auto;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
header#mobile .sidenav ul.opcoes li a.area-cliente {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  background: transparent;
  text-decoration: none;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
header#mobile .sidenav ul.opcoes li a.area-cliente div.caixa-icone {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #141414;
  border-radius: 50%;
  margin-right: 8px;
}
header#mobile .sidenav ul.opcoes li a.area-cliente div.caixa-icone img {
  width: 18px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
header#mobile .sidenav ul.opcoes li a.link:hover {
  background: transparent;
  color: #ffffff;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
header#mobile .sidenav ul.redes_sociais_contato {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  padding: 0px 50px;
  margin: 0;
  list-style: none;
  margin-top: 16px;
}
header#mobile .sidenav ul.redes_sociais_contato li + li {
  margin-left: 16px;
}
header#mobile .sidenav ul.redes_sociais_contato li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  height: auto;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
header#mobile .sidenav ul.redes_sociais_contato li a i {
  font-size: 24px;
}
header#mobile .sidenav ul.redes_sociais_contato li a i.fas.fa-phone-alt {
  font-size: 16px;
  margin-right: 8px;
}
header#mobile a.sidenav-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 12px;
  border-radius: 4px;
  text-decoration: none;
  background: transparent;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  font-size: 26px;
  margin: 0;
  padding: 0;
}
header#mobile a.sidenav-trigger:hover {
  background: transparent;
  color: #000000;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

@media screen and (min-width: 1280px) {
  header#mobile {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  header#desktop {
    display: none;
  }
}
.topo {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 12;
}
.topo img {
  /* height: 28px; */
  width: auto;
  margin-right: 8px;
  position: relative;
  z-index: 12;
}
.topo .titulo-linha {
  position: relative;
  z-index: 12;
}
.topo .titulo-linha h2 {
  color: #000000;
  font-size: 20.8px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  font-style: italic;
  position: relative;
  z-index: 12;
}

@media screen and (min-width: 1280px) {
  .topo.mobile {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .topo.desktop {
    display: none;
  }
}
a.botao-vermelho {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  width: fit-content;
  padding: 10px 22px;
  border-radius: 4px;
  background: #b12129;
  /* height: 42px; */
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: all 0.3s;
  position: relative;
  z-index: 600;
}
.botao-vermelho {
  transition: 0.3s;
}
.botao-vermelho:hover {
  transition: 0.3s;
  scale: 1.05;
}
a.botao-vermelho:hover {
  transition: 0.3s;
  scale: 1.05;
}
a.botao-vermelho img {
  width: 15px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 8px;
}
a.botao-vermelho p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  line-height: normal;
  text-transform: uppercase;
}

a.botao-vermelho:hover {
  background: rgba(177, 33, 41, 0.9);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#principal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 450;
  padding: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

#slide-principal .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 500;
  width: 100%;
  /* height: 90vh; */
  height: 844px;
  margin: 0 auto;
}
#slide-principal .owl-item .col-sm-12.col-lg-6 {
  padding-top: 150px;
  padding-bottom: 75px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
#slide-principal .owl-item .col-sm-12.col-lg-6 h1 {
  font-weight: 300;
  color: #ffffff;
  font-size: 30px;
  font-weight: 300;
  text-align: left;
  position: relative;
  z-index: 600;
  margin-bottom: 16px;
  font-size: 32px;
  font-style: italic;
  text-shadow: 0 0 10px #00000063;
}
#slide-principal .owl-item .col-sm-12.col-lg-6 h1 strong {
  font-weight: 700;
}
#slide-principal .owl-item .col-sm-12.col-lg-6 p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
  text-align: left;
  z-index: 600;
  margin-bottom: 20px;
}
#slide-principal .owl-item .col-sm-12.col-lg-6 p strong {
  font-weight: 600;
}
#slide-principal .owl-item .col-sm-12.col-lg-6 a.botao-vermelho {
  position: relative;
  z-index: 600;
  margin-bottom: 0;
}
#slide-principal .owl-item .col-sm-12.col-lg-6 a.botao-vermelho p {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
#slide-principal .owl-item .col-sm-12.col-lg-6 a.botao-vermelho img {
  width: 15px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 4px;
}
#slide-principal .owl-item div.bg-img {
  position: absolute;
  top: 0;
  z-index: 500;
  background: url("../imagens/topo/banner.jpg") center no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
}
#slide-principal .owl-dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  bottom: 48px;
  z-index: 700;
  width: 100%;
  display: none;
}
#slide-principal .owl-dots button.owl-dot {
  outline: none;
}
#slide-principal .owl-dots button.owl-dot span {
  border: none;
  border-radius: 10px;
  width: 36px;
  height: 3px;
  margin: 0;
  background: #c9d5e3;
}
#slide-principal .owl-dots button.owl-dot + button.owl-dot {
  margin-left: 8px;
}
#slide-principal .owl-dots button.owl-dot.active {
  border: 2px solid #bf252d;
  border: none;
}
#slide-principal .owl-dots button.owl-dot.active span {
  border: none;
  width: 36px;
  height: 3px;
  background: #bf252d;
}
#slide-principal .owl-nav {
  margin: 0;
}
#slide-principal .owl-nav button.owl-prev,
#slide-principal .owl-nav button.owl-next {
  background: transparent;
  position: absolute;
  top: 45%;
  z-index: 400;
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
}
#slide-principal .owl-nav button.owl-prev div.nav-btn,
#slide-principal .owl-nav button.owl-next div.nav-btn {
  padding: 0;
  margin: 0;
}
#slide-principal .owl-nav button.owl-prev div.nav-btn i,
#slide-principal .owl-nav button.owl-next div.nav-btn i {
  color: #fff;
  font-size: 32px;
}
#slide-principal .owl-nav button.owl-prev {
  left: 16px;
}
#slide-principal .owl-nav button.owl-next {
  right: 16px;
}

@media screen and (max-width: 1399px) {
  #slide-principal .owl-item {
    height: 100vh;
  }
  #slide-principal .owl-item .col-sm-12.col-lg-6 {
    padding-top: 150px;
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 1279px) {
  #principal {
    position: relative;
    padding: 0;
    margin-bottom: 0;
    height: auto;
    margin-top: 120px;
  }
  #slide-principal {
    padding: 0;
  }
  #slide-principal .owl-item {
    height: calc(90vh - 120px);
  }
  #slide-principal .owl-item div.bg-img {
    background: url("../imagens/topo/banner.jpg") center left no-repeat;
    background-size: cover;
    top: 0;
    width: 100%;
    height: 100%;
  }
  #slide-principal .owl-item .col-sm-12.col-lg-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  #slide-principal .owl-item .col-sm-12.col-lg-6 h1 {
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  #slide-principal .owl-item .col-sm-12.col-lg-6.desktop {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  #slide-principal .owl-dots {
    display: block;
  }
  #slide-principal .owl-nav {
    display: none;
  }
}
#quem_somos {
  background: url("../imagens/sobre/bg-box-sobre.jpg") center top no-repeat,
    #ffffff;
  position: relative;
  overflow: hidden;
  background-size: cover;
}
#quem_somos .col-12.col-lg-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#quem_somos .col-12.col-lg-6.um .topo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 16px;
}
#quem_somos .col-12.col-lg-6.um p + p {
  margin-top: 16px;
}
#quem_somos .col-12.col-lg-6.um p {
  color: #000000;
}
#quem_somos .col-12.col-lg-6.um p span {
  color: #bf252d;
}
#quem_somos .col-12.col-lg-6.um p span strong {
  font-weight: 600;
}
#quem_somos .col-12.col-lg-6.um p.legenda {
  text-transform: uppercase;
  font-weight: 600;
  color: #bf252d;
}
#quem_somos .col-12.col-lg-6.um a.botao-vermelho {
  margin-top: 16px;
}
#quem_somos .col-12.col-lg-6.um a.botao-vermelho p {
  color: #ffffff;
}
#quem_somos .col-12.col-lg-6.dois {
  position: relative;
}
#quem_somos .col-12.col-lg-6.dois img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 4px;
  position: relative;
  z-index: 45;
}
#quem_somos .col-12.col-lg-6.dois::before {
  position: absolute;
  z-index: 40;
  content: "";
  display: block;
  width: 24px;
  height: 80%;
  background: #bf252d;
  left: -8px;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

@media screen and (max-width: 767px) {
  #quem_somos .col-12.col-lg-6.dois {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  #quem_somos .col-12.col-lg-6.dois img {
    width: calc(100% - 16px);
  }
  #quem_somos .col-12.col-lg-6.dois::before {
    left: 16px;
  }
}
#diferenciais {
  background: url("../imagens/diferenciais/bg-box-diferenciais.jpg") center
    no-repeat;
  background-size: cover;
  padding: 85px 0;
}
#diferenciais div.topo div.titulo-linha h2 {
  color: #fff;
}
#diferenciais p {
  color: #fff;
  text-align: center;
}
#diferenciais .grid-diferenciais {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [5];
  grid-template-columns: repeat(5, 1fr);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 32px;
}
#diferenciais .grid-diferenciais .diferencial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  position: relative;
}
#diferenciais .grid-diferenciais .diferencial div.rodape {
  display: none;
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  border-radius: 4px 4px 0 0;
  background: #ffd30e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#diferenciais .grid-diferenciais .diferencial img {
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 16px;
}
#diferenciais .grid-diferenciais .diferencial p {
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  color: #fff;
  line-height: 20px;
}
#diferenciais .grid-diferenciais .diferencial p strong {
  font-weight: 600;
}
#diferenciais .grid-diferenciais .diferencial:hover div.rodape {
  height: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#diferenciais .grid-diferenciais-2 {
  display: none;
}

@media screen and (max-width: 991px) {
  #diferenciais {
    padding-top: 36px;
  }
  #diferenciais .grid-diferenciais {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #diferenciais .grid-diferenciais .diferencial {
    margin: 0 auto;
  }
  #diferenciais .grid-diferenciais .diferencial:last-child {
    display: none;
  }
  #diferenciais .grid-diferenciais-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 24px;
  }
  #diferenciais .grid-diferenciais-2 .diferencial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    position: relative;
  }
  #diferenciais .grid-diferenciais-2 .diferencial div.rodape {
    position: absolute;
    bottom: 0;
    height: 5px;
    width: 100%;
    border-radius: 4px 4px 0 0;
    background: #ffd30e;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: none;
  }
  #diferenciais .grid-diferenciais-2 .diferencial img {
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 16px;
  }
  #diferenciais .grid-diferenciais-2 .diferencial p {
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    color: #fff;
  }
  #diferenciais .grid-diferenciais-2 .diferencial p strong {
    font-weight: 600;
  }
  #diferenciais .grid-diferenciais-2 .diferencial:hover div.rodape {
    height: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
#segmentos {
  background: url("../imagens/segmentos/bg-box-segmentos.jpg") center no-repeat;
  background-size: cover;
}
#segmentos p {
  text-align: center;
  color: #000000;
  margin-bottom: 32px;
}

@media screen and (min-width: 1199px) {
  #segmentos .container-fluid {
    width: 95%;
  }
}
#slide-segmentos .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#slide-segmentos .owl-item img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 20px;
}
#slide-segmentos .owl-item p {
  text-align: center;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
#slide-segmentos .owl-nav {
  display: none;
}
#slide-segmentos .owl-dots {
  margin-top: 16px;
}
#slide-segmentos .owl-dots button.owl-dot {
  outline: none;
}
#slide-segmentos .owl-dots button.owl-dot span {
  border: none;
  border-radius: 10px;
  width: 36px;
  height: 3px;
  margin: 0;
  background: #c9d5e3;
}
#slide-segmentos .owl-dots button.owl-dot + button.owl-dot {
  margin-left: 8px;
}
#slide-segmentos .owl-dots button.owl-dot.active {
  border: 2px solid #b12129;
  border: none;
}
#slide-segmentos .owl-dots button.owl-dot.active span {
  border: none;
  width: 36px;
  height: 3px;
  background: #b12129;
}

#beneficios {
  background: #ffffff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#beneficios img.icone-seta {
  position: absolute;
  top: -24px;
  margin: 0 auto;
  width: 48px;
}
#beneficios p {
  text-align: center;
  color: #000000;
  margin-bottom: 32px;
}

#slide-beneficios .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#slide-beneficios .owl-item .card {
  background: transparent;
  border: 0;
  padding: 0;
  width: 100%;
}
#slide-beneficios .owl-item .card .card-header {
  background: transparent;
  border: 0;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
}
#slide-beneficios .owl-item .card .card-header p {
  position: absolute;
  margin-left: -100px;
  margin-bottom: -40px;
  background: #b41f2a;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 600;
}
#slide-beneficios .owl-item .card .card-header p span {
  color: #fff;
}
#slide-beneficios .owl-item .card .card-header img {
  width: 112px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
#slide-beneficios .owl-item .card .card-body {
  background: transparent;
  border: 0;
  padding: 0;
  margin-bottom: 16px;
}
#slide-beneficios .owl-item .card .card-body p {
  text-transform: uppercase;
  color: #b41f2a;
  font-weight: 700;
  margin: 0;
  line-height: 20px;
}
#slide-beneficios .owl-item .card .card-footer {
  background: transparent;
  border: 0;
  padding: 0;
}
#slide-beneficios .owl-item .card .card-footer p {
  text-transform: none;
  color: #000000;
  font-weight: 300;
  margin: 0;
}
#slide-beneficios .owl-nav {
  display: none;
}
#slide-beneficios .owl-dots {
  margin-top: 16px;
}
#slide-beneficios .owl-dots button.owl-dot {
  outline: none;
}
#slide-beneficios .owl-dots button.owl-dot span {
  border: none;
  border-radius: 10px;
  width: 36px;
  height: 3px;
  margin: 0;
  background: #c9d5e3;
}
#slide-beneficios .owl-dots button.owl-dot + button.owl-dot {
  margin-left: 8px;
}
#slide-beneficios .owl-dots button.owl-dot.active {
  border: 2px solid #b12129;
  border: none;
}
#slide-beneficios .owl-dots button.owl-dot.active span {
  border: none;
  width: 36px;
  height: 3px;
  background: #b12129;
}

#planos {
  background: url("../imagens/planos/bg-box-planos.jpg") center no-repeat;
  background-size: cover;
}
#planos p {
  color: #000000;
  margin-bottom: 32px;
}

#slide-planos .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
#slide-planos .owl-item .card {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 8px;
  min-height: 375px;
}
#slide-planos .owl-item .card .card-header {
  background: url("../imagens/planos/bg-plano.png") center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 24px;
  border: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#slide-planos .owl-item .card .card-header img {
  width: 39px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0;
  margin-right: 8px;
}
#slide-planos .owl-item .card .card-header h4 {
  color: rgba(255, 255, 255, 0.9333333333);
  font-weight: 300;
  text-transform: uppercase;
  font-style: italic;
}
#slide-planos .owl-item .card .card-header h4 span {
  color: #ffffff;
  font-weight: 600;
}
#slide-planos .owl-item .card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-bottom: 72px;
  height: 100%;
}
@media(min-width:769px){
  #slide-planos .owl-item .card .card-body {
    min-height: 465px;
  }
}
#slide-planos .owl-item .card .card-body ul {
  margin: 0;
  width: 100%;
  list-style: none;
}
#slide-planos .owl-item .card .card-body ul li + li {
  margin-top: 6px;
}
#slide-planos .owl-item .card .card-body ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 5px;
}
#slide-planos .owl-item .card .card-body ul li img {
  width: 12px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0;
  margin-right: 8px;
}
#slide-planos .owl-item .card .card-body ul li p {
  font-weight: 300;
  font-size: 14px;
  text-transform: none;
  margin: 0;
  margin-bottom: 2px;
}
#slide-planos .owl-item .card .card-body a.abre-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  width: calc(100% - 32px);
  border-radius: 4px;
  background: #33ae32;
  height: 36px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: all 0.3s;
  position: absolute;
  z-index: 600;
  bottom: 20px;
}
#slide-planos .owl-item .card .card-body a.abre-modal img {
  width: 15px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0;
  margin-right: 8px;
}
#slide-planos .owl-item .card .card-body a.abre-modal p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  line-height: normal;
  text-transform: uppercase;
}
#slide-planos .owl-item .card .card-body a.abre-modal:hover {
  background: rgba(51, 174, 50, 0.9);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#slide-planos .owl-nav {
  display: none;
}
#slide-planos .owl-dots {
  margin-top: 16px;
}
#slide-planos .owl-dots button.owl-dot {
  outline: none;
}
#slide-planos .owl-dots button.owl-dot span {
  border: none;
  border-radius: 10px;
  width: 36px;
  height: 3px;
  margin: 0;
  background: #c9d5e3;
}
#slide-planos .owl-dots button.owl-dot + button.owl-dot {
  margin-left: 8px;
}
#slide-planos .owl-dots button.owl-dot.active {
  border: 2px solid #b12129;
  border: none;
}
#slide-planos .owl-dots button.owl-dot.active span {
  border: none;
  width: 36px;
  height: 3px;
  background: #b12129;
}

#modal-planos {
  background: rgba(191, 37, 45, 0.3);
}
#modal-planos .modal-content {
  background: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 90vh;
}
#modal-planos .modal-content .modal-header {
  border: none;
  padding: 32px;
  padding-bottom: 16px;
  background: #ffffff;
}
#modal-planos .modal-content .modal-header .topo {
  margin-bottom: 8px;
  background: #ffffff;
}
#modal-planos .modal-content .modal-header .topo h2 {
  background: #ffffff;
}
#modal-planos .modal-content .modal-header button.close {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #000000;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: -8px;
  margin-top: -4px;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
#modal-planos .modal-content .modal-header button.close span {
  color: #000000;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
#modal-planos .modal-content .modal-header button.close:hover {
  border: 2px solid #012e88;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
#modal-planos .modal-content .modal-header button.close:hover span {
  color: #012e88;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
#modal-planos .modal-content .modal-body {
  border: none;
  padding: 32px;
  padding-top: 0;
  padding-bottom: 42px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#modal-planos .modal-content .modal-body .col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#modal-planos .modal-content .modal-body .plano_nome {
  margin-bottom: 16px;
}
#modal-planos .modal-content .modal-body .plano_descricao {
  display: block;
  padding-right: 16px;
  overflow-y: scroll;
  margin-right: 4px;
  height: 320px;
  margin-bottom: 32px;
}
#modal-planos .modal-content .modal-body .plano_descricao p + p {
  margin-top: 16px;
}
#modal-planos .modal-content .modal-body .plano_descricao p {
  line-height: 1.4;
  font-weight: 300;
  color: #000000;
  font-size: 14px;
}
#modal-planos .modal-content .modal-body .plano_descricao::-webkit-scrollbar {
  width: 8px;
  background: rgba(126, 126, 126, 0.3);
  border-radius: 16px;
}
#modal-planos
  .modal-content
  .modal-body
  .plano_descricao::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 16px;
}
#modal-planos
  .modal-content
  .modal-body
  .plano_descricao::-webkit-scrollbar-thumb {
  background: #bf252d;
  border-radius: 16px;
}
#modal-planos
  .modal-content
  .modal-body
  .plano_descricao::-webkit-scrollbar-thumb:hover {
  background: #bf252d;
  border-radius: 16px;
}
#modal-planos .modal-content .modal-footer {
  display: none;
}

#contato {
  background: #ffffff;
  position: relative;
}
#contato img.bg {
  position: absolute;
  z-index: 50;
  right: 0;
  bottom: 75px;
  width: 500px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
#contato img.bg-mobile {
  margin: 0 auto;
  padding: 0 36px;
  padding-top: 36px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
#contato .col-12.col-lg-9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 48px;
}
#contato p {
  color: #000000;
  font-weight: 300;
  margin-bottom: 24px;
  text-align: center;
}
#contato div.formulario {
  padding: 36px;
  border-radius: 8px;
  border: none;
  background: #f2f2f2;
  -webkit-box-shadow: -1px 1px 15px 1px rgba(0, 0, 0, 0.1);
  box-shadow: -1px 1px 15px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
  box-shadow: none;
  background-size: cover;
}
#contato div.formulario p {
  text-align: left;
  color: #000000;
  font-size: 14px;
}
#contato div.formulario p.label-soma {
  margin: 12px 0;
  margin-top: 13px;
}
#contato div.formulario form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
  position: relative;
  margin: 0;
}
#contato div.formulario form .form-group {
  width: 100%;
  margin: 0;
}
#contato div.formulario form .form-group input,
#contato div.formulario form .form-group select {
  height: 42px;
}
#contato div.formulario form .form-group input,
#contato div.formulario form .form-group textarea,
#contato div.formulario form .form-group select {
  border-radius: 8px;
  border-radius: 4px;
  border: 1px solid rgba(126, 126, 126, 0.3);
  border: none;
  -webkit-box-shadow: 0px 0px 2px 2px rgba(198, 198, 198, 0.3);
  box-shadow: 0px 0px 2px 2px rgba(198, 198, 198, 0.3);
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ffffff;
  color: #000000;
  font-size: 14px;
  outline: none;
}
#contato div.formulario form .form-group select.custom-select {
  background: #ffffff
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='black' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 0.75rem center/8px 10px !important;
}
#contato div.formulario form .form-group ::-webkit-input-placeholder {
  color: #000000;
}
#contato div.formulario form .form-group ::-moz-placeholder {
  color: #000000;
}
#contato div.formulario form .form-group :-ms-input-placeholder {
  color: #000000;
}
#contato div.formulario form .form-group ::-ms-input-placeholder {
  color: #000000;
}
#contato div.formulario form .form-group ::placeholder {
  color: #000000;
}
#contato div.formulario form .form-group input + input {
  margin-top: 16px;
}
#contato div.formulario form .form-group input + select {
  margin-top: 16px;
}
#contato div.formulario form .form-group textarea {
  padding: 12px;
  height: 71px;
}
#contato div.formulario form .form-group .cidade-estado {
  margin-top: 16px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
}
#contato div.formulario form .form-group button.botao-vermelho {
  margin: 0 auto;
  width: 175px;
  border-radius: 4px;
  background: #b12129;
  height: 36px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: all 0.3s;
}
#contato div.formulario form .form-group button.botao-vermelho i {
  color: #fff;
  font-size: 14px;
  margin-right: 4px;
}
#contato div.formulario form .form-group button.botao-vermelho span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
#contato div.formulario form .form-group button.botao-azul:hover {
  background: rgba(177, 33, 41, 0.9);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#contato div.formulario form .form-group:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  #contato img.bg {
    display: none;
  }
  #contato div.formulario form {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
  #contato div.formulario form .form-group button.botao-vermelho {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  #contato img.bg-mobile {
    display: none;
  }
  #contato div.formulario form .form-group.mobile {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  #contato {
    padding-bottom: 0;
  }
  #contato img.bg-mobile {
    padding: 36px 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #contato div.formulario {
    padding-bottom: 0;
  }
  #contato div.formulario form .form-group.desktop {
    display: none;
  }
}
@media screen and (min-width: 1399px) {
  #contato img.bg {
    right: 75px;
  }
}
@media screen and (min-width: 1599px) {
  #contato img.bg {
    right: 150px;
  }
}
@media screen and (min-width: 1799px) {
  #contato img.bg {
    right: 215px;
  }
}
#instagram .container-fluid {
  padding: 0;
  position: relative;
}
#instagram .container-fluid .topo h2 {
  text-transform: uppercase;
}
#instagram .container-fluid .topo h2 a {
  color: #b12129;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s;
}
#instagram .container-fluid .topo h2 a:hover {
  color:#000;
  transition: 0.3s;
}
#instagram .container-fluid #slide-instagram .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#instagram .container-fluid #slide-instagram .owl-item img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  transition: 0.3s;
}
#instagram .container-fluid #slide-instagram .owl-item img:hover {
  opacity: 0.8;
  transition: 0.3s;
  scale: 1.05;
  overflow: hidden;
}
#instagram .container-fluid #slide-instagram .owl-dots {
  display: none;
}
#instagram .container-fluid #slide-instagram .owl-nav {
  display: none;
}

@media screen and (max-width: 991px) {
  #instagram .container-fluid {
    padding-top: 70px;
  }
}
@media(min-width:769px){
  #scroll-top {
    display: none;
  }
}
#scroll-top {
  position: fixed;
  z-index: 300;
  left: 30px;
  bottom: 30px;
  transition: 0.3s;
}
#scroll-top.visible {
  display: block;
  transition: 0.3s;
}
#scroll-top a.botao-vermelho {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  position: relative;
  background: #b12129;
  z-index: 300;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 32px;
  height: 0;
  transition: all 0.3s;
}
#scroll-top a.botao-vermelho i {
  color: #fff;
  margin: 0;
}

#scroll-top.visible a.botao-vermelho {
  width: 32px;
  height: 32px;
  padding: 10px;
  transition: all 0.3s;
}

@media screen and (max-width: 991px) {
  #scroll-top {
    top: auto;
    bottom: 16px;
  }
}
@media screen and (max-width: 991px) {
  .topo img {
    height: 36px;
  }
  .topo h2 {
    font-size: 23.4px;
    text-align: left;
  }
}
footer {
  background: #ffffff;
  padding: 50px 0;
}
footer img {
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
footer .onde-estamos h6,
footer .fale-conosco h6,
footer .redes-sociais h6 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}
footer .onde-estamos span,
footer .fale-conosco span,
footer .redes-sociais span {
  display: block;
  width: 48px;
  height: 2px;
  background: #b12129;
  margin-bottom: 16px;
}
footer .onde-estamos ul,
footer .fale-conosco ul,
footer .redes-sociais ul {
  list-style: none;
  margin: 0;
}
footer .onde-estamos ul li + li,
footer .fale-conosco ul li + li,
footer .redes-sociais ul li + li {
  margin-top: 8px;
}
footer .onde-estamos ul li p,
footer .fale-conosco ul li p,
footer .redes-sociais ul li p {
  color: #5a5a5a;
  font-size: 14px;
  font-weight: 300;
}
footer .onde-estamos ul li p a,
footer .fale-conosco ul li p a,
footer .redes-sociais ul li p a {
  color: #5a5a5a;
  text-decoration: none;
}
footer .onde-estamos ul li p a:hover,
footer .fale-conosco ul li p a:hover,
footer .redes-sociais ul li p a:hover {
  color: #b12129;
  text-decoration: none;
}
footer .redes-sociais ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .redes-sociais ul li + li {
  margin-top: 0;
  margin-left: 8px;
}
footer .redes-sociais ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 2px solid #b12129;
  border-radius: 50%;
  text-decoration: none;
  transition: 0.3s;
}
footer .redes-sociais ul li a:hover {
  background: #b12129;
  transition: 0.3s;
}
footer .redes-sociais ul li a:hover i {
  color: #fff;
  transition: 0.3s;
}
footer .redes-sociais ul li a img {
  width: 28px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
footer .redes-sociais ul li a i {
  color: #b12129;
  font-size: 16px;
  transition: 0.3;
}
footer .redes-sociais ul li a i.fab.fa-instagram {
  font-size: 18px;
  font-weight: 600;
}

#assinatura {
  background: #ffffff;
}
#assinatura .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid rgba(76, 78, 77, 0.1254901961);
}
#assinatura p {
  color: #5a5a5a;
  font-size: 11px;
  font-weight: 300;
}
#assinatura img {
  height: 36px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 991px) {
  footer .col-sm-12.col-lg-2,
  footer .col-sm-12.col-lg-3,
  footer .col-sm-12.col-lg-4 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  footer .col-sm-12 + .col-sm-12 {
    margin-top: 32px;
  }
  footer img {
    height: 48px;
  }
  #assinatura .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #assinatura img {
    margin-top: 8px;
  }
}
#pills-tab {
  display: none;
}



.form-input {
  position: relative;
  margin-bottom: 16px;
}

.form-input label.error {
  position: absolute;
  top: 13px;
  right: 15px;
  color: red;
  font-size: 10px;
}
.form-input-captcha label.error {
  top: 44px;
}



@media(max-width:768px){ 
  #slide-principal .owl-item {
    height: calc(90vh - 370px);
  }
  #scroll-top {
    bottom: 29px;
  }
  #scroll-top a.botao-vermelho {
    padding: 10px;
    height: 30px;
  }
  #principal {
    margin-top: 0;
  }
  #principal #slide-principal {
    margin-top: 120px;
  }
  #slide-principal .owl-item h1 {
    font-size: 26px !important; 
    margin-bottom: 12px !important;
  }
  #slide-principal .owl-item .slide-principal-item-texto {
    margin-right: 140px;
    margin-bottom: 12px !important;
  }
  #slide-principal .owl-item {
    height: calc(90vh - 180px);
  }
  #slide-principal .owl-item div.bg-img {
    background-position-x: -620px;
    background-size: 410%;
  }
  #slide-principal .owl-item {
    padding-top: 20px;
    margin-top: -60px;
  }
  #slide-principal .botao-vermelho {
    margin-bottom: 0 !important;
  }
  #contato div.formulario {
    padding: 26px;
  }
  #contato img.bg-mobile {
    display: none;
  }
  footer img {
    display: none;
  }
  #assinatura {
    padding-bottom: 90px;
  }


}