@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&amp;display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration:none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden;
	background-color: #f2f2f2;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong{
	font-weight: 800;
}

div.interface{
	min-width:320px;
	max-width:1200px;
	width:100%;
	margin:0px auto;
    text-align: center;
    position: relative;
}

header{
	float: left;
	width: 100%;
	padding: 0 0 40px 0;
	background-attachment: fixed;
    background-position: 60% 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

header.familia-g3{
	background-image: url(../imagens/bg-familia-g3.jpg);
}

header.internet-residencial, header.contratar-agora{
	background-image: url(../imagens/bg-internet-residencial.jpg);
}

header.telefonia-fixa{
	background-image: url(../imagens/bg-telefonia-fixa.jpg);
}

header.contato{
	background-image: url(../imagens/bg-contato.jpg);
}

header.indique-amigo{
	background-image: url(../imagens/bg-indique-amigo.jpg);
}

header.para-empresa{
	background-image: url(../imagens/bg-para-empresas.jpg);
}

header.estilos{
	background:none;
}

header.para-empresa{
	background-color: #000;
}

div#info-topo{
	float: left;
	display: block;
	width: 100%;
	padding: 20px 0;
	color: #fff;
	z-index: 99;
}

header.estilos div#info-topo{
	background-color: #a60000;
}

div#info-topo div#links-topo a{
	color: #fff;
	font-size: 17px;
	padding: 10px 18px;
	background-color: #ea2a29;
	border-radius: 999px;
	display: inline-block;
	margin-left: 10px;
	-webkit-transition:.4s;
	-moz-transition:.4s;
	-o-transition:.4s;
	transition:.4s;
}

div#info-topo div#links-topo a:hover{
	background-color: #ea2a29;
}

div#info-topo div#cont-esq{
	display: inline-block;
	margin-top: 20px;
}

div#info-topo form select{
	display: inline-block;
	width: auto;
	border: none;
	padding: 10px 0;
	color: #fff;
	font-size: 18px;
	outline: none;
	background-color: #a60000;
}

/* header a#logo-home{
	float: left;
	margin-top: 40px;
	margin-left: 10px;
	width: 214px;
	height: 47px;
	background: url(../imagens/logo-footer.png) center top no-repeat;
} */

header img#logo{
	float: left;
	margin-top: 40px;
	margin-left: 10px;
}

header span.titulo{
	float: left;
	width: 90%;
	margin-top: 30px;
	margin-left: 5%;
	font-size: 50px;
	color: #fff;
	font-weight: 700;
}

header.contato span.titulo{
	font-size: 40px;
}

@media screen and (min-width:768px){
	div#info-topo{
		float: left;
		display: block;
		width: 100%;
		padding: 20px 0;
		color: #fff;
		z-index: 99;
	}

	header.estilos div#info-topo{
		background-color: #a60000;
	}

	div#info-topo div#links-topo{
		float: left;
		width: auto;
		margin-left: 10px;
	}

	div#info-topo div#links-topo a{
		color: #fff;
		font-size: 17px;
		padding: 10px 18px;
		background-color: #ea2a29;
		border-radius: 999px;
		display: inline-block;
		margin-left: 10px;
		-webkit-transition:.4s;
		-moz-transition:.4s;
		-o-transition:.4s;
		transition:.4s;
	}

	div#info-topo div#links-topo a:hover{
		background-color: #ff4a49;
	}

	div#info-topo div#cont-esq{
		float: right;
		margin-right: 20px;
		margin-top: 10px;
	}

	header:not(.estilos){
		height: 550px;
	}

	header.estilos{
		padding-bottom: 30px;
		height: auto;
	}

	header span.titulo, header.contato span.titulo{
		text-align: left;
		font-size: 70px;
		margin-top: 100px;
	}

	header span.titulo strong{
		font-size: 100px;
	}
}

@media screen and (min-width: 1024px){
	header.estilos{
		background: none;
	}

	header a#logo-home{
		width: 234px;
		height: 52px;
		background: url(../imagens/logo.png) center top no-repeat;
	}

	header img#logo{
		float: left;
		margin-top: 30px;
		margin-left: 10px;
	}
}

@media screen and (min-width: 1440px){
	header:not(.estilos){
		height: 550px;
	}
}

header.page-5g{
	background-image: url(../imagens/bg-5g.jpg);
}

header.condominios{
	background-image: url(../imagens/bg-condominios.jpg);
}


/* ===== IMPLEMENTAÇÕES SPEEDMAX ADAPTADAS PARA 4U ===== */
html, body{
    width:100%;
    min-height:100%;
    height:auto;
    overflow-x:hidden;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
}

@media screen and (max-width:1023px){
    header,
    section#link-dedicado,
    section#condominio{
        background-attachment:scroll !important;
    }
    .ism-slider,
    .ism-slidermob,
    .ism-slider .ism-slides,
    .ism-slidermob .ism-slides{
        -ms-touch-action: pan-y;
        touch-action: pan-y;
    }
}

div#info-topo div#cont-esq,
div#info-topo div#cont-esq .top-label,
div#info-topo div#cont-esq .top-whatsapp,
div#info-topo div#cont-esq .top-social-label,
div#info-topo div#cont-esq .top-social-icon{
    font-weight:400 !important;
}

div#info-topo div#cont-esq{
    color:#fff;
    font-size:16px !important;
}

div#info-topo div#cont-esq a,
div#info-topo div#cont-esq a:visited,
div#info-topo div#cont-esq a:hover,
div#info-topo div#cont-esq a:focus{
    color:#fff;
    text-decoration:none;
    outline:none;
}

div#info-topo div#cont-esq .top-whatsapp{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-left:6px !important;
    white-space:nowrap;
}

div#info-topo div#cont-esq .top-whatsapp i{
    font-size:16px;
    line-height:1;
}

div#info-topo div#cont-esq .top-social-label{
    display:inline-block;
    margin-left:18px !important;
    margin-right:4px !important;
}

div#info-topo div#cont-esq .top-social-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:30px !important;
    height:30px !important;
    margin:0 2px !important;
    vertical-align:middle;
}

div#info-topo div#cont-esq .top-social-icon i{
    font-size:25px !important;
    line-height:1;
}

@media screen and (min-width:768px){
    div#info-topo div#cont-esq{
        display:flex;
        align-items:center;
        justify-content:flex-end;
        gap:8px;
    }
}

@media screen and (max-width:767px){
    div#info-topo div#cont-esq{
        display:flex !important;
        flex-wrap:wrap !important;
        align-items:center;
        justify-content:center !important;
        gap:8px 10px !important;
        width:100%;
        font-size:14px !important;
        line-height:1.25;
        text-align:center;
        margin-top:12px;
        padding:0 8px;
        box-sizing:border-box;
    }
    div#info-topo div#cont-esq::before,
    div#info-topo div#cont-esq::after{
        content:none !important;
        display:none !important;
    }
    div#info-topo div#cont-esq .top-label,
    div#info-topo div#cont-esq .top-whatsapp{
        display:inline-flex;
        align-items:center;
    }
    div#info-topo div#cont-esq .top-social-label{
        width:100% !important;
        margin:4px 0 0 0 !important;
    }
    div#info-topo div#cont-esq .top-social-icon{
        width:25px !important;
        height:25px !important;
        margin-left:3px !important;
        margin-right:3px !important;
    }
    div#info-topo div#cont-esq .top-social-icon i{
        font-size:23px !important;
    }
}

.SPEEDMAX-menu-fixo{
    float:left;
    width:100%;
    z-index:99970;
    transition:background .2s ease, box-shadow .2s ease;
}

.SPEEDMAX-menu-fixo::after,
.SPEEDMAX-menu-conteudo::after{
    content:"";
    display:block;
    clear:both;
}

.SPEEDMAX-menu-fixo-placeholder{
    display:block;
    width:100%;
    height:0;
}

.SPEEDMAX-menu-fixo.SPEEDMAX-menu-is-fixed{
    position:fixed;
    top:0;
    left:0;
    right:0;
    background:#a60000;
    box-shadow:0 10px 26px rgba(0,0,0,.18);
}

.SPEEDMAX-menu-fixo.SPEEDMAX-menu-is-fixed .SPEEDMAX-menu-conteudo{
    min-width:320px;
    max-width:1200px;
    width:100%;
    margin:0 auto;
    padding:0 10px 12px 10px;
    box-sizing:border-box;
}

.SPEEDMAX-menu-fixo.SPEEDMAX-menu-is-fixed img#logo{
    margin-top:14px;
    max-height:64px;
    width:auto;
}

.SPEEDMAX-menu-fixo.SPEEDMAX-menu-is-fixed div#menu-desk nav{
    margin-top:14px;
}

.SPEEDMAX-menu-fixo.SPEEDMAX-menu-is-fixed ul.menu li a,
.SPEEDMAX-menu-fixo.SPEEDMAX-menu-is-fixed ul.menu li label,
header.estilos .SPEEDMAX-menu-fixo.SPEEDMAX-menu-is-fixed ul.menu li a{
    color:#fff !important;
}

.SPEEDMAX-menu-fixo.SPEEDMAX-menu-is-fixed ul.menu li a:after{
    background-color:#fff;
}

.SPEEDMAX-menu-fixo.SPEEDMAX-menu-is-fixed ul.menu li.link-destaque a,
header.estilos .SPEEDMAX-menu-fixo.SPEEDMAX-menu-is-fixed ul.menu li.link-destaque a{
    background-color:#ea2a29;
    color:#fff !important;
}

@media screen and (max-width:1023px){
    .SPEEDMAX-menu-fixo.SPEEDMAX-menu-is-fixed .SPEEDMAX-menu-conteudo{
        padding-bottom:12px;
    }
    .SPEEDMAX-menu-fixo.SPEEDMAX-menu-is-fixed img#logo{
        margin-top:12px;
        max-width:calc(100% - 82px);
        max-height:58px;
    }
    .SPEEDMAX-menu-fixo.SPEEDMAX-menu-is-fixed #icone{
        margin-top:12px;
    }
    .SPEEDMAX-menu-fixo.SPEEDMAX-menu-is-fixed ul.menu{
        background-color:#a60000;
    }
}
