/* html {
  scroll-behavior: smooth;
} */
body {
  font-family: 'Inter', Tahoma, sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
@font-face {
  font-family: 'VoxRoundWide';
  src: url('../fonts/vox-round/VoxRound-Bold.eot');
  src: url('../fonts/vox-round/VoxRound-Bold.woff2');
  src: local('../fonts/vox-round/VoxRoundWide-Bold'), local('../fonts/vox-round/VoxRoundWide-Bold'), url('../fonts/vox-round/VoxRoundWide-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/vox-round/VoxRoundWide-Bold.woff2') format('woff2'), url('../fonts/vox-round/VoxRoundWide-Bold.woff') format('woff'), url('../fonts/vox-round/VoxRoundWide-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
.font-voxRound {
  font-family: 'VoxRoundWide', sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 32.85px;
  text-align: left;
  color: #003166;
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  .font-voxRound {
    text-align: center;
  }
}
header {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-around;
  z-index: 99;
}
@media (max-width: 1024px) {
  header {
    background-color: rgba(21, 47, 114, 0.9);
    height: 70px;
    margin: 0;
    position: fixed;
    width: 100vw;
  }
}
header .logo-mob {
  display: none;
}
@media (max-width: 1024px) {
  header .logo-mob {
    display: block;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0px;
  }
}
header .flex {
  width: 90%;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  header .flex {
    display: none;
  }
}
.menu-mobile {
  display: none;
}
@media (max-width: 1024px) {
  header .menu-mobile {
    display: block;
    background-color: rgba(21, 47, 114, 0.9);
    width: 100vw;
    position: fixed;
  }
  header .menu-mobile ul.menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    justify-content: flex-start;
    padding: 80px 0 0;
  }
  header .menu-mobile ul.menu li {
    display: flex;
    line-height: 20px;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #fff;
    width: 90%;
    padding: 20px 0;
  }
  header .menu-mobile ul.menu li:last-child {
    border-bottom: 0;
  }
  header .menu-mobile ul.menu li .cadastrar-mob,
  header .menu-mobile ul.menu li .entrar {
    width: 100% !important;
    margin: 10px 0;
  }


  header .menu-mobile ul.menu .modalLogin-mobile {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100vw;
    justify-content: space-evenly;
  }
  header .menuHamburguer {
    right: 0;
    top: 5px;
    position: absolute;
    z-index: 9;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
  header .menuHamburguer span {
    font-size: 26px;
    color: #fff;
  }


  .hamburguer:not(.active) {
    position: relative;
    display: block;
    background: #fff;
    width: 30px;
    height: 2px;
    top: 29px;
    transition: 0.5s;
  }

  .hamburguer:not(.active):before,
  .hamburguer:not(.active):after {
    background: #ffff;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: 0.5s;
  }

  .hamburguer:before {
    top: -10px;
  }

  .hamburguer:after {
    bottom: -10px;
  }

  span.hamburguer.active::before {
    content: 'X';
    position: absolute;
    top: 8px;
    right: 30px;
  }

  span.hamburguer.active::after {
    content: '';
  }


}



header .menu-desktop {
  display: none;
}
@media (min-width: 1024px) {
  header .menu-desktop {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  header ul.menu {
    margin-left: 40px;
  }
}
header .menu li {
  list-style: none;
  display: inline-block;
  margin: 5px 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
header .menu li a {
  color: #fff;
  text-decoration: none;
}
header .menu li a:hover {
  text-decoration: underline;
}
header .menu .login .container-modal-login {
  position: absolute;
  transform: translate(-32px, 10px);
}
header .menu .login .triangulo {
  margin-left: 70px;
  margin-top: 8px;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 18px solid #fff;
}
header .menu .login .modalLogin {
  background: #fff;
  width: 180px;
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -2px;
}
header .menu .login .modalLogin .btn-sou-farmacia {
  background: #009EFF;
  border-radius: 27px;
  color: #fff;
  width: 140px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  margin: 10px;
}
header .menu .login .modalLogin .btn-sou-fornecedor {
  background: #152F72;
  border-radius: 27px;
  color: #fff;
  width: 140px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  margin: 10px;
}
header .menu .entrar {
  border-radius: 60px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  padding: 8px;
  display: flex;
  align-items: center;
  width: 115px;
  justify-content: space-evenly;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  height: 50px;
}
header .menu .cadastrar, .cadastrar-mob {
  cursor: pointer;
  border-radius: 60px;
  background: #fff;
  color: #152F72 !important;
  text-decoration: none;
  padding: 8px;
  display: flex;
  align-items: center;
  width: 122px;
  justify-content: space-evenly;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  height: 50px;
}
.bg-banner {
  background-color: #023047;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end;
}
.bg-banner .conteudoBanner {
  display: flex;
}
.bg-banner .conteudoBg1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 488px;
  float: right;
}
@media (max-width: 768px) {
  .bg-banner .conteudoBg1 img {
    width: 100%;
  }
}
.bg-banner .conteudoBg1 h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: center;
  color: #fff;
  margin: 60px 0;
}
.bg-banner .conteudoBg1 .btn-conheca {
  background: #009EFF;
  color: #fff;
  border-radius: 50px;
  width: 240px;
  padding: 22.5px 18px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 21.6px;
}
.bg-banner .conteudoBg2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  float: left;
}
.bg-banner .conteudoBg2 .subtitulo {
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
  text-align: left;
  color: #fff;
}
.bg-banner .conteudoBg2 .titulo {
  font-size: 43px;
  font-weight: 800;
  line-height: 52.03px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .bg-banner .conteudoBg2 .titulo {
    font-size: 38px;
  }
}
.bg-banner .conteudoBg2 .espacamento-check {
  margin: 40px 0;
}
.bg-banner .conteudoBg2 p {
  font-size: 17px;
  font-weight: 400;
  line-height: 20.57px;
  text-align: left;
  color: #fff;
}
.bg-banner .conteudoBg2 p::before {
  background-image: url('../img/check.png');
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  content: '';
  display: flex;
  float: left;
  margin-right: 10px;
}
.bg-banner .conteudoBg2 .btn-cadastre {
  background: #009EFF;
  color: #fff;
  border-radius: 50px;
  width: 240px;
  padding: 22px 18px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 21.6px;
}
.bg-banner .conteudoBg3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 454px;
  padding: 50px;
  float: right;
  background: #fff;
}
@media (max-width: 375px) {
  .bg-banner .conteudoBg3 {
    width: 100%;
    padding: 10px;
    align-items: center;
  }
}
.bg-banner .conteudoBg3 h2 {
  font-size: 25px;
  font-weight: 300;
  line-height: 33.75px;
  color: #152F72;
}
.bg-banner .conteudoBg3 h2 span {
  font-size: 25px;
  font-weight: 800;
  line-height: 33.75px;
}
.bg-banner .conteudoBg3 .list {
  margin: 36px 0;
}
.bg-banner .conteudoBg3 .list p::before {
  background-image: url('../img/checkv2.png');
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  content: '';
  display: flex;
  float: left;
  margin-right: 10px;
}
.bg-banner .conteudoBg3 .btn-entenda {
  background: #152F60;
  color: #fff;
  border-radius: 50px;
  width: 240px;
  padding: 22px 18px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 24.3px;
  text-align: center;
}
.bg1 {
  background-image: url('../img/bg1.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.bg1 .container {
  margin: 14.4rem;
}
@media (max-width: 1024px) {
  .bg1 .container {
    margin: 0 auto;
    max-width: 100%;
    display: flex;
    justify-content: space-around;
  }
}
.bg2 {
  background-image: url('../img/bg2.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.bg2 .container {
  min-width: 100%;
}
@media (min-width: 1024px) {
  .bg2 .container {
    padding: 13.33rem;
  }
}
@media (max-width: 1024px) {
  .bg2 .container {
    margin: 0 auto;
    max-width: 100%;
    display: flex;
    justify-content: space-around;
  }
}
.bg3 {
  background-image: url('../img/bg3.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.bg3 .container {
  margin: 9rem;
}
@media (max-width: 1024px) {
  .bg3 .container {
    margin: 0 auto;
    max-width: 100%;
    display: flex;
    justify-content: space-around;
  }
}
.nossa-historia {
  min-height: 449px;
  background-image: url('../img/nossa-historia.png');
  background-repeat: no-repeat;
  text-align: center;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  margin: 0 auto;
  padding: 20px;
  align-items: center;
}
@media (max-width: 768px) {
  .nossa-historia {
    width: 100%;
  }
}
.nossa-historia h2 {
  margin-top: 8rem;
  margin-bottom: 0;
  color: #152F60;
  font-size: 36px;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
}
.nossa-historia h3 {
  color: #161719;
  font-size: 22px;
  font-weight: 300;
  font-family: 'Inter', sans-serif;
  margin: 40px 0;
}
.nossa-historia .saiba-mais {
  background-color: #003166;
  color: #fff;
  font-size: 16px;
  width: 200px;
  height: 59px;
  display: flex;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.nossos-objetivos {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 8rem 0;
}
.nossos-objetivos .content-left {
  background-image: url('../img/nossos_objetivos.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 50%;
  text-align: right;
}
@media (max-width: 1024px) {
  .nossos-objetivos .content-left {
    display: none;
  }
}
.nossos-objetivos .content-left img {
  height: 100%;
}
.nossos-objetivos .content-right {
  background: #003166;
  margin: 30px 0;
  padding: 50px;
  width: 50%;
}
@media (max-width: 1024px) {
  .nossos-objetivos .content-right {
    width: 100%;
    padding: 20px;
  }
}
.nossos-objetivos .content-right .line {
  height: 7px;
  width: 75px;
  border-radius: 5px;
  background-color: #45B4D0;
  display: block;
  margin: 30px 0 10px 0;
}
@media (max-width: 1024px) {
  .nossos-objetivos .content-right .line {
    margin: 30px 0 10px 0px;
  }
}
.nossos-objetivos .content-right h2 {
  color: #45B4D0;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
}
.nossos-objetivos .objetivos {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nossos-objetivos .objetivos div {
  width: 45%;
  margin: 4% 0;
}
@media (max-width: 1024px) {
  .nossos-objetivos .objetivos div {
    padding: 20px 5px;
  }
}
.nossos-objetivos .objetivos .titulo {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  margin: 5px 0;
}
.nossos-objetivos .objetivos .subtitulo {
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
}
.nossos-produtos {
  margin: 60px 0;
}
.nossos-produtos .modal {
  background-color: rgba(0, 0, 0, 0.7);
}
.nossos-produtos h2 {
  margin-top: 8rem;
  margin-bottom: 80px;
  color: #152F60;
  font-size: 36px;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  text-align: center;
}
.nossos-produtos .produto {
  display: flex;
  justify-content: center;
  margin-top: 46px;
}
@media (max-width: 1024px) {
  .nossos-produtos .produto {
    flex-direction: column;
  }
}
.nossos-produtos .produto .container-produto {
  border-bottom: 1px solid #000;
  display: flex;
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  .nossos-produtos .produto .container-produto {
    align-items: center;
    flex-direction: column;
  }
}
.nossos-produtos .produto .container-produto .icon {
  margin-right: 20px;
}
.nossos-produtos .produto .container-produto .icon img {
  width: 60px;
}
.nossos-produtos .produto .container-produto .content {
  margin-right: 30px;
  min-width: 700px;
}
@media (max-width: 1024px) {
  .nossos-produtos .produto .container-produto .content {
    min-width: 100%;
    margin: 0 auto;
    padding: 20px;
  }
}
.nossos-produtos .produto .container-produto .content .subtitulo {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  color: #003166;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .nossos-produtos .produto .container-produto .content .subtitulo {
    text-align: center;
  }
}
.nossos-produtos .produto .container-produto .content .vantagem {
  display: flex;
  flex-direction: row;
  margin: 0px;
}
.nossos-produtos .produto .container-produto .content .vantagem .icon-check {
  margin-right: 10px;
}
.nossos-produtos .produto .container-produto .content .vantagem .icon-check img {
  width: 24px;
}
.nossos-produtos .produto .container-produto .content .vantagem p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.nossos-produtos .produto .container-produto .action {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.nossos-produtos .produto .container-produto .action .preco {
  display: flex;
  justify-content: space-between;
}
.nossos-produtos .produto .container-produto .action .preco .sem-cupom {
  color: #000;
}
.nossos-produtos .produto .container-produto .action .preco .com-cupom {
  color: #003166;
}
.cupom {
  background: #77F5A2;
  border-radius: 5px;
  padding: 4px;
  text-align: center;
  display: flex;
}
.nossos-produtos .produto .container-produto .action .preco .com-cupom .cupom p,
.nossos-produtos .produto .container-produto .action .preco .com-cupom .cupom a {
  cursor: pointer;
  font-size: 11px;
  font-weight: 400;
  line-height: 13.31px;
  color: #5C5C5C;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 100%;
  }
}
.modal-content {
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}
.modal-content button.close {
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  -webkit-appearance: none;
  cursor: pointer;
  background: 0 0;
  border: 0;
  font-size: 28px;
}
.modal-content .line-blue {
  background: #003166;
  padding: 17px 0;
}
.modal-content .line-blue h2 {
  color: #77F5A2;
  font-size: 30px;
  font-weight: 700;
  line-height: 36.31px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.modal-content .line-blue h3 {
  color: #77F5A2;
  font-size: 20px;
  font-weight: 700;
  line-height: 36.31px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.modal-content .line-blue p {
  color: #77F5A2;
  font-size: 14px;
  margin: 0px;
  text-align: center;
}
.modal-content .tabela-cupons .container {
  width: 100%;
  padding: 5%;
}
.modal-content .tabela-cupons .row {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .modal-content .tabela-cupons .col-md-5 {
    width: 41.66666667%;
  }
  .modal-content .tabela-cupons .col-md-4 {
    width: 33.33333333%;
  }
  .modal-content .tabela-cupons .col-md-3 {
    width: 25%;
  }
}
.modal-content .tabela-cupons .line-table {
  height: 1px;
  background-color: #CECECE;
  margin: 20px 0;
}
.modal-content .tabela-cupons h3 {
  font-size: 17px;
  font-weight: 700;
  line-height: 20.57px;
  text-align: left;
  color: #000;
  margin-bottom: 30px;
  margin-top: 0;
}
.modal-content .tabela-cupons p {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  text-align: left;
  color: #3D3D3D;
}
@media (min-width: 320px) and (max-width: 410px) {
  .modal-content .tabela-cupons p {
    font-size: 14px;
  }
}
.modal-content .tabela-cupons a {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  color: #3D3D3D;
}
.modal-content .tabela-cupons .por {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.36px;
  text-align: left;
  color: #003166;
}
.modal-content .tabela-cupons .cupom {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.36px;
  color: #003166;
  margin-left: 20px;
  padding: 5px 9px;
  display: inline;
}
@media (max-width: 1340px) {
  .modal-content .tabela-cupons .cupom {
    float: left;
    width: 100%;
    margin-left: 0;
  }
}
.modal-content .oferta-container {
  display: flex;
  width: 70%;
  margin: 40px auto;
}
@media (max-width: 768px) {
  .modal-content .oferta-container {
    flex-direction: column;
    align-items: center;
  }
}
.modal-content .oferta-container .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .modal-content .oferta-container .text {
    align-items: center;
    text-align: left;
    margin-left: auto;
  }
}
.modal-content .oferta-container .text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
}
@media (max-width: 768px) {
  .modal-content .oferta-container .text p {
    text-align: center;
  }
}
.modal-content .oferta-container .text .font-voxRound {
  font-size: 28px;
}
.nossos-produtos .produto .container-produto .action .preco p {
  font-size: 12px;
  margin: 0;
}
.nossos-produtos .produto .container-produto .action .preco .moeda {
  font-size: 18px;
  font-weight: 400;
  line-height: 21.78px;
  margin-right: 6px;
}
.nossos-produtos .produto .container-produto .action .preco .valor {
  font-size: 31px;
  font-weight: 400;
  line-height: 37.52px;
}
.nossos-produtos .produto .container-produto .action .preco .mes {
  font-size: 15px;
  font-weight: 400;
  line-height: 18.15px;
}
.nossos-produtos .produto .container-produto .action .contratar {
  width: 260px;
  background-color: #009EFF;
  color: #fff;
  text-decoration: none;
  height: 44px;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.94px;
}
@media (max-width: 1024px) {
  .nossos-produtos .produto .container-produto .action .contratar {
    margin-top: 40px;
  }
}
.nossos-produtos .produto .container-produto .action-conhecer {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.nossos-produtos .produto .container-produto .action-conhecer .content-infos {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nossos-produtos .produto .container-produto .action-conhecer .content-infos .infos, .content-infos .infos {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  text-align: center;
  margin-bottom: 20px;
  display: block;
}
.nossos-produtos .produto .container-produto .action-conhecer .content-infos .conhecer {
  width: 260px;
  background-color: #8B8B8B;
  color: #fff;
  text-decoration: none;
  height: 44px;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.94px;
}
.nossos-produtos .produto .container-produto .action .conhecer {
  width: 260px;
  background-color: #8B8B8B;
  color: #fff;
  text-decoration: none;
  height: 44px;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.94px;
}

.nossos-produtos .produto .container-produto .action .comprar {
  width: 260px;
  background-color: #009EFF;
  color: #fff; 
  text-decoration: none;
  height: 44px;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.94px;
}
.perguntas-frequentes {
  background-color: #F3F3F3;
  padding: 60px 0;
}
.perguntas-frequentes h2 {
  margin-bottom: 30px;
  color: #152F60;
  font-size: 36px;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  text-align: center;
}
.perguntas-frequentes .perguntas {
  display: flex;
  flex-direction: column;
}
.perguntas-frequentes .perguntas a {
  background-color: #fff;
  border: 1px solid #003166;
  box-shadow: 1px 1px 4px 3px #00000017;
  color: #000;
  padding: 25px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  width: 100%;
  display: block;
  text-decoration: none;
  border-radius: 5px;
  position: relative;
  z-index: 9;
}
.perguntas-frequentes .perguntas .btn-perguntas.collapsed::after {
  background-image: url('../img/arrow.png');
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  width: 20px;
  height: 13px;
  float: right;
  margin-top: 5px;
}
.perguntas-frequentes .perguntas .btn-perguntas[aria-expanded="true"]::after {
  background-image: url('../img/arrow.png');
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  width: 20px;
  height: 13px;
  transform: rotate(180deg);
  float: right;
}
.perguntas-frequentes .perguntas .btn-perguntas[aria-expanded="false"]::after {
  background-image: url('../img/arrow.png');
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  width: 20px;
  height: 13px;
  float: right;
  margin-top: 5px;
}
.perguntas-frequentes .perguntas .card.card-body {
  margin-bottom: 20px;
  font-size: 14px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 4px 3px #00000017;
  padding: 38px 20px;
}
footer {
  background: #30454F;
  color: #fff;
  padding: 60px 0 0;
}
footer .logo {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 80px;
}
footer .mtop70 {
  margin-top: 70px !important;
}
footer .titulo-footer {
  font-size: 14px;
  font-weight: 700;
  line-height: 16.94px;
  margin: 5px 0;
}
footer .rodape-content {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 77px;
}
@media (max-width: 768px) {
  footer .rodape-content {
    flex-direction: column;
    align-items: center;
  }
}
footer .rodape-content .redes-sociais {
  display: flex;
}
@media (max-width: 768px) {
  footer .rodape-content .redes-sociais {
    margin-bottom: 60px;
  }
}
footer .rodape-content .redes-sociais div {
  margin: 5px;
}
footer .rodape-content .redes-sociais div:first-child {
  margin-left: 0;
}
footer .rodape-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
}
footer .rodape-content .left {
  width: 232px;
}
@media (max-width: 768px) {
  footer .rodape-content .left {
    width: 100%;
    padding: 20px;
  }
}
footer .rodape-content .center {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 285px;
}
@media (max-width: 768px) {
  footer .rodape-content .center {
    width: 90%;
  }
}
footer .rodape-content .center .fale-conosco,
footer .rodape-content .center .email,
footer .rodape-content .center .endereco {
  display: flex;
  flex-direction: row;
  min-width: 100%;
}
footer .rodape-content .center .icon {
  margin-right: 10px;
}
footer .rodape-content .right {
  width: 370px;
}
@media (max-width: 768px) {
  footer .rodape-content .right {
    width: 90%;
    margin-top: 60px;
  }
}
footer .rodape-content .right form input,
footer .rodape-content .right form textarea {
  width: 100%;
  margin: 6px 0;
  border-radius: 6px;
  border: 0;
  padding: 15px;
}
footer .rodape-content .right form input::placeholder,
footer .rodape-content .right form textarea::placeholder {
  color: #9F9F9F;
  font-size: 13px;
  font-weight: 400;
  line-height: 15.73px;
}
footer .rodape-content .right form button {
  height: 43px;
  width: 100%;
  background: #45B4D0;
  border: 0;
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.94px;
}
footer .copyright {
  background: #282828;
  color: #fff;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .copyright p {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.52px;
  color: #A9A9A9;
  text-align: center;
}


/* Slider */
.slick-slider
{
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
  height: 857px;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}


.slick-dots li button:before
{
  font-size: 0 !important;
  font-family: 'slick';
  /* font-size: 12px; */
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px !important;
  height: 12px !important;
  content: '•';
  text-align: center;
  opacity: 9 !important;
  color: transparent !important;
  border: 1px solid #fff !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: -60px;
  border-radius: 100%;
}
.slick-dots li.slick-active button:before
{
  border: 1px solid #fff;
  background: #fff;
  border-radius: 100%;
  opacity: 100;
  color: #fff !important;
}
