@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: var(--cms-primary, #1b0688);
}

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

header.estilos div#info-topo{
	background-color: var(--cms-primary, #1b0688);
}

div#info-topo div#links-topo a{
	color: #fff;
	font-size: 17px;
	padding: 10px 18px;
	background-color: var(--cms-secondary, #58c8ea);
	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: var(--cms-secondary, #58c8ea);
}

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: var(--cms-primary, #1b0688);
}

/* 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: var(--cms-primary, #1b0688);
	}

	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: var(--cms-secondary, #58c8ea);
		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: var(--cms-secondary-dark, #2f829b);
	}

	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);
}

/* Correção global de rolagem no responsivo */
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;
	}
}

/* Ajuste responsivo: telefone e e-mail em linhas separadas no topo */
@media screen and (max-width: 767px){
	div#info-topo div#cont-esq{
		display: block;
		width: 100%;
		font-size: 0;
		line-height: 1.35;
		text-align: center;
		margin-top: 12px;
		padding: 0 8px;
		box-sizing: border-box;
	}

	div#info-topo div#cont-esq::before{
		content: "Televendas: 0800 942 0119";
		display: block;
		font-size: 15px;
		font-weight: 700;
		white-space: nowrap;
	}

	div#info-topo div#cont-esq::after{
		content: "E-mail: atendimento@speedmax.net.br";
		display: block;
		font-size: 15px;
		font-weight: 700;
		white-space: nowrap;
		margin-top: 5px;
	}
}

/* Imagens próprias do responsivo nas páginas internas */
@media screen and (max-width: 767px){
	header:not(.estilos){
		min-height: 430px;
		height: auto;
		padding-bottom: 24px;
		background-position: center center !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
	}

	header img#logo{
		max-width: 180px;
		height: auto;
	}

	header span.titulo,
	header.contato span.titulo{
		margin-top: 52px;
		font-size: 34px;
		line-height: 1.05;
	}

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

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

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

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

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

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

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

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

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


/* Ajuste topo: telefone WhatsApp + redes sociais */
div#info-topo div#cont-esq{
    color: #fff;
    font-weight: 700;
}

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;
    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: 26px;
    margin-right: 8px;
}

div#info-topo div#cont-esq .top-social-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-left: 7px;
    vertical-align: middle;
}

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

@media screen and (max-width: 767px){
    div#info-topo div#cont-esq{
        display: flex !important;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 8px 10px;
        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%;
        margin: 5px 0 0 0;
    }

    div#info-topo div#cont-esq .top-social-icon{
        width: 25px;
        height: 25px;
        margin-left: 3px;
        margin-right: 3px;
    }

    div#info-topo div#cont-esq .top-social-icon i{
        font-size: 23px;
    }
}


/* Ajuste final topo: Assine Já + redes sociais com fonte mais leve */
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{
    font-size: 16px !important;
}

div#info-topo div#cont-esq .top-whatsapp{
    margin-left: 6px !important;
}

div#info-topo div#cont-esq .top-whatsapp:hover,
div#info-topo div#cont-esq .top-whatsapp:focus,
div#info-topo div#cont-esq .top-social-icon:hover,
div#info-topo div#cont-esq .top-social-icon:focus{
    color: #fff !important;
    text-decoration: none !important;
}

header.para-empresa{
    background-color: var(--cms-primary, #1b0688) !important;
}

/* ===== AJUSTE FINAL TOPO SPEEDMAX ===== */
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{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    font-size: 16px !important;
}

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

div#info-topo div#cont-esq .top-social-icon{
    width: 30px !important;
    height: 30px !important;
    margin: 0 2px !important;
}

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

header.para-empresa{
    background-color: var(--cms-primary, #1b0688) !important;
}

@media screen and (max-width: 767px){
    div#info-topo div#cont-esq{
        justify-content: center !important;
        flex-wrap: wrap !important;
        gap: 8px 10px !important;
    }

    div#info-topo div#cont-esq .top-social-label{
        width: 100% !important;
        margin: 4px 0 0 0 !important;
    }
}

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

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

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

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

.SPEEDMAX-menu-fixo.SPEEDMAX-menu-is-fixed .SPEEDMAX-menu-conteudo,
.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,
.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,
.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,
.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,
.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,
.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: var(--cms-secondary, #58c8ea);
    color: #fff !important;
}

@media screen and (max-width: 1023px){
    .SPEEDMAX-menu-fixo.SPEEDMAX-menu-is-fixed .SPEEDMAX-menu-conteudo,
    .speedmax-menu-fixo.speedmax-menu-is-fixed .speedmax-menu-conteudo{
        padding-bottom: 12px;
    }

    .SPEEDMAX-menu-fixo.SPEEDMAX-menu-is-fixed img#logo,
    .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,
    .speedmax-menu-fixo.speedmax-menu-is-fixed #icone{
        margin-top: 12px;
    }

    .SPEEDMAX-menu-fixo.SPEEDMAX-menu-is-fixed ul.menu,
    .speedmax-menu-fixo.speedmax-menu-is-fixed ul.menu{
        background-color: var(--cms-primary, #1b0688);
    }
}


/* Ajustes ALFREDO v15 - topo e menu */
div#info-topo{
    padding-top:14px !important;
    padding-bottom:14px !important;
}
.SPEEDMAX-menu-conteudo{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    padding-top:0 !important;
    padding-bottom:0 !important;
    min-height:auto !important;
}
.SPEEDMAX-menu-conteudo img#logo{
    max-height:84px !important;
    width:auto !important;
    object-fit:contain !important;
    margin-top:8px !important;
    margin-bottom:8px !important;
}
div#menu-desk nav{
    margin-top:0 !important;
}
@media screen and (max-width:1023px){
    .SPEEDMAX-menu-conteudo{
        padding:16px 10px !important;
    }
    .SPEEDMAX-menu-conteudo img#logo{
        max-height:82px !important;
        margin:0 !important;
    }
    #icone{
        margin:0 !important;
        align-self:center !important;
    }
    div#menu-mobile{
        width:100%;
    }
    .SPEEDMAX-menu-fixo.SPEEDMAX-menu-is-fixed .SPEEDMAX-menu-conteudo{
        padding:10px !important;
    }
    .SPEEDMAX-menu-fixo.SPEEDMAX-menu-is-fixed img#logo{
        max-height:66px !important;
        margin:0 !important;
    }
    .SPEEDMAX-menu-fixo.SPEEDMAX-menu-is-fixed #icone{
        margin:0 !important;
    }
}
@media screen and (min-width:1024px){
    .SPEEDMAX-menu-fixo.SPEEDMAX-menu-is-fixed .SPEEDMAX-menu-conteudo{
        padding:0 10px !important;
    }
    .SPEEDMAX-menu-fixo.SPEEDMAX-menu-is-fixed img#logo{
        max-height:66px !important;
        margin-top:8px !important;
        margin-bottom:8px !important;
    }
}


/* Ajustes ALFREDO v16 - mobile: logo maior e sanduiche à direita */
@media screen and (max-width:1023px){
    .SPEEDMAX-menu-conteudo{
        display:flex !important;
        align-items:center !important;
        justify-content:flex-start !important;
        gap:12px !important;
        padding:14px 14px !important;
        flex-wrap:wrap !important;
        box-sizing:border-box !important;
    }
    .SPEEDMAX-menu-conteudo > a{
        display:flex !important;
        align-items:center !important;
        flex:0 1 auto !important;
        max-width:calc(100% - 88px) !important;
        line-height:0 !important;
    }
    .SPEEDMAX-menu-conteudo img#logo{
        width:190px !important;
        max-width:100% !important;
        height:auto !important;
        max-height:86px !important;
        object-fit:contain !important;
        margin:0 !important;
    }
    .SPEEDMAX-menu-conteudo #icone,
    #icone{
        margin:0 0 0 auto !important;
        align-self:center !important;
        justify-self:flex-end !important;
        flex:0 0 48px !important;
        width:48px !important;
        height:48px !important;
        padding:0 !important;
        display:flex !important;
        align-items:center !important;
        justify-content:center !important;
        border-radius:13px !important;
        position:relative !important;
        right:auto !important;
        top:auto !important;
    }
    #icone img{
        max-width:25px !important;
        height:auto !important;
    }
    div#menu-mobile{
        order:3 !important;
        flex:0 0 100% !important;
        width:100% !important;
    }
    .SPEEDMAX-menu-fixo.SPEEDMAX-menu-is-fixed .SPEEDMAX-menu-conteudo,
    .speedmax-menu-fixo.speedmax-menu-is-fixed .speedmax-menu-conteudo{
        padding:10px 14px !important;
    }
    .SPEEDMAX-menu-fixo.SPEEDMAX-menu-is-fixed .SPEEDMAX-menu-conteudo img#logo,
    .speedmax-menu-fixo.speedmax-menu-is-fixed .speedmax-menu-conteudo img#logo{
        width:170px !important;
        max-height:76px !important;
        margin:0 !important;
    }
    .SPEEDMAX-menu-fixo.SPEEDMAX-menu-is-fixed #icone,
    .speedmax-menu-fixo.speedmax-menu-is-fixed #icone{
        margin-left:auto !important;
        width:46px !important;
        height:46px !important;
        flex-basis:46px !important;
    }
}
@media screen and (max-width:380px){
    .SPEEDMAX-menu-conteudo img#logo{width:165px !important;max-height:76px !important;}
    .SPEEDMAX-menu-fixo.SPEEDMAX-menu-is-fixed .SPEEDMAX-menu-conteudo img#logo{width:150px !important;max-height:68px !important;}
}
