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

* {
    -webkit-font-smoothing: antialiased
}

html {
    width: 100vw;
    height: auto!important
}

body {
    overflow-x: hidden;
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

a,
a:hover {
    text-decoration: none
}
.esconde{
    opacity: 0;
}
.visible{
    opacity: 1;
}




#tituloTopo {
  fill: transparent;
  color: transparent;
  font-family: 'Montserrat', sans-serif;
  font-weight:900;
  font-size: 77px;
  stroke-dasharray: 650 650;
  stroke-dashoffset: 650;
  stroke: #fff;
  stroke-width: 2px;
  -ms-transition: stroke-dashoffset 5s linear;
  -webkit-transition: stroke-dashoffset 5s linear;
  -moz-transition: stroke-dashoffset 5s linear;
  transition: stroke-dashoffset 5s linear;
}
#tituloTopo.trace {
  stroke-dashoffset: 0;
}

#como-funciona .titulo{
	padding-top: 30px;
}
#tituloAnimado2 {
  fill: transparent;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight:900;
  font-size: 60px;
  stroke-dasharray: 650 650;
  stroke-dashoffset: 650;
  stroke: #73A54E;
  stroke-width: 2px;
  -ms-transition: stroke-dashoffset 5s linear;
  -webkit-transition: stroke-dashoffset 5s linear;
  -moz-transition: stroke-dashoffset 5s linear;
  transition: stroke-dashoffset 5s linear;
  margin: 0 auto;
  position: relative;
  display: block;
  padding-top: 30px;
}
#tituloAnimado2.trace {
  stroke-dashoffset: 0;
}

.tit-topo{
  	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin: 0;
}
#capaIntro{
	background-image: url(images/intro1.jpg);
	background-size: cover;
}
.bg-degrade {
    background-image: -moz-linear-gradient(28deg, rgba(130, 182, 83, 0.9) 0, rgba(115, 166, 79, 0.8) 100%);
    background-image: -webkit-linear-gradient(28deg, rgba(130, 182, 83, 0.9) 0, rgba(115, 166, 79, 0.8) 100%);
    background-image: -ms-linear-gradient(28deg, rgba(130, 182, 83, 0.9) 0, rgba(115, 166, 79, 0.8) 100%);
}

.color-white{
	color: #fff;
}
.font-18{
	font-size: 22px;
}
.font-22{
	font-size: 22px;
}
.txt-topo{
	font-size: 18px;
	margin-top: -40px;
}


.intro{
}
.intro .bg {
    position: absolute;
    height: 100vh;
    width: 100%;
    overflow: hidden
}

.intro .bg{
	height: 800px;
}


.svg-wrapper {
  height: 60px;
	margin: 50px 0 0 50px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 320px;
}

.btn-shape {
  fill: transparent;
  stroke-dasharray: 140 540;
  stroke-dashoffset: -466;
  stroke-width: 8px;
  stroke: #7382b7;
}

.btn-text{
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 32px;
  position: relative;
  top: -65px;
  text-transform: uppercase;

}
.btn-text a {
  color: #7382b7;
  text-align: center;
  display: block;
  padding: 14px;
}
.svg-wrapper:hover a, 
.btn-text a:hover{
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

@keyframes draw {
  0% {
    stroke-dasharray: 140 540;
    stroke-dashoffset: -500;
    stroke-width: 8px;
  }
  100% {
    stroke-dasharray: 1460;
    stroke-dashoffset: 0;
    stroke-width: 2px;
  }
}

.svg-wrapper:hover .btn-shape {
  -webkit-animation: 0.5s draw linear forwards;
  animation: 0.5s draw linear forwards;
  background: #fff
}

a.link-cf-top{
	color: #fff;
	font-size: 16px;
	margin-left: 100px;
	margin-top: 100px;
}
.st0cf4{
	fill-opacity: 1;
}

svg.animate path{
	animation: svg-animate 4s forwards;
}
svg.animate.svganimado path{
	animation: svg-animate 4s forwards;
}

svg.animate.ornamento path{
	animation: svg-animate 1s forwards;
}
svg.animate text{
	animation: svg-animate 4s forwards;
}


@keyframes svg-animate {
	from {}
	to {
		stroke-dashoffset: 0;
		fill-opacity: 1;
	}
}
@keyframes svg-animatefill {
	from {}
	to {fill-opacity: 1;}
}
.cbc{
	width: 120px;
	padding-top: 80px;
}
.sempadding{
	padding: 0;
}

#como-funciona{
	background: #fff;
	z-index: 4;
	position: relative;
}
h1.tit-section{
	font-family: 'Pacifico', cursive;
	text-align: center;
	padding: 90px 0 0 0;
}

.hr-ornamento{
	width: 400px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 50px;

}
.hr-ornamento .line{
	display: inline-block;	
	width: 0%;
}
.hr-ornamento .ornamento{
	display: inline-block;
	width: 20%;
	vertical-align:middle;	
}
.line{
	height:2px;
	display:inline-block;
	background:#7382b7;
	border-radius:1000px;
	vertical-align:middle;
	animation: linha-animate 2s forwards;
}
.line-light{
	background:#ffffde
}
.line-left{
	margin-right:20px;
	transform-origin:100% 50%
}
.line-right{
	margin-left:20px;
	transform-origin:0 50%
}
@keyframes linha-animate {
	from {width: 0%}
	to {width: 20%;}
}
.cbc{
	width: 120px;
	padding-top: 80px;
}

.como-func {
	text-align: center;
}
.como-func svg{
	max-width: 120px;

}
.como-func h3{
	padding-top: 0;
	margin-top: 0;
	font-family: 'Roboto', sans-serif;
	color: #7382b7;
	font-weight: bold;
  font-size: 18px;
}


a.cta {
	width: 260px;
	background-size: 200% 200%;
	-webkit-animation: cta-btn 15s ease infinite;
	-moz-animation: cta-btn 15s ease infinite;
	animation: cta-btn 15s ease infinite;
	border-radius: 3px;
	display: block;
	margin: 40px auto;
	text-align: center;
	padding: 10px;
	position: relative;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.cta-1{
	background: #7382b7;
    border: 2px #7382b7 solid;
    color: #fff;
}
.cta-2{
	background: #7382b7;
	border: 2px #fff solid;
	color: #294f33;
}

a.cta-1:hover,
a.cta-1:focus{
  color: #000;
    background: #ebef18;
	text-decoration: none;
  border-color: #ebef18;
}
a.cta-2:hover,
a.cta-2:focus{
	color: #fff;
	background:transparent;
	text-decoration: none;
}

a.cta-intro{
	margin: 40px 0 0 100px;
	vertical-align: middle;
	padding-bottom: 10px;
}
a.cta-intro i{
	font-size: 30px;
	vertical-align: middle;
	animation: ctaIntro 0.8s infinite;
}



@-webkit-keyframes cta-btn {
	0% { background-position: 0% 50% }
	50% { background-position: 100% 50%	}
	100% { background-position: 0% 50% }
}
@-moz-keyframes cta-btn {
	0% { background-position: 0% 50% }
	50% { background-position: 100% 50% }
	100% { background-position: 0% 50% }
}
@keyframes cta-btn {
	0% { background-position: 0% 50% }
	50% { background-position: 100% 50% }
	100% { background-position: 0% 50% }
}


@-webkit-keyframes ctaIntro {
	0% { opacity: 1; }
	50% { opacity: 0.4; }
	100% { opacity: 1; }
}



#quem-faz-parte{
	padding: 20px;
	position: relative;
	min-height: 100vh;
    background-image: -webkit-linear-gradient(-86deg, rgba(255, 255, 255, 0.3) 50%, rgba(115, 166, 79, 0.8) 100%);

	background-image: url(images/fundo-marcas4.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}
#quem-faz-parte p{
  font-size: 22px;
}
.marcas-qfp img{
  margin-bottom: 20px;
}
.phone-slide{
	width: 500px;
	height: 682px;
	position: absolute;
	right: -100px;
	bottom: -100px;
}
.phone-slide .iphone img{
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
}

.anim-text-flow,
.anim-text-flow-hover:hover {
  /*
   * Animation variables
   */
  /*
   * Elements settings
   */
  /*
   * Keyframe loop
   */
  /*
   * Element animation delay loop
   */
}
.anim-text-flow span,
.anim-text-flow-hover:hover span {
          animation-name: anim-text-flow-keys;
          animation-duration: 20s;
          animation-iteration-count: infinite;
          animation-direction: alternate;
          animation-fill-mode: forwards;
}

@keyframes anim-text-flow-keys {
  0% {
    color: #4059b3;
  }
  25% {
    color: #4059b3;
  }
  50% {
    color: #4059b3;
  }
  75% {
    color: #4059b3;
  }
  100% {
    color: #4059b3;
  }
}
.anim-text-flow span:nth-of-type(1),
.anim-text-flow-hover:hover span:nth-of-type(1) {
  -webkit-animation-delay: -19.8s;
          animation-delay: -19.8s;
}
.anim-text-flow span:nth-of-type(2),
.anim-text-flow-hover:hover span:nth-of-type(2) {
  -webkit-animation-delay: -19.6s;
          animation-delay: -19.6s;
}
.anim-text-flow span:nth-of-type(3),
.anim-text-flow-hover:hover span:nth-of-type(3) {
  -webkit-animation-delay: -19.4s;
          animation-delay: -19.4s;
}
.anim-text-flow span:nth-of-type(4),
.anim-text-flow-hover:hover span:nth-of-type(4) {
  -webkit-animation-delay: -19.2s;
          animation-delay: -19.2s;
}
.anim-text-flow span:nth-of-type(5),
.anim-text-flow-hover:hover span:nth-of-type(5) {
  -webkit-animation-delay: -19s;
          animation-delay: -19s;
}
.anim-text-flow span:nth-of-type(6),
.anim-text-flow-hover:hover span:nth-of-type(6) {
  -webkit-animation-delay: -18.8s;
          animation-delay: -18.8s;
}
.anim-text-flow span:nth-of-type(7),
.anim-text-flow-hover:hover span:nth-of-type(7) {
  -webkit-animation-delay: -18.6s;
          animation-delay: -18.6s;
}
.anim-text-flow span:nth-of-type(8),
.anim-text-flow-hover:hover span:nth-of-type(8) {
  -webkit-animation-delay: -18.4s;
          animation-delay: -18.4s;
}
.anim-text-flow span:nth-of-type(9),
.anim-text-flow-hover:hover span:nth-of-type(9) {
  -webkit-animation-delay: -18.2s;
          animation-delay: -18.2s;
}
.anim-text-flow span:nth-of-type(10),
.anim-text-flow-hover:hover span:nth-of-type(10) {
  -webkit-animation-delay: -18s;
          animation-delay: -18s;
}
.anim-text-flow span:nth-of-type(11),
.anim-text-flow-hover:hover span:nth-of-type(11) {
  -webkit-animation-delay: -17.8s;
          animation-delay: -17.8s;
}
.anim-text-flow span:nth-of-type(12),
.anim-text-flow-hover:hover span:nth-of-type(12) {
  -webkit-animation-delay: -17.6s;
          animation-delay: -17.6s;
}
.anim-text-flow span:nth-of-type(13),
.anim-text-flow-hover:hover span:nth-of-type(13) {
  -webkit-animation-delay: -17.4s;
          animation-delay: -17.4s;
}
.anim-text-flow span:nth-of-type(14),
.anim-text-flow-hover:hover span:nth-of-type(14) {
  -webkit-animation-delay: -17.2s;
          animation-delay: -17.2s;
}
.anim-text-flow span:nth-of-type(15),
.anim-text-flow-hover:hover span:nth-of-type(15) {
  -webkit-animation-delay: -17s;
          animation-delay: -17s;
}
.anim-text-flow span:nth-of-type(16),
.anim-text-flow-hover:hover span:nth-of-type(16) {
  -webkit-animation-delay: -16.8s;
          animation-delay: -16.8s;
}
.anim-text-flow span:nth-of-type(17),
.anim-text-flow-hover:hover span:nth-of-type(17) {
  -webkit-animation-delay: -16.6s;
          animation-delay: -16.6s;
}
.anim-text-flow span:nth-of-type(18),
.anim-text-flow-hover:hover span:nth-of-type(18) {
  -webkit-animation-delay: -16.4s;
          animation-delay: -16.4s;
}
.anim-text-flow span:nth-of-type(19),
.anim-text-flow-hover:hover span:nth-of-type(19) {
  -webkit-animation-delay: -16.2s;
          animation-delay: -16.2s;
}
.anim-text-flow span:nth-of-type(20),
.anim-text-flow-hover:hover span:nth-of-type(20) {
  -webkit-animation-delay: -16s;
          animation-delay: -16s;
}
.anim-text-flow span:nth-of-type(21),
.anim-text-flow-hover:hover span:nth-of-type(21) {
  -webkit-animation-delay: -15.8s;
          animation-delay: -15.8s;
}
.anim-text-flow span:nth-of-type(22),
.anim-text-flow-hover:hover span:nth-of-type(22) {
  -webkit-animation-delay: -15.6s;
          animation-delay: -15.6s;
}
.anim-text-flow span:nth-of-type(23),
.anim-text-flow-hover:hover span:nth-of-type(23) {
  -webkit-animation-delay: -15.4s;
          animation-delay: -15.4s;
}
.anim-text-flow span:nth-of-type(24),
.anim-text-flow-hover:hover span:nth-of-type(24) {
  -webkit-animation-delay: -15.2s;
          animation-delay: -15.2s;
}
.anim-text-flow span:nth-of-type(25),
.anim-text-flow-hover:hover span:nth-of-type(25) {
  -webkit-animation-delay: -15s;
          animation-delay: -15s;
}
.anim-text-flow span:nth-of-type(26),
.anim-text-flow-hover:hover span:nth-of-type(26) {
  -webkit-animation-delay: -14.8s;
          animation-delay: -14.8s;
}
.anim-text-flow span:nth-of-type(27),
.anim-text-flow-hover:hover span:nth-of-type(27) {
  -webkit-animation-delay: -14.6s;
          animation-delay: -14.6s;
}
.anim-text-flow span:nth-of-type(28),
.anim-text-flow-hover:hover span:nth-of-type(28) {
  -webkit-animation-delay: -14.4s;
          animation-delay: -14.4s;
}
.anim-text-flow span:nth-of-type(29),
.anim-text-flow-hover:hover span:nth-of-type(29) {
  -webkit-animation-delay: -14.2s;
          animation-delay: -14.2s;
}
.anim-text-flow span:nth-of-type(30),
.anim-text-flow-hover:hover span:nth-of-type(30) {
  -webkit-animation-delay: -14s;
          animation-delay: -14s;
}
.anim-text-flow span:nth-of-type(31),
.anim-text-flow-hover:hover span:nth-of-type(31) {
  -webkit-animation-delay: -13.8s;
          animation-delay: -13.8s;
}
.anim-text-flow span:nth-of-type(32),
.anim-text-flow-hover:hover span:nth-of-type(32) {
  -webkit-animation-delay: -13.6s;
          animation-delay: -13.6s;
}
.anim-text-flow span:nth-of-type(33),
.anim-text-flow-hover:hover span:nth-of-type(33) {
  -webkit-animation-delay: -13.4s;
          animation-delay: -13.4s;
}
.anim-text-flow span:nth-of-type(34),
.anim-text-flow-hover:hover span:nth-of-type(34) {
  -webkit-animation-delay: -13.2s;
          animation-delay: -13.2s;
}
.anim-text-flow span:nth-of-type(35),
.anim-text-flow-hover:hover span:nth-of-type(35) {
  -webkit-animation-delay: -13s;
          animation-delay: -13s;
}
.anim-text-flow span:nth-of-type(36),
.anim-text-flow-hover:hover span:nth-of-type(36) {
  -webkit-animation-delay: -12.8s;
          animation-delay: -12.8s;
}
.anim-text-flow span:nth-of-type(37),
.anim-text-flow-hover:hover span:nth-of-type(37) {
  -webkit-animation-delay: -12.6s;
          animation-delay: -12.6s;
}
.anim-text-flow span:nth-of-type(38),
.anim-text-flow-hover:hover span:nth-of-type(38) {
  -webkit-animation-delay: -12.4s;
          animation-delay: -12.4s;
}
.anim-text-flow span:nth-of-type(39),
.anim-text-flow-hover:hover span:nth-of-type(39) {
  -webkit-animation-delay: -12.2s;
          animation-delay: -12.2s;
}
.anim-text-flow span:nth-of-type(40),
.anim-text-flow-hover:hover span:nth-of-type(40) {
  -webkit-animation-delay: -12s;
          animation-delay: -12s;
}
.anim-text-flow span:nth-of-type(41),
.anim-text-flow-hover:hover span:nth-of-type(41) {
  -webkit-animation-delay: -11.8s;
          animation-delay: -11.8s;
}
.anim-text-flow span:nth-of-type(42),
.anim-text-flow-hover:hover span:nth-of-type(42) {
  -webkit-animation-delay: -11.6s;
          animation-delay: -11.6s;
}
.anim-text-flow span:nth-of-type(43),
.anim-text-flow-hover:hover span:nth-of-type(43) {
  -webkit-animation-delay: -11.4s;
          animation-delay: -11.4s;
}
.anim-text-flow span:nth-of-type(44),
.anim-text-flow-hover:hover span:nth-of-type(44) {
  -webkit-animation-delay: -11.2s;
          animation-delay: -11.2s;
}
.anim-text-flow span:nth-of-type(45),
.anim-text-flow-hover:hover span:nth-of-type(45) {
  -webkit-animation-delay: -11s;
          animation-delay: -11s;
}
.anim-text-flow span:nth-of-type(46),
.anim-text-flow-hover:hover span:nth-of-type(46) {
  -webkit-animation-delay: -10.8s;
          animation-delay: -10.8s;
}
.anim-text-flow span:nth-of-type(47),
.anim-text-flow-hover:hover span:nth-of-type(47) {
  -webkit-animation-delay: -10.6s;
          animation-delay: -10.6s;
}
.anim-text-flow span:nth-of-type(48),
.anim-text-flow-hover:hover span:nth-of-type(48) {
  -webkit-animation-delay: -10.4s;
          animation-delay: -10.4s;
}
.anim-text-flow span:nth-of-type(49),
.anim-text-flow-hover:hover span:nth-of-type(49) {
  -webkit-animation-delay: -10.2s;
          animation-delay: -10.2s;
}
.anim-text-flow span:nth-of-type(50),
.anim-text-flow-hover:hover span:nth-of-type(50) {
  -webkit-animation-delay: -10s;
          animation-delay: -10s;
}
.anim-text-flow span:nth-of-type(51),
.anim-text-flow-hover:hover span:nth-of-type(51) {
  -webkit-animation-delay: -9.8s;
          animation-delay: -9.8s;
}
.anim-text-flow span:nth-of-type(52),
.anim-text-flow-hover:hover span:nth-of-type(52) {
  -webkit-animation-delay: -9.6s;
          animation-delay: -9.6s;
}
.anim-text-flow span:nth-of-type(53),
.anim-text-flow-hover:hover span:nth-of-type(53) {
  -webkit-animation-delay: -9.4s;
          animation-delay: -9.4s;
}
.anim-text-flow span:nth-of-type(54),
.anim-text-flow-hover:hover span:nth-of-type(54) {
  -webkit-animation-delay: -9.2s;
          animation-delay: -9.2s;
}
.anim-text-flow span:nth-of-type(55),
.anim-text-flow-hover:hover span:nth-of-type(55) {
  -webkit-animation-delay: -9s;
          animation-delay: -9s;
}
.anim-text-flow span:nth-of-type(56),
.anim-text-flow-hover:hover span:nth-of-type(56) {
  -webkit-animation-delay: -8.8s;
          animation-delay: -8.8s;
}
.anim-text-flow span:nth-of-type(57),
.anim-text-flow-hover:hover span:nth-of-type(57) {
  -webkit-animation-delay: -8.6s;
          animation-delay: -8.6s;
}
.anim-text-flow span:nth-of-type(58),
.anim-text-flow-hover:hover span:nth-of-type(58) {
  -webkit-animation-delay: -8.4s;
          animation-delay: -8.4s;
}
.anim-text-flow span:nth-of-type(59),
.anim-text-flow-hover:hover span:nth-of-type(59) {
  -webkit-animation-delay: -8.2s;
          animation-delay: -8.2s;
}
.anim-text-flow span:nth-of-type(60),
.anim-text-flow-hover:hover span:nth-of-type(60) {
  -webkit-animation-delay: -8s;
          animation-delay: -8s;
}
.anim-text-flow span:nth-of-type(61),
.anim-text-flow-hover:hover span:nth-of-type(61) {
  -webkit-animation-delay: -7.8s;
          animation-delay: -7.8s;
}
.anim-text-flow span:nth-of-type(62),
.anim-text-flow-hover:hover span:nth-of-type(62) {
  -webkit-animation-delay: -7.6s;
          animation-delay: -7.6s;
}
.anim-text-flow span:nth-of-type(63),
.anim-text-flow-hover:hover span:nth-of-type(63) {
  -webkit-animation-delay: -7.4s;
          animation-delay: -7.4s;
}
.anim-text-flow span:nth-of-type(64),
.anim-text-flow-hover:hover span:nth-of-type(64) {
  -webkit-animation-delay: -7.2s;
          animation-delay: -7.2s;
}
.anim-text-flow span:nth-of-type(65),
.anim-text-flow-hover:hover span:nth-of-type(65) {
  -webkit-animation-delay: -7s;
          animation-delay: -7s;
}
.anim-text-flow span:nth-of-type(66),
.anim-text-flow-hover:hover span:nth-of-type(66) {
  -webkit-animation-delay: -6.8s;
          animation-delay: -6.8s;
}
.anim-text-flow span:nth-of-type(67),
.anim-text-flow-hover:hover span:nth-of-type(67) {
  -webkit-animation-delay: -6.6s;
          animation-delay: -6.6s;
}
.anim-text-flow span:nth-of-type(68),
.anim-text-flow-hover:hover span:nth-of-type(68) {
  -webkit-animation-delay: -6.4s;
          animation-delay: -6.4s;
}
.anim-text-flow span:nth-of-type(69),
.anim-text-flow-hover:hover span:nth-of-type(69) {
  -webkit-animation-delay: -6.2s;
          animation-delay: -6.2s;
}
.anim-text-flow span:nth-of-type(70),
.anim-text-flow-hover:hover span:nth-of-type(70) {
  -webkit-animation-delay: -6s;
          animation-delay: -6s;
}
.anim-text-flow span:nth-of-type(71),
.anim-text-flow-hover:hover span:nth-of-type(71) {
  -webkit-animation-delay: -5.8s;
          animation-delay: -5.8s;
}
.anim-text-flow span:nth-of-type(72),
.anim-text-flow-hover:hover span:nth-of-type(72) {
  -webkit-animation-delay: -5.6s;
          animation-delay: -5.6s;
}
.anim-text-flow span:nth-of-type(73),
.anim-text-flow-hover:hover span:nth-of-type(73) {
  -webkit-animation-delay: -5.4s;
          animation-delay: -5.4s;
}
.anim-text-flow span:nth-of-type(74),
.anim-text-flow-hover:hover span:nth-of-type(74) {
  -webkit-animation-delay: -5.2s;
          animation-delay: -5.2s;
}
.anim-text-flow span:nth-of-type(75),
.anim-text-flow-hover:hover span:nth-of-type(75) {
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
}
.anim-text-flow span:nth-of-type(76),
.anim-text-flow-hover:hover span:nth-of-type(76) {
  -webkit-animation-delay: -4.8s;
          animation-delay: -4.8s;
}
.anim-text-flow span:nth-of-type(77),
.anim-text-flow-hover:hover span:nth-of-type(77) {
  -webkit-animation-delay: -4.6s;
          animation-delay: -4.6s;
}
.anim-text-flow span:nth-of-type(78),
.anim-text-flow-hover:hover span:nth-of-type(78) {
  -webkit-animation-delay: -4.4s;
          animation-delay: -4.4s;
}
.anim-text-flow span:nth-of-type(79),
.anim-text-flow-hover:hover span:nth-of-type(79) {
  -webkit-animation-delay: -4.2s;
          animation-delay: -4.2s;
}
.anim-text-flow span:nth-of-type(80),
.anim-text-flow-hover:hover span:nth-of-type(80) {
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
}
.anim-text-flow span:nth-of-type(81),
.anim-text-flow-hover:hover span:nth-of-type(81) {
  -webkit-animation-delay: -3.8s;
          animation-delay: -3.8s;
}
.anim-text-flow span:nth-of-type(82),
.anim-text-flow-hover:hover span:nth-of-type(82) {
  -webkit-animation-delay: -3.6s;
          animation-delay: -3.6s;
}
.anim-text-flow span:nth-of-type(83),
.anim-text-flow-hover:hover span:nth-of-type(83) {
  -webkit-animation-delay: -3.4s;
          animation-delay: -3.4s;
}
.anim-text-flow span:nth-of-type(84),
.anim-text-flow-hover:hover span:nth-of-type(84) {
  -webkit-animation-delay: -3.2s;
          animation-delay: -3.2s;
}
.anim-text-flow span:nth-of-type(85),
.anim-text-flow-hover:hover span:nth-of-type(85) {
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
}
.anim-text-flow span:nth-of-type(86),
.anim-text-flow-hover:hover span:nth-of-type(86) {
  -webkit-animation-delay: -2.8s;
          animation-delay: -2.8s;
}
.anim-text-flow span:nth-of-type(87),
.anim-text-flow-hover:hover span:nth-of-type(87) {
  -webkit-animation-delay: -2.6s;
          animation-delay: -2.6s;
}
.anim-text-flow span:nth-of-type(88),
.anim-text-flow-hover:hover span:nth-of-type(88) {
  -webkit-animation-delay: -2.4s;
          animation-delay: -2.4s;
}
.anim-text-flow span:nth-of-type(89),
.anim-text-flow-hover:hover span:nth-of-type(89) {
  -webkit-animation-delay: -2.2s;
          animation-delay: -2.2s;
}
.anim-text-flow span:nth-of-type(90),
.anim-text-flow-hover:hover span:nth-of-type(90) {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
.anim-text-flow span:nth-of-type(91),
.anim-text-flow-hover:hover span:nth-of-type(91) {
  -webkit-animation-delay: -1.8s;
          animation-delay: -1.8s;
}
.anim-text-flow span:nth-of-type(92),
.anim-text-flow-hover:hover span:nth-of-type(92) {
  -webkit-animation-delay: -1.6s;
          animation-delay: -1.6s;
}
.anim-text-flow span:nth-of-type(93),
.anim-text-flow-hover:hover span:nth-of-type(93) {
  -webkit-animation-delay: -1.4s;
          animation-delay: -1.4s;
}
.anim-text-flow span:nth-of-type(94),
.anim-text-flow-hover:hover span:nth-of-type(94) {
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}
.anim-text-flow span:nth-of-type(95),
.anim-text-flow-hover:hover span:nth-of-type(95) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.anim-text-flow span:nth-of-type(96),
.anim-text-flow-hover:hover span:nth-of-type(96) {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.anim-text-flow span:nth-of-type(97),
.anim-text-flow-hover:hover span:nth-of-type(97) {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.anim-text-flow span:nth-of-type(98),
.anim-text-flow-hover:hover span:nth-of-type(98) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.anim-text-flow span:nth-of-type(99),
.anim-text-flow-hover:hover span:nth-of-type(99) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.anim-text-flow span:nth-of-type(100),
.anim-text-flow-hover:hover span:nth-of-type(100) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.txt-color {
  display: block;
	font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  text-align: left;
  font-weight: 900;
  font-size: 50px;
  letter-spacing: -2px;
  line-height: 100%;
  width: 800px;
  margin: 40px auto 20px auto;
}


#vantagens{
	background: #7382b7;
	background-image: url(images/fundo-vantagens.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	padding: 40px 0;
	position: relative;
	min-height: 100vh;
}


.circulos{
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0 auto;
	display: block;
	text-align: center; 
}

.circulos .circles {
    width: 800px;
    height: 700px;
    position: relative;
    margin: 0 auto;
    display: block;
}
.circulos .circle-1 {
    width: 700px;
    height: 700px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    margin-top: -350px;
    margin-left: -350px;
    border: 1px solid #fff;
}

.circulos .circle-2 {
    width: 550px;
    height: 550px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #eee;
    top: 50%;
    left: 50%;
    margin-top: -275px;
    margin-left: -275px;
    position: absolute;
}

.circulos .circle-3 {
    width: 400px;
    height: 400px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #7382b7;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -200px;
    position: absolute;
}

.circulos .circle-4 {
    width: 250px;
    height: 250px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #ddd;
    top: 50%;
    left: 50%;
    margin-top: -125px;
    margin-left: -125px;
    position: absolute;
}

.circulos .circle-center {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    margin-top: -21px;
    margin-left: -21px;
    position: absolute;
    font-size: 0;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}


@-webkit-keyframes pulse {
    0% { -webkit-transform: scale( 1 ); opacity: 0.3; }
	  50% { -webkit-transform: scale( 1.1 ); opacity: 1; }
    100% { -webkit-transform: scale( 1 ); opacity: 0.3; }
}

@-moz-keyframes pulse {
    0% { -moz-transform: scale( 1 ); opacity: 0.3; }
	  50% { -moz-transform: scale( 1.1 ); opacity: 1; }
    100% { -moz-transform: scale( 1 ); opacity: 0.3; }
}

@-o-keyframes pulse {
    0% { -o-transform: scale( 1 ); opacity: 0.3; }
	  50% { -o-transform: scale( 1.1 ); opacity: 1; }
    100% { -o-transform: scale( 1 ); opacity: 0.3; }
}

@keyframes pulse {
    0% { transform: scale( 1 ); opacity: 0.3; }
	  50% { transform: scale( 1.1 ); opacity: 1; }
    100% { transform: scale( 1 ); opacity: 0.3; }
}

.circle-pulse {
    -webkit-animation: pulse 2s infinite;
    -moz-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
  	opacity: 1;

  	-webkit-animation-fill-mode: both;
  	-moz-animation-fill-mode: both;
  	-o-animation-fill-mode: both;
  	animation-fill-mode: both;
}
.cartao-cbc{
	position: absolute;
	width: 300px;
	height: 173px;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -86px;
	animation: cartao 2s infinite;
	transform: rotate(-10deg);
}
@keyframes cartao {
    0% { transform: rotate(-10deg); }
    50% { transform: rotate(10deg); }
    100% { transform: rotate(-10deg); }
}

.vant-info{
	width: 220px;
}
.vant-info h2{
	color: #7382b7;
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	margin-bottom: 0;
	padding-bottom: 0;

}
.vant-info h3{
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	margin-top: 0;
	padding-top: 0;
}
.vi-1{
	position: absolute;
	left: 5%;
	top: 30%;
}
.vi-2{
	position: absolute;
	right: 0%;
	top: 45%;
}
.vi-3{
	position: absolute;
	left: 15%;
	top: 65%;
}
.vi-4{
	position: absolute;
	right: 5%;
	top: 70%;
}
.tit-vantagens{
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
}
#vantagens h1.tit-section{
	color: #fff;
	padding-top: 20px;
}
#vantagens .line{
	background: #fff;
}
#tituloAnimado3 {
  fill: #7382b7;
  color: #7382b7;
  fill-opacity:0;
  font-family: 'Montserrat', sans-serif;
  font-weight:700;
  font-size: 45px;
  stroke-dasharray: 650 650;
  stroke-dashoffset: 650;
  stroke: #7382b7;
  margin: 0 auto;
  position: relative;
  display: block;
  padding-top: 30px;
}

#institucional{
	background: #fff;
	position: relative;
	min-height: 300px;
	text-align: center;
	z-index:2;
  padding:30px 0 80px 0;
}
a.categoria{
  background: #73A54E;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  display: block;
  margin-bottom: 15px;
  background-size: cover;
  background-position: top center;
  position: relative;
}
a.categoria svg{
  max-width: 80px;
  position: relative;
}
a.categoria h2{
  font-family: 'Montserrat', sans-serif;
  font-weight:400;
  font-size: 16px;
  letter-spacing: 1px;
  height: 32px;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  text-shadow: 4px 1px 8px #7382b7;
}
a.categoria:hover .overl{
  text-decoration: none;
  opacity: .9;
}
.overl{
  position: absolute;
  width: 100%;
  height: 100%;
  background:#000;
  display: block;
  left: 0;
  top: 0;
  background:linear-gradient(to bottom right, #000, #000);
  opacity: 0.75;
  border-radius: 5px;
}





.quemtemsabe-frase{
	font-family: 'Montserrat', sans-serif;
	font-weight:900;
	color: #fff;
	font-size: 90px;
	position: absolute;
	bottom: -60px;
	right: 0;
	left: 0;
	z-index: -1;
	text-transform: uppercase;
}
.quemtemsabe-frase:before{
	content: attr(data-content);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 69px;
	overflow: hidden;
	color: #ccc;
}

#depoimentos{
	background: #ccc;
	padding: 40px 0;
	min-height: 300px;
	position: relative;
}
#depoimentos .hr-ornamento{
  padding-bottom: 0;
}
#tituloAnimado4 {
  fill: #000;
  color: transparent;
  fill-opacity:0;
  font-family: 'Montserrat', sans-serif;
  font-weight:700;
  font-size: 32px;
  stroke-dasharray: 650 650;
  stroke-dashoffset: 650;
  stroke: #000;
  margin: 0 auto;
  position: relative;
  display: block;
  padding-top: 30px;
}
#depoimentos .line{
	background: #fff;
}
#tituloAnimado5 {
  fill: transparent;
  color: transparent;
  font-family: 'Montserrat', sans-serif;
  font-weight:900;
  font-size: 60px;
  stroke-dasharray: 650 650;
  stroke-dashoffset: 650;
  stroke: #7382b7;
  stroke-width: 2px;
  -ms-transition: stroke-dashoffset 5s linear;
  -webkit-transition: stroke-dashoffset 5s linear;
  -moz-transition: stroke-dashoffset 5s linear;
  transition: stroke-dashoffset 5s linear;
  margin: 0 auto;
  position: relative;
  display: block;
  padding-top: 30px;
}


.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: #7382b7;
    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 h2{
	font-size: 20px;
	color: #fff;
  	font-family: 'Montserrat', sans-serif;
  	text-align: left;
  	margin-left: 130px;
  	padding-top: 8px;
}
.depoHome ul li h5{
  font-size: 14px;
  color: #000;
}
.depoHome ul li img{
	width: 100px;
	height: 100px;
	border-radius: 100%;
	height: auto;
	max-width: 176px;
	position: absolute;
	top: -50px;
	left: 20px;
	border: 3px solid #73a64f
}
.depoHome ul li p{
	color: #000;
	font-size: 14px;
	height: 240px;
	padding: 20px 20px;
}

.jcarouselSlide {
    position: relative;
    overflow: hidden;
}
.jcarouselSlide ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarouselSlide li {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.slidePhone{
	max-width: 170px;
	z-index: 0;
	top: 62px;
	left: 95px;
}
.slidePhone ul li{
}
.slidePhone ul li img{
	width: 100%;
	height: auto;
}


.rodape{
	padding-bottom: 20px;
	background: #000;
	padding-top: 30px;

}
.rodape .line{
	background: #3a3838;
	width: 100%;
	height: 1px;
	animation:none;
}
.rodape .logo-rodape{
	padding: 20px 0;
}
.rodape .logo-rodape img{
	width: 100%;
	height: auto;
	max-width: 150px;
}
.rodape .txt-rodape{
	padding: 10px 0;
	color: #fff;
}
.rodape a.cta{
	margin: 0 0 10px 0;
}
.rodape1 h5{
  	font-family: 'Montserrat', sans-serif;
  	font-size: 16px;
  	font-weight: bold;
  	text-transform: uppercase;
  	color: #fff;
}
.rodape ul{
	padding: 0;
}
.rodape ul li{
	list-style: none;
	line-height: 22px;
  padding: 0;
}
.rodape ul li a{
	color: #fff;
}
.rodape ul li a:hover{
	color: #ccc;
	text-decoration: none;
}
img.cluberodape1{
	width: 100%;
    height: auto;
    padding: 30px;
}
.rodape .fone{
	color: #fff;
  	font-family: 'Montserrat', sans-serif;
  	font-weight: bold;
  	font-size: 26px;
}
.rodape .fone a{
  color: #7382b7;
}
.rodape .fone span{
	font-size: 14px;
	font-weight: normal;
}
.rodape .fone.rod-mail span{
	font-size: 13px;
}
.rodape .fone b i{
	color: #fff;
	font-size: 20px;
	margin-right: 12px;
	border: 1px solid #fff;
	border-radius: 100%;
	width: 32px;
	height: 32px;
	text-align: center;
	padding-top: 6px;
}
.rodape .fone.rod-mail b i{
	font-size: 18px;
}
.rodape .social{

}
.rodape .social a{
	border: 1px solid #fff;
	color: #7382b7;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-right: 8px;
	text-align: center;
	padding-top: 10px;
	background: #fff;
}
.rodape .social a i{
	font-size: 20px;
} 
.rodape .social a:hover{
	background: transparent;
	color: #fff;
}
.line-white{
	background: #fff !important;
	opacity: 0.6;
	margin: 20px 0;
}
.rodape .cbc{
	padding-top: 0;
}
.slogan{
  	font-family: 'Montserrat', sans-serif;
  	font-weight: bold;
  	font-size: 60px;
	color: #7382b7;
	line-height: 50px;
}
.cdedesc{
  display: block;
  text-align: center;
  position: relative;
}

.menu{
	position: fixed;
	top: 0;
	z-index: 20;
	background: transparent;
	width: 100%;
	transition: all .3s;
	height: 75px;
}
.menu.menufixo{
	background: #fff;
	opacity: 0.9;
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none;
}
.menu.menufixo:hover{
	opacity: 1;
}
.menu .logo{
	margin: 5px;
	display: inline-block;
	float: left;
}
.menu .logo img{
	width: 100%;
	height: auto;
	max-width: 130px;
	color: #fff;
	fill: #fff;
}

.menu .logo path{
	width: 100%;
	height: auto;
	max-width: 250px;
	color: #fff;
	fill: #fff;
}
.menu img.cbclogo2{
	display: none;
}
.menu.menufixo img.cbclogo1{
	display: none;
}
.menu.menufixo img.cbclogo2{
	display: block;
}
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: #000;
	font-size: 16px;
	font-weight: 700;
	margin: 0 12px 0 12px;
}
.menu.menufixo ul.menutop li a{
	color: #7382b7;
}
ul.menutop li a:hover{
	color: #fff;
	text-decoration: none;
}
ul.menutop li a.active,
ul.menutop li a:focus{
	text-decoration: none;
}
.menufixo ul.menutop li a:hover{
	color: #000;
}
header .menu_icon{
	display: none;
	float: right;
	background: #dae482;
	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: #fff;
}

ul.menutop li a.cta-menu {
	background-size: 200% 200%;
	-webkit-animation: cta-btn 15s ease infinite;
	-moz-animation: cta-btn 15s ease infinite;
	animation: cta-btn 15s ease infinite;
	border-radius: 3px;
	display: block;
	text-align: center;
	padding: 10px;
	position: relative;
	width: auto;
	display: block;
	font-size: 15px;
}
ul.menutop li a.cta-menu{
	background: linear-gradient(-45deg, #96171d, #d72f36, #96171d);
	border: 2px #d72f36 solid;
	color: #fff !important;
}
ul.menutop li a.cta-menu.ctamn-1{
	background: linear-gradient(-45deg, #fff, #f4f4f4, #f0ebeb);
	border: 2px #d72f36 solid;
	color: #d72f36 !important;
}
ul.menutop li a.cta-menu:hover{
	opacity: 0.8;
}



.social-icones {
    position: fixed;
    z-index: 20;
    right: 22px;
    top: 55px;
    opacity: 1;
    margin-bottom: 0
}
.social-icones li {
    list-style: none;
    margin-top: 15px;
}
.social-icones a, 
.social-icones li a:focus {
    transition: .3s ease-in-out;
    background:#73a54e; 
    color: #fff;
    width: 32px;
    height: 32px;
    display: block;
    border-radius:20%;
    text-align: center;
    padding-top: 6px;
    border:1px solid #73a54e;
    opacity: 0.8;
}
.social-icones li a:hover {
    opacity: 1;
    color:#73a54e !important;
    background: #fff;
}
.social-icones a i {
    font-size: 20px
}

.titulointerna{
    background-image: linear-gradient(28deg, rgb(115, 130, 183) 0, rgb(75, 100, 189) 100%);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    padding: 100px 0 50px 0;
    text-align: center;
    font-size: 44px;
}
.titulointerna h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 44px;
}
.busca{
  background: #7382b7;
  padding: 30px 0 20px 0;
}
#buscaparceiros .col-md-12{
  padding-left: 9px;
  padding-right: 9px;
}

.parclube a{
  display: block;
  max-width: 250px;
  position: relative;
  margin: 15px 0;
}
.parclube a img{
  width: 100%;
  height: auto;
  max-width: 250px;
}
.parclube a .sobre-parceiro{
  position: relative;
  background: #2f2828;
  width: 100%;
  height: 90px;
  border-bottom: 3px solid #3a3c55;
}
.parclube a h1{
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 16px;
    padding: 35px 12px 12px 12px;
    margin: 0;
    height: 90px;
    font-weight: 400;
    text-align: center
}
.parclube a:hover img{
  opacity: 0.8;
}
.parclube a:hover .sobre-parceiro{
  background: #101010;
}
.parclube a:hover{
  text-decoration: none;
}
.form-control{
  height: 55px;
  border: none;
}

.simbolo-cbc{
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
}
.parclube a .simbolo-cbc img{
  max-width: 35px;
  padding-top: 7px;
}
.formsubmit{
  color: #fff;
  background: #8e1a1f;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

#buscaparceiros .formsubmit{
  font-weight: bold;
  font-size: 24px;
}

.breadcrumb{
  color: #f1f1f1 !important;
  background-color: #7382b7; 
  border-radius: 0;
}
.breadcrumb a{
  color: #002bc2 !important;
  font-weight: bold;
}
.breadcrumb a:hover{
  color: #000 !important;
}



.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 .logoparceiro img{
  width: 200px;
  height: 200px;
  border: 4px solid #fff;
}
.capa h2{
  color: #7382b7;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  margin-left: 30%;
}

.estabelecimento h4{
  font-weight: bold;
  font-size: 18px;
}

.estabelecimento h4 i{
  color: #7382b7;  
}
.regras{
  padding: 12px;
  background: #f5f5f5;
  border-top: 3px solid #7382b7;
  margin-bottom: 20px;
}
.sobre{
  padding: 12px;
  background: #f5f5f5;
  border-top: 3px solid #396952;
  margin-bottom: 20px;
}
.estabelecimento .line{
  width: 100% !important;
  animation: none;
}
.ofertas{
  margin: 25px 0;
}
.beneficio{
    padding: 12px;
    background: #7382b7;
    border-top: 3px solid #a22b28;
    margin-bottom: 10px;
}
.beneficio h3,
.beneficio h3 a{
  color:#fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.beneficio p{
  color: #f5f5f5;
}



#mapa{
  background: #ececec;
  width: 100%;
  height: 460px;
  padding: 0;
  margin: 0px 0 0 0;
}
.infoBox:before{
  position:absolute;
  top:-10px;
    border-left:10px solid transparent;
  border-right:10px solid transparent;
  border-bottom:10px solid #404041;
  content:"";
  height:0;
  width:0;
  left:140px;
    opacity:0.9;
}
.infoBox{
  background:rgba(64,64,65,0.9);
  width:300px;
  border-radius:10px;
  padding:20px;
  margin-top:10px;
  color:#fff;
  font-size:1.4rem;
    font-weight: 700;
  box-shadow:0 7px 30px rgba(126,126,126,.6)
}
.infoBox span{
  color:#fff;
}
.infoBox img:first-child{
  position:absolute !important;
  border-radius:0px;
  top:10px;
  right:10px;
}
.infoBox h3{
  color:#fff;
  font-size:2.3rem;
  font-weight:900;
  margin-top:0;
}
a.pontos{
  color: #7bb442;
}


.content_frase {
  height: 110px;
  overflow: hidden;
  font-size: 55px;
  line-height: 70px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.content__container {
  font-weight: 600;
  overflow: hidden;
  height: 70px;
  padding: 0 0px;
}
.content__container__text {
  display: inline;
  float: left;
  margin: 0;
}
.content__container__list {
  margin-top: 0;
  padding-left: 0px;
  text-align: left;
  list-style: none;
  -webkit-animation-name: change;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-name: change;
  animation-duration: 15s;
  animation-iteration-count: infinite;
}
.content__container__list__item {
  line-height: 66px;
  margin: 0;
}

@-webkit-keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes change {
  0%, 12.66%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    -webkit-transform: translate3d(0, -25%, 0);
            transform: translate3d(0, -25%, 0);
  }
  33.32%,45.98% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  49.98%,62.64% {
    -webkit-transform: translate3d(0, -75%, 0);
            transform: translate3d(0, -75%, 0);
  }
  66.64%,79.3% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  83.3%,95.96% {
    -webkit-transform: translate3d(0, -25%, 0);
            transform: translate3d(0, -25%, 0);
  }
}
@keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes change {
  0%, 12.66%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    -webkit-transform: translate3d(0, -25%, 0);
            transform: translate3d(0, -25%, 0);
  }
  33.32%,45.98% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  49.98%,62.64% {
    -webkit-transform: translate3d(0, -75%, 0);
            transform: translate3d(0, -75%, 0);
  }
  66.64%,79.3% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  83.3%,95.96% {
    -webkit-transform: translate3d(0, -25%, 0);
            transform: translate3d(0, -25%, 0);
  }
}


@keyframes change {
  0%, 11%, 100% {
      transform: translate3d(0, 0, 0);
  }
  14%, 19% {
      transform: translate3d(0, -16.6%, 0);
  }
  22%, 27% {
      transform: translate3d(0, -33.2%, 0);
  }
  30%, 35% {
      transform: translate3d(0, -49.8%, 0);
  }
  38%, 43% {
      transform: translate3d(0, -66.4%, 0);
  }
  46%, 51% {
      transform: translate3d(0, -83%, 0);
  }
  54%, 61% {
      transform: translate3d(0, -83%, 0);
  }
  64%, 69% {
      transform: translate3d(0, -66.4%, 0);
  }
  72%, 77% {
      transform: translate3d(0, -49.8%, 0);
  }
  80%, 85% {
      transform: translate3d(0, -33.2%, 0);
  }
  88%, 93% {
      transform: translate3d(0, -16.6%, 0);
  }
  96% {
      transform: translate3d(0, 0, 0);
  }
}


.participar .form-control,
#validaUser input.form-control{
  border: 1px solid #ccc;
  text-transform: uppercase;
  font-weight: bold;
}
.participar button,
#validaUser button.form-control{
  background: #7382b7;
}
#validaUser button.form-control:hover{
  background: #7382b7;
  opacity: 0.8;
}
.participar button:hover, #validaUser button.form-control:hover, .btn-primary:hover{
  background: #000;
}
.form-horizontal .control-label{
  text-align: left;
}

.participar{
  text-align: center;
}
.participar h3{
  color: #7bb442;
  text-align: center;
}
.part-pf p{
  margin: 20px 0;
}
.part-pf p a{
  color: #7bb442;
}
.box-assinatura{
  border: 1px solid #ccc;
  border-radius: 2px;
  border-top: 3px solid #7bb142;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  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;
}
.box-assinatura a{
}
.box-assinatura a:hover{
}

.box-assinatura input[type="submit"]{
  display: block;
  background: #7bb442;
  color: #fff;
  font-size: 22px;
  padding: 8px 8px;
  text-align: center;
  margin: 20px 0 0 0;
  border-radius: 4px;
  width: 100%;
  border: none;
}
.box-assinatura input[type="submit"]:hover{
  background: #385719;

}
.termos{
  cursor: pointer;
  margin: 20px 0 0 0;
  line-height: 14px;
}
.termos:hover{
  color: #7bb442;
}
.modal-header .close {
    margin-top: -2px;
    position: absolute;
    right: 24px;
    top: 20px;
    font-size: 32px;
}
.contatos_pg{
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
.contatos_pg i{
  border: 2px solid #eaeaea;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  color: #eaeaea;
  font-size: 26px;
  margin: 0 30px;
  padding-top: 10px;
  text-align: center;
  margin-bottom: 20px;
}



.headlogin{
    background: #e9e9e9;
    color: #393b57;
    text-align: center;
    width: 100%;
    padding: 15px;
    border-radius: 2px;
    font-size: 25px;
    font-weight: bold;
}
.bodylogin{
    background: #fff;
    border-radius: 2px;
    margin-top: 3px;
    border: 1px solid #e9e9e9;
    padding: 20px;
}
div.loginpage{
    width:100%;
    margin:10px auto 0 auto;
}
.loginpage ul{
    padding: 0;
}
.loginpage ul li{
    display:block;
    margin-bottom:10px;
    padding-bottom:5px;
}
.loginpage input{
    padding:0 5px 0 5px;
    border:solid 1px #d0d0d0;
    width:100%;
    background: #fafafa;
    height: 40px;
    border-radius: 5px;
    border-color: #d9d9d9;
    outline: none;
}
.loginpage input:focus{
    border:solid 1px #4f4f4f;
    -moz-box-shadow: 0 3px 6px -2px #c8c8ca;
    -webkit-box-shadow: 0 3px 6px -2px #c8c8ca;
    box-shadow: 0 3px 6px -2px #c8c8ca;
}
.btn6{
    background: #393b57;
    border-radius: 0;
    margin-top: -10px;
    padding: 10px 70px;
    border:none;
    font-size: 16px;
    text-align: center;
    display: block;
    width: 100%;
    border-radius: 5px;
}
.btn6:hover{
    background: #58585a;
}
.loginpage .line{
    margin-top: 20px;
    margin-bottom: 20px;
    animation: none;
}
a.cadastrese{
    color: #393b57;
    border: 2px solid #393b57;
    border-radius: 5px;
    display: block;
    padding: 6px;
    text-align: center;
    margin-top: 15px;
}
a.cadastrese:hover{
    color: #fff;
    background: #73a54e;
}
a.linkcad{
    border-bottom: none;
    color: #58595b;
    border-radius: 5px;
    margin: 0;
    padding: 9px 9px;
    text-align: center;
    font-weight: normal;
    margin: 1px 0;

}
a.linkcad:hover{
    border-bottom: none;
    color: #fff;
    background: #f1c212
}
a.linkcad i{
    margin-right: 10px;
}




.titleAnimated{
  color: #7382b7;
  font-family: 'Montserrat', sans-serif;
  font-weight:900;
  font-size: 60px;
  margin: 0 auto;
  position: relative;
  display: block;
  padding-top: 30px;
  text-align: center;
}
.titA3{
  color: #7382b7;
  font-size: 45px;
}
.titA5{
  color: #000;
  font-size: 32px;
}


.banner{
  margin: 50px auto;
  display: block;
}



.txt-inst{

}
.txt-inst h2{
  color: #73A54E;
  font-family: 'Montserrat', sans-serif;
  font-weight:900;
  font-size: 32px;
  position: relative;
  display: block;
  text-align: center;

}


.foto-bone{
  background-image: url(images/bone2.jpg);
  background-image: url(images/bone3.jpg);
  background-image: url(images/bone1.jpg);
  background-size: cover;
  background-position: center center;
  height: 350px;
  width: 100%;
  position: relative;
  animation-name: bgchange;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  overflow: hidden;
  margin-bottom: 50px;
}
@keyframes bgchange {
  0%{ background-image: url(images/bone1.jpg);}
  30%{ background-image: url(images/bone1.jpg);}
  33%{background-image: url(images/bone2.jpg);}
  63%{background-image: url(images/bone2.jpg);}
  66%{background-image: url(images/bone3.jpg);}
  96%{background-image: url(images/bone3.jpg);}
  100%{background-image: url(images/bone1.jpg);}
}



.arealogin{
  padding: 50px 0;
  background: #f3f3f3;
  margin-top: -20px;
}
.arealogin h1{
  color: #7382b7;
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight:900;
  margin-bottom: 20px;
}
.adaviso{
  background: #d65f5f;
  color: #fff;
  padding: 8px;
  text-align: center;
  margin-bottom: 10px;
}

#bannerhome{
  background-image: url(images/bannerhome.jpg);
  background-size: cover;
  height: 100vh;
  width: 100%;
}
#bannerhome .container{
  position: relative;
} 
.bannerhomefloat{
  height: 100vh;
}
.bannerhomefloat img{
  width: 100%;
  height: auto;
  max-width: 650px;
  position: absolute;
  bottom: 10%;
  right: 0;
}

.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%;
    text-align: left;
    font-size: 16px;
}



/*		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 #909b2e;
		font-size:16px;
		margin: 0;
		color: #323132 !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;
	}
  #tituloAnimado2{
    width: 365px;
    font-size: 42px;
  }
  .txt-color{
    width: 100%;
    font-size: 34px;
  }
  .jcarousel-control-next{
    right: 0;
  }
  .jcarousel-control-prev{
    left: 0;
  }
  .quemtemsabe-frase{
    font-size: 36px;
  }
  .quemtemsabe-frase:before{
    display: none;
  }
  #tituloAnimado3{
    width: 100%;
    font-size: 28px;
  }
  .tit-vantagens{
    position: relative;
  }
  .vant-info{
    position: relative !important;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
  }
  .circle-pulse{
    display: none;
  }
  .cartao-cbc{
    position: relative;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    margin-top: 40px;
    animation: none;
    margin: 0 auto;
  }
  .circulos .circles{
    width: 100%;
    height: auto;
  }
  #tituloAnimado4{
    width: 100%;
    font-size: 26px;
  }
  #tituloAnimado5{
    width: 100%;
    font-size: 34px;
  }

  .content_frase {
    height: 50px;
    font-size: 34px;
    line-height: 50px;
  }
  .svg-wrapper{
    margin-left: 0px;
  }
  .content__container__list__item{
    line-height: 59px;
  }
  .menu .logo img{
    margin-top: 4px;
  }
  .titleAnimated{
    font-size: 34px;
  }
  .titA3{
    font-size: 34px;
  }
  .titA5{
    font-size: 34px;
  }
  .hr-ornamento{
    width: 300px;
  }
  .intro .bg{
    width: 90%;
    height: 100%;
    max-height: 500px;
  }
  #como-funciona .titulo{
    padding-top: 30px;
  }
  a.categoria h2{
    font-size: 14px;
  }
  .parclube a{
    margin: 15px auto;
  }
  .rodape{
    padding-bottom: 50px;
  }
  .rodape ul li{
    font-size: 16px;
    line-height: 26px;
  }
  .rodape .fone.rod-mail span{
    font-size: 16px;
  }
  .capa .logoparceiro{
    position: relative;
    top: 0;
    left: 50%;
    margin-left: -100px;
    margin-top: -50px;
    width: 200px;
  }
  .capa h2{
    margin-left: 0;
    text-align: center;
  }
  #bannerhome{
    background-size: cover;
    height: 40vh;
    width: 100%;
    background-position: top center;
  }
  .bannerhomefloat{
    height: 50vh;
  }
  .bannerhomefloat img{
    width: 80%;
    height: auto;
    max-width: 450px;
    position: absolute;
    bottom: 10%;
    right: auto;
    margin: 0 auto;
  }

  .dadoscartao {
    top: 15%;
    margin-left: -60px;
    text-align: left;
    font-size: 14px;
  }
}

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

}

@media (min-width: 992px) and (max-width: 1199px) {
  a.cta{
    width: 200px;
  }
  .rodape .fone{
    font-size: 20px;
  }
  .depoHome ul li p{
    height: 275px;
  }
  .depoHome ul li h5{
    text-align: left;
    margin-left: 10px;
  }
  .jcarousel-control-next{
    right: 0;
  }
  .jcarousel-control-prev{
    left: 0;
  }
  .titulo-qfp{
    position: relative;
    z-index: 2;
  }

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


.carregando{
  width: 149px;
  height: 145px;
  background-image: url(images/logocbc.gif);
  display: block;
  margin: 50px auto;
}

