@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700;800;900&display=swap');
body{
    font-family: 'Montserrat', sans-serif;
	color: #006098;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	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:#006098; color:#fff;}
::-moz-selection{background-color:#006098; color:#fff;}
header{
	width: 100%;
	background:transparent;
	height: auto;
	z-index: 1000;
	position: fixed;
	top: 0;
	padding: 10px 0;bac
}
.paginahome img.logoMenu{
	max-width: 240px;
}
img.logoMenu{
	max-width: 100px;
	transition: all .3s ease;
}
.menufixo img.logoMenu{
	max-width: 100px;
}
.menufixo{
	background: #006098;
	background: linear-gradient(117deg, #006098 20%, #006098 100%);
}
.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: #ffff;
  display: block;
  position: absolute;
  height: 4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .25s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: all .25s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all .25s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all .25s cubic-bezier(0.22, 0.61, 0.36, 1);
  opacity: 1;
  width: 100%;
}
.menu_icon.active .hamburger-container span {
	background: #fff;
}
.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;
}
.rodape-flexbox{
    display: flex;
    align-items: center;
    justify-content: center;
}
.rodape-flexbox img{
    margin-right: 15px;
}
.areamenu{
	width: 100%;
	height: 100vh;
	background: #006098;
	position: fixed;
	top: 0;
	z-index: 999;
	display: none;
}
.areamenu.show{
	display: block;
} 
.menuTopo{
	display: block;	
}
.preHeader.oculte,
.menuTopo.oculte{
	display: none;
}
.menuTopo a.ctaCbc1,
.menuTopo a.ctaCbc2{
	margin: 0 5px;
    padding: 8px 10px;
    float: right;
}
.areaMenuOpen{
	margin-top: 140px;
}
.areaMenuOpen{
}
.areaMenuOpen h3{
	color: #fff;
	font-weight: 900;
	margin-top: 30px;
	font-size: 24px;
	text-transform: uppercase;
}
.areaMenuOpen a{
	color: #fff;
	display: block;
	font-size: 20px;
}
.areaMenuOpen a:hover{
	opacity: 0.8;
}
.areaMenuOpen a.ctaRod{
	border:1px solid #fff;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	padding: 14px 20px;
	margin: 20px;
	width: 80%;
	position: relative;
}
.areaMenuOpen a.ctaRod:hover{
	cursor: pointer;
	background-color: #fff;
	color: #000;
	border-color: #fff;
}
.social{
	margin-top: 20px;
	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;
	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;
}
.areaMenuOpen .contatos h5 span{
	font-size: 20px;
	font-weight: 900;
}
.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.ctaCbcNormal:hover{
    color:#ffff00;
}
a.ctaCbcCidade{
	color: #fff !important;
	float: right;
	margin: 10px 20px;
	position: relative;
	cursor: pointer;
}
a.ctaCbcCidade:hover{
    color:#083;
}
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;
}
.center-justified{
    justify-content: center;
}
#cidadeModal h4.titleDefault{
	text-align: center;
}
.closeButton{
	position: absolute;
    font-size: 44px;
    top: 0;
    right: 10px;
    color: #000;
}
.respiroMenu{
	width: 100%;
	position: relative;
}
.respiroMenuInterna{
	background-color: #006098;
	height: 65px;
}
img.logoWhiteLabel{
	width:65%;
	height: auto;
    border-radius: 20px;
    background: #fff;
}
.menuWhiteLabel{
	background: #fff;
	padding: 0;
	top: 30px;
}
.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: #006098;
	background-image:url(images/fundo.png);
	background-size: cover;
	background-position: center top;
	height: 80vh;
	padding-top: 100px;
}
img.phonehome{
	width: 100%;
	height: auto;
	max-width: 120%;
}
.homeTopo h1{
	color: #fff;
	font-weight: 800;
	font-size: 28px;
	padding-top: 80px;
	line-height: 30px;
}
.homeTopo h1 span{
	color: #fff;
}
.homeTopo p{
	color: #fff;
	line-height: 18px;
	margin-top: 30px;
}
.homeTopo a.ctaCbc1,
.homeTopo a.ctaCbc2{
	margin: 5px;
}
a.ctaCbc1{
	color: #fff;
	border: 1px solid #fff;
	background: none;
	border-radius: 30px;
	padding: 10px 25px;
	text-align: center;
	min-width: 150px;
	font-size: 15px;
	font-weight: 600;
	display: inline-block;
}
a.ctaCbc2{
	color: #006098;
	border: 1px solid #006098;
	background: #fff;
	border-radius: 30px;
	padding: 10px 25px;
	text-align: center;
	min-width: 150px;
	font-size: 15px;
	font-weight: 600;
	display: inline-block;
}
a.ctaCbc1:hover{
	color: #006098;
	background:  #fff;
}
a.ctaCbc2:hover{
	color: #fff;
	background:  #006098;
}
a.ctaCbc1.ctaCbc4{
	color: #fff;
	border: 1px solid #fff;
	background: none;
}
a.ctaCbc1.ctaCbc4:hover{
	color: #006098;
	background:  #fff;
}
.fraseSite1 {
	position: absolute;
    top: -30px;
    left: 0;
    margin-left: 8.333333%;
    font-size: 110px;
    font-style: italic;
    font-weight: 800;
    letter-spacing: -5px;
    line-height: 120px;
    color: #000000;
    -webkit-text-stroke: 1px #006098;
    -webkit-text-fill-color: transparent;
}
.fraseSite2 {
	position: absolute;
    top: -10px;
    right: 0px;
    font-size: 110px;
    font-style: italic;
    font-weight: 800;
    letter-spacing: -5px;
    line-height: 120px;
    color: #000000;
    -webkit-text-stroke: 1px black;
    -webkit-text-fill-color: transparent;
}
.fraseSite3 {
	position: absolute;
    bottom: -10px;
    right: 0px;
    font-size: 110px;
    font-style: italic;
    font-weight: 800;
    letter-spacing: -5px;
    line-height: 120px;
    color: #000000;
    -webkit-text-stroke: 1px black;
    -webkit-text-fill-color: transparent;
}
.fraseSite4 {
	position: absolute;
    top: 0px;
    right: 0px;
    font-size: 80px;
    font-style: italic;
    font-weight: 800;
    letter-spacing: -5px;
    line-height: 100px;
    color: #006098;
    margin-right: 8.333333%;
    -webkit-text-stroke: 1px #006098;
    -webkit-text-fill-color: transparent;
}
.fraseSite5 {
	position: absolute;
    top: -40px;
    right: 0px;
    font-size: 110px;
    font-style: italic;
    font-weight: 800;
    letter-spacing: -5px;
    line-height: 120px;
    color: #ffffff;
    margin-right: 8.333333%;
    -webkit-text-stroke: 1px white;
    -webkit-text-fill-color: transparent;
}
.baixeApp{
	padding: 130px 0 40px 0;
	position: relative;
}
.baixeApp h2{
    color: #006098;
	font-weight: 800;
	font-size: 42px;
	text-transform: uppercase;
}
.baixeApp img{
	display: inline-block;
	max-width: 200px;
}
.baixeApp img:hover{
	opacity: 0.7;
}
.sobrevantagens{
	background-color: #000;
	padding: 80px 0;
}
.sobrevantagens h2{
	font-weight: 900;
	color: #ffffff;
    font-size: 28px;
    padding-bottom: 40px;
}
.sobrevantagens h3{
	text-align: center;
	color: #ffd800;
	font-weight: 900;
    line-height: 80%;
	margin-bottom: 15px;
}
.sobrevantagens h3 span{
	color: #ffffff;
	font-size: 20px;
	font-weight: normal;
}
.sobrevantagens p{
	color: #fff;
	text-align: center;
}


.logoCBC2{
	position: absolute;
    bottom: -20px;
    right: -70px;
    width: 30vw;
    height: auto;
}
.comoFunciona{
	background: linear-gradient(117deg, #006098 20%, #006098 100%);;
	padding: 70px 0;
	display: block;
	position: relative;
}
.comoFunciona p{
	width: 80%;
	line-height: 120%;
	color: #fff;
}
.comoFunciona .titleDefault{
	color: #ffffff;
}
.cartoeshome{
	position: relative;
    margin-top: -100px;
	margin-left: -100px;
}
img.cardCBC{
	width: 100%;
	max-width: 400px;
	margin-top: 160px;
	position: absolute;
	top: 0;
	left: 0;
}
img.cardCBC2{
	width: 100%;
	max-width: 400px;
	margin-top: 160px;
	position: absolute;
	top: 50px;
	left: 50px;
}
img.cardCBC3{
	width: 100%;
	max-width: 400px;
	margin-top: 160px;
	position: absolute;
	top: 100px;
	left: 100px;
}
img.cardCliente{
    transform: rotate(-10deg);
}
.cfItem-2{
	border: 2px solid #006098;
    border-radius: 35px;
    padding: 20px;
    box-shadow: 0px 6px 13px 5px rgb(0 0 0 / 30%);
    background: rgba(158,37,11);
}
.cfItem-2 .cfItemTexto{
	width:100% !important;
}
.cfItem-2 .cfItemTexto h3{
    color: #ffffff !important;
}
.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: 30vw;
    height: auto;
}

.destaques{
	background: #fff;
	padding: 150px 0 150px 0;
	position: relative;
}
.destaques h2{
	color: #000;
	font-weight: 900;
	margin-bottom: 20px;
	text-align: left;
	padding: 50px 30px;
}
.destaques img{
	width: 100%;
	height: auto;
	margin: 15px 0;
}
.assinegnv{
	background-image: url(images/fundoassine.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0 50px 0;
	position: relative;
    text-align: center;
}
.assinegnv img{
	width: 100%;
	height: auto;
}
.assinegnv h2{
	font-weight: 900;
    color: #000;
    font-size: 28px;
    padding-top: 60px;
	text-align: center;
}
.assinegnv p {
	color: #000;
	padding-top: 40px;
	text-align: center;
}
.marcasDestaque a.cta,
.assinegnv a.cta{
	color: #fff;
	background:#006098;
    padding: 15px 20px;
    font-weight: bold;
    font-size: 18px;
    margin: 30px auto;
    display: inline-block;
    border-radius: 10px;
	position: relative;
}
.marcasDestaque a.cta:hover,
.assinegnv a.cta:hover{
	color: #006098;
    background: #fff;
    border:#006098;
}




h4.titleDefault{
	font-size: 24px;
	color: #006098;
} 
#okModal h4.titleDefault{
	padding: 40px;
    text-align: center;
    font-weight: bold;
}
h2.titleDefault{
	color: #006098;
    font-size: 32px;
    line-height: 30px;
	font-weight: 900;
}
.numeros h4.titleDefault,
.comoFunciona h4.titleDefault{
	color: #006098;
}
.numeros p,
.comoFunciona p{
	width: 80%;
	line-height: 120%;
	color: #fff;
}
.categoriasClube{
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 80px;
}
.categoriasClube .barraCategoria{
	background: #eae9e6;
	position: absolute;
	bottom: 0;
	height: 120px;
	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: 50px;
}
.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);
}
.marcasDestaque h4{
	margin-top: 60px;
}
.marcasDestaque h4.titleDefault{
	color: #006098;
}
.marcasDestaque{
	padding: 80px 0; 
	position: relative;
	text-align: center;
}
.marcasDestaque .carItem{
	border-radius:10px;
	background: #006098;
	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 .3s ease;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
	color: red;
}
.marcasDestaque .owl-carousel{
	margin-top: 0px;
}
.owl-stage {
	padding-left: 0px! important;
}
.carItem:hover{
	background: #006098;
}
.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{
	background-image: url(images/bg_sec_numeros.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.numeros::before{
	content: "";
    background: #eae9e5;
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
}
.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%;
}
.dadoNumero{
	margin-bottom: 20px;
}
.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;
}
.depoimentos{
	padding: 200px 0 100px 0;
	position: relative;
}
.depItem{
	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;
}
.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: #000;
    height: 50px;
    text-align: center;
    padding: 0 10px;
    width: 100%;
    display: table;
}
.depItem h3 span{
    vertical-align: middle;
    display:table-cell;
}
.depItem p{
	font-size: 15px;
	min-height: 290px;
}
.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, 102, 50);
	background: linear-gradient(117deg, #006098 20%, #006098 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{
    height: auto;
    position: relative;
    text-align: center;
}
a.ctaRod{
	border:1px solid #fff;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	padding: 14px 20px;
	margin: 20px;
	width: 80%;
	position: relative;
}
a.ctaRodB{
	border:1px solid #fff;
	color: #006098;
	background-color: #fff;
	text-align: center;
	border-radius: 10px;
	padding: 14px 20px;
	width: 80%;
	position: relative;
}
a.ctaRod:hover,
a.ctaRodB:hover{
	cursor: pointer;
	background-color: #fff;
	color: #006098;
	border-color: #006098;
}
.social{
	margin-top: 20px;
	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: #006098 !important;
    float: right;
}
.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: #006098 !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{
	margin-top: 10px;
}
.baixeoapp a{
	display: inline-block;
	width: 45%;
}
.baixeoapp img:hover{
	opacity: 0.7;
}
.rodape hr{
	width: 100%;
    background: #fff;
    margin: 40px 0 10px 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);
}
.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: #ffd800;
	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: #ffd800;
}
.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%;
}
.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;
}
.formsubmit{
	background: #006098;
	color: #fff;
	font-weight: bold;
}
textarea.form-control{
	resize: none;
	height: 200px;
}
.formulario form{
	margin-top: 60px;
}
.bannerTopo h3{
	color: #fff;
	font-weight: 800;
	font-size: 24px;
	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: #ffd800;
	padding: 50px 0;
}
.areaAssocie h4{
	color: #fff;
}
a.ctaCbc3{
	color: #ffd800;
	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:  #ffd800;
}

.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: #006098;
	background: rgb(0,0,0);
	background: linear-gradient(117deg, #006098 20%, #006098 100%);
	height: 250px;
	margin-bottom: 50px;
}
img.personalidade{
	width: 100%;
	height: auto;
}
.boxBusca{
	border-radius: 20px;
	background-color: #fff;
	padding: 20px;
	position: absolute;
	width: 350px;
	-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: #006098;
}
.bgDescontos{
	background: #fff;
}
.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 30px 10px;
    height: 340px;
    text-align: center;
}
.carCard img{
	width: 70% !important;
    height: auto;
	border-radius:10px;
	transition: all .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 #006098;
    width: 100px;
    margin: 0 auto;
    height: 5px;
}
.ctaOferta{
	color: #fff;
	background: #006098;
	border-radius: 30px;
	padding: 7px 20px;
	text-align: center;
	min-width: 150px;
	font-size: 15px;
	display: inline-block;
}
.ctaOferta:hover{
	background-color: #0887d1;
}
a.ctaDescontos{
	color: #fff;
	background: #006098;
	border-radius: 30px;
	padding: 7px 20px;
	text-align: center;
	min-width: 150px;
	font-size: 15px;
	display: inline-block;
}
a.ctaDescontos:hover{
	background-color: #083;
}
.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: #006098;
	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;
	text-transform: uppercase;
	margin: auto;
	right: 0;
	left: 0;
}
.ofertaTitle h1{
	color: #006098;
	font-size: 32px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 70px;
	font-weight: 900;
}
.ofertaMarca{
	padding: 10px 0;
	background-color: #006098;
}
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;
	background-color: #006098;
    font-size: 16px;
    text-align: center;
    padding: 15px 30px;
    border-radius: 10px;
    width: 100%;
    position: relative;
    display: inline-block;
}
a.linkDescOferta:hover{
	background-color: #fff;
	color: #006098;
	font-weight: 600;
}



.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: 80px;
	font-weight: 800;
	letter-spacing: -2px;
	line-height: 55px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.ofertaInfos h2{
	font-size: 28px;
	text-transform: uppercase;
	color: #006098;
	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: 20px;
	font-weight: 900;
	text-align: center;
	font-size: 28px;
	color: #006098;
	padding: 10px;
	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: 80px;
	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;
	overflow: auto;
	max-height: 450px;
}
.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: #006098;
    padding: 15px 30px;
    border-radius: 10px;
    left: 10%;
    top: 20%;
    position: relative;
    display: inline-block;
}
a.btnCard:hover{
	background-color: #fff;
	color: #006098;
}
a.btnCard h5{
	font-weight: 900;
	font-size: 32px;
	margin: 0;
}
.ofertaSobre h3{
	color: #006098;
	font-weight: 900;
	font-size: 32px;
	text-transform: uppercase;
}
.ofertaSobre p{
	color: #006098;
}
.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: 40px 0;
}
.tituloInterna h1{
	color: #fff;
	font-weight: 900;
	font-size: 40px;
	text-transform: uppercase;
}
.resultadoBusca{
	width: 100%;
    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: #137;
}
.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: #137;
	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 .3s ease;
}

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

.corcartao{
}
.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%;
}
.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: #006098;
	font-weight: bold;
    border-radius: 10px;
}
.btnLabel i{
	font-size: 24px;
}
.btnCategoria{
  position: absolute;
    border-radius: 15px;
    padding: 5px 15px;
    color: #fff;
    background: #137;
    top: -16px;
    left: 11px;
}
.cidadeModal .modal-content{
    padding: 20px;
    border-radius: 19px;
}

.bodylogin{
  text-align: center;
}
.adaviso{
    background: #efc5c5;
    padding: 10px;
    margin-top: 20px;
    color: #b90303;
    font-weight: bold;
    border-radius: 5px;
}
.loginpage a.ctaDef{
  margin: 20px 0 30px 0;
  display: block;
  color: #006098;
	border: none;
}

.loginpage a.ctaDefLog1{
	background-color: #fff;
	border: 1px solid #006098;
}
.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: #006098;
  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%;
}
a.cadastrese{
	margin-top: 120px;
}
.ocultaPrincipal{
	display: none;
}
.painel{
	width: 100%;
	height: auto;

}
.areaAcesso{
	text-align: center;

}
.boxAcesso{
	background-color: #fff;
	border-radius: 20px;
	padding: 30px 20px;
	top: 50vh;
	position: relative;
	transform: translateY(-50%);
}
.boxAcesso h2{
	font-size: 28px;
	font-weight: 900;
	text-align: center;
	color: #006098;
}
.areaAcessoPersonalizado{
	background-color: #006098;
	width: 100%;
	height: 100vh;
	position: relative;
}
.areaAcessoPersonalizado::after{
	content: "";
	background-color: #006098;
    width: 20px;
    height: 100vh;
    top: 0;
    position: absolute;
    right: -20px;
}
.areaAcessoPersonalizado img{
	max-width: 70%;
	left: 15%;
	height: auto;
	top: 50vh;
	position: relative;
	transform: translateY(-50%);
}
.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;
}


.box-assinatura{
     border: 1px solid #ccc;
    border-radius: 2px;
    border-top: 3px solid #7bb142;
    width: 100%;
    margin: 30px auto;
    display: inline-block;
    text-align: center;
    padding: 15px;
    font-family: 'Montserrat', sans-serif;
}
.box-assinatura h5{
  display: block;
  font-size: 20px;
}
.box-assinatura h4{
  display: block;
  font-size: 56px;
  color: #7bb442;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 0;
}
.box-assinatura h4 span{
  font-size: 24px;
}
.box-assinatura h6{
  font-size: 18px;
  color: #385719;
  margin: 0;
  padding: 0;
}

.especialInfos h2{
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}
.especialInfos p{
	text-align: center;
}



.estabelecimento-page{
  padding: 0;
}
.capa-estabelecimento img{
  width: 100%;
  height: auto;
}
.tituloestabelecimento{
  padding: 70px 0 0 0;
}
.estabelecimentoinfo{
  background: #232323;
  padding: 40px 0;
}
.estabelecimentoinfo img{
  width: 100%; 
  height: auto;
  max-width: 250px;
  text-align: center;
}
.estabelecimentoinfo h1{
  color: #efefef;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
.estabelecimentoinfo h2{
  color: #000;
  text-align: center;
  background-color: #fff;
  padding: 20px;
  font-weight: bold;
  font-size: 22px;
}
.estabelecimentoinfo p{
  color: #efefef;
  text-align: center;
}
.estabelecimentoinfo h3{
  color: #efefef;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 44px;
  padding: 40px 0;
}

a.btnQFP{
  color: #fff;
  background: #7bb442;
  text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 12px;
    display: block;
    margin: 10px;
    border-radius: 5px;
}


.navGrupo{
	padding: 100px 0 100px 0; 
	background: #006098;
	background: rgb(0, 102, 50);
	background: linear-gradient(117deg, #006098 20%, #006098 100%);
	position: relative;
}
.fotoGrupo{
	min-height: 500px;
	width: 100%;
	transition: all .3s ease;
}

.navGrupo h2{
	font-weight: 900;
	color: #ffffff;
    font-size: 28px;
}
.navGrupo p{
	color: #fff;
}
.fotoGrupo img{
	width: 90%;
	height: auto;
}
.navGrupo .item{
	height: 300px;
	padding: 10px;
	border-radius:25px;
	background: rgb(0, 102, 50);
	background: linear-gradient(117deg, #006098 10%, #006098 100%);
	text-align: center;
	cursor: pointer;
	border:1px solid #fff;

}
.navGrupo .item img{
	width: 100%;
    height: auto;
    max-height: 100px;
    padding-top: 20px;
	-webkit-filter: brightness(0) invert(1);
  	filter: brightness(0) invert(1);
	margin-top: 70px;
	position: relative;
	transition: all .3s ease;
}
.navGrupo .item hr{
	color: #fff;
	width: 50px;
}
.navGrupo .item h3{
	color: #fff;
	font-size: 21px;
	font-weight: bold;
}
.navGrupo .item p{
	color: #fff;
	font-size: 13px;
	display: none;
}
.navGrupo h2{
	margin-top: 40px;
}
.navGrupo .owl-carousel{
	margin-top: 40px;
}
.ctaitem{
	display: none;
	position: relative;
    background: #006098;
    color: #fff;
    z-index: 10;
    padding: 10px;
    border-radius: 30px;
    max-width: 80%;
    left: 10%;
}

.navGrupo .item:hover{
	background: #ffffff
}
.navGrupo .item:hover p{
	display: block;
	color: #006098;
}
.navGrupo .item:hover .ctaitem{
	display: block;
}

.navGrupo .item:hover h3{
	color: #006098;
}
.navGrupo .item:hover img{
	-webkit-filter: none;
  	filter: none;
	margin-top: 0;
}




/*		Responsive CSS 		*/

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
	nav{
    	top: 25vh;
  	}
  	nav.menu ul li{
    	display: block;
  	}
  	.bgDescontos{
  	    background: #fff;
  	}
  	.titledestaque,
  	.sloganDepo::after,
  	.sloganDepo::before{
		display: none;
	}
	.ofertaTitle h1{
		margin-top: 0;
	}
	img.imgMarca {
	    width: 60%;
	    margin: 10px auto;
	    left: 20%;
	    position: relative;
	}
	.superTitle1,
	.superTitle2,
	.superTitle3,
	.superTitle4,
	.superTitle5,
	.superTitle6,
	.superTitle7 {
	    font-size: 50px;
	    line-height: 35px;
	}
	.ofertaDes{
		width: 100%;
		margin-bottom: 30px;
	}
	.ofertaDesText{
		width: 100%;
	}
	a.btnCard {
	    display: block;
	    left: auto;
	    top: auto;
	    margin-bottom: 30px;
	}
	img.logoParceiro{
		margin: 20px 0;
	}
	.duvidasBtn {
	    transform: rotate(0deg);
	    position: relative;
	    right: 0px;
	    left: 0px;
	    bottom: 0;
	    display: block;
	    text-align: center;
	    padding-top: 20px;
	    max-width: 200px;
	    margin-top: 30px;
	}
	.ofertaBeneficios{
		padding-bottom: 0;
	}
	a.ctaRod,
	a.ctaRodB{
		width: 100%;
		margin: 20px 0;
	}
	.rodape a,
	.rodape h3{
		text-align: center;
	}
	img.quemtemsabeRod{
		margin-top: 30px;
	}
	.areaMenuOpen{
		margin-top: 130px;
		text-align: center;
	}
	.areaMenuOpen a.ctaRod{
		margin: 10px 0;
		width: 100%;
	}
	.form4,
	.form6,
	.form12{
		width: 100%;
		margin-left: 0%;
		display: block;
	}
	img.imgOferta,
	.ofertaEspecial{
		margin-bottom: 20px;
	}
	.diferencialItem{
		width: 100%;
	}
	img.cardCBC{
		margin-top: 30px;
	}
	.cartaoCBCUnderline {
	 	bottom: auto;
	    top: 250px;
	    width: 80vw;
	}
	.bannerTopo {
	    background: #000;
	    min-height: auto;
	}
	.superTitle3,
	.superTitle5{
		left: 0;
	}
	.boxDiferencial{
		width: 100%;
		margin: 10px 0;
	}
	.imgDiferencial2{
		display: none;
	}
	.empDif1,
	.empDif2{
		margin: 0;
		width: 100%;
	}
	.imgDiferencial{
		display: none;
	}
	.semPadding{
	    padding-top: 50px;
		padding-right: 0;
	}
	.paddingDesk{
	    padding-top: 50px;
		padding-right: 0;
	}
	.container-fluid.semPadding{
		padding-right: 15px;
	}
	.container-fluid.paddingDesk{
		padding-right: 15px;
	}
	.areaOpcoesCont {
		height: auto;
    	padding: 30px 0;
    	display: block;
    	background: #a6e0aa;
    	background-image: none !important;
    	text-align: center;
	}
	.areaOpcoesCont p {
    	width: 100%;
    	line-height: 120%;
	}
	.baixeApp img{
		display: inline-block;
		max-width: 40%;
	}
	.paraOpcoes{
		margin-top: 0px;
	}
	.areaOpcoes{
		padding-top: 0;
	}
	.marquee {
	    bottom: 0px;
	    height: 50px;
	}
	.logoCBC {
    	width: 70vw;
    	bottom: -50px;
    }
    .logoCBC2{
		display: none
	}
	.homeTopo{
		position: relative;
	}
	.btn.btn-link{
		white-space: inherit;
	}
	.areaAssocie{
		text-align: center;
	}
	.imgDepoimento{
		display: none;
	}
	.superTitle3{
		font-size: 40px;
	}
	.imgDiferencial3 {
    	width: 60%;
    	height: auto;
    	position: relative;
    	top: 20px;
    	left: 0;
    }
    a.cadastrese{
    	margin-top: 40px;
    	margin-bottom: 40px;
    }
    .dadoscartao{
    	bottom: 15%;
    }
	.dadoscartao{    
	    bottom: 15%;
	    left: 10%;
	    font-size: 14px;
	    max-width: 90%;
	}
    .boxBusca{
    	margin-top: 20px;
    }
    .carCard{
    	height: 360px;
    }
	.respiroMenuInterna{
		height: 90px;
	}
	a.ctaCbcCidade,
	.menuWhiteLabel a.ctaCbcCidade{
		color: #006098 !important;
		font-size: 22px;
	}
	.cidadeMobile .menuTopo{
		margin: 0;
	}
	.tituloInterna h1{
		font-size: 34px;
	}
	.depItem p {
    	min-height: 380px;
	}
	.areaAcessoPersonalizado{
		width: 100%;
		height: auto;
		padding-bottom: 30px;
	}
	.areaAcessoPersonalizado::after{
		content: "";
	    width: 100vw;
	    height: 20px;
	    top: auto;
	    bottom: -20px;
	    position: absolute;
	    right: auto;
	}
	.areaAcessoPersonalizado img{
		max-width: 100%;
		left: 0%;
		height: auto;
		top: 20px;
	}
	.boxAcesso{
		margin: 40px 20px;
	}
	.contatos{
		text-align: center;
	}
	.contatos h5{
		text-align: center;
		display: block;
	}
	.contatos h5 span {
	    display: block;
	    color: #fff !important;
	    display: block;
	    width: 100%;
	}
	.areaMenuOpen a{
		font-size: 18px;
	}
	.areaMenuOpen h3{
		font-size: 20px;
	}
	.fraseSite1,
	.fraseSite2,
	.fraseSite3,
	.fraseSite4,
	.fraseSite5{
		font-size: 60px;
		left: 0;
    	right: 0;
    	text-align: center;

	}
	.navGrupo{
		padding: 100px 0 100px 0;
		background: linear-gradient(117deg, #006098 20%, #006098 100%);
		position: relative;
	}
	.cartoeshome,
	.fraseSite4,
	.cartaoCBCUnderline{
		display: none;
	}
}


/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
	nav{
    	top: 25vh;
  	}
  	nav.menu ul li{
    	display: block;
  	}
  	.titledestaque{
		display: none;
	}
	.ofertaTitle h1{
		margin-top: 0;
	}
	img.imgMarca {
	    width: 100%;
	    margin: 30px auto;
	    position: relative;
	}
	.bgDescontos{
  	    background: #fff;
  	}
	.superTitle1,
	.superTitle2,
	.superTitle3,
	.superTitle4,
	.superTitle5,
	.superTitle6,
	.superTitle7 {
	    font-size: 50px;
	    line-height: 35px;
	}
	.ofertaDes{
		width: 100%;
		margin-bottom: 30px;
	}
	.ofertaDesText{
		width: 100%;
	}
	a.btnCard {
	    display: block;
	    left: auto;
	    top: auto;
	    margin-bottom: 30px;
	}
	img.logoParceiro{
		margin: 20px 0;
	}
	.duvidasBtn {
	    transform: rotate(0deg);
	    position: relative;
	    right: 0px;
	    left: 0px;
	    bottom: 0;
	    display: block;
	    text-align: center;
	    padding-top: 20px;
	    max-width: 200px;
	    margin-top: 30px;
	}
	.ofertaBeneficios{
		padding-bottom: 0;
	}
	a.ctaRod,
	a.ctaRodB{
		width: 100%;
		margin: 20px 0;
	}
	.rodape a,
	.rodape h3{
		text-align: center;
	}
	img.quemtemsabeRod{
		margin-top: 30px;
	}
	.areaMenuOpen{
		margin-top: 80px;
	}
	.areaMenuOpen a.ctaRod {
	    margin: 20px 0;
	    width: 100%;
	    font-size: 14px;
	}
	img.imgOferta,
	.ofertaEspecial{
		margin-bottom: 20px;
	}
	.bannerTopo {
	    min-height: auto;
	}
	.diferencialItem{
		width: 100%;
	}
	img.cardCBC{
		margin-top: 30px;
	}
	.cartaoCBCUnderline {
	 	bottom: auto;
	    top: 250px;
	    width: 80vw;
	}
	.boxDiferencial{
		width: 100%;
		margin: 10px 0;
	}
	.imgDiferencial2{
		display: none;
	}
	.empDif1,
	.empDif2{
		margin: 0;
		width: 100%;
	}
	.semPadding{
		padding-right: 0;
	}
	.paddingDesk{
	    padding-left: 0;
	    padding-right: 0;
	}
	.respiroMenuInterna{
		height: 90px;
	}
	a.ctaCbcCidade,
	.menuWhiteLabel a.ctaCbcCidade{
		color: #fff !important;
		font-size: 22px;
	}
	.areaAcessoPersonalizado{
		width: 100%;
		height: auto;
		padding-bottom: 30px;
	}
	.areaAcessoPersonalizado::after{
		content: "";
	    width: 100vw;
	    height: 20px;
	    top: auto;
	    bottom: -20px;
	    position: absolute;
	    right: auto;
	}
	.areaAcessoPersonalizado img{
		max-width: 100%;
		left: 0%;
		height: auto;
		top: 20px;
	}
	.boxAcesso{
		margin: 40px 20px;
	}
	.fraseSite1,
	.fraseSite4{
	    display: none;
	}
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	a.ctaRod,
	a.ctaRodB{
		width: 100%;
		margin: 20px 0;
	}
	.rodape a,
	.rodape h3{
		text-align: center;
	}
	img.quemtemsabeRod{
		margin-top: 30px;
	}
	a.btnCard {
	    display: block;
	    left: auto;
	    top: auto;
	    margin-bottom: 30px;
	}
	.bannerTopo {
	    min-height: auto;
	}
	.imgDiferencial2{
		width: 45%;
		bottom: 0;
		right: 0;
		top: auto;
		left: auto;
	}
	.semPadding{
		padding-right: 0;
	}
	.paddingDesk{
	    padding-left: 0;
	    padding-right: 0;
	}
	img.cardCBC{
		margin-top: 30px;
	}
	.fraseSite4{
	    display: none;
	}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	a.btnCard {
	    display: block;
	    left: auto;
	    top: auto;
	    margin-bottom: 30px;
	}
	.bannerTopo {
	    min-height: auto;
	}
	.imgDiferencial2{
		width: 45%;
		bottom: 0;
		right: 0;
		top: auto;
		left: auto;
	}
	.semPadding{
		padding-right: 0;
	}
	.paddingDesk{
	    padding-left: 50px;
	    padding-right: 0;
	}
	.celularCateg img{
		max-height: 80vh;
		width: auto;
		margin: 0 auto;
		position: relative;
		max-width: 340px;
	}
	.infoCateg{
		position: absolute;
	    height: 78vh;
	    background-color: #eae9e6;
	    left: 0;
	    right: 0;
	    margin-left: auto;
	    margin-right: auto;
	    border-radius: 40px;
	    max-width: 320px;
	}

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
	.semPadding{
		padding: 0;
	}
	.paddingDesk{
	    padding: auto;
	}

}