@import url("https://cdn-uicons.flaticon.com/2.0.0/uicons-regular-rounded/css/uicons-regular-rounded.css");
@import url("https://cdn-uicons.flaticon.com/2.0.0/uicons-brands/css/uicons-brands.css");
@import url("https://cdn-uicons.flaticon.com/2.0.0/uicons-solid-straight/css/uicons-solid-straight.css");

:root {
	--color-primary: #0b2ba1;
	--color-primary-96: #0b2ba1f5;
	--color-primary-88: #0b2ba1e0;
	--color-primary-80: #0b2ba1cc;
	--color-primary-72: #0b2ba1b8;
	--color-primary-64: #0b2ba1a3;
	--color-primary-56: #0b2ba18f;
	--color-primary-48: #0b2ba17a;
	--color-primary-32: #0b2ba152;
	--color-primary-24: #0b2ba13d;
	--color-primary-16: #0b2ba129;
	--color-primary-08: #0b2ba114;
	--color-primary-04: #0b2ba10a;
	--color-primary-02: #0b2ba105;

	--color-light: #f0f3f4;

	--color-white: #ffffff;
	--color-white-96: #fffffff5;
	--color-white-88: #ffffffe0;
	--color-white-80: #ffffffcc;
	--color-white-72: #ffffffb8;
	--color-white-64: #ffffffa3;
	--color-white-56: #ffffff8f;
	--color-white-48: #ffffff7a;
	--color-white-32: #ffffff52;
	--color-white-24: #ffffff3d;
	--color-white-16: #ffffff29;
	--color-white-08: #ffffff14;
	--color-white-04: #ffffff0a;
	--color-white-02: #ffffff05;

	--color-dark: #05172e;
	--color-dark-96: #05172ef5;
	--color-dark-88: #05172ee0;
	--color-dark-80: #05172ecc;
	--color-dark-72: #05172eb8;
	--color-dark-64: #05172ea3;
	--color-dark-56: #05172e8f;
	--color-dark-48: #05172e7a;
	--color-dark-32: #05172e52;
	--color-dark-24: #05172e3d;
	--color-dark-16: #05172e29;
	--color-dark-08: #05172e14;
	--color-dark-04: #05172e0a;
	--color-dark-02: #05172e05;

	--color-yellow: #fec514;

	--color-orange: #ff6300;

	--color-blue: #0b2ba1;

	--color-purple: #6e17b0;

	--color-green: #00bfb3;

	--color-red: #f0425f;
}

* {
	font-family: "Poppins", sans-serif;
}

html,
body {
	color: var(--color-dark);
	background: #ebeefb;
}

html:has(> body.large),
body.large {
	font-size: 10px;
}

body.large div.container {
	padding: 0 1rem;
}

body {
	max-width: 100vw;

	overflow-x: hidden;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.fs-075 {
	font-size: 0.75rem !important;
}

a,
a.link,
a:link,
a:hover {
	font-weight: 500;
	text-decoration: none;

	transition: 0.2s;
}

a:hover {
	opacity: 0.8;
}

.text-primary {
	color: var(--color-primary) !important;
}

i.fi {
	width: 1rem;
	height: 1rem;

	line-height: 1;

	display: inline-flex;
	justify-content: center;
	align-items: center;
}

/* buttons */

button {
	padding: 0;
	margin: 0;

	background: transparent;
	border: 0;
}

.btn {
	font-size: 1rem;

	display: inline-flex;
	align-items: center;
	justify-content: center;

	padding: 0.75rem 1.5rem;

	border-radius: 0.5rem;

	transition: 0.2s;
}

.btn:hover {
	opacity: 0.8;
}

.btn.btn-primary,
.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:hover {
	color: #fff;
	background: #092878;
	border: 0.07rem solid #092878;
}

.btn.btn-green,
.btn.btn-green:active,
.btn.btn-green:focus,
.btn.btn-green:hover {
	color: #fff;
	background: var(--color-green);
	border: 0.07rem solid var(--color-green);
}

.btn.btn-white,
.btn.btn-white:active,
.btn.btn-white:focus,
.btn.btn-white:hover {
	color: var(--color-primary);
	background: var(--color-white);
	border: 0.07rem solid var(--color-white);
}

.btn-blue{
	color: #fff;
	background-color: #0027a5;
}

.btn-red{
	color: #fff;
	background-color: #e10636;
}

.custom-btn{
	padding: 10px 25px !important;
}

.custom-btn-group{
	display: flex;
	justify-content: center;
	gap: 12px;
}

.custom-btn:hover{
	color: #f4f4f4;
}

.blue-modal .modal-header{
	display: flex;
	justify-content: space-between;
	color: #fff;
	background-color: #0027a5;
}

.blue-modal .close{
	position: absolute;
    right: 10px;
	color: #fff;
}

.label-grey{
	display: block;
    background: #adadad;
    padding: 10px;
}

/* alert */

.alert {
	padding: 0.75rem 1rem;
	margin: 0;

	background: transparent;

	font-weight: 500;

	border-width: 1px;

	display: flex;
	align-items: center;
}

.alert i {
	font-size: 1rem;

	width: 1rem;
	height: 1rem;

	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.alert span {
	position: relative;
	bottom: -0.5px;
}

.alert.slim {
	padding: 0;

	border-width: 0;
}

.alert.alert-danger {
	border-color: var(--color-red);
	color: var(--color-red);
}

/* header */

button.whatsapp,
button.whatsapp:hover {
	position: fixed;

	bottom: 1.71rem;
	right: 1.71rem;

	z-index: 8888;

	font-size: 1.28rem;
	font-weight: 500;

	background: #04d960 !important;
	border: 1px solid #04d960 !important;
	color: #ffffff !important;
}

button.whatsapp span {
	display: flex;

	margin-bottom: -0.14rem;
}

button.whatsapp i {
	font-size: 2rem;

	margin-right: 1rem;
}

header {
	width: 100%;

	z-index: 8888;

	position: fixed;
    top: 0;

	backdrop-filter: blur(0.5rem);

	background: linear-gradient(90deg, var(--color-white-16), var(--color-white-80));
}

header div.content {
	display: flex;
	align-items: center;
	justify-content: space-between;

	padding: 1rem 0;
}

header div.content nav {
	width: 100%;
}

header div.content a.logo img {
	height: 3rem;

    transition: .2s;
}

header div.content nav ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

header div.content nav ul li {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}

header div.content nav ul li a {
	padding: 0.71rem 1rem;

	color: var(--color-white);

	white-space: nowrap;
	font-size: 0.85rem;
	letter-spacing: 0.04rem;
	font-weight: 600;
}

header div.content nav ul li a.link {
	color: var(--color-primary);
}

header div.content nav ul li > ul {
	position: absolute;
	top: 140%;
	left: 0;

	align-items: flex-start;

	min-width: 16rem;

	padding: 0.56rem 0;

	flex-direction: column;

	background: #ffffff;
	border-top: 0.28rem solid var(--color-primary);

	box-shadow: 0 0.14rem 0.32rem rgb(0 47 102 / 10%);
	border-radius: 0.32rem;

	opacity: 0;
	visibility: hidden;

	transition: 0.4s;
}

header div.content nav ul li:hover > ul {
	top: 100%;

	opacity: 1;
	visibility: visible;
}

header div.content nav ul li > ul li {
	width: 100%;

	margin: 0;
}

header div.content nav ul li > ul li a {
	text-align: left;

	width: 100%;

	justify-content: flex-start;
}

header.scrolled_ {
    background: var(--color-white-88);

    box-shadow: 0 0 2rem -.5rem var(--color-dark-24);
}

header.scrolled_ div.content nav ul li a:not(.btn) {
    color: var(--color-dark);
}

/* footer */

footer {
	padding: 3rem 0 0;

	background: var(--color-dark);
}

footer p {
	color: #ffffff;

	margin: 0;
}

footer h6 {
	font-weight: 600;
	text-transform: uppercase;

	margin-bottom: 2rem;

	color: #ffffff;
}

footer ul.social {
	display: flex;
}

footer ul.social li {
	margin-right: 1.56rem;
}

footer ul.social li a,
footer ul.social li a:link {
	font-size: 1.75rem;

	width: 1.75rem;
	height: 1.75rem;

	display: inline-flex;
	justify-content: center;
	align-items: center;
}

footer p {
	font-size: 0.85rem;
}

footer ul li {
	margin-bottom: 1rem;

	font-size: 0.85rem;

	color: #ffffff;
}

footer ul li a,
footer ul li a:link {
	color: #ffffff;
}

footer ul li a:hover {
	color: #ffffff;

	opacity: 0.9;
}

footer a.logo {
	display: block;
}

footer a.logo img {
	height: 2.5rem;
}

footer div.copyright {
	background: var(--color-primary);

	margin-top: 2rem;
}

footer div.copyright div.content {
	display: flex;
	align-items: center;
	justify-content: space-between;

	padding: 1.14rem 0;

	color: #ffffff;
}

footer div.copyright div.content a {
	color: #ffffff;

	transition: 0.2s;
}

footer div.copyright div.content a:hover {
	opacity: 0.9;
}

/* menu mobile */

button.menu {
	font-size: 2.28rem;

	background: transparent;
	border-color: transparent;

	color: var(--color-dark);

	display: none;
}

/** Portabilidades **/
.custo_total{
	display: inline-block;
    padding: 8px 13px;
	color: #fff;
	background-color: green;
}

.with-flag {
	position: relative;
}

.with-flag small{
	color: #ffffff;
    display: block;
    background: #5cb85c;
    position: absolute;
    top: -10px;
    right: 0;
    padding: 0 10px;
    box-shadow: 2px 2px 2px rgb(14 163 14);
    border-radius: 40px;
}

/* response */

@media screen and (max-width: 1400px) {
	body,
	html {
		font-size: 14px;
	}
}

@media (max-width: 991px) {
	header div.content nav {
		position: fixed;
		left: -360px;
		top: 0;

		z-index: 8888;

		width: 100%;
		max-width: 300px;
		min-height: 100vh;

		background: #ffffff;

		box-shadow: 0.8rem 0rem 2.4rem rgba(9, 13, 73, 0.32);

		transition: 0.2s;
	}
	header.open div.content nav {
		left: 0;
	}
	header div.content nav ul {
		display: flex;
		flex-direction: column;
		align-items: flex-start;

		margin-top: 2.28rem;
	}
	header div.content nav ul li a,
	header div.content nav ul li a.btn,
	header div.content nav ul li a.text-primary {
		color: var(--color-dark) !important;
		background: transparent;
		border: 1px solid transparent;

		padding: 1rem 2.28rem;

		font-weight: 600;

		display: flex;
		align-items: center;
	}
	header div.content nav ul li a.btn.btn-primary {
		color: var(--color-primary) !important;
		font-weight: 600;
	}
	button.menu {
		display: flex;
	}
	div.container {
		padding: 0 1.71rem;
	}
	aside.div {
		position: relative;
		margin-top: -20%;
		margin-bottom: 32px;
	}
	header div.content nav ul li > ul {
		position: unset;

		visibility: visible;
		opacity: 1;

		margin-top: 0;
		margin-left: 1.71rem;
		padding: 0.71rem 0;

		background: var(--color-light);

		border-radius: 0.71rem;

		width: 100%;

		border: 0;

		box-shadow: none;
	}
	header div.content nav ul li > ul li a {
		padding: 0.71rem calc(0.71rem * 2);
	}
	header div.content nav ul li {
		flex-direction: column;
	}
}

/* CUSTOM */

.owl-carousel.owl-loaded {
	position: relative;
}

section.initial {
	display: flex;
	align-items: center;
}

section.initial div.image {
	padding: 10rem 0 7rem;
}

@media (max-width: 991px) {
	section.initial div.image {
		padding: 10rem 0 16rem;
	}
	section.services {
		margin-top: -14rem;

		position: relative;
		z-index: 8;

		background: var(--color-white);
	}
}

section.initial div.image h1 {
	color: var(--color-white);

	font-size: 4rem;
	font-weight: 700;

	margin-bottom: 1rem;
}

section.initial div.image p {
	color: var(--color-white);

	font-size: 1.15rem;
}

section.initial .owl-theme .owl-nav {
	margin-top: 0;
}

section.initial .owl-theme .owl-nav [class*="owl-"] {
	position: absolute;
	bottom: 0;

	width: 4rem;
	height: 4rem;

	display: flex;
	align-items: center;
	justify-content: center;

	background: transparent;
	color: var(--color-white);

	font-size: 4rem;
}

section.initial .owl-theme .owl-nav [class*="owl-prev"] {
	left: 4rem;
	top: 50%;

	transform: translateY(-50%);
}

section.initial .owl-theme .owl-nav [class*="owl-next"] {
	right: 4rem;
	top: 50%;

	transform: translateY(-50%);
}

section.initial .owl-theme .owl-dots {
	position: absolute;
	bottom: 0;

	width: 100%;
}

/* services */

section.services a.item {
	color: var(--color-dark);

	display: flex;
	flex-direction: column;
	align-items: center;

	text-align: center;

	border: 1px solid var(--color-dark-08);

	border-radius: 1rem;

	padding: 0 0 1rem;

	height: 100%;

	overflow: hidden;

	transition: 0.2s;
}

section.services a.item:hover {
	box-shadow: 0 0 3rem -1.5rem var(--color-dark-32);

	opacity: 1;

	transform: scale(1.02);
}

section.services a.item div.image {
	padding-top: 64%;
	margin-bottom: 1rem;

	width: 100%;
}

section.services a.item h4 {
	font-size: 1.15rem;
	font-weight: 600;
}

section.services a.item p {
	font-size: 0.85rem;
}

section.services a.item div.link {
	color: var(--color-primary);

	text-decoration: underline;

	margin-top: auto;
}

section.services .owl-theme.owl-carousel .owl-stage-outer {
	padding: 4rem 1.5rem;
	margin: -4rem -1.5rem;
}

section.services .owl-theme .owl-nav [class*="owl-"] {
	position: absolute;
	bottom: 0;

	width: 4rem;
	height: 4rem;

	display: flex;
	align-items: center;
	justify-content: center;

	background: transparent;
	color: var(--color-primary);

	font-size: 4rem;
}

section.services .owl-theme .owl-nav [class*="owl-prev"] {
	left: -4rem;
	top: 35%;
}

section.services .owl-theme .owl-nav [class*="owl-next"] {
	right: -4rem;
	top: 35%;
}

section.services .owl-theme .owl-dots {
	position: absolute;
	bottom: -1rem;

	width: 100%;
}

/* autoatendimento */

section.autoatendimento a.item {
	color: var(--color-dark);

	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;

	text-align: center;

	height: 100%;
}

section.autoatendimento a.item i {
	font-size: 3rem;

	height: 3rem;

	margin-bottom: 1rem;

	color: var(--color-primary);
}

section.autoatendimento a.item h4 {
	font-size: 1.15rem;
	font-weight: 600;
}

section.autoatendimento a.item p {
	font-size: 0.85rem;
}

section.autoatendimento a.item div.link {
	color: var(--color-primary);

	text-decoration: underline;
}

/* title */

div.title h2 {
	font-weight: 600;
}

body:has(section.singlepage) h5 {
	font-weight: 700;
}

/* singlepage */

section.singlepage {
	background: linear-gradient(45deg, var(--color-primary-80), var(--color-dark-96)), url("img-4.png") no-repeat center/cover;

	padding: 10rem 0 2.5rem;
}

section.singlepage h1 {
	font-size: 3rem;
	font-weight: 700;

	text-align: center;

	color: var(--color-white);

	margin-bottom: 1rem;
}

section.singlepage p {
	color: var(--color-white);

	text-align: center;

	font-weight: 500;
}

.boxed-container{
    background: white;
    max-width: 570px;
    padding: 20px 60px;
	margin: 20vh auto 20vh auto !important;
	margin-bottom: 30px;
}

.manual-alert{
	padding: 12px 20px;
	font-size: 12px;
	border-radius: 4px;
}

.border-yellow{
	border-left: 3px;
	border-top: 1px;
	border-bottom: 1px;
	border-right: 1px;
	border-style: solid;
	border-color: #f7b200;
}

.cta{
	width: 100%;
}

.btn-disabled{
	color: #5f6e8b !important;
	font-weight: bold;
	border: none !important;
	background-color: #eff2f7 !important;
}

.timer{
	font-size: 40px;
	font-weight: bold;
	color: #1e6ef9;
}

.inputs-container{
	display: flex;
	flex-grow: 1;
	gap: 5px;
}

.input-code{
	height: 65px;
    border-radius: 4px;
    border: 1px solid #ccc;
    width: 70px;
    text-align: center;
}

.resend, .btn-disabled{
	cursor: not-allowed;
	pointer-events: none;
	color: #ccc;
}

#portabilidade-data .row{
	display: flex;
	margin-bottom: 20px;
}

#portabilidade-data .panel-default{
	display: flex !important;
	align-items: center;
	justify-content: space-evenly;
	min-height: 86px;
}

/* responsive */
@media screen and (max-width: 768px) {
	.owl-carousel .owl-item img {
		min-width: 250%;
		margin-left: -20%;
	}
	section.initial .owl-theme .owl-nav {
		display: none;
	}
	section.autoatendimento a.item {
		padding: 1rem 0;
	}

	#portabilidade-data .row{
		display: block !important;
	}

	#portabilidade-data .panel-default{
		justify-content: center;
	}

	#portabilidade-data .panel-body{
		width: 75%;
	}

	/* #portabilidade-data .row .col-md-2{
		display: flex;
		justify-content: center;
		align-items: center;
	} */
}

/*  */

div.item-plan-camera {
    padding: 2rem 1.5rem;

    background: var(--color-dark-04);

    border-radius: 1rem;
}

div.item-plan-camera div.header_ {
    display: flex;
    justify-content: space-between;

    margin-bottom: 2rem;
}

div.item-plan-camera div.header_ span:first-child {
    font-weight: 700;
    font-size: 3rem;
    line-height: 1;

    display: inline-flex;

    margin-top: -.45rem;
}

div.item-plan-camera div.header_ span:last-child {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1;
}

div.item-plan-camera div.content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

div.item-plan-camera div.content span:first-child {
    font-size: 1.15rem;
    font-weight: 600;
}

div.item-plan-camera div.content span:last-child {
    font-size: .75rem;
}

/*  */

div:has( > div.item-plan-camera):nth-child(n+1):nth-child(-n+8) > div.item-plan-camera {
    background: var(--color-primary);
    color: var(--color-white);
}

div:has( > div.item-plan-camera):nth-child(n+9):nth-child(-n+16) > div.item-plan-camera {
    background: var(--color-primary-80);
    color: var(--color-white);
}

div:has( > div.item-plan-camera):nth-child(n+17):nth-child(-n+24) > div.item-plan-camera {
    background: var(--color-primary-64);
    color: var(--color-white);
}

div:has( > div.item-plan-camera):nth-child(n+25):nth-child(-n+32) > div.item-plan-camera {
    background: var(--color-primary-48);
    color: var(--color-white);
}