/* BASICS */
    body, html {height:100%; margin:0}
    #index{height:100%; overflow-y:scroll}

    #cont{  background-color:#fff;
            float:left;
            height:auto; width:100%;
            z-index:1;
            overflow-x: inherit;    }

        .img-cover {
            width: 100%;
            float: left}

        .float-btao {
            bottom:50px;
            right:50px;
            position:fixed;
            float:right;
            width:70px;
            height:70px;
            background-color:#189d0e;
            z-index:99;
            border-radius: 35px;
            box-shadow: 2px 3px 6px 0px #0000004a}

        .float-btao:hover {
            bottom:50px;
            right:50px;
            position:fixed;
            float:right;
            width:70px;
            height:70px;
            background-color:#f05836;
            z-index:99;
            border-radius: 35px;
            box-shadow: 2px 2px 1px 0px #0000004a}

        .social-ic{
            padding:0;
            border-radius:10px;
            width:auto;
            float:right; margin-left: 10px;
            margin-top: 3px}
          
        .fab.fa-instagram,
        .fab.fa-facebook,
        .fab.fa-whatsapp,
        .far.fa-envelope,
        .fab.fa-youtube{
            font-size:34px;
            color:#fff;
            margin-left:20px;
            margin-top:17px}

        .fas.fa-bars{display:none}
          
        .fab.fa-instagram:hover,
        .fab.fa-facebook:hover,
        .fab.fa-whatsapp:hover,
        .fab.fa-whatsapp2:hover
        .far.fa-envelope:hover,
        .fab.fa-youtube:hover{
          color:#fff;transition:1s}

        .ic{
            width: 30px;
            height: 30px;
            margin-right: 20px;
            float: right;
            position: absolute;
            display: block;
            right: 0;
            top: 50%;
            margin-top: -15px;
            }

    a:active {text-decoration:none}
    a{color:#0000c4; text-decoration:none}
    a:hover{color:#ff5731; text-decoration:none}
    a img {border:0;}
    li{list-style:none}
    img.escala{width:100%;margin-bottom: -4px}      img.escala2{height:100%;margin-bottom: -4px}

div{display:block; position: relative}

.logoservicos{width:150px}


.quad p,.quad2 p, .txt p, .box-text-2 p, .box-text-3 p, .box-text-4 p, .txt-tri p{
    font:24px 'Montserrat', sans-serif;
    font-weight:700;
    line-height:28px;
    letter-spacing: 0.5px;
    color:#000}

.foot-txt p{
    font:16px 'Montserrat', sans-serif;
    color:#6D6E71;
    line-height:22px;
    letter-spacing: 0.5px}

.box-text-3 p, .txt-tri p{color:#000}

.left-default.box-text-3 p {
    color:#fff;
    text-transform:uppercase}

p.assin{
    font-size:26px;
    margin-top:50px}

p.legenda{
    font-size:17.5px;
    font-weight:200;
    margin-top: 10px;
    line-height: 18px}

p.assin2{
    font: 32px 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 36px;
    margin-top: 20px}

p.title, p.title-home {
    font-family:'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700}

p.title{color:#000}
p.title-home{color:#000; margin-top: 0;}

p.title-page {
    font-family:'Montserrat', sans-serif;
    font-size: 34px; color:#fff;
    font-weight: 600;
    margin: 30px 0 10px 0;
    text-align:left; letter-spacing:1px;

    text-transform:uppercase;}

span.title2{
    font-size:48px; line-height:42px;}

p.subtitle{font:16px Montserrat, sans-serif}
p.subtitle-2{
    font:14px Montserrat, sans-serif;
    text-transform: uppercase;
    margin-top:0}

p.botao, input.botao, input.botao:hover {
    padding: 20px 25px 20px 25px;
    float:right;
    right:0; margin-right:0;
    font:22px 'Montserrat', sans-serif;
    font-weight:700}

aside, section{display:block}

p.botao, input.botao {border:0; background-color:#189d0e; color:#fff}
p.botao:hover, input.botao:hover {border:0; background-color:#f05836; color:#fff;}

p.botao{margin-top:35px; top:-18.6px; position:relative; margin-bottom:0}

.txt{
    width:60%;
    margin-top: 200px;
    margin-bottom:-100px;
    float:left;
    position:relative;
    left:16%;
    border-radius:8px;
    padding:20px 4% 0 4%}

.menu-mobile, .menu-box{display:none}

/* MENU FIXED */

    .top100{padding-top:100px}

    .home, .home:hover{
        height:50px; width:304px; float:left;
        margin-top:77px; margin-left:20%;
        background-image:url("imgs/nanosfera_logo.png");
        background-repeat:no-repeat;
        background-color:transparent;
        background-size:cover}

    .foto-perfil .home{position:fixed; background-position: -50% 0}
    .home:hover{position:fixed; background-position:-50% 100%}

    .menu-bar, .menu-index{
        position: fixed;
        _position: absolute;
        _top: expression(body.scrollTop + document.body.clientHeight - 35 + "px");
        height:72px; width:100%;
        margin-top:0; padding:0; top:0;
        float:left;
        display:block;
        z-index:900;
        background-color:#fff}

    .lista, .lista-2{
        position:absolute;
        width: 100%}
    .lista{display:block;}
    .lista-2{display:none}

    .menu-index ul {
        position:relative;
        width:100%;
        list-style-type:none;
        overflow:hidden;
        float:left;
        left:50%;
        background-color:transparent}

    .menu-bar ul {
        position:fixed;
        width:auto;
        list-style-type:none;
        overflow:hidden;
        top:0; float:right;
        margin:90px 20% 0 0;
        right:0;
        background-color:transparent}

    .menu-bar li, .menu-bar li a:hover,
    .menu-index li, .menu-index li a:hover {
        float:left; list-style:none}

    .menu-bar a.bt-on, .menu-bar a.bt-on:hover {
        color:#fff;
        border:0}

    .menu-bar li a, .menu-index li a {
        font:18px 'Montserrat', sans-serif;
        font-weight:700;
        letter-spacing:0.5px;
        display: block;
        margin:0 40px 0 4px; padding:0;
        text-decoration:none}

    .menu-bar li a{padding-bottom:28px}
    .menu-bar li a:hover{padding-bottom:22px}

    .menu-index li a{padding:0}
    .menu-index li a:hover{padding:0; color:#000}

    .menu-bar li a, .menu-index li a {
        color:#fff}

    .menu-bar li a:hover{
        color:#ff5731;
        transition:0.5s}

    .menu-bar a.bt-on, .menu-bar a.bt-on:hover,
    .menu-bar li a, .menu-bar li a:hover{padding: 4px 5px;}

    .card{
        width:29%;
        margin:0;
        padding: 0;
        display: inline-block}

    .card-2{
        width:20%; height:auto;
        margin:0;  padding:0;
        display:table-cell;}

/* MENU */
    .box-2 ul {
        width:auto;
        list-style-type:none;
        overflow:hidden;
        top:0; float:left;
        margin-top: 20px;
        left:0;
        background-color:transparent;
        position: relative; z-index:900;}

    .box-2 li{
        font:20px 'Montserrat', sans-serif; color:#fff;
        letter-spacing:1px;
        text-align: center;
        text-decoration: none;
        background-color:#7d47a9;
        padding: 10px 25px 10px 25px;
        margin-top:0;
        border:0;
        border-radius:4px;}
/* PARALLAX E MOBI */
    
    .height33{height:33%}
    .mobi{display:none}

.menu-bar{
	position:fixed;
	_position:absolute;
	_top: expression(body.scrollTop + document.body.clientHeight - 35 + "px");
	height:153px; width:100%;
	margin-top:0; padding:0; top:0;
	float:left;
	display:block;
	z-index:500;
	background-color:#000;
	background-attachment:fixed;
	background-repeat:repeat}

.logo-hero{display:none}

.margintop{ margin-top:200px}

.box-home, .box-home-1, .box-home-m {
    padding-bottom: 30px;
    height: auto;
    width: 100%;
    background-color:#fff;
    float: left}

.box-home-m.slide4{display:none}
.box-home-1.slide4{display:block}


.info{width:100%;    margin:0}

 p.massa{
    font:22px 'Montserrat', sans-serif;
    font-weight:100; margin-top:0;
    line-height:34px;}

.box-text{                  float:right; height:auto; width:55%; margin-right:5%}

.box-text-2,.box-text-4{
    float:left; height:auto;
    margin-top: 20px;
    margin-bottom: 20px}

.box-text-2{                width:100%; margin-left:0}
.box-gif{                width:40%; margin-left:30%}
.box-text-3{                width:60%;}
.box-btao{width:auto; margin-left:40px;}

.box-btao02{
    width: auto;
    float:left;
    margin-left: -154.5px;
    left: 50%;}

.box-text-4{                width:100%; display:none}

.left20{ margin-left:20%; float:left}
.left{float:left;}
.right20{ margin-right:20%; float:right}
.right{ float:right}
.left-default{margin-left:38px}

.box-text li, .box-text li:hover, .box-text-3 li, .box-text-3 li:hover{
	font:20px 'Montserrat', sans-serif;
	padding:15px 20px 15px 20px;
	display:inline-block; letter-spacing:1px;
    transition:0.5s;
    border-radius:4px}

.box-text li, .box-text-3 li{	color:#fff; background-color: #7d47a9;}
.box-text li:hover, .box-text-3 li:hover{color:#7d47a9; background-color:#efdbff; border-radius: 4px;}

.box-img,.box-img-2 {
    height:auto; float:left;
    overflow:hidden}
.box-img{width:30%; margin-left:5%}
.box-img-2 {width:49%; margin-left:0}

/* FOOT */

    .box-foot{
        letter-spacing:1px;
        padding-top:40px; padding-bottom:40px;
        float:left;
        width:auto; margin-left:5%;
        background-color:#fff;
        overflow:auto}

    .box-foot2{
        letter-spacing:1px;
        padding-top:40px; padding-bottom:40px;
        float:right;
        width:auto; margin-right:5%;
        background-color:#fff;
        overflow:auto}

    .grey{
        padding-top:20px;
        padding-bottom:20px;
        text-align:center}
    .grey p{
            text-align:center;
            font:14px Barlow, Sans-Serif; color:#000;
            font-weight:400; margin:0}

    .grey p a{color:#000; font-weight:600}
    .grey p a:hover{color:#ff5731}

    .foot-info{
        position: relative;
        margin-left:-140px;
        float:left;
        text-align:center;
        width:280px;
        left:50%}

    img.foot{
        width:150px; height:auto;
        padding:0; float:left;
        left:50%; position:relative; margin: 0 0 20px -75px;}

    .box-foot a, .box-foot2 a{color:#58595b; text-decoration:none; transition: 0.5s;}
    .box-foot a:hover, .box-foot2 a:hover;{color:#00AEEF; text-decoration:none;}

    .foot-logo{margin-bottom:10px; padding:0;}

    .foot-txt{
        margin:0; padding:0;
        float:left;
        text-align:left;
        width: 100%;}

    .foot-txt p{
        padding: 0;
        margin: 10px 0 0 0;
        text-align: center;}

    .content-info{
        width:118px;
        position:relative;
        height:auto;
        left:50%;
        margin-left:-48.25px}

/* CONTATO FORM */

    .faixa {
        width: 100%;
        float: left}

    .box-icon{
        margin-top:30px; margin-bottom:30px;
        overflow:auto;
        padding:30px 20px 30px 20px;
        background-color:#9a59ce}
    .icon{
        width:30%;
        float: left;
        margin-left:5%}
/* SOCIAL BOX */

    .box-social{
        height:20px; width:auto;
        float:left;
        display:block;
        background-color:transparent}

    .box-social-txt{
        font:16px 'Montserrat', sans-serif;
        color:#e2bdff; letter-spacing:1px; padding-top:6px;
        width:auto; float:left}

    .menu-foot{
        font:16px 'Montserrat', sans-serif;
        color:#989898; letter-spacing:1px;
        width:100%; float:left}

    .margin10{margin-right:10px}


/*
    @media (max-width: 1390px) {
        span.title2 {
            font-size: 38px;
            line-height: 42px}

        .left20, .home, .home:hover {
            margin-left:18%}
        .right20, .menu-bar ul {
            margin-right:18%}

        .box-text-2{width:300px;}

    }

    WEB 2 
    @media (max-width: 1240px) {

        .left20, .home, .home:hover {
            margin-left:15%}
        .right20, .menu-bar ul {
            margin-right:15%}
        .box-text-3 { width: 40%}

    p.assin, p.assin2{margin-top:35px}

    }

    WEB 2
    @media (max-width: 1140px) {

        .left20, .home, .home:hover {
            margin-left:12%}
        .right20, .menu-bar ul {
            margin-right:12%}
        
    }*/

/* MOBILE */
    @media (max-width: 850px) {

        .box-home-m.slide4{display:block}
        .box-home-1.slide4{display:none}

        .box-gif{
            margin-top:20px; width:100%; margin-left:0}

        .box-home, .box-home-1{padding:0}
        .box-text-2{display:none; margin-bottom:0}
        .box-text-4{display:block; margin-bottom:20px}
        p.assin2{
            font: 26px 'Montserrat', sans-serif;
            font-weight: 700;
            line-height: 28px;
            margin-top: 20px}

        .margintop {
            margin-top: 100px}

        .fas.fa-bars{
            font-size:24px;
            color:#fff; margin-top:24px; margin-left:5%;
            float: left;
            display:block}

        .quad p.title,.quad2 p.title, .txt p.title {font-weight: 600}
        .parallax, .parallax-b{height:auto; float:left}
        .content-info{width:100%; float:left; margin-left:-68.44px}
        .box-social{height:40px}
        .foot-txt p{font-size:18px; margin-top:20px}
        .foot-info {
            margin-left:5%;
            float:left; width:90%; left:0}

        img.foot{width:150px; margin: 0 0 25px -75px}

        span.title2 {
            font-size: 32px;
            line-height: 24px;
        }

        /* SIDENAV */
            .home, .home:hover{
                height:31px; width:188px;
                left:50%; margin-left:-94px; margin-top:20px;
                position:absolute}
            .menu-bar ul{display:none}
            .menu-bar{height:67px}
            .menu-box {
                position:absolute;
                width:85%; height:100%;
                display:block;
                background-color:#fff;
                overflow:hidden}
            .menu-mobile{
                float:left;
                width:26px; height:26px;
                display:block;
                margin-top:23px; margin-left:15px;
                background-image:url("imgs/burguer.svg");
                background-repeat:no-repeat;
                background-color:transparent;
                background-size:cover}

            .sidenav{
                height:100%; width:0;
                position:fixed; top:0; left:0;
                overflow-x:hidden;
                transition:0.5s;
                z-index:999}
            .sidenav a{
                text-decoration:none;
                color:#00AEEF;
                display:block;
                transition:0.3s}
            .sidenav a:hover{
                color:#fff;
                background-color:#ff5731}

            .sidenav ul {margin-top:50px; margin-right:50px}
            .sidenav a, .sidenav ul a, .sidenav ul a:hover, .offcanvas a:focus{
                font:32px 'Montserrat', sans-serif;
                font-weight:600; color:#000;
                line-height:45px;
                padding:2px 0 2px 32px}
            .sidenav .closebtn, .sidenav .closebtn:hover {
                font:40px 'Montserrat', sans-serif;
                position:absolute;
                font-weight:600;
                top:0; right:0; margin-right:10px}
            .sidenav a.bt-on {
                font-weight:500; color:#000;
                border-left:8px solid #00AEEF}

            img.logo{width:100px;height:auto; float:left; margin-left:32px;}

            .compendium-1{width:100%; margin:32px 0 32px 0; float:left}
            .compendium{width:100%; height:auto; float:left}

            .box-text li{font-size:16px; padding:15px 16px 15px 16px;}
            img.escala2{width:100%}
            h1{font-size:48px}
            span.big {font-size:60px}

            .logo-hero{
                position:absolute;
                height:auto; width:180px;
                float:left;
                margin-left:-90px; margin-top:-55px;
                top:50%; left:50%;
                padding:0;
                background-color:transparent;
                display:block;
                z-index:99}

            .mobi{display:block; overflow:hidden}

            .box-2{position:absolute; width:100%}
            .box-text{width:90%; margin-right:5%}
            .box-text-2, .box-text-3{width:90%; margin-left:5%}
            .box-text-2, .box-text-3{margin-bottom:0}
            .box-foot{margin-left:5%}
            .box-img {
                height:auto; width:90%;
                margin-left:5%; margin-bottom:40px}

            .box-img-2 {width:100%}
            .img-large{width:90%; margin-left:5%}

            .box-contact {
                width:90%; height:auto;
                margin-left:5%; float:left;
                text-align:left;
                display:block}

            .sidenav ul{width:200px; margin-right:70px; float:left;}
            .sidenav .closebtn, .sidenav .closebtn:hover {font-size:70px; margin-right:20px}

            .icon{margin-top:30px; width:100%; margin-left:0}
            .right20{margin-right:5%}

            .fab.fa-instagram, .fab.fa-facebook, .far.fa-envelope, .fab.fa-youtube{
                font-size:25px}

        }
