/*!
 * Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

 @font-face {
    font-family: 'Nexa';
    src: url('../fonts/nexa_light-webfont.eot');
    src: url('../fonts/nexa_light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/nexa_light-webfont.woff2') format('woff2'),
    url('../fonts/nexa_light-webfont.woff') format('woff'),
    url('../fonts/nexa_light-webfont.ttf') format('truetype'),
    url('../fonts/nexa_light-webfont.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);

body {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}

/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */

.bg_video{
    position: fixed; 
    right: 0; 
    bottom: 0;
    min-width: 100%; 
    height: 100%;
    width: auto; 
    height: auto; 
    z-index: -1000;
    background-size: cover; 
}


.tooltip {
    position: relative;
    display: inline-block;
   
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}



.pr{
    padding-right: 0!important;
}

.pl{
    padding-left: 0!important;
}

.nopadding{
    padding: 0!important;
}

.navbar-default .navbar-nav>li>a {
    color: #767575;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.navbar-brand{
    margin-top: -25px;
}

.navbar {
    position: absolute;
    margin: 0 auto!important;
    float: none;
    width: 100%!important;
    min-height: 150px;
    border: 1px solid transparent;
}

.navbar-nav {
    float: right!important;
    margin: 0;
}

.navbar-default {
    background-color: rgba(255,255,255,0.6)!important;
    border-color: #ccc!important;
}

.free {
    background: #69b947;
    color: #fff!important;
    border-radius: 5px;
}

.free:hover{
    background: #69b947!important;
    color: #fff!important;
    border-radius: 5px;
}

.intro-chamada{
    background: url('../img/bg-entrada.png') no-repeat center center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left:0;
    width: 85%;
    padding: 25px 0;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
}

.border{
    border-right: 1px solid #fff;
}

.subtitulo{
    margin-top: -10px;
}

.intro-chamada span{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 1;

}

.intro-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background-size: cover;
    -webkit-blend-mode: multiply; 
    blend-mode: multiply;
}

.parceiros{
    width: 100%;
    background: #7f8998;
    padding: 40px 0;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Nexa';
    float: left;
    position: relative;
    z-index: 1000000000000;
}

.parceiros h1{
    font-size: 24px;
    line-height: 1.4;
}

.titulo-parceiros{
    border-right: 1px solid #fff;
}

.logos-parceiros{
    padding-top: 25px;
}

.logos-parceiros > div{
    text-align: center;
}

.item-parceiro{
    display: inline-block;
    margin-left: 15px;
}

.exclusivo-section{
    padding: 150px 0;
    background: url(../img/bg-exclusivo.png) no-repeat center center;
    background-size: cover;
}


.caracteristicas{
    padding:150px 0;
    background: #fff;
    #color: #231f20;
}

.bg-carac{
    width: 100%;
}

.exclusivo-section img{
    width: 70%;
}

.planos{
    background: #fff;
    padding: 120px;
}

.folder{
    text-transform: uppercase;
    padding: 15px;
    width: 35%;
    margin: 0 auto;
    color: #fff;
    background: #0069e8;
    border-bottom: 2px solid #12488a;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.moreinfo{
    width: 100%;
    padding: 40px 0;
    background: #a9aaaf;
    color: #fff;
    background-image: url('../img/moreinfo.jpg');
     background-size: cover;
}

.moreinfo img{
    width: 100%;
}

.moreinfo h1, .exclusivo-section h1{
    text-transform: uppercase;
    margin-bottom: 35px;
    font-family: 'Nexa';
    font-size: 50px;
    color: #fff;
    font-weight: 100;
}

.moreinfo p {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    margin: 0 auto 20px auto;
    font-size: 20px;
    color: #FFF;
}

.exclusivo-section p{
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}

.appsection{
    width: 100%;
    background: #fff;
    padding: 120px 0 80px 0;
}

.appsection img{
    width: 15%;
}

@media(max-width: 320px){
    .intro-chamada span{
        font-size: 20px!important;

    }

    .intro-chamada .subtitulo{
        font-size: 12px!important;
    }

    .navbar-default .navbar-collapse {
        margin-top: 60px!important;
    }
}

@media(max-width: 380px){
    .intro-chamada{
        font-size: 14px!important;
        display: none;
    }
}

@media(max-width: 420px){

    .intro-chamada {
        font-size: 14px!important;
    }

    .intro-chamada span{
        font-size: 30px;
    }

    .item-parceiro{
        margin-left: 15px!important;
        margin-top: 20px!important;
    }

    .exclusivo-section img{
        width: 40%;
    }

    .moreinfo h1, .exclusivo-section h1{
        font-size: 35px;
    }

    .folder{
        width: 50%;
    }

    .appsection img {
        width: 50%!important;
        display: block;
        margin: 10px auto;
    }

}

@media(max-width:605px) {

    .navbar-brand {
        margin-top: 0px;
    }

    .navbar-default .navbar-collapse{
        margin-top: 95px;
    }

    .navbar-nav{
        width: 100%;
    }

    .navbar-default .navbar-nav>li>a{
        text-align: center;
    }
    
    #price3 {
    margin-top: 0px;
}

}

@media(max-width:800px) {

    video{
        display: none;
    }

    .intro-section {
    	width: 100%;
        height: 100%;
        padding-top: 150px;
        text-align: center;
        background-color: #fff;
        background-size: cover;
        -webkit-blend-mode: multiply; 
        blend-mode: multiply;
    }

    .subtitulo {
        padding-top: 10px;
        text-align: center;
    }

    .border {
        border-right: none;
        text-align: center;
    }

    .item-parceiro{
        margin-left: 15px;
    }

    .logos-parceiros {
        text-align: center;
    }

    .exclusivo-section{
        text-align: center;
    }

    .exclusivo-section img {
        width: 25%;
    }

    .appsection img {
        width: 30%;
    }

    .moreinfo h1{
        margin-right: 0!important;
    }

    .moreinfo img {
        width: 25%;
        margin: 0 auto;
        float: none;
        display: block;
    }

}

@media(max-width:1030px) {

    .moreinfo h1{
        margin-right: 150px;
    }

    .parceiros h1 {
        font-size: 19px;
    }

    .titulo-parceiros {
        width: 100%;
        text-align: center;
        border-right: none;
    }

    .item-parceiro {
        margin-left: 3px;
    }

    .intro-chamada{
        font-size: 22px;
    }


}

@media(min-width:1900px) {

    .logos-parceiros {
        padding-top: 10px;
    }

    .item-parceiro {
        display: inline-block;
        margin-left: 40px;
    }

    .titulo-parceiros {
        text-align: center;
    }

}

@media(min-width: 1000px){
    .mobile{
        display: none;
    }
    #price3 {
    margin-top: -95px;
}
}

@media(max-width: 960px){
    .display: {
        display: block;
    }
}

/* AJUSTES */

/* BOX PRICES */
#price1, #price2, #price3 {
    width: 100%;
    border-radius: 10px;
}

.topo img {
    max-width: 100%;
}

.box-planos .topo {
    background-color: #454c53;
    min-height: 368px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}



.box-planos #price2 .conteudo {
	min-height: 460px;
}

#price2 {
	margin-top: -50px; 
}
	

#price1 .valor {
    min-height: 60px;
    background-color: #e0c344;
    display: table;
    width: 100%;
}
#price2 .valor {
    min-height: 60px;
    background-color: #59a839;
    display: table;
    width: 100%;
}
#price3 .valor {
    min-height: 60px;
    background-color: #cd1320;
    display: table;
    width: 100%;
}

#planos .valor {
    text-align: center;
    margin-top: 0px;
    font-family: 'Nexa';
    color: #FFF;
    font-size: 36px;

    vertical-align: middle;
}

.box-planos .conteudo {
    background-color: #d6dfdc;
    min-height: 400px;
    margin-top: -0px;
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: left;

}

.box-planos #price2 .topo {
    min-height: 400px;
}

.box-planos {
    margin-top: -80px;
}

.boxpreco {
    min-height: 105px;
    background-color: #63ba3f;  
    margin-top: -16px;
    width: 100%;
    padding-bottom: 20px;
    border-radius: 10px;
}

#price1 .boxpreco {
	background-color: #e0c344;
}
#price2 .boxpreco {
	background-color: #59a839;
}
#price3 .boxpreco {
	background-color: #cd1320;
}

#planos .preco {
    padding-top: 20px;  
    vertical-align: middle;
}

#planos .preco p {
    font-size: 16px;
    text-align: right;
    color: #FFF;
}

#planos h3 {
    text-transform: uppercase;
    font-family: 'Nexa';
    text-transform: uppercase;
    font-size: 52px;
    color: #231f20;
    margin-bottom: 5px;
    margin-top: 30px;
    font-weight: normal;
}

#planos p{
    color: #231f20;
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
}

.left {
    float: left;
    padding-left: 15px;
    color: #fff;
    font-size: 30px;
    vertical-align: middle;
    padding-right: 5px;
}

.right {
    float: right;
}

.right img {
    margin-right: 15px;
    margin-top: -10px;
}

.custo {
    font-size: 60px;
    color: #FFF;
    font-family: 'Open Sans';
    float: left;
    line-height: 40px;
}

#price1 .topo img {
    padding-top: 60px;
}

.cliente2 {
    margin-top: 3%;
    max-width: 100%;
    margin-left: 34px;
}

#planos input {
    max-width: 70%;
    background-color: #FFF;
    border: 1px solid #ccc;
}

.quero {
    font-family: 'Nexa';
    font-weight: 300;
    color: #231f20;
    font-size: 52px;
    text-transform: uppercase;
}

input#submit-contact{
    width: 200px;
    background-color: #0069e8;
    color: #FFF;
    border: none;
}

.contact-button, .general_bg {
    background-color: #FFF!important;
}

#caracteristicas {
    padding-top: 150px;
    padding-bottom: 150px;
        min-height: 690px;
}

#planos ul li {
    list-style: none;
    font-family: 'Open Sans', sans-serif;
    color: #231f20;
    margin-left: -15px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 5px;
}

#planos .preco {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	line-height: 35px;
}

#planos .preco span {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	color: #FFF;
	font-size: 50px;
}

#planos .preco b {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	color: #FFF;
	font-size: 30px;
	
}

.folder a {
	color: #FFF;
}

.verde {
    padding-right: 10px;
}

.contact-form input[type="text"], .contact-form input[type="email"] {
    color: #b0b0b0;
    border: none;
    padding: 10px;
    font-family: arial;
    width: 100%;
    background-color: #ebebeb;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-bottom: 15px;
    font-size: 14px;
    max-width: 100%;
}

.object {
    position: absolute;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}



#axis:hover .barra1 {
    transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
    -o-transform: rotate(-50deg); 
    -moz-transform: rotate(-50deg);
}

#axis:hover .barra2 {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);
}

#axis:hover .barra3 {
    transform: rotate(160deg);
    -webkit-transform: rotate(160deg);
    -o-transform: rotate(160deg); 
    -moz-transform: rotate(160deg);
}

#axis:hover .barra4 {
    transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    -o-transform: rotate(150deg); 
    -moz-transform: rotate(150deg);
}

#axis .barra1 {
    right: 0;
    margin-right: -15px;
    margin-top: -100px;
}

#axis .barra2 {
    right: 0;
    margin-right: -15px;
    margin-top: -50px;
    transform: rotate(-60deg);
}

#axis .barra3 {
    left: 0;
    margin-left: 0;
    margin-top: -100px;
    transform: rotate(110deg);
}

#axis .barra4 {
    left: 0;
    margin-left: 10px;
    margin-top: -80px;
    transform: rotate(120deg);
}

.efeito1, .efeito2, .efeito3, .efeito4 {
    display: none;
    -webkit-transition: all .3s ease 15s;
    -moz-transition: all .3s ease-out .15s;
    -o-transition: all .3s ease-out .15s;
    -ms-transition: all .3s ease-out .15s;
    transition: all .3s ease-out .15s;
}


.effect1, .effect3 {
    min-height: 250px;
}

.effect3, .effect4 {
    text-align: right;
}

.mobile {
    display: none;
}

#intro-mobile {
    display: none;

}

@media (max-width: 520px){
    .intro-chamada {
        display: none;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }
    #caracteristicas {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .cliente {
        margin-top: 0px;
    }

    .planos {
        padding: 25px;
    }

    #price1, #price2, #price3 {
        margin-bottom: 20px;
    }

    #price3 {
        margin-top: -20px;
    }

    #planos h3 {
        text-align: center;
    }

    .img-marca {
        max-width: 30%;
    }

    #intro {
        display: none;
    }

    #intro-mobile {
        display: block;
        padding-top: 120px;
    }

    .navbar-nav {
    width: 100%;
    background-color: #FFF;
}
}

.geek {
    max-width: 100%;
    width: 100%;
}

.contact-button a {
    color: #FFF;
}

.contact-button .folder {
    width: 200px;
}

.contact-form {
    margin-top: 100px;
}

a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.marca {
    background-color: transparent;
    margin-top: 7%;
}

.marca .img-marca {
    max-width: 100%;
}

.barraCel {
    transform: rotate(-44deg);
}

.img-mobile {
    max-width: 70%;
}

.desconto {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #454c53;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}

.one .effect1{
	display: block;
}



#exclusivo {
	background: url('../img/bg-exclusivo.png') no-repeat bottom center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 680px;
  padding-top: 35px;
}

#exclusivo h2 {
	font-family: 'Nexa';
	font-size: 51px;
	color: #FFF;
}

#exclusivo p {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #FFF;
}
