@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 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: 250px;
  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: 30px 25px 0px 25px;
}
.sempadding {
  padding: 0;
}
.rodape {
  background: #fff;
  padding: 30px;
  text-align: center;
}
.rodape img.clubecerto2 {
  width: 80%;
  height: auto;
  margin-top: 40px;
}
.rodape h5 {
  font-size: 13px;
  margin-top: 40px;
  text-align: center;
}
.rodape h4 {
  margin-top: 40px;
  font-size: 16px;
  color: #000;
}
img.logo1 {
  width: 100%;
  height: auto;
  max-width: 200px;
}
.rodape img.clubecerto2 {
  width: 80%;
  height: auto;
  margin-top: 40px;
}
.rodape a.cta {
  color: #fff;
  padding: 15px 15px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  margin: 20px auto 0 auto;
  display: inline-block;
  border-radius: 20px;
  min-height: 55px;
}
.rodape a.cta:hover {
  color: #000;
  background: #e4e4e4;
}

.tcenter {
  text-align: center;
}
img.logocbc {
  width: 100%;
  height: auto;
}
.rodape {
  font-size: 16px;
}
.rodape span {
  color: #e9b837;
  font-weight: bold;
}
footer {
  font-size: 11px;
  float: right;
}
a.linkrodape {
  margin-right: 20px;
}
.centralrodape {
  text-align: center;
  margin: 20px;
}
.rodape a.ctaDef {
  display: block;
}

.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: #557570;
  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: #dbdbdb;
  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: #fff;
  padding: 40px 0 40px 0;
}
.arealogin h1 {
  font-weight: bold;
  color: #557570;
}
.bglogin {
  padding: 40px;
}
.headlogin {
  font-weight: bold;
  text-align: center;
  color: #557570;
  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: #000;
  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: #dbdbdb;
  font-weight: bold;
  background: #557570;
  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: #1a1619;
}
.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 #fff;
  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: #221c1c;
}
a.ctaDef3 {
  background-color: #557570;
  color: #fff;
}
a.ctaDef1:hover {
  background-color: #fff;
  color: #221c1c;
}
a.ctaDef2:hover {
  background-color: transparent;
  color: #fff;
}
a.ctaDef3:hover {
  background-color: #fff;
  color: #265680;
}
.corTextoDef1 {
  color: #557570;
}
.corTextoDef2 {
  color: #007494;
}
.bgDef1 {
  background-color: #557570;
  color: #dbdbdb;
}
.bgDef2 {
  background-color: #f46b20;
}
.painelSobreNav div.ativo {
  background-color: #f46c21;
}
.formsubmit {
  background: #557570;
}
.bgDescontos {
  background-color: #1a1619;
}

.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: #000000;
  width: 100%;
  height: 1px;
  display: block;
  margin: 30px 0;
}
.capa h2 {
  color: #1a1619;
}
.estabelecimento h4 i {
  color: #f46b20;
}
.regras {
  border-top: 3px solid #1c265d;
}
.sobre {
  border-top: 3px solid #1c265d;
}
.beneficio {
  background: #1a1619;
  border-top: 3px solid #1c265d;
}

.homeCapa {
  background-image: url(images/homecapa.jpg);
  width: 100%;
  height: 85vh;
  background-size: cover;
  background-position: center bottom;
  padding-top: 120px;
}
.homeCapa h2 {
  text-transform: uppercase;
  color: #fff;
  font-size: 32px;
  padding-top: 10px;
}
.homeCapa h2 span {
  font-weight: 800;
}
.homeCapa p {
  color: #fff;
  font-size: 16px;
}
.homeCapa h6 {
  color: #fff;
  font-size: 13px;
  margin-top: 200px;
}
a.linkDown {
  display: block;
  width: 115px;
  height: 115px;
  background-color: #fff;
  background-position: center 35px;
  background-image: url(images/setaDown.png);
  background-repeat: no-repeat;
  border: 4px solid #f46b20;
  border-radius: 100%;
  position: absolute;
  bottom: 10vh;
  right: 20vw;
  animation: moveLinkDown 3s linear infinite;
  cursor: pointer;
}
@keyframes moveLinkDown {
  0% {
    background-position: center 35px;
  }
  25% {
    background-position: center 25px;
  }
  70% {
    background-position: center 45px;
  }
  99% {
    background-position: center 35px;
  }
}
.simboloLogo {
  position: absolute;
  bottom: -20vh;
  right: 5vw;
}
.simboloLogo img {
  width: 100%;
  height: auto;
  max-width: 250px;
}

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

.bannerInstitucional img {
  width: 100%;
  height: auto;
}
.menu {
  position: fixed;
  top: 0;
  z-index: 200;
  background: #fff;
  width: 100%;
  transition: all 0.3s;
  height: 75px;
}
.menu.menufixo {
  background: #fff;
}
.menu.menufixo:hover {
  opacity: 1;
}
.menu .logo {
  display: inline-block;
  float: left;
}
.menu .logo img {
  width: 100%;
  height: auto;
  max-width: 140px;
  transition: all 0.3s;
  padding: 15px 0;
}
.menu.menufixo .logo img {
  max-width: 80px;
}

.menu.menufixo ul.menutop {
  margin-top: 25px;
}

ul.menutop {
  display: inline-block;
  margin: 0;
  list-style: none;
  float: right;
  margin-top: 50px;
}
ul.menutop li {
  display: inline-block;
}
ul.menutop li a {
  color: #557570;
  font-size: 16px;
  margin: 0 12px 0 12px;
}
ul.menutop li a:hover {
  color: #dbdbdb;
  text-decoration: none;
}
ul.menutop li a.active,
ul.menutop li a:focus {
  text-decoration: none;
}

header .menu_icon {
  display: none;
  float: right;
  background: #000;
  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 {
  background-color: #fff;
  padding: 230px 0 0 0;
  position: relative;
}
.interna .busca {
  top: auto;
  bottom: -100px;
}
.titulointerna {
  height: 140px;
  display: block;
}
.interna2 {
  padding: 110px 0 0 0;
  position: relative;
  background-color: #fff;
}

.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: 15px auto;
  }
  .homeCapa {
    background-image: none;
    background-color: #e16617;
    height: auto;

    border-bottom: 2px solid #e16617;
  }
  .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;
  }
  .rodape a.ctaDef {
    margin: 20px 0;
  }

  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;
  }
}
