::-moz-selection {
	background-color: #45878C;
	color: white;
}

::selection {
	background-color: #45878C;
	color: white;
}

* ::-webkit-scrollbar {
	width: 0.8rem;
}

* ::-webkit-scrollbar-track {
	background-color: #fff;
}

* ::-webkit-scrollbar-thumb {
	background-color: #45878C;
	border-radius: 5px;
	border: 2px solid #fff;
}

a[href^="tel"] {
	color: inherit;
	/* Inherit text color of parent element. */
	text-decoration: none;
	/* Remove underline. */
	/* Additional css `propery: value;` pairs here */
}

.header-scrolled .navbar-mobile ul {
	top: 64px;
	border-top: 1px solid #5e8d91;
}


/*Recaptcha invisível*/
.grecaptcha-badge {
	opacity: 0 !important;
	/*Joga para o lado esquerdo*/
	position: absolute;
	left: -250px;
	transform: rotate(-180deg);
}

#hero .carousel-item {
	background-color: white;
	background-size: 100%;
}

#hero .carousel-item:nth-of-type(1) {
	background-image: url(../images/bg-1-cut.png);
}

#hero .carousel-item:nth-of-type(2) {
	background-image: url(../images/bg-2-cut.png);
}

@media (max-width: 768px) {
	#hero .carousel-item:nth-of-type(1) {
		background-image: url(../images/bg-mobile-1.png);
		background-size: 100% 100%;
	}

	#hero .carousel-item:nth-of-type(2) {
		background-image: url(../images/bg-mobile-2.png);
		background-size: 100% 100%;
	}
}

.carousel-control-next,
.carousel-control-prev {
	/* padding: 160px 0 0; */
}

#about {
	padding-bottom: 100px;
}

#about img {
	width: 100%;
	max-width: 510px;
}

a[type=button],
button {
	-webkit-appearance: none !important;
}


#about p {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.105em;
	color: #323232;
}

.exam ::selection {
	background-color: white;
	color: #45878C;
}

.exam .section-title {
	margin-bottom: 60px;
}

.exam .icon-box {
	margin-bottom: 20px;
	text-align: center;
}

.exam .icon-box p a {
	color: white;
	font-weight: 400;
	font-size: 20px;
	line-height: 138.4%;
	/* or 28px */

	text-align: center;
	letter-spacing: 0.105em;
}

.exam .icon {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 135px;
	height: 135px;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 50%;
	transition: 0.5s;
	color: #45878C;
	overflow: hidden;
	box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}

.exam .icon-box:hover .icon {
	box-shadow: 0px 0 25px rgba(63, 187, 192, 0.3);
}

.exam .icon-box p,
#exam-page .icon-box p {
	width: 60%;
	margin: 0 auto;
}

.featured-services .section-title h2 {
	font-weight: 500;
	font-size: 18px;
	color: #323232;
	margin: 0;
	padding-bottom: 15px;
}

.featured-services .section-title h3 {
	font-weight: 500;
	font-size: 25px;
	padding-bottom: 60px;
	color: #323232;
}

.featured-services h5 {
	font-weight: 600;
	font-size: 40px;
	line-height: 49px;
	letter-spacing: 0.1em;
	color: rgba(50, 50, 50, 0.5);
	margin-bottom: 20px;
}

.featured-services h4.title {
	font-weight: 500;
	font-size: 25px;
	line-height: 30px;
	color: #45878C;
}

.featured-services .description {
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #323232;
}

.featured-services .icon-box:hover svg path {
	fill: #fff
}

#schedule .bg {
	position: relative;
	background-image: url(../images/bg-agendamento.png);
	background-position: center;
	background-size: cover;
	height: 350px;
	background-repeat: no-repeat;
	z-index: 1;
}

#schedule .overlay {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(22, 22, 22, 0.589);
}

#schedule .section-title h2 {
	z-index: 3;
	font-weight: 500;
	font-size: 30px;
	line-height: 37px;
	color: #FFFFFF;
}

#schedule .section-title h2:nth-of-type(2) {
	z-index: 3 !important;
	font-weight: 600;
	font-size: 50px;
	line-height: 61px;
	color: #fff;
}

#schedule .schedule-btn {
	z-index: 4;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px 35px;
	border-radius: 8px;
	transition: 0.5s;
	margin-top: 10px;
	background-color: #45878C;
	color: #fff;
	border: 1px solid #45878C;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
}

#schedule .schedule-btn:hover {
	background-color: #FFFFFF;
	color: #45878C;
	border: 1px solid #45878C;
}

#pre-footer {
	padding-top: 0;
}

#pre-footer .brands img {
	max-width: 250px;
	width: 100%;
}

#footer ::selection {
	background-color: white;
	color: #45878C;
}

#footer i {
	font-size: 35px;
	margin-right: 10px;
}

#footer .p {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
}

/*PÁGINA DE EXAMES*/
#exam-page,
#contact-page {
	margin-top: 220px;
}

#exam-page {
	background-color: #fff;
	color: #45878C;
	background-size: cover;
	padding: 60px 0;
}

#exam-page .icon {
	background-color: rgb(69, 135, 140);
	color: #fff;
	box-shadow: 0px 0 25px rgb(69, 135, 140 / 15%);
}

#exam-page .icon-box p a {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	text-decoration-line: underline;
	color: #45878C;
}

/*Modal de exames*/
.modal-content {
	position: relative;
	border-radius: 30px;
}

.modal-content .modal-header {
	padding-top: 40px;
	border: 0 none;
}

h5.modal-title {
	margin: 0 auto;
	padding-top: 20px;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	text-decoration-line: underline;

	color: #45878C;
}

.modal-content .icon-box {
	position: absolute;
	top: -100px;
	left: calc(50% - 71px);
}

.modal-content .icon {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 142px;
	height: 142px;
	margin-bottom: 20px;
	background-color: rgb(69, 135, 140);
	border-radius: 50%;
	transition: 0.5s;
	color: #fff;
	overflow: hidden;
	box-shadow: 0px 0 25px rgb(69 135 140 / 15%);
}

.modal-body .exam-btn {
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px 35px;
	border-radius: 8px;
	transition: 0.5s;
	margin-top: 10px;
	background-color: #45878C;
	color: #fff;
	border: 1px solid #45878C;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
}

.modal-body .exam-btn:hover {
	background-color: #FFFFFF;
	color: #45878C;
	border: 1px solid #45878C;
}

.modal-content .btn-close {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 4px;
	height: 4px;
	color: white;
	opacity: 1;
	border-radius: 50%;
	padding: 8px;
	background: url(../images/svg/close.svg);
	background-color: #45878C;
	border: 8px solid #45878C;
}

/*Modal RESULTADO DE EXAMES*/
#examResult .modal-content .modal-header {
	padding-top: 0px;
	background-color: #45878C;
	border-radius: 28px 28px 0 0;
}

#examResult h5.modal-title {
	margin: 0 auto;
	font-weight: 500;
	font-size: 25px;
	line-height: 30px;
	text-decoration: none;
	color: #fff;
}

#examResult .modal-content .btn-close {
	right: 20px;
	top: 20px;
	width: 4px;
	height: 4px;
	color: white;
	opacity: 1;
	border-radius: 50%;
	padding: 8px;
	background: url(../images/svg/close-green.svg);
	background-color: #fff;
	border: 8px solid #fff;
}

#examResult .modal-footer {
	border: 0 none;
}

#examResult .modal-footer a {
	background-color: #45878C;
	border: 1px solid #45878C;
	box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	width: 50%;
	max-width: 370px;
	font-weight: 500;
	font-size: 25px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 30px;
	transition: 1s;
}

#examResult .modal-footer a:hover {
	background-color: #fff;
	border: 1px solid #45878C;
	color: #45878C;
	transition: 1s;
}

/*Página de contato*/
.box-form {
	max-width: 840px;
	margin: 0 auto;
	border-radius: 30px;
	padding: 40px 80px;
	-webkit-box-shadow: 10px 8px 10px -2px rgba(0, 0, 0, 0.16);
	box-shadow: 10px 8px 10px -2px rgba(0, 0, 0, 0.16);
}

.box-form input,
.box-form select,
.box-form textarea {
	padding: 20px 5px;
	border: 1px solid #45878C;
	box-sizing: border-box;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
}

.box-form ::placeholder,
.box-form select {
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: rgba(50, 50, 50, 0.5);
}

.box-form .form-select {
	background-image: url(../images/svg/select-arrow.svg);
}

.box-form label {
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #45878C;
}

.box-form textarea {
	height: 140px;
	resize: none;
}


.box-form button {
	color: white;
	font-size: 25px;
	background-color: #45878C;
	border: 1px solid #45878C;
	border-radius: 20px;
	padding: 12px;
	font-weight: 500;
	width: 100%;
	max-width: 300px;
}

.box-form button:hover {
	color: #45878C;
	background-color: white;
	border-color: #45878C;
}


/*BOX SUCESSO*/
.contact-success {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 80px 40px;
	margin-top: 180px;
}

.contact-success img {
	margin-bottom: -60px;
}

.box-success {
	background-color: #ffffff;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	padding: 60px 0;
}

.box-success h2 {
	font-weight: bold;
	font-size: 30px;
	line-height: 37px;
	text-align: center;
	text-transform: uppercase;
	color: #45878C;
	padding: 20px;
}

.box-success p {
	font-weight: 500;
	font-size: 30px;
	line-height: 37px;
	text-align: center;
	color: #3f3f3f;
	padding: 0 50px;
}

footer iframe {
	width: 100%;
	max-width: 264px;
	height: 198px;
	border: 0;
}

footer .address img {
	margin-left: -80px;
	margin-right: 20px;
}

#footer .copyright {
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	color: #45878C;
	padding: 15px 0;
}

@media (max-width: 992px) {
	#examResult .modal-footer a {
		width: 100%;
		max-width: 350px;
		font-weight: 500;
		font-size: 22px;
	}
}

@media (max-width: 768px) {
	#topbar {
		height: 145px;
	}

	#topbar.topbar-scrolled {
		top: -180px;
	}

	#header {
		top: 145px;
	}

	.navbar-mobile {
		background-color: transparent;
	}

	.mobile-nav-toggle.bi-x {
		color: rgba(60, 60, 60, 0.9);
	}

	.navbar a,
	.navbar a:focus {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 25px;
		white-space: nowrap;
		transition: 0.3s;
		font-weight: 500;
		border-bottom: 1px solid #5e8d91;
		color: white;
		padding: 20px 0;
	}

	.navbar-mobile a:hover,
	.navbar-mobile .active,
	.navbar-mobile li:hover>a {
		color: #fff;
	}

	.navbar-mobile .mobile-nav-toggle {
		position: absolute;
		top: 58px;
		right: 12px;
		font-size: 63px;
	}


	.navbar-mobile ul {
		display: block;
		position: absolute;
		top: 143px;
		right: 12px;
		bottom: 15px;
		left: 0px;
		padding: 10px 0;
		border-radius: 0px;
		background-color: #45878C;
		overflow-y: auto;
		transition: 0.3s;
		height: 100vh;
	}

	.carousel-control-next,
	.carousel-control-prev {
		display: none;
	}

	#about {
		padding: 30px 10px;
	}

	#about p {
		font-size: 17px;
		line-height: 25px;
	}

	#featured-services {
		/* padding-bottom: 0; */
	}

	#schedule {
		padding: 0 0 45px;
	}

	#schedule .section-title h2 {
		font-size: 25px;
	}

	#schedule .section-title h2:nth-of-type(1) {
		margin-top: 25px;
	}

	#schedule .section-title h2:nth-of-type(2) {
		font-weight: 500;
		font-size: 38px;
		line-height: 41px;
	}

	#examResult h5.modal-title {
		font-size: 20px;
		line-height: 25px;
	}

	#examResult .modal-content .btn-close {
		right: 20px;
		top: 23px;
		border: 5px solid #fff;
	}

	#exam-page,
	#contact-page {
		padding: 60px 0 0px;
		margin-top: 270px;
	}

	#exam-page .section-title h2 {
		padding-bottom: 0;
	}

	#contact-page .section-title h2 {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	#contact-page {
		padding: 60px 0 40px;
	}

	.box-form {
		border-radius: 20px;
		padding: 40px 30px;
	}

	.box-form input,
	.box-form select,
	.box-form textarea {
		padding: 10px 5px;
	}

	.box-form ::placeholder,
	.box-form select {
		font-size: 16px;
	}

	.box-form button {
		width: 80%;
		padding: 8px;
	}

	.contact-success {
		margin-top: 250px;
		padding: 80px 20px;
	}

	.contact-success img {
		margin-bottom: -40px;
		max-width: 100px;
	}

	.box-success {
		padding: 40px 0;
	}

	.box-success h2 {
		font-size: 22px;
		line-height: 28px;
		padding: 10px;
	}

	.box-success p {
		font-size: 22px;
		line-height: 25px;
		padding: 0 20px;
	}

	.modal-content .icon {
		width: 110px;
		height: 110px;
	}

	.modal-content .icon-box {
		position: absolute;
		top: -60px;
		left: calc(50% - 55px);
	}

	h5.modal-title {
		font-size: 18px;
	}

	.modal-body p {
		font-size: 15px;
	}

	.modal-body .exam-btn {
		font-size: 16px;
		padding: 8px 35px;
	}

	#footer .footer-info {
		padding-top: 30px;
	}

	#footer .social-links {
		padding: 10px 0 20px;
	}

	#footer .p {
		font-weight: 400;
		line-height: 27px;
		padding-bottom: 20px;
	}

	#footer .address {
		text-align: center;
	}

	#footer .address img {
		margin-left: 0;
		margin-right: 10px;
	}



}

/*INÍCIO - BOTÃO FLUTUANTE WHATSAPP*/
.whats {
	position: fixed;
	bottom: 60px;
	right: 30px;
}

.whats p {
	display: none;
	background-color: #00e676;
	border-radius: 30px;
	position: relative;
	color: white;
	font-weight: 500;
	font-size: 18px;
	z-index: 0;
	right: -35px;
	padding: 8px 40px 8px 15px;
	line-height: 18px;
	top: 5px;
	text-align: center;
}

.whats img {
	width: 100%;
	max-width: 80px;
	z-index: 1;
}

a.whats {
	text-decoration: none;
}

.whats:hover p {
	display: block;
	-webkit-animation: tilt-in-right-1 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
	animation: tilt-in-right-1 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@media (max-width: 768px) {
	.whats img {
		width: 75%;
	}

	.whats {
		bottom: 60px;
		right: 0px;
	}
}

@-webkit-keyframes tilt-in-right-1 {
	0% {
		-webkit-transform: rotateX(-30deg) translateX(300px) skewX(30deg);
		transform: rotateX(-30deg) translateX(300px) skewX(30deg);
		opacity: 0;
	}

	100% {
		-webkit-transform: rotateX(0deg) translateX(0) skewX(0deg);
		transform: rotateX(0deg) translateX(0) skewX(0deg);
		opacity: 1;
	}
}

@keyframes tilt-in-right-1 {
	0% {
		-webkit-transform: rotateX(-30deg) translateX(300px) skewX(30deg);
		transform: rotateX(-30deg) translateX(300px) skewX(30deg);
		opacity: 0;
	}

	100% {
		-webkit-transform: rotateX(0deg) translateX(0) skewX(0deg);
		transform: rotateX(0deg) translateX(0) skewX(0deg);
		opacity: 1;
	}
}

@media (max-width: 1240px) {
	#hero .bg {
		height: 65vh;
	}
}

/*FIM - BOTÃO FLUTUANTE WHATSAPP*/

/*Estilo para p plugin SLICK*/

.slick-dotted ul {
	list-style-type: none;
	text-align: center;
	position: relative;
	margin-top: -20px;
}

.slick-dotted li {
	display: inline-block;
	margin: 0 7px;
}

.slick-dotted button:focus {
	outline: 0;
}

.slick-dotted li button {
	width: 18px;
	height: 18px;
	border-radius: 8px;
	font-size: 1px;
	border-width: 0;
	opacity: 1;
	cursor: pointer;
	background: #26585c;
	color: #45878C;
}

li.slick-active button {
	background: #fff;
	color: #fff;
}

.slick-slide:focus {
	outline: none;
}

/*Fim do SLICK*/