:root {
	--nunitosans: 'Nunito Sans';
	--domaine: 'Domaine Text';
	--imageopacity: 0.7;
    --transition: all .3s;
	--blue: #003f68;
}

html, body {height: 100%; padding: 0; margin: 0;}
body {font-family: var(--nunitosans);}
#wrap {min-height: 100%;}
#main {overflow: hidden; padding-bottom: 500px;}
a {text-decoration: none; transition: var(--transition);}
a:hover {text-decoration: none; color: var(--blue);}
img {max-width: 100%; transition: var(--transition); pointer-events: none; -webkit-touch-callout: none;}
a:hover img {opacity: var(--imageopacity);}
video {max-width: 100%;}
iframe {max-width: 100%;}
.inline-container {padding-left: 5%; padding-right: 5%;}
.inline-container2 {padding-left: 10%; padding-right: 10%;}
.inline-container3 {padding-left: 15%; padding-right: 15%;}
.inline-container4 {padding-left: 20%; padding-right: 20%;}
.section {position: relative;}
.section-title, .section-title2, .section-title-big {font-size: 32px; color: var(--blue); font-family: var(--domaine); font-weight: 500; line-height: 1.2em;}
.section-title .light-blue {color: #0073b6;}
.section-title.blue {color: #006bab;}
.section-title2 {font-size: 24px; margin-bottom: 20px; line-height: 1.1em;}
.section-title-big {font-size: 46px; margin-bottom: 40px;}
.section-title-big.blue {color: #0073b0}
.section-title-small-border {max-width: 100px; width: 100%; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); height: 2px; background-color: #c1deec;}
.black-screen {position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.6); display: none; z-index: 999;}

.wa-floating {transition: var(--transition); width: 59px; height: 59px; background: url('../images/wa-floating.png') no-repeat 0 0; background-size: 100%; position: fixed; right: 2%; bottom: 90px; z-index: 20;}
.wa-floating:hover {opacity: var(--imageopacity);}

.breadcrumb-wrapper {margin-bottom: 50px;}
.breadcrumb-item {font-size: 14px;}
.breadcrumb-item a {color: #939393;}
.breadcrumb-item a:hover {color: var(--red)}
.breadcrumb-item.active {font-weight: bold;}
.breadcrumb-item.active a {color: var(--blue)}
.breadcrumb-separator {flex: 0 0 8px; height: 13px; background: url('../images/breadcrumb-separator.png') no-repeat 0 0; margin-left: 15px; margin-right: 15px;}

#topbar {height: 40px; height: 2.93vw; background: var(--blue); color: #FFF; font-size: 10px; font-size: 0.732vw; padding-left: 3%; padding-right: 3%;}
#topbar a {color: #FFF;}
#topbar .inline-container {height: 100%;}
.topbar-inner {display: flex; align-items: center; justify-content: space-evenly; height: 100%;}
.topbar-left {width: 50%; display: flex; align-items: center;}
.topbar-left-icon-wrapper {display: flex;}
.topbar-left-icon-wrapper img {margin-right: 5px; margin-right: 0.4vw; height: 1.1vw;}
.topbar-left-icon-wrapper.second-icon img {margin-left: 0.8vw;}
.topbar-left-link {padding-left: 5px;}
.topbar-right {width: 50%; display: flex; align-items: center; justify-content: right;}
.topbar-right-item {margin-left: 5%; padding-left: 0.4vw;}
.topbar-right-item img {height: 0.66vw;}
.login-button-link {background: #FFF; border-radius: 7px; color: #383838; padding: 5px 25px; padding: 0.37vw 1.8vw; font-weight: bold;}

#header {padding: 20px 3% 20px 3%; padding: 1.48vw 3%; position: relative;}
.nav-wrapper {display: flex; align-items: center; justify-content: space-between;}
.nav-item {font-size: 16px; font-size: 1.18vw; font-weight: bold; position: relative;}
.nav-item a {color: #58595b; transition: all .1s; display: inline-block;}
.nav-item.active:not(#nav-logo):not(#nav-contact) a, .nav-item:not(#nav-logo):not(#nav-contact) a:hover {border-bottom: 3px solid #45c0be; border-bottom: 0.25vw solid #45c0be}
.nav-item:not(#nav-logo):not(#nav-contact) a {padding-left: 5px; padding-right: 5px; padding-bottom: 5px;}
#nav-logo img {height: 6.5vw;}
#nav-contact a {color: #FFF; background: #45c0be; padding: 10px 20px; padding: 0.75vw 1.47vw; font-size: 13px; font-size: 0.95vw; letter-spacing: 2px; letter-spacing: 0.15vw; border-radius: 5px 20px 5px 20px; border-radius: 0.4vw 1.5vw;}
#nav-contact.active a, #nav-contact a:hover {background: var(--blue);}
.subnav-box-wrapper {transition: var(--transition); padding-top: 15px; padding-top: 1.1vw; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); width: 140%; z-index: 2; display: none;}
.subnav-box {text-align: center; z-index: 10; background:#FFF; border: 2px solid #45c0be; border: 0.2vw solid #45c0be; border-radius: 20px; border-radius: 1.5vw; padding-left: 15%; padding-right: 15%;}
.subnav-item {padding: 10px 5% 10px 5%; padding: 0.72vw 5%; border-bottom: 1px solid #45c0be; border-bottom: 0.1vw solid #45c0be; line-height: 1.1em;}
.subnav-item:last-child {border-bottom: 0;}
.subnav-item a {border-bottom: 0 !important; padding-bottom: 0 !important;}
.subnav-item a:hover {border-bottom: 0 !important; color: #45c0be}
#nav-hospital:hover .subnav-box-wrapper, .subnav-box-wrapper:hover {display: block} 
#nav-package:hover .subnav-box-wrapper, .subnav-box-wrapper:hover {display: block} 
#nav-package .subnav-box-wrapper {width: 220%;}
#nav-package .subnav-box {padding-left: 10%; padding-right: 10%;}

#section-banner, #section-banner-mobile {background-repeat: no-repeat; background-position: right center; background-size: cover;}
#section-banner-mobile {display: none;}
.banner-content {position: absolute; left: 10%; top: 50%; transform: translateY(-50%); max-width: 40%;}
#section-banner-mobile .banner-content {left: 5%; right: 5%; text-align: center; top: unset; transform: none; max-width: unset; bottom: 40px;}
.banner-subtitle {color: #45c0be; font-weight: 500; font-size: 30px; font-family: var(--domaine); line-height: 1.1em; margin-bottom: 10px;}
.banner-title {font-size: 48px; font-size: 3.5vw; color: var(--blue); font-family: var(--domaine); line-height: 1.1em;}
.banner-white-bg {width: 100%;}

#footer {position: relative; margin-top: -500px; min-height: 500px; clear:both; padding-bottom: 100px;}
.back-to-top-wrapper {display: flex; justify-content: right; margin-bottom: 20px;}
.back-to-top-wrapper-mobile {position: absolute; right: 5%; top: 50%; transform: translateY(-50%);}
.back-to-top {transition: var(--transition); width: 61px; height: 62px; background: url('../images/back-to-top.png') no-repeat 0 0; cursor: pointer;}
.back-to-top:hover {opacity: var(--imageopacity);}
.footer-col-left {float: left; width: 45%; padding-right: 2%;}
.footer-col-left a {display: block;}
.footer-col-right {float: left; width: 55%; padding-top: 80px;}
.footer-nav-left {float: left; width: 30%; padding-right: 2%;}
.footer-nav-left a, .footer-nav-right a {color: #006aab; font-weight: 600; font-size: 19px;}
.footer-nav-left a:hover, .footer-nav-right a:hover {color: #58595b;}
.footer-nav-item {margin-bottom: 10px; line-height: 1.5em;}
.footer-nav-right {float: left; width: 28%;}
.footer-address-contact-wrapper {float: left; width: 42%;}
.footer-address-wrapper {margin-bottom: 10px;}
.footer-ssl-wrapper {float: left; width: 100%; display: none; padding-top: 20px;}
.footer-ssl-wrapper2 {margin-top: 20px;}
.footer-title {color: #006aab; letter-spacing: 3px; font-weight: bold; font-size: 14px; margin-bottom: 5px;}
.footer-content {color: #6d6e70; font-size: 16px; line-height: 1.2em; overflow: hidden; text-overflow: ellipsis;}
.footer-content-horizontal {display: flex; margin-bottom: 10px;}
.footer-content-horizontal a {color: #6d6e70;}
.footer-content-horizontal a:hover {color: var(--blue)}
.footer-content-horizontal .footer-title {width: 20px;}
.footer-bottom {position: absolute; bottom: 0; left: 0; right: 0; padding-bottom: 44px;}
.footer-bottom-inline.inline-container {display: flex; justify-content: space-between; align-items: center;}
.footer-bottom-item {display: flex; font-size: 14px; font-weight: 600;}
.footer-bottom-item a {color: #58595b; font-weight: 600; letter-spacing: 2px;}
.footer-bottom-item a:hover {color: var(--blue);}
.footer-bottom-item-separator {padding-left: 1%; padding-right: 1%; font-size: 25px;}
.footer-bottom-item-socmed {color: #6d6e70; margin-left: 10px; overflow: hidden; text-overflow: ellipsis; letter-spacing: normal;}
.footer-bottom-item-socmed-wrapper {font-weight: normal;}
.footer-bottom-item-socmed-wrapper a {letter-spacing: normal; display: flex;}
.footer-bottom-item-socmed-wrapper a:hover .footer-bottom-item-socmed {color: var(--blue) !important}
.copyright, .copyright2 {letter-spacing: 1px; font-weight: 600; font-size: 12px; text-align: center;}
.copyright2 {padding-left: 5%; padding-right: 5%; display: none;}
.footer-link {font-size: 12px;}
.footer-border {position: absolute; bottom: 0; left: 0; right: 0; height: 14px; width: 100%; background: url('../images/footer-border.png'); background-size: 100% 100%;}

.footer-bottom-inline2 {display: none; padding-bottom: 10px; position: relative;}
.footer-bottom-inline2-row {display: grid; grid-auto-rows: 1fr; grid-template-columns: 50% 50%;}
.footer-bottom-inline2-item {font-size: 14px; margin-bottom: 10px;}
.footer-bottom-inline2-item:first-child {padding-right: 2%;}
.footer-bottom-inline2-item:nth-child(2) {padding-left: 2%;}
.footer-bottom-inline2-item a {display: flex; align-items: center; justify-content: center; color: #58595b; font-weight: 600; letter-spacing: 2px;}
.footer-bottom-inline2-item a:hover {color: var(--blue) !important;}
.footer-bottom-inline2-row:first-child .footer-bottom-inline2-item a {letter-spacing: normal;}
.footer-bottom-inline2-row:first-child img {margin-right: 5px;}
.footer-bottom-inline2-item.with-border {border-right: 2px solid #000;}
.footer-bottom-inline2 .footer-bottom-item-socmed {margin-left: unset;}
.footer-bottom-logo {display: none; text-align: center; padding-top: 30px; border-top: 1px solid #CCC; margin-left: 5%; margin-right: 5%; margin-top: 10px;}
.footer-bottom-logo img {width: 200px; margin-bottom: 20px;}

.disclaimer-mobile {letter-spacing: 1px; font-weight: 600; font-size: 12px; margin-left: 5%; margin-right: 5%; border-top: 1px solid #CCC; margin-top: 10px; padding-top: 10px; text-align: center; display: none;}
.disclaimer-mobile a {color: #58595b;}

.form-group {margin-bottom: 20px;}
.form-input {overflow: hidden;}
.form-input input, .form-input textarea, .form-input select {width: 100%; border-radius: 10px; border: 0; padding: 10px 20px 10px 30px; color: #46c1be; background: #FFF; font-family: var(--nunitosans);}
.form-input input:focus, .form-input textarea:focus, .form-input select:focus {border: 0;}
.dica-button {background: var(--blue); font-size: 12px; font-weight: bold; color: #FFF; padding: 7px 35px; border-radius: 5px 20px 5px 20px; border: 1px solid var(--blue); letter-spacing: 1px; transition: var(--transition);}
.dica-button:hover {background: transparent; color: var(--blue);}
/* .dica-button.aqua {background-color: #45c0be; border: 1px solid #45c0be;} */
/* .dica-button.aqua:hover {background: transparent; color: #45c0be;} */
.dica-button.aqua {background-color: #5bcaf5; border: 1px solid #5bcaf5;}
.dica-button.aqua:hover {background: transparent; color: #5bcaf5;}
.dica-button.green {background-color: #46c1be; border: 1px solid #46c1be;}
.dica-button.green:hover {background: transparent; color: #46c1be;}
.dica-button.transparent {background: transparent; color: #0073b6; border: 0;}
.dica-button.transparent:hover {color: #45c0be;}
.form-two-columns {display: flex;}
.form-two-column-left {width: 50%; padding-right: 1.5%;}
.form-two-column-right {width: 50%; padding-left: 1.5%;}
.form-input-group {position: relative;}
.phone-code-wrapper {position: absolute; top: 0; bottom: 0; left: 0; width: 55px; border-radius: 10px 0 0 10px; background-color: #94dbda; display: flex; align-items: center; justify-content: center;}
.form-input-group input {padding-left: 65px !important;}

.tns-outer {position: relative;}
.tns-controls {position: absolute; z-index: 100; left: 0; right: 0; top: calc(50% - 21px); transform: translateY(-50%); display: flex; justify-content: space-between;}
.tns-controls button {width: 43px; height: 43px; border: 0; color: transparent; position: absolute; background-size: 100% 100% !important;}
.tns-controls button:first-child {background: url('../images/slide-prev.png') no-repeat 0 0; left: -50px;}
.tns-controls button:nth-child(2) {background: url('../images/slide-next.png') no-repeat 0 0; right: -50px;}
.tns-nav {position: absolute; top: 100%; left: 50%; transform: translateX(-50%);}
.tns-nav button {width: 11px; height: 11px; background: url('../images/icon-slider-nav.png') no-repeat center center; border: 0;}
.tns-nav-active {background-image: url('../images/icon-slider-nav-active.png') !important;}

.btn-mobile-nav {cursor: pointer; background: url('../images/icon-burger.webp') no-repeat 0 0; background-size: 100% 100%; position: absolute; top: 50%; transform: translateY(-50%); right: 5%; width: 30px; height: 27px; display: none;}
.nav-mobile-outer {display: none; position: fixed; background-color: #5bc8f3; top: 0; right: 0; bottom: 0; left: 0; z-index: 999;}
.nav-mobile-box {overflow: hidden; position: absolute; top: 0; left: 0; right: 0; height: 95%; border-radius: 0 0 160px 0; background-color: #FFF;}
.nav-mobile-top {height: 10%; padding: 10px 5% 10px 5%; position: relative;}
.nav-mobile-content {height: 90%; overflow-y: auto;}
.nav-mobile-blue-area {height: 25%; background-color: var(--blue); padding: 20px 10% 20px 10%; font-size: 12px;}
.nav-mobile-blue-area-inner {position: relative; top: 50%; left: 0; right: 0; transform: translateY(-50%);}
.nav-mobile-wrapper {height: 75%;}
.nav-mobile-logo {height: 100%;}
.nav-mobile-logo img {height: 100%;}
.nav-mobile-close {cursor: pointer; background: url('../images/btn-close-nav-mobile.webp') no-repeat 0 0; background-size: 100%; width: 20px; height: 20px; position: absolute; top: 50%; transform: translateY(-50%); right: 5%;}
.nav-mobile-socmed-wrapper {display: flex; align-items: center; color: #FFF; margin-bottom: 10px;}
.nav-mobile-socmed-wrapper img {height: 15px; margin-right: 5px;}
.nav-mobile-socmed-label {margin-left: 5px; font-size: 12px;}
.nav-mobile-contact-wrapper {margin-bottom: 10px;}
.nav-mobile-contact-wrapper img {height: 13px; margin-right: 5px;}
.nav-mobile-contact-wrapper a {color: #FFF;}
.nav-mobile-contact-item {margin-bottom: 5px; font-size: 12px;}
.nav-mobile-member-button-wrapper {display: inline-block;}
.nav-mobile-member-button-wrapper .login-button-link {padding: 5px 25px; border-radius: 5px 15px 5px 15px}
.nav-mobile-member-button-wrapper a {color: #FFF;}
.nav-mobile-member-button-wrapper a:hover {color: #5bc8f3;}
.nav-mobile-wrapper {padding: 25px 10% 25px 10%;}
.nav-mobile-item {font-size: 16px; font-weight: bold; position: relative; margin-bottom: 15px; position: relative;}
#nav-mobile-item-contact {padding-bottom: 20px;}
.nav-mobile-item a {color: var(--blue); transition: all .1s; display: inline-block;}
.nav-mobile-item .dica-button {color: #FFF;}
.nav-mobile-item.has-submenu a {display: block;}
.icon-submenu-mobile {position: absolute; right: 0; top: 0; background: url('../images/icon-submenu-mobile.webp') no-repeat 0 0; background-size: 100% 100%; width: 10px; height: 17px;}
.nav-mobile-item.submenu-active .icon-submenu-mobile {transform: rotate(90deg);}
.nav-mobile-submenu-wrapper {border-top: 1px solid var(--blue); padding-left: 5%; padding-right: 5%; margin-top: 5px; padding-top: 5px; display: none;}
.subnav-mobile-item {margin-bottom: 5px;}
.subnav-mobile-item a {color: #0073b6;}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

.grecaptcha-badge { visibility: hidden !important; }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {-moz-appearance: textfield;}

/* width */
::-webkit-scrollbar {width: 10px;}
  
/* Track */
::-webkit-scrollbar-track {box-shadow: inset 0 0 5px grey; border-radius: 10px;}
   
/* Handle */
::-webkit-scrollbar-thumb {background: var(--blue);  border-radius: 5px;}
  
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {background: #0073b6;}

@media screen and (max-width: 1100px) {

}

@media screen and (max-width: 1000px) {
	.section-title-big {font-size: 42px;}
	.footer-nav-left a, .footer-nav-right a {font-size: 18px;}
	.footer-content {font-size: 15px;}
	.footer-col-right {padding-top: 70px;}
}

@media screen and (max-width: 900px) {
	.section-title-big {font-size: 38px;}
	.footer-nav-left a, .footer-nav-right a {font-size: 17px;}
	.footer-content {font-size: 14px;}
	.footer-col-right {padding-top: 60px;}
	.copyright {display: none;}
	.copyright2 {display: block;}
}

@media screen and (max-width: 800px) {
	.inline-container2 {padding-left: 5%; padding-right: 5%;}
	.inline-container3 {padding-left: 10%; padding-right: 10%;}
	.section-title-big {font-size: 34px;}
	.hospital-tab-item {font-size: 15px;}
	.footer-nav-left a, .footer-nav-right a {font-size: 16px;}
	.footer-content {font-size: 13px;}
	.footer-col-right {padding-top: 50px;}
}

@media screen and (max-width: 750px) {
}

@media screen and (max-width: 700px) {
	.section-title-big {font-size: 30px;}
	.hospital-tab-item {font-size: 14px;}
	
	.footer-nav-left a, .footer-nav-right a {font-size: 15px;}
	.footer-content {font-size: 12px;}
	.footer-col-right {padding-top: 40px;}
}

@media screen and (max-width: 600px) {
	#section-banner {display: none;}
	#section-banner-mobile {display: block;}
	#section-banner-mobile .banner-title {font-size: 48px;}

	.tns-controls button {width: 35px; height: 35px;}
	.tns-controls button:first-child {left: -35px;}
	.tns-controls button:nth-child(2) {right: -35px;}
	.tns-controls button:first-child {left: -43px;}
    .tns-controls button:nth-child(2) {right: -43px;}

	.inline-container3 {padding-left: 5%; padding-right: 5%;}

	.footer-col-left {float: none; width: 100%; padding-right: 0;}
	.footer-col-right {float: none; width: 100%; padding-bottom: 80px;}

	.footer-nav-left a, .footer-nav-right a {font-size: 19px;}
	.footer-content {font-size: 16px;}
	.footer-ssl-wrapper {display: block;}

	.nav-item:not(:first-child) {display: none;}
    #nav-logo img {height: 110px;}
	#topbar {display: none;}

	#footer {padding-bottom: 320px;}
	.footer-col-left {display: none;}
	.footer-bottom-inline {display: none !important;}
	.footer-bottom-inline2 {display: block;}
	.footer-bottom-inline2-row {grid-template-columns: 100%;}
	.footer-bottom-inline2-item:first-child {padding-right: 0; border: 0;}
	.footer-bottom-inline2-item:nth-child(2) {padding-left: 0;}
	.footer-bottom-inline2-item a {justify-content: flex-start;}
	.footer-icon-wrapper {flex: 0 0 28px; margin-right: 5px; text-align: center;}
	.footer-bottom-logo {display: block;}

	.btn-mobile-nav {display: block;}

	.back-to-top-wrapper {display: none;}
	.disclaimer-mobile {display: block;}
	.wa-floating {bottom: 130px;}
}

@media screen and (max-width: 550px) {
	#section-banner-mobile .banner-title {font-size: 44px;}
	.wa-floating {width: 55px; height: 55px;}
	.footer-nav-left a, .footer-nav-right a {font-size: 18px;}
	.footer-content {font-size: 15px;}
}

@media screen and (max-width: 500px) {
	#section-banner-mobile .banner-title {font-size: 40px;}
	.wa-floating {width: 50px; height: 50px;}
	.tns-controls button {width: 30px; height: 30px;}
	.tns-controls button:first-child {left: -30px;}
	.tns-controls button:nth-child(2) {right: -30px;}
	.footer-nav-left a, .footer-nav-right a {font-size: 17px;}
	.footer-content {font-size: 14px;}
}

@media screen and (max-width: 450px) {
	#section-banner-mobile .banner-title {font-size: 36px;}
	#footer {padding-bottom: 265px;}
	.wa-floating {width: 45px; height: 45px;}
	.footer-nav-left, .footer-nav-right {width: 50%;}
	.footer-nav-left {margin-bottom: 20px;}
	.footer-address-contact-wrapper {width: 100%; padding-top: 30px; border-top: 1px solid #CCC}
	.footer-col-right {padding-bottom: 110px;}
}

@media screen and (max-width: 400px) {
	#section-banner-mobile .banner-title {font-size: 32px;}
	.wa-floating {width: 40px; height: 40px;}
}

@media screen and (max-width: 350px) {
	#section-banner-mobile .banner-title {font-size: 28px;}	
}