/*@font-face{
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Light.woff');
} 

@font-face{
    font-family: 'HelveticaThin';
    src: url('../fonts/HelveticaThn.woff');
    font-weight: normal;
    font-style: normal; 
} 

@font-face{
    font-family: 'Helvetica2';
    src: url('../fonts/Helvetica.woff');
    font-weight: normal;
    font-style: normal; 
} */

@font-face{
    font-family: 'HelveticaNeueLt';
    src: url('../fonts/HelveticaNeueLt.woff');
    font-weight: normal;
    font-style: normal; 
}
*{
    margin: 0;
    padding: 0;
}
html, body{
    height: 100%;
    /*font-family: Helvetica, Helvetica2, 'Open Sans', 'Sans-serif';*/
    font-family: HelveticaNeueLt, HumanistLt, Helvetica, sans-serif;
    background-color: #1877f2;
    font-size: 21px;  
    line-height: 33px;
}

.highlight{
    font-weight: bold;
    color: #fff;
}


.right{
    text-align: right !important;
}

h1{
    font-size: 23px;
    color: #fff !important;
    margin-bottom: 15px;
    margin-top: 10px;
    font-weight: bold !important;
}

p{
    margin: 10px 0 10px 0;
    font-size: 24px;
    color: #fff;
}

h1{
    margin-top: 0px !important;
}

#loginSection{
    height: 100%;
    background-color: #1877f2 !important;
}

#servicos{
    padding-top: 0px;
}
#institucional, #servicos, #servicos2{
    min-height: 175px;
}

.marginContainer{
    margin: 80px 0 100px 0px;
    padding-top: 20px;
}
/*MENU*/
#navButton{
    width: 60px;
    height: 55px;
    position: fixed;
    right: 20px;
    top: 20px;
    cursor: pointer;
    transition: 2s;
    z-index: 4;
    margin: 0;
    display: none;
    margin-top: 0px;
    border: none;
}
#navButton .container{
    display: block;
    position: relative;
    width: auto;
}
#navButton .container .line1, #navButton .container .line3{
    width: 40px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin-bottom: 5px;
    transition: all 0.5s;
}
#navButton .container .line2{
    width: 40px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin-bottom: 5px;
    transition: all 0.5s;
}
#navButton.close .container .line1{
    transform: rotate(45deg);
    margin-top: 5px;
    margin-left: -3.5px;
    background-color: #fff;
}
#navButton.close .container .line2{
    display: none;
    background-color: #fff;
}
#navButton.close .container .line3{
    transform: rotate(-45deg);
    margin-left: -3px;
    margin-top: -7px;
    background-color: #fff;
}

.navbar{
    min-height: 80px !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    position: fixed !important;
    top: 0 !important;
    z-index: 100 !important;
    width: 100% !important;
}
.navbar-brand{
    padding: 5px !important;
}
.navbar-brand img{
    width: 150px;
}
.navbar-inverse{
    background-color: #1877f2  !important;
    border-color: #1877f2 !important;
}
.navbar-inverse .navbar-nav > li{
    margin: 0px 0px;
    flex: 1;
    align-self: flex-end;
    text-align: center;
}
.navbar-inverse .navbar-nav > li > a{
    color: #ffffff !important;
    text-decoration: none;
    outline: none;
    padding: 35px 0px;
    line-height: 20px !important;
    /*! font-size: 25px !important; */
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse{
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.nav > li > a{
    font-size: 16px !important;
    line-height: 44px !important;
}

.nav > li >span{
    margin: 27px 15px;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{
    background-color:  #1877f2 !important; 
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
    margin-top: 17px;
}
.navbar-inverse .navbar-nav > li > a span::before{
    color: #ffffff !important;
    font-size: 24px !important;
    line-height: 39px !important;
}
img {
    max-width: 100%;
}
.navbar-nav .power{
/*     margin-right: -33px; */
}
@media(max-width:768px){
    .navbar-nav .power{
        margin-right: 0;
    }
}

/*Flecha Voltar Topo*/
.voltar_topo{
    text-align: center;
    border-radius: 46px;
    margin-left: -18px;
    right: 20px;
    position: fixed;
    bottom: -3px;
    text-decoration: none;
    z-index: 1001;
    font-size: 36px;  
    opacity: .6;
    cursor: pointer;
    color: #00A0E4;
    display: none;
}

.voltar_topo:hover{
    opacity: .9;
}
.icon-top::before{
    color: unset !important;
}
.voltar_topo span{
    margin: 10px;
    display: inline-block;
    font-size: 30px;
    
}


/*LOGIN*/

#conteudo_login{
    width: 100%;
    /*! height: 50%; */
    position: relative;
    top: 35%;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
}

#conteudo_login #login_desc{
    position: relative;
}

.esqueci{
    color: #fff;
    display: none;
    font-size: 24px;
    margin-top: 35px;
    text-decoration: none;
    font-family: HelveticaNeueLt, HumanistLt, Helvetica, sans-serif;
}

.areaEntrar .icon-checkmark::before{
    color: #fff;
}

/*INSTITUCIONAL*/
#institucional h1,
#servicos h1,
#fizemos h1,
#contato h1{
    margin-top: 0;
    line-height: 35px;
}
#institucional{
    margin-bottom: 0px;
}
#servicos2{
    margin-bottom: 50px;
    margin-top: 130px;
}
.institucional_boxes{
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    margin: 0px 0;
}

.institucional_boxes .box{
    margin: 55px 0 0 0;
    display: inline-block;
}
.institucional_boxes .box .description{
    display: inline-block;
    text-align: left;
    font-size: 21px;
    line-height: 24px;
    margin-left: 5px;
    color: #fff;
}

.institucional_boxes .box .number{
    position: relative;
    float:left; 
    font-size: 90px;
    font-weight: bold;
    color: #ffffff;
    /*color: #00A0E4;*/
}
.institucional_boxes .box .number .plus{
    font-size: 44px;
    line-height: 80px;
    display: block;
    position: relative;
    float: left;
}
.institucional_boxes .box .number .number{
    line-height: 80px; 
    display: inline-block;
}

.parallax-like {
    color: #fff;
    background: #1877f2;
    font-size:36px;
    line-height: 36px;
}

/*/*Services*/
.servicesBoxes{
    padding: 0px !important;
    margin-top: 55px;
}
.serviceBox{
    background-color: #1877f2;
    color: #ffffff;
    border: 1px solid #ffffff;
    height: 308px;
    width: 33.3% !important;
    position: relative;
    float: left;
    /*z-index: 1;*/
    overflow: hidden;    
}
.serviceBox.host{
    width: 50% !important;
}

.serviceBox .service{
    position: absolute;
    width: 70%;
    text-align: center;
    top: 100px;
    color: #ffffff;
    font-size: 36px;
    transition: top 1s;
    line-height: 46px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    cursor: pointer;
}

.serviceBox .description{
    position: absolute;
    width: 80%;
    margin-left: 10%;
    color: #ffffff;
    font-size: 23px;
    text-align: left;
    top: 320px;
    left: 0;
    padding-bottom: 5px;
    opacity: .8;
    transition: top 1s;
    line-height: 30px;
    transition: all 0.5s ease 0s;
}
.serviceBox.host .description{
    text-align: center;
}

.serviceBox:hover{
    background-color: #1877f2;
}

.serviceBox:hover .description{
    top: 125px;
}
.serviceBox:hover .service{
    top: 25px;
}
.serviceBox.active{
    background-color: #1877f2;
}
.serviceBox.active .description{
    top: 120px;
}
.serviceBox.active .service{
    top: 50px;
}

.desktop{
    display: block;
}
.mobile{
    display: none !important;
}

/*NOVO FOOTER IGUAL DA WONDERFUL*/
footer {
 position:relative;
 float:left;
 width:100%;
/*  background-color:#00a0e4!important; */
 background-color:#1877f2!important;
 color:#fff;
 padding:25px 1% 0;
 text-align:left;
 margin: 0px;
}
footer p{
    font-size: 15px;
}
footer .logo {
 position:relative;
 float:left;
 width:100%;
 margin-bottom:35px
}
footer section {
 width:20%;
 position:relative;
 float:left;
 margin-bottom:21px;
}
footer a {
 color:#fff;
 text-decoration:none
}
footer a:hover {
 text-decoration:underline;
 color: #fff;
}
footer p {
 margin:0px 0;
 color:#fff;
 line-height: 25px;
}
footer .left {
 position:relative;
 float:left;
 /*! margin-left:34px */
}
footer .center {
 text-align:left
}
footer .social span {
 font-size:26px
}
footer div span::before {
 color:#fff !important;
}

footer .social .phone {
 font-size:19px;
 text-decoration:none;
 margin:5px 0
}
footer .social .phone span {
 font-size:14px
}
footer .copyright {
 position:relative;
 float:left;
 width:100%;
 text-align:center;
 font-size:15px !important;
 margin:40px 0px;
 line-height: 20px;
}
#linkMaps:link {
 text-decoration:none
}
section .social {
    float: right;
}
/*******************************************************************************************************************************************/

#footer_likeme{
    bottom: 25px;
    position: fixed;
    z-index: 99;
    margin-left: 63%;
}

#footer_security{
    float: right;
}

#footer_security a img{
    height: 35px;
}

/*LOGIN*/
.inputLogin{
    position: relative;
    float:left;
    display: table-cell;
    vertical-align: bottom;
    font-size: 20px;
    width: 100%;
    height: 40px;
    text-align: left;
}

.inputLogin.bottom{
    margin-bottom: 0;
    height: 45px;
    display: none;
}
#reload{
    display: none;
}
#reload::before{
    color: #fff;
    font-size: 24px;
}
.inputLogin.bottom .text.text{
    height: 45px !important;
    font-size: 42px !important;
    padding-top: 20px;
}
#loginArea .text, #messageArea .text, .messageArea .text{
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid #fff;
    font-size: 24px;
    font-family: HelveticaNeueLt, HumanistLt, Helvetica, sans-serif;
    text-align: center;
    color: #fff;
    background-color: #1877f2 !important;
}
::-webkit-input-placeholder {
    color: #fff;
    opacity: .5;
}
 
:-moz-placeholder { /* Firefox 18- */
    color: #fff;
    opacity: .5;
}
 
::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;
    opacity: .5;
}
 
:-ms-input-placeholder {  
color: #9d9fa2;
}

#loginArea .submit, #messageArea .submit, .messageArea .submit{
    background-color: #1877f2;
    border: 1px solid #1877f2;
    /*! opacity: .8; */
    height: 45px;
    padding: 5px;
    color: #ffffff;
    cursor: pointer;
    width: 100%;
    /*max-width: 980px;*/
    font-size: 26px;
    font-family: Helvetica, Helvetica2, 'Open Sans', 'Sans-serif';
}
#loginArea .submit:hover, #messageArea .submit:hover, .messageArea .submit:hover{
    opacity: .95;
}
#messageArea .icon-bubble-sent::before{
    font-size: 40px;
    color: #fff !important;
}
.areaEntrar{
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 20px;
}

#checkPuzzle{
    text-align: center;
    margin-top: 20px;
    display: none;
}
#checkPuzzle input{
    /*! border: none !important; */
    width:  98% !important;
    /*! font-size: 24px !important; */
    /*! text-align: left !important; */
    height: 40px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 1px;
    
    height: 40px;
    border: none;
      border-bottom-color: currentcolor;
      border-bottom-style: none;
      border-bottom-width: medium;
    border-bottom: 1px solid #fff;
    font-size: 24px;
    font-family: HelveticaNeueLt, HumanistLt, Helvetica, sans-serif;
    text-align: center;
    color: #fff;
    background-color: #1877f2 !important;
}
#checkPuzzle a{
    text-decoration: none;
}

#checkToken{
    text-align: center;
    margin-top: 20px;
    display: none;
}
#checkToken input{
    /*! border: none !important; */
    width:  98% !important;
    /*! font-size: 24px !important; */
    /*! text-align: left !important; */
    height: 40px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 1px;
    
    height: 40px;
    border: none;
      border-bottom-color: currentcolor;
      border-bottom-style: none;
      border-bottom-width: medium;
    border-bottom: 1px solid #fff;
    font-size: 24px;
    font-family: HelveticaNeueLt, HumanistLt, Helvetica, sans-serif;
    text-align: center;
    color: #fff;
    background-color: #1877f2 !important;
}
#checkToken a{
    text-decoration: none;
}
#reload{
    position: absolute;
    
}
#checkPuzzle .counter{
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
    right: 0;
    color: #6b6c6f;
    font-size: 15px;
}
#checkPuzzle .counter span{
    font-size: 14px;
}

/*FORGOT*/
#forgotArea{
    text-align: center;
}

/*---- STORE --------*/
#produto{
    margin-top: 150px;
}
#produto h1{
    font-size: 45px;
    margin-bottom: 33px;
}

.screenshot img{
    max-width: 100%;
    margin-bottom: 80px;
}

.storeHighlights > div {
    margin-bottom: 90px;
}
.storeHighlights .boxIcon{
    font-size: 60px;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}
.storeHighlights .boxDescription{
    font-size: 23px;
    padding-left: 10px;
    width: 100%;
    text-align: center;
}

.storeHighlights .box{
    position: relative;
    float: left;
}

.storeHighlights .boxIcon span::before{
    color: #fff;
}

.storeDetails .fa::before{
    color: #fff;
}

.btnDemo{
    display: block;
    background-color: #00A0E4;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-size: 30px;
    padding: 10px 30px;
    text-shadow: 3px 3px 3px #bcbec0;
    margin: 80px 0;
    position: relative;
    float: left;
    width: 100%;
    height: 80px;
    line-height: 60px;
    z-index: 1;
    transition: ease .5s all;
}
.btnDemo:hover{
    text-decoration: none;
    color: #ffffff;
    font-size: 34px;
}


.storeDetails p{
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 60px;
}

.storeDetails p .fa{
    font-size: 44px;
}


/* --- ERROR PAGES ---*/
.error_container{
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 9999999;
}

.error_container h1{
    font-size: 60px;    
    color: #fff !important;
}
.error_container .icon-warning{
    font-size: 60px;    
}
.error_container .icon-warning::before{
    color: #fff;
}


#content_absolute{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
/*     display: table;
    top: 0; */
    background-color: #1877f2;
}
.content_vmiddle{
    display: table-cell;
    vertical-align: middle;
}

.bigText{
    font-size: 32px;
}

.ui-menu-item{
    text-align:center !important;
}

.basefixed{
    bottom: 0;
    position: absolute;
    width: 100%;
    color: #58595b;
    font-size: 14px;
}

#loginError{
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: red;
    z-index: 101;
    display: none;
    top: 0px;
}
/*==================================*/
/*LOADER DAS PAGINAS "AUTOSAVE"*/
#lightboxLoader{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
        
}

#lightboxLoader #loader{
    width: 200px;
    height: 200px;
    position: absolute;
    top: 30%;
    left: 50%;
    margin: -60px 0 0 -60px;
    transform: translate(-50%);
    margin: 0px;
}
#lightboxLoader #loader img{
    width: 100%;
}

/*COOKIES*/
#cookies{
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: 0px;
    background-color: /*rgba(0,0,0,0.3)*/rgba(25, 25, 25, 0.5);
    z-index: 9999;
    display: none;
}
#cookies .container-fluid{
    position: absolute;
    bottom: 10px;   
}
#cookies .row{
    margin: 0px;
    padding: 20px;
    background-color: #1877f2;
}
#cookies a {
    text-decoration: underline;
    color: #fff;
}
#cookies p{
    margin: 0px;
    font-size: 15px;
    color: #fff;
    line-height: 22px;
}
#cookies button{
    font-size: 25px;
    color: #fff;
    background-color: transparent;
    font-weight: bold;
    padding: 5px;
    width: 100%;
    cursor: pointer;
    border: 1px solid #fff;
}
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}
#privacy{
    background-color: #fff;
}
#produtos ul{
    color: #fff;
}
#produtos ul li{
    margin-bottom: 20px;
    list-style-type: circle;
    color: #fff;
}

@media(max-width: 990px){
    
    .navbar-inverse .navbar-nav > li > .menuPower{
        font-size: 35px !important;line-height: 35px !important;
        position: fixed;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
    }
    .menuLi{
        display: block;height: 1000px;
    }
    .noMobile{
        
        display: none !important;
    }
    .inputLogin.bottom .text.text{
        height: 50px !important;
        font-size: 30px !important;
        padding-top: 20px;
    }
    
}
@media(max-height: 550px){
    
    footer{
        position: relative !important;
    }
    
    #conteudo_login{
        width: 100%;
        position: absolute;
        top: 38%;
        transform: translatey(-50%);
    }
    
    .navbar-inverse .navbar-nav > li > .menuPower{
        padding: 50px 0px !important;
        font-size: 35px !important;line-height: 35px !important;
    }
    .noMobile{
        
        display: none !important;
    }
    
    .inputLogin.bottom .text.text{
        height: 50px !important;
        font-size: 30px !important;
        padding-top: 20px;
    }
    .menuLi{
        display: block;height: 1000px;
    }
    .areaButtons{
        margin-top: 20px;
        width: 100%;
        float: left;
    }
    .areaButtons button{
        width: 50%;
        float: left;
    }
}