@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700;800;900&display=swap");
body {
  font-family: "Montserrat", sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  background: #fff;
  font-size: 16px;
}
.off {
  display: none;
}
.on {
  display: block;
}
a,
a:hover {
  text-decoration: none;
}
.esconde {
  opacity: 0;
}
.visible {
  opacity: 1;
}
::selection {
  background-color: #0089cf;
  color: #fff;
}
::-moz-selection {
  background-color: #0089cf;
  color: #fff;
}

header {
  width: 100%;
  background: white;
  height: auto;
  z-index: 1000;
  position: fixed;

  top: 0;
  padding: 5px 0;
}
.menufixo {
}
.bgmenu {
  background: none;
}
.menu_icon {
  text-transform: uppercase;
  font-size: 21px;
  right: 0px;
  z-index: 1000;
}
.menu_icon:hover {
  cursor: pointer;
}
.menu_icon.active {
  color: #fff;
}
.menu_icon .btn {
  padding: 3px 0;
}
.hamburger-container {
  width: 50px;
  height: 30px;
  position: relative;
  margin: 0px auto;
  cursor: pointer;
}
.hamburger-container span {
  background: #000;
  display: none;
  position: absolute;
  height: 4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
  opacity: 1;
  width: 100%;
}
.menu_icon.active .hamburger-container span {
  background: #000;
}
.menu_icon span {
  border-radius: 10px;
  left: 0;
}
.hamburger span:nth-child(1) {
  top: 0px;
}
.hamburger span:nth-child(2),
.hamburger span:nth-child(3) {
  top: 15px;
}
.hamburger span:nth-child(4) {
  top: 30px;
}
#btnControl {
  display: none;
}
#btnControl:checked + label > div > span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#btnControl:checked + label > div > span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#btnControl:checked + label > div > span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#btnControl:checked + label > div > span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
nav {
  width: 100%;
  float: none;
  position: absolute;
  top: 44vh;
  left: 0;
  z-index: 100;
}
nav.menu ul {
  padding: 0;
  margin-bottom: 0;
  text-align: center;
}
nav.menu ul li {
  list-style: none;
  display: inline-block;
  padding: 0 12px;
  line-height: 32px;
}
nav.menu ul li a {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -2px;
  color: #000;
  text-decoration: none;
}
nav.menu ul li a:hover,
nav.menu ul li a.active {
  color: #fff;
  text-decoration: none;
}
header .menu_icon,
header nav.show {
  display: block;
}
.dropbtn {
  background-color: transparent;
  color: black;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover,
.dropbtn:focus {
  color: #00a24d;
  font-weight: bold;
}

.dropdown {
  position: relative;
  display: inline-block;
  margin-left: 40px;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  overflow: auto;
  background-color: #f1f1f1;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {
  color: #00a24d;
  font-weight: bold;
}

.show {
  display: block;
}
.areamenu {
  width: 100%;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 999;
  display: none;
}
.areamenu.show {
  display: block;
}
.menuTopo {
  display: block;
  float: right;
}
.logoMenuSaude {
  height: 100px;
  width: 100px;
  padding-bottom: 50px;
}
.preHeader.oculte,
.menuTopo.oculte {
}
.menuTopo a.ctaCbc1,
.menuTopo a.ctaCbc2 {
  margin: 5px 5px;
  padding: 8px 10px;
  float: right;
}
.areaMenuOpen {
  margin-top: 140px;
}
.areaMenuOpenLiga {
  margin-top: 140px;
}
.areaMenuOpen {
}
.areaMenuOpen h3 {
  color: #000;
  font-weight: 900;
  margin-top: 30px;
  font-size: 24px;
  text-transform: uppercase;
}
.areaMenuOpen a {
  color: #000;
  display: block;
  font-size: 20px;
}
.areaMenuOpen a:hover {
  opacity: 0.8;
}
.areaMenuOpen a.ctaRod {
  border: 1px solid #000;
  color: #000;
  text-align: center;
  border-radius: 10px;
  padding: 14px 20px;
  margin: 20px;
  width: 80%;
  position: relative;
}
.areaMenuOpen a.ctaRod:hover {
  cursor: pointer;
  font-weight: bold;
  background-color: #fff;
  color: #00a24d;
  border-color: #00a24d;
}

.areaMenuOpenLiga h3 {
  color: #fff;
  font-weight: 900;
  margin-top: 30px;
  font-size: 24px;
  text-transform: uppercase;
}
.areaMenuOpenLiga a {
  color: #fff;
  display: block;
  font-size: 20px;
}
.areaMenuOpenLiga a:hover {
  opacity: 0.8;
}
.areaMenuOpenLiga a.ctaRod {
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 14px 20px;
  margin: 20px;
  width: 80%;
  position: relative;
}
.areaMenuOpenLiga a.ctaRod:hover {
  cursor: pointer;
  font-weight: bold;
  background-color: #fff;
  color: #00a24d;
  border-color: #00a24d;
}

.social {
  margin-top: -20px;
  text-align: center;
}
.img4m {
  width: 600px;
  margin: 60px;
}
.social a {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  text-align: center;
  background-color: #fff;
  display: inline-block;
  margin: 3px;
  font-size: 16px;
  color: #000;
}
.social img {
  width: 100%;
  height: auto;
}
.areaMenuOpen .contatos {
  display: inline-block;
  margin-left: 30px;
  color: #fff;
}
.areaMenuOpen .contatos a {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  text-align: center;
  padding: 7px;
  background-color: #fff;
  display: inline-block;
  margin: 3px;
  font-size: 16px;
}
.areaMenuOpen .contatos img {
  width: 100%;
  height: auto;
}
.areaMenuOpen .contatos h5 {
  display: inline-block;
  font-size: 14px;
  color: #000;
}
.areaMenuOpen .contatos h5 span {
  font-size: 20px;
  font-weight: 900;
  color: #000;
}
.areaMenuOpen .contatos h5 b {
  font-weight: 900;
}

.areaMenuOpen .contatos {
  display: inline-block;
  margin-left: 30px;
  color: #fff;
}
.areaMenuOpen .contatos a {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  text-align: center;
  padding: 7px;
  background-color: #fff;
  display: inline-block;
  margin: 3px;
  font-size: 16px;
}
.areaMenuOpen .contatos img {
  width: 100%;
  height: auto;
}
.areaMenuOpen .contatos h5 {
  display: inline-block;
  font-size: 14px;
  color: #fff;
}
.areaMenuOpen .contatos h5 span {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
}
.areaMenuOpen .contatos h5 b {
  font-weight: 900;
}
.QuemTemSabeMenu {
  width: 60%;
  height: auto;
  right: 0;
  bottom: 10px;
  display: block;
  position: absolute;
  overflow: hidden;
  animation: marquee 30s linear infinite;
}
.QuemTemSabeMenu img {
  width: 100%;
  height: auto;
  opacity: 0.2;
}
a.ctaCbcNormal {
  color: #fff;
  float: right;
  margin: 10px 20px;
}
a.ctaCbcCidade {
  color: #000 !important;
  float: left;
  position: relative;
  cursor: pointer;
}
a.ctaCbcCidade::before {
  content: "";
  background-image: url(images/icon_local.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  left: -20px;
  bottom: 5px;
}
a.ctaCbcCidade::after {
  content: "";
  background-image: url(images/icon_arrowdown.svg);
  width: 12px;
  height: 12px;
  position: absolute;
  right: -17px;
  bottom: 7px;
}
#cidadeModal h4.titleDefault {
  text-align: center;
}
.closeButton {
  position: absolute;
  font-size: 44px;
  top: 0;
  right: 10px;
  color: #000;
}
.respiroMenu {
  width: 100%;
  height: 80px;
  position: relative;
}
.respiroMenuInterna {
  background-color: #000;
  height: 50px;
}
img.logoWhiteLabel {
  width: 45%;
  height: auto;
  border-radius: 20px;
  background: #fff;
}
img.logoFundacaoVallourec.custom-vallourec-logo {
  width: 50%;
  height: auto;
  border-radius: 20px;
  background: #fff;
  margin-top: 5px;
}
.menuWhiteLabel {
  background: #fff;
  padding: 0;
  height: auto;
}
.menuWhiteLabel.menufixo {
  background: #fff;
}
.menuWhiteLabel a.ctaCbcCidade {
  color: #000 !important;
}
.menuWhiteLabel a.ctaCbcNormal {
  color: #000;
}
.menuWhiteLabel .menuTopo {
  margin-top: 20px;
}
.menuWhiteLabel .hamburger-container span {
  background: #000;
}
.menuWhiteLabel .menu_icon {
  margin-top: 20px;
}
.menuWhiteLabel.bgmenu {
  background: none;
}
.preHeader {
  width: 100%;
  background: transparent;
  height: auto;
  z-index: 1000;
  position: fixed;
  top: 0;
  padding: 2px 0;
  background: rgb(0, 2, 0);
  background: linear-gradient(
    117deg,
    rgba(0, 2, 0, 1) 0%,
    rgba(40, 38, 38, 1) 100%
  );
  height: 30px;
}
.preHeader a.ctaCbcNormal {
  margin: 2px 10px;
}
.preHeader img {
  max-height: 30px;
}

.homeTopo {
  /*background: url(images/FotoSite_CBC-marinacabecalho_M1_03012023.png);*/
  /* background: url('images/FotoSite_CBC-marinacabecalho_M2_11102022.png'); */
  background: url("images/imagemtopo_ClubeCerto-site.webp");
  margin-top: 40px;
  padding: 100px 0;
  background-position: top right;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  background-size: cover;
}
img.phonehome {
  width: 100%;
  height: auto;
}
.homeTopo h1 {
  color: #fff;
  font-weight: bold;
  font-weight: 600;
  font-size: 50px;
  line-height: 50px;
}
.homeTopo h1 span {
  color: #00a24d;
  font-weight: 800;
}
.homeTopo p {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  margin-top: 30px;
}
.homeTopo a.ctaCbc1,
.homeTopo a.ctaCbc2 {
  margin: 5px;
}
a.ctaCbc1 {
  color: #000;
  font-weight: bold;
  border: 1px solid #000;
  /*background: none;*/
  background: #ffffff;
  border-radius: 30px;
  padding: 10px 25px;
  text-align: center;
  min-width: 150px;
  font-size: 15px;
  display: inline-block;
}
a.ctaCbc2 {
  color: #fff;
  font-weight: bold;
  border: 1px solid #00a24d;
  background: #00a24d;
  border-radius: 30px;
  padding: 10px 25px;
  text-align: center;
  min-width: 150px;
  font-size: 15px;
  display: inline-block;
}

a.ctaCbc6 {
  color: #00a24d;
  font-weight: bold;
  border: 3px solid #00a24d;
  /*background: none;*/
  background: #ffffff;
  border-radius: 30px;
  padding: 10px 25px;
  text-align: center;
  min-width: 150px;
  font-size: 15px;
  display: inline-block;
}
a.ctaCbc5 {
  color: #fff;
  font-weight: bold;
  border: 3px solid #fff;
  /*background: none;*/
  background: transparent;
  border-radius: 30px;
  padding: 10px 25px;
  text-align: center;
  min-width: 150px;
  font-size: 15px;
  display: inline-block;
  margin-left: 750px;
}
a.ctaCbc1:hover {
  color: #ffffff;
  border: 1px solid #fff;
  background: #00a24d;
}
a.ctaCbc2:hover {
  color: #00a24d;
  background: #fff;
}

a.ctaCbc5:hover {
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  border: 3px solid #fff;
  background: transparent;
}
a.ctaCbc6:hover {
  color: #ffffff;
  border: 1px solid #fff;
  background: #00a24d;
}
a.ctaCbc1.ctaCbc4 {
  color: #000;
  border: 1px solid #000;
  background: none;
}
a.ctaCbc1.ctaCbc4:hover {
  color: #00a24d;
  background: #fff;
}

.baixeApp {
  background-color: #f9f9f9;
  padding: 50px 0;
}
.baixeApp h2 {
  font-weight: 800;
  font-size: 30px;
  text-transform: uppercase;
}
.baixeApp img {
  width: 250px;
  margin-left: 200px;
}
.baixeApp img:hover {
}
.logoCBC {
  position: absolute;
  bottom: 100px;
  left: -70px;
  width: 30vw;
  height: auto;
}
.acessh {
  width: 100%;
  background-color: white;
  border-radius: 20px;
  height: 50px;
  text-align: center;
  position: relative;
  padding: 10px;
}
.acessoh {
  position: absolute;

  font-weight: bold;
  font-size: 20px;
}
.acessoh a {
  color: #000;
}
.acessoh a:hover {
  color: #00a24d;
}
.contratar {
  background-color: white;
  border-radius: 20px;
  height: auto;
  margin-top: 20px;
  padding: 20px;
}
.contratar h4 {
  text-align: center;
  top: 13px;
  font-weight: bold;
  font-size: 20px;
  color: #000;
}
.marquee {
  width: 100%;
  position: relative;
}

.QuemTemSabe {
  width: 60%;
  height: auto;
  right: 0;
  display: block;
  position: absolute;
  overflow: hidden;
  animation: marquee 30s linear infinite;
}
.QuemTemSabe img {
  width: 100%;
  height: auto;
  opacity: 0.2;
}
@keyframes marquee {
  0% {
    left: 100%;
  }
  100% {
    left: -60%;
  }
}
.paraOpcoes {
  position: relative;
  margin-top: 30px;
}
.botoesOpcoes {
  position: absolute;
  width: 100%;
  z-index: 3;
}
a.botoesOpcoesBtn {
  border-radius: 20px;
  padding: 30px;
  background-color: #fff;
  display: block;
  text-align: center;
  height: 180px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(88, 88, 88, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(88, 88, 88, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(88, 88, 88, 0.3);
}
a.botoesOpcoesBtn.ativo,
a.botoesOpcoesBtn:hover {
  background-color: #c7f0c9;
  cursor: pointer !important;
}
a.botoesOpcoesBtn img {
  height: 80px;
  width: 160px;
  display: block;
}
a.botoesOpcoesBtn h3 {
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  padding-top: 10px;
}
a.botoesOpcoesBtn h3 span {
  color: #00a24d;
}
.areaOpcoes {
  position: relative;
  padding-top: 90px;
}
.areaOpcoesCont {
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  width: 100%;
  padding-top: 180px;
  display: none;
}
.areaOpcoesCont.ativo {
  display: block;
}
.areaOpcoesCont p {
  width: 80%;
  line-height: 120%;
}
.areaOpcoesCont a.ctaCbc2 {
  margin-top: 20px;
}
#areaOpcoesCont1 {
  background: rgb(79, 147, 83);
  background: linear-gradient(
    90deg,
    rgba(79, 147, 83, 1) 0%,
    rgba(68, 128, 71, 1) 100%
  );
}
#areaOpcoesCont2 {
  background: rgb(79, 147, 83);
  background: linear-gradient(
    90deg,
    rgba(79, 147, 83, 1) 0%,
    rgba(68, 128, 71, 1) 100%
  );
}
#areaOpcoesCont3 {
  background: rgb(79, 147, 83);
  background: linear-gradient(
    90deg,
    rgba(79, 147, 83, 1) 0%,
    rgba(68, 128, 71, 1) 100%
  );
}
.areaOpcoesCont h4.titleDefault {
  color: #c7f0c9;
}
.logoCBC2 {
  position: absolute;
  bottom: -20px;
  right: -70px;
  width: 30vw;
  height: auto;
}
.comoFunciona {
  background: rgb(79, 147, 83);
  background: linear-gradient(
    90deg,
    rgba(79, 147, 83, 1) 0%,
    rgba(68, 128, 71, 1) 100%
  );
  padding: 70px 0;
  display: block;
  position: relative;
}
.comoFunciona p {
  width: 80%;
  line-height: 120%;
  color: #fff;
}
img.cardCBC {
  width: 100%;
  margin-top: 160px;
}
img.cardCliente {
  transform: rotate(-10deg);
}
.cfItem img {
  display: inline-block;
  width: 20%;
  vertical-align: top;
}
.cfItem .cfItemTexto {
  display: inline-block;
  width: 75%;
  padding-left: 10px;
}
.cfItem .cfItemTexto h3 {
  color: #fff;
  font-weight: 900;
  font-size: 18px;
  padding-top: 20px;
}
.cfItem .cfItemTexto p {
  width: 100%;
}
.cfItem2 img {
  width: 10%;
  left: 6%;
  position: relative;
}
.style1 {
  position: absolute;
  right: 20px;
  bottom: 50px;
  width: 100%;
  max-width: 150px;
  height: auto;
}
.style1 img {
  width: 100%;
  height: auto;
}
.cartaoCBCUnderline {
  position: absolute;
  bottom: 130px;
  left: -30px;
  width: 40vw;
  height: auto;
}

h4.titleDefault {
  font-size: 24px;
  color: #00a24d;
}
h2.titleDefault {
  color: #000000;
  font-size: 34px;
  font-weight: 900;
}
.numeros h4.titleDefault,
.comoFunciona h4.titleDefault {
  color: #c7f0c9;
}
.numeros p,
.comoFunciona p {
  width: 80%;
  line-height: 120%;
  color: #fff;
}

.drpbtn {
  background-color: transparent;
  color: #00a24d;
  padding: 16px;
  font-size: 16px;
  border: 3px solid #00a24d;
  border-radius: 30px;
  cursor: pointer;
  font-weight: bold;
}

.drpbtn:hover,
.drpbtn:focus {
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  background: #00a24d;
  border: 3px solid #00a24d;
}

.drpdown {
  position: relative;
  display: inline-block;
  margin-left: 50px;
  margin-top: 15px;
}

.drpdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  overflow: auto;
  background-color: transparent;
  z-index: 1;
}
.drpdown-content a img {
  width: auto;
  height: 50px;
}
.drpdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.drpdown a:hover {
  color: #00a24d;
  font-weight: bold;
}

.showa {
  display: block;
}

.categoriasClube {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
}
.categoriasClube h2 {
  font-size: 40px;
}
.categoriasClube .app {
  width: 400px;
  margin-left: 150px;
}
.categoriasClube img {
  width: 300px;
  height: auto;
}
.categoriasClube .barraCategoria {
  position: absolute;
  bottom: 0;
  height: 60px;
  width: 100%;
}
.itemCateg {
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(88, 88, 88, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(88, 88, 88, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(88, 88, 88, 0.3);
  position: relative;
  margin: 20px 0 20px 0;
  padding: 15px;
}
.itemCateg.ativo,
.itemCateg:hover {
  background-color: #c7f0c9;
}
.itemCateg img {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
}
.itemCateg h5 {
  width: 65%;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  height: 70px;
  text-align: center;
  padding: 0 10px;
  display: inline-table;
  vertical-align: middle;
  margin: 0;
}
.itemCateg h5 span {
  vertical-align: middle;
  display: table-cell;
}
.celularCategoria {
  text-align: center;
}
.categoriasClube p {
  margin-top: 16px;
}
.celularCateg img {
  max-height: 90vh;
  width: auto;
  margin: 0 auto;
  position: relative;
  max-width: 340px;
}
.infoCateg {
  position: absolute;
  height: 89vh;
  background-color: #eae9e6;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: 40px;
  max-width: 320px;
  display: block;
}
.infoCategor {
  display: none;
}
.infoCategor.ativo {
  display: block;
}
img.capaCateg {
  width: 100%;
  height: auto;
  border-radius: 40px 40px 0 0;
  margin-bottom: 30px;
}
img.imgCateg {
  width: 40%;
  margin: 10px 3% 10px 3%;
  display: inline-block;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(88, 88, 88, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(88, 88, 88, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(88, 88, 88, 0.3);
}

.marcas {
  padding-bottom: 40px;
  padding-top: 30px;
  padding: 30px;

  background: transparent;
}
.marcas img {
  width: 100%;
  height: auto;
  margin: 15px 0;
}
.marcas h2 {
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.marcas p {
  text-align: center;
}
.marcasDestaque h4 {
  margin-top: 60px;
}
.marcasDestaque {
  background: #eae9e6;
  padding: 50px 0;
}
.marcasDestaque .carItem {
  border-radius: 10px;
  background: #46844a;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(88, 88, 88, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(88, 88, 88, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(88, 88, 88, 0.3);
  position: relative;
  margin: 50px 0 10px 0;
}
.marcasDestaque .carItem a {
}
.marcasDestaque .carItem img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  position: absolute;
  top: 0;
  transition: all 0.3s ease;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.marcasDestaque .owl-carousel {
  margin-top: 0px;
}
.owl-stage {
  padding-left: 0px !important;
}
.carItem:hover {
  background: #46844a;
}
.carItem:hover img {
  width: 80% !important;
  top: -40px;
}
.carItem h3 {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  height: 50px;
  position: absolute;
  display: none;
  text-align: center;
  padding: 0 10px;
  bottom: 0px;
  width: 100%;
}
.carItem h3 span {
  vertical-align: middle;
  display: table-cell;
}
.carItem:hover h3 {
  display: table;
}
.owl-nav {
  float: right;
  margin-right: 30px;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  display: inline-block;
  margin: 10px 5px;
}
.owl-nav img,
.owl-previmg {
  width: 65px;
}
.numeros {
  text-align: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.numeros h4 {
  padding-top: 100px;
}
.areaNumeros {
  position: relative;
}
img.numeroPhone {
  width: 100%;
  height: auto;
}
img.numeroCard {
  width: 40%;
  height: auto;
  position: absolute;
  left: 20%;
  top: 20%;
}
.dadoNumero1 a:hover img {
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.dadoNumero2 a:hover img {
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.dadoNumero3 a:hover img {
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.centered {
  opacity: 0;
  font-weight: bold;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dadoNumero1 :hover .centered {
  opacity: 1;
  font-weight: bold;
  font-size: 30px;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dadoNumero2 :hover .centered {
  opacity: 1;
  font-weight: bold;
  font-size: 30px;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dadoNumero3 :hover .centered {
  opacity: 1;
  font-weight: bold;
  font-size: 30px;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.imgNumero {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5%;
}
.imgNumero img {
  width: 100%;
  height: auto;
}
.textoNumero {
  width: 65%;
  display: inline-block;
  vertical-align: middle;
}
.textoNumero h3 {
  color: #fff;
  font-weight: bold;
  font-size: 38px;
  padding-bottom: 0;
  margin: 0;
}
.textoNumero h5 {
  color: #c7f0c9;
  font-size: 22px;
}
.dep {
  background-color: #000;
}
.sliderDefault {
}
.podcast {
  background: url(images/fotosite_CBC-renatocaetanopapocerto.png);
  height: 387px;
  width: 100%;
  background-position: 100% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}

.podcast h3 {
  color: #fff;
  font-weight: bold;
  margin-left: 700px;
  padding-top: 40px;
}
.podcast p {
  color: #fff;
  margin-left: 700px;
}
.podcast img {
  margin-top: -30px;
  margin-left: 750px;
}

.institucional {
  height: 450px;
  background: url(images/fotosite_CBC-backgrounddepoimentos.png);
  background-position: center;
  background-repeat: repeat;
  text-align: center;
  padding-top: 5px;
}
.institucional h2 {
  font-weight: 900;
  font-size: 38px;
  color: #38803c;
  margin-top: 15px;
}
.institucional p {
  color: #fff;
}
.depoimentos.institucional p {
  color: #fff;
}
.depoimentos {
  text-align: center;
  position: relative;
}
.infoCard {
}
.areaFoto {
  position: relative;
}
.areaFoto img {
  width: 150px;
  height: auto;
}
.logoDepoimento {
  width: 90px;
  height: 90px;
  background-color: #dfdfdf;
  position: absolute;
  left: 23%;
  bottom: 15px;
  border-radius: 100%;
  text-align: center;
  border: 1px solid #38803c;
}
.logoDepoimento img {
  border-radius: 0;
  width: 80%;
  top: 20%;
  position: relative;
  border: none;
}

.areaDepo {
  text-align: center;

  height: 100%;
  position: relative;
}
.areaDepo h3 {
  color: #fff;
  font-size: 18px;
}
.areaDepo h4 {
  color: #fff;
  font-size: 13px;
}
.areaDepo h5 {
  color: #fff;
  font-size: 16px;
}
.areaDepo .estrelas {
  text-align: center;
}
.areaDepo .estrelas img {
  display: inline-block;
  width: 21px;
  height: auto;
  margin: 5px;
}
.areaDepo p {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  margin: 20px 0 0 0 !important;
}

.btn-link {
  font-weight: 800;
  color: #fff;
  background-color: transparent;
  width: 100%;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
.card .btn-link.collapsed img {
  transform: rotate(90deg);
}
.card .btn-link img {
  border-radius: 100%;
  background-color: #fff;
  transform: rotate(270deg);
  position: absolute;
  right: 160px;
  font-size: 22px;
  transition: all 0.3s ease;
  width: 25px;
  height: 25px;
  top: 100px;
}

.mb-0 {
  text-align: center;
}
.card-header {
  text-align: center;
  padding: 0.75rem 1.25rem;
  background-color: transparent;
}

.card {
  background: none !important;
  border: none !important;
}

.swiper-button-prev {
  height: 0;
  width: 46px;
  left: 50px;
  right: auto;
  bottom: 10px;
  cursor: pointer;
}
.swiper-button-next {
  height: 0;
  width: 46px;
  right: 50px;
  left: auto;
  bottom: 10px;
  cursor: pointer;
}
.swiper-button-prev img,
.swiper-button-next img {
  width: 100%;
  height: auto;
  max-width: 45px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.sliderMarcas {
  margin: 50px 0;
}
.sliderMarcas img {
  width: 80%;
  height: auto;
  position: relative;
  left: 10%;
  max-width: 250px;
}

.depItem {
  border-radius: 10px;
  background: #000;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(88, 88, 88, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(88, 88, 88, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(88, 88, 88, 0.3);
  position: relative;
  margin: 10px 10px 10px 10px;
  padding: 30px;
}
.depItem img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  max-width: 150px;
}
.depItem h3 {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  height: 50px;
  text-align: center;
  padding: 0 10px;
  width: 100%;
  display: table;
}
.depItem h3 span {
  vertical-align: middle;
  display: table-cell;
}
.depItem p {
  color: #fff;
  font-size: 15px;
}
.sloganDepo {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  max-width: 1200px;
  margin: auto;
  left: 0;
  right: 0;
}
.sloganDepo img {
  width: 100%;
  height: auto;
  margin-top: -2px;
  z-index: 2;
  position: relative;
}
.sloganDepo::before {
  content: "";
  background-image: url(images/aspas1.svg);
  width: 100px;
  height: 100px;
  position: absolute;
  top: -40px;
  left: -40px;
  z-index: 1;
  background-repeat: no-repeat;
}
.sloganDepo::after {
  content: "";
  background-image: url(images/aspas2.svg);
  width: 100px;
  height: 100px;
  position: absolute;
  top: 40px;
  right: -60px;
  z-index: 1;
  background-repeat: no-repeat;
}
.rodape {
  padding: 70px 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(40, 38, 38, 1) 100%
  );
  font-size: 14px;
}
.rodape h3 {
  color: #fff;
  font-weight: 900;
  margin-top: 30px;
  font-size: 18px;
  text-transform: uppercase;
}
.rodape a {
  color: #fff;
  display: block;
}
.rodape a:hover {
  opacity: 0.8;
}
img.logorodape {
  width: 80%;
  height: auto;
  left: 10%;
  position: relative;
}
a.ctaRod {
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 14px 20px;
  margin: 20px;
  width: 80%;
  position: relative;
}
a.ctaRod2 {
  border: 1px solid #00a24d;
  color: #fff;
  background-color: #00a24d;
  text-align: center;
  border-radius: 10px;
  padding: 14px 20px;
  margin: 20px;
  width: 80%;
  position: relative;
}
.btnRod {
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 10px 20px;
  margin: 20px 20px 20px 15px;
  width: 60%;
  position: relative;
  background-color: transparent;
  font-size: 16px;
}
.btnRod:hover {
  background-color: #fff;
  color: #000;
  border-color: #fff;
  cursor: pointer;
}
.rodlink a:hover {
  color: #00a24d;
}
.rodlink a {
  font-size: 15px;
}
a.ctaRodB {
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 14px 20px;
  margin: 70px 20px 20px 20px;
  width: 80%;
  position: relative;
}
a.ctaRod2:hover {
  font-weight: bold;
  background-color: #eee;
  color: #00a24d;
  border-color: #fff;
}
a.ctaRod:hover,
a.ctaRodB:hover {
  cursor: pointer;
  background-color: #fff;
  color: #000;
  border-color: #fff;
}
.social {
  float: right;
  text-align: center;
}
.social a {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  text-align: center;
  padding: 7px;
  background-color: #fff;
  display: inline-block;
  margin: 3px;
  color: #000 !important;
}
.social img {
  width: 100%;
  height: auto;
}
.contatos {
  display: block;
  margin-bottom: 10px;
  color: #fff;
}
.contatos a {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  text-align: center;
  padding: 7px;
  background-color: #fff;
  display: inline-block;
  margin: 3px;
  color: #000 !important;
}
.contatos img {
  width: 100%;
  height: auto;
}
.contatos h5 {
  display: inline-block;
  font-size: 14px;
}
.contatos h5 span {
  font-size: 20px;
  font-weight: 900;
}
.contatos h5 b {
  font-weight: 900;
}
.baixeoapp {
  position: top;
  margin-top: 10px;
}
.baixeoapp a {
  display: inline-block;
  width: 45%;
}
.baixeoapp img:hover {
}
.rodape hr {
  width: 100%;
  background: #353334;
  margin: 40px 0;
}
img.quemtemsabeRod {
  opacity: 0.4;
  width: 100%;
  height: auto;
}
.linktermos a {
  display: inline-block;
  margin-right: 30px;
  font-size: 13px;
}

.bannerTopo {
  background-repeat: no-repeat;
  background-position: top right;
  padding: 50px 0;
  background-size: cover;
  min-height: 90vh;
  height: 100%;
}
.btparaEmpresa {
  background-image: url(images/bann_paraempresa.jpg);
}
.btparaEstabelecimento {
  background-image: url(images/bann_paraestabelecimento.jpg);
}
.btparaVoce {
  background-image: url(images/bann_paravoce.jpg);
}
.capa-estabelecimento img {
  width: 100%;
}

.bannerTopo h1 {
  color: #fff;
  font-weight: 800;
  font-size: 38px;
  padding-top: 80px;
  line-height: 30px;
}
.bannerTopo p {
  color: #fff;
}
.sobre {
  background-color: #fff;
  padding: 75px 0;
}
.sobre h2 {
  text-align: center;
  font-weight: 900;
  margin-bottom: 30px;
  font-size: 34px;
}
.sobre p {
  text-align: center;
}
.sobre p b {
  font-weight: bold;
}
.diferenciaisEmp {
  position: relative;
}
.superTitle1 {
  color: rgba(0, 0, 0, 0.4);
  font-size: 80px;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 55px;
}
.areatexto {
  background-color: #000;
  color: #fff;
  padding: 70px 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 50%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 100%
  );
}
.areatexto h2 {
  font-weight: 900;
  margin-bottom: 30px;
  color: #fff;
  font-size: 34px;
}
.areatexto p {
  margin-bottom: 50px;
}
.imgDiferencial {
  width: 30%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
}
.imgDiferencial img {
  width: 100%;
  height: auto;
  border-radius: 20px 0 0 20px;
}
.boxDiferencial {
  position: relative;
  display: inline-block;
  width: 46%;
  margin: 20px 3% 0px 0;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(88, 88, 88, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(88, 88, 88, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(88, 88, 88, 0.3);
  background-color: #fff;
  padding: 15px;
  height: 150px;
  vertical-align: middle;
}
.boxDiferencial h4 {
  font-weight: 900;
  color: #00804d;
  text-transform: uppercase;
  height: 21px;
  font-size: 20px;
}
.boxDiferencial p {
  color: #000;
  margin-bottom: 0;
  height: 80px;
  line-height: 110%;
  display: block;
  font-size: 15px;
}
.diferenciaisEmp2 {
  position: relative;
}
.empDif1 {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  margin-right: 3%;
}
.empDif2 {
  width: 48%;
  display: inline-block;
  vertical-align: top;
}
.numeroDiferencial {
  width: 100%;
  border-radius: 20px;
  padding: 5px 15px;
  background-color: #00a24d;
  margin-bottom: 10px;
}
.numeroDiferencial h5 {
  display: inline-block;
  width: 20%;
  font-size: 60px;
  color: #fff;
  font-weight: 900;
  margin: 0;
  padding: 0;
}
.numeroDiferencial h6 {
  width: 74%;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  height: 70px;
  text-align: left;
  padding: 10px 10px;
  display: inline-table;
  vertical-align: top;
  margin: 0;
  font-weight: 400;
  margin-left: 3%;
}
.numeroDiferencial h6 span {
  vertical-align: middle;
  display: table-cell;
}
.numdif1 {
  background-color: #00a24d;
}
.numdif2 {
  background-color: #6cb170;
}
.numdif3 {
  background-color: #76b77a;
}
.numdif4 {
  background-color: #93ca96;
}
.numdif5 {
  background-color: #aad2ac;
}
.numdif6 {
  background-color: #919191;
}
.numdif7 {
  background-color: #5f5e5e;
}
.numdif8 {
  background-color: #525151;
}
.numdif9 {
  background-color: #303030;
}
.numdif10 {
  background-color: #000000;
}
.imgDiferencial2 {
  width: 50%;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}
.imgDiferencial2 img {
  width: 100%;
  height: auto;
  border-radius: 20px 0 0 20px;
}
.superTitle2 {
  color: rgba(83, 153, 87, 0.4);
  font-size: 80px;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 55px;
  margin-top: 200px;
}
.style2 {
  position: absolute;
  left: -20px;
  bottom: 100px;
  width: 100%;
  max-width: 150px;
  height: auto;
}
.style2 img {
  width: 100%;
  height: auto;
}
.fazconta {
  background-image: url(images/bg_sec_fazconta.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0 0 0;
}
img.imgsimula {
  width: 100%;
  height: auto;
}
.fazconta h2 {
  margin-top: 50px;
}
.depoimentoPara {
  background-color: #c7f0c9;
  padding: 65px 0;
  position: relative;
}
.depoimentoPara h2 {
  margin-bottom: 30px;
}
.logoDepoimento {
  width: 47%;
  margin-right: 2%;
  margin-bottom: 15px;
  display: inline-block;
}
.logoDepoimento img {
  border: 2px solid #fff;
  border-radius: 10px;
}
.logoDepoimento.ativo img,
.logoDepoimento:hover img {
  border-color: #47854b;
}
.depoInterna {
  border-radius: 10px;
  background: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(88, 88, 88, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(88, 88, 88, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(88, 88, 88, 0.3);
  position: relative;
  margin: 10px 10px 10px 10px;
  padding: 30px;
  min-height: 540px;
}
.depoInterna img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  max-width: 150px;
}
.depoInterna h3 {
  font-size: 18px;
  font-weight: 900;
  color: #000;
  height: 50px;
  text-align: center;
  padding: 0 10px;
  width: 100%;
  display: table;
}
.depoInterna h3 span {
  vertical-align: middle;
  display: table-cell;
}
.depoInterna p {
  font-size: 15px;
}
.imgDepoimento {
  position: absolute;
  height: 100%;
  right: 0;
  width: 30%;
  border-left: 10px solid #47854b;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
}
.depoCBC {
  display: none;
}
.depoCBC.ativo {
  display: block;
}

.imgdepo1 {
  background-image: url(images/depoimentos/depoCbc1.jpg);
}
.imgdepo2 {
  background-image: url(images/depoimentos/depoCbcb1.jpg);
}
.formulario {
  padding-bottom: 50px;
}
.formulario h4 {
  margin-top: 60px;
}
.superTitle3 {
  color: rgba(199, 240, 201, 1);
  font-size: 80px;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 55px;
  top: -0px;
  left: 40%;
  position: relative;
}
.form6 {
  width: 48%;
  margin-left: 1%;
  display: inline-block;
}
.form12 {
  width: 98%;
  margin-left: 1%;
}
.form13 {
  max-width: 300px;
  position: relative;
}
.formsubmit5 {
  font-weight: bold;
}
.form4 {
  width: 30%;
  margin-left: 1%;
}
.form-control {
  border-radius: 10px;
  border: 1px solid #dedede;
  height: 45px;
  padding: 10px 20px;
  background-color: #efefef;
  margin-bottom: 15px;
}
.form-control.partner {
  border-radius: 10px;
  border: 1px solid #dedede;
  height: 40px;
  padding: 10px 20px;
  background-color: #efefef;
}
.formsubmit {
  background: #47854b;
  color: #fff;
  font-weight: bold;
}
textarea.form-control {
  resize: none;
  height: 200px;
}
.formulario form {
  margin-top: 60px;
}
.bannerTopo h3 {
  color: #fff;
  /*font-weight: 800; //edit- paravoce */
  /*font-size: 24px;  //edit- paravoce */
  font-size: 10px;
  padding-top: 20px;
}
.diferenciaisVoce {
  padding: 70px 0;
}
.diferencialItem {
  width: 30%;
  border-radius: 20px;
  padding: 5px 15px;
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 2%;
}
.diferencialItem h6 {
  width: 100%;
  font-size: 18px;
  color: #fff;
  height: 70px;
  text-align: center;
  padding: 10px 10px;
  display: inline-table;
  vertical-align: top;
  margin: 0;
  font-weight: 400;
}
.diferencialItem h6 span {
  vertical-align: middle;
  display: table-cell;
}
.areaAssocie {
  background-color: #00a24d;
  padding: 50px 0;
}
.areaAssocie h4 {
  color: #fff;
}
a.ctaCbc3 {
  color: #00a24d;
  border: 1px solid #ffffff;
  background: #fff;
  border-radius: 10px;
  padding: 10px 25px;
  text-align: center;
  min-width: 150px;
  font-size: 15px;
  display: inline-block;
  font-weight: 900;
  margin-top: 20px;
}
a.ctaCbc3:hover {
  color: #ffffff;
  background: #00a24d;
}

.categoriasInterna {
  padding-bottom: 50px;
}

.semPaddingLeft {
  padding-left: 0;
}
.categoriasInterna .itemCateg {
  position: relative;
  margin: 10px 0 0 0;
  padding: 5px 10px;
}
.categoriasInterna .itemCateg img {
  width: 25%;
}
.categoriasInterna .itemCateg h5 {
  width: 69%;
  font-size: 12px;
  height: 70px;
  padding: 0 0px;
  margin: 0;
}

.diferenciaisEst {
  position: relative;
}
.superTitle4 {
  color: rgba(83, 153, 87, 0.4);
  font-size: 80px;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 55px;
}
.superTitle5 {
  color: rgba(83, 153, 87, 0.4);
  font-size: 80px;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 55px;
  left: 50%;
  position: relative;
}

.areatextoEst {
  background-color: #000;
  color: #fff;
  padding: 70px 0;
  background: rgb(79, 147, 83);
  background: linear-gradient(
    90deg,
    rgba(79, 147, 83, 1) 0%,
    rgba(68, 128, 71, 1) 100%
  );
}
.areatextoEst h2 {
  font-weight: 900;
  color: #000;
  font-size: 34px;
}
.areatextoEst p {
  margin-bottom: 50px;
}
.diferenciaisEst2 {
  padding: 0 0 70px 0;
  position: relative;
}
.diferenciaisEst2 h2 {
  margin-top: 50px;
}
.imgDiferencial3 {
  width: 25%;
  height: auto;
  position: absolute;
  top: 70px;
  left: 0;
}
.imgDiferencial3 img {
  width: 100%;
  height: auto;
  border-radius: 0 20px 20px 0;
}
.diferencialItemEst {
  width: 100%;
  border-radius: 20px;
  padding: 15px;
  margin-bottom: 10px;
}
.diferencialItemEst h5 {
  color: #fff;
  font-weight: 900;
}
.diferencialItemEst p {
  color: #000;
}
.descontoTopo {
  padding: 100px 0 0 0;
  position: relative;
  background: linear-gradient(180deg, #00a24d 0%, #3c723f 100%);
}
img.personalidade {
  width: 100%;
  height: auto;
}
.boxBusca {
  border-radius: 20px;
  background-color: #fff;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(88, 88, 88, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(88, 88, 88, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(88, 88, 88, 0.3);
  margin-top: 20px;
}
.descontoTopo h2 {
  font-weight: 900;
  font-size: 32px;
  text-align: center;
  line-height: 30px;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  transform: rotate(-2deg);
  margin-top: 10px;
}
.boxBusca form {
  margin-top: 40px;
}
select.form-control {
  height: 45px !important;
}
.descontoTopo .baixeoapp {
  margin-top: 80px;
  width: 70%;
}
.descontoTopo .baixeoapp h3 {
  color: #000;
  font-weight: 900;
}
.colorDescontos {
  color: #00a24d;
}
.bgDescontos {
  background-color: transparent;
}
.bgDescontos img {
  border-radius: 20px;
  /*box-shadow: 0px 0px 15px 0px rgba(88,88,88,0.3);*/
}
.storiesDescontos {
  background: #f4f2f2;
  padding: 50px 0;
}
h2.titDescontos {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 30px;
}
.descontosArea {
  background-color: #fff;
  padding: 50px 0;
}

.carCard {
  border-radius: 10px;
  background: #e9e4e4;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(88, 88, 88, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(88, 88, 88, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(88, 88, 88, 0.3);
  position: relative;
  margin: 30px 10px 10px 10px;
  height: 340px;
  text-align: center;
}
.carCard img {
  width: 70% !important;
  height: auto;
  border-radius: 10px;
  transition: all 0.3s ease;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  position: relative;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(88, 88, 88, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(88, 88, 88, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(88, 88, 88, 0.3);
  top: -20px;
}
.carCard h3 {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  height: 50px;
  position: relative;
  display: table;
  padding: 0 10px;
  width: 100%;
  margin: 0;
}
.carCard h3 span {
  vertical-align: middle;
  display: table-cell;
}
.carCard h4 {
  font-weight: 900;
  font-size: 24px;
  height: 30px;
}
.carCard h5 {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  height: 18px;
}
.carCard hr {
  border: 0;
  border-top: 3px solid rgb(0 0 0);
  width: 100px;
  margin: 0 auto;
  height: 5px;
}
.ctaOferta {
  color: #fff;
  background: #999;
  border-radius: 30px;
  padding: 7px 20px;
  text-align: center;
  min-width: 150px;
  font-size: 15px;
  display: inline-block;
}
.ctaOferta:hover {
  background-color: #00a24d;
}
a.ctaDescontos {
  color: #fff;
  background: #00a24d;
  border-radius: 30px;
  padding: 7px 20px;
  text-align: center;
  min-width: 150px;
  font-size: 15px;
  display: inline-block;
}
a.ctaDescontos:hover {
  background-color: #999;
}
.ofertas1 {
  padding: 50px 0;
}
img.imgOferta {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
a:hover img.imgOferta {
  opacity: 0.8;
}
.descontoMilhares {
  padding: 50px 0;
}
.descontoMilhares h2.titDescontos {
  color: #fff;
}
a.ofertaEspecial {
  background-color: #efefef;
  display: block;
  border-radius: 10px 10px;
}
.especialCapa {
}
.especialCapa img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
}
.especialInfo {
  padding: 5px;
}
.areaespecialLogo {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}
img.imgLogoEspecial {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.infoareaespecial {
  width: 65%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.infoareaespecial h3 {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  height: 20px;
  position: relative;
  padding: 0 10px;
  width: 100%;
  margin: 5px 0 0 0;
}
.infoareaespecial h4 {
  font-weight: 900;
  font-size: 24px;
  height: 30px;
  margin-bottom: 0px;
}

.carNovos {
  cursor: pointer;
  position: relative;
  margin: 10px 10px 10px 10px;
}
.carNovos img {
  width: 100% !important;
  height: auto;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(88, 88, 88, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(88, 88, 88, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(88, 88, 88, 0.3);
}
.categoriasButtons {
  padding: 50px 0;
}
a.categBtn {
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  height: 100px;
  margin-top: 15px;
  display: block;
}
a.categBtn h3 {
  color: #fff;
  font-weight: 900;
  font-size: 26px;
  position: absolute;
  bottom: 10px;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  text-transform: uppercase;
}

.institucionalCliente {
  padding: 50px 0;
}
img.imgInstitucional {
  width: 100%;
  height: auto;
  border-radius: 0 20px 20px 0;
}
.boxInstitucional {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(88, 88, 88, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(88, 88, 88, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(88, 88, 88, 0.3);
  width: 100%;
  height: auto;
  padding: 15px;
  background-color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
.boxInstitucional h3 {
  font-weight: 900;
  font-size: 28px;
}
.boxInstitucional h4 {
  font-weight: 800;
}
.boxInstitucional p {
  color: #000;
  font-size: 14px;
}
.comoFuncionaDescontos {
  background: #e4e4e4;
  padding: 70px 0;
  display: block;
  position: relative;
}
.ofertaTitle {
  padding: 30px 0;
  position: relative;
}
.titledestaque {
  font-size: 80px;
  text-align: center;
  color: rgba(0, 0, 0, 0.1);
  font-weight: 900;
  letter-spacing: -2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
}
.ofertaTitle h1 {
  color: #000;
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 70px;
  font-weight: 900;
}
.ofertaMarca {
  padding: 10px 0;
  background-color: #efefef;
}
.ofertaMarca .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center; /* centraliza verticalmente os itens */
}
img.imgMarca {
  width: 90%;
  height: auto;
  border-radius: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
img.imgCapa {
  width: 100%;
  height: auto;
}

.ofertaBeneficios {
  background-color: #f3f2f2;
  padding: 40px 0;
  position: relative;
}
.ofertaBeneficios h3.linkDescOferta {
  font-weight: 900;
  text-align: center;
}
.ofertaBeneficios p.linkDescOferta {
  text-align: center;
}

a.linkDescOferta {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 15px 30px;
  border-radius: 10px;
  width: 100%;
  position: relative;
  display: inline-block;
}
a.linkDescOferta:hover {
  background-color: #fff;
  color: #000;
  border-radius: 10px;
}

.ofertaInfos {
  position: relative;
  padding: 50px 0;
}
.ofertaInfoDet i {
  font-size: 24px;
  text-align: center;
  width: 30px;
  height: 30px;
}
.superTitle6 {
  color: rgba(243, 242, 242, 1);
  font-size: 65px;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 55px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.ofertaInfos h2 {
  font-size: 28px;
  text-transform: uppercase;
  color: #000;
  font-weight: 900;
}
.ofertaInfos hr {
  width: 100%;
}
.ofertaInfoDet {
  margin-bottom: 10px;
}
.ofertaInfoDet img {
  width: 30px;
  height: 30px;
}
.ofertaInfoDet a {
  color: #000;
  font-weight: 400;
}
.ofertaInfoDet a:hover {
  opacity: 0.8;
}
.ofertaInfoDet span {
  background-color: #000;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  font-size: 14px;
}
.ofertaItem {
  margin: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}
.ofertaDes {
  border-radius: 25px;
  font-weight: 900;
  text-align: center;
  font-size: 28px;
  color: #fff;
  padding: 10px;
  max-width: 60%;
  width: 25%;
  display: inline-block;
}
.ofertaDesText {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  margin-left: 2%;
}
.ofertaDesText h4 {
  font-weight: 900;
  margin: 0;
}
.duvidasBtn {
  transform: rotate(-90deg);
  padding: 20px;
  position: absolute;
  right: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  font-weight: 16px;
  border-radius: 20px 20px 0 0;
  font-size: 22px;
  height: 80px;
  display: block;
  cursor: pointer;
}
.duvidasBtn span {
  border-radius: 100%;
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 20px;
  text-align: center;
}
.superTitle7 {
  color: rgba(243, 242, 242, 1);
  font-size: 65px;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 55px;
  position: relative;
  left: 0;
}
.ofertaMapa {
  width: 100%;
  height: 400px;
  background-color: #999;
}
.enderecos {
  margin-top: 30px;
}
.itemEndereco {
  margin: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}
.itemEndereco h3 {
  font-weight: 900;
  margin: 0;
  font-size: 22px;
}
.itemEndereco p {
}
.ofertaSobre {
  padding: 50px 0;
}
a.btnCard {
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-color: #000;
  padding: 15px 30px;
  border-radius: 10px;
  left: 10%;
  top: 20%;
  position: relative;
  display: inline-block;
}
a.btnCard:hover {
  background-color: #fff;
  color: #000;
}
a.btnCard h5 {
  font-weight: 900;
  font-size: 32px;
  margin: 0;
}
.ofertaSobre h3 {
  color: #fff;
  font-weight: 900;
  font-size: 32px;
  text-transform: uppercase;
}
.ofertaSobre p {
  color: #fff;
}

.ofertaSobre2 h3 {
  color: #fff;
  font-weight: 900;
  font-size: 32px;
  text-transform: uppercase;
}
.ofertaSobre2 p {
  color: #fff;
}
.ofertaRegras {
  padding: 40px 0;
}
.boxRegras {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(88, 88, 88, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(88, 88, 88, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(88, 88, 88, 0.3);
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
}
.boxRegras h3 {
  font-weight: 900;
  font-size: 32px;
  text-transform: uppercase;
}
.ofertaInteresse {
  background-color: #eae9e6;
  padding: 50px;
}
img.logoParceiro {
  width: 100%;
  height: auto;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(88, 88, 88, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(88, 88, 88, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(88, 88, 88, 0.3);
  margin: 20px 0;
  max-width: 250px;
}
a:hover img.logoParceiro {
  opacity: 0.8;
}
.ofertaInteresse h2 {
  font-weight: 900;
  font-size: 32px;
  text-align: center;
}
.tituloInterna {
  padding-top: 50px;
  padding-bottom: 50px;
}
.tituloInterna h1 {
  color: #fff;
  font-weight: 900;
  font-size: 40px;
  text-transform: uppercase;
}
.resultadoBusca {
  height: auto;
}
.parceclube a {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 50px;
}
.parceclube .pccapa {
  background-color: #f3ebe7;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 170px;
  position: relative;
  border-radius: 10px 10px 0 0;
  text-align: center;
}
.parceclube .pcinfo {
  padding: 25px 0 25px 0;
  background: #fbf7f5;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.parceclube .pcinfo h3 {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  padding: 0;
  margin: 0;
  height: 50px;
  display: table;
  width: 100%;
  color: #000;
}
.parceclube .pcinfo h3 span {
  vertical-align: middle;
  display: table-cell;
}

img.imgpc {
  padding: 5px;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -20px;
  max-width: 150px;
  left: 0;
  right: 0;
  border-radius: 10px;
  margin: 0 auto;
}

.btnlink {
  position: absolute;
  border-radius: 32px;
  padding: 5px 20px;
  color: #fff;
  bottom: -20px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 80%;
  text-transform: uppercase;
  font-size: 17px;
}
.contaRegistros {
  padding: 30px 0;
  text-align: right;
}
.buscaHome {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(88, 88, 88, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(88, 88, 88, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(88, 88, 88, 0.3);
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  margin: 30px 0;
}
.paginacao {
  margin: 40px 0;
  text-align: center;
}
.paginacao a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #efefef;
  color: #999;
  font-weight: 800;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  padding: 8px;
  margin: 5px;
}
.paginacao a.ativo,
.paginacao a:hover {
  background-color: #000;
  color: #fff;
}

.panel-title a:after {
  font-family: Fontawesome;
  content: "\f077";
  float: right;
  font-size: 10px;
  font-weight: 300;
}
.panel-title a.collapsed:after {
  font-family: Fontawesome;
  content: "\f078";
}
.interna {
  padding: 50px 0;
}
.btn-link {
  font-weight: 800;
  color: #000;
  background-color: transparent;
  width: 100%;
  text-align: left;
  cursor: pointer;
}
.card .btn-link.collapsed i {
  transform: rotate(0deg);
}
.card .btn-link i {
  transform: rotate(180deg);
  position: absolute;
  right: 20px;
  font-size: 22px;
  transition: all 0.3s ease;
}

.areaLogin {
  padding: 40px 0;
  text-align: center;
}
.areaLogin h2 {
  font-weight: 900;
  text-align: center;
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.areaLogin h6 {
  margin-top: 60px;
}
.areaLogin a {
  color: #000;
  border-radius: 20px;
  padding: 10px 30px;
  text-align: center;
  color: #000;
  border: 1px solid #000;
  margin-top: 10px;
  display: inline-block;
}

.corcartao {
}
.cartaovirtual {
}
.cartaofrente,
.cartaoverso {
  max-width: 800px;
  position: relative;
}
.cartaofrente img,
.cartaoverso img {
  width: 100%;
  height: auto;
}
.dadoscartao {
  color: #414141;
  position: absolute;
  bottom: 20%;
  left: 10%;
  /* margin-left: -90px; */
  text-align: left;
  font-size: 16px;
  max-width: 80%;
}
.dadoscartao2 {
  color: #414141;
  position: absolute;
  top: 25%;
  left: 10%;
  /* margin-left: -90px; */
  text-align: left;
  font-size: 16px;
  max-width: 80%;
}
.areaEscolhaCidade {
  opacity: 0.95;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1200;
  padding-top: 100px;
  text-align: center;
}
.areaEscolhaCidade form {
  opacity: 1;
}
.areaEscolhaCidade h4 {
  color: #fff;
}

.videoOferta video {
  width: 100%;
  height: auto;
}
.btnLabel {
  display: block;
  padding: 12px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
}
.btnLabel i {
  font-size: 24px;
}
.btnCategoria {
  position: absolute;
  border-radius: 15px;
  padding: 5px 15px;
  color: #fff;
  background: #000;
  top: -16px;
  left: 11px;
}
.cidadeModal .modal-content {
  padding: 20px;
  border-radius: 19px;
}

.bodylogin {
  text-align: center;
}
.adaviso {
  background: #fd7f7f;
  padding: 10px;
  margin-top: 20px;
}
.loginpage a.ctaDef {
  margin: 20px 0 30px 0;
  display: block;
  color: #fff;
  border: none;
}

.loginpage a.ctaDefLog1 {
  background-color: #999;
  border: none;
}
.loginpage a.ctaDef:hover {
  opacity: 0.8;
}
.loginpage h3 {
  font-size: 18px;
}

.arealogin {
  background: #efefef;
  padding: 40px 0 40px 0;
}
.arealogin h1 {
  font-weight: bold;
}
.bglogin {
  padding: 40px;
}
.headlogin {
  font-weight: bold;
  text-align: center;
  color: #000;
  font-size: 22px;
  text-transform: uppercase;
}

.cartaovirtual {
}
.cartaofrente,
.cartaoverso {
  max-width: 800px;
  position: relative;
}
.cartaofrente img,
.cartaoverso img {
  width: 100%;
  height: auto;
}
.dadoscartao {
  color: #414141;
  position: absolute;
  bottom: 25%;
  left: 10%;
  /* margin-left: -90px; */
  text-align: left;
  font-size: 16px;
  max-width: 80%;
}
.dadoscartao2 {
  color: #414141;
  position: absolute;
  top: 20%;
  left: 10%;
  /* margin-left: -90px; */
  text-align: left;
  font-size: 16px;
  max-width: 80%;
}
a.cadastrese {
  margin-top: 120px;
}

.areaAcesso {
  text-align: center;
}
.boxAcesso {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  margin-top: 25vh;
}
.boxAcesso h2 {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
}
.areaAcessoPersonalizado {
  width: 100%;
  /*height: 60vh;*/
  height: 100vh;
  position: relative;
}
div.areaAcessoPersonalizado {
  /* background: linear-gradient(180deg, #00a24d 0%, #3c723f 100%); */
  background-color: white;
}
.areaAcessoPersonalizado::after {
  content: "";
  width: 20px;
  /*height: 60vh*/
  height: 100vh;
  top: 0;
  position: absolute;
  right: -20px;
}
.areaAcessoPersonalizado img {
  max-width: 70%;
  left: 15%;
  height: auto;
  top: 25vh;
  position: relative;
}
.areaAcesso h6 {
  color: #fff;
  text-align: center;
  margin-top: 50px;
}
.areaAcesso a {
  color: #fff;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 20px;
  text-align: center;
  margin: 15px auto;
  display: inline-block;
}
.paddingNone {
  padding: 0;
}
.descontoliberado {
  padding: 30px;
  border: 1px solid #000;
  border-radius: 20px;
}
.termos {
  color: #fff;
  text-decoration: underline;
}
.d-qwqwd {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.zelogoc {
  background-color: #ffcc00;
  border-radius: 20px;
}
.zelogo {
  max-width: 100px;
}
.zelogo2 {
  max-width: 150px;
}
.zebody {
  background-color: #f89a08;
  border-radius: 20px;
  text-align: center;
}

/*		Responsive CSS 		*/

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  .img4m {
    width: 300px;
  }
  .homeTopo {
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
  }

  .hamburger-container span {
    display: block;
  }
  .logoMenu {
    margin-top: -3px;
  }
  .areamenu {
    height: auto;
  }
  .areamenu.show {
    width: 100%;
  }
  .menuTopo {
    display: none;
  }
  header {
    height: auto;
    width: 100%;
  }
  .homeTopo h1 {
    font-weight: bold;
    font-size: 36px;
    line-height: 34px;
    color: #000;
  }
  .homeTopo p {
    color: #000;
  }
  img.logoWhiteLabel {
    width: 28%;
  }
  img.logoFundacaoVallourec.custom-vallourec-logo {
    width: 24%;
  }
  .areaDepo {
    padding: 15px;
  }
  .menuWhiteLabel .menu_icon {
    margin-top: 3px;
  }
  .baixeapp {
    padding: 0;
  }
  .baixeApp img {
    width: 265px;
    margin-left: 60px;
  }

  .baixeappt {
    text-align: center;
  }
  .categoriasClube .app {
    margin-left: 0;
  }
  .categoriasClube img {
    width: auto;
    margin-top: 10px;
  }
  .dadoNumero2 {
    margin-left: 25px;
  }
  .swiper-button-prev {
    left: 15px;
  }
  .swiper-button-next {
    right: 15px;
  }
  .d-qwqwd {
    flex-direction: column;
  }
  .areaFoto img {
    width: 100px;
  }
  .podcast {
    background: url(images/fotocolaboradores_CBC-RenatoPodcast1-sitemobile.png);
    height: 224px;
    width: 100%;
    background-position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
  }
  .podcast .container {
    height: 100%;
  }
  .podcast h3 {
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    margin: 0;
    top: 0;
    float: right;
    padding-top: 10px;
  }
  .podcast p {
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 10px;
    float: right;
    width: 131px;
  }
  .podcast img {
    float: right;
    margin-top: 1px;
  }
  a.ctaCbc5 {
    margin-right: 9px;
    float: right;
    height: auto;
    min-width: 115px;
    padding: 2px 11px;
  }

  .acessh {
    background-color: white;
    border-radius: 20px;
    height: 50px;
    text-align: center;
    position: relative;
  }
  .acessoh {
    position: absolute;

    text-align: center;

    font-weight: bold;
    font-size: 15px;
  }
  .acessoh a {
    color: #000;
    text-align: center;
    width: 266px;
  }
  .acessoh a:hover {
    color: #00a24d;
  }
  .contratar {
    background-color: white;
    border-radius: 20px;
    margin-top: 20px;
  }
  .contratar h4 {
    text-align: center;
    top: 13px;
    font-weight: bold;
    font-size: 15px;
    color: #000;
  }
  .rodape {
    padding: 0;
  }
  .rodape hr {
    width: 80%;
    margin-left: 20px;
  }
  .rodlink {
    text-align: center;
  }
  img.logorodape {
    width: 20%;
    height: auto;
    left: 40%;
    position: relative;
  }
  .social {
    float: right;
    margin-top: 5px;
  }
  .tituloInterna {
    padding-top: 80px;
    padding-bottom: 25px;
  }
  .ofertaTitle h1 {
    font-size: 24px;
    margin-top: 50px;
  }

  .titledestaque {
    font-size: 50px;
  }

  .ofertaMarca .row {
    flex-direction: column;
    text-align: center;
  }

  .ofertaMarca .imgMarca {
    position: static;
    margin: 0 auto 10px;
    width: 50%;
  }

  .ofertaMarca .imgCapa {
    margin-top: 10px;
  }
  .titledestaque {
    font-size: 40px;
  }
}

@media (max-width: 375.98px) {
  .img4m {
    width: 300px;
  }
  .hamburger-container span {
    display: block;
  }
  .logoMenu {
    margin-top: -3px;
  }
  .areamenu {
    height: auto;
  }
  .areamenu.show {
    width: 100%;
  }
  .menuTopo {
    display: none;
  }
  header {
    height: 50px;
    width: 100%;
  }
  img.logoWhiteLabel {
    width: 28%;
  }
  img.logoFundacaoVallourec.custom-vallourec-logo {
    width: 24%;
  }
  .swiper-button-prev {
    left: 15px;
  }
  .swiper-button-next {
    right: 15px;
  }
  .menuWhiteLabel .menu_icon {
    margin-top: 3px;
  }
  .baixeapp {
    padding: 0;
  }
  .baixeApp img {
    width: 205px;
  }
  .baixeappt {
    text-align: center;
  }
  .institucional h2 {
    font-size: 30px;
  }
  .areaDepo {
    padding: 15px;
  }
  .categoriasClube .app {
    margin-left: 0;
  }
  .categoriasClube img {
    width: auto;
    margin-top: 10px;
  }
  .dadoNumero1 img {
    max-width: 200px;
  }
  .dadoNumero2 img {
    max-width: 200px;
  }
  .dadoNumero3 img {
    max-width: 200px;
  }
  .dadoNumero2 {
    margin-left: 5px;
  }
  .formsubmit {
    width: 150px;
  }
  .d-qwqwd {
    flex-direction: column;
  }
  .areaFoto img {
    width: 100px;
  }
  a.ctaCbc5 {
    margin-right: 9px;
    float: right;
    height: auto;
    min-width: 115px;
    padding: 2px 11px;
  }

  .acessh {
    background-color: white;
    border-radius: 15px;
    height: 50px;
    text-align: center;
    position: relative;
  }
  .acessoh {
    position: absolute;

    text-align: center;
    font-weight: bold;
    font-size: 15px;
  }
  .acessoh a {
    color: #000;
    text-align: center;
    width: 100%;
  }
  .acessoh a:hover {
    color: #00a24d;
  }
  .contratar {
    background-color: white;
    border-radius: 20px;
    margin-top: 20px;
  }
  .contratar h4 {
    text-align: center;
    top: 13px;
    font-weight: bold;
    font-size: 15px;
    color: #000;
  }
  .rodape {
    padding: 0;
    height: 130vh;
  }
  .rodape hr {
    width: 80%;
    margin-left: 20px;
  }
  .rodlink {
    text-align: center;
  }
  img.logorodape {
    width: 20%;
    height: auto;
    left: 40%;
    position: relative;
  }
  .social {
    float: right;
    margin-top: 5px;
  }
  body {
    overflow-x: hidden;
  }
}

/*Medium devices (tablets, 768px and up)*/
@media (max-width: 991.98px) {
  .hometopo {
  }
  .form4 {
    width: 100%;
  }
  .form-control.formsubmit {
    width: 100%;
  }
  .form6 {
    width: 100%;
  }
  .buscac {
    justify-content: center;
    align-items: center;
  }

  .ofertaItem {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ofertaDes,
  .ofertaDesText {
    display: block; /* Deixa os elementos como blocos */
    width: 100%; /* Ocupam toda a largura */
    margin: 0; /* Remove a margem lateral */
    text-align: center; /* Centraliza o conteúdo */
  }

  .ofertaDes {
    font-size: 20px;
    margin-bottom: 25px;
  }

  a.btnCard {
    top: -25px;
    left: 0;
  }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1280px) {
  .homeTopo {
  }
}

@media (max-width: 430px) {
  .podcast p {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .institucional {
    height: 100%;
  }
  .areaDepo h5 {
    padding: 0 30px;
  }
  .podcast {
    height: 100%;
    padding: 50px;
  }
  .categoriasClube .app {
    width: 100%;
  }
  .categoriasClube {
    text-align: center;
  }
  .drpdown {
    margin-left: 0;
  }
  .baixeApp {
    text-align: center;
    padding: 50px 0;
  }
  .baixeApp img {
    width: 265px;
    margin-left: 0px;
  }
  .homeTopo {
    background: #e7fdf0;
    padding: 50px 0 0 0;
    position: relative;
  }
  .homeTopo:after {
    content: "";
    display: block;
    width: 100%;
    height: 350px;
    background-image: url("images/imagemtopo_ClubeCerto-site.png");
    background-size: cover;
    background-position: center right;
  }
  .homeTopo h1 br {
    display: none;
    color: #000;
  }
  .homeTopo p {
    color: #000;
  }
  .homeTopo p br {
    display: none;
  }
  .marquee {
    margin-top: 0px;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .menuTopo {
    display: none;
  }
  .hamburger-container span {
    display: block;
  }
  .institucional {
    height: 100%;
  }
  .areaDepo h5 {
    padding: 0 30px;
  }
  .podcast {
    height: 100%;
    padding: 50px 30px;
  }
  .categoriasClube .app {
    width: 100%;
    margin-left: 0;
  }
  .categoriasClube {
    text-align: center;
  }
  .drpdown {
    margin-left: 0;
  }
  .baixeApp {
    text-align: center;
    padding: 50px 0;
  }
  .baixeApp img {
    width: 265px;
    margin-left: 0px;
  }
  .homeTopo {
    background: #e7fdf0;
    padding: 50px 0 0 0;
    position: relative;
  }
  .homeTopo:after {
    content: "";
    display: block;
    width: 100%;
    height: 350px;
    background-image: url("images/imagemtopo_ClubeCerto-site.png");
    background-size: cover;
    background-position: center right;
  }
  .homeTopo h1 br {
    display: none;
  }
  .homeTopo p br {
    display: none;
  }
  .marquee {
    margin-top: 0px;
    width: 100%;
    text-align: center;
  }
  .podcast {
    background: url(images/fotocolaboradores_CBC-RenatoPodcast1-sitemobile.png);
    width: 100%;
    background-position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
  }
  .podcast .container {
    height: 100%;
  }
  .podcast h3 {
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    margin: 0;
    top: 0;
    float: right;
    padding-top: 10px;
  }
  .podcast p {
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 10px;
    float: right;
    width: 131px;
  }
  .podcast img {
    float: right;
    margin-top: 1px;
  }
  .categoriasClube img {
    width: 300px;
    height: auto;
    margin: 0 auto;
  }
  .swiper-button-prev {
    left: 0;
  }
  .swiper-button-next {
    right: 0;
  }
  .img4m {
    margin: 0px;
    padding: 50px;
    width: 100%;
    height: auto;
    max-width: 600px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .numeros img {
    width: 100%;
    height: auto;
  }
  .institucional {
    height: 100%;
  }
  .areaDepo h5 {
    padding: 0 30px;
  }
  .podcast {
    height: 100%;
    padding: 50px 30px;
  }
  .categoriasClube .app {
    width: 100%;
    margin-left: 0;
  }
  .categoriasClube {
    text-align: center;
  }
  .drpdown {
    margin-left: 0;
  }
  .baixeApp {
    text-align: center;
    padding: 50px 0;
  }
  .baixeApp img {
    width: 265px;
    margin-left: 0px;
  }
  .homeTopo {
    background: #e7fdf0;
    padding: 50px 0;
    position: relative;
  }
  .homeTopo:before {
    content: "";
    display: block;
    width: 100vw;
    right: 0;
    height: 600px;
    background-image: url(images/imagemtopo_ClubeCerto-site.png);
    background-size: cover;
    background-position: left;
    position: absolute;
    bottom: 0;
    z-index: 0;
  }
  .homeTopo h1 {
    color: #fff;
    font-weight: bold;
    font-weight: 800;
    font-size: 32px;
    line-height: 32px;
  }
  .homeTopo p {
    color: #fff;
  }
  .homeTopo h1 br {
    display: none;
  }
  .homeTopo p br {
    display: none;
  }
  .marquee {
    margin-top: 0px;
    width: 100%;
    text-align: center;
  }
  .podcast {
    background: url(images/fotocolaboradores_CBC-RenatoPodcast1-sitemobile.png);
    width: 100%;
    background-position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
  }
  .podcast .container {
    height: 100%;
  }
  .podcast h3 {
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    margin: 0;
    top: 0;
    float: right;
    padding-top: 10px;
  }
  .podcast p {
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 10px;
    float: right;
    width: 131px;
  }
  .podcast img {
    float: right;
    margin-top: 1px;
  }
  .categoriasClube img {
    width: 300px;
    height: auto;
    margin: 0 auto;
  }
  .swiper-button-prev {
    left: 0;
  }
  .swiper-button-next {
    right: 0;
  }
  .img4m {
    margin: 0px;
    padding: 50px;
    width: 100%;
    height: auto;
    max-width: 600px;
  }
  a.ctaCbc1 {
    padding: 8px 10px;
    min-width: 120px;
    font-size: 13px;
  }
  .dropbtn {
    padding: 16px 5px;
  }
  .menuTopo a.ctaCbc2 {
    padding: 8px 10px;
    min-width: 120px;
    font-size: 13px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .numeros img {
    width: 100%;
    height: auto;
  }
  .institucional {
    height: 100%;
  }
  .areaDepo h5 {
    padding: 0 30px;
  }
  .podcast {
    height: 100%;
    padding: 50px 30px;
  }
  .categoriasClube .app {
    width: 100%;
    margin-left: 0;
  }
  .categoriasClube {
    text-align: center;
  }
  .drpdown {
    margin-left: 0;
  }
  .baixeApp {
    text-align: center;
    padding: 50px 0;
  }
  .baixeApp img {
    width: 265px;
    margin-left: 0px;
  }
  .homeTopo {
    background: #e7fdf0;
    padding: 50px 0;
    position: relative;
  }
  .homeTopo:before {
    content: "";
    display: block;
    width: 100vw;
    right: 0;
    height: 600px;
    background-image: url(images/imagemtopo_ClubeCerto-site.png);
    background-size: cover;
    background-position: left;
    position: absolute;
    bottom: 0;
    z-index: 0;
  }
  .homeTopo h1 {
    color: #fff;
    font-weight: bold;
    font-weight: 800;
    font-size: 32px;
    line-height: 32px;
  }
  .homeTopo p {
    color: #fff;
  }
  .homeTopo h1 br {
    display: none;
  }
  .homeTopo p br {
    display: none;
  }
  .marquee {
    margin-top: 0px;
    width: 100%;
    text-align: center;
  }
  .podcast {
    background: url(images/fotocolaboradores_CBC-RenatoPodcast1-sitemobile.png);
    width: 100%;
    background-position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
  }
  .podcast .container {
    height: 100%;
  }
  .podcast h3 {
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    margin: 0;
    top: 0;
    float: right;
    padding-top: 10px;
  }
  .podcast p {
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 10px;
    float: right;
    width: 131px;
  }
  .podcast img {
    float: right;
    margin-top: 1px;
  }
  .categoriasClube img {
    width: 300px;
    height: auto;
    margin: 0 auto;
  }
  .swiper-button-prev {
    left: 0;
  }
  .swiper-button-next {
    right: 0;
  }
  .img4m {
    margin: 0px;
    padding: 50px;
    width: 100%;
    height: auto;
    max-width: 600px;
  }
  a.ctaCbc1 {
    padding: 8px 10px;
    min-width: 120px;
    font-size: 13px;
  }
  .dropbtn {
    padding: 16px 5px;
  }
  .menuTopo a.ctaCbc2 {
    padding: 8px 10px;
    min-width: 120px;
    font-size: 13px;
  }
}

@media (min-width: 1200px) {
}

/* Estabelecimentos section styles */
.estabelecimentos {
  padding: 40px 0;
  background-color: #f9f9f9;
}
.card-estabelecimento {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.loja-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 10px;
}
.logo-container {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}
.logo-container img {
  max-width: 80%;
  max-height: 150px;
  object-fit: contain;
}
.card-estabelecimento h3 {
  font-size: 16px;
  margin: 15px 0;
  font-weight: 600;
}
.btn-ver-desconto {
  background: #17e18f;
  color: #fff;
  padding: 8px 15px;
  border-radius: 4px;
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
.btn-ver-desconto:hover {
  background: #15c97c;
  text-decoration: none;
  color: #fff;
}
.mt-4 {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .form-control.partner {
    /* aumenta a largura máxima do input */
    width: 300px;
    /* opcional: deixa ele um pouco mais alto e espaçado */
    height: 50px;
    padding: 12px 24px;
    margin-bottom: 0;
  }
}