@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,800,900');

* {
    -webkit-font-smoothing: antialiased
}
html {
    width: 100vw;
    height: auto!important
}
body {
    overflow-x: hidden;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
}
a,
a:hover {
  text-decoration: none
}
.esconde{
  opacity: 0;
}
.visible{
  opacity: 1;
}
.on{
  display: block;
}
.off{
  display: none;
}


.sectionDefault{
  padding-top: 70px;
  padding-bottom: 50px;
}
h2.tituloDefault{
  text-transform: uppercase;
}
h2.tituloDefault span{
  font-weight: 800;
}
.painelSobre{
  padding-top: 50px;
}
.painelSobreNav{
  background-color: #a9a8a8;
  border-radius: 30px;
  padding:2px;
  display: inline-block;
}
.painelSobreNav div{
  color: #fff;
  border-radius: 100%;
  display: inline-block;
  margin: 2px 1px;
  width: 40px;
  height: 40px;
  font-weight: 800;
  text-align: center;
  padding-top: 10px;
  cursor: pointer;
}
.painelSobre h4{
  font-weight: 800;
  padding-top: 30px;
}
.painelSobreIlustra img{
  width: 100%;
  height: auto;
}
.corTextoWhite{
  color: #fff;
}
.novasOfertas{
  position: relative;
  padding-bottom: 40px;
}

.novasOfertas img.img-responsive{
  margin: 0 auto;
}
.novasOfertas h2{
  padding-bottom: 30px;
}
.empresasDescontos{
  position: relative;
  padding-bottom: 200px;
}
.novasOfertas a.ctaDef{
  margin: 60px auto;
  display:inline-block;
  width: 260px;
  left: 50%;
  margin-left: -130px;
  position: relative;
}
img.img-desconto{
  width: 100%;
  height: auto;
  margin-top: 15px;
}

.phone-slide{
  width: 350px;
  height: 477px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.phone-slide .iphone img{
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
}
.slidePhone{
  display: block;
  width: 125px;
  height: 220px;
  background-image: url(images/slide1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 55px;
  left: 60px;
  animation: fundoPhone 3s linear infinite;
}
@keyframes fundoPhone {
  0% {
    background-image: url(images/slide1.jpg);
  }
  33% {
    background-image: url(images/slide2.jpg);
  }
  66% {
    background-image: url(images/slide3.jpg);
  }
  99% {
    background-image: url(images/slide1.jpg);
  }
}

.categoriasDescontos{
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
}
.textRight{
  text-align: right;
}
.textCenter{
  text-align: center;
}

.busca{
  position: absolute;
  top: -150px;
  width: 100%;
}
.buscaHome{
  position: relative;
  background: #fff;
  padding: 20px 40px 40px 40px;
  -webkit-box-shadow: 0px 9px 38px -15px rgba(0,0,0,0.8);
  -moz-box-shadow: 0px 9px 38px -15px rgba(0,0,0,0.8);
  box-shadow: 0px 9px 38px -15px rgba(0,0,0,0.8);
  border-radius: 20px;
}
.cartoes{
  position: absolute;
  bottom: 0;
}
.cartoes img{
  width: 100%;
  height: auto;
  max-width: 700px;
}
a.categoria{
  border-radius: 10px;
  width: 100%;
  padding: 15px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  display: block;
  margin-top: 20px;
}
a.categoria img{
  display: block;
  margin: 10px auto;
}
.depoimentos{
  background-color: #ededed;
  text-align: center;
}


.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
}
.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel li {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    text-align: center;
    color: #73a64f;
    text-decoration: none;
  font-size: 50px;
}
.jcarousel-control-prev i,
.jcarousel-control-next i{
}
.jcarousel-control-prev {
    left: -40px;
}
.jcarousel-control-next {
    right: -40px;
}
a.jcarousel-control-prev:hover,
a.jcarousel-control-next:hover,
a.jcarousel-control-prev:focus,
a.jcarousel-control-next:focus {
    color: #000;
}

.depoHome ul li{
  padding-top: 60px;
}
.depoHome ul li .depoimento{
  margin: 0 auto;
  background: #f6f6f7;
  text-align: center;
  border-bottom: 2px solid #73a64f;
  position: relative;
  width: 95%;
}
.depoHome ul li .depoimento .depo-top{
  background: #73a64f;
  height: 80px;

}
.depoHome ul li .depoimento .depo-top i{
  font-size: 60px;
  position: absolute;
  right: 10px;
  top: 40px;
  color: #8dbf6a;
  z-index: 0;
}
.depoHome ul li h4{
  font-size: 18px;
  font-weight: 800;
}
.depoHome ul li img{
  width: 97px;
  height: 97px;
}
.depoHome ul li p{
  color: #000;
  font-size: 14px;
  padding: 0px 20px;
}


.jcarousel-pagination {
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0;
}
.jcarousel-pagination a {
  text-decoration: none;
  display: inline-block;

  font-size: 11px;
  height: 10px;
  width: 10px;
  line-height: 10px;
  background: #fff;
  color: #4E443C;
  border-radius: 10px;
  text-indent: -9999px;
  margin-right: 7px;
  -webkit-box-shadow: 0 0 2px #4E443C;
  -moz-box-shadow: 0 0 2px #4E443C;
  box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
  background: #4E443C;
  color: #fff;
  opacity: 1;
  -webkit-box-shadow: 0 0 2px #F0EFE7;
  -moz-box-shadow: 0 0 2px #F0EFE7;
  box-shadow: 0 0 2px #F0EFE7;
}
.institucional{
  margin-top: 30px;
}
.institucional .container-fluid{
  margin: 0;
}
.institucional img{
  width: 100%;
  height: auto;
}
.institucional p{
  padding: 25px;
}
.institucional h2{
  font-size: 30px;  
  padding: 0 25px;
}
.institucional h4{
  font-size: 24px;
  padding: 130px 25px 0px 25px;
}
.sempadding{
  padding: 0;
}
.rodape{
  color: #fff;
  padding-top: 60px;
  padding-bottom: 30px;
}
.rodape img{
  padding-bottom: 30px;
}
.rodape  a{
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.rodape .menurodape a{
  display: block;
}
.rodape h4{
  font-weight: 800;
  text-transform: uppercase;
}
.rodape h4 span{
  font-weight: normal;
  font-size: 16px;
}
.social{
  display: block;
  width: 100%;
  text-align: center;
}
.social a{
  border: 1px solid #fff;
  color: #000;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 8px;
  text-align: center;
  padding-top: 10px;
  background: #fff;
}
.social a i{
  font-size: 20px;
} 
.social a:hover{
  background: transparent;
  color: #fff;
}
.tcenter{
  text-align: center;
}
img.logocbc{
  width: 100%;
  height: auto;
}
.rodape p{
  font-size: 12px;
}
footer{
  font-size: 11px;
  float: right;
}
a.linkrodape{
  margin-right: 20px;
}
.centralrodape{
  text-align: center;
  margin: 20px;
}
.rodape a.ctaDef{
  display: block;
  margin-bottom: 15px;
}


.form-control,
select {
    height: 50px;
    color: #000;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin-top: 20px;
}
.formsubmit{
  color: #fff;
  font-size: 19px;
  width: 100%;
  position: relative;
  border-radius: 2px;
}
.parceclube a{
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 50px;
}
.parceclube .pccapa{
  background-color:#9d9d9c;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 220px;
  position: relative;
  border-radius: 10px 10px 0 0;
  text-align: center;
}
.parceclube .pcinfo{
  padding: 40px 0 40px 0;
  background: #f7ece6;
  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: 30px;
}
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;
}
.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;
}
.bodylogin{
  text-align: center;
}
.adaviso{
  background: #fd7f7f;
  padding: 10px;
  margin-top: 20px;
}
.loginpage a.ctaDef{
  margin: 20px 0 30px 0;
  display: block;
}
.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%;
}
.btnCategoria{
  position: absolute;
  border-radius: 15px;
  padding: 5px 15px;
  color: #fff;
  background: #000;
  top: -16px;
  left: 11px;
}
.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;
}
.estabelecimento{
  padding-bottom: 50px;
}
.capa{
  position: relative;
  padding-bottom: 50px;
}
.capa .logoparceiro{
  position: absolute;
  top: 45%;
  left: 4%;
 }
.capa img{
  width: 100%;
  height: auto;
}
.capa img.capaParc{
  min-height: 300px;
  background: #000;
}
.capa .logoparceiro img{
  width: 200px;
  height: 200px;
  border: 4px solid #fff;
}
.capa h2{
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  margin-left: 30%;
}
.estabelecimento h4{
  font-weight: bold;
  font-size: 18px;
}
.regras{
  padding: 12px;
  background: #f5f5f5;
  margin-bottom: 20px;
}
.sobre{
  padding: 12px;
  background: #f5f5f5;
  margin-bottom: 20px;
}
.estabelecimento .line{
  width: 100% !important;
  animation: none;
}
.ofertas{
  margin: 25px 0;
}
.beneficio{
  padding: 12px;
  margin-bottom: 10px;
}
.beneficio h3,
.beneficio h3 a{
  color:#fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.beneficio p{
  color: #f5f5f5;
}




/*====/ CONTENT VARIABLE /=====*/
a.ctaDef{
  border:1px solid #006d2f;
  border-radius: 30px;
  padding: 12px 20px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}
a.ctaDef1{
  background-color: none;
  color: #fff;
}
a.ctaDef2{
  background-color: #fff;
  color: #006d2f;
}
a.ctaDef3{
  background-color: #006d2f;
  color: #fff;
}
a.ctaDef1:hover{
  background-color: #fff;
  color: #065c74;
}
a.ctaDef2:hover{
    background-color: transparent;
    color: #fff;
}
a.ctaDef3:hover{
    background-color: #fff;
    color: #006d2f;
}
.corTextoDef1{
  color: #006d2f;
}
.corTextoDef2{
  color: #000;
}
.bgDef1{
  background-color: #006d2f;
}
.bgDef2{
  background-color: #d4d2d2;
}
.bgDef3{
  background-color: #006d2f;
}
.painelSobreNav div.ativo{
  background-color: #006d2f;
}
.formsubmit{
  background: #006d2f;
}
.tituloDesignDescontos{
    position: absolute;
    top: -25px;
    z-index: 0;
    color: #007494;
    font-weight: 900;
    font-size: 160px;
    right: 0;
    line-height: 160px;
    margin: 0;
    vertical-align: top;
    height: 121px;
    letter-spacing: -5px;
}
.linerodape{
  background: #252424;
  width: 100%;
  height: 1px;
  display: block;
  margin: 30px 0;
}
.capa h2{
  color: #006d2f;
}
.estabelecimento h4 i{
  color: #006d2f;  
}
.regras{
  border-top: 3px solid #006d2f;
}
.sobre{
  border-top: 3px solid #006d2f;
}
.beneficio{
  background: #006d2f;
  border-top: 3px solid #007494;
}


.homeCapa{
  background-image: url(images/homecapa.jpg);
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center top;
  min-height: 80vh;
  padding-top: 120px;
  position: relative;
}
.homeCapa h2{
  color: #006d2f;
  font-size: 32px;
  padding-top: 10px;
  font-weight: 800;
  margin-top: 50px;
}
.homeCapa p{
  color: #000;
  font-size: 16px;
}
.simboloLogo{
  position: absolute;
  bottom: -20vh;
  right: 5vw;
}
.simboloLogo img{
  width: 100%;
  height: auto;
  max-width: 250px;
}
.carrotopo{
  width: 100%;
  height: auto;
  max-width: 500px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.modelotopo{
  position: relative;
  width: 100%;
  height: auto;
}


/*====/ END - CONTENT VARIABLE /=====*/

.bannerInstitucional img{
  width: 100%;
  height: auto;
}
.menu{
	position: fixed;
	top: 0;
	z-index: 200;
	background: #006d2f;
	width: 100%;
	transition: all .3s;
	height: 75px;
}
.menu.menufixo:hover{
	opacity: 1;
}
.menu .logo{
	margin: 2px;
	display: inline-block;
	float: left;
}
.menu .logo img{
	width: 100%;
	height: auto;
	max-width: 180px;
}
ul.menutop{
	display: inline-block;
	margin: 0;
	list-style: none;
	float: right;
	margin-top: 25px;
}
ul.menutop li{
	display: inline-block;
}
ul.menutop li a{
	color: #fff;
	font-size: 16px;
	margin: 0 12px 0 12px;
}
ul.menutop li a:hover{
	color: #ccc;
	text-decoration: none;
}
ul.menutop li a.active,
ul.menutop li a:focus{
	text-decoration: none;
}

header .menu_icon{
	display: none;
	float: right;
	background: #fff;
	padding: 5px 10px;
	text-transform: uppercase;
	color: #000;
	font-size: 18px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	position:absolute;
	font-weight: 700;
	top:8px;
	right:20px;
	z-index: 21;
}
header .menu_icon:hover{
	cursor: pointer;
}
header .menu_icon.active{
	background: #000;
  color: #fff;
}
.interna{
  padding: 230px 0 0 0;
  position: relative;
}
.interna .busca{
  top: auto;
  bottom: -100px;
}
.titulointerna{
  height: 140px;
  display: block;
}
.interna2{
  padding: 80px 0 0 0;
  position: relative;
}

.bannerInstitucionalCapa{
  display: none;
}


/*		Responsive CSS 		*/
@media (max-width: 767px) {

	header{
		height: 100%;
	}
	.menu .logo img{
		max-width: 150px;
	}
	header .menu_icon,
	header nav.show{
		display: block;
	}
	header nav{
		width: 100%;
		float: none;
		position: absolute;
		top: 50px;
		left: 0;
		display: none;
		z-index: 100;
	}
	header nav ul.menutop{
		padding: 0;
		margin: 0;
		background: #f1f1f1;
		width: 100%
	}
	header nav li{
		display: block;
		width: 100%;
		margin: 0;
		text-align: center;
	}
	ul.menutop li a.cta-menu.ctamn-1,
	ul.menutop li a.cta-menu,
	ul.menutop li a{
		display: block;
		width: 100%;
		padding: 12px 0;
		border: none;
		border-bottom: 1px solid #000;
		font-size:16px;
		margin: 0;
		color: #000 !important;
	}
	ul.menutop li a:hover,
	ul.menutop li a.active,
	ul.menutop li a.cta-menu:hover{
		color: #000;
		background: #7382b7;
		border-bottom: 1px solid #909b2e;
		opacity: 1;
	}

  .tituloDesignNovos{
    font-size: 55px;
    line-height: 200px;
  }
  .tituloDesignDescontos{
    font-size: 55px;
    line-height: 88px;
  }
  .busca{
    position: relative;
    top: auto;
  }
  .categoriasDescontos{
    padding-top: 20px;
  }
  img.img-desconto{
    width: 80%;
    left: 10%;
    position: relative;
  }
  .cartoes{
    position: relative;
  }
  .novasOfertas br{
    display: none;
  }
  .novasOfertas img{
    margin-bottom: 30px;
  }
  .homeCapa{
    background-image: none;
    background-color: #d5d5d6;
    height: auto;
    min-height: 50vh;
  }
  .homeCapa h2{
    padding-top: 0;
  }
  .interna{
    padding: 100px 0 0 0;
  }
  .interna .busca{
    bottom: auto;
  }
  .capa .logoparceiro{
    position: relative;
  }
  .capa .logoparceiro img {
    width: 160px;
    height: 160px;
    left: 50%;
    margin-left: -80px;
    position: relative;
    top: 30px;
    margin-bottom: 30px;
  }
  .bannerInstitucionalCapa{
    display: block;
    overflow: hidden;
  }
  .bannerInstitucionalCapa img{
    width: 200%;
    height: auto
  }
  .simboloLogo img{
    max-width: 120px;
  }



  a.linkDown{
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (min-width: 992px) and (max-width: 1199px) {
  

}
@media (min-width: 768px) {
	.col-lg-15 {
	    position: relative;
	    min-height: 1px;
	    padding-right: 10px;
        width: 20%;
        float: left;
	}
}




