@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Montserrat', sans-serif !important;
}

.cabecalho {
	height: 70px;
}

.bg-warning {
	background-color: #ffffffd6 !important;
	color: #F66A00D6
}

.btn-warning {
	background-color: #f66b00 !important;
	border: #f66b00 !important;
	color: #ffffffd6 !important;
}

.main-header {
	background-image: url("../img/bg-01-01.jpg");
	background-position: center;
	background-attachment: fixed;
	/* Center the image */
	background-repeat: no-repeat;
	/* Do not repeat the image */
	background-size: cover;
	/* Resize the background image to cover the entire container */
	height: 90vh;
}

@media only screen and (max-width: 320px) and (min-width: 315px) {
	.title-2 {
		font-size: 18px;
		font-weight: 500 !important;
		line-height: 23px !important;
		margin: 0 1rem;
	}
	.logo {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.logo-operadoras {
		width: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.logo-operadoras img {
		width: 50px;
	}

	.telefone {
		display: none;
	}

	.fixed-text {
		font-size: 18pt !important;
	}

	.text-up {
		font-size: 12pt !important;
	}

	.cabecalho {
		display: flex;
		padding: 0;
		margin: 10px 0px 10px 0px;
		align-items: center;
		justify-content: center;
	}

	.centro {
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: center;
	}

	.main-header {
		height: 150vh !important;
		padding: 100px 0px 100px 0px;
	}

	.box-logos {
		margin-top: -50px;
	}

}

@media only screen and (max-width: 360px) and (min-width: 350px) {
	.title-2 {
		font-size: 18px;
		font-weight: 500 !important;
		line-height: 23px !important;
		margin: 0 1rem;
	}
	.logo {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.logo-operadoras {
		width: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.logo-operadoras img {
		width: 50px;
	}

	.telefone {
		display: none;
	}

	.fixed-text {
		font-size: 18pt !important;
	}

	.text-up {
		font-size: 12pt !important;
	}

	.cabecalho {
		display: flex;
		padding: 0;
		margin: 10px 0px 10px 0px;
		align-items: center;
		justify-content: center;
	}

	.centro {
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: center;
	}

	.main-header {
		height: 110vh !important;
		padding: 100px 0px 100px 0px;
	}

	.box-logos {
		margin-top: -50px;
	}

}

@media only screen and (max-width: 400px) and (min-width: 370px) {
	.title {
		font-size: 18px;
		font-weight: 400 !important;

		margin: 0 1rem;
	}
	.title-2 {
		font-size: 18px;
		font-weight: 500 !important;
		line-height: 23px !important;
		margin: 0 1rem;
	}
	.logo {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.logo-operadoras {
		width: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.logo-operadoras img {
		width: 50px;
	}

	.fixed-text {
		font-size: 18pt !important;
	}

	.text-up {
		font-size: 12pt !important;
	}

	.cabecalho {
		display: flex;
		padding: 0;
		margin: 10px 0px 10px 0px;
		align-items: center !important;
		justify-content: center !important;
		height: fit-content;
	}

	.centro {
		display: flex !important;
		width: 100% !important;
		align-items: center !important;
		justify-content: center !important;
	}

	.main-header {
		height: 100vh !important;
		padding: 50px 0 50px 0;
	}

	.box-logos {
		margin-top: -50px !important;
	}

}

@media only screen and (max-width: 415px) and (min-width: 410px) {
	.title {
		font-size: 18px;
		font-weight: 400 !important;

		margin: 0 1rem;
	}
	.title-2 {
		font-size: 18px;
		font-weight: 500 !important;
		line-height: 23px !important;
		margin: 0 1rem;
	}
	.logo {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.logo-operadoras {
		width: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.logo-operadoras img {
		width: 50px;
	}

	.fixed-text {
		font-size: 18pt !important;
	}

	.text-up {
		font-size: 12pt !important;
	}

	.cabecalho {
		display: flex;
		padding: 0;
		margin: 10px 0px 10px 0px;
		align-items: center !important;
		justify-content: center !important;
		height: fit-content;
	}

	.centro {
		display: flex !important;
		width: 100% !important;
		align-items: center !important;
		justify-content: center !important;
	}

	.main-header {
		height: 90vh !important;
		padding: 50px 0 50px 0;
	}

	.box-logos {
		margin-top: -50px !important;
	}

}

@media only screen and (max-width: 768px) and (min-width: 760px) {
	h1 {
		font-size: 2.1rem;
	}

	.fixed-text {
		font-size: 30pt !important;
	}

	.text-up {
		font-size: 18pt !important;
	}

	.cabecalho {
		display: flex;
		padding: 0;
		margin: 10px 0px 10px 0px;
		align-items: center !important;
		justify-content: center !important;
		height: fit-content;
	}

	.centro {
		display: flex !important;
		width: 100% !important;
		align-items: center !important;
		justify-content: center !important;
	}

	.main-header {
		height: 80vh;
		padding: 50px 0 50px 0;
	}

	.box-logos {
		margin-top: -50px !important;
	}

	.box-logos img {
		width: 50px;
	}

}

.form-box {
	background-color: #F66A00D6;
	padding: 20px;
	border-radius: 10px;
	-webkit-box-shadow: 4px 4px 17px 1px rgba(0, 0, 0, 0.52);
	-moz-box-shadow: 4px 4px 17px 1px rgba(0, 0, 0, 0.52);
	box-shadow: 4px 4px 17px 1px rgba(0, 0, 0, 0.52);
}

.box-logos {
	border-top: 5px solid #F66A00D6;
	width: 100%;
	margin-top: -60px;
	display: flex;
	justify-content: center;
	background-color: #fff;
	padding: 15px 20px 15px 20px;
	border-radius: 10px;
	-webkit-box-shadow: 7px 18px 36px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 7px 18px 36px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 7px 18px 36px 2px rgba(0, 0, 0, 0.25);
}

.section-foto {
	border-radius: 10px;
	width: 100%;
	-webkit-box-shadow: 4px 4px 17px 1px rgba(0, 0, 0, 0.52);
	-moz-box-shadow: 4px 4px 17px 1px rgba(0, 0, 0, 0.52);
	box-shadow: 4px 4px 17px 1px rgba(0, 0, 0, 0.52);
}

.section-foto-ns {
	border-radius: 10px;
	width: 70%;
}

.overlay {
	background-image: url("../img/bg-planos.jpg");
	background-position: center;
	/* Center the image */
	background-repeat: no-repeat;
	background-attachment: fixed;
	/* Do not repeat the image */
	background-size: cover;
	/* Resize the background image to cover the entire container */
	height: fit-content;
	padding: 50px 20px 50px 20px;
	width: 100%;
	padding-bottom: 100px;
}

.linha {
	height: 3px;
	width: 10%;
	background-color: #FFF;
}

.logo-operadora {
	padding: 20px 20px 5px 20px;
	background-color: #fff;
	border-radius: 5px;
}

.box-vendas {
	border-top: 5px solid #F66A00D6;
	width: 100%;
	margin-top: -50px;
	display: flex;
	justify-content: center;
	background-color: #fff;
	padding: 10px 20px 10px 20px;
	border-radius: 10px;
	-webkit-box-shadow: 7px 18px 36px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 7px 18px 36px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 7px 18px 36px 2px rgba(0, 0, 0, 0.25);
}

.container-text {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.fixed-text {
	font-size: 4rem;
	padding: 0.5rem;
	font-weight: 900;
	letter-spacing: 0.1rem;
	text-align: center;
	overflow: hidden;
	color: #fff;
}

.container-text p span.typed-text {
	font-weight: 900;
	color: #f66b00;
}

.container-text p span.cursor {
	display: inline-block;
	background-color: #ccc;
	margin-left: 0.1rem;
	width: 3px;
	animation: blink 1s infinite;
}

.container-text p span.cursor.typing {
	animation: none;
}

@keyframes blink {
	0% {
		background-color: #ccc;
	}

	49% {
		background-color: #ccc;
	}

	50% {
		background-color: transparent;
	}

	99% {
		background-color: transparent;
	}

	100% {
		background-color: #ccc;
	}
}

/* cotação */

.operadoras {
	display: flex;
	align-items: center;
	justify-content: center;
}

.operadoras img {
	margin: 0 1rem;
}

.main-content {
	margin-top: 7rem;
	padding: 0 2rem;
}

.alerts-group,
.plans-group {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 5rem;
}

.plan-title {
	padding: 1.3rem 2rem;
	align-items: flex-start;
	color: #4463fb;
	background-color: #f7f7f7;
	border: 1px solid #d6d8db;
	border-radius: 5px;
	border-left: 5px solid #4463fb;
}

.transparentButton {
	width: 100%;
	background: none;
	border: none;
	outline: none !important;
	font-weight: 500;
	color: #686868;
}


.static-image-section-2 {
	background: url("../img/bg-section4.png") no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 3rem 0;
	color: #fff;
}

.static-image-section-3 {
	background: url("../img/bg-section5.png") no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 3rem 0;
	color: #fff;
}

.blink {
	-webkit-animation: bounce .8s infinite alternate;
	-moz-animation: bounce .8s infinite alternate;
	animation: bounce .8s infinite alternate;
}

@-webkit-keyframes bounce {
	to {
		-webkit-transform: scale(1.2);
	}
}

@-moz-keyframes bounce {
	to {
		-moz-transform: scale(1.2);
	}
}

@keyframes bounce {
	to {
		transform: scale(1.2);
	}
}


/* spacer */
.spacer {
	height: 150px;
	width: 100%;
}

.spacer2 {
	height: 20px;
	width: 100%;
}

/* spacer ends */

/* slider styles */
.sd_master_wrapper {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
	padding: 0;
	border-radius: 10px;
	z-index: 9999;
}

.sdtestBg3 {
	height: 100%;
	width: 80%;
	background: #fff;
	position: absolute;
	bottom: -40px;
	left: 10%;
	border-radius: 20px;
	box-shadow: 0px 18px 52.8537px rgb(215 228 249 / 50%);
	z-index: 1;
}

.sdtestBg2 {
	height: 100%;
	width: 90%;
	background: #fff;
	position: absolute;
	bottom: -22px;
	left: 5%;
	border-radius: 20px;
	box-shadow: 0px 18px 52.8537px rgb(215 228 249 / 50%);
	z-index: 2;
}

.sd_scroll {
	height: auto;
	max-height: 180px;
	overflow: auto;
}

.slideshow {
	position: relative;
	min-height: 300px;
	height: auto;
	background: #fff;
	box-shadow: 0px 18px 52.8537px rgba(215, 228, 249, 0.5);
	border-radius: 20px;
	background-image: url(https://farsighttechnologies.com/wp-content/uploads/2021/03/quote1.png), url(https://farsighttechnologies.com/wp-content/uploads/2021/03/quote.png);
	background-position: top 15px left 15px, bottom 40% right 15px;
	background-repeat: no-repeat;
	background-size: 180px, 180px;
	z-index: 3;
}

button.slick-prev.slick-arrow {
	position: absolute;
	z-index: 9999;
	bottom: -80px;
	right: 160px;
	background: transparent;
	color: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	height: 15px;
	width: 30px;
	padding: 0;
	background-image: url(https://farsighttechnologies.com/wp-content/uploads/2021/03/left-icon.png);
	background-size: 100% 100%;
}

button.slick-next.slick-arrow {
	position: absolute;
	bottom: -82px;
	right: 105px;
	background: transparent;
	color: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
	outline: none;
	height: 18px;
	width: 40px;
	background-image: url(https://farsighttechnologies.com/wp-content/uploads/2021/03/right-icon.png);
	background-size: 100% 100%;
}

.pagingInfo {
	position: absolute;
	bottom: 0;
	z-index: 999;
}

.sdCustomSliderHeadig {
	color: #94A2B3;
	font-family: "Poppins", Sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6em;
	text-align: center;
}

.sdCustomSliderBtn {
	display: inline-block;
	text-decoration: none;
	font-family: montserrat;
	background: #E31C3A;
	color: #fff;
	padding: 12px 25px;
	margin-top: 30px;
	border-radius: 4px;
	outline: none;
	font-size: 14px;
	font-weight: 500;
}

.sdAllContent {
	width: 75%;
	margin: auto;
}

.thumbnail img {
	height: 55px !important;
	width: 55px !important;
	border-radius: 50%;
	margin: auto;
	margin-top: 15px;
}

.content {
	display: block !important;
	padding: 5px;
}

.SdClientName {
	text-align: center;
	color: #272D4E;
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4em;
	margin-top: 15px;
}

.SdClientDesc {
	text-align: center;
	color: #7854F7;
	font-family: "Poppins", Sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 10px;
}


/* style for moblile */
@media (max-width:576px) {
	.sd_scroll {
		height: auto;
		overflow: auto;
		max-height: 240px;
	}

	.thumbnail,
	.btnNtxt {
		width: 100% !important;
		display: block !important;
	}

}

/* scroll bar */
/* total width */
.sd_scroll::-webkit-scrollbar {
	background-color: transparent;
	width: 6px;
}

/* background of the scrollbar except button or resizer */
.sd_scroll::-webkit-scrollbar-track {
	background-color: transparent;
}

.sd_scroll::-webkit-scrollbar-track:hover {
	background-color: transparent;
}

/* scrollbar itself */
.sd_scroll::-webkit-scrollbar-thumb {
	background-color: #babac0;
	border-radius: 16px;

}

.sd_scroll::-webkit-scrollbar-thumb:hover {
	background-color: #a0a0a5;
}