/* @font-face kit by Fonts2u (http://www.fonts2u.com) */ 
@font-face {
    font-family:"Continuum Medium";
    src:
        url("fonts/contm.eot?") format("eot"),
        url("fonts/contm.woff") format("woff"),
        url("fonts/contm.ttf")  format("truetype"), 
        url("fonts/contm.svg#ContinuumMedium") format("svg");
    font-weight:normal;
    font-style:normal;
}



a,.box-cidade-plano{
    margin:0 4px;
    border-radius: 5px;

    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-transition-delay: 0s, 0s;
    -webkit-transition-duration: 0s, 0.4s;
    -webkit-transition-property: background, all;
    -webkit-transition-timing-function: ease, ease; 

    -moz-background-clip: border-box;
    -moz-background-origin: padding-box;
    -moz-background-size: auto;
    -moz-font-smoothing: antialiased;
    -moz-transition-delay: 0s, 0s;
    -moz-transition-duration: 0s, 0.4s;
    -moz-transition-property: background, all;
    -moz-transition-timing-function: ease, ease;

    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto;
    font-smoothing: antialiased;
    transition-delay: 0s, 0s;
    transition-duration: 0s, 0.4s;
    transition-property: background, all;
    transition-timing-function: ease, ease;
}
body{
     background:url("../imagens/bg2.jpg");
}
/*%%%%%%%%%%%%%%%%%%%%%%%%% TOPO %%%%%%%%%%%%%%%%%%%%%%%%*/
.topo{
    position:relative;
    
    background:url("../imagens/internet-isp2.jpg") bottom center no-repeat #020202 ;
    background-size: 100% auto;
    
    height:210px;
    overflow: hidden;

}
.logo{
    margin-top:50px;
    background:url("../imagens/logmarca.png") center center no-repeat;
    overflow:hidden;
    width:295px;
    height:90px;
    text-indent:-99990px;
    z-index:-1;
    display:block;
}
.eslogan{
    margin:70px 0 0 100px;
    background:url("../imagens/slogan.png") center center no-repeat;
    overflow:hidden;
    width:120px;
    height:70px;
    text-indent:-99990px;
    z-index:-1;
    display:block;
}
.circuitos{
    position:absolute;
    top:0;
    z-index:0;
    opacity: 0.4;
/*    display: none;*/
}
.circuitos.left{
    background:url("../imagens/circuito-left.png") left center no-repeat;
    width:500px;
    height:200px;
    left:0;
}
.circuitos.right{
    background:url("../imagens/circuito-right.png") right center no-repeat;
    width:500px;
    height:200px;
    right:0;
}
.phone {
    color:#fff;
    font-family:"Continuum Medium";
    font-size:15px;
    font-weight:normal;
}

.laranja{
    background-color:#ff9922 !important;
    text-shadow:#bb5500 0 1px 2px;
}
.top-bar.laranja {
    overflow:hidden;
    white-space:nowrap;
}
.top-bar.laranja ul{
    background:#ff9922 !important;
}
.laranja .divider{
    border-color: #cc7700 !important;
}
.button.laranja{
    background-color:#ffaa33 !important;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    -webkit-appearance: none;
}
.button.laranja:hover{
    background-color:#ffcc77 !important;
}

.bar-social li{
    padding:0 4px !important;
}
.bar-social li.divider{
    margin:0 10px !important;
}

.phones li{
    color:#fff;
    margin:10px 5px;
    font-size:14px;
}.phones li span{
    color:#ffc;
    font-size:13px;
}

/* %%%%%%%%%%%%%%%%%%%% PAGE %%%%%%%%%%%%%%%%%%%% */
.page{
    overflow: hidden;
    min-height:500px;
}
/* %%%%%%%%%%%%%%%%%%%% MENU %%%%%%%%%%%%%%%%%%%% */

.menu ul{
    margin:0 auto 20px !important;
    display: table;
    text-align: center;
    padding:12px 5px;
    overflow: hidden;
    list-style-position:outside;
    list-style: none;
}
.menu ul li{
    float:left;
    margin:0 10px;
    width:inherit;
}
.columns{
    float:left;
}
.menu ul li a{
    font-size:22px;
    color:#fff;
    width:115px;
    height:90px;
    text-align:center;
    vertical-align: middle;
    position: relative;
    display: list-item;
    padding-top:15px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    text-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px;

}
.menu ul li a:hover{
    background:#39b54a;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px -14px 5px -8px inset, rgba(0, 0, 0, 0.1) 0px 5px 3px 3px ;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px -14px 5px -8px inset, rgba(0, 0, 0, 0.1) 0px 5px 3px 3px ;
    box-shadow: rgba(0, 0, 0, 0.1) 0px -14px 5px -8px inset, rgba(0, 0, 0, 0.1) 0px 5px 3px 3px ;
    border-bottom:1px solid rgba(100, 220, 100, 0.7);
    padding-top:12px;

}
.menu ul li a:focus{
    background:#39b54a;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px -14px 5px -8px inset, rgba(0, 0, 0, 0.1) 0px 5px 3px 3px ;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px -14px 5px -8px inset, rgba(0, 0, 0, 0.1) 0px 5px 3px 3px ;
    box-shadow: rgba(0, 0, 0, 0.1) 0px -14px 5px -8px inset, rgba(0, 0, 0, 0.1) 0px 5px 3px 3px ;
    border-bottom:1px solid rgba(100, 220, 100, 0.7);
    padding-top:12px;

}
.menu ul li a:active{
    background:#42c552;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px -24px 5px -8px inset, rgba(0, 0, 0, 0.1) 0px 5px 3px 3px ;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px -24px 5px -8px inset, rgba(0, 0, 0, 0.1) 0px 5px 3px 3px ;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 35px 10px -15px inset, rgba(0, 0, 0, 0.1) 0px 5px 3px 3px ;
    border-bottom:1px solid rgba(100, 220, 100, 0.7);
}
.menu ul li a.ativado{
    background:#42c552;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px -24px 5px -8px inset, rgba(0, 0, 0, 0.1) 0px 5px 3px 3px ;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px -24px 5px -8px inset, rgba(0, 0, 0, 0.1) 0px 5px 3px 3px ;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 35px 10px -15px inset, rgba(0, 0, 0, 0.1) 0px 5px 3px 3px ;
    border-bottom:1px solid rgba(100, 220, 100, 0.7);
  }
.menu ul li a.ativado:hover{
    box-shadow: rgba(0, 0, 0, 0.07) 0px 55px 10px -15px inset, rgba(0, 0, 0, 0.1) 0px 5px 3px 3px ;
}
.menu ul li a.dual-line{
    padding-top:12px !important;
    line-height: 16px;
}



/*%%%%%%%% ICONES %%%%%%%% */
.icone{
    width:46px;
    height:46px;
    background:url("../imagens/icones.png") no-repeat;
    display: block;
    margin:auto;
}
.ico-empresa{
    background-position:0 -2px;
    width: 29px;
    height: 35px;
}
.ico-planos{
    background-position:-85px 0;
    width: 33px;
    height: 35px;
}
.ico-servicos{
    background-position: -174px -3px;
    width: 30px;
    height: 35px;
}
.ico-cidades{
    background-position: -260px -3px;
    width: 34px;
    height: 35px;
}
.ico-parceiros{
    background-position: -346px 0;
    width: 32px;
    height: 35px;
}
.ico-faleconosco{
    background-position: -430px -1px;
    width: 31px;
    height: 35px;
}




.banner{
    height:350px;
    position: relative;
    border-radius:5px !important;
    overflow: hidden;
}
.sombra{
    height:370px;
    width:12px;
    position: absolute;
    top:-10px;
}
.sombra img{
    outline: 0; max-width: 100%; height: auto;
}
.sombra.banner-left{
/*    background:url("../imagens/sombra-box-esq.png") center center no-repeat ;
*/    left:0;
}
.sombra.banner-right{
/*    background:url("../imagens/sombra-box-dir.png") center center no-repeat ;
*/    right:0;
}
.orbit-bullets{
    cursor:pointer;
}
.orbit-bullets li{
    background:#d50;
    width:15px;
    height:15px;
    border-radius:0 !important;
    -webkit-border-radius:0 !important;
}
.orbit-bullets li.active{
    background:#393;
}



.box-texto{
    position: relative;
    padding:0 40px;
    font-size:14px;
}


h2{
    color:#d50;
    text-shadow:#ddd 0 1px 1px ;
    font-size:30px;
    font-weight: bold;
}
h4{
    color:#fff;
    text-shadow:#b40 0 1px 1px ;
}
h5{
    color:#270;
    text-shadow:#b40 0 1px 1px ;
}


.box{
    background:#fff;
    border:1px solid #eee;
    box-shadow:rgba(0,0,0,0.25) 0 2px 10px;
    border-radius:8px;
    color:#d70;
    margin:5px 5px 25px;
    border-top:5px solid #eee;
    border-bottom:5px solid #eee;
    z-index: 999;
}

.box h2{
    margin:20px;
}
.box li h2{
    margin:0 -10px ;
}
.box li hr{
    margin:20px -15px ;
}
.box h4{
    color:#d50;
    font-weight:bold;
    font-size:18px;
}
.box ul{
    list-style: none;
    padding:0px;
    margin:15px;
}
.box ul li{
    margin:0;
    padding:15px 15px;
    border-top:1px solid #eee;
}
.box .obs{
    font-size:12px;
    color:#271;
    margin:10px 25px;
}

.rodape{
    border-top:12px solid #3a3;
    padding:15px 0 35px 0;
    margin-top:30px;
     background-image: 
            -webkit-linear-gradient(#F90, #E70);
        background-image: 
            -o-linear-gradient(#F90, #E70);
        background-image: 
            linear-gradient(#F90, #E70);
    overflow: hidden;
}


.logo-rodape{
    margin:10px auto;
}
.rodape .phones {
    color:#fff;
    margin:10px 5px;
    font-size:14px;
}
.rodape .phones span{
    color:#ffc;
    font-size:13px;
}
.rodape a{
    color: #ffd;
}
.rodape a:hover{
    color: #ff0;
    text-shadow:rgba(0,0,0,0.5) 0 2px 3px;
}
.rodape ul{
    color:#fff;
    list-style: none;
    font-size:12px;
    margin:0;
    padding:0;
}
.rodape ul a{
    color:#fff;
}
.rodape .bar-social{
    float:left;
}
.rodape .button.small.laranja{
    
    width:40px;
    height:30px;
    padding:7px;
}

.orbit-bullets{
    display: table;
    float:right;
}
.slick-slide img{
    height:120px;
    margin:auto 10px;
}


/*corrossel*/
.slick-list{
    margin-top:40px !important;
}
.slick-dots{
    margin:0 !important;
    
}
.slick-dots li{
    margin:0 5px !important;
    padding:0 !important;
}
/*font*/
.menu a,h2,h3,h4,h5,.pricing-table .title{
    font-family:"Continuum Medium";
}
.top-bar.laranja ul,nav.laranja,.top-bar.laranja li{
  background:none!important;
}
nav.laranja{
  position: absolute;
  width:100%;
  top:0;
  left:0;
  z-index: 999999;

}
    .box-menu{
        width:100%;
/*        overflow: auto;*/
         border-top:12px solid #39b54a;
        background:url(../imagens/bg-menu-novo.png) repeat-x;
        background-image: 
            -webkit-linear-gradient(#F90, #E70);
        background-image: 
            -o-linear-gradient(#F90, #E70);
        background-image: 
            linear-gradient(#F90, #E70);
        width:100%;
        padding-bottom:50px;
        overflow: hidden;
        margin-bottom:-70px;
        /*border-bottom:3px solid #ddd;*/
        position: relative;
        z-index: 0;
        
    }
    .menu{
        width:100%;
         background:url(../imagens/menu-efeito.png) top center no-repeat;
        
        display: block;
       
    }
    .menu ul{
        padding:0px;
        margin: auto;
        display: table;
        height: 100px;
    }
    .menu ul li{
        margin:0px 22px;
        float:left;
    }
/*
    .menu ul li a:hover{
        box-shadow:none;
        -webkit-box-shadow:none;
        border:1px solid #4c4;
    }

    .menu ul li a.ativado:hover{
        box-shadow:none;
        -webkit-box-shadow:none;
    }
*/


.pricing-table{
    overflow: hidden;
    border-radius: 5px;
}

.pricing-table b{
    font-size: 18px;
}
.pricing-table .title{font-size:25px;}

.pricing-table .price{
    font-family:"Continuum Medium";
    font-weight:bold;
    color:#272;
}
.box-planos h3{
    display:table;
    clear:both;
}



/* QUERYS*/
@media only screen and (max-width : 850px),only screen and (max-device-width : 850px){
    .menu ul li a{
        width:90px;
        font-size:14px;
        border-radius:0;
    }
    .menu ul li{
        margin:0px;
    }
    .menu ul li a.dual-line{
        line-height: 12px;
    }
}
@media only screen and (max-width : 750px),only screen and (max-device-width : 750px){
    
/*  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  */

    .top-bar-section .bar-social {
        display: none;
    }
    
    
    .top-bar-section.box-phones{
    
         height: 1em;
      width: 100%;
      margin: 0 auto;
      line-height: 100%;
      position: relative;
      overflow: hidden;
      font-size: 5em;
    }
    .top-bar-section ul:hover li{
        -webkit-animation-play-state: paused;
        -moz-animation-play-state: paused;
        -o-animation-play-state: paused;
         animation-play-state: paused;
        
        cursor: text;
    }
    .top-bar-section ul{

      width: 600px;
        margin:auto;

    }
    
    
    .top-bar-section li{
        position: relative;
         float: left;

  padding: 1%;
  margin: 4px 10px;
      animation: CSSright linear 28s infinite;
      -webkit-animation: CSSright linear 28s infinite;
      -moz-animation: CSSright linear 28s infinite;
    } 
    
    @keyframes CSSright {
      0% { right: -100% }
      100% { right: 100% }
    }
    @-moz-keyframes CSSright {
      0% { right: -100% }
      100% { right: 100% }
    }
    @-webkit-keyframes CSSright {
      0% { right: -100% }
      100% { right: 100% }
    }

    

/*  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  */
    
/*
    .menu{
        border-top:12px solid #39B54A;
        background-image: linear-gradient(to bottom, #FDB155 , #E87D00 );
    }
*/
    .menu ul{
        padding:0px;
    }
    .menu ul li{
        margin:0px;
    }
    .menu ul li a:hover{
        box-shadow:none;
        -webkit-box-shadow:none;
        border:1px solid #4c4;
    }

    .menu ul li a.ativado:hover{
        box-shadow:none;
        -webkit-box-shadow:none;
    }
    
    .row-planos .columns{padding:0 !important;}
}
@media only screen and (max-width : 550px),only screen and (max-device-width : 550px){
    
    .tiny-12{
        display:block !important;
        position: relative !important;
        width:100% !important;
    }
    .tiny-12 ul li,.tiny-12 img{
        text-align:center;
        margin:auto;
        display: table
    }
    .columns{padding:0 !important;}
    
    .sombra{display:none}

/*    MENU RESPONSIVE     */
    .menu .icon-menu-resp{display:table !important;}
    .menu{padding:0;margin:0;min-height:120px;}
    .menu ul{
        width:100% !important;
        display:none;
        height:auto;
    }
    .menu ul li{
        width:100%  !important;
    }
    .menu ul li a {
        width:100%  !important;
    }
    .box-cidade-plano {background-size:100% 100% !important;}
    .box-cidade-plano:hover {background-size:110% 110% !important;}
    .hover:hover {background-size: 105%  !important;}
}



/*--------------*/
/*OUTROS ESTILOS*/

.box-cidade-plano {
    height:250px;
    position: relative;
    overflow: hidden;
    background-size: auto 100%!important;
        margin-bottom:30px;

    
}
.box-cidade-plano:hover{ background-size: auto 120% !important;}

/*cidades*/
.box-cidade-plano.santarem{
    background:url(../imagens/santarem.jpg) no-repeat center center; 
}
.box-cidade-plano.alenquer{
    background:url(../imagens/alenquer.jpg) no-repeat center center;   
}
.box-cidade-plano.juruti{
    background:url(../imagens/juruti.jpg) no-repeat center center;   
}

.box-cidade-plano.parintins{
    background:url(../imagens/parintins.png) no-repeat center center;   
}

.box-cidade-plano.obidos{
    background:url(../imagens/obidos.jpg) no-repeat center center;   
}
.box-cidade-plano.oriximina{
    background:url(../imagens/oriximina.jpg) no-repeat center center;   
}
.box-cidade-plano.faro{
    background:url(../imagens/faro.jpg) no-repeat center center;   
}

.box-cidade-plano.nhamunda{
    background:url(../imagens/nhamunda.jpg) no-repeat center center;   
}
.box-cidade-plano.terrasanta{
    background:url(../imagens/terra_santa.jpg) no-repeat center center;   
}
.box-cidade-plano.curua{
    background:url(../imagens/curua.jpg) no-repeat center center;   
}
.box-cidade-plano.curuai{
    background:url(../imagens/curuai.jpg) no-repeat center center;   
}


.hover {
    height:100%;
    width:100%;
    background:url(../imagens/vert-circuit.png) center 20px no-repeat rgba(0,0,0,0.4);
    font-size:32px;
    color:#fff;
    text-shadow: #000 0 1px 3px;
    position: absolute;
    top:0;
    left:0;
    font-family: "Continuum Medium";
    padding:100px 0;
    margin:0;
    text-align: center
}
.hover:hover {
   background:url(../imagens/vert-circuit.png) center bottom no-repeat rgba(50,150,50,0.7);
    background-size: 120%  !important;
    color:#bfb;
    font-size: 35px;
    padding:100px 0;
    text-shadow:#000 0 2px 7px; 
}
.box-img-rounded {
    width: 220px;
    height: 180px;
    border-radius: 10px;
}
.box-img-rounded.planos {
    background: url(../imagens/business-02.gif) center center no-repeat;
}
.box-img-rounded.conecte-se {
    background: url(../imagens/Top-6-Animate-PSD-Designs-For-Designers-2.gif) center center no-repeat;
}
.box-img-rounded.contato {
    background: url(../imagens/business-01.gif) center center no-repeat;
}

.box-info p{
    min-height: 130px;
}







/*menu*/

.menu .icon-menu-resp{
    display:none;
    margin: 15px auto 20px;
    background:rgba(0,0,0,0.3);
    border-radius: 7px;
}
.menu svg {
  width: 100px;
  height: 70px;
  
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.menu path {
  fill: none;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  -moz-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  -o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  -ms-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  stroke-width: 40px;
  stroke-linecap: round;
  stroke: #fff;
  stroke-shadow: #000;
  stroke-dashoffset: 0px;
}
.menu path#top,
.menu path#bottom {
  stroke-dasharray: 240px 950px;
}
.menu path#middle {
  stroke-dasharray: 240px 240px;
}
.menu .cross path#top,
.menu .cross path#bottom {
  stroke-dashoffset: -650px;
  stroke-dashoffset: -650px;
}
.menu .cross path#middle {
  stroke-dashoffset: -115px;
  stroke-dasharray: 1px 220px;
}




/*




.fb_iframe_widget,.fb_iframe_widget span,.fb_iframe_widget iframe,#u_0_0{
width:100% !important}*/
