@CHARSET "UTF-8";
/* Reset */
* {
    margin: 0;
    padding: 0;
    outline: none;
}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;font-family: 'Montserrat', sans-serif;}
article,aside,details,figcaption,figure,footer,header,menu,nav,section{display:block;}
nav ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote::before,blockquote::after,q::before,q::after{content:"";content:none;}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
ins{background-color:#ff9;color:#000;text-decoration:none;}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
del{text-decoration:line-through;}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
hr{display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0;}

/* /Reset */

/* ConfiguraÃ§Ã£o das divs */
.div_center {
    width: 950px;
    display: block;
    margin: 0 auto;
}


/*HEADER*/
#header {
    width: 100%;
    height: 163px;
    background: url(../img/bg_header.png) repeat-x #fff;
    position: fixed;
    z-index: 100;
    top: 0px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
    float: left;
    display: block;
}
#logo {
    float: left;
    margin-top: 17px;
    margin-right: 40px;
}
#menu { margin: 43px 0 0 -38px; padding:0; list-style:none; float: left;}
#menu li { float:left; position:relative; width: 90px; text-align: center; margin-left: 30px;}

#menu li ul {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    display: block;
    overflow: hidden;
    position: absolute;
    width: 130px;
    z-index: 99;
    list-style: none;
    -webkit-transition: max-height 0.3s ease-in-out;
    -moz-transition: max-height 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out;
    max-height: 0;
    overflow-y: hidden;
}

#menu li ul li a {
    display: block;
    padding: 5px;
    margin: 5px;
    border: none;
}

#menu li:hover > ul {
    max-height: 500px;
}

#menu li a:hover ul {
    display: block;
}

#menu li a {
    border-right: 1px solid #CCC;
    color: #2B4467;
    display: block;
    font-size: 14px !important;
    margin-right: 5px;
    padding: 5px 10px 5px 4px;
    position: relative;
    text-decoration: none;
}

#menu li a:last-child {
    border: none;
}

#menu li a:hover,
#menu li a.active {
    color: #3979be;
    position: relative;
}
#box_location {
    cursor: pointer;
    height: 40px;
    overflow: hidden;
    width: 140px;
}
#location {
    height: 32px;
    float: left;
    margin-top: 35px;
    margin-left: 5px;
    padding: 0 10px;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    position: relative;
    width: 140px;
}

#location img {
    float: left;
}

#location span {
    color: #b0aeb2;
    font-size: 10px;
    line-height: 32px;
    overflow: hidden;
    padding-left: 5px;
}

#select_location {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #dadada;
    left: 0;
    padding: 5px;
    position: absolute;
    top: 40px;
    width: 155px;
    z-index: 100;
    height: 105px;
    display: none;
}

#select_location span {
    font-size: 10px;
    display: block;
    text-align: center;
}

#select_location input[type="text"] {
    padding: 5px;
    width: 139px;
}

#select_location input[type="submit"] {
    background: none repeat scroll 0 0 #037dbc;
    border: medium none;
    color: #fff;
    cursor: pointer;
    height: 32px;
    margin-top: 5px;
    width: 155px;
}

#search_content {
    float: right;
    margin-top: 35px;
    margin-bottom: 42px;
    background: red;
}

#search_content form {
    background: #fff;
    border: 1px solid #dadada;
}

#search_content input[type="text"]{
    width: 135px;
    padding: 8px;
    display: inline-block;
    vertical-align: top;
    border: none;
    font-family: Arial;
}

#search_content input[type="submit"]{
    background: url("../img/icon_search.png") no-repeat scroll center center #fff;
    border: none;
    border-left: 1px solid #dadada;
    cursor: pointer;
    display: inline-block;
    height: 32px;
    width: 32px;
    vertical-align: top;
}
#header_chat {
    background: url("../img/bg_chat.png") no-repeat;
    height: 61px;
    position: fixed;
    margin-left: -265px;
    top: 111px;
    left: 50%;
    width: 507px;
    z-index: 99;
}

#header_chat span {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 45px;
    margin: 0 auto;
    text-align: center;
}

#header_chat span a {
    text-decoration: none;
    color: #fff;	
}

/* CONTEUDO */
#content {
    left: 0;
    margin-top: 163px;
    width: 100%;
}
/* SLIDER */
#slider_content {
    width: 100%;
    height: 530px;
    margin-top: -27px;
}

#slider {

    height: 556px;
    top: 0;
    left: 0;
}

#slider div {
    height: 556px;
    width: 100% !important;
}

#slider div a {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 556px;
    width: 100% !important;
}

#buttonContainer  {
    position: absolute;
    z-index: 10;
    bottom: 10px;
    left: 50%;
    margin-left: -60px;
}

#buttonContainer a {
    background: #fff;
    display: inline-block;
    border-radius: 15px;
    border: medium none;
    height: 10px;
    margin-right: 20px;
    text-indent: -99999px;
    width: 10px;
    cursor: pointer;
}

.activeSlide {
    background: #007aba !important;
}

#banners_content {
    position: relative;
    width: 100%;

}

#banners_content a {
    height: 500px;
    width: 100%;
    display: block;
}

#cliente_left {
    border-right: 1px solid #e3e3e3;
    float: left;
    margin-top: 30px;
    padding-right: 30px;
}

#cliente_left h1 {
    font-size: 23px;
    color: #1e4262;
    font-weight: 400;
    display: block;
}

#cliente_left span { 
    font-size: 12px;
    color: #878787;
    font-weight: 400;
    margin-top: 12px;
    display: block;
}

#cliente_netspeed {
    background: none repeat scroll 0 0 #fff;
    overflow: hidden;
    position: relative;

}

#cliente_netspeed ul {
    width: 480px;
    margin-top: 20px;

}

#cliente_netspeed ul li {
    list-style: none;
}

#cliente_netspeed ul li a {
    width: 140px;
    height: 160px;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    text-decoration: none;
}

#cliente_netspeed ul li a span {
    color: #1e4262;
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin-top: 7px;
    padding: 12px;
    text-align: center;
}

#cliente_netspeed ul li:last-child a span {
    margin-top: 0px;	
}

#cliente_right {
    float: left;
    margin-top: 30px;
    padding-left: 50px;
    width: 385px;
}

#cliente_right h1 {
    font-size: 23px;
    color: #1e4262;
    font-weight: 400;
    display: block;
}

#cliente_right span { 
    font-size: 12px;
    color: #878787;
    font-weight: 400;
    margin-top: 12px;
    display: block;
}

#cliente_right h2 {
    font-size: 20px;
    color: #007bbb;
    font-weight: 100;
    margin-top: 15px;	
}

#cliente_right form {
    width: 380px;
}

#cliente_right input[type="submit"], 
#cliente_right input[type="button"] {
    background: #007BBB;
    border: none;
    color: #FFF;
    cursor: pointer;
    float: left;
    font-size: 12px;
    height: 30px;
    margin-top: 10px;
    padding: 8px;
    width: 140px;
}

#cliente_right a {
    background: none repeat scroll 0 0 #007bbb;
    border: medium none;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 12px;
    margin-left: 26px;
    margin-top: 10px;
    padding: 9px;
    width: 195px;
    text-decoration: none;
}

#buscar {
    background: url("../img/bg_procurar.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    border: 1px solid #dadada;
    height: 35px;
    margin-top: 20px;
    padding-left: 115px;
    padding-right: 40px;
    width: 225px;
}

#login_email {
    float: left;
    margin-top: 55px;
}

#login_email h1 {
    margin-bottom: 15px;
}

#login_email input[type="text"],
#login_email input[type="password"], 
#login_email input[type="email"] {
    border: 1px solid #dadada;
    padding: 10px 10px 10px 90px;
    width: 280px;
}

#login {
    background: url("../img/bg_login.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    margin-bottom: 10px;
}

#password {
    background: url("../img/bg_senha.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}


#nav_footer {
    background: none repeat scroll 0 0 #1E4262;
    color: #FFF;
    cursor: pointer;
    position: relative;
    top: 60px;
}

#nav_footer > #footer_abrir, 
#nav_footer > #footer_fechar {
    margin: 0 auto;
    padding: 7px 0;
    text-align: right;
    width: 950px;
}
#nav_footer > #footer_abrir {
    display: none;
}

#footer {
    background: #1E4262;
    padding-bottom: 45px;
    position: relative;
    top: 60px;
    width: 100%;
    height: 330px;
}

#footer_content {
    overflow: hidden;
    padding: 5px;
}

#footer_content a:hover {
    text-decoration: underline;
}

#footer_filiais {
    float: left;
    margin-right: 110px;
}

#footer_filiais li {
    border-bottom: 1px solid #037dbc;
    color: #fff;
    font-size: 12px;
    height: 30px;
    line-height: 15px;
    list-style: none outside none;
    padding: 5px 5px 5px 0;
    width: 210px;
}

#footer_filiais li:first-child,
#footer_filiais li:last-child { 
    border: none;
}

#footer_filiais li h1 {
    font-size: 16px;
    float: left;
    padding: 5px;
    color: #007bbb;
    font-weight: 400;
}

#footer_filiais li img {
    float: left;
}

#footer_assine {
    float: left;
    margin-right: 80px;
}

#footer_assine li {
    color: #fff;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    list-style: none outside none;
    padding: 5px 5px 5px 0;
    width: 210px;
}

#footer_assine li:nth-child(1n+4) {
    border-bottom: 1px solid #037dbc;
}

#footer_assine li:first-child,
#footer_assine li:last-child { 
    border: none;
}

#footer_assine li h1 {
    font-size: 16px;
    float: left;
    padding: 5px;
    color: #007bbb;
    font-weight: 400;
    line-height: 15px;
}

#footer_assine li img {
    float: left;
}

#footer_assine li a {
    text-decoration: none;
    color: #fff;
}

#footer_institucional {
    background: rgba(0,123,187,0.5);
    float: left;
    height: 275px;
    padding: 20px;
    position: relative;
    width: 280px;
}

#footer_institucional h1 {
    color: #fff;
    float: left;
    font-weight: 400;
    line-height: 25px;
}

#footer_institucional h1 img {
    float: left;
    margin-right: 5px;
}

#footer_institucional ul {
    float: left;
    width: 280px;
    margin-top: 30px;
}

#footer_institucional ul li {
    list-style: none;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid #037dbc;
}

#footer_institucional ul li:last-child {
    border: none;
}

#footer_institucional ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

#footer_institucional p {

    color: #fff;
    float: left;
    font-size: 12px;
}

#social_links {
    position: absolute;
    right: 20px;
    top: 20px;
}

#direitos_autorais {
    height: 45px;
    width: 100%;
    background: #007bbb;
}

#direitos_autorais span {
    color: #fff;
    float: left;
    font-size: 12px;
    line-height: 45px;	
}

#developer_link {
    float: right;
    height: 45px;
    line-height: 45px;
    margin-right: 10px;
}

#developer_link a {
    margin-left: 20px;
}
/* EMPRESA */
#empresa {
    overflow: hidden;
}

#mapa_cobertura {
    float: left;
}
.cob_cidades {
    background: #214565 none repeat scroll 0 0;
    float: left;
    margin-left: 15px;
}

.cob_cidades h1 {
    background: url("../img/icon_maps.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    margin-left: 20px;
    padding: 8px;
    text-align: center;
    width: 220px;
    margin-top: 15px;
}

.cob_cidades p {
    background: none repeat scroll 0 0 #195279;
    padding: 20px;
    font-size: 12px;
    color: #fff;
}

.cob_cidades p:last-child {
    padding-top: 10px;	
}

.cob_cidades hr {
    margin: 0;
}

#lista_cidades {
    margin-left: 20px;
    margin-right: 20px;
}

#lista_cidades li {
    list-style: none;
    padding: 8px;
    border-bottom: 1px solid #027ab7;
}

#lista_cidades li:last-child {
    border-bottom: none;
}

#lista_cidades li a {
    color: #fff;	
    text-decoration: none;	
}

#textos {
    width: 560px;
    margin-left: 4px;
    float: left;	
}

#textos p {
    font-size: 12px;
    color: #878787;
    line-height: 1.5;	
}

.paragrafos {
    margin-top: 14px;
    padding-right: 20px;
    border-bottom: solid 1px #dadada;
    padding-bottom: 20px;	
}

.titulo_textos {
    font-weight: 400;
    font-size: 23px;
    color: #1e4262;
    line-height: 2;
}

.subtitulo_empresa {
    color: #007bbb;
    font-size: 12px;	
}

#textos a {
    color: #007bbb;
    line-height: 3.5;
}

.paragrafos2 {
    margin-top: 14px;
    padding-right: 20px;
}

#sidebar {
    background-color: #DADADA;
    float: left;
    margin-left: 75px;
    padding: 18px;
    width: 275px;
}

#sidebar p {
    font-size: 12px;
    color: #878787;
    line-height: 1.5;	
}

.titulo_sidebar {
    font-weight: 400;
    font-size: 22px;
    color: #1e4262;	
    padding-bottom: 22px;	
}

#parceiros {
    margin-top: 30px;
}

.titulo_parceiros {
    font-weight: 400;
    color: #1e4262;	
    line-height: 1.6;
    padding-left: 32px;	
}

.icone_parceiro {
    float: left;
}

.logos_parceiros {
    margin-top: 20px;
}

/*OUTROS SERVICOS*/

#outros_servicos {
    overflow: hidden;
}

#hospedagem {
    width: 460px;
    float: left;
}

.titulo_principal {
    background-color: #007bbb;
    color: white;
    font-size: 22px;
    font-weight: 400;
    height: 32px;
    padding: 13px;
    text-align: center;
    width: 350px;
    line-height: 1.4;
    margin-bottom: 18px;
}

.texto_normal {
    font-size: 12px;
    color: #878787;
    line-height: 1.4;
    letter-spacing: -0.1px;	
}

.titulo_secundario {
    background-color: #bfdeee;
    color: #1e4262;
    font-size: 22px;
    font-weight: 400;
    width: 444px;
    padding: 8px;
    margin-top: 20px;
}

.subtitulo {
    color: #1e4262;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.1px;
    margin-top: 14px;
}

.lista_itens {
    margin-left: 16px;
    margin-top: 10px;
}

.imagem_cara {
    float: left;
    margin-left: 30px;
}

.titulo_criacao {
    background-color: #007bbb;
    color: white;
    font-size: 22px;
    font-weight: 400;
    height: 32px;
    padding: 13px 4px;
    text-align: center;
    width: 254px;
    line-height: 1.5;
    float: left;
}

#criacao_sites {
    clear: both;
    overflow: hidden;
    float: left;
    padding-top: 20px;
}

.complemento_criacao {
    color: #214565;
    font-size: 24px;
    border-bottom: solid 1px #c6c6c6;
    border-top: solid 1px #c6c6c6;
    height: 56px;
    line-height: 2.3;
    padding-left: 282px;
    margin-bottom: 18px;
}

.texto_criacao {
    font-size: 12px;
    color: #878787;
    line-height: 1.4;
    letter-spacing: -0.1px;
    width: 460px;
    float: left;	
}

.texto_criacao2 {
    font-size: 12px;
    color: #878787;
    line-height: 1.4;
    letter-spacing: -0.1px;
    width: 460px;
    float: right;	
}

#websites {
    width: 475px;
    height: 142px;
    background: #eafed3;
    clear: both;
    margin-top: 20px;
    float: left;
}

.titulo_websites {
    background-color: #bafb6d;
    color: #1e4262;
    font-size: 22px;
    font-weight: 400;
    width: 447px;
    padding: 8px;
    clear: both;
    margin-top: 16px;
    float: left;
    padding-left: 20px;
}

.texto_websites {
    font-size: 12px;
    color: #878787;
    line-height: 1.4;
    letter-spacing: -0.1px;
    float: left;
    background-color: #eafed3;
    margin: 20px;
    margin-top: 10px;
}

#gerenciamento {
    width: 475px;
    height: 142px;
    background: #ecf5fa;
    margin-top: 20px;
    float: left;
}

.titulo_gerenciamento {
    background-color: #bfdeee;
    color: #1e4262;
    font-size: 22px;
    font-weight: 400;
    width: 447px;
    padding: 8px;
    clear: both;
    margin-top: 16px;
    float: left;
    padding-left: 20px;
}

.texto_gerenciamento {
    font-size: 12px;
    color: #878787;
    line-height: 1.4;
    letter-spacing: -0.1px;
    float: left;
    background-color: #ecf5fa;
    margin: 20px;
    margin-top: 10px;
}

.texto_criacao {
    font-size: 12px;
    color: #878787;
    line-height: 1.4;
    letter-spacing: -0.1px;
    width: 460px;
    float: left;	
}

#registro_dominios {
    overflow: hidden;
    float: left;
}

.titulo_registro {
    background-color: #007bbb;
    color: white;
    font-size: 22px;
    font-weight: 400;
    height: 32px;
    padding: 13px 16px;
    text-align: center;
    width: 298px;
    line-height: 1.5;
    float: left;
    margin-top: 25px;
}

.complemento_registro {
    color: #214565;
    font-size: 23px;
    border-bottom: solid 1px #c6c6c6;
    border-top: solid 1px #c6c6c6;
    height: 56px;
    line-height: 2.5;
    margin-bottom: 18px;
    float: left;
    margin-top: 25px;
    padding-left: 20px;
    width: 600px;
}

.subtitulo_registro {
    color: #214565;
    font-size: 16px;
    font-weight: 400;
    clear: both;
    margin-bottom: 2px;
}

.texto_registro {
    font-size: 12px;
    color: #878787;
    line-height: 1.4;
    letter-spacing: -0.1px;
    width: 460px;	
}

.texto_azul {
    color: #214565;
}

#dica {
    clear: both;
    margin-top: 26px;
    margin-bottom: 26px;

}

#icone_check {
    width: 81px;
    height: 103px;
    background-color: #a2de69;
    background-image: url(../img/icon_check.png);
    background-repeat: no-repeat;
    background-position-x: 20px;
    background-position-y: 34px;
    background-position: center center;
    float: left;
}

.texto_dica {
    font-size: 16px;
    color: #1e4262;
    width: 342px;
    height: 69px;
    background-color: #bafb6d;
    padding-left: 101px;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-right: 20px;
    line-height: 1.1;

}

#custo_dominio {
    width: 460px;
}

.subtitulo_custo {
    color: #214565;
    font-size: 16px;
    font-weight: 400;
    clear: both;
    margin-top: 16px;
    margin-bottom: 2px;
    float: left;
}

#documentacao {
    background: #ECF5FA none repeat scroll 0 0;
    float: left;
    margin-left: 20px;
    min-height: 586px;
    padding-bottom: 20px;
    width: 470px;
}	

#documentacao a {
    text-decoration: none;
    color: #214565;
}

.titulo_documentacao {
    background-color: #BFDEEE;
    clear: both;
    color: #1E4262;
    float: left;
    font-size: 16px;
    font-weight: 400;
    margin-top: 16px;
    padding: 8px;
    padding-left: 20px;
    width: 447px;
}

.texto_azul_documentacao {
    color: #214565;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: -0.1px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 54px;
    float: left;
}

.bold_azul {
    font-size: 16px;
}

#conteudo_dominios {
    width: 460px;
    float: left;
}

#redes {
    clear: both;
    float: left;
    margin-top: 20px;
}

.titulo_rede {
    width: 438px;
    background-color: #007bbb;
    color: white;
    font-size: 22px;
    font-weight: 400;
    height: 32px;
    padding: 13px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 18px;
}

.imagem_sala {
    float: left;
    margin: 20px 0 0 32px;
}

.texto_lista_rede {
    font-size: 12px;
    color: #878787;
    line-height: 1.6;
    letter-spacing: -0.1px;	
}

/* SOLUCOES EMPRESARIAIS */

#solucoes {
    overflow: hidden;
    width: 950px;
}

#solucoes_empresariais {
    background-image: url(../img/banner_solucao.jpg);
    background-repeat: no-repeat;
    width: 950px;
    height: 476px;
    margin-bottom: 25px;
    border-bottom: solid 1px #c6c6c6;
    padding-bottom: 25px;
}

.titulo_solucoes {
    background-color: #007bbb;
    color: white;
    font-size: 22px;
    font-weight: 400;
    height: 32px;
    padding: 13px;
    text-align: center;
    width: 318px;
    line-height: 1.4;
    margin-bottom: 18px;
}

.chamada_banner {
    font-size: 31px;
    font-weight: 400;
    color: #214464;
    margin-left: 17px;
    margin-top: 123px;
}

.complemento_banner {
    font-size: 16px;
    font-weight: 400;
    color: #214464;
    margin-left: 18px;
    margin-top: 20px;
}

#link_dedicado {
    margin-bottom: 25px;
    float: left;
}

#link_internet {
    background-image: url(../img/img_link_dedicado.jpg);
    background-repeat: no-repeat;
    width: 380px;
    height: 585px;
    float: left;
}

.titulo_link {
    background-color: rgba(0, 123, 187, 0.9);
    color: white;
    font-size: 22px;
    font-weight: 400;
    height: 32px;
    padding: 13px;
    text-align: center;
    width: 353px;
    line-height: 1.5;
    margin-bottom: 18px;
}

#texto_link {
    width: 380px;
    height: 150px;
    background-color: #214565;
    color: white;
    float: left;
    margin-top: 363px;
}

.texto_link {
    font-size: 12px;
    font-weight: 400;
    margin-top: 26px;
    margin-left: 18px;
    width: 343px;
    line-height: 1.3;
}

#caracteristicas_link {
    margin-left: 20px;
    float: left;
    width: 543px;
}

.texto_caracteristicas {
    font-size: 12px;
    color: #878787;
    line-height: 1.42;
    letter-spacing: -0.2px;
}

.subtitulo_link {
    font-weight: 400;
    font-size: 16px;
    color: #1e4262;
}

.titulo_resposta {
    border-bottom: solid 1px #c6c6c6;
    border-top: solid 1px #c6c6c6;
    height: 40px;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    color: #878787;
    line-height: 41px;
    margin-bottom: 20px;
}

.complemento_resposta {
    text-align: center;
    font-size: 12px;
    color: #878787;
}

#speedpro {
    float: left;
    float: left;
    margin-top: 25px;
    border-top: solid 1px #c6c6c6;
    padding-top: 25px;
}

#speedpro_bl {
    background-image: url(../img/img_speedpro.jpg);
    background-repeat: no-repeat;
    width: 620px;
    height: 339px;
    float: left;
}

.titulo_speedpro {
    background-color: rgba(0, 123, 187, 0.9);
    color: white;
    font-size: 22px;
    font-weight: 400;
    height: 32px;
    padding: 13px;
    text-align: center;
    width: 453px;
    line-height: 1.5;
    margin-bottom: 18px;
    float: left;
}

.titulo_texto_speedpro {
    font-size: 24px;
    font-weight: 400;
    margin-top: 59px;	
    margin-left: 19px;
    line-height: 1.1;
}

#texto_speedprobl {
    width: 330px;
    height: 339px;
    background-color: #214565;
    float: right;
    color: white;
}

.texto_speedpro {
    font-size: 12px;
    font-weight: 400;
    margin-top: 26px;
    width: 274px;
    line-height: 1.3;
}

#diferencial_plano_roxo {
    float: left;
    margin-top: 25px;
}

.titulo_plano_roxo {
    font-size: 16px;
    color: white;
    background-color: #97a2bf;
    height: 63px;
    width: 460px;
    text-align: center;
    line-height: 68px;
}

.texto_plano_roxo {
    font-size: 18px;
    font-weight: 400;
    background: #bdc9e5;
    padding-left: 22px;
    padding-top: 18px;
    padding-bottom: 22px;
    color: white;
    line-height: 20px;
}

#adicional_plano_verde {
    float: right;
    margin-top: 25px;
    margin-bottom: 25px;
}

.titulo_adicional_verde {
    font-size: 16px;
    color: white;
    background-color: #87c7bc;
    height: 63px;
    width: 460px;
    text-align: center;
    line-height: 68px;
}

.texto_adicional_verde {
    font-size: 18px;
    font-weight: 400;
    background: #b3dbd5;
    padding-left: 22px;
    padding-top: 18px;
    padding-bottom: 22px;
    color: white;
    line-height: 20px;
}

#speedvip {
    border-top: solid 1px #c6c6c6;
    margin-top: 25px;
    padding-top: 25px;
    float: left;
}

.titulo_speedvip {
    background-color: rgba(0, 123, 187, 0.9);
    color: white;
    font-size: 22px;
    font-weight: 400;
    height: 32px;
    padding: 13px;
    text-align: center;
    width: 453px;
    line-height: 1.5;
    margin-bottom: 18px;
    float: right;
}

#speedvip_bl {
    background-image: url(../img/img_speedvip.jpg);
    background-repeat: no-repeat;
    width: 620px;
    height: 339px;
    float: right;
}

.titulo_texto_speedvip {
    font-size: 24px;
    font-weight: 400;
    margin-top: 86px;	
    margin-left: 19px;
    line-height: 1.1;
}

.texto_speedvip {
    font-size: 12px;
    font-weight: 400;
    margin-top: 26px;
    width: 274px;
    margin-left: 20px;
    line-height: 1.3;
}

#diferencial_plano_verde {
    float: left;
    margin-top: 25px;
    margin-bottom: 25px;
}

.titulo_plano_verde {
    font-size: 16px;
    color: white;
    background-color: #87c7bc;
    height: 63px;
    width: 460px;
    text-align: center;
    line-height: 68px;
}

.texto_plano_verde {
    font-size: 18px;
    font-weight: 400;
    background: #b3dbd5;
    padding-left: 22px;
    padding-top: 18px;
    padding-bottom: 22px;
    color: white;
    line-height: 20px;
}

#adicional_plano_roxo {
    float: right;
    margin-top: 25px;
    margin-bottom: 25px;
}

.titulo_adicional_roxo {
    font-size: 16px;
    color: white;
    background-color: #97a2bf;
    height: 63px;
    width: 460px;
    text-align: center;
    line-height: 68px;
}

.texto_adicional_roxo {
    font-size: 18px;
    font-weight: 400;
    background: #bdc9e5;
    padding-left: 22px;
    padding-top: 18px;
    padding-bottom: 22px;
    color: white;
    line-height: 20px;
}

#funcionamento {
    margin-top: 25px;
}

#funcionamento h1 {
    background: #BFDEEE none repeat scroll 0 0;
    color: #1E4262;
    display: inline-block;
    font-size: 23px;
    font-weight: 400;
    padding: 5px 10px;
    width: 100%;
}

#funcionamento h2 {
    font-size: 16px;
    font-weight: 400;
    color: #214565;
    margin-top: 22px;
}

#funcionamento p {
    font-size: 12px;
    font-weight: 400;
    color: #878787;
    line-height: 14px;
}

.subtitulo_funcionamento_azul {
    font-size: 12px;
    font-weight: 400;
    color: #214565 !important;
    margin-top: 22px;
}

#vantagens {
    margin-top: 25px;
}

#vantagens h1 {
    font-size: 23px;
    font-weight: 400;
    color: #1e4262;
    background: #bfdeee;
    background: #bfdeee;
    padding: 5px 10px;
}

#vantagens h2 {
    font-size: 16px;
    font-weight: 400;
    color: #214565;
    margin-top: 22px;
}

#vantagens p {
    font-size: 12px;
    font-weight: 400;
    color: #878787;
    line-height: 14px;
}

#telefonia {
    margin-top: 25px;
    border-top: solid 1px #c6c6c6;
    padding-top: 25px;
    height: 339px;
    margin-bottom: 25px;

}

#telefoniaip {
    background-image: url(../img/img_telefoniaip.jpg);
    background-repeat: no-repeat;
    width: 620px;
    height: 339px;
    float: left;
}

.titulo_telefonia {
    background-color: rgba(0, 123, 187, 0.9);
    color: white;
    font-size: 22px;
    font-weight: 400;
    height: 32px;
    padding: 13px;
    text-align: center;
    width: 183px;
    line-height: 1.5;
    margin-bottom: 18px;
    float: left;
}

.titulo_texto_telefonia {
    font-size: 24px;
    font-weight: 400;
    margin-top: 16px;	
    margin-left: 19px;
    line-height: 1.1;
}

#texto_speedprobl {
    width: 330px;
    height: 339px;
    background-color: #214565;
    float: right;
    color: white;
}

.texto_telefonia {
    font-size: 12px;
    font-weight: 400;
    margin-top: 26px;
    width: 274px;
    line-height: 1.3;
    padding-left: 20px;
}

#servidores {
    height: 567px;
    border-bottom: solid 1px #c6c6c6;
    float: left;
    border-top: solid 1px #c6c6c6;
    padding-top: 25px;
}

#servidores_dedicados {
    background-image: url(../img/img_servidores.jpg);
    background-repeat: no-repeat;
    width: 620px;
    height: 233px;
    float: left;
}

.titulo_servidores {
    background-color: rgba(0, 123, 187, 0.9);
    color: white;
    font-size: 22px;
    font-weight: 400;
    height: 32px;
    padding: 13px;
    text-align: center;
    width: 374px;
    line-height: 1.5;
    margin-bottom: 18px;
}

#info_servidores {
    margin-left: 22px;
    float: left;
}

.subtitulo_servidores {
    color: #214565;
    font-size: 24px;
    font-weight: 400;
}

.texto_servidores {
    font-size: 12px;
    color: #878787;
    line-height: 1.4;
    letter-spacing: -0.1px;
    width: 296px;	
    margin-top: 25px;
}

#beneficios_servidores {
    float: left;
    margin-top: 25px;
    width: 445px;
    border-right: solid 1px #c6c6c6;
    padding-right: 30px;
}

.titulo_beneficios {
    background-color: #bfdeee;
    color: #1e4262;
    font-size: 22px;
    font-weight: 400;
    width: 445px;
    padding: 8px;
}

.texto_beneficios {
    font-size: 12px;
    color: #878787;
    line-height: 1.4;
    letter-spacing: -0.2px;
    margin-top: 12px;
}

#dica_beneficios {
    height: 67px;
    margin-top: 25px;
}

#icone_dica_beneficios {
    width: 80px;
    height: 67px;
    background-color: #8bc265;
    background-image: url(../img/icon_check.png);
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
}

.texto_dica_beneficios {
    padding: 19px;
    background-color: #bafb6d;
    margin-left: 80px;
    color: #1e4262;
    width: 341px;
    height: 29px;
}

#vantagens_servidores {
    float: right;
    margin-top: 25px;
}

.subtitulo_beneficios {
    font-weight: 400;
    font-size: 16px;
    color: #1e4262;
    margin-top: 12px;
}

#informacoes_uteis {
    float: left;
    width: 950px;
}

.titulo_informacoes {
    background-color: rgba(0, 123, 187, 0.9);
    color: white;
    font-size: 22px;
    font-weight: 400;
    height: 32px;
    padding: 13px;
    text-align: center;
    width: 256px;
    line-height: 1.5;
    margin-bottom: 18px;
    float: left;
}

.complemento_informacoes {
    color: #214565;
    font-size: 24px;
    border-bottom: solid 1px #c6c6c6;
    border-top: solid 1px #c6c6c6;
    height: 56px;
    line-height: 2.3;
    padding-left: 299px;
    margin-bottom: 18px;
    margin-top: 25px;
}

#contrato {
    /*background-color: #97a2bf;
    cursor: pointer;
    float: left;
    height: 64px;
    width: 460px;*/
    background-color: #97A2BF;
    cursor: pointer;
    float: left;
    height: 64px;
    width: 100%;
}

.icone_contrato {
    float: left;
    margin-top: 9px;
    /*margin-left: 120px;*/
}

#contrato a {
    text-decoration: none;
    color: white;
}

#equipamentos {
    background-color: #87c7bc;
    width: 460px;
    height: 64px;
    float: right;
}

.icone_equipamentos {
    float: left;
    margin-top: 9px;
    margin-left: 90px;
}

.seta_down {
    margin-top: 30px;
    margin-left: 60px;
}

#equipamentos a {
    text-decoration: none;
    color: white;
}

.titulo_suporte_azul{
    color: #1e4262;
}

.texto_suporte {
    border-bottom: solid 1px #C6C6C6;
    border-top: solid 1px #C6C6C6;
    float: left;
    width: 950px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #878787;
    line-height: 20px;
    margin-top: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*TV*/
#netspeed_tv {
    overflow: hidden;
}

#universo_fibra {
    clear: both;
    display: none;
    float: left;
    overflow: hidden;
}

.titulo_tv {
    background-color: #007bbb;
    color: white;
    font-size: 22px;
    font-weight: 400;
    height: 32px;
    padding: 13px 4px;
    text-align: center;
    width: 188px;
    line-height: 1.5;
    float: left;
}

.complemento_tv {
    color: #214565;
    font-size: 24px;
    border-bottom: solid 1px #c6c6c6;
    border-top: solid 1px #c6c6c6;
    height: 56px;
    line-height: 2.3;
    padding-left: 14px;
    width: 740px;
    float: left;
}

#topo_minibasico {
    float: left;
    /*margin-top: -30px;*/
    margin-top: 20px;
}

.tabela_estilo {
    width: 950px;
}

#canais_minibasico {
    float: left;
    width: 950px;
}

.titulo_minibasico {
    background-color: #007bbb;
    color: white;
    font-size: 22px;
    font-weight: 400;
    height: 32px;
    padding: 13px 4px;
    text-align: center;
    width: 218px;
    line-height: 1.5;
    float: left;
}

#sub_content {
    background: #FFF;
    clear: both;
    display: block;
    height: 52px;
    width: 950px;
}

#sub_content .img1 {
    float: left;
}

#sub_content .img1:first-child {
    margin-left: 0;
}

#sub_content .img3 {
    margin-right: 0 !important;
}

#sub_content img {
    /*margin-right: 12px;*/
    display: inline-block;
}


#horario {
    color: #2B4467;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px !important;
    margin-top: 48px;
    margin-left: 30px;
    text-align: left;
    width: 150px;
}

#horario ul li {
    list-style: none;
    margin-left: 1%;
}

#horario li ul {
    background: #EBEBEB none repeat scroll 0 0;
    display: none;
    list-style: outside none none;
    text-align: left;
}

#horario ul li ul li:first-child {
    border-top: 1px solid #CCC;
    margin-top: 10px;
    padding-top: 10px;
}

#horario li ul li {
    padding: 8px 4px;
}

#horario ul li ul li a {
    color: #2B4467;
    display: block;
    text-decoration: none;
}

#horario li ul li a:hover {
    color: #3979BE;
}

#horario li ul li a:hover {
    color: #3979BE;
}

#horario li:hover > ul {
    display: table;
    position: absolute;
}


.complemento_minibasico {
    color: #214565;
    font-size: 24px;
    border-bottom: solid 1px #c6c6c6;
    border-top: solid 1px #c6c6c6;
    height: 56px;
    line-height: 2.3;
    padding-left: 14px;
    width: 710px;
    float: left;
}

.tabela_bg_azul {
    background: #bfdeee;
    color: #1e4262;	
}

.tabela_bg_verde {
    background: #eafed3;
    color: #1e4262;
}

.tabela_estilo tr:first-child td {
    padding: 8px;
    font-size: 16px;
    border-bottom: none !important;
    border-top: none;
}

.tabela_estilo tr:nth-child(2) td {
    border-top: none;
    padding-top: 10px;
}

.tabela_estilo tr td {
    padding: 5px;
    padding-left: 10px;
    font-size: 12px;
    border: 1px solid #c6c6c6;
    border-left: none;
}

#informcoes_uteis {
    width: 950px;
}

.tabela_estilo tr td:last-child {
    border-right: none;
}

#container_combo_left {
    display: table;
    width: 950px;
}

#container_combo_in {
    float: left;
}

#preco_minibasico {
    width: 950px;
    height: 64px;
    background: #97a2bf;
    text-align: center;
    color: white;
}

.titulo_preco {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    padding-top: 8px;
}

.complemento_preco {
    font-size: 12px;
    font-weight: 400;
}

#topo_basico {
    margin-top: 20px;
}

.noborder tr td:first-child {
    border-right: none;
}

.noborder tr td:nth-child(2) {
    border-left: none;
}

#preco_basico {
    width: 100%;
    height: 64px;
    background: #97a2bf;
    text-align: center;
    color: white;
}

#box_slide {
    width: 948px;
    height: 525px;
    border: solid 1px #c6c6c6;
    margin-top: 25px;
}

#box_slide #welcomeHero{
    width: 900px;
    height: 487px;
    margin: 20px auto;
}

#ligue_assine {
    background-color: #C0DEEE;
    color: #214565;
    font-size: 22px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    width: 950px;
}

.icone_assine_azul {
    float: left;
    margin-left: 300px;
    margin-right: 10px;
    margin-top: 14px;
}

.titulo_assine {
    float: left;
}

.icone_valor {
    float: left;
    margin-top: 15px;
    margin-left: 40px;
}

.seta_down_valor {
    margin-top: 30px;
    margin-left: 50px;
}

/*PERGUNTAS FREQUENTES*/

#perguntas {
    float: left;
}

.titulo_perguntas {
    background-color: rgb(0, 123, 187);
    color: white;
    font-size: 22px;
    font-weight: 400;
    height: 32px;
    padding: 13px;
    text-align: center;
    width: 380px;
    line-height: 1.5;
}

#accordion {
    clear: both;
    height: auto !important;
}

#accordion div {
    clear: both;
    height: auto !important;
    padding: 10px 0;
}

#accordion h3 {
    background-image: url(../img/seta_perguntas.jpg);
    background-repeat: repeat-y;
    background-position: right;
    color: #214565;
    font-size: 18px;
    border-bottom: solid 1px #c6c6c6;
    border-top: solid 1px #c6c6c6;
    width: 100%;
    padding: 20px 0;
    cursor: pointer;
}

#accordion p {
    font-size: 12px;
    color: #878787;
    line-height: 15px;
}

.ui-state-active{
    background-image: url(../img/seta_perguntas_cima.png) !important ;
    background-repeat: repeat-y !important;
    background-position: right !important;
}


.perguntas_adic {
    clear: both;
    height: auto;
    padding-top: 10px;
}

#result_pergunta {
    color: #878787;
    font-family: "Montserrat",â€‹sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin-top: 20px;
    text-decoration: underline;
}

.realce {
    background: none repeat scroll 0 0 #C6DDEF;
}


/* INTERNET */

#internet {
    overflow: hidden;
}

#solucoes_internet {
    background-image: url(../img/banner_internet.jpg);
    background-repeat: no-repeat;
    width: 950px;
    height: 476px;
    margin-bottom: 25px;
    border-bottom: solid 1px #c6c6c6;
    padding-bottom: 25px;
}

.titulo_internet {
    background-color: #007bbb;
    color: white;
    font-size: 22px;
    font-weight: 400;
    height: 32px;
    padding: 13px;
    text-align: center;
    width: 300px;
    line-height: 1.4;
    margin-bottom: 18px;
}

.chamada_banner_internet {
    font-size: 31px;
    font-weight: 400;
    color: #214464;
    margin-left: 17px;
    margin-top: 95px;
}

.complemento_banner_internet {
    font-size: 16px;
    font-weight: 400;
    color: #214464;
    margin-left: 18px;
    margin-top: 20px;
}

#planos_fibra {
    border-bottom: solid 1px #C6C6C6;
    float: left;
    padding-bottom: 25px;
    width: 950px;
}

.titulo_fibra {
    background-color: #007BBB;
    color: white;
    font-size: 22px;
    font-weight: 400;
    height: 32px;
    padding: 13px;
    text-align: center;
    width: 230px;
    line-height: 1.4;
    margin-bottom: 18px;
}

#fibra {
    background-image: url(../img/img_internet_fibra.jpg);
    background-repeat: no-repeat;
    width: 460px;
    height: 476px;
    float: left;
}

#texto_fibra {
    width: 460px;
    height: 108px;
    background-color: #214565;
    color: white;
    float: left;
    margin-top: 292px;
}

#texto_fibra h1 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 29px;
    margin-left: 19px;
}

#texto_fibra p {
    font-size: 12px;
    font-weight: 400;
    margin-top: 6px;
    line-height: 1.3;
    margin-left: 19px;
}

#fibra_100mb {
    float: left;
    margin-left: 20px;
}

#texto_fibra_100mb {
    background: #b3dbd5;
    height: 169px;
    float: left;
    width: 250px;
}

#texto_fibra_100mb h1 {
    color: #214464;
    font-size: 30px;
    font-weight: 400;
    padding-top: 55px;
    padding-left: 20px;
}

#adicional_plano_roxo {
    float: left;
    margin: 20px 0 19px 20px;
}

#adicional_plano_roxo h1 {
    font-size: 16px;
    color: white;
    background-color: #97a2bf;
    height: 63px;
    width: 470px;
    text-align: center;
    line-height: 68px;
}

#adicional_plano_roxo p {
    font-size: 18px;
    font-weight: 400;
    background: #bdc9e5;
    padding-left: 22px;
    padding-top: 18px;
    padding-bottom: 22px;
    color: white;
    line-height: 20px;
}

#como_funciona {
    background: #7FBDDD none repeat scroll 0 0;
    float: left;
    height: 104px;
    margin: 0 0 0 20px;
    width: 470px;
}

#como_funciona h1 {
    font-size: 30px;
    font-weight: 400;
    color: white;
    padding-top: 37px;
    padding-left: 20px;
    float: left;
}

#como_funciona a {
    background: url(../img/seta_direita.png) no-repeat center right 11px #5080a0;
    color: white;
    cursor: pointer;
    float: right;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    margin-right: 20px;
    margin-top: 34px;
    text-align: center;
    text-decoration: none;
    width: 130px;	
}

#radio {
    background-image: url(../img/img_internet_radio.jpg);
    background-repeat: no-repeat;
    width: 460px;
    height: 384px;
    float: left;
    margin-top: 25px;
}

.titulo_radio {
    background-color: #007bbb;
    color: white;
    font-size: 22px;
    font-weight: 400;
    height: 32px;
    padding: 13px;
    text-align: center;
    width: 230px;
    line-height: 1.4;
    margin-bottom: 18px;
}

#texto_radio {
    width: 490px;
    height: 144px;
    background-color: #214565;
    color: white;
    float: left;
    margin-top: 25px;
}

#texto_radio h1 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 40px;
    margin-left: 19px;
}

#texto_radio p {
    font-size: 12px;
    font-weight: 400;
    margin-top: 6px;
    line-height: 1.3;
    margin-left: 19px;
}

#texto_radio_100mb {
    background: #B3DBD5 none repeat scroll 0 0;
    float: left;
    height: 67px;
    margin: 25px 0 0 20px;
    text-align: center;
    width: 470px;
}

#texto_radio_100mb h1 {
    font-size: 30px;
    color: #214464;
    font-weight: 400;
    line-height: 70px;
}

#planos_radio #adicional_plano_roxo {
    margin-bottom: 0;	
}

#planos_radio #adicional_plano_roxo p {
    padding-bottom: 18px;
    line-height: 30px;
}

/* COMBO */
#combo {
    overflow: hidden;
}

#netspeed_combo {
    background-image: url(../img/banner_combo.jpg);
    background-repeat: no-repeat;
    width: 950px;
    height: 476px;
}

.titulo_combo {
    background-color: #007bbb;
    color: white;
    font-size: 22px;
    font-weight: 400;
    height: 32px;
    padding: 13px;
    text-align: center;
    width: 230px;
    line-height: 1.4;
    margin-bottom: 18px;
}

.chamada_banner_combo {
    font-size: 31px;
    font-weight: 400;
    color: #214464;
    margin-left: 17px;
    margin-top: 95px;
}

.complemento_banner_combo {
    font-size: 12px;
    font-weight: 400;
    color: #214464;
    margin-left: 18px;
    margin-top: 20px;
}

#combo_internet {
    margin-top: 25px;
    background: #c2e2dd;
    width: 621px;
    height: 102px;
}

#combo_internet img {
    float: left;
}

#combo_internet h2 {
    font-size: 22px;
    font-weight: 400;
    color: #214464;
    line-height: 102px;
    padding-left: 15px;
    float: left;
    width: 135px;

}

#combo_internet p {
    float: left;
    width: 303px;
    background: #e1f1ee;
    height: 69px;
    font-size: 12px;
    margin-left: 30px;
    color: #214464;
    padding-top: 33px;
    padding-left: 20px;
    padding-right: 20px;
}

#combo_telefonia {
    margin-top: 25px;
    background: #e2c2c7;
    width: 621px;
    height: 102px;
}

#combo_telefonia img {
    float: left;
}

#combo_telefonia h2 {
    font-size: 22px;
    font-weight: 400;
    color: #214464;
    line-height: 102px;
    padding-left: 15px;
    float: left;
    width: 135px;

}

#combo_telefonia p {
    float: left;
    width: 303px;
    background: #f1e1e4;
    height: 69px;
    font-size: 12px;
    margin-left: 30px;
    color: #214464;
    padding-top: 33px;
    padding-left: 20px;
    padding-right: 20px;
}

#combo_tv {
    margin-top: 25px;
    background: #cbd0df;
    width: 621px;
    height: 102px;
    margin-bottom: 25px;
}

#combo_tv img {
    float: left;
}

#combo_tv h2 {
    font-size: 22px;
    font-weight: 400;
    color: #214464;
    padding-left: 15px;
    float: left;
    padding-top: 30px;
    width: 135px;
}

#combo_tv p {
    float: left;
    width: 303px;
    background: #e5e8ef;
    height: 75px;
    font-size: 12px;
    margin-left: 30px;
    color: #214464;
    padding-top: 27px;
    padding-left: 20px;
    padding-right: 20px;
}

#abas_servicos div {
    display: block;
    color: #5C5C5C;
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px #fff solid;
}

#abas_servicos {
    display: block;
    clear: both;
    border-bottom: 1px #fff solid;
    overflow: hidden;
    width: 950px;
}

#abas_servicos ul {
    list-style: none;
}

#abas_servicos ul li {
    display: block;
    float: left;
    border-right: 1px #fff solid;
}

#abas_servicos ul li a {
    display: block;
    padding: 20px 36px;
    background: #EAEAEA;
    color: #5C5C5C;
    text-decoration: none;
}

#abas_servicos ul li:first-child > a {
    padding: 20px 42px;
}

#abas_servicos ul li a:hover,
#abas_servicos ul li a.ativo {
    background: #3F61A3;
    color: #fff;	
}

#explore {
    float: right;
    width: 305px;
    background: #1988c2;
    height: 229px;
    margin-top: 25px;
}

#explore h1 {
    font-size: 25px;
    font-weight: 400;
    color: white;
    margin-top: 65px;
    margin-left: 30px;
}

#ligue {
    width: 950px;
    height: 198px;
    background-color: #1988c2;
    background-image: url(../img/icon_telefone_combo.png);
    background-repeat: no-repeat;
    margin-top: 25px;
    float: left;
    background-position: 274px;
    background-position-x: 274px;
    background-position-y: 48px;
}

#ligue img {
    margin-top: -20px;
    margin-left: 85px;
}

#ligue p {
    float: right;
    font-size: 25px;
    font-weight: 400;
    color: white;
    margin-top: 80px;
    margin-right: 85px;
}

#ligue span {
    font-size: 18px;
}

/* TRABALHE CONOSCO */
#trabalhe_conosco {
    overflow: hidden;	
}

#faca_parte {
    background-image: url(../img/banner_trabalhe.jpg);
    background-repeat: no-repeat;
    width: 950px;
    height: 377px;
    float: left;
}

#chamada_trabalhe {
    background-color: rgba(23,136,194,0.9);
    height: 213px;
    width: 400px;
    line-height: 1.4;
    margin-top: 70px;
}

.titulo_faca_parte {
    color: white;
    font-size: 22px;
    font-weight: 400;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 44px;
    float: left;
}

.complemento_faca_parte {
    font-size: 12px;
    font-weight: 400;
    color: white;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 15px;
    float: left;
}

#formulario_trabalhe {
    float: left;
    margin-top: 28px;
}

#formulario_trabalhe h1 {
    font-size: 23px;
    font-weight: 400;
    color: #027ab7;
}

#formulario_trabalhe p {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
    color: #878787;
}

#frm_curriculo {
    width: 948px;
    /*height: 277px;*/
    border: solid 1px #c6c6c6;
    margin-top: 23px;
    margin-bottom: 25px;
    float: left;
    padding-bottom: 12px;
}

#frm_curriculo label {
    border: solid 1px #c6c6c6;
    float: left;
    margin: 12px 12px 0 12px;
}

#frm_curriculo label input[type="text"] {
    border: none;
    border-left: solid 1px #c6c6c6;
    padding: 8px;
    width: 764px;
}

#frm_curriculo label span {
    width: 130px;
    float: left;
    padding: 5px;
    line-height: 19px;
    font-size: 12px;
    color: #214565;
}


#anexar_curriculo {
    background-color: #97a2bf;
    width: 460px;
    height: 64px;
    float: left;
}

.icone_pdf {
    float: left;
    margin-top: 9px;
    margin-left: 80px;
}

.titulo_botoes {
    float: left;
    margin-top: 25px;
    font-size: 16px;
    color: white;
    font-weight: 400;
    margin-left: 10px;
}

#anexar_curriculo a {
    text-decoration: none;
    color: white;
}

#enviar_curriculo {
    background: #87C7BC url("../img/icon_enviar.png") no-repeat scroll 102px 10px;
    border: medium none;
    color: white;
    cursor: pointer;
    float: left;
    font-size: 16px;
    font-weight: 400;
    height: 64px;
    margin-left: 30px;
    width: 460px;
}

.icone_enviar {
    float: left;
    margin-top: 9px;
    margin-left: 115px;
}

#enviar_curriculo input[type="submit"] {
    border: none;
    background: none;
    font-size: 16px;
    cursor: pointer;
}

/* CADASTRE-SE */
#frm_cadastre_se {
    width: 948px;
    /*height: 277px;*/
    border: solid 1px #c6c6c6;
    margin-top: 23px;
    margin-bottom: 25px;
    float: left;
    padding-bottom: 12px;
}

#frm_cadastre_se label {
    border: solid 1px #c6c6c6;
    float: left;
    margin: 12px 12px 0 12px;
}

#frm_cadastre_se label input[type="text"] {
    border: none;
    border-left: solid 1px #c6c6c6;
    padding: 8px;
    width: 764px;
}

#frm_cadastre_se label span {
    width: 130px;
    float: left;
    padding: 5px;
    line-height: 19px;
    font-size: 12px;
    color: #214565;
}

#btn_cadastrar {
    background: #87C7BC url("../img/icon_enviar.png") no-repeat scroll 102px 10px;
    border: medium none;
    color: white;
    cursor: pointer;
    float: left;
    font-size: 16px;
    font-weight: 400;
    height: 64px;
    width: 460px;
}

.icone_enviar {
    float: left;
    margin-top: 9px;
    margin-left: 115px;
}



/* OUVIDORIA */
#ouvidoria_netspeed {
    overflow: hidden;	
}

#ouvidoria {
    background-image: url(../img/banner_ouvidoria.jpg);
    background-repeat: no-repeat;
    width: 950px;
    height: 377px;
    float: left;
}

#chamada_ouvidoria {
    background-color: rgba(23,136,194,0.9);
    height: 213px;
    width: 400px;
    line-height: 1.4;
    margin-top: 70px;
    float: right;
}

.titulo_ouvidoria {
    color: white;
    font-size: 22px;
    font-weight: 400;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 34px;
    float: left;
}

.complemento_ouvidoria {
    font-size: 12px;
    font-weight: 400;
    color: white;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 15px;
    float: left;
    letter-spacing: 0.5px;
}

#formulario_ouvidoria {
    float: left;
    margin-top: 28px;
}

#formulario_ouvidoria h1 {
    font-size: 23px;
    font-weight: 400;
    color: #027ab7;
}

#formulario_ouvidoria p {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
    color: #878787;
}

#frm_ouvidoria {
    width: 948px;
    border: solid 1px #c6c6c6;
    margin-top: 23px;
    margin-bottom: 25px;
    float: left;
}

#frm_ouvidoria label {
    border: solid 1px #c6c6c6;
    float: left;
    margin: 12px;
}

#frm_ouvidoria label input[type="text"], 
#frm_ouvidoria label input[type="email"], 
#frm_ouvidoria label input[type="tel"], 
#frm_ouvidoria label textarea {
    border: none;
    border-left: solid 1px #c6c6c6;
    padding: 8px;
    width: 764px;
}

#frm_ouvidoria label span {
    width: 130px;
    float: left;
    padding: 5px;
    line-height: 19px;
    font-size: 12px;
    color: #214565;
}

#enviar_sugestao {
    background: url("../img/icon_enviar.png") no-repeat scroll 404px 8px #87C7BC;
    border: medium none;
    color: #FFF;
    cursor: pointer;
    float: left;
    font-size: 16px;
    height: 64px;
    width: 950px;
}

.box_contrato {
    /*height: 64px;
    width: 100%;*/
    height: 64px;
    margin: 0 auto;
    text-align: center;
    width: 220px;
}

.lista_contratos {
    /*background: none repeat scroll 0 0 #BDC9E5;
display: none;
height: 66px;
padding: 26px 0 0 18px;
position: absolute;
width: 442px;
z-index: 200;*/
    background: #BDC9E5 none repeat scroll 0 0;
    display: none;
    height: 66px;
    padding: 26px 0 0 18px;
    position: absolute;
    width: 932px;
    z-index: 200;
}

.lista_contratos li {
    /*border-bottom: 1px solid #FFF;
color: #4A4A49;
list-style: none outside none;
padding: 5px 0 4px;
text-align: left;
width: 425px;*/
    border-bottom: 1px solid #FFF;
    color: #4A4A49;
    list-style: outside none none;
    padding: 5px 0 4px;
    text-align: center;
    width: 100%;
}
.lista_contratos li:last-child {
    border: 0 none;
}
#contrato:hover > .lista_contratos {
    display: block;
}

.lista_equipamentos {
    background: none repeat scroll 0 0 #C2E2DD;
    display: none;
    height: 154px;
    margin-top: 27px;
    padding: 26px 0 0 18px;
    position: absolute;
    width: 442px;
    z-index: 200;
}
.lista_equipamentos li {
    border-bottom: 1px solid #FFF;
    color: #4A4A49;
    list-style: none outside none;
    padding: 5px 0 4px;
    text-align: left;
    width: 425px;
}
.lista_equipamentos li:last-child {
    border: 0 none;
}
#equipamentos:hover > .lista_equipamentos {
    display: block;
}


#retorno_envio {
    color: #878787;
    display: block;
    font-family: "Montserrat",â€‹ sans-serif;
    font-size: 12px;
    margin: 10px auto 0;
    padding: 4px;
    width: 950px;
}
.errorValidateTrabalheConosco{
    color: #FF353A;
    font-size: 12px;
    font-weight: normal;
}
div.errorValidateTrabalheConosco{
    margin-left: 160px;
    margin-bottom: 12px;
    clear: both;
    display: block;
}
h3.trabalheSuccess{
    color: #269943;
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
}
h3.trabalheError{
    color: #F32525;
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
}

#acesse_webmail {
    color: #3979BE;
    font-weight: bold;
    text-decoration: underline;
}
#li-logo{
    width: 110px !important;
    /*background: lightblue !important;*/
    padding: 0px 0px 0px 0px !important;
}
#li-logo img{
    margin-left: -5%;
    margin-top: -19px;
    width: 110px;
    transform: scale(1.08);
    /*background: red !important;*/
}
#li-logo img:hover{
    transform: scale(1.3);
    /*background-color: blue !important;*/
}