

/*
=============             =============
:::::::::::::  BODY HTML  :::::::::::::
=============             =============
*/

body, html {
    padding: 0;
    margin:0;
    height: 100%;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    background-color: #f3f3f3;
}


/*
=============           =============
:::::::::::::  BAR TOP  :::::::::::::
=============           =============
*/

.bar-top {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    background-color: #ff1660;
    padding-bottom: 5px;
    padding-top: 12px;
}

.bar-top p {
    color: #c0c0c0;
    font-size: 16px;
    font-weight: 300;
}

.bar-top.bar-scroll {
    display: none;
}
    
    

/*
=============             =============
:::::::::::::  MAIN MENU  :::::::::::::
=============             =============
*/

.main-menu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding-bottom: 30px;
    z-index: 99;
    background-color: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.main-menu ul {
    margin-top: 10px;
    height: 60px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.main-menu ul li {
    margin-left: 10px;
}

.main-menu ul li .link {
    display: block;
    padding: 20px 0px; 
    height: 60px;
    color: #353535;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.main-menu ul li .link:hover, .main-menu ul li .link:active, .main-menu ul li .link:focus {
    color: #dd276b;
    text-decoration: none;
}

.main-menu ul li.active .link {
    color: #dd276b !important;
}

.main-menu #btn-menu-bars {
    font-size: 36px;
    cursor: pointer;
    color: #353535;
}

.main-menu #btn-menu-bars:hover {
    color: #dd276b;
}

.main-menu img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.main-menu.menu-scroll, .main-menu.menu-fixed {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.1);
    box-shadow: 0 5px 5px rgba(0,0,0,.1);
}

.main-menu.menu-scroll img, .main-menu.menu-fixed img {
    width: 210px;
}

.main-menu.menu-scroll ul, .main-menu.menu-fixed ul {
    height: 40px;
}

.main-menu.menu-scroll .link, .main-menu.menu-fixed .link {
    height: 40px;
    padding: 0px;
}


/*
=============                 =============
:::::::::::::  MENU COLLAPSE  :::::::::::::
=============                 =============
*/

.box-menu-collapse {
    position: fixed;
    top: 0px;
    right: -300px;
    width: 250px;
    height: 100%;
    background-color: #fff;
    z-index: 999999;
    overflow: scroll;
}

.box-menu-collapse ul {
    margin-top: 30px;    
}

.box-menu-collapse ul li {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
}

.box-menu-collapse ul li a {
    display: block;
    width: 100%;
    height: 50px;
    padding: 10px 30px;
    color: #353535;
    font-size: 20px;
    font-weight: 300;
    text-align: right;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-decoration: none;
    border-right: 5px solid #fff;
}

.box-menu-collapse ul li a.active, .box-menu-collapse ul li a:hover {
    color: #dd276b;
    padding-right: 40px;
    border-right: 5px solid #dd276b;
}

.box-menu-collapse #btn-collapse-menu-bars {
    text-align: right !important;
}

.box-menu-collapse .btn-close-collapse {
    margin-top: 30px;
    display: block;
    width: 100%;
    height: 50px;
    padding: 10px 30px;
    color: #dd276b;
    font-size: 20px;
    font-weight: 300;
    text-align: right;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-decoration: none;
}

.box-menu-collapse .btn-close-collapse:hover {
    padding-right: 40px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.box-menu-collapse .btn-close-collapse:hover .lnr-cross {
    transform: rotate(90deg);
}

.img-left-menu-collapse {
    position: fixed;
    background-image: url(../img/back-menu.png);
    right: -90px;
    width: 85px;
    height: 100%;
    top: 0px;
    z-index: 999999;
}

.box-menu-collapse .shadow-bottom-white {
    position: fixed;
    bottom: 0px;
    right: -250px;
    height: 70px;
    width: 250px;
    background-image: url(../img/shadow-bottom-white.png);
}

.box-shadow {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,.2);
    z-index: 99999;
}



/*
=============        =============
:::::::::::::  CHAT  :::::::::::::
=============        =============
*/

#chat {
    position: fixed;
    padding: 0px 70px;
    top: 270px;
    right: -340px;
    background-color: #f2f2f2;
    border-radius: 20px;
    z-index: 999;
    background-image: url(../img/img-chat-vertical.jpg);
    background-position: left;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 0px 8px rgba(0,0,0,.1);
    box-shadow: 0 0px 8px rgba(0,0,0,.1);
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    cursor: pointer;
}

#chat:hover {
    right: -325px;
}

#chat.chat-collapse {
    right: -70px;
}

#chat h4 {
    font-size: 20px;
    color: #42ae3d;
}

#chat p {
    color: #999;
    line-height: 16px;
    font-size: 12px;
}

#chat .part-1, #chat .part-2 {
    float: left;
}

#chat .btn-close {
    position: absolute;
    top: -27px;
    left: 235px;
    padding: 5px 8px;
    font-size: 12px;
    color: #999;
    background-color: #fff;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 99;
}

#chat .btn-close:hover {
    color: #c84e4e;
}



/*
=============               =============
:::::::::::::  DIVISORES  :::::::::::::
=============               =============
*/


.back-top-white, .back-top-magenta, .back-top-yellow, .back-top-green, 
.back-top-gray, .back-top-blue {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    z-index: 9;
}

.back-top-white {
    margin-top: -50px;
    height: 50px;
    background-image: url(../img/back-top-white.png);
}


.back-top-magenta {
    margin-top: -140px;
    height: 150px;
    background-image: url(../img/back-top-magenta.png);;
}

.back-top-yellow {
    margin-top: -140px;
    height: 150px;
    background-image: url(../img/back-top-yellow.png);
}

.back-top-green {
    margin-top: -140px;
    height: 150px;
    background-image: url(../img/back-top-green.png);
}

.back-top-gray {
    margin-top: -140px;
    height: 150px;
    background-image: url(../img/back-top-gray.png);
}

.back-top-blue {
    margin-top: -140px;
    height: 150px;
    background-image: url(../img/back-top-blue.png);
}

.back-top-footer {
    margin-top: -180px;
    height: 200px;
    background-image: url(../img/back-top-footer.png);
}



/*
=============                       =============
:::::::::::::  SLIDE - STREET VIEW  :::::::::::::
=============                       =============
*/

#street-view-360-slide {
    height: 100%;
    z-index: 0;
    position: relative;
    overflow: hidden;
    transform: translateZ(0px);
    background-color: rgb(229, 227, 223);
}

.shadow-slide {
    position: absolute; 
    width: 100%; 
    height: 100%; 
    background-image: url(../img/backslide-1.png);
    background-color: rgba(0,0,0,.5); 
    background-position: bottom;
    background-repeat: no-repeat;
    left: 0px; 
    top: 0px; 
    z-index: 0;
}

    


/*
=============                               =============
:::::::::::::  PAGINA - GOOGLE STREET VIEW  :::::::::::::
=============                               =============
*/

#google-street-view {
    padding: 80px 0px;
    background-color: #fff;
}

#google-street-view h1 {
    font-size: 50px;
    font-weight: 400;
    color: #dd276b;
}

#google-street-view h4 {
    font-size: 26px;
    font-weight: 500;
    color: #3f3e3e;
    line-height: 32px;
}

#google-street-view p {
    font-size: 24px;
    font-weight: 300;
    color: #3f3e3e;
    line-height: 30px;
}



/*
=============              =============
:::::::::::::  VIDEO PLAY  :::::::::::::
=============              =============
*/

#video-play {
    position: relative;
    padding: 35px 0px;
    background-color: #01376d;
    cursor: pointer;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

#video-play img {
    position: absolute;
    margin-top: -100px;
    right: 20px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

#video-play:hover {
    background-color: #62b351;
}

#video-play:hover img {
    transform: scale(.9);
} 

#video-play h3 {
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    line-height: 32px;
}



/*
=============                  =============
:::::::::::::  VIDEO - IFRAME  :::::::::::::
=============                  =============
*/

.box-video {
    position: fixed;
    top: 130px;
    width: 100%;
    display: none;
    z-index: 99999;
}

.box-video iframe {
    display: block;
    width: 78%;
    height: 500px;
    margin: 0 auto;
}

.box-video .title {
    position: absolute;
    font-size: 28px;
    color: #fff;
    top: -60px;
    left: 140px;
    font-weight: 300;
    background-color: transparent;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.box-video .btn-close-video {
    padding: 6px 11px;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -50px;
    border: 1px solid #fff;
    right: 70px;
    background-color: transparent;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.box-video .btn-close-video:hover {
    background-color: #fff;
    color: #999;
}

.box-shadow-video {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,.8);
    z-index: 9999;
}

.box-shadow-video.active, .box-video.active {
    display: block;
}




/*
=============            =============
:::::::::::::  EXEMPLOS  :::::::::::::
=============            =============
*/

#exemplos {
    padding: 130px 0px;
    padding-bottom: 230px;
    background-image: url(../img/back-exemplos.jpg);
}

#exemplos h1 {
    color: #fff;
    font-weight: 300;
}

#exemplos .img-item {
    padding: 18px;
    position: relative;
    float: left;
    text-align: center;
    opacity: .5;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#exemplos .img-item:hover {
    opacity: 1;
}

#exemplos .img-item img {
    border: 1px solid transparent;
}

#exemplos .img-item:hover img {
    border: 1px solid #fff;
}


#exemplos .img-item .icon-360 {
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    background-image: url(../img/icon-360.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

#exemplos .img-item:hover .icon-360 {
    display: block;
}


/* TAGS CATEGORIES */

#tags-categories {
    background-image: url(../img/back-exemplos.jpg);
}

#tags-categories .box-category li {
    float: left;
    padding: 6px 14px;
    border-radius: 100px;
    background-color: transparent;
    border: 1px solid #999;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #999;
    font-size: 18px;
    margin-right: 5px;
}

#tags-categories .box-category li:hover, #tags-categories .box-category li.active {
    background-color: #fff;
    color: #333;
    cursor: pointer;
    border: 1px solid #fff;
}


/*
=============                 =============
:::::::::::::  COMO FUNCIONA  :::::::::::::
=============                 =============
*/

#como-funciona {
    padding: 80px 0px;
    padding-bottom: 220px;
    background-color: #fff;
}

#como-funciona h1 {
    color: #606161;
    font-size: 60px;
    font-weight: 500;
}

#como-funciona h4 {
    color: #606161;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
}

#como-funciona h2 {
    color: #dd276b;
    font-size: 30px;
    font-weight: 500;
}

#como-funciona p {
    color: #606161;
    font-size: 18px;
    font-weight: 300;
}



/*
=============                   =============
:::::::::::::  PLANOS E PREÇOS  :::::::::::::
=============                   =============
*/

#planos-e-precos {
    padding: 80px 0px;
    padding-bottom: 220px;
    background-color: #fef7df;
}

#planos-e-precos h1 {
    color: #606161;
    font-size: 60px;
    font-weight: 500;
}

#planos-e-precos h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
}

#planos-e-precos h3 {
    color: #606161;
    font-size: 38px;
    line-height: 56px;
    font-weight: 300;
}

#planos-e-precos h3 strong {
    color: #606161;
    font-size: 52px;
    line-height: 56px;
    font-weight: 600;
}

#planos-e-precos h4 {
    color: #868686;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
}

#planos-e-precos h4 strong {
    color: #5a5b5b;
    font-weight: 400;
}

#planos-e-precos p {
    color: #606161;
    font-size: 18px;
    font-weight: 300;
}

#planos-e-precos .box-plan {
    height: 700px;
    background-color: #fff;
    border: 1px solid #b8b8b8;
    border-bottom: 5px solid #f1c03a;
}

#planos-e-precos .box-plan .title-plan {
    padding: 15px;
    text-align: center;
    background-color: #5a5b5b;
}




/*
=============                =============
:::::::::::::  VISIBILIDADE  :::::::::::::
=============                =============
*/

#visibilidade {
    padding: 80px 0px;
    padding-bottom: 180px;
    background-color: #fff;
}

#visibilidade h1 {
    color: #63b251;
    font-size: 60px;
    font-weight: 500;
}

#visibilidade h4 {
    color: #606161;
    font-size: 28px;
    font-weight: 300;
}

#visibilidade p {
    color: #606161;
    font-size: 24px;
    font-weight: 300;
}




/*
=============                =============
:::::::::::::  ESTATISTICAS  :::::::::::::
=============                =============
*/

#estatisticas {
    padding: 30px 0px;
    padding-bottom: 220px;
    background-color: #f8f8f8;
}

#estatisticas h1 {
    color: #424242;
    font-size: 48px;
    font-weight: 500;
}

#estatisticas p {
    color: #606161;
    font-size: 20px;
    font-weight: 300;
}





/*
=============                    =============
:::::::::::::  ENTRE EM CONTATO  :::::::::::::
=============                    =============
*/

#entre-em-contato {
    padding: 80px 0px;
    padding-bottom: 280px;
    background-color: #fff;
}

#entre-em-contato h1 {
    color: #3592cc;
    font-size: 60px;
    font-weight: 500;
}

#entre-em-contato h2 {
    color: #63b251;
    font-size: 50px;
    font-weight: 500;
}

#entre-em-contato h3 {
    color: #63b251;
    font-size: 40px;
    font-weight: 500;
}

#entre-em-contato h4 {
    color: #606161;
    font-size: 30px;
    font-weight: 300;
}

#entre-em-contato p {
    color: #606161;
    font-size: 20px;
    font-weight: 300;
}

.input-error {
    border: 1px solid red;
}

.alert-form {
    display: none;
    z-index: 99;
    position: absolute;
    top: -85px;
    right: 0px;
    width: 264px;
    height: 92px;
    background-image: url(../img/alert-form.png);
}



/*
=============          =============
:::::::::::::  FOOTER  :::::::::::::
=============          =============
*/

#footer {
    padding: 30px 0px;
    padding-bottom: 30px;
    background-color: #f8f8f8;
}

#footer h4 {
    color: #606161;
    font-size: 18px;
    font-weight: 500;
}

#footer h2 {
    color: #de226b;
    font-size: 16px;
    font-weight: 500;
}

#footer h3 {
    color: #3592cc;
    font-size: 16px;
    font-weight: 500;
}

#footer p {
    color: #606161;
    font-size: 16px;
    font-weight: 300;
}

#footer .area-links a {
    color: #606161;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

.bar-bottom {
    padding: 20px 0px;
    background-color: #515151;
}

.bar-bottom p {
    color: #ccc;
    font-size: 16px;
}



/*
=============             =============
:::::::::::::  PORTFOLIO  :::::::::::::
=============             =============
*/

#header-portfolio {
    padding: 50px 0px;
    margin-top: 40px;
    background-image: url(../img/backslide-2.jpg);
    background-position: top;
    color: #fff;
}

#header-portfolio h1 {
    font-weight: 300;
}



/*
=============                =============
:::::::::::::  SIZE DEVICES  :::::::::::::
=============                =============
*/


@media (max-width: 1199px) {

    /* MAIN MENU */
    
    .main-menu ul {
        margin-top: 0px;
    }
    
    .main-menu ul li .link {
        font-size: 16px;
    }
    
    /* MAIN MENU - SCROLL */
    
    .main-menu.menu-scroll ul, .main-menu.menu-fixed ul {
        margin-top: 10px;
    }

}


@media (max-width: 991px) {

    .main-menu ul {
        margin-top: 10px;
    }
    
    #video-play h3 {
        font-size: 22px;
    }
    
    #planos-e-precos .box-plan {
        height: 440px;
    }
    
    #visibilidade h1 {
        font-size: 46px;
    }
    
    #visibilidade h4 {
        font-size: 22px;
    }
   
    #visibilidade p {
        font-size: 22px;
    }
    
    .box-video iframe {
        width: 100%;
    }
    
    .box-video .title {
        left: 20px;
    }
    
    .box-video .btn-close-video {
        top: -60px;
        right: 20px;
    }
}


@media (max-width: 767px) {
    
    /* BAR TOP */
    
    .bar-top {
        margin-bottom: 20px;
    }
    
    .bar-top p {
        font-size: 14px;
    }
    
    
    /* MAIN MENU */
    
    .main-menu {
        padding-bottom: 20px;
    }
    
    .main-menu ul {
        margin-top: 5px;
        height: 45px;
    }

    .main-menu ul li .link {
        height: 45px;
    }
    
    
    #google-street-view h1 {
        font-size: 40px;
    }
    
    #google-street-view h4 {
        font-size: 20px;
    }
    
    #google-street-view p {
        font-size: 20px;
    }
    
    #video-play {
        padding: 22px 0px;
    }
    
    #video-play img {
        margin-top: -50px;
        right: -10px;
    }
    
    #video-play h3 {
        font-size: 18px;
        line-height: 22px;
    }
    
    #como-funciona h1 {
        font-size: 42px;
    }
        
    #como-funciona h4 {
        font-size: 22px;
    }
    
    #planos-e-precos {
        padding: 0px 0px;
        padding-bottom: 220px;
    }
    
    #planos-e-precos h1 {
        font-size: 44px;
    }
    
    #planos-e-precos .box-plan {
        height: 710px;
    }
    
    #visibilidade {
        padding: 0px 0px;
        padding-bottom: 220px;
    }
    
    #estatisticas {
        padding: 0px 0px;
        padding-bottom: 220px;
    }
    
    #estatisticas h1 {
        font-size: 36px;
    }
    
    #entre-em-contato h1 {
        font-size: 38px;
    }
    
    .box-video iframe {
        height: 210px;
        margin-top: 20px;
    }

}