@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,900');

html, body{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
}

ul {
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover{
	color: inherit;
	text-decoration: none;
}


body{
	/* padding-top: 80px; */
	text-align: center;
}

b, h1, h2, h3, h4{
	font-weight: 900;
}

h1{
	font-size: 4vh;
	font-weight: 300;
	margin-top: 0px;
	padding-top: 0px;
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

h1::before{
	content: '';
	background-color: #028b76;
	display: inline-block;
	height: 0.3vh; 	
	width: 9vh;
	margin-right: -9vh;
	margin-bottom: -15px;
}

.h1-box{
    color: white;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 0px;
    margin-bottom: 50px;
    width: 100%;
    background-image: url('./shape.png'), url('./bg3.jpg');
	background-size: 50% auto, cover;
	background-position: center center, center center;
	background-repeat: repeat, no-repeat;
}

.menu-ico{
		display: none;
	}

.nv{
	width: 100%;
	min-height: 80px;
	height: auto;
	background-color: white;
	display: block;
	position: fixed;
	left: 0px;
	top: 0px;
	text-align: center;
	z-index: 1000;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

.nv-table{
	display: inline-table;
	width: 90%;
	max-width: 1200px;
	height: 100%;
}

.nv-cell{
	display: table-cell;
	vertical-align: middle;
	height: 80px;
	line-height: 80px;
}

.nv-menu{
	display: inline-block;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.nv-menu li{
	display: inline-block;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: 300;
	padding-left: 20px;
}

.nv-menu li:hover{
    opacity: 0.5;
}

.nv-cell-left{
	text-align: left;
	width: 15%;
}

.nv-cell-right{
	text-align: right;
	width: 85%;
}

.nv-logo{
	display: inline-block;
	float: left;
}

.hdr{
	width: 100%;
	height: 85%;
	background: url('./bg8.jpg') #CCCCCC;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	display: block;
	text-align: center;
}

.hdr-table{
	display: inline-table;
	width: 90%;
	max-width: 1200px;
	height: 100%;
}

.hdr-cell{
	display: table-cell;
	width: 50%;
	height: auto;
	vertical-align: middle;
}

.vtl-middle{
	vertical-align: middle;
	color: white;
	text-align: left;
	font-size: 5.8vh;
	font-weight: 100;
	text-transform: uppercase;
}

.vtl-middle b{
	font-weight: 900;
}

.vtl-bottom{
	vertical-align: bottom;
	background-image: url('./iphone.png');
	background-repeat: no-repeat;
	background-position: center 25px;
	background-size: contain;
}

.hdr-btn{
	display: inline-block;
	padding: 10px;
	color: white;
	border: 2px solid white;
	border-radius: 5px;
	background: transparent;
	text-transform: uppercase;
	font-size: 18px;
	font-family: inherit;
	font-weight: inherit;
}

.sctn{
	display: block;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 2rem;
}

.sctn-dark{
	background-color: #f2f2f2;
}

.sctn-spcl{
	color: white;
	background-image: url('./shape.png'), url('./bg5.jpg');
	background-size: 50% auto, cover;
	background-position: center center, center center;
	background-repeat: repeat, no-repeat;
	background-attachment: fixed;
}

.sctn-spcl2{
	color: white;
	background-image: url('./shape.png'), url('./bg6.jpg');
	background-size: 50% auto, cover;
	background-position: center center, center center;
	background-repeat: repeat, no-repeat;
	background-attachment: fixed;
}

.sctn-spcl3{
	color: white;
	background-image: url('./shape.png'), url('./bg2.jpg');
	background-size: 50% auto, cover;
	background-position: center center, center center;
	background-repeat: repeat, no-repeat;
	background-attachment: fixed;
}

.contain{
	display: inline-table;
	width: 90%;
	max-width: 1200px;
	height: auto;
}

.contain-cell{
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}

.contain .contain-cell:nth-child(1){
	padding-right: 30px;
}

.contain .contain-cell:nth-child(2){
	padding-left: 30px;
}

.contain-cell-spcl{
	display: table-cell;
	vertical-align: middle;
	width: calc(100% / 4);
	text-align: center;
	font-weight: 900;
}

.p-justify{
	text-align: justify;
	max-width: 1200px;
	display: inline-block;
	width: 90%;
}

.p-left{
	text-align: left;
	max-width: 1200px;
	display: inline-block;
	width: 90%;
}

.p-center{
	text-align: center;
	max-width: 1200px;
	display: inline-block;
	width: 90%;
}

.fake-player{
	display: inline-block;
	width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

.num-count{
	font-size: 82px;
	font-weight: 900;
	color: #ffbc00;
}

.thumb-parceiro{
	background: white;
	padding: 20px;
	border-radius: 5px;
	display: inline-block;
	margin: 2px;
	transition: 0.2s;
	width: calc(100% / 2 - 20px);
}

.thumb-parceiro img{
	display: inline-block;
	width: 100%;
	height: auto;
}

.thumb-parceiro:hover{
	opacity: 0.8;
	transition: 0.2s;
}

.fa-facebook-square, .fa-instagram, .fa-youtube-square{
	font-size: 20px;
	margin-left: 5px;
}

.fa-facebook-square:hover, .fa-instagram:hover, .fa-youtube-square:hover{
	opacity: 0.7;
}

.fa-facebook-square{ color: #3b5998; }
.fa-instagram{ color: #cd486b; }
.fa-youtube-square{ color: #cc181e; }


.thumb-parceiro img{
	max-width: 220px;
	max-height: 100px;
	display: inline-block;
}

.thumb-sistema{
	display: inline-block;
	margin: 10px;
	height: 70px;
	transition: 0.2s;
}

.thumb-sistema:hover{
	opacity: 0.8;
	transition: 0.2s;
}

.thumb-sistema-small{
	display: inline-block;
	margin: 0px;
	height: 45px;
	transition: 0.2s;
}

.thumb-sistema-small:hover{
	opacity: 0.8;
	transition: 0.2s;
}

.box-contato{
	display: block;
    margin: 10px;
    border-radius: 5px;
    text-align: center;
}

.tb-contato{
	display: inline-table;
	width: 100%;
	max-width: 1200px;
}

.ajuste{
	padding-left: 70px;
}

.tb-contato-cell{
	display: table-cell;
	width: calc(100% / 3);
	vertical-align: middle;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}

.tb-contato-cell i{
	font-size: 26px;
	color: #028b76;
	padding: 10px;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	line-height: 25px;
	text-align: center;
	border: 3px solid #f2f2f2;
	margin-right: 10px;
	display: inline-block;
	margin-bottom: 10px;
}

.mapa{
	border: 0;
	border-radius: 10px;
	overflow: hidden;
	display: block;
}

.footer{
	margin-top: 40px; 
	opacity: 0.5;
	margin-bottom: 20px;
	width: 100%;
}

.btn-consultor{
    display: inline-block;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
		margin-bottom: 100px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    background: #ffbc00;
    color: white;
}

.btn-consultor:hover{
    opacity: 0.5;
    color: white;
}








/* CSS PREÇOS */

.plano{
    display: inline-grid;
    width: calc((100% - 60px) / 4);
    border: 1px solid #C8C8C8;
    margin: 5px;
}

.plano > div{
    display: block;
    text-align: center;
    padding: 10px;
    border-top: 1px solid rgba(0,0,0,0.1);
    margin-left: 20px;
    margin-right: 20px;
}

.plano div:nth-child(1){
    border-top: none;
}

.plano-titulo{
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.plano button, select{
    display: inline-block;
    width: 80%;
    margin-bottom: 10px;
    padding: 10px;
    background: transparent;
    border: 1px solid rgba(0,0,0,0.2);
}
.plano button{
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    font-family: inherit;
    font-size: 16px;
    background: #00b79a;
    cursor: pointer;
}

.consultar{
    color: green;
}

.plano-valor{
    margin-left: 0px !important;
    margin-right: 0px !important;
    background: #00b79a;
    color: white;
}

.info-planos{
    font-size: 11px;
    margin: 15px;
    text-align: justify;
    color: rgba(0,0,0,0.6);
}

.plano-check{
    color: #00b79a;
}

.divFooter {

}


.video {
	width: 560px;
	height: 315px;
}

@media(max-width: 580px) {
	.video {
		width: 400px;
	}
}

@media(max-width: 425px) {
	.video {
		width: 375px;
	}
}

/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-top: 20px;
  margin-left: 50px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu h3{
  display: block;
  margin: 0px;
  padding: 0px;
  margin-bottom: 5px;
  color: #0a8e7a;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  padding-top: 20px;
  padding-bottom: 20px;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #028b76;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #028b76;
  background-image: #028b76;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active h3{
  color: white;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #028b76;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}
.slider {
  background: white;
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1200px;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 100px;
  width: 250px;
  transition: 0.2s;
}

.slider .slide:hover{
  opacity: 0.6;
  transition: 0.2s;
}
.clear-fix {
    overflow:hidden;
}

.size-golden-long {
    width: 61.803398%;
}
.size-golden-short {
    width: 38.196602%;
}
.left {
    float:left;
}

.youtube-video-panel {
    background: #F2f2f2;
    width: 100%;
    max-width: 1200px;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
}

@media only screen and (max-width: 1024px){
    .size-golden-long {
        width: 100%;
        display: block;
        text-align: center;
    }
    .size-golden-long iframe{
        display: inline-block;    
    }
    
    .size-golden-short {
        width: 100%;
        display: block;
    }
    
    .youtube-video-panel {
        width: 90%;
    }
}

.youtube-video-panel .fluid-video {
    height:527px;
    overflow:hidden;
}
.youtube-player {
    max-width:100% !important;
    display:block;
}
.video-panel-channel-list {
    background: #efefef;
    height: 527px;
    overflow-x: hidden;
    overflow-y: auto;
    list-style:none;
    padding:0;
    margin:0;
}
.video-panel-channel-list li {
    border-bottom:1px solid #ffffff;
    text-align: left;
    cursor: pointer;
}
.video-panel-channel-list span {
    color: #9e9e9e;
    display:block;
    padding:10px;
    text-decoration:none;
}
.video-panel-channel-list .active-video {
    background:#028b76;
    color: white;
    font-weight: bold;
}
html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
@media only screen and (max-width: 600px) {

	.nv-logo {
	    float: none;
	}

	.menu-ico{
		float: right;
		font-size: 28px;
		margin-top: 25px;
		opacity: 0.5;
		display: block;
	}

	.nv-cell {
	    display: block;
	    width: 100%;
	    height: auto;
	    line-height: auto;
	}

	.nv-menu {
	    display: none;
	    list-style: none;
	    margin: 0px;
	    padding: 0px;
	    width: 100%;
	    text-align: left;
	}

	.nv-menu li {
	    display: inline-block;
	}
	
	.plano {
	    display: block;
        width: calc(100% - 10px);
        margin-bottom: 20px !important;
	}

	.hdr{
		width: 100%;
		height: auto;
	}

	.hdr-table{
		display: block;
		width: 100%;
		max-width: 1200px;
		height: 100%;
	}

	.hdr-cell{
		display: block;
		width: 100%;
		height: auto;
		text-align: center;
	}

	.thumb-sistema-small{
		display: inline-block;
		width: calc(100% / 3 - 10px);
		height: auto;
	}

	.vtl-middle{
		text-align: center;
		font-size: 5.3vh;
		padding-bottom: 30%;
		padding-top: 30%;
	}

	.vtl-bottom{
		background-image: none;
	}


	.contain-cell-spcl{
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}

	.ajuste{
		padding-left: 0px;
	}

	.tb-contato-cell{
		display: block;
		width: 100%;
		text-align: center;
	}

	/*  bhoechie tab */
	div.bhoechie-tab-container{
	z-index: 10;
	background-color: #ffffff;
	padding: 0 !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	border:1px solid #ddd;
	margin-top: 20px;
	margin-left: 5%;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	-moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	background-clip: padding-box;
	opacity: 0.97;
	filter: alpha(opacity=97);
	width: 90%;
	}
	div.bhoechie-tab-menu{
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	display: inline-block;
	width: 100%;
	}
	div.bhoechie-tab-menu h3{
	display: inline-block;
	width: auto;
	margin-right: 20px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	color: #0a8e7a;
	float: left;
	}
	div.bhoechie-tab-menu div.list-group{
	margin-bottom: 0;
	}
	div.bhoechie-tab-menu div.list-group>a{
	padding-top: 20px;
	padding-bottom: 20px;
	}
	div.bhoechie-tab-menu div.list-group>a .glyphicon,
	div.bhoechie-tab-menu div.list-group>a .fa {
	color: #028b76;
	}
	div.bhoechie-tab-menu div.list-group>a:first-child{
	border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
	}
	div.bhoechie-tab-menu div.list-group>a:last-child{
	border-bottom-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
	}
	div.bhoechie-tab-menu div.list-group>a.active,
	div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
	div.bhoechie-tab-menu div.list-group>a.active .fa{
	background-color: #028b76;
	background-image: #028b76;
	color: #ffffff;
	}
	div.bhoechie-tab-menu div.list-group>a.active h3{
	color: white;
	}
	div.bhoechie-tab-menu div.list-group>a.active:after{
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -13px;
	border-left: 0;
	border-bottom: 0px solid transparent;
	border-top: 0px solid transparent;
	border-left: 0px solid #028b76;
	}

	div.bhoechie-tab-content{
	background-color: #ffffff;
	/* border: 1px solid #eeeeee; */
	padding-left: 20px;
	padding-top: 10px;
	}

	div.bhoechie-tab div.bhoechie-tab-content:not(.active){
	display: none;
	}

	.list-group-item span{
		font-size: 18px;
	}

	.contain-cell {
	    display: block;
	    width: 100%;
	    text-align: center;
	}

	.thumb-parceiro {
	    display: inline-block;
	    width: 80%;
	}

	.contain .contain-cell:nth-child(1) {
	    padding-right: 0px;
	}

	.contain .contain-cell:nth-child(2) {
	    padding-left: 0px;
	    margin-top: 20px;
	}

	.slider::before, .slider::after {
	    background: none;
	    content: "";
	    height: 0px;
	    position: absolute;
	    width: 0px;
	    z-index: 2;
	}

}