/*
===============
===FONT=FACE===
===============
*/
@font-face {
    font-family: 'latoregular';
    src: url('fonts/lato-regular.eot');
    src: url('fonts/lato-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-regular.woff2') format('woff2'),
         url('fonts/lato-regular.woff') format('woff'),
         url('fonts/lato-regular.ttf') format('truetype'),
         url('fonts/lato-regular.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*
===========
===RESET===
===========
*/
* { font-family: 'latoregular';}
:focus { outline: 0;}
a{color: #1a1a1a}
a, a:link, a:visited, a:hover, a:active{text-decoration:none}
table { border-collapse: separate;border-spacing: 0;}
th, td {text-align: left; font-weight: normal;}
img, iframe {border: none; text-decoration:none;}
li { list-style: none;}
input, textarea, select, button{font-size: 100%; font-family: inherit;}
select {margin: inherit;}
p { text-align: justify;}
ul { margin: 0!important; padding: 0!important;}
object { display: none;}
/*
==============
===CSS=GRID===
==============
*/
.col01{width: 80px;}
.col02{width: 96px;}
.col03{width: 120px;}
.col04{width: 160px;}
.col05{width: 240px;}
.col05c{width: 450px}
.col06{width: 480px;}
.col07{width: 960px;}
/*
===========
===TOOLS===
===========
*/
.relative{position: relative;}
.container{margin: 0 auto; position: relative; width: 960px;}
.clear{clear: both;}
.hidden { display: none!important;}
.vertical{display: table-cell; top: 50%; vertical-align: middle;}
.left{float: left;}
.right{float: right;}
.tudo{height: 100%; min-width: 960px; overflow: hidden; position: relative; width: 100%;}
.title-page { padding: 35px 0; position: relative; }
.title-page h1 { font-size: 1.562em; margin: 0; padding: 0; text-align: center;}
.title-page h2 { font-size: 1.125em; font-weight: normal; margin: 0; padding: 5px 0 0 0; text-align: center;}
.hiddenbox { display: none;}
.envio { color: #3c763d!important;}
.erroenvio { color: #a94442!important;}
.center { text-align: center;}
.planoSelecionado { display: none;}
.backRed {
  background: #ff1500;
  background: -moz-linear-gradient(top, #ff1500 0%, #cf0000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff1500), color-stop(100%,#cf0000));
  background: -webkit-linear-gradient(top, #ff1500 0%,#cf0000 100%);
  background: -o-linear-gradient(top, #ff1500 0%,#cf0000 100%);
  background: -ms-linear-gradient(top, #ff1500 0%,#cf0000 100%);
  background: linear-gradient(to bottom, #ff1500 0%,#cf0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1500', endColorstr='#cf0000',GradientType=0 );
}
.backBlue {
  background: #00c1f3;
  background: -moz-linear-gradient(top, #00c1f3 0%, #0094e8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00c1f3), color-stop(100%,#0094e8));
  background: -webkit-linear-gradient(top, #00c1f3 0%,#0094e8 100%);
  background: -o-linear-gradient(top, #00c1f3 0%,#0094e8 100%);
  background: -ms-linear-gradient(top, #00c1f3 0%,#0094e8 100%);
  background: linear-gradient(to bottom, #00c1f3 0%,#0094e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c1f3', endColorstr='#0094e8',GradientType=0 );
}
/*
============
===HEADER===
============
*/
.header { background: #FFFFFF; position: relative; -webkit-box-shadow: 0px 1px 7px 0px rgba(50, 50, 50, 0.75); -moz-box-shadow: 0px 1px 7px 0px rgba(50, 50, 50, 0.75); box-shadow: 0px 1px 7px 0px rgba(50, 50, 50, 0.75); z-index: 999;}
.header-top { border-bottom: 1px solid #e2e2e2; height: 42px;}
.header-top .header-contato { float: right; position: relative;}
.header-top .header-contato > span { display: inline-block; vertical-align: middle; font-size: 0.937em; line-height: 42px; padding-left:10px;}
.header-top .header-contato > span a:hover { text-decoration: underline;}
.header-top .header-contato > .btn-face { display: inline-block;}
.header-top .header-contato > .btn-ip { display: inline-block; background: #4b9cca; color:#FFF;padding: 5px 15px;border-radius: 15px;font-size: 10pt; transition: 0.5s; vertical-align: middle; margin: 0 5px;}
.header-top .header-contato > .btn-ip:hover{background-color: #2F82B1;}
.header-top .header-contato > .curtir-fb{display: inline-block; height: 20px; vertical-align: middle; margin: 0 10px;}
.header-top .header-contato > .curtir-fb iframe{height: 20px;}
.header-bottom { height: 82px;}
.header-bottom .logo { float: left; margin-left: -10px; margin-top: 15px;}
.header-bottom .logo h1 { visibility: hidden;}
.header-bottom-bg { background: #FFF;}

.header-mobile{display: none;}
.menu-mobile{display: none;}

/*WhatsApp Contact*/
div.whatsAppContact{position: fixed; right: 15px; bottom: 15px; height: 60px; width: 60px; background-color: #3AF154; z-index: 999; text-align: center; display: inline-block; vertical-align: top; transition: 0.5s; border-radius: 999px; padding: 2px;}

div.whatsAppContact:hover{background-color: #00cc00;}

div.whatsAppContact a img{width: 35px; height: 35px; margin-top: 13px;}
/*
============
===NAVBAR===
============
*/
.navbar{}
.navbar-list{float: right;}
.navbar-list > li{float: left; height: 82px; position: relative;}
.navbar-list > li:hover, .navbar-list > li.ativo{background: #f6f6f6; border-bottom: 4px solid #1a1a1a; height: 78px;}
.navbar-list > li.link-sub-navbar:hover{background: #f6f6f6; border-bottom: 0; height: 82px;}
.navbar-list > li > a{display: block; font-size: 0.75em; line-height: 20px; height: 100%; text-align: center; width: 95px; padding-top: 30px; outline:none;}
/*.navbar-list > li:last-child > a{padding-top: 20px;}*/
.link-sub-navbar > a{cursor: default;}
.sub-navbar{display: none; border-bottom: 4px solid #1a1a1a; z-index: 200; position: absolute; top: 82px; left: 0;}
.sub-navbar li a{background: #f6f6f6; color: #1a1a1a; display: block; font-size: 0.875em; line-height: 40px; height: 40px; padding-left: 10px; width: 100px;}
.sub-navbar li a:hover{background: #FFFFFF;}
.f-nav{z-index: 999; width:100%; position: fixed; top: 0; -webkit-box-shadow: 0px 1px 7px 0px rgba(50, 50, 50, 0.75); -moz-box-shadow: 0px 1px 7px 0px rgba(50, 50, 50, 0.75); box-shadow: 0px 1px 7px 0px rgba(50, 50, 50, 0.75);}
/*
==============
===CAROUSEL===
==============
*/
.carousel { background: #dddddd url(../images/carousel.png) no-repeat bottom center; height: 480px; }
.carousel ul.carousel-show > li { height: 480px; width: 960px;}
.carousel-head { padding: 35px 0; position: relative; }
.carousel-head .btn-carousel { background: #dddddd; border: none; border-radius: 20px; font-size: 0.9375em; padding: 8px 20px; position: absolute; top: 50px; right: 100px; -moz-border-radius: 20px; -webkit-border-radius: 20px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
.carousel-head .btn-carousel:hover { color: #FFFFFF; background: #4b9cca;}
.carousel-head h1 { font-size: 1.562em; margin: 0; padding: 0; text-align: center;}
.carousel-head h2 { font-size: 1.125em; font-weight: normal; margin: 0; padding: 5px 0 0 0; text-align: center;}
.carousel-content { height: 356px;}
.carousel-pager { overflow: hidden; text-align: center; z-index: 500; width: 100%; position: absolute; bottom: 10px;}
.carousel-pager span { color: #949494; cursor: pointer; display: inline-block; font-family: arial; font-size: 50px; height: 16px; width: 16px;}
.carousel-pager span.cycle-pager-active {text-shadow: 0px 0px 2px #1a1a1a; color: #FFFFFF;}
.carousel-pager > * { cursor: pointer;}
i.prev-carousel, i.next-carousel { cursor: pointer; height: 39px; z-index: 900; width: 39px; position: absolute; top: 220px;}
i.prev-carousel { background: url(../images/navigation-carousel.png) no-repeat bottom left; left: 0;}
i.prev-carousel:hover { background: url(../images/navigation-carousel.png) no-repeat bottom right; left: 0;}
i.next-carousel { background: url(../images/navigation-carousel.png) no-repeat top left; right: 0;}
i.next-carousel:hover { background: url(../images/navigation-carousel.png) no-repeat top right; right: 0;}
/*------------------------------------------------------------------------------------------------------------------------------------------INDEX*/
.main{}
.menu{background: #1a1a1e; height: 130px; -webkit-box-shadow: 0px 1px 7px 0px rgba(50, 50, 50, 0.75); -moz-box-shadow: 0px 1px 7px 0px rgba(50, 50, 50, 0.75); box-shadow: 0px 1px 7px 0px rgba(50, 50, 50, 0.75);}
.menu-list{overflow: hidden;}
.menu-list .menu-box{height: 36px; opacity: 1; overflow: hidden; width: 192px; position: absolute; bottom: 8px; left: 0;}
.menu-list .menu-box h2{color: #FFFFFF; font-size: 1.125em; font-weight: bold; text-align: center; position: absolute; left: 0px; top: 0px; right: 0;}
.menu-list .menu-box ul{margin-top: 45px}
.menu-list .menu-box ul li a{color: #FFFFFF; cursor: pointer; display: block; font-size: 0.937em; text-align: center;}
.menu-list .menu-box ul li a:hover{text-decoration: underline;}
.menu-list .menu-box-bg{background: url(../images/menu-box.png) repeat top center;}
.menu-list > li{display: table; float: left; height: 130px; overflow: hidden; position: relative; width: 192px;}
.menu-desc{display: none; overflow: hidden; padding: 0; position: relative; width: 100%;}
.menu-desc .esc { background: #1a1a1a; color: #FFFFFF; cursor: pointer; display: block; height: 20px; line-height: 20px; text-align: center; width: 20px; position: absolute; right: 0; top: 10px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in;}
.menu-desc .esc:hover { background: #C80000; }
.menu-desc h3{font-size: 1.25em; padding: 10px 0;}
.index-portifolio{height: auto;}
.index-portifolio-header { display: table; height: 73px; padding: 35px 0; width: 100%;}
.index-portifolio-header h2{font-size: 1.562em; margin: 5px 0; text-align: center;}
.index-portifolio-header h3{font-size: 1.062em; font-weight: normal; margin: 0; text-align: center;}
.icon-menu{background: url(../images/sprite-menu.png) no-repeat; display: block; margin: 30px auto 0 auto;}
.websites-menu{background-position: 0px 0px; height: 39px; width: 49px;}
.sistemas-menu{background-position: -61px 0px; height: 39px; width: 41px;}
.hospedagem-menu{background-position: -113px 0px; height: 39px; width: 39px;}
.emails-menu{background-position: -164px 0px; height: 39px; width: 41px;}
.design-menu{background-position: -215px 0px; height: 39px; width: 29px;}
/*-------------------------------------------------------------MENU-DESC*/
.criacao-website{background: url(../images/criacao-website-bg.png) repeat-x top center; height: 280px;}
.criacao-website h3{text-align: center;}
.icons-criacao{display: block; background: url(../images/criacao-website-icon.png) no-repeat; height: 66px; margin: -33px auto 0 auto; width: 66px;}
.icon01{background-position: 0px 0px;}
.icon02{background-position: -137px 0px;}
.icon03{background-position: -262px 0px;}
.icon04{background-position: -392px 0px;}
.icon05{background-position: -524px 0px;}
.icon06{background-position: -652px 0px;}
.icon07{background-position: -783px 0px;}
.criacao-website .criacao-content{display: table; margin: 0 auto; padding-top: 40px;}
.criacao-website .criacao-item{background: url(../images/criacao-website-box.png) no-repeat top center; float: left; height: 105px; margin: 0 2px; width: 129px;}
.criacao-website .criacao-item h4{font-size: 1.25em; margin-top: 5px; text-align: center;}
.criacao-website .criacao-item p{font-size: 0.75em; margin-top: 8px; text-align: center}
/*------------------------------------------------------------------------------------------------------------------------------------------FOOTER*/
.footer{background: url(../images/footer.png) repeat top center; height: 290px;}
.footer-top{background: url(../images/footer-tab.png) no-repeat center 70px; height: 173px; }
.footer-top h4 { text-align: center; line-height: 52px; margin: 0; padding: 10px 0;}
.footer-top h4 > span { font-size: 17px; font-weight: bold;}
.footer-top .form-retorno{padding-top: 15px;}
.footer-top .form-retorno fieldset{margin: 0 auto; width: 910px;}
.footer-top .form-retorno label { float: left; padding-right: 6px;}
.footer-top .form-retorno input{ border: 1px solid #dddddd; line-height/*\**/: 36px\9; height: 36px; padding-left: 52px; width: 200px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
.footer-top .form-retorno input[name="nome-news"]{background: #FFFFFF url(../images/input-name.png) no-repeat top left;}
.footer-top .form-retorno input[name="tel-news"]{background: #FFFFFF url(../images/input-tel.png) no-repeat top left;}
.footer-top .form-retorno input[name="email-news"]{background: #FFFFFF url(../images/input-email.png) no-repeat top left;}
.footer-bottom { background: #1a1a1a; height: 200px; overflow: hidden;}
.footer-bottom .container > div { background: url(../images/footer-bottom-left.jpg) no-repeat center center; width: 280px; margin-left: 275px;}
.footer-bottom .container > div span:nth-child(1) { color: #FFFFFF; display: block; font-size: 17px; padding-top: 18px; text-align: center;}
.footer-bottom .container > div span:nth-child(2) { color: #e0f813; display: block; font-size: 22px; padding-top: 68px; text-align: center;}
.footer-bottom .container > div span:nth-child(3) { color: #FFFFFF; display: block; font-size: 17px; padding-top: 5px; text-align: center;}
.bg-footer { margin-right: -889px; z-index: 100; position: absolute; right: 50%; top: 0;}
.copyright { height: 58px; line-height: 48px;}
.copyright .container > a {}
.copyright .container > a:hover { text-decoration: underline;}

.plugin-face{position: absolute; margin-top: -136px; left: 14%;}
/*
=============
==PORTFOLIO==
=============
*/
.work-list {}
.work-list > ul > li {height: 250px; position: relative; width: 25%;}
.work-list > ul > li.inactive:after { content: ''; height: 100%; width: 100%; position: absolute; top: 0; left: 0; z-index: 999;}
.work-list ul {list-style: none; margin: 0; padding: 0;}
.work-list li {float: left;}
.work-list .work {height: 250px; overflow: hidden; width: 100%; position: absolute; top: 0; left: 0; z-index: 10; }
.work-list .img {z-index: 999; position: absolute; top: 60px; left: 0; right: 0;}
.work-list .mask-fixed { display: block; height: 370px; width: 100%; position: absolute; left: 0; bottom: 0; background: rgba(20,20,20,0.2); opacity: 1; z-index: 50; transition: all 0.5s ease-in; -moz-transition: all 0.5s ease-in; -webkit-transition: all 0.5s ease-in; -o-transition: all 0.5s ease-in;}
.work-list li:hover .mask-fixed { background: #4b9cca;}
.work-list li:hover h2, .work-list li:hover .box-hover-portf { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1;}
.work-list h2 { color: #fff; font-size: 1.562em; line-height: 1; margin: 0; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; padding: 50px 25px; text-align: center; z-index: 60; width: 100%; position: relative; left: 0px; top: 0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition: all 0.5s ease-in; -moz-transition: all 0.5s ease-in; -webkit-transition: all 0.5s ease-in; -o-transition: all 0.5s ease-in;}
.work-outer.active .mask-black { z-index: auto;}
.no-opacity .work-list .mask { background: url("../images/work-list-mask.png") bottom repeat-x;}
.work-links { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; position: absolute; bottom: -78px; left: 100px; z-index: 6;}
.work-links li { border-left: 1px solid #fff; margin-left: 11px; padding-left: 12px; position: relative;}
.work-links li:first-child { border-left: 0; margin-left: 0; padding-left: 0;}
.work-links .js-hover-state { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; position: absolute; top: 0; right: 0;}
.work-links .is-disabled { cursor: default;}
.work-links .is-disabled .js-normal-state { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10); opacity: 0.1;}
.work-links .is-disabled .js-hover-state { display: none;}
.work-links .js-hover-state { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; position: absolute; top: 0; right: 0;}
.work-links .js-hover-state { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; position: absolute; top: 0; right: 0;}
.box-hover-portf { display: table; margin: 0 auto; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; position: relative; bottom: 0px; z-index: 999; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.box-hover-portf > a { display: block; float: left; margin: 0 5px; height: 48px; width: 48px;}
.info-portf { background: url(../images/info.png) no-repeat;}
.link-portf { background: url(../images/link.png) no-repeat;}
/*-----------------------------------------------------------------------------------------------------------------------------------PORTFOLIO*/
.portfolio-item_content { text-align: center; padding-bottom: 100px; }
.portfolio-nav { background: black; height: 75px; margin-top: 5px;}
.portfolio-nav ul { display: table; margin: 0 auto !important;}
.portfolio-nav ul li { float: left; transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in;}
.portfolio-nav ul li:hover, .portfolio-nav ul li.ativo { background: #4b9cca;}
.portfolio-nav ul li a { color: #FFFFFF; display: block; padding: 28px 40px;}
.btn-carrega { cursor: pointer; display: block; margin: 10px auto; padding: 20px 25px;}
/*-------------------------------------------------------------------------------------------------------------------------------------EMPRESA*/
#empresa { background: #FFFFFF url(../images/carousel.jpg) no-repeat center -20px;}
.empresa { display: table; padding: 0 0 50px 0;}
.empresa .p { line-height: 25px;}
.empresa .p10l { padding-right: 5px;}
.empresa .p10r { padding-left: 5px;}
.empresa div.clear.col06.left > p { padding-right: 10px;}
.empresa div.col05c.right > p { padding-left: 10px; padding-right: 0;}
/*
===========
==BUTTONS==
===========
*/
.btn-portf-home { margin: 35px auto; width: 120px;}
.btn-footer { float: left; padding: 11px 25px!important;}
.btn-6 { border: 1px solid #191919; margin: 18px;}
.box-carrega { margin: 30px auto; text-align: center;}
.btn-carrega { margin: 0px auto;}

.btn { background: #1a1a1a; border: none; color: #FFFFFF; cursor: pointer; display: block; min-width: 120px; padding: 15px 25px; text-align: center; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
.btn:hover { color: #FFFFFF; background: #4b9cca;}
/*
============
==SERVIÇOS==
============
*/
  .content-h { display: table; min-height: 350px; position: relative;}
  .content-h h1 { color: #000; display: block; font-size: 2.375em; margin: 20px 0; text-align: center;}
  .content-h .servsub-tt { color: #000; display: block; font-size: 1.562em; margin: 0 auto; text-align: center; width: 700px;}
  .content-h p { color: #000; margin: 0; line-height: 25px; text-align: center;}
  .content-h .servbox-cont {}
  .content-h .servhalf { float: left; width: 50%}
  .content-h .servhalf-cont { color: #000; margin: 0; line-height: 25px; padding: 0 20px; text-align: justify;}
  .content-h .servhalf p { color: #FFF; margin: 0; line-height: 25px; text-align: justify;}
  .content-h .servbox-cont p {}

  .content-h .serv-dom { background: rgba(255,255,255,0.5); display: table; margin: 0 20px; padding: 20px 20px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;} 
  .content-h .serv-dom #dominio { border: 1px solid #dddddd; float: left; line-height/*\**/: 36px\9; height: 36px; padding-left: 10px; width: 260px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;} 
  .content-h .serv-dom .dominio-tt { display:block; padding-bottom: 10px;}
  .content-h .serv-dom #resultado-pesquisa { margin-top: 10px; width: 400px;}
  .content-h .serv-dom #resultado-pesquisa table { margin-bottom: 10px;}
  .content-h .serv-dom #resultado-pesquisa table tr { line-height: 30px; padding: 5px 0;}
  .bot-procurar { padding: 11px 25px!important;}


  .colorcont-w hr { background-color: #FFF; }
  .colorcont-w h1, .colorcont-w .servsub-tt, .colorcont-w p, .colorcont-w li { color: #FFF; }
  .colorcont-b hr { background-color: #1a1a1a;}
  .colorcont-b h1, .colorcont-b .servsub-tt, .colorcont-b p, .colorcont-b li { color: #1a1a1a!important;}
  .vert { display: table-cell; vertical-align: middle;}
  .btn-serv { background: #4b9cca; border: none; color: #FFFFFF; cursor: pointer; display: block; margin: 50px auto; max-width: 260px; min-width: 120px; padding: 15px 25px; text-align: center; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
  .btn-serv:hover { background: #000000;}
  .boxbtn-serv { display: table; margin: 0 auto;}
  .boxbtn-serv > .btn-serv{ margin: 50px 20px;}
  .smallhr-serv { border: none; height: 1px; margin: 20px auto; width: 100px;}
  .largehr-serv { border: none; height: 1px; margin: 20px auto; width: 300px;}
  .btn-scroll { background: url(../images/btn-serv.png) no-repeat; background-position: bottom right; cursor: pointer; display: block; height: 39px; margin: 20px auto; width: 39px;}
  .btn-scroll:hover { background-position: top right;}
  .btn-scrollast { background: url(../images/btn-serv.png) no-repeat !important; background-position: bottom left !important;}
  .btn-scrollast:hover { background-position: top left!important;}

  .indisponivel { color: red;}
  .disponivel { color: green;}

  .bgParallax { background-attachment: fixed; background-position: bottom center; background-repeat: no-repeat; max-width: 1920px; min-height: 100%; position: relative; width: 100%;}
  #siteservico { background-image: url(../images/servicos/bgnew02.jpg);}
  #hospedagemservico { background-image: url(../images/servicos/bg1.jpg);}
  #adwords { background-image: url(../images/servicos/bgnew03.jpg);}
  #dominios { background-image: url(../images/servicos/bg3.jpg);}
  #dominios .fancybox-media { color: #ffffff; display: block; font-size: 25px; line-height: 35px;}
  #dominios .fancybox-media:hover { text-decoration: underline;}
  #sistemas { background-image: url(../images/servicos/bg2.jpg);}
  #email-mkt { background-image: url(../images/servicos/bg4.jpg);}
  #servicos { background-image: url(../images/servicos/bg-test.jpg);}
/*
====================
==CONTATO=TRABALHE==
====================
*/
.bg-trabalhe, .bg-contato { background: #FFFFFF url(../images/carousel.jpg) no-repeat center -20px;}
.trabalhe, .contato { display: table; padding: 0 0 50px 0;}
.enviada { background: #dff0d8; padding: 16px 10px;}
.falha { background: #f2dede; padding: 16px 10px;}
.box-planos{display: table; background: #efefef;  border: 1px solid #ccc; border-radius: 8px;}
#form-dados {width: 960px}
#form-dados input{ border: 1px solid #c1c1c1; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; height: 36px; line-height/*\**/: 36px\9; padding: 0 10px; width: 450px;}
#form-dados select{ border: 1px solid #c1c1c1; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; height: 36px; line-height/*\**/: 36px\9; padding: 0 10px; width: 472px; cursor: pointer;}
#form-dados input[type="file"]{ border: none; height: auto; padding: 5px 0; width: 470px;}
#form-dados textarea{ border: 1px solid #dddddd; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; height: 108px; line-height/*\**/: 36px\9; resize: none; padding: 10px; width: 940px;}
#form-dados .btn-serv{ float: right!important; margin: -40px 0 0 0!important;}
.inputGroup { clear: both; display: table; margin: 10px 0; width: 100%;}
.map { height: 400px; width: 100%;}
.trabalhe-box { margin: 80px 0 50px 0;}
.trabalhe-box a { margin: 20px auto;}
.trabalhe-box a.text { font-size: 1.062em; font-weight: normal; margin: 0; text-align: center; color: #4b9cca; display: block; width: 100%;}
.trabalhe-box a.text:hover {text-decoration: underline;}
.trabalhe-box h2 { font-size: 1.562em; margin: 5px 0; text-align: center;}
.trabalhe-box h3 { font-size: 1.062em; font-weight: normal; margin: 0; text-align: center;}

.meuip{width: 100%; padding: 0 0 50px 0;}
.title-page h1 strong{color: red}
/*
==============
==HOSPEDAGEM==
==============
*/
#hospedagem { background: #FFFFFF url(../images/carousel.jpg) no-repeat center -20px;}
#hospedagem hr { border-top: 1px solid #bababa; border-bottom: 1px solid #f8f8f8; border-left: none; border-right: none;}
.hospedagem { display: table; padding: 0 0 50px 0; width: 100%;}
.planos { display: table; height: 100%; padding-top: 40px!important; width: 100%;}
.planos > li { display: table; float: left; height: 100px;}
.planos > li::after { background: url(../images/pl-sw.png) 50% 100% no-repeat; background-size: 100% 23px; content: ''; display: block; height: 23px; width: 100%;}
.planos > li > ul.plano { background: #eeeeee; border-bottom: solid 2px #D3D3D3; padding: 0!important; position: relative; width: 100%; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out;}
.planos > li > ul.plano li:first-child { border-top: initial!important;}
.planos > li > ul.plano li { border-top: #ffffff 1px solid; color: #9d9d9d; font-size: 15px; line-height: 16px; padding: 0; position: relative; text-align: center;}
.planos > li > ul.plano.ativo { background: #ffffff; margin-top: -25px!important; -webkit-box-shadow: 0px -1px 15px 0px rgba(127, 127, 127, 0.75); -moz-box-shadow: 0px -1px 15px 0px rgba(127, 127, 127, 0.75); box-shadow: 0px -1px 15px 0px rgba(127, 127, 127, 0.75);}
.planos > li > ul.plano.ativo li { border-top: #ebebeb 1px solid; color: initial; text-align: center;}
.planos > li > ul.plano.ativo li:nth-child(odd) { background: #eeeeee;}
.planos > li > ul.plano.ativo li:hover { background: #4b9cca; color: #ffffff; cursor: default;}
.planos > li > ul.ativo li:last-child { background-color: #ffffff!important;}
.planos > li > .melhorplano::before { background: url(../images/flagplano.png) no-repeat; content: ''; display: block; height: 80px; width: 80px; position: absolute; top: -5px; left: -5px; z-index: 99;}
.btn-planobox a { background: #88898a; border: none; -webkit-border-radius: 5; -moz-border-radius: 5; border-radius: 5px; display: table; color: #ffffff; font-size: 17px; margin: 30px auto; padding: 10px 20px 10px 20px; text-decoration: none;}
.btn-planobox a:hover { background: #1a1a1a!important; border: none!important; text-decoration: none!important;}
.planos > li > ul.plano.ativo li .btn-planobox > a { background: #4b9cca; cursor: pointer;}
.planos > li > ul.plano li > table { margin: 0 auto; padding: 0; width: 90%;}
.planos > li > ul.plano li > table tr td { padding: 10px 0; text-align: center;}
.planos > li > ul.plano li > h2 { background: #ffffff; font-size: 18px; line-height: 16px; margin: 0; padding: 20px 0 60px 0; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out;}
.planos > li > ul.plano.ativo li > h2 { color: #ffffff; text-shadow: 1px 1px 1px rgba(0,0,0,.3);}
.planos > li > ul.plano li.plan-price { background: #ffffff!important; height: 80px;}
.planos > li > ul.plano li.plan-price > div { background: #FFF; -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.38) inset; -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.38) inset; box-shadow: 1px 1px 3px rgba(0,0,0,0.38) inset; -webkit-border-radius: 120px; -moz-border-radius: 120px; border-radius: 120px; font-size: 25px; height: 75px; margin: -50px auto 0 auto; padding-top: 40px; width: 120px; }
.planos > li > ul.plano.ativo li.plan-price > div { color: #1a1a1a;}
.planos > li > ul.plano li.plan-price > div small { display: block; font-size: 12px; margin-top: 9px;}
.planos > li > ul.plano.ativo li.plan-price > div small { color: #1a1a1a;}
.planos > li > ul.plano li.plan-price > div span { font-size: 14px;}
.recursos > li { float: left; height: 250px; overflow: hidden; padding: 0 2%; position: relative; width: 46%;}
.recursos > li:nth-child(1) { background: #ffc000;}
.recursos > li:nth-child(2) { background: #e54e23;}
.recursos > li:nth-child(3) { background: #52456c;}
.recursos > li:nth-child(4) { background: #699727;}
.recursos > li:nth-child(5) { background: #0dbede;}
.recursos > li h3 { color: #FFFFFF; font-size: 30px; margin: 20px 0; text-align: center; width: 100%; position: absolute; left: 0; top: 30%;}
.recursos > li > ul { display: table; height: 200px; padding: 50px 4% 0 4%!important; opacity: 0; position: relative; width: 92%;}
.recursos > li > ul > li { color: #FFFFFF; display: table-cell; font-size: 15px; vertical-align: middle;}
.recursos > li > ul > li span { display: block;}
.formHospedagem { padding: 82px 0;}
#form-dados-campo {width: 950px; background-color: #efefef; padding: 5px; border-radius: 8px; border: 1px solid #ccc;}
.espacaMicro{height: 100px;}
.espacaBronze{height: 85px;}
.espacaPrata{height: 16px;}

/*
=========
==SITES==
=========
*/
#sites { background: #FFFFFF url(../images/carousel.png) no-repeat center -20px;}
/*
==============
==HOSPEDAGEM==
==============
*/
.form-popup { padding: 0 20px; width: 450px;}
.form-popup input{ border: 1px solid #dddddd; border-radius: 5px!important; -moz-border-radius: 5px!important; -webkit-border-radius: 5px!important; height: 36px; line-height/*\**/: 36px\9; padding: 0 10px; width: 450px;}
.form-popup textarea{ border: 1px solid #dddddd; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; height: 108px; line-height/*\**/: 36px\9; padding: 10px; resize: none; width: 450px;}
.box-dominio { background: #efefef; border: 1px solid #ccc; border-radius: 4px; box-shadow: 1px 1px 0 #fff inset; clear: both; font-size: 18px; margin: 10px 0; overflow: hidden; padding: 10px 10px; text-align: center; width: 450px;}


#hospedagem-passo-1 { float: left; width: 50%;}
#hospedagem-passo-2 { float: left; width: 50%;}
.box-planos > a { float: left; height: 107px; margin: 7px 30px; padding: 0 10px; position: relative; text-shadow: 1px 1px 1px rgba(0,0,0,.5); width: 155px;}
.box-planos > a:hover { opacity: 0.8;}
.box-planos > a input { position: absolute; left: -50px; visibility: hidden;}
.box-planos > a.anual { background: url(../images/plano-anual.gif) no-repeat;}
.box-planos > a.mensal { background: url(../images/plano-mensal.gif) no-repeat;}
.box-planos > a.trimestral { background: url(../images/plano-trimestral.gif) no-repeat;}
.box-planos > a.semestral { background: url(../images/plano-semestral.gif) no-repeat;}
.box-planos > a > div.preco { color: #FFFFFF; display: block; font-size: 29px; line-height: 1.1em; margin-top: 20px; width: 100%;}
.box-planos > a > div.preco span.absolute { font-size: 18px; position: absolute; bottom: -4px; right: 19px;}
.box-planos > a > div.preco strong { font-size: 42px; font-weight: bold;}
.box-planos > a > div.preco strong span.cents { font-size: 22px; position: relative; top: -18px;}
.box-planos > a > div.boleto { color: #ffffff; font-size: 15px; text-align: center; text-transform: uppercase;}
.box-planos > a > div.preco { display: block; font-size: 29px; line-height: 1.1em; margin-top: 20px; width: 100%;}
.box-planos > a > img.badge { position: absolute; top: -10px; left: -20px; z-index: 10;}
#planos > .box-dominio { background: #efefef; border: 1px solid #ccc; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; box-shadow: none; display: table; padding: 20px 20px;}
.box-plano .inputradio > input { margin-right: 10px; }
.box-plano .inputradio { display: block;}
.box-dominio #nao-possuo input.dominio, .box-dominio #ja-possuo input.dominio { border: 1px solid #dddddd; border-radius: 5px!important; -moz-border-radius: 5px!important; -webkit-border-radius: 5px!important; float: left; font-size: 16px; font-weight: normal; height: 36px; line-height/*\**/: 36px\9; padding-left: 10px; width: 260px;}
#bot-next-1 { background: #1a1a1a; border: none; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; clear: both; color: #FFFFFF; cursor: pointer; display: block; margin: 5px 0; min-width: 120px; padding: 15px 25px; text-align: center; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s;}
#bot-next-1:hover { color: #FFFFFF; background: #4b9cca;}
#nao-possuo .bot-procurar, #ja-possuo .bot-procurar { float: right;}
#dominioExistente { clear: both; padding: 10px 0;}


.backRed, .backBlue { position: absolute;   height: 25px;
  line-height: 25px;
  padding: 0 10px;
  color: #fff;
  overflow: hidden;
  bottom: -5px;
  right: -5px;
  border-radius: 2px;}
/*
=====================
==PLANOS=HOSPEDAGEM==
=====================
*/.planos > li > ul.plano.classemicro.ativo h2 { background: #5f9bfc; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYTI0MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYTczMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #5f9bfc 0%, #376aba 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5f9bfc), color-stop(100%,#376aba)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #5f9bfc 0%,#376aba 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #5f9bfc 0%,#376aba 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #5f9bfc 0%,#376aba 100%); /* IE10+ */
background: linear-gradient(to bottom, #5f9bfc 0%,#376aba 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f9bfc', endColorstr='#376aba',GradientType=0 ); /* IE6-8 */}

.planos > li > ul.plano.classebronze.ativo h2 { background: #ffa241; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYTI0MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYTczMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #ffa241 0%, #fa7301 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa241), color-stop(100%,#fa7301)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffa241 0%,#fa7301 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffa241 0%,#fa7301 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffa241 0%,#fa7301 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffa241 0%,#fa7301 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa241', endColorstr='#fa7301',GradientType=0 ); /* IE6-8 */}

.planos > li > ul.plano.classeprata.ativo h2 {background: #ccdae5; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjZGFlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MTYxNjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #ccdae5 0%, #516168 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccdae5), color-stop(100%,#516168)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ccdae5 0%,#516168 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ccdae5 0%,#516168 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ccdae5 0%,#516168 100%); /* IE10+ */
background: linear-gradient(to bottom, #ccdae5 0%,#516168 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccdae5', endColorstr='#516168',GradientType=0 ); /* IE6-8 */}

.planos > li > ul.plano.classeouro.ativo h2 {background: #fce203; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZTIwMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZDdkMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #fce203 0%, #ad7d00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fce203), color-stop(100%,#ad7d00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fce203 0%,#ad7d00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fce203 0%,#ad7d00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fce203 0%,#ad7d00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fce203 0%,#ad7d00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fce203', endColorstr='#ad7d00',GradientType=0 ); /* IE6-8 */}
/*
================
==PLANOS=SITES==
================
*/
.planos > li > ul.plano.classeconvencional.ativo h2 {
  background: #00bff2; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYmZmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDk1ZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #00bff2 0%, #0095e9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00bff2), color-stop(100%,#0095e9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #00bff2 0%,#0095e9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #00bff2 0%,#0095e9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #00bff2 0%,#0095e9 100%); /* IE10+ */
background: linear-gradient(to bottom,  #00bff2 0%,#0095e9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bff2', endColorstr='#0095e9',GradientType=0 ); /* IE6-8 */
}
.planos > li > ul.plano.classemensal.ativo h2 {
background: #ffd600; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZDYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjg1MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffd600 0%, #ff8500 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd600), color-stop(100%,#ff8500)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffd600 0%,#ff8500 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffd600 0%,#ff8500 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffd600 0%,#ff8500 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffd600 0%,#ff8500 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd600', endColorstr='#ff8500',GradientType=0 ); /* IE6-8 */
}
.planos > li > ul.plano.classepersonalizado.ativo h2 {
background: #ff3019; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMzAxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZjA0MDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-8 */
}
.planos > li > ul.plano.classemobile.ativo h2 {
background: #3bd611; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNiZDYxMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOTlhMGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #3bd611 0%, #299a0b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3bd611), color-stop(100%,#299a0b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #3bd611 0%,#299a0b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #3bd611 0%,#299a0b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #3bd611 0%,#299a0b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #3bd611 0%,#299a0b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bd611', endColorstr='#299a0b',GradientType=0 ); /* IE6-8 */

}
/*
===========
==EMPRESA==
===========
*/
.box-prin { background: url(../images/principios.jpg); padding: 56px 0;}
.box-prin .container > div { color: #FFFFFF; font-size: 1.562em; margin: 0; padding: 5px 0 0 0; text-align: center;}
.principios { display: table; height: 230px; padding: 50px 0 15px 0!important; width: 960px;}
.principios li { float: left; height: 230px; margin: 0 5px; width: 230px; position: relative;}
.principios li > div.circle{ background: url(../images/overlay-prin.png); border-radius: 230px; height: 0px; overflow: hidden; padding: 0; width: 0px; position: absolute; top: 115px; left: 115px;}
.principios li div.circle strong { display: block; font-size: 1.375em; text-align: center;}
.principios li div.circle p { line-height: 25px; text-align: center;}
.texthover { color: #FFFFFF; font-size: 1.375em; text-align: center; width: 230px; position: absolute; top: 90px;}
.list-btn-about { background: #f0f0f0; display: table; padding: 50px 0; width: 100%;}
.list-btn-about h2 { font-size: 1.562em; margin: 0; padding: 0; text-align: center;}
.list-btn-about h3 {font-size: 1.125em; font-weight: normal; margin: 0 0 50px 0; padding: 5px 0 0 0; text-align: center; }
.list-btn-about ul.firstlist-about { padding-left: 195px!important; width: 285px;}
.list-btn-about ul.lastlist-about { padding-left: 40px!important; width: 440px;}
.list-btn-about li { margin: 0 0 20px 0; }
/*
==================
==PORTFOLIO=ITEM==
==================
*/
.portfolio-prev{width: 100px; height: 250px; position: fixed; left: 0%; z-index: 9999999;}
.portfolio-prev a{width: 100%; height: 100%; display: block; text-align: center;}
.portfolio-prev a img{margin-top: 100px;}
.prev-detalhe{width: 210px; height: 250px; position: absolute; left: 0%; top: 0%; background: #202020; display: none;}
.prev-detalhe p{display: block; color: #fff; text-align: center; padding:0 20px;}

.portfolio-next{width: 100px; height: 250px; position: fixed; right: 0%; z-index: 9999999;}
.portfolio-next a{width: 100%; height: 100%; display: block; text-align: center;}
.portfolio-next a img{margin-top: 100px;}
.next-detalhe{width: 210px; height: 250px; position: absolute; right: 0%; top: 0%; background: #202020; display: none;}
.next-detalhe p{display: block; color: #fff; text-align: center; padding:0 20px;}


.portfolioitem { background-repeat: no-repeat; background-attachment: fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
.top-angle { border-color: transparent #ffffff; margin-top: 150px; border-style: solid solid solid dashed; border-width: 400px 0 0 0; border-left-width: 1424px; border-top-width: 200px;}
.content-portfolioitem { background: #ffffff; padding-top: 50px; width: 100%; float: left;}
.content-portfolioitem img{margin: auto;}

.portfolioitem-intro{width: 100%; float: left; text-align: center; margin: 20px 0} 
.portfolioitem-intro p{display: block; text-align: center;}
.portifolioitem-site{width: 100%; float: left;}
.portifolioitem-outros{width: 100%; float: left;}
.portifolioitem-boxsite{width: 100%; height: 300px; position: absolute; margin: -355px 0;}
.inside-boxsite{width: 100px; height: 100px; margin: auto; border-radius: 50%; background: url(../images/bg-circ.png) center top no-repeat; display: none;}
.inside-boxsite a{display: block; width: 100px; height: 140px; text-align: center; font-size: 18px; line-height: 35px; padding-top:30%; color: #fff}
.bot-voltar{width: 100%; float: left; margin: 15px 0}
.bot-voltar a{display: block; margin: auto; width: 100px; text-align: center; padding: 15px; background: #202020; color: #fff; border-radius: 6px;}
.bot-voltar a:hover{background: #4b9cca; transition-duration:0.4s;}

.tt-portfolioitembox { width: 100%; position: absolute; top: 100px;}
.tt-portfolioitem { background: #202020; display: table; margin: 0 auto; padding:10px; text-align: center; width: 430px;}
.tt-borda{border: 1px solid #fff; padding: 20px 10px}
.tt-portfolioitem h1, .tt-portfolioitem p{color: #ffffff;}
.tt-portfolioitem h1{font-size: 1.4em; margin-bottom: 10px;}
.tt-portfolioitem p{display: block; font-size: 0.75em; margin: 10px 0; text-align: center;}
.tt-portfolioitem hr{border-top: 3px solid #FFFFFF; margin: 0 auto; width: 120px;}

.top-mobile, .menu-mob, .mob-hide, .nav-menumob, .principios-mob, #form-dados-mob, .legulas-footer{display: none;}

/*
======================
==DUVIDAS FREQUENTES==
======================
*/
div.main div.duvidasFrequentes div.duvidas{
  margin: 20px auto 50px auto;
  background-color: #FFF;
}

div.main div.duvidasFrequentes div.duvidas ul li{
  transition: 0.3s;
}

div.main div.duvidasFrequentes div.duvidas ul li:nth-child(even){
  background-color: #EEE;
}
div.main div.duvidasFrequentes div.duvidas ul li.ativo{
  background-color: #4b9cca;
  margin: 5px 0;
}
div.main div.duvidasFrequentes div.duvidas ul li.ativo:hover{
  background-color: #4b9cca;
}
div.main div.duvidasFrequentes div.duvidas ul li.ativo a{
color: #FFF;
}
div.main div.duvidasFrequentes div.duvidas ul li.accordion{
display: none;
}
div.main div.duvidasFrequentes div.duvidas ul li.active{
display: block;
}
div.main div.duvidasFrequentes div.duvidas ul li:hover{
background-color: #757474;
}

div.main div.duvidasFrequentes div.duvidas ul li a{
  width: 100%;
  display: block;
  padding: 20px 40px;
  transition: 0.3s;
}

div.main div.duvidasFrequentes div.duvidas ul li:hover a{
  color: #FFF;
}

/*Duvida*/
div.main div.duvida div.conteudo{
  margin-bottom: 50px;
  padding: 0 10px;
}

div.main div.duvida div.conteudo p{
  line-height: 25px;
}

div.main div.duvida div.conteudo p a{
  color: #116CAE;
}

div.main div.duvida div.conteudo p a:hover{
  text-decoration: underline;
}

@media (min-width: 0px) and (max-width: 960px){
  div.main div.duvida div.conteudo img{
    width: 100%;
  }
}


/*====================MEDIA QUERIES===================*/

/*
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
  ||||||||||||||||||||                         ||||||||||||||||
   |||||||||||||||||||  TELAS DE 320 A 500 PX  |||||||||||||||
  ||||||||||||||||||||                         ||||||||||||||||
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/


@media (min-width: 320px) and (max-width: 500px){
body{width: 100%}
.tudo{min-width: 0; width: 100%}
.container{width: 100%} 
.main{width: 100%}
#br-mob{display: block !important}
.plugin-face{display: none;}
.mob-margin{margin-top: 20px !important}
.mob-ajuste{padding-top: 15px !important}

/*HEADER*/
.header-top .header-contato{display: none;}
.top-mobile{display: block; text-align: center}
.top-mobile span{font-size: 18px; padding-top: 10px; display: block;}
.navbar{display: none}
.header-bottom{}
.header-bottom .logo {float: left; margin-left: 5px; display: block; padding-top: 0;}
.menu-mob{display:block; width: 60px; float: right; margin: 15px 5px 0 0}
.menu-mob img{width: 50px}
.nav-menumob{width: 100%; position: absolute; left: 0%; margin-top: 14px}
.nav-menumob ul{width: 100%; float: left;}
.nav-menumob li{list-style: none; display: block; width: 100%}
.nav-menumob li a{text-align: center; padding: 8px 0; display: block; background-color: #eee; border-bottom: 1px solid #ddd;}

/*CAROUSEL*/
.carousel-content{display: none;}
.carousel { background: #dddddd url(../images/carousel.png) no-repeat bottom center; height: 200px; }
.carousel ul.carousel-show > li {height: 200px; width: 100%;}
.carousel-head { padding: 35px 0; position: relative; }
.carousel-head .btn-carousel { background: #dddddd; border: none; border-radius: 20px; font-size: 0.9375em; padding: 8px 20px; position: absolute; top: 150px; right: 100px; -moz-border-radius: 20px; -webkit-border-radius: 20px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
.carousel-head .btn-carousel:hover { color: #FFFFFF; background: #4b9cca;}
.carousel-head h1 { font-size: 1.562em; margin: 0; padding: 0; text-align: center;}
.carousel-head h2 { font-size: 1.125em; font-weight: normal; margin: 0; padding: 5px 0 0 0; text-align: center;}
.carousel-pager { overflow: hidden; text-align: center; z-index: 500; width: 100%; position: relative; clear: both; bottom: 10px;}
.carousel-pager span { color: #949494; cursor: pointer; display: inline-block; font-family: arial; font-size: 50px; height: 16px; width: 16px;}
.carousel-pager span.cycle-pager-active {text-shadow: 0px 0px 2px #1a1a1a; color: #FFFFFF;}
.carousel-pager > * { cursor: pointer;}
i.prev-carousel, i.next-carousel { cursor: pointer; height: 39px; z-index: 900; width: 39px; position: absolute; top: 145px;}
i.prev-carousel { background: url(../images/navigation-carousel.png) no-repeat bottom left; left: 0;}
i.prev-carousel:hover { background: url(../images/navigation-carousel.png) no-repeat bottom right; left: 0;}
i.next-carousel { background: url(../images/navigation-carousel.png) no-repeat top left; right: 0;}
i.next-carousel:hover { background: url(../images/navigation-carousel.png) no-repeat top right; right: 0;}

.index-portifolio-header {display: table; height: 73px; padding: 13px 0; margin-top: 43px; width: 100%; background-color: #4b9cca;}
.index-portifolio-header h2, .index-portifolio-header h3{color: #fff}
.index-portifolio-header h2 {font-size: 1.362em; margin: 5px 0; text-align: center;}

.work-list > ul > li {height: 250px; position: relative; width: 100%;}

.footer-top h4 {text-align: center; line-height: 25px; margin: 0; padding: 10px 0;}
.footer-top .form-retorno fieldset {margin: 0 auto; width: 100%;}
.footer-top .form-retorno label {float: none; padding-right: 6px;clear: both;}
.footer-top .form-retorno input { border: 1px solid #dddddd; height: 36px; padding-left: 52px; width: 82%; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
.btn-footer {float: left; padding: 11px 25px!important; width: 99%;}
.footer-top {background: url(../images/footer-tab.png) no-repeat center 70px; height: 330px;}
.footer-bottom {background: #1a1a1a; height: 210px;}
.footer-bottom .container > div { width: 100%; margin-left: 0}
.bg-footer{display: none;}
.copyright {height: auto; line-height: 58px; float: left; width: 100%}
.copyright-mob{display: block; line-height: 23px; text-align: center; background: #fff}

.legulas-footer{display:block; width: 100%; float: left; background: #fff; overflow: hidden;}
.legulas-footer img{width: 178%}

/*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*/
/*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*/
/*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*/

.col01{width: 80px;}
.col02{width: 96px;}
.col03{width: 120px;}
.col04{width: 160px;}
.col05{width: 240px;}
.col05c{width: 100%}
.col06{width: 100%;}
.col07{width: 100%;}

.empresa div.col05c.right > p {padding-left: 5px; padding-right: 5px;}
.principios{display: none;}
.principios-mob{display: block; width: 100%; float: left;}
.principios-mob li{width: 50%; float: left; height: 170px}
.principios-mob li h2, .principios-mob li p{text-align: center;}
.box-prin{background: #fff; padding: 0px 0;}
.box-prin .container > div {color: #000; font-size: 1.562em;  margin: 0; padding: 0px 0 0 0; text-align: center;}

.list-btn-about h3 {font-size: 1.125em; font-weight: normal; margin: 0 0 20px 0; padding: 5px 0 0 0; text-align: center;}
.list-btn-about {background: #f0f0f0; display: table; padding: 20px 0; width: 100%;}
.list-btn-about ul.firstlist-about { padding-left: 0 !important; width: 100%; text-align: center;}
.list-btn-about ul.lastlist-about {padding-left: 0 !important; width: 100%; text-align: center;}
.list-btn-about li {margin: 0; width: 100%}

/*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*/
/*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*/
/*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*/

.content-h .servsub-tt {width: 100%}
.content-h .servhalf {float: left; width: 100%;}
.content-h .servhalf p{padding: 0 5px !important}
.boxbtn-serv {display: table; margin: 0 auto; text-align: center; width: 100%;}
.boxbtn-serv > .btn-serv {margin: auto; width: 100%;}
.boxbtn-serv > .left{float: none; margin-top: 5px;}
.content-h .serv-dom {background: rgba(255,255,255,0.5); display: table; margin: 0; padding: 0; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
.content-h .serv-dom #dominio { border: 1px solid #dddddd; float: left; line-height/*\**/: 36px\9; height: 36px; padding-left: 10px; width: 100%; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
.btn { background: #1a1a1a; border: none; color: #FFFFFF; cursor: pointer; display: block; min-width: 100%; padding: 15px 25px; text-align: center; border-radius: 5px; -moz-border-radius: 5px;
  -webkit-border-radius: 5px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
.content-h .serv-dom #resultado-pesquisa {margin-top: 10px; width: 100%; float: left;}
.content-h .serv-dom {background: rgba(255,255,255,0.5); display: table;  margin: 0; width: 100%; padding: 0;  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}

#servicos{display: none;}
.siteservico-mob{background: #222}
.hospedagem-mob{background: #0dbede}
.adwords-mob{background: #eee}
.dominios-mob{background: #699727}
.sistemas-mob{background: #222}
.email-mob{background: #e54e23}
.servicos-mob{background: #eee}

/*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*/
/*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*/
/*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*/

.portfolio-nav{display: none;}
.work-list li:hover h2, .work-list li:hover .box-hover-portf { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1;}
.box-hover-portf { display: table; margin: 0 auto; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 1; position: relative; bottom: 0px; z-index: 999; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.box-hover-portf > a { display: block; float: left; margin: 0 5px; height: 48px; width: 48px;}

.content-portfolioitem img {margin: auto;  width: 100%;}
.tt-portfolioitem {background: #202020; display: table; margin: 0 auto; padding: 10px; text-align: center; width: 90%;}

/*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*/
/*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*/
/*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*/

.planos {display: table; height: 100%; padding-top: 40px!important; width: 68%; margin: auto !important;}

/*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*/
/*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*/
/*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*/

.recursos > li {float: left; height: 300px; overflow: hidden; padding: 0; position: relative; width: 100%;}
.recursos > li > ul {display: table; height: 200px; padding: 80px 4% 0 4%!important; opacity: 0; position: relative; width: 92%;}
.btn-planobox{display: none;}

/*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*/
/*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*/
/*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*/

#form-dados{display: none;}
#form-dados-mob{display: block;}
#form-dados-mob input{width: 95%; float: left; margin-bottom: 3px; margin-left: 5px; height: 35px; border: 0}
#form-dados-mob textarea{width: 95%; float: left; margin-bottom: 3px; margin-left: 5px; border: 0}
.btn-contmob {background: #4b9cca; border: none;  color: #FFFFFF; cursor: pointer; display: block; margin: auto; max-width: 260px; min-width: 80%; padding: 15px 25px; text-align: center;
    clear: both; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -webkit-transition: all 0.3s;  -moz-transition: all 0.3s; transition: all 0.3s;}
}

/*
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
  ||||||||||||||||||||                         ||||||||||||||||
   |||||||||||||||||||  TELAS DE 501 A 600 PX  |||||||||||||||
  ||||||||||||||||||||                         ||||||||||||||||
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/

@media (min-width: 501px) and (max-width: 600px){
body{width: 100%}
.tudo{min-width: 0; width: 100%}
.container{width: 100%} 
.main{width: 100%}

/*HEADER*/
.header-top .header-contato{display: none;}
.top-mobile{display: block; text-align: center}
.top-mobile span{font-size: 18px; padding-top: 10px; display: block;}
.navbar{display: none}
.header-bottom{}
.header-bottom .logo {float: left; margin-left: 5px; display: block; padding-top: 0;}
.menu-mob{display:block; width: 60px; float: right; margin: 15px 5px 0 0}
.menu-mob img{width: 50px}
.nav-menumob{width: 100%; position: absolute; left: 0%; margin-top: 14px}
.nav-menumob ul{width: 100%; float: left;}
.nav-menumob li{list-style: none; display: block; width: 100%}
.nav-menumob li a{text-align: center; padding: 8px 0; display: block; background-color: #eee; border-bottom: 1px solid #ddd;}

/*CAROUSEL*/
.carousel-content{display: none;}
.carousel { background: #dddddd url(../images/carousel.jpg) no-repeat bottom center; height: 200px; }
.carousel ul.carousel-show > li {height: 200px; width: 100%;}
.carousel-head { padding: 35px 0; position: relative; }
.carousel-head .btn-carousel { background: #dddddd; border: none; border-radius: 20px; font-size: 0.9375em; padding: 8px 20px; position: absolute; top: 150px; right: 240px; -moz-border-radius: 20px; -webkit-border-radius: 20px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
.carousel-head .btn-carousel:hover { color: #FFFFFF; background: #4b9cca;}
.carousel-head h1 { font-size: 1.562em; margin: 0; padding: 0; text-align: center;}
.carousel-head h2 { font-size: 1.125em; font-weight: normal; margin: 0; padding: 5px 0 0 0; text-align: center;}
.carousel-pager { overflow: hidden; text-align: center; z-index: 500; width: 100%; position: relative; clear: both; bottom: 10px;}
.carousel-pager span { color: #949494; cursor: pointer; display: inline-block; font-family: arial; font-size: 50px; height: 16px; width: 16px;}
.carousel-pager span.cycle-pager-active {text-shadow: 0px 0px 2px #1a1a1a; color: #FFFFFF;}
.carousel-pager > * { cursor: pointer;}
i.prev-carousel, i.next-carousel { cursor: pointer; height: 39px; z-index: 900; width: 39px; position: absolute; top: 145px;}
i.prev-carousel { background: url(../images/navigation-carousel.png) no-repeat bottom left; left: 0;}
i.prev-carousel:hover { background: url(../images/navigation-carousel.png) no-repeat bottom right; left: 0;}
i.next-carousel { background: url(../images/navigation-carousel.png) no-repeat top left; right: 0;}
i.next-carousel:hover { background: url(../images/navigation-carousel.png) no-repeat top right; right: 0;}

.index-portifolio-header {display: table; height: 73px; padding: 13px 0; margin-top: 43px; width: 100%; background-color: #4b9cca;}
.index-portifolio-header h2, .index-portifolio-header h3{color: #fff}
.index-portifolio-header h2 {font-size: 1.362em; margin: 5px 0; text-align: center;}

.work-list > ul > li {height: 250px; position: relative; width: 100%;}

.footer-top h4 {text-align: center; line-height: 25px; margin: 0; padding: 10px 0;}
.footer-top .form-retorno fieldset {margin: 0 auto; width: 80%;}
.footer-top .form-retorno label {float: none; padding-right: 6px;clear: both;}
.footer-top .form-retorno input { border: 1px solid #dddddd; height: 36px; padding-left: 52px; width: 88%; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
.btn-footer {float: left; padding: 11px 25px!important; width: 99%;}
.footer-top {background: url(../images/footer-tab.png) no-repeat center 70px; height: 330px;}
.footer-bottom {background: #1a1a1a; height: 210px;}
.footer-bottom .container > div { width: 100%}
.bg-footer{display: none;}
.copyright {height: auto; line-height: 58px; float: left; width: 100%}
.copyright-mob{display: block; line-height: 23px; text-align: center; background: #fff}

.legulas-footer{display: block; width: 100%; float: left; background: #fff}
.legulas-footer img{width: 100%}

/*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*/
/*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*/
/*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*/

.col01{width: 80px;}
.col02{width: 96px;}
.col03{width: 120px;}
.col04{width: 160px;}
.col05{width: 240px;}
.col05c{width: 100%}
.col06{width: 100%;}
.col07{width: 100%;}

.empresa div.col05c.right > p {padding-left: 5px; padding-right: 5px;}
.principios{display: none;}
.principios-mob{display: block; width: 100%; float: left;}
.principios-mob li{width: 50%; float: left; height: 170px}
.principios-mob li h2, .principios-mob li p{text-align: center;}
.box-prin{background: #fff; padding: 0px 0;}
.box-prin .container > div {color: #000; font-size: 1.562em;  margin: 0; padding: 0px 0 0 0; text-align: center;}

.list-btn-about h3 {font-size: 1.125em; font-weight: normal; margin: 0 0 20px 0; padding: 5px 0 0 0; text-align: center;}
.list-btn-about {background: #f0f0f0; display: table; padding: 20px 0; width: 100%;}
.list-btn-about ul.firstlist-about { padding-left: 0 !important; width: 100%; text-align: center;}
.list-btn-about ul.lastlist-about {padding-left: 0 !important; width: 100%; text-align: center;}
.list-btn-about li {margin: 0; width: 100%}

/*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*/
/*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*/
/*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*/

.content-h .servsub-tt {width: 100%}
.content-h .servhalf {float: left; width: 100%;}
.content-h .servhalf p{padding: 0 5px !important}
.boxbtn-serv {display: table; margin: 0 auto; text-align: center; width: 100%;}
.boxbtn-serv > .btn-serv {margin: auto; width: 100%;}
.boxbtn-serv > .left{float: none; margin-top: 5px;}
.content-h .serv-dom {background: rgba(255,255,255,0.5); display: table; margin: 0; padding: 0; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
.content-h .serv-dom #dominio { border: 1px solid #dddddd; float: left; line-height/*\**/: 36px\9; height: 36px; padding-left: 10px; width: 100%; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
.btn { background: #1a1a1a; border: none; color: #FFFFFF; cursor: pointer; display: block; min-width: 100%; padding: 15px 25px; text-align: center; border-radius: 5px; -moz-border-radius: 5px;
  -webkit-border-radius: 5px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
.content-h .serv-dom #resultado-pesquisa {margin-top: 10px; width: 100%; float: left;}
.content-h .serv-dom {background: rgba(255,255,255,0.5); display: table;  margin: 0; width: 100%; padding: 0;  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}

#servicos{display: none;}
.siteservico-mob{background: #222}
.hospedagem-mob{background: #0dbede}
.adwords-mob{background: #eee}
.dominios-mob{background: #699727}
.sistemas-mob{background: #222}
.email-mob{background: #e54e23}
.servicos-mob{background: #eee}

/*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*/
/*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*/
/*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*/

.portfolio-nav{display: none;}
.work-list li:hover h2, .work-list li:hover .box-hover-portf { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1;}
.box-hover-portf { display: table; margin: 0 auto; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 1; position: relative; bottom: 0px; z-index: 999; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.box-hover-portf > a { display: block; float: left; margin: 0 5px; height: 48px; width: 48px;}

.content-portfolioitem img {margin: auto;  width: 100%;}
.tt-portfolioitem {background: #202020; display: table; margin: 0 auto; padding: 10px; text-align: center; width: 90%;}

/*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*/
/*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*/
/*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*/

.planos {display: table; height: 100%; padding-top: 40px!important; width: 100%; margin: auto !important;}
.planos > li {display: table; float: left; height: 545px !important; width: 45% !important; margin: 0 15px 0 12px!important;}

/*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*/
/*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*/
/*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*/

.recursos > li {float: left; height: 300px; overflow: hidden; padding: 0; position: relative; width: 100%;}
.recursos > li > ul {display: table; height: 200px; padding: 80px 4% 0 4%!important; opacity: 0; position: relative; width: 92%;}

/*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*/
/*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*/
/*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*/

#form-dados{display: none;}
#form-dados-mob{display: block;}
#form-dados-mob input{width: 95%; float: left; margin-bottom: 3px; margin-left: 5px; height: 35px; border: 0}
#form-dados-mob textarea{width: 95%; float: left; margin-bottom: 3px; margin-left: 5px; border: 0}
.btn-contmob {background: #4b9cca; border: none;  color: #FFFFFF; cursor: pointer; display: block; margin: auto; max-width: 260px; min-width: 80%; padding: 15px 25px; text-align: center;
    clear: both; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -webkit-transition: all 0.3s;  -moz-transition: all 0.3s; transition: all 0.3s;}
}


/*
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
  ||||||||||||||||||||                         ||||||||||||||||
   |||||||||||||||||||  TELAS DE 601 A 700 PX  |||||||||||||||
  ||||||||||||||||||||                         ||||||||||||||||
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/

@media (min-width: 601px) and (max-width: 700px){
body{width: 100%}
.tudo{min-width: 0; width: 100%}
.container{width: 100%} 
.main{width: 100%}

/*HEADER*/
.header-top .header-contato{display: none;}
.top-mobile{display: block; text-align: center}
.top-mobile span{font-size: 18px; padding-top: 10px; display: block;}
.navbar{display: none}
.header-bottom{}
.header-bottom .logo {float: left; margin-left: 5px; display: block; padding-top: 0;}
.menu-mob{display:block; width: 60px; float: right; margin: 15px 5px 0 0}
.menu-mob img{width: 50px}
.nav-menumob{width: 100%; position: absolute; left: 0%; margin-top: 14px}
.nav-menumob ul{width: 100%; float: left;}
.nav-menumob li{list-style: none; display: block; width: 100%}
.nav-menumob li a{text-align: center; padding: 8px 0; display: block; background-color: #eee; border-bottom: 1px solid #ddd;}

/*CAROUSEL*/
.carousel-content{display: none;}
.carousel { background: #dddddd url(../images/carousel.jpg) no-repeat bottom center; height: 200px; }
.carousel ul.carousel-show > li {height: 200px; width: 100%;}
.carousel-head { padding: 35px 0; position: relative; }
.carousel-head .btn-carousel { background: #dddddd; border: none; border-radius: 20px; font-size: 0.9375em; padding: 8px 20px; position: absolute; top: 150px; right: 240px; -moz-border-radius: 20px; -webkit-border-radius: 20px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
.carousel-head .btn-carousel:hover { color: #FFFFFF; background: #4b9cca;}
.carousel-head h1 { font-size: 1.562em; margin: 0; padding: 0; text-align: center;}
.carousel-head h2 { font-size: 1.125em; font-weight: normal; margin: 0; padding: 5px 0 0 0; text-align: center;}
.carousel-pager { overflow: hidden; text-align: center; z-index: 500; width: 100%; position: relative; clear: both; bottom: 10px;}
.carousel-pager span { color: #949494; cursor: pointer; display: inline-block; font-family: arial; font-size: 50px; height: 16px; width: 16px;}
.carousel-pager span.cycle-pager-active {text-shadow: 0px 0px 2px #1a1a1a; color: #FFFFFF;}
.carousel-pager > * { cursor: pointer;}
i.prev-carousel, i.next-carousel { cursor: pointer; height: 39px; z-index: 900; width: 39px; position: absolute; top: 145px;}
i.prev-carousel { background: url(../images/navigation-carousel.png) no-repeat bottom left; left: 0;}
i.prev-carousel:hover { background: url(../images/navigation-carousel.png) no-repeat bottom right; left: 0;}
i.next-carousel { background: url(../images/navigation-carousel.png) no-repeat top left; right: 0;}
i.next-carousel:hover { background: url(../images/navigation-carousel.png) no-repeat top right; right: 0;}

.index-portifolio-header {display: table; height: 73px; padding: 13px 0; margin-top: 43px; width: 100%; background-color: #4b9cca;}
.index-portifolio-header h2, .index-portifolio-header h3{color: #fff}
.index-portifolio-header h2 {font-size: 1.362em; margin: 5px 0; text-align: center;}

.work-list > ul > li {height: 250px; position: relative; width: 50%;}

.footer-top h4 {text-align: center; line-height: 25px; margin: 0; padding: 10px 0;}
.footer-top .form-retorno fieldset {margin: 0 auto; width: 100%;}
.footer-top .form-retorno label {float: none; padding-right: 6px;clear: both;}
.footer-top .form-retorno input { border: 1px solid #dddddd; height: 36px; padding-left: 52px; width: 82%; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
.btn-footer {float: left; padding: 11px 25px!important; width: 99%;}
.footer-top {background: url(../images/footer-tab.png) no-repeat center 70px; height: 330px;}
.footer-bottom {background: #1a1a1a; height: 210px;}
.footer-bottom .container > div { width: 100%}
.bg-footer{display: none;}
.copyright {height: auto; line-height: 58px; float: left; width: 100%}
.copyright-mob{display: block; line-height: 23px; text-align: center; background: #fff}

.legulas-footer{display: block; width: 100%; float: left; background: #fff}
.legulas-footer img{width: 100%}


/*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*/
/*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*/
/*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*/

.col01{width: 80px;}
.col02{width: 96px;}
.col03{width: 120px;}
.col04{width: 160px;}
.col05{width: 240px;}
.col05c{width: 50%}
.col06{width: 50%;}
.col07{width: 100%;}

.empresa div.col05c.right > p {padding-left: 5px; padding-right: 5px;}
.principios{display: none;}
.principios-mob{display: block; width: 100%; float: left;}
.principios-mob li{width: 50%; float: left; height: 170px}
.principios-mob li h2, .principios-mob li p{text-align: center;}
.box-prin{background: #fff; padding: 0px 0;}
.box-prin .container > div {color: #000; font-size: 1.562em;  margin: 0; padding: 0px 0 0 0; text-align: center;}

.list-btn-about h3 {font-size: 1.125em; font-weight: normal; margin: 0 0 20px 0; padding: 5px 0 0 0; text-align: center;}
.list-btn-about {background: #f0f0f0; display: table; padding: 20px 0; width: 100%;}
.list-btn-about ul.firstlist-about { padding-left: 0 !important; width: 100%; text-align: center;}
.list-btn-about ul.lastlist-about {padding-left: 0 !important; width: 100%; text-align: center;}
.list-btn-about li {margin: 0; width: 100%}

/*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*/
/*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*/
/*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*/

.content-h .servsub-tt {width: 100%}
.content-h .servhalf {float: left; width: 100%;}
.content-h .servhalf p{padding: 0 5px !important}
.boxbtn-serv {display: table; margin: 0 auto; text-align: center; width: 100%;}
.boxbtn-serv > .btn-serv {margin: auto; width: 100%;}
.boxbtn-serv > .left{float: none; margin-top: 5px;}
.content-h .serv-dom {background: rgba(255,255,255,0.5); display: table; margin: 0; padding: 0; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
.content-h .serv-dom #dominio { border: 1px solid #dddddd; float: left; line-height/*\**/: 36px\9; height: 36px; padding-left: 10px; width: 100%; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
.btn { background: #1a1a1a; border: none; color: #FFFFFF; cursor: pointer; display: block; min-width: 100%; padding: 15px 25px; text-align: center; border-radius: 5px; -moz-border-radius: 5px;
  -webkit-border-radius: 5px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
.content-h .serv-dom #resultado-pesquisa {margin-top: 10px; width: 100%; float: left;}
.content-h .serv-dom {background: rgba(255,255,255,0.5); display: table;  margin: 0; width: 100%; padding: 0;  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}

#servicos{display: none;}
.siteservico-mob{background: #222}
.hospedagem-mob{background: #0dbede}
.adwords-mob{background: #eee}
.dominios-mob{background: #699727}
.sistemas-mob{background: #222}
.email-mob{background: #e54e23}
.servicos-mob{background: #eee}

/*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*/
/*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*/
/*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*/

.portfolio-nav{display: none;}
.work-list li:hover h2, .work-list li:hover .box-hover-portf { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1;}
.box-hover-portf { display: table; margin: 0 auto; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 1; position: relative; bottom: 0px; z-index: 999; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.box-hover-portf > a { display: block; float: left; margin: 0 5px; height: 48px; width: 48px;}

.content-portfolioitem img {margin: auto;  width: 100%;}
.tt-portfolioitem {background: #202020; display: table; margin: 0 auto; padding: 10px; text-align: center; width: 90%;}

/*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*/
/*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*/
/*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*/

.planos {display: table; height: 100%; padding-top: 40px!important; width: 100%; margin: auto !important;}
.planos > li {display: table; float: left; height: 545px !important; width: 45% !important; margin: 0 15px 0 12px!important;}

/*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*/
/*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*/
/*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*/

.recursos > li {float: left; height: 300px; overflow: hidden; padding: 0; position: relative; width: 100%;}
.recursos > li > ul {display: table; height: 200px; padding: 80px 4% 0 4%!important; opacity: 0; position: relative; width: 92%;}

/*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*/
/*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*/
/*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*/

#form-dados{display: none;}
#form-dados-mob {width: 75%; margin: auto; display: block;}
#form-dados-mob input{width: 95%; float: left; margin-bottom: 3px; margin-left: 5px; height: 35px; border: 0}
#form-dados-mob textarea{width: 95%; float: left; margin-bottom: 3px; margin-left: 5px; border: 0}
.btn-contmob {background: #4b9cca; border: none;  color: #FFFFFF; cursor: pointer; display: block; margin: auto; max-width: 260px; min-width: 80%; padding: 15px 25px; text-align: center;
    clear: both; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -webkit-transition: all 0.3s;  -moz-transition: all 0.3s; transition: all 0.3s;}
}

/*
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
  ||||||||||||||||||||                         ||||||||||||||||
   |||||||||||||||||||  TELAS DE 701 A 800 PX  |||||||||||||||
  ||||||||||||||||||||                         ||||||||||||||||
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/

@media (min-width: 701px) and (max-width: 800px){
body{width: 100%}
.tudo{min-width: 0; width: 100%}
.container{width: 100%} 
.main{width: 100%}

/*HEADER*/
.header-top .header-contato{display: none;}
.top-mobile{display: block; text-align: center}
.top-mobile span{font-size: 18px; padding-top: 10px; display: block;}
.navbar{display: none}
.header-bottom{}
.header-bottom .logo {float: left; margin-left: 5px; display: block; padding-top: 0;}
.menu-mob{display:block; width: 60px; float: right; margin: 15px 5px 0 0}
.menu-mob img{width: 50px}
.nav-menumob{width: 100%; position: absolute; left: 0%; margin-top: 14px}
.nav-menumob ul{width: 100%; float: left;}
.nav-menumob li{list-style: none; display: block; width: 100%}
.nav-menumob li a{text-align: center; padding: 8px 0; display: block; background-color: #eee; border-bottom: 1px solid #ddd;}

/*CAROUSEL*/
.carousel-content{display: none;}
.carousel { background: #dddddd url(../images/carousel.jpg) no-repeat bottom center; height: 200px; }
.carousel ul.carousel-show > li {height: 200px; width: 100%;}
.carousel-head { padding: 35px 0; position: relative; }
.carousel-head .btn-carousel { background: #dddddd; border: none; border-radius: 20px; font-size: 0.9375em; padding: 8px 20px; position: absolute; top: 150px; right: 325px; -moz-border-radius: 20px; -webkit-border-radius: 20px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
.carousel-head .btn-carousel:hover { color: #FFFFFF; background: #4b9cca;}
.carousel-head h1 { font-size: 1.562em; margin: 0; padding: 0; text-align: center;}
.carousel-head h2 { font-size: 1.125em; font-weight: normal; margin: 0; padding: 5px 0 0 0; text-align: center;}
.carousel-pager { overflow: hidden; text-align: center; z-index: 500; width: 100%; position: relative; clear: both; bottom: 10px;}
.carousel-pager span { color: #949494; cursor: pointer; display: inline-block; font-family: arial; font-size: 50px; height: 16px; width: 16px;}
.carousel-pager span.cycle-pager-active {text-shadow: 0px 0px 2px #1a1a1a; color: #FFFFFF;}
.carousel-pager > * { cursor: pointer;}
i.prev-carousel, i.next-carousel { cursor: pointer; height: 39px; z-index: 900; width: 39px; position: absolute; top: 145px;}
i.prev-carousel { background: url(../images/navigation-carousel.png) no-repeat bottom left; left: 0;}
i.prev-carousel:hover { background: url(../images/navigation-carousel.png) no-repeat bottom right; left: 0;}
i.next-carousel { background: url(../images/navigation-carousel.png) no-repeat top left; right: 0;}
i.next-carousel:hover { background: url(../images/navigation-carousel.png) no-repeat top right; right: 0;}

.index-portifolio-header {display: table; height: 73px; padding: 13px 0; margin-top: 43px; width: 100%; background-color: #4b9cca;}
.index-portifolio-header h2, .index-portifolio-header h3{color: #fff}
.index-portifolio-header h2 {font-size: 1.362em; margin: 5px 0; text-align: center;}

.work-list > ul > li {height: 250px; position: relative; width: 50%;}

.footer-top h4 {text-align: center; line-height: 25px; margin: 0; padding: 10px 0;}
.footer-top .form-retorno fieldset {margin: 0 auto; width: 75%;}
.footer-top .form-retorno label {float: none; padding-right: 6px;clear: both;}
.footer-top .form-retorno input { border: 1px solid #dddddd; height: 36px; padding-left: 52px; width: 90%; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
.btn-footer {float: left; padding: 11px 25px!important; width: 99%;}
.footer-top {background: url(../images/footer-tab.png) no-repeat center 70px; height: 330px;}
.footer-bottom {background: #1a1a1a; height: 210px;}
.footer-bottom .container > div { width: 100%}
.bg-footer{display: none;}
.copyright {height: auto; line-height: 58px; float: left; width: 100%}
.copyright-mob{display: block; line-height: 23px; text-align: center; background: #fff}

.legulas-footer{display:block; width: 100%; float: left; background: #fff}
.legulas-footer img{width: 100%}

/*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*/
/*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*/
/*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*//*SOBRE NÓS*/

.col01{width: 80px;}
.col02{width: 96px;}
.col03{width: 120px;}
.col04{width: 160px;}
.col05{width: 240px;}
.col05c{width: 50%}
.col06{width: 50%;}
.col07{width: 100%;}

.empresa div.col05c.right > p {padding-left: 5px; padding-right: 5px;}
.principios{display: none;}
.principios-mob{display: block; width: 100%; float: left;}
.principios-mob li{width: 50%; float: left; height: 170px}
.principios-mob li h2, .principios-mob li p{text-align: center;}
.box-prin{background: #fff; padding: 0px 0;}
.box-prin .container > div {color: #000; font-size: 1.562em;  margin: 0; padding: 0px 0 0 0; text-align: center;}

.list-btn-about h3 {font-size: 1.125em; font-weight: normal; margin: 0 0 20px 0; padding: 5px 0 0 0; text-align: center;}
.list-btn-about {background: #f0f0f0; display: table; padding: 20px 0; width: 100%;}
.list-btn-about ul.firstlist-about { padding-left: 0 !important; width: 100%; text-align: center;}
.list-btn-about ul.lastlist-about {padding-left: 0 !important; width: 100%; text-align: center;}
.list-btn-about li {margin: 0; width: 100%}

/*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*/
/*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*/
/*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*//*SERVIÇOS*/

.content-h .servsub-tt {width: 100%}
.content-h .servhalf {float: left; width: 100%;}
.content-h .servhalf p{padding: 0 5px !important}
.boxbtn-serv {display: table; margin: 0 auto; text-align: center; width: 100%;}
.boxbtn-serv > .btn-serv {margin: auto; width: 100%;}
.boxbtn-serv > .left{float: none; margin-top: 5px;}
.content-h .serv-dom {background: rgba(255,255,255,0.5); display: table; margin: 0; padding: 0; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
.content-h .serv-dom #dominio { border: 1px solid #dddddd; float: left; line-height/*\**/: 36px\9; height: 36px; padding-left: 10px; width: 70%; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
.btn { background: #1a1a1a; border: none; color: #FFFFFF; cursor: pointer; display: block; min-width: 27%; padding: 15px 25px; text-align: center; border-radius: 5px; -moz-border-radius: 5px;
  -webkit-border-radius: 5px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
.content-h .serv-dom #resultado-pesquisa {margin-top: 10px; width: 100%; float: left;}
.content-h .serv-dom {background: rgba(255,255,255,0.5); display: table;  margin: 0; width: 100%; padding: 0;  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}

#servicos{display: none;}
.siteservico-mob{background: #222}
.hospedagem-mob{background: #0dbede}
.adwords-mob{background: #eee}
.dominios-mob{background: #699727}
.sistemas-mob{background: #222}
.email-mob{background: #e54e23}
.servicos-mob{background: #eee}

/*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*/
/*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*/
/*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*//*PORTFOLIO*/

.portfolio-nav{display: none;}
.work-list li:hover h2, .work-list li:hover .box-hover-portf { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1;}
.box-hover-portf { display: table; margin: 0 auto; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 1; position: relative; bottom: 0px; z-index: 999; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.box-hover-portf > a { display: block; float: left; margin: 0 5px; height: 48px; width: 48px;}

.content-portfolioitem img {margin: auto;  width: 100%;}
.tt-portfolioitem {background: #202020; display: table; margin: 0 auto; padding: 10px; text-align: center; width: 90%;}

/*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*/
/*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*/
/*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*//*SITES*/

.planos {display: table; height: 100%; padding-top: 40px!important; width: 100%; margin: auto !important;}
.planos > li {display: table; float: left; height: 545px !important; width: 45% !important; margin: 0 15px 0 12px!important;}

/*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*/
/*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*/
/*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*//*HOSPEDAGEM*/

.recursos > li {float: left; height: 300px; overflow: hidden; padding: 0; position: relative; width: 100%;}
.recursos > li > ul {display: table; height: 200px; padding: 80px 4% 0 4%!important; opacity: 0; position: relative; width: 92%;}

/*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*/
/*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*/
/*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*//*CONTATO*/

#form-dados{display: none;}
#form-dados-mob {width: 75%; margin: auto; display: block;}
#form-dados-mob input{width: 95%; float: left; margin-bottom: 3px; margin-left: 5px; height: 35px; border: 0}
#form-dados-mob textarea{width: 95%; float: left; margin-bottom: 3px; margin-left: 5px; border: 0}
.btn-contmob {background: #4b9cca; border: none;  color: #FFFFFF; cursor: pointer; display: block; margin: auto; max-width: 260px; min-width: 80%; padding: 15px 25px; text-align: center;
    clear: both; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -webkit-transition: all 0.3s;  -moz-transition: all 0.3s; transition: all 0.3s;}
}