@import url('https://fonts.googleapis.com/css2?family=Questrial&amp;display=swap');


*{
	font-family: 'Questrial', sans-serif!important;	
  	font-weight: 900;
}

body,
html {
	height: 100%
}
html {
	scroll-behavior: smooth;
}
.bgb{
    background-image: url ("../img/bgb.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

h2
h3,
h4,
h5,
h6{
  color: #2DBCCD!important;
}

p{
	color: rgb(60,60,60);
	font-size: 16px;
}

.display-4,
.display-3{
	color: #2DBCCD;
	margin-bottom: 50px;
}

small{
  color: rgb(60,60,60);
  font-weight: 400;
}

a {
	text-decoration: none!important;
}

strong{
	font-weight: 900;
}




.bg_roudend{
	border-radius: 100px;
}



/* --------- 1.Home --------- */ 


/* --------- Planos em Destaque --------- */ 
.featured-plans{
	background-color: rgb(255,255,255);
	padding: 4em 0;	
}

#featured-residential-plan{
	background-color: rgb(255,255,255);
	padding: 4em 0;	
}
.featured-residential-plan-title{
	text-align: center;
}

.video {
	width: 450px;
}

.card {
	border:1;
	border-color: #3E4095 ;
	margin-top: 20px;
	
}

.card a{
	font-size: 22px;

	text-decoration:none !important;
}

.card-plans{
	border-radius: 16px;
	transform: scale(0.9);
}

.card-plans:hover{
	transform: scale(1);
	transition: all ease 0.2s;
}

.card-plans2{
	border-radius: 16px;
	transform: scale(0.98);
	transition: all ease 0.2s;
}

.card-plans2:hover{
	transform: scale(1);
	transition: all ease 0.2s;
}

.card-plans2 .card-plans-header {
	background: #ff9900;
	padding: 10px;
	text-align: center;
	border-radius: 16px 16px 0 0;
}

.card-promo p{
	background: #ffbf00;
	padding: 5px;
	text-align: center;
	color: #fff;
}


.card-plans-header {
	background: #2DBCCD;
	padding: 20px;
	text-align: center;
	border-radius: 16px 16px 0 0;
}

.card-plans-header:hover {
	background: #3E4095;
	transition: all ease 0,2s;
}

.voip {
	background: #ffbf00;
	padding: 20px;
	text-align: center;
	border-radius: 16px 16px 0 0;
}

.voip:hover {
	background: #fdc724;
	transition: all ease 0,2s;
}


.card-plans-header h2{
	color: #2DBCCD;
	font-size: 64px;
	font-weight: bold;

}
.card-plans-header h3{
	margin-top: -28px;
	font-size: 42px;

}

.card-price{
	text-align: center;
}


.card-plans-area {
	padding: 20px;
}

.card-plans-area .card-price h2, 
.card-plans-area .card-price h2 span{
	color: #2DBCCD;	
}
.card-plans-area .card-price h2{
	font-size: 99px;	
}
.card-plans-area .card-price h2 span{
	font-size: 26px;
}


.card-body h2{
	color: #2DBCCD;
}
.card-body h2 span{
	font-size: 24px;
}



#differences {
	background-color: #2DBCCD;
	padding: 4em 0;
}
.differences-title{
	text-align: center;
	color: #fff;
}

.differences-title h2{
	color: #fff;
}
/* --------- End Diferenciais --------- */ 

/* --------- Planos Empresas --------- */ 
#business-plans {
	background-color: rgb(255,255,255);
	padding: 4em 0;
}
.business-plans-title{
	text-align: center;
}
/* --------- End Planos Empresas --------- */ 

/* ------------ Campo Acesso Rapido ------------ */
#quickLink {
	background-color: #2DBCCD;
	padding: 6em 0;
}
.quickLink-title{
	text-align: center;
}
.quickLink-title h2{
	color: rgb(255,255,255);
}
.quickLink-item{
	text-align: center;
}
.quickLink-item h5 {
	color: #fff;
	padding: 20px 0;
}
/* ------------ End Campo Acesso Rapido ------------ */

/* --------- App M&S --------- */ 
.appMes {
	background-color: #3E4095;
	padding-top: 4em;
	padding-bottom: 0;
}
/* --------- End App M&S --------- */ 
/* --------- 1. End Home --------- */ 


/* --------- 2. Contato --------- */ 



#link-voip{
	background: #3E4095;
	padding: 50px 0;
	height: auto;

}


.destaque-voip{
	background: #3E4095;
	padding: 100px 0;
}

	.destaque-voip .destaque-voip-title{
		padding-bottom: 50px;
		text-align: center;
	}

	.destaque-voip .destaque-voip-itens{
		text-align: center;
	}


.faq-voip{
	background: #fff;

}


	.faq-voip .faq-voip-itens{
		text-align: left;
		padding-top: 25px;
	}




.modal-body{
	background: #fff;
}




/* ------------ Footer ------------ */
footer {
	padding: 75px 0 35px 0;
}
footer .logo-footer {
	width: 30px;
	height: 36px;
}
footer .copyright-footer {
	padding-top: 20px;
}
footer .navbar-footer {
	text-align: left
}
footer .navbar-footer h6 {
	color: rgb(0, 61, 126);
}
/* ------------ End Footer ------------ */

/* scroll to top2 */
.scrollup2{
    position:fixed;
   
    bottom:15px;
    right: 20px;
	animation: pulse 1.7s infinite;
    animation-direction: alternate;
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
.scrollup2 img{ 
	width:60px !important; 
    height:auto;
}

.scrollup2 img:hover{ 
	width:70px !important; 
    height:auto;
	
	
}

a.scrollup2 {
	outline:0;
	text-align: center;
}

a.scrollup2:hover,a.scrollup2:active,a.scrollup2:focus {
	opacity:1;
	text-decoration:none;
}
a.scrollup2 i {
	margin-top: 100px;
	color: #fff;
}
a.scrollup2 i:hover {
	text-decoration:none;
}
/*------ Widget Notification ------*/
.alert-notification {
	display: none;
	background-color: rgba(232, 232, 232,0.9);
	color: rgb(129, 129, 129);
	bottom: 0px;

	
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-box-shadow: 0 1px 5px rgba(26, 40, 89, .15);
	box-shadow: 0 1px 5px rgba(26, 40, 89, .15);
}
.alert-notification a {
	text-decoration: underline;
}
/*------ End Widget Notification ------*/

/*------ Widget WhatsApp------*/
.alert {
	position: fixed;
	padding: .5rem 2.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
} 
.alert-whatsapp {
	background-color: #fefefe;
	border-color: rgb(254, 254, 254);
	color: rgb(129, 129, 129);
	bottom: 90px;
	right: 24px;
	font-size: 13px;
	padding: 20px;
	margin-bottom: 0;
	border-radius: .5rem .5rem .5rem .5rem;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-box-shadow: 0 7px 21px rgba(26, 40, 89, .15);
	box-shadow: 0 7px 21px rgba(26, 40, 89, .15);
}
.alert-whatsapp-avatar{
	display: inline-block;
	vertical-align: middle;
	padding-right: 10px;
}
.alert-whatsapp-info{
	display: inline-block;
	vertical-align: middle;
}



/*------ End Widget WhatsApp ------*/

/*------ Customização Botão Opa------*/
.opa_ico {
	background: rgb(0, 0, 255)!important;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 60px!important;
	height: 60px!important;
	z-index: 99999;
	
	cursor: pointer;
}
/*------ End Customização Botão Opa ------*/





.title-container {
	margin-bottom: 3em
}
.featured-area {
	position: relative;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
.featured-area:hover {
	margin-top: -10px
}
.featured-area:before {
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	opacity: .15;
	height: 100%;
	bottom: -10px;
	left: 0;
	right: -20px;
	margin: auto
}
.pt-4 {
	color: #3E4095;
	font-size: 24px;
	font-weight: 900;
}

.call-to-action {
	background-color: #3E4095;
	padding-top: 4em;
	padding-bottom: 4em;
}

.hero-secundary {
	background: #333844 url(../img/hero-secondary.jpg) center right;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	height: 50%;
	margin-bottom: 4em
}
.hero-3 {
	background: #333844 url(../img/bg-sobre.jpg) center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	height: 100%;
	margin-bottom: 4em
}
.hero-4 {
	background: #333844 url(../img/bg-plano-residencial.html) center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;	
	padding-bottom: 100px;
	margin-bottom: 4em
}
.hero-promo300 {
	background: #333844 url(../img/hero-promo300mb.html) center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	background-size: 100%;
	height: 560px;
}
.hero-5 {
	background: #333844 url(../img/bg-plano-empresarial.png) center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	padding-bottom: 100px;
	margin-bottom: 4em
}
.hero-6 {
	background: #333844 url(../img/bg-plano-link.png) center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	height: 100%;
	margin-bottom: 4em
}

.hero-voip {
	background: #3E4095;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	text-align: center;
}

.hero-7 {
	background: #333844 url(../img/bg-predial.html) center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	height: 100%;
	margin-bottom: 4em
}
.hero-container {
	padding-top: 100px
}
.terms {
	margin-bottom: 2em
}
.terms-container {
	margin-bottom: 2em
}
.about {
	margin-bottom: 0
}
.about-container {
	display: flex;
	flex-direction: column;
	justify-content: center
}
.plans {
	margin-bottom: 4em
}

.faq {
	margin-bottom: 4em
}

.contact {
	margin-bottom: 4em
}

.vd-recomendados{
	padding: 4em 0;
}

.house-plans {
	margin-bottom: 4em
}
.hero-1 {
}
.hero-2 {
}


.list-icons {
	padding: 0 25px 0 25px
}
.list-icons span {
	width: 105px;
	height: 105px;
	display: inline-block
}
.list-icons span.l-icon1 {
	background: url(../img/icones-destaque.png) no-repeat 1px 0
}
.list-icons span.l-icon2 {
	background: url(../img/icones-destaque.png) no-repeat -499px 0
}
.list-icons span.l-icon3 {
	background: url(../img/icones-destaque.png) no-repeat -199px 0
}
.list-icons span.l-icon4 {
	background: url(../img/icones-destaque.png) no-repeat -298px 0
}
.list-icons span.l-icon5 {
	background: url(../img/icones-destaque.png) no-repeat -399px 0
}
.list-icons span.l-icon6 {
	background: url(../img/icones-destaque.png) no-repeat -499px 0
}
.icon-thumbnail span {
	width: 14px;
	height: 14px;
	display: inline-block
}
.icon-thumbnail span.icon-facebook {
	background: url(../img/icons-thumbnail.png) no-repeat 0 0
}
.icon-thumbnail span.icon-email {
	background: url(../img/icons-thumbnail.png) no-repeat -20px 0
}
.icon-thumbnail span.icon-tel {
	background: url(../img/icons-thumbnail.png) no-repeat -38px 0
}
.icon-thumbnail span.icon-clock {
	background: url(../img/icons-thumbnail.png) no-repeat -56px 0
}
.icon-thumbnail span.icon-map {
	background: url(../img/icons-thumbnail.png) no-repeat -74px 0
}
.icon-thumbnail span.icon-check {
	background: url(../img/icons-thumbnail.png) no-repeat -92px 0
}
.icon-thumbnail span.icon-check {
	background: url(../img/icons-thumbnail.png) no-repeat -92px 0
}
.icon-socialmedia span {
	display: inline-block
}
.icon-socialmedia span:hover {
	background-color: #000;
}
.icon-socialmedia span.icon-facebook-2 {
	background: url(../img/icons-faebook.png) no-repeat;
	width: 18px;
	height: 18px;
}
.icon-socialmedia span.icon-youtube {
	background: url(../img/icons-youtube.png) no-repeat;
	margin-right: 8px;
	width: 25.8px;
	height: 18px;
}
.icon-socialmedia span.icon-instagram {
	background: url(../img/icons-instagram.png) no-repeat;
	margin-right: 8px;
	width: 18px;
	height: 18px;
}



.erro404 {
	margin-bottom: 4em
}
.erro404-container {
	display: flex;
	flex-direction: column;
	justify-content: center
}
.erro404-figure {
	padding-top: 6em
}





#destaque-app{
	padding: 4rem 0;
	background-color: #3498D4;
}
.destaque-app-title{
	text-align: center;
}
.destaque-app-title h2,
.destaque-app-title h5 {
	color: #fff;
}

.destaque-app-area{
	text-align: center;
}
.destaque-app-area h4,
.destaque-app-area p {
	color: #fff;
}
.selo-app{
	display: flex;
	justify-content: center;
	padding-top: 2rem;
}
#plan-blackfriday {
	background-color: #180639;
	padding: 0 0 4em 0;
	text-align: center;
}
.plan-blackfriday-title h2 {
	color: #fff;
}


#plan-promo300 {
	background-color: #00ace7;
	padding: 0 0 4em 0;
}
.plan-promo300-title h2 {
	color: #fff;
}
.info-regras{
	padding-top: 2rem;
	text-align: center;
}
.info-regras small{
	color: #fff;
	padding-top: 2rem;
}


.form-control{
	border: 1px solid #fff;
}

#countdown {
	background-color: #180639;	
	padding: 50px 0 70px 0;
	text-align: center!important;
}

.countdownContainer{
	transform : translateX(-50%) translateY(-50%);
	position: relative;
	top: 50%;
	left: 50%;
	text-align: center!important;
}

.countdownContainer h2{
	color: #fff;	
	padding-bottom: 0px;
}

.info2{
	font-size: 58px;
	color: #fff;
	
}
.rp{
	display: inline-block;
	padding: 30px 40px;
	background-color: #fff; 
	color: #180639;
	border-radius: 8px;
	height: 100%;
	width: auto;
}

/* ===========================
  Responsive
==============================*/

/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
  .mb-btn{
  	margin-bottom: 30px;
  }
  
  .rp{
	margin-bottom: 30px;
}

}

/* small Mobile :320px. */
@media only screen and (max-width: 479px) {

}


/*SECTIONS*/


.hbomax{
	background: linear-gradient(180deg, rgba(2,0,36,1) 34%, rgba(57,9,121,1) 68%, rgba(74,2,78,1) 95%);
}


.collapse-plans{
	padding-top: 100px;
	padding-bottom: 100px;
}

.btn-outline-primary:focus, .btn-outline-primary:active {
}

.apps{
	background: #FBFBFD;
}

/* Planos promocionais */
.plans-promo {
	background: linear-gradient(180deg, #f4f9ff 0%, #ffffff 62%, #f5f8fc 100%);
	color: #15366a;
}

.plans-heading {
	max-width: 760px;
	margin: 0 auto 32px;
}

.plans-heading h2,
.addons-section h3 {
	color: #12366f;
	font-weight: 700;
}

.plans-heading h2 {
	font-size: 44px;
	margin: 8px 0 12px;
}

.plans-heading p {
	color: #56677f;
	font-size: 18px;
	line-height: 1.55;
}

.plans-eyebrow {
	display: inline-block;
	color: #159447;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.plans-benefits {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin-bottom: 34px;
	background: #dce5f1;
	border: 1px solid #dce5f1;
	border-radius: 14px;
	overflow: hidden;
}

.plans-benefits div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 92px;
	padding: 16px;
	background: #ffffff;
	text-align: center;
}

.benefit-icon {
	width: 38px;
	height: 38px;
	margin-bottom: 10px;
}

.plans-benefits strong {
	color: #12366f;
	font-size: 17px;
}

.plans-benefits span {
	color: #68778d;
	font-size: 14px;
}

.plan-card {
	display: flex;
	flex-direction: column;
	background: #ffffff;
	border: 1px solid #d8e2ef;
	border-radius: 18px;
	box-shadow: 0 12px 34px rgba(18, 54, 111, .10);
	overflow: hidden;
	transition: transform .2s ease, box-shadow .2s ease;
}

.plan-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 18px 42px rgba(18, 54, 111, .16);
}

.plan-card-header {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 8px;
	padding: 22px 18px 18px;
	background: #3E4095;
	color: #ffffff;
	text-align: center;
}

.plan-card-combo .plan-card-header {
	background: #2DBCCD;
}

.plan-speed {
	font-size: 62px;
	font-weight: 700;
	line-height: .95;
}

.plan-unit {
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
}

.plan-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px;
}

.plan-wifi,
.plan-combo-label {
	align-self: center;
	margin-bottom: 14px;
	padding: 5px 14px;
	border-radius: 999px;
	background: #eaf2ff;
	color: #12366f;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.plan-combo-label {
	background: rgba(45, 188, 205, .14);
	color: #168694;
}

.plan-apps {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin: 0 0 14px;
	gap: 18px;
}

.plan-apps img {
	max-width: 118px;
	height: 32px;
	object-fit: contain;
}

.plan-card-body ul {
	flex: 1;
	margin: 0 0 22px;
	padding: 0;
	list-style: none;
}

.plan-card-body li {
	position: relative;
	padding: 9px 0 9px 27px;
	border-bottom: 1px solid #edf1f6;
	color: #42536c;
}

.plan-card-body li::before {
	position: absolute;
	left: 2px;
	color: #159447;
	content: "✓";
	font-weight: 700;
}

.plan-price {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 20px;
	color: #12366f;
}

.plan-price span {
	margin: 10px 5px 0 0;
	font-size: 19px;
	font-weight: 700;
}

.plan-price strong {
	font-size: 62px;
	line-height: 1;
}

.plan-price sup {
	margin-top: 8px;
	font-size: 22px;
	font-weight: 700;
}

.plan-price small {
	align-self: flex-end;
	margin: 0 0 7px 3px;
	color: #718097;
	font-size: 13px;
}

.plan-card .btn {
	border-radius: 10px;
	font-size: 18px;
	font-weight: 700;
}

.plan-card:not(.plan-card-combo) .btn-primary {
	background-color: #3E4095;
	border-color: #3E4095;
}

.plan-card-combo .btn-primary {
	background-color: #2DBCCD;
	border-color: #2DBCCD;
}

.plan-card .btn-primary:hover,
.plan-card .btn-primary:focus {
	filter: brightness(.9);
}

.addons-section {
	padding: 34px;
	background: #ffffff;
	border: 1px solid #d8e2ef;
	border-radius: 18px;
	box-shadow: 0 12px 34px rgba(18, 54, 111, .08);
}

.addons-section h3 {
	margin: 6px 0 24px;
	font-size: 34px;
}

.addons-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.addon-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 22px 14px;
	background: #f5f8fc;
	border: 1px solid #e0e7f0;
	border-radius: 12px;
	text-align: center;
}

.addon-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	margin-bottom: 12px;
}

.addon-logo img {
	max-width: 150px;
	max-height: 44px;
	object-fit: contain;
}

.addon-logo-adult {
	gap: 9px;
}

.addon-logo-adult img {
	width: 34px;
	height: 34px;
}

.addon-logo-adult span {
	color: #3E4095;
	font-size: 17px;
	font-weight: 700;
}

.addon-card h4 {
	min-height: 42px;
	margin: 0 0 12px;
	color: #12366f;
	font-size: 18px;
	font-weight: 700;
}

.addon-price {
	color: #12366f;
}

.addon-card span,
.addon-card sup {
	font-weight: 700;
}

.addon-card strong {
	font-size: 36px;
}

.addon-card small {
	display: block;
	color: #718097;
}

@media only screen and (max-width: 767px) {
	.plans-heading h2 {
		font-size: 34px;
	}

	.plans-benefits,
	.addons-grid {
		grid-template-columns: 1fr 1fr;
	}

	.plans-benefits div:last-child {
		grid-column: 1 / -1;
	}

	.addons-section {
		padding: 26px 18px;
	}

	.alert-whatsapp {
		display: none !important;
	}

	.alert-notification {
		padding: 12px 38px 12px 12px;
		font-size: 12px;
		line-height: 1.35;
	}

	.alert-notification p {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 479px) {
	.plans-heading h2 {
		font-size: 30px;
	}

	.plans-benefits,
	.addons-grid {
		grid-template-columns: 1fr;
	}

	.plan-speed {
		font-size: 54px;
	}

	.addon-card h4 {
		min-height: 0;
	}
}
