/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
a {
	color: #25a9e0;
}

a:hover {
	color: #003B87;
}


body {
	color: #555;
}


@media (min-width: 992px) {
	.container {
    	width: 984px;
	}
}

section#sp-group {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}

section#sp-group p {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 15px;
	margin: 0;
}

.full-screen-ftop .offcanvas-menu {
	right: 0;
	width: 100%;
	opacity: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	background-color: #25a9e0;
	transition: all 500ms ease;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li {
	border: none;
}

header#sp-header {
	padding: 0px;
}

#sp-header .sp-column {
  display: flex;
  align-items: center;
  justify-content: center;
}
header a.readon-button {
	background-color: #fff;
	font-weight: 700;
	font-size: 14px;
	color: #20394A;
	line-height: 89px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	background-image: none;
	border: 2px solid #fff;
	padding: 14px;
	border-radius: 50px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

header a.readon-button:last-of-type {
  margin-left: 5px;
}

header a.readon-button:link {
	text-decoration: none;
}

header a.readon-button:visited {
	color: #20394A;
}

header a.readon-button:hover {
	color: #20394A;
}

header .sp-module ul >li >a:before {
	display: none;
}

header .sp-module ul >li {
	border: none;
}

#offcanvas-toggler {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHUAAABZCAMAAAA3tJvDAAAAFVBMVEVMaXH////////////////////////zsRG/AAAABnRSTlMAQMCAMCBFBbxlAAAACXBIWXMAACxKAAAsSgF3enRNAAAATUlEQVRo3u3a0QnAIBBEwTOJ6b9kU0MQV2Gmgfd3cLB1B/R6A5qqquqv6hXwFAAAADO09b5q4H1VVVU9qpq5TQAAAMxgaaSqqrrh0mgAfRBJU2O7KYYAAAAASUVORK5CYII=');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 23px auto;
	float: none;
	font-size: 14px;
	line-height: 89px;
	margin: 0;
	padding: 0;
}

#offcanvas-toggler:after {
	content: "Menu";
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 0 0 0 40px;
}

@media (max-width:768px) {
	#sp-header {
		padding: 0 10px !important;
	}

}

section#sp-slogan {
	max-with: 1700px;
}

section#sp-slogan h1 {
	font-size: 25px;
	font-weight: 400;
	line-height: 1.15;
	color: #003B87;
	padding: 0 5px;
}

section#sp-areas .sp-module .sp-module-title, section#sp-call-to-action .sp-module .sp-module-title {
	margin: 0 0 20px;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
	color: #20394A;
	font-weight: 400;
}

#sp-areas a.readon-button {
	background-color: #25a9e0;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	line-height: 1.42857;
	letter-spacing: 1px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	background-image: none;
	border: 2px solid #25a9e0;
	padding: 15px 25px;
	border-radius: 50px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	margin: auto;
}

#sp-areas a.readon-button:link {
	text-decoration: none;
}

#sp-areas a.readon-button:visited {
	color: #fff;
}

#sp-areas a.readon-button:hover {
	color: #fff;
}

section#sp-areas .sp-module .sp-module-title:before, section#sp-call-to-action .sp-module .sp-module-title:before {
	display: inline-block;
	width: 2px;
	height: 40px;
	top: -50px;
	left: 50%;
	position: absolute;
	content: " ";
	background-color: #29ABE2;
	border-radius: 10px;
	z-index: 20;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

section#sp-news .sp-module .sp-module-title {
	margin: 0 0 20px;
	font-size: 30px;
	text-transform: none;
	line-height: 1;
	font-weight: 400;
}

.nspArt h4.nspHeader a {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
}

.nspArt p.nspText {
	font-weight: 500;
	line-height: 21px;
}

#sp-news a.readon-button {
	background-color: transparent;
	display: table;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	line-height: 1.42857;
	letter-spacing: 1px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	background-image: none;
	border: 2px solid #fff;
	margin: auto;
	padding: 15px 25px;
	border-radius: 50px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

#sp-news a.readon-button:link {
	text-decoration: none;
}

#sp-news a.readon-button:visited {
	color: #fff;
}

#sp-news a.readon-button:hover {
	color: #fff;
}

.nspArt .nspInfo {
	display: block !important;
	font-weight: 700;
	color: #20394A;
	margin: 0;
	padding: 0;
}

section#sp-schedule .sp-module .sp-module-title {
	margin: 0 0 20px;
	font-size: 30px;
	text-transform: none;
	line-height: 1;
	font-weight: 500;
	color: #fff;
}

section#sp-schedule h2 {
	color: #fff;
	padding: 0 15px;
}

#sp-schedule a.readon-button {
	background-color: #fff;
	display: table;
	font-weight: 600;
	font-size: 14px;
	color: #1f496e;
	line-height: 1.42857;
	letter-spacing: 1px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	background-image: none;
	border: 2px solid #fff;
	margin: auto;
	padding: 15px 25px;
	border-radius: 50px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

#sp-schedule a.readon-button:link {
	text-decoration: none;
}

#sp-schedule a.readon-button:visited {
	color: #1f496e;
}

#sp-schedule a.readon-button:hover {
	color: #1f496e;
}

#sp-position5 {
	border-right: 2px solid #fff;
}

#sp-call-to-action p {
	text-align: center;
	font-size: 18px;
	font-weight: 500;
}

#sp-call-to-action a.readon-button {
	background-color: #25a9e0;
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	line-height: 1.42857;
	letter-spacing: 1px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	background-image: none;
	border: 2px solid #25a9e0;
	padding: 15px 25px;
	border-radius: 50px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

#sp-call-to-action a.readon-button:link {
	text-decoration: none;
}

#sp-call-to-action a.readon-button:visited {
	color: #fff;
}

#sp-call-to-action a.readon-button:hover {
	color: #fff;
}

#sp-call-to-action a.readon-button-alt {
	background-color: #ffffff;
	font-weight: 600;
	font-size: 14px;
	color: #25a9e0;
	line-height: 1.42857;
	letter-spacing: 1px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	background-image: none;
	border: 2px solid #25a9e0;
	padding: 15px 25px;
	border-radius: 50px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

#sp-call-to-action a.readon-button-alt:link {
	text-decoration: none;
}

#sp-call-to-action a.readon-button-alt:visited {
	color: #25a9e0;
}

#sp-call-to-action a.readon-button-alt:hover {
	color: #25a9e0;
}

#sp-bottom p {
	font-weight: 400;
}

#sp-bottom .sp-module .sp-module-title {
	font-size: 25px;
	font-weight: 500;
	font-style: normal;
	line-height: 1.85em;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0;
	position: relative;
	padding-bottom: 0;
	color: #fff;
}

#sp-bottom .sp-module .sp-module-title:after {
	display: none;
}

#sp-bottom a.readon-button {
	background-color: #25a9e0;
	display: table;
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	line-height: 1.42857;
	letter-spacing: 1px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	background-image: none;
	border: 2px solid #25a9e0;
	margin: 20px 0;
	padding: 15px 25px;
	border-radius: 50px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

#sp-bottom a.readon-button:link {
	text-decoration: none;
}

#sp-bottom a.readon-button:visited {
	color: #fff;
}

#sp-bottom a.readon-button:hover {
	background-colour: transparent;
	color: #fff;
}

.scrollup {
	background: #25a9e0 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ImFycm93X3VwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgOTYgOTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDk2IDk2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik01Miw4NFYyMS43bDIxLjUsMjEuNWMxLjYsMS42LDQuMSwxLjYsNS43LDBjMS42LTEuNiwxLjYtNC4xLDAtNS43TDUwLjgsOS4ybDAsMGMtMC4yLTAuMi0wLjQtMC40LTAuNi0wLjUKCWMtMC4xLTAuMS0wLjItMC4xLTAuMy0wLjJjLTAuMS0wLjEtMC4yLTAuMS0wLjQtMC4yYy0wLjEtMC4xLTAuMy0wLjEtMC40LTAuMWMtMC4xLDAtMC4yLTAuMS0wLjMtMC4xQzQ4LjUsOCw0OC4zLDgsNDgsOGwwLDAKCWMwLDAsMCwwLDAsMGMtMC4zLDAtMC41LDAtMC44LDAuMWMtMC4xLDAtMC4yLDAuMS0wLjMsMC4xYy0wLjEsMC0wLjMsMC4xLTAuNCwwLjFjLTAuMSwwLjEtMC4zLDAuMS0wLjQsMC4yCgljLTAuMSwwLjEtMC4yLDAuMS0wLjMsMC4yYy0wLjIsMC4xLTAuNCwwLjMtMC42LDAuNUwxNi45LDM3LjVjLTEuNiwxLjYtMS42LDQuMSwwLDUuN2MxLjYsMS42LDQuMSwxLjYsNS43LDBMNDQsMjEuN1Y4NAoJYzAsMi4yLDEuOCw0LDQsNFM1Miw4Ni4yLDUyLDg0eiIvPgo8L3N2Zz4K) no-repeat center center;
	background-size: 17px 17px;
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 32px;
	right: 50px;
	display: none;
	z-index: 888;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-moz-border-radius: 50px;
}

.sp-page-title {
	position: relative;
	padding: 200px 0 25px 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sp-page-title h2 {
	font-size: 45px;
	font-weight: 500;
	line-height: 1;
	color: #fff !important;
	padding-bottom: 20px;
	margin-bottom: 0px;
	position: relative;
}

.sp-page-title h2:after {
	display: none;
}

#sp-main-body {
	padding: 100px 0;
}

#sp-main-body p {
	font-weight: 500;
}

#sp-main-body strong {
	color: #000;
}

#sp-main-body h1 {
	color: #25a9e0;
}

#sp-main-body h2 {
	color: #003B87;
	font-weight: 500;
	line-height: 1.35;
	padding: 10px 0px;
	margin-bottom: 20px;
}

#sp-main-body h3 {
	color: #003B87;
	font-weight: 500;
}

section#sp-highlight .sp-module .sp-module-title {
	margin: 0 0 20px;
	font-size: 30px;
	line-height: 1;
	font-weight: 400;
	color: #003B87;
	text-transform: none;
}

section#sp-highlight p {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.35;
	color: #003B87;
}

section#sp-highlight em {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #000;
}

.com-content #sp-main-body {
	background: #ffffff;
}

.panel {
	box-shadow: none;
}

.rl_sliders.accordion>.accordion-group {
	border: none;
}

.rl_sliders.accordion > .accordion-group > .accordion-heading > a.accordion-toggle:hover {
	background-color: #fff;
}

.rl_sliders.accordion > .accordion-group.active > .accordion-heading > a.accordion-toggle {
	background-color: #fff;
}

.rl_sliders.accordion>.accordion-group>.accordion-body>.accordion-inner {
	border: none;
}

a.accordion-toggle:link {
	color: #20394A !important;
	font-size: 22px;
	font-weight: 700;
}

a.accordion-toggle:visited {
	color: #20394A !important;
}

a.accordion-toggle:hover {
	color: #20394A !important;
}

.accordion-toggle.rl_sliders-toggle.nn_sliders-toggle {
	background-image: url(https://hospitaldoterco.pt/templates/wt_cw_free/images/minus.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 33px auto;
	color: #0e1d5d;
	font-weight: bold;
	padding-left: 0 !important;
}

.accordion-toggle.rl_sliders-toggle.nn_sliders-toggle.collapsed {
	background-image: url(https://hospitaldoterco.pt/templates/wt_cw_free/images/plus.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 33px auto;
	color: #0e1d5d;
	font-weight: bold;
	padding-left: 0 !important;
}

.rl_sliders.accordion>.accordion-group>.accordion-body>.accordion-inner {
	padding: 20px 35px 25px 20px;
}

.rl_sliders.accordion>.accordion-group>.accordion-body>.accordion-inner p {
	color: #003B87;
	font-weight: 500;
}

span.sp-copyright {
	font-size: 14px;
}

#sp-component .blog p {
	color: #003B87;
	font-weight: 500;
	padding: 0;
	margin: 0;
}

#sp-component .blog img {
	margin-bottom: 10px;
}

input[type="text"], input[type="textarea"], textarea {
	border-bottom: 2px solid #20394a;
	padding: 30px 20px;
	width: 100%;
}

input[type="textarea"], textarea {
	border-bottom: 2px solid #20394a;
	padding: 30px 20px;
	width: 100%;
	min-height: 180px;
}

.rsform-block label {
	display: none;
}

button[type="submit"], input[type="submit"], button[type="submit"]:hover, button[type="submit"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
	background-color: #25a9e0;
	display: table;
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	line-height: 1.42857;
	letter-spacing: 1px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	background-image: none;
	border: 2px solid #25a9e0;
	margin: 20px 0;
	padding: 15px 25px;
	border-radius: 50px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

.bt-googlemaps {
	box-shadow: 0 40px 85px rgba(0, 0, 0, 0.15), 0 25px 80px rgba(0, 0, 0, 0.1);
}

.control-group.rsform-block, .rsform-block label {
	font-weight: 500;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	position: static;
	margin-top: 4px\9;
	margin-right: 7px;
	margin-left: 0;
}

#sp-bottom p, #sp-footer p {
	font-weight: 500 !important;
	font-size: 15px;
}

#sp-footer a {
	margin-right: 15px;
}

#sp-footer2 a:link, #sp-footer2 a:visited, #sp-footer2 a:hover {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	color: #25a9e0;
}

@media only screen and (max-width:1010px) {
	.dj-main {
		display: none;
	}

}

.sigplus-gallery > ul {
	line-height: 0;
}

.slideplus-navigation > a, .slideplus-paging > a {
	padding: 0 3px;
	margin: 20px 5px 5px 5px;
	width: 35px;
	height: 35px;
	line-height: 30px;
	background-size: 0px !important;
	background-repeat: no-repeat;
}

.slideplus-pager.slideplus-current {
	color: white;
	font-weight: 600;
	background-color: #25a9e0;
	border: 1px solid #25a9e0;
}

#sigplus_1001 .slideplus-aspect {
	padding: calc(0px + 0px) calc(0px + 0px) calc(0px + 0px + 100%);
}

#fancybox-content {
	border: none;
}

.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a {
	color: #fff;
	display: inline-block;
	font-size: 28px;
	padding: 20px 7px;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
	display: inline-block;
	position: initial;  /* top: 0; */

	/* right: 0; */
	padding: 10px 20px;
	cursor: pointer;
}

.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li .offcanvas-menu-toggler {
	left: auto;
	right: auto;
	font-size: 28px;
	padding: 20px 0px;
}

.page-footer {
	display: none;
}

.format {
	background-color: red;
	width: 35px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 700;
}

table p {
	margin: 0;
}

.table>tbody>tr>td {
	padding: 20px 10px;
	border: none;
}

.blog .accordion-inner {
	padding: 15px 0px 15px 0px !important;
}

.scrollup {
  right: 100px;
}