/*
Theme Name: Estreia
Theme URI: https://bonissa.pt
Author: ESTREIA New Media
Author URI: https://estreia.pt
Description: Custom theme for BONISSA, August.2025
Version: 1.0
License: Proprietary
License URI: https://estreia.pt
Tags: 
Text Domain: 
*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v8.0.1 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
	font-size: 62.5%; /* helps to translate rem units to pixels */
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	line-height: 1.15;
  	-webkit-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
	overflow-x: hidden;
}

body {
	height: 100%;
    background-color: #a8cee2;
	font-family: 'Fredoka', 'Open Sans', sans-serif;
	font-size: 1.9rem; /* 18px */
	line-height: 140%;
	color: #4c6b7b;
	text-align: center;
	margin: 0;
	padding: 0;
	overflow-y: auto;
	overflow-x: hidden;
	transition: opacity 0.3s;
	animation: fadein 0.3s;
}

/* Mobile */
@media ( max-width: 1399px ) {
	body {
    	background-color: #748e9c;
	}
}

body.home {
    background-color: #a8cee3;
}

/* -- body fade transition -- */
@keyframes fadein { from {opacity:0.5} to {opacity:1} }

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	height: 0;
	font-size: 2em;
  	margin: 0.67em 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	overflow: visible;
	clear: left;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline-width: 0;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
  	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #4a515e;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
	display: inline-block;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	opacity: 1;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.75em 0.625em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}





/*--------------------------------------------------------------
LINKS
--------------------------------------------------------------*/

a {
	color: #d96870;
	text-decoration: none;
}

/*a:focus {
	outline: thin dotted;
}*/

a:hover,
a:active {
	color: #333333;
	outline: 0;
}




/*--------------------------------------------------------------
MISCELANEA
--------------------------------------------------------------*/

/* Accessibility style for text readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

/* Force pointer cursor on hover */
.handCursor:hover {
	cursor: pointer !important;
}

/* Styles for selected text  */
::selection,
::-moz-selection {
    background-color: rgba(179, 216, 7, 0.3);
}

/* Rulers */
hr {
	height: 25px;
	background-color: transparent;
	border: none;
	margin: 0;
}

hr.wp-block-separator {
	border-top: none;
}

hr.is-style-wide {
	height: 1px;
	background-color: transparent;
	border: none;
	border-top: 1px solid #e9ebf7;
	margin: 16px -3vw 19px -3vw;
	clear: left;
}

:focus {
	outline: none;
}




/*--------------------------------------------------------------
TYPOGRAPHY
--------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 140%;
	margin: 0;
	padding: 0 0 2rem 0;
	clear: both;
}

/*hr + h1,
hr + h2,
hr + h3,
hr + h4,
hr + h5,
hr + h6 {
	padding: 0;
}*/

p {
	margin: 0 0 2rem 0;
	padding: 0;
}

.small {
	font-size: 1.5rem;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

/* Customer testimonial */
blockquote {
	position: relative;
	width: 100%;
    font-size: 1.8rem;
    font-style: italic;
	margin: 0;
	overflow: hidden;
    display: table-cell;
}

/* Customer testimonial */
blockquote p {
	position: relative;
    background-color: #e9ebf7;
    border-radius: 8px;
    padding: 15px;
    margin: 0;
	z-index: 200;
}

/* Customer testimonial */
blockquote cite {
	position: relative;
	top: 0;
    left: 0;
    width: 100%;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    padding: 10px 130px 15px 0;
	display: block;
	z-index: 200;
}

/* Customer testimonial */
blockquote:before {
	position: absolute;
    bottom: 40px;
    right: 30px;
    width: 100px;
    height: 100px;
    transform: rotate(45deg);
    background-color: #e9ebf7;
    border-radius: 8px;
    content: " ";
    z-index: 100;
    display: block;
}

blockquote:after {
	content: "";
}

address {
	margin: 0 0 2rem;
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
	line-height: 140%;
	margin-bottom: 2rem;
	padding: 2rem;
	max-width: 100%;
	overflow: auto;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: none;
  	text-decoration: underline;
  	text-decoration: underline dotted;
	cursor: help;
}

mark,
ins {
	background: #e9ebf7;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}





/*--------------------------------------------------------------
ALIGNMENTS
--------------------------------------------------------------*/

.clear {
	display: block;
	clear: both !important;
}

.alignleft {
	float: left;
	margin-right: 2rem;
}

.alignright {
	float: right;
	margin-left: 2rem;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}





/*--------------------------------------------------------------
BUTTONS
--------------------------------------------------------------*/

#content .wp-block-button > a {
	background-color: #e9ebf7 !important;
	color: #4c6b7b !important;
	font-weight: 400 !important;
	line-height: 46px !important;
	text-shadow: 0 0 10px #ffffff;
	border-radius: 10px !important;
    padding: 0 20px !important;
	transition: all 0.2s ease;
	display: inline-block;
}

#content .wp-block-button:hover > a {
	background-color: #828fa5 !important;
	color: #ffffff !important;
	text-shadow: none;
}





/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/

#siteHeader {
	opacity: 0;
}

header {
	position: relative;
	top: 0;
	left: 0%;
	width: 100vw;
	max-width: 1400px;
	height: 145px;
	background-color: #748e9c;
	text-align: center;
	transition: all 0s;
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
	transform: translateX(0%);
	margin: 0 auto;
	z-index: 3000;
}

/* Mobile */
@media ( max-width: 699px ) {
	header {
		position: fixed;
		height: 70px;
	}
}

.home header {
	max-width: 776px;
	justify-content: center;
}

/* Mobile */
@media ( max-width: 900px ) {
	.home header {
		max-width: 100vw;
	}
}

/* scroll - Desktop */
@media ( min-width: 1600px ) {
	.scroll header {
		position: fixed;
		left: 50%;
		width: 100vw;
		max-width: 1600px;
		height: 70px;
		transform: translateX(-50%);
		border-radius: 0 0 8px 8px;
	}
}

/* Laptops */
@media ( min-width: 700px ) and ( max-width: 1599px ) {
	.scroll header {
		border-radius: 0;
	}
}

#logoLink {
    position: relative;
	left: 24px;
    width: 194px;
    height: 102px;
	transition: all 0.2s;
    display: block;
    z-index: 3000;
}

/* Mobile */
@media ( max-width: 699px ) {
	#logoLink {
    	width: auto;
    	height: 70px;
		padding-top: 7px;
	}
}

.home #logoLink {
    left: 0;
}

/* scroll */
.scroll #logoLink {
    width: auto;
    height: 70px;
	padding-top: 7px;
}

header #logo {
	position: relative;
    width: 194px;
    height: 102px;
	transition: all 0.2s;
	z-index: 2000;
	display: block;
}

/* scroll */
.scroll header #logo {
    width: 105px;
    height: 55px;
}

/* Mobile */
@media ( max-width: 699px ) {
	header #logo {
    	width: 105px;
    	height: 55px;
	}
}






/*--------------------------------------------------------------
TOP CONTACTS
--------------------------------------------------------------*/

/* scroll */
.scroll header > div > p {
    display: none;
}

header > div > p {
	text-align: right;
	letter-spacing: 1px;
	line-height: 68px;
	padding: 0 20px 0 10px;
	margin: 0;
}

/* Mobile */
@media ( max-width: 699px ) {
	header > div > p {
		display: none;
	}
}

header > div > p a {
	color: #ffffff;
	line-height: 68px;
	padding: 0 10px;
	display: inline-block;
}

header > div > p a:hover {
	color: #ffffff;
}

header > div > p a img {
	vertical-align: middle;
	transition: all 0.2s;
	margin-right: 10px;
	display: inline-block;
	opacity: 0.5;
}

header > div > p a:hover img {
	opacity: 1;
}






/*--------------------------------------------------------------
NAVIGATION
--------------------------------------------------------------*/

nav {
	position: relative;
	top: 0;
	width: auto;
	height: 75px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
    align-items: center;
	transition: all 0.2s;
	z-index: 2500;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav {
	}
}

/* scroll */
.scroll nav {
	height: 70px;
}

nav > ul {
	position: relative;
    top: 0;
	white-space: nowrap;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav > ul {
		position: absolute;
		top: 75px;
		background-color: #ffffff;
	}
}

/* English - center shorter menu */
.en nav > ul {
	padding-right: 20px;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	.en nav > ul {
		padding-right: 0;
	}
}

nav ul {
	width: auto;
	list-style: none;
	padding: 0;
	margin: 0;
}

.js nav ul,
.js nav ul ul,
.js nav > div > ul {
	display: block;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	.js nav ul,
	.js nav ul ul,
	.js nav > div > ul {
		display: none;
	}
}

nav > ul > li {
	position: relative;
	vertical-align: middle;
	transition: all 0.2s;
	display: inline-block;
	border-radius: 8px 8px 0 0;
	z-index: 1000;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav > ul > li {
		display: block;
	}
}

nav > ul > li:hover,
nav > ul > li.focus {
	z-index: 20000;
}

/* Highlight menus */
nav > ul > li.current-menu-item,
nav > ul > li.current-page-ancestor,
nav > ul > li.current-menu-ancestor {
	z-index: 20000;
}

nav > ul > li > a {
	position: relative;
	height: 100%;
	background-color: transparent;
	color: #ffffff;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 75px;
	padding: 0 2vw;
	border-top: 1px solid #577586;
	border-left: 1px solid #577586;
	border-radius: 8px 8px 0 0;
	transition: all 0.2s;
	display: block;
	z-index: 1000;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav > ul > li > a {
		height: auto !important;
		background-color: transparent;
		line-height: 29px !important;
		text-align: left;
		border-top: 1px solid #e9e8f0;
		padding: 20px;
	}
}

/* scroll */
.scroll nav > ul > li > a {
	line-height: 70px;
	border-top: none;
}

/* Parent menus */
/*nav > ul > li.menu-item-has-children > a {
	padding-right: calc(1.5vw + 25px);
	background-image: url('media/menu_arrow.png');
	background-position: right center;
	background-repeat: no-repeat;
}*/

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav > ul > li.menu-item-has-children > a {
		padding-right: 20px;
		background-image: none;
	}
}

/* Highlight menus */
/*nav > ul > li.current-menu-item > a
nav > ul > li.current-page-ancestor > a,
nav > ul > li.current-menu-ancestor > a {
}*/

nav > ul > li:hover > a,
nav > ul > li.focus > a {
	background-color: #ffffff;
	color: #4c6b7b;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	z-index: 20000;
}

/* scroll */
.scroll nav > ul > li:hover > a,
.scroll nav > ul > li.focus > a {
	border-top: none;
}

/* Parent menus - hover */
nav > ul > li.menu-item-has-children:hover > a {
	background-position: right top;
}

/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript. */
@media screen and ( max-width: 1023px ) {
	.js nav ul,
	nav .menu-item-has-children > a > .menuArrow,
	nav .page_item_has_children > a > .menuArrow,
	nav ul a > .subMenuArrow {
		display: none;
	}
}

.js nav.toggled-on > ul {
	display: block;
}

@media screen and ( max-width: 1023px ) {
	.js nav.toggled-on > ul {
		width: 100vw;
		/* make sure smartphone users can scroll through long menus */
		max-height: calc(100vh - 75px); /* Menu can occupy 100% of the screen height, minus the menu (for browsers that do not support Custom Properties bellow) */
		/* Mobile browsers as Chrome and Safari dont count with the address bar, so 100vh is not accurate and will cut the menu */
	  	max-height: calc(var(--vh, 1vh) * 100 - 75px); /* vh is a Custom Property, a js variable defined on header.php */
		overflow: auto; /* allow scroll on the menu */
		background-color: #ffffff;
		box-shadow: 0 8px 10px rgba(150, 180, 230, 0.2);
		padding-bottom: 2px; /* Avoid vertical scroll in the menu */
	}
}

/* Sub Menus */
nav ul ul {
	position: absolute;
	top: -9999px;
	left: 0;
	min-width: 200px;
	width: auto;
	background-color: transparent;
    border-top: none;
	transition: all ease-in 0.3s;
	padding: 25px 0 30px 0;
	margin: 0;
	opacity: 0;
	overflow: hidden;
	z-index: 0;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav ul ul {
		position: relative;
		top: 0;
		left: initial;
		border-top: 1px solid #e9e8f0;
		padding: 0;
		opacity: 1;
	}
}

nav ul li:hover > ul,
nav ul li.focus > ul {
	left: 0;
	top: 0%;
	right: initial;
	background-color: #ffffff;
    border-top: 1px solid #e9e8f0;
    box-shadow: 0px 8px 20px -5px rgba(150, 180, 230, 0.3);
	border-radius: 0 0 10px 10px;
	animation: showMenu ease-out 0.25s forwards;
	opacity: 1;
}

/* -- body fade transition -- */
@keyframes showMenu {
	from {top:0%} to {top:100%}
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav ul li:hover > ul,
	nav ul li.focus > ul {
		box-shadow: none;
		border-radius: 0;
		animation: none;
	}
}

nav ul ul.toggled-on {
	display: block;
}

nav ul ul li > a {
	position: relative;
	background-color: transparent;
	color: #4c6b7b;
	text-align: left;
	white-space: nowrap;
	padding: 8px 2vw 6px 2vw;
	transition: all 0.3s;
	display: block;
}

/* Small Laptops - short screens -  */
@media screen and ( orientation: landscape ) and ( max-width: 1365px ) and ( max-height: 768px ) {
	nav ul ul li > a {
		line-height: 2.4rem;
		padding: 6px 1.2vw;
	}
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav ul ul li > a {
		border-top: 1px solid #e9e8f0;
		white-space: normal;
		padding: 13px 20px 13px 35px;
	}
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav ul ul li:first-of-type > a {
		border-top: 0;
	}
}

/* Highlight submenus */
nav ul ul li.current-menu-item > a,
nav ul ul li.current-page-ancestor > a {
	background-color: #eff0f7;
	color: #4a515e;
	text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.85),
		0px 0px 15px rgba(255, 255, 255, 0.85),
		0px 0px 10px rgba(255, 255, 255, 0.85),
		0px 0px 5px rgba(255, 255, 255, 0.85);
}

/* Mobile */
/* @media screen and ( max-width: 1023px ) {
	nav ul ul li.current-menu-item > a,
	nav ul ul li.current-page-ancestor > a {
	}
} */

nav ul ul li > a:hover {
	background-color: #eff0f7;
	color: #4a515e;
	text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.85),
		0px 0px 15px rgba(255, 255, 255, 0.85),
		0px 0px 10px rgba(255, 255, 255, 0.85),
		0px 0px 5px rgba(255, 255, 255, 0.85);
}

/* Menu toggle */

.menu-toggle {
	position: absolute;
	top: 40px;
	right: 40px;
	background-color: transparent;
	border: 0;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	display: none;
}

/* Show hamburger menu on mobile */
@media screen and ( max-width: 1023px ) {
	.menu-toggle {
		top: 8px;
		right: 10px;
		height: 60px;
	}
}

/* Hide hamburger menu on desktop */
.js .menu-toggle,
.js .dropdown-toggle {
	display: none;
}

/* Show hamburger menu on mobile */
@media screen and ( max-width: 1023px ) {
	.js .menu-toggle,
	.js .dropdown-toggle {
		display: block;
	}
}

.topMenu.toggled-on ul.nav-menu {
	display: block;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent !important;
	box-shadow: none;
}

.menu-toggle .icon-bars {
	width: 60px;
	height: 60px;
	display: block;
}

.menu-toggle .icon-close {
	width: 60px;
	height: 60px;
	display: none;
}

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
	display: none;
}

.toggled-on .menu-toggle .icon-close {
	display: block;
}

/* Dropdown Toggle */

.dropdown-toggle {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 70px;
	height: 70px;
	background-color: transparent;
	padding: 0;
	margin: 0;
	border: 0;
	display: block;
	z-index: 21000;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background: transparent !important;
}

/* .dropdown-toggle:focus {
} */

.subMenuArrow {
    position: relative;
	right: 5px;
    width: 70px;
	height: 70px;
	transition: all ease 0.3s;
	display: block !important;
}

.dropdown-toggle.toggled-on .subMenuArrow {
	-ms-transform: rotate(-180deg); /* IE 9 */
	-webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
	transform: rotate(-180deg);
}





/*--------------------------------------------------------------
CUSTOM MENUS
--------------------------------------------------------------*/

/* Cart Menu */
nav ul li.cartMenu {
	background-image: url('media/icon_menu_cart.png');
	background-position: center top;
	background-repeat: no-repeat;
	transition: all 0.2s;
}

nav ul li.cartMenu:hover {
	background-color: #ffffff;
	background-position: center bottom;
}

nav ul li.cartMenu > a {
	min-width: 60px;
	text-indent: -9999px;
}

nav > ul > li.cartMenu:hover > a,
nav > ul > li.cartMenu.focus > a {
	background-color: transparent;
}

nav ul li.cartMenu:hover > ul,
nav ul li.cartMenu.focus > ul {
	left: auto;
	right: 0;
}

/* Account Menu */
nav ul li.accountMenu {
	background-image: url('media/icon_account.png?1234');
	background-position: center top;
	background-repeat: no-repeat;
	transition: all 0.2s;
}

nav ul li.accountMenu:hover {
	background-color: #ffffff;
	background-position: center bottom;
}

nav ul li.accountMenu > a {
	min-width: 60px;
	text-indent: -9999px;
}

nav > ul > li.accountMenu:hover > a,
nav > ul > li.accountMenu.focus > a {
	background-color: transparent;
}

nav ul li.accountMenu:hover > ul,
nav ul li.accountMenu.focus > ul {
	left: auto;
	right: 0;
}






/*--------------------------------------------------------------
SEARCH on the menu
--------------------------------------------------------------*/

nav > ul > li.searchMenu {
	line-height: 75px;
}

nav > ul > li > .search-form {
    position: relative;
    height: 100%;
    background-color: transparent;
    line-height: 75px;
    padding: 0 2vw;
    border-top: 1px solid #577586;
    border-left: 1px solid #577586;
    border-radius: 8px 8px 0 0;
    transition: all 0.2s;
    display: block;
    z-index: 1000;
}

nav > ul > li:hover > .search-form,
nav > ul > li.focus > .search-form {
	/*background-color: #ffffff;
	color: #4c6b7b;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;*/
	z-index: 20000;
}

/* scroll */
.scroll nav > ul > li:hover > .search-form,
.scroll nav > ul > li.focus > .search-form {
	border-top: none;
}

nav > ul > li > .search-form label {
	min-height: auto !important;
	line-height: 40px;
	padding: 0;
	vertical-align: middle;
    display: inline-block;
}

nav > ul > li > .search-form input[type="search"] {
    max-width: 150px;
	height: 40px;
	text-align: left;
	line-height: 40px;
	border-radius: 20px 0 0 20px;
	padding: 0 15px;
	margin: 0;
}

nav > ul > li > .search-form input[type="submit"] {
	width: 40px;
    height: 40px;
	background-image: url('media/icon_search.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #ffffff;
    text-indent: -999px;
	line-height: 40px;
	vertical-align: middle;
	border-radius: 0 20px 20px 0;
    transition: all 0.2s;
}

nav > ul > li > .search-form input[type="submit"]:hover {
	background-position: top right;
}








/*--------------------------------------------------------------
MAIN
--------------------------------------------------------------*/

main {
	position: relative;
    width: 100vw;
    max-width: 1600px;
    height: auto;
	background-color: #ffffff;
	/*color: #47565f;*/
	box-shadow: 0 0 15px rgba(150, 180, 230, 0.8);
	border-radius: 8px;
	padding: 0;
    margin: 0 auto;
	overflow: hidden;
    z-index: 100;
    opacity: 0;
}

@media ( max-width: 1599px ) {
	main {
		border-radius: 0;
	}
}

/* Mobile */
@media ( max-width: 1023px ) {
	main {
		max-width: none;
	}
}

.home main {
	max-width: 900px;
	border-radius: 8px;
	padding: 30px 1vw;
}

/* Mobile */
@media ( max-width: 900px ) {
	.home main {
		max-width: 100vw;
		border-radius: 0;
	}
}





/*--------------------------------------------------------------
LOGIN
--------------------------------------------------------------*/

.home main section h1 {
	font-size: 3rem;
    font-weight: 400;
}

.home main section form {
	width: 100%;
	text-align: center;
}

.home main section form p {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.home main section form input[type="text"],
.home main section form input[type="password"] {
	width: 200px;
	box-shadow: 0 0 10px rgba(150, 180, 230, 0.4);
	border-radius: 8px;
	margin: 0;
}

.home main section form input[type="submit"] {
	background-color: #f3a9af;
	letter-spacing: 0.5px;
	border-radius: 8px;
}

.home main section form input[type="submit"]:hover {
	background-color: #47565f;
}

.home main section form label {
	min-width: 150px;
    text-align: right;
    line-height: 44px;
}

.home main section form .customCheckbox {
	top: 11px;
}





/*--------------------------------------------------------------
WELCOME
--------------------------------------------------------------*/

main #welcome {
	display: flex;
	align-items: stretch;
    justify-content: space-between;
    flex-wrap: nowrap;
	opacity: 0;
}

main #welcome article {
	flex-basis: 70vw;
	text-align: left;
}

main #welcome article:first-of-type {
	background-image: url('media/bg_light_blue_top_shadow.jpg'), url('media/bg_light_blue_bottom_shadow.jpg');
	background-position: top, bottom;
	background-repeat: repeat-x, repeat-x;
	overflow: hidden;
}

/* SIDEBAR */
main #welcome article:last-of-type {
	flex-basis: 30vw;
	background-image: url('media/bg_light_blue_bottom_shadow.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
}

main #welcome article:last-of-type > div {
	background-image: url('media/bg_light_blue_top_shadow.jpg'), url('media/bg_light_blue_bottom_shadow.jpg');
	background-position: top, bottom;
	background-repeat: repeat-x, repeat-x;
	font-size: 1.7rem;
	padding: 20px 1.5vw 20px 25px;
}

main #welcome article:last-of-type > div:last-of-type {
	background-image: url('media/bg_light_blue_top_shadow.jpg');
	background-position: top;
	background-repeat: repeat-x;
}

main #welcome article h1,
main #welcome article h2,
main #welcome article h3 {
	height: 50px;
	background-color: #ffffff;
	color: #81a2b3;
	font-size: 1.9rem;
    font-weight: 400;
	line-height: 50px;
	display: flex;
	justify-content: space-between;
    align-items: center;
	padding: 0 25px;
    margin: 0;
}

main #welcome article h1 a,
main #welcome article h3 a {
	position: relative;
    width: auto;
    height: 28px;
    background-color: #ffe3e5;
    font-size: 1.5rem;
    font-weight: 400;
	color: #47565f;
    line-height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
	padding: 0 10px;
}

main #welcome article h1 a:hover,
main #welcome article h3 a:hover {
    font-weight: 500;
}




/*--------------------------------------------------------------
HOMEPAGE - Intro
--------------------------------------------------------------*/

#intro {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 28vw;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
	z-index: 1400;
}

/* Laptops */
@media ( max-width: 1599px ) {
	#intro {
		height: 35vw;
	}
}

/* Tablets */
@media ( max-width: 1279px ) {
	#intro {
		height: 45vw;
	}
}

/* Mobile phones */
@media ( max-width: 599px ) {
	#intro {
		height: 50vw;
	}
}

#intro div {
	height: 100%;
}

/* Slick slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
    display: block;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
	position: relative;
    height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 1400;
    display: none;
    float: left;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide > span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(50px);
	z-index: 1450;
    display: block;
}

.slick-slide > img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: 100%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 1500;
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
	height: auto;
	border: 1px solid transparent;
	display: block;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-next {
	display: none !important;
}

.slick-prev {
	display: none !important;
}

.slick-dots {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	padding: 0;
}

.slick-dots > li {
	vertical-align: middle;
	display: inline-block;
}

.slick-dots > li > button {
	width: 17px;
	height: 17px;
	background-color: transparent;
	border: 2px solid #ffffff;
	padding: 0;
	margin: 0 15px;
	border-radius: 10px;
	text-indent: -200px;
	overflow: hidden;
	display: inline-block;
}

.slick-dots > li.slick-active > button {
	background-color: #ffffff;
}





/*--------------------------------------------------------------
BRANDS
--------------------------------------------------------------*/

main #brands {
	opacity: 0;
}

main #brands article h2 {
	height: 50px;
	background-color: #ffffff;
	color: #81a2b3;
	font-size: 1.9rem;
    font-weight: 400;
	line-height: 50px;
	text-align: left;
	padding: 0 0 0 25px;
    margin: 0;
}

main #brands article > div {
	background-color: #ffffff;
	background-image: url('media/bg_light_blue_top_shadow.jpg'), url('media/bg_light_blue_bottom_shadow.jpg');
	background-position: top, bottom;
	background-repeat: repeat-x, repeat-x;
	padding: 20px 25px;
}

/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	z-index: 100;
}

/* that serves as a mask. so you get a sort of padding both left and right */
.tickercontainer .mask { 
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

ul.newsticker { /* that's your list */
	position: relative;
	height: 100% !important;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* important: display inline gives incorrect results when you check for elem's width */
ul.newsticker li {
	width: calc((1600px - 130px) / 5);
	height: calc((1600px - 130px) / 5);
	background-color: #ffffff;
	padding: 0;
	margin: 0 10px;
	border-radius: 8px;
	transition: all 0.2s;
	overflow: hidden;
	float: left;
}

ul.newsticker li:hover {
    background-color: #ffe3e5;
}

ul.newsticker li a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

ul.newsticker li:hover a {
	mix-blend-mode: multiply;
}

ul.newsticker li img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	border-radius: 8px;
	transition: all 0.3s;
	opacity: 1;
}

ul.newsticker li:hover img {
	width: 80%;
	height: 80%;
	opacity: 0.5;
}

/* Mobile - smartphones */
@media ( max-width: 499px ) {
	ul.newsticker li img {
		width: 260px;
		height: 260px;
	}
}

ul.er-controls {
	display: none;
}





/*--------------------------------------------------------------
PROMOTIONS
--------------------------------------------------------------*/

main #promotions {
	opacity: 0;
}

main #promotions article h2 {
	height: 50px;
	background-color: #ffffff;
	color: #81a2b3;
	font-size: 1.9rem;
    font-weight: 400;
	line-height: 50px;
	text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
    margin: 0;
}

main #promotions article h2 span {
	position: relative;
    width: auto;
    height: 28px;
    background-color: #ffe3e5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
	padding: 0 10px;
}

main #promotions article h2 a {
    font-size: 1.5rem;
    font-weight: 400;
	color: #47565f;
    line-height: 28px;
}

main #promotions article h2 span:hover a {
    font-weight: 500;
}

main #promotions article > div {
	background-color: #ffffff;
	background-image: url('media/bg_light_blue_top_shadow.jpg'), url('media/bg_light_blue_bottom_shadow.jpg');
	background-position: top, bottom;
	background-repeat: repeat-x, repeat-x;
	padding: 10px 15px;
	display: flex;
	align-items: stretch;
}

@media ( max-width: 1279px ) {
	main #promotions .pageBox:nth-of-type(5) {
		display: none;
	}
}

@media ( max-width: 1023px ) {
	main #promotions .pageBox:nth-of-type(4) {
		display: none;
	}
}

@media ( max-width: 599px ) {
	main #promotions .pageBox:nth-of-type(3) {
		display: none;
	}
}

@media ( max-width: 399px ) {
	main #promotions .pageBox:nth-of-type(2) {
		display: none;
	}
}





/*--------------------------------------------------------------
BOXES
--------------------------------------------------------------*/

.pageBox {
    position: relative;
	width: calc((1600px - 130px) / 5);
	background-color: transparent;
    font-size: 2rem;
    line-height: 140%;
    text-align: center;
	padding: 15px;
    margin: 10px;
	border: 1px solid #cfdbe1;
    border-radius: 8px;
    transition: all 0.3s;
    overflow: hidden;
	clear: none !important;
	float: none !important;
    display: inline-block;
}

@media ( max-width: 1600px ) {
	.pageBox {
		width: calc((100vw - 130px) / 5);
	}
}

@media ( max-width: 1279px ) {
	.pageBox {
		width: calc((100vw - 110px) / 4);
	}
}

@media ( max-width: 1023px ) {
	.pageBox {
		width: calc((100vw - 90px) / 3);
	}
}

@media ( max-width: 599px ) {
	.pageBox {
		width: calc((100vw - 70px) / 2);
	}
}

@media ( max-width: 399px ) {
	.pageBox {
		width: calc(100vw - 50px);
	}
}

/* IE */
.ie .pageBox {
	opacity: 1;
}

/* Hover */
.pageBox:hover {
    background-color: #ffe3e5;
	border: 1px solid #ffe3e5;
}

.pageBox .thumb {
    position: relative;
    width: calc(((1600px - 130px) / 5) - 30px);
    height: calc(((1600px - 130px) / 5) - 30px);
    border-radius: 8px;
    mix-blend-mode: normal;
    transition: all 0.3s;
    overflow: hidden;
    display: flex;
	justify-content: center;
    align-items: center;
}

@media ( max-width: 1600px ) {
	.pageBox .thumb {
		width: calc(((100vw - 130px) / 5) - 30px);
    	height: calc(((100vw - 130px) / 5) - 30px);
	}
}

@media ( max-width: 1279px ) {
	.pageBox .thumb {
		width: calc(((100vw - 110px) / 4) - 30px);
    	height: calc(((100vw - 110px) / 4) - 30px);
	}
}

@media ( max-width: 1023px ) {
	.pageBox .thumb {
		width: calc(((100vw - 90px) / 3) - 30px);
    	height: calc(((100vw - 90px) / 3) - 30px);
	}
}

@media ( max-width: 599px ) {
	.pageBox .thumb {
		width: calc(((100vw - 70px) / 2) - 30px);
    	height: calc(((100vw - 70px) / 2) - 30px);
	}
}

@media ( max-width: 399px ) {
	.pageBox .thumb {
		width: calc(100vw - 50px - 30px);
    	height: calc(100vw - 50px - 30px);
	}
}

.pageBox:hover .thumb {
    mix-blend-mode: multiply;
    opacity: 0.8;
}

.pageBox .thumb img {
    position: relative;
    width: calc(((1600px - 130px) / 5) - 30px);
    height: calc(((1600px - 130px) / 5) - 30px);
    transition: all 0.3s;
    display: block;
}

@media ( max-width: 1600px ) {
	.pageBox .thumb img {
    	width: calc(((100vw - 130px) / 5) - 30px);
    	height: calc(((100vw - 130px) / 5) - 30px);
	}
}

@media ( max-width: 1279px ) {
	.pageBox .thumb img {
    	width: calc(((100vw - 110px) / 4) - 30px);
    	height: calc(((100vw - 110px) / 4) - 30px);
	}
}

@media ( max-width: 1023px ) {
	.pageBox .thumb img {
    	width: calc(((100vw - 90px) / 3) - 30px);
    	height: calc(((100vw - 90px) / 3) - 30px);
	}
}

@media ( max-width: 599px ) {
	.pageBox .thumb img {
    	width: calc(((100vw - 70px) / 2) - 30px);
    	height: calc(((100vw - 70px) / 2) - 30px);
	}
}

@media ( max-width: 399px ) {
	.pageBox .thumb img {
    	width: calc(100vw - 50px - 30px);
    	height: calc(100vw - 50px - 30px);
	}
}

.pageBox:hover .thumb img {
    width: 80%;
	height: 80%;
}

.pageBox .title {
	position: relative;
    color: #748e9c;
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 130%;
    text-align: center;
    padding: 0px 20px 5px 20px;
    transition: 0.3s;
	display: block
}

.pageBox:hover .title {
    color: #47565f;
}

.pageBox strong {
	position: relative;
    color: #d96870;
    font-size: 1.9rem;
    font-weight: 500;
    line-height: 100%;
    text-align: center;
    transition: 0.3s;
	display: block;
}

.pageBox strong em {
    color: #a0b3bd;
	text-decoration: line-through;
}

/* Promotion */
.pageBox .promo {
    position: absolute;
	top: 10px;
    right: 10px;
    width: 46px;
    height: 28px;
    background-color: #d96870;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 28px;
    border-radius: 14px;
    z-index: 1300;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}






/*--------------------------------------------------------------
CONTAINER
--------------------------------------------------------------*/

#mainContainer {
	position: relative;
	width: 100%;
	display: flex;
	align-items: stretch;
    flex-wrap: nowrap;
}

#container {
	flex-basis: 70%;
	flex-grow: 0;
    flex-shrink: 0;
    overflow: hidden;
}





/*--------------------------------------------------------------
SIDEBAR
--------------------------------------------------------------*/

#sidebar {
	flex-basis: 30%;
	flex-grow: 0;
    flex-shrink: 0;
    overflow: hidden;
	background-image: url('media/bg_light_blue_bottom_shadow.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
}

#sidebar article {
	width: 100%;
}

#sidebar .sidebarHeader {
	position: relative;
	height: 50px;
	background-color: #ffffff;
	color: #81a2b3;
	font-size: 1.9rem;
    font-weight: 400;
	line-height: 50px;
	text-align: left;
	border-left: 1px solid #eaf3f8;
	display: flex;
	justify-content: space-between;
    align-items: center;
	padding: 0 25px;
}

#sidebar .sidebarHeader a {
	position: relative;
    width: auto;
    height: 28px;
    background-color: #ffe3e5;
    font-size: 1.5rem;
    font-weight: 400;
	color: #47565f;
    line-height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
	padding: 0 10px;
}

#sidebar .sidebarHeader a:hover {
    font-weight: 500;
}

#sidebar article > div {
	width: 100%;
	background-image: url('media/bg_light_blue_top_shadow.jpg'), url('media/bg_light_blue_bottom_shadow.jpg');
	background-position: top, bottom;
	background-repeat: repeat-x, repeat-x;
	font-size: 1.7rem;
	text-align: left;
	padding: 20px 1.5vw 20px 25px;
}

#sidebar article:last-of-type > div:last-of-type {
	background-image: url('media/bg_light_blue_top_shadow.jpg');
	background-position: top;
	background-repeat: repeat-x;
}






/*--------------------------------------------------------------
BREADCRUMBS
--------------------------------------------------------------*/

#breadcrumbs {
	position: relative;
	width: 100%;
	height: 50px;
	background-color: #ffffff;
	color: #81a2b3;
	font-size: 1.9rem;
    font-weight: 400;
	line-height: 50px;
	text-align: left;
	margin-bottom: 20px;
	display: block;
}

#breadcrumbs > a {
	width: auto;
	color: #81a2b3 !important;
	font-weight: 400 !important;
	padding: 0;
	display: inline-block;
}

#breadcrumbs > a:hover {
	color: #4c6b7b !important;
	font-weight: 500 !important;
}






/*--------------------------------------------------------------
PAGE TITLE
--------------------------------------------------------------*/

h1 {
	position: relative;
    font-size: 3.6rem;
	font-weight: 400;
	line-height: 128%;
    padding: 0 0 30px 0;
    margin: 0;
}







/*--------------------------------------------------------------
CONTENT
--------------------------------------------------------------*/

#content {
	position: relative;
	flex-basis: 100%;
	flex-shrink: 0;
	height: 100%;
	background-image: url('media/bg_light_blue_top_shadow.jpg'), url('media/bg_light_blue_bottom_shadow.jpg');
	background-position: 0 50px, bottom;
	background-repeat: repeat-x, repeat-x;
    text-align: justify;
	padding: 0 4vw 20px 25px;
	overflow: hidden;
    margin: 0;
}

/* Mobile - tablets */
@media ( max-width: 1023px ) {
	#content {
		text-align: left;
	}
}

/* FORM - with form */
.hasForm #content {
	display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
	padding-bottom: 0;
}

/* Mobile - tablets */
@media ( max-width: 799px ) {
	.hasForm #content {
		flex-wrap: wrap;
		padding: 40px 15px 20px 15px;
		text-align: center;
	}
}

/* FORM - with form */
#subContent {
	width: 100%;
	order: 1;
}

/* Mobile - tablets */
@media ( max-width: 799px ) {
	#subContent {
		width: 100%;
	}
}

#content a {
	color: #d96870;
	font-weight: 500;
}

#content a:hover {
	color: #333333;
}

/* Center */
#content .has-text-align-center {
	text-align: center;
}

/* Right */
#content .has-text-align-right {
	text-align: right;
}

#content > p > strong,
#subContent > p > strong {
	color: #333333;
    font-weight: 600;
}

/* Small text */
#content > p.has-small-font-size,
#subContent > p.has-small-font-size {
	font-size: 1.5rem;
}

/* Case studies */
.caso #content > p > strong {
	position: relative;
    left: -1px;
    background-color: #e9ebf7;
    font-weight: 400;
    padding: 2px 8px;
    font-size: 1.7rem;
    letter-spacing: 0.5px;
	text-shadow: 0 0 10px #ffffff;
    border-radius: 13.5px;
}

#content ul {
	padding: 0 0 0 2.6rem;
	list-style-position: outside;
	list-style-image: url('media/icon_list.png');
	text-align: justify;
	margin: 0 auto 2.5rem auto;
}

/* Mobile - tablets */
@media ( max-width: 1023px ) {
	#content ul {
		text-align: left;
	}
}

#content ul li {
	margin: 0;
	word-wrap: break-word;
}

#content ul ul {
	list-style-image: url('media/icon_list.png');
}

#content ol li {
	margin: 0;
	word-wrap: break-word;
}

#content ol li ul {
	margin: 10px auto 15px auto;
}

#content h2,
#content h2 strong {
	font-size: 3rem;
    font-weight: 400;
	color: #81a2b3;
	line-height: 120%;
	text-align: left;
	display: block;
}

#content h2 a {
    font-weight: 400;
}

#content h2[style="text-align: left;"],
#content h2.has-text-align-left {
	display: inline-block;
}

#content h2[style="text-align: center;"],
#content h2.has-text-align-center {
	text-align: center;
	display: block;
}

#content h3,
#content h3 strong {
	font-size: 1.9rem;
    font-weight: 600;
	text-align: justify;
	display: block;
}

/* Mobile - tablets */
@media ( max-width: 1023px ) {
	#content h3,
	#content h3 strong {
		text-align: left;
	}
}

#content h3[style="text-align: left;"],
#content h3.has-text-align-left {
	display: inline-block;
}

#content h3[style="text-align: center;"],
#content h3.has-text-align-center {
	text-align: center;
	display: block;
}

#content h3 a {
    font-weight: 600;
}

#content h4 {
	font-size: 1.8rem;
    font-weight: 400;
    color: #4c6b7b;
	text-align: justify;
	display: inline-block;
}

#content h4 strong {
    font-weight: 600;
	color: #333333;
}

#content h4 a {
    font-weight: 600;
}

#content h4[style="text-align: center;"],
#content h4.has-text-align-center {
	text-align: center;
	display: block;
}

#content h5 {
	font-size: 2.2rem;
    font-weight: 600;
	color: #828fa5;
	text-align: left;
	margin-bottom: 2rem;
	padding: 0;
	display: inline-block;
}

#content h5[style="text-align: center;"] {
	display: block;
}

#content h6 {
	background-color: #828fa5;
    color: #ffffff;
    font-size: 1.9rem;
    font-weight: 500;
	text-align: left;
    line-height: 3.2rem;
    margin-bottom: 1rem;
    padding: 0 1.5rem;
    border-radius: 1.6rem;
    display: inline-block;
}

#content h6[style="text-align: center;"] {
	display: block;
}

#content h6 strong {
	font-weight: 500;
}

#content h6 a {
    color: #ffffff;
    font-weight: 500;
	letter-spacing: 1px;
}

/* With gallery */
#content.hasGallery h2,
#content.hasGallery h3,
#content.hasGallery h4,
#content.hasGallery h5 {
	max-width: calc(50% - 5px);
}

/* Mobile */
@media (max-width: 799px) {
	#content.hasGallery h2,
	#content.hasGallery h3,
	#content.hasGallery h4,
	#content.hasGallery h5 {
		max-width: 100%;
	}
}

/* Full */
#content h2.full,
#content h3.full,
#content h4.full,
#content h5.full {
	max-width: initial !important;
}










/*--------------------------------------------------------------
TABLES
--------------------------------------------------------------*/

figure.wp-block-table {
	display: inline;
}

#content table {
	position: relative;
	width: auto !important;
	max-width: 100% !important;
	line-height: 26px;
	border-collapse: initial !important;
	border-top: 1px solid #e0e1f5;
	border-right: 1px solid #e0e1f5;
	border-radius: 8px;
	overflow: hidden;
	display: table;
	margin: 10px 0;
	padding: 0;
	clear: both;
}

/* Mobile - Phones */
@media (max-width: 599px) {
	#content table:not(.unresponsive) {
		border-collapse: collapse !important;
	}
}

#content table td {
	width: auto;
	min-height: 26px;
	line-height: 26px;
	border: 0 !important;
	border-left: 1px solid #e0e1f5 !important;
	border-bottom: 1px solid #e0e1f5 !important;
	word-wrap: break-word !important;
	vertical-align: top;
	padding: 10px;
}

/* Mobile - Phones */
@media (max-width: 599px) {
	#content table:not(.unresponsive) td {
		width: 100% !important;
    	display: block;
	}
}

#content table tr td:first-of-type {
	padding-left: 1vw;
}

#content table tr td:last-of-type {
	padding-right: 1vw;
}

/* MSIE */
.ie #content table td {
	width: unset !important;
}

/* Header */
#content table thead th,
#content table thead td {
	min-height: 26px;
	line-height: 26px;
	font-weight: 600;
	vertical-align: middle;
	white-space: nowrap;
	padding: 10px 1vw;
}

#content table thead th p,
#content table thead td p {
	word-wrap: break-word !important;
	margin: 0;
}

#content table thead th a,
#content table thead td a {
	font-weight: 500;
}

/* PARTNERS - Links in table */
#content table.partners th a,
#content table.partners td a {
	font-weight: 400;
    color: #4c6b7b;
}

#content table.partners th a:hover,
#content table.partners td a:hover {
	font-weight: 500;
}

#content table td img {
	width: auto;
	max-width: 100% !important;
    height: auto;
	vertical-align: middle;
	display: inline-block;
}

/* MSIE */
.ie #content table td img {
	width: 100% !important;
}

#content table ul {
	margin: 10px auto;
}

/* Images in tables */
#content table figure.aligncenter,
#content table img.aligncenter {
	margin: 0 auto !important;
}

#content table figure.alignleft,
#content table img.alignleft {
	margin: 0 !important;
}

#content table figure.alignright,
#content table img.alignright {
	margin: 0 !important;
}

#content table strong {
	color: #000000;
}






/*--------------------------------------------------------------
ACTION
--------------------------------------------------------------*/

#action {
	position: relative;
	background-color: #ffffff;
	border-top: 1px solid #e9ebf7;
	margin-top: 1rem;
	padding: 2rem 0 4rem 0;
	overflow: hidden;
	clear: both;	
	z-index: 200;
}

/* Service template */
.servico #action {
	border-top: 0;
	margin-top: 0;
}





/*--------------------------------------------------------------
PAGES - Child OR Related
--------------------------------------------------------------*/

#pages,
#related {
	position: relative;
	width: 100%;
	display: flex;
    justify-content: center;
    align-items: stretch;
	flex-wrap: wrap;
	gap: 20px;
	padding: 0 20px 30px 20px;
    margin: 0 auto;
	overflow: hidden;
	clear: both;
	z-index: 600;
}

/* FORM - with form */
.hasForm #pages {
	border-top: 1px solid #e9ebf7;
	padding-top: 3rem;
}

#pages > h3,
#related > h3 {
	position: relative;
	flex-basis: 100%;
	flex-shrink: 0;
	font-size: 3.4rem;
	font-weight: 300;
	color: #9f9fb7;
	text-align: center;
	padding-top: 4rem;
    display: block;
}

#pages > h3 > a,
#related > h3 > a {
	color: #9f9fb7;
}

#pages > h3 > a:hover,
#related > h3 > a:hover {
	color: #4c6b7b;
}

#pages .pageBox,
#related .pageBox {
	position: relative;
	height: 320px;
	width: 320px;
	background-color: #c3c3d6;
    background-image: url('media/bg_texture.gif');
	background-repeat: repeat;
	text-align: center;
	border-radius: 50%;
	transition: all 0.2s;
	padding: 130px 20px 20px 20px;
	display: flex;
	align-content: flex-end;
    flex-wrap: wrap;
	overflow: hidden;
    display: block;
	z-index: 600;
	opacity: 0;
}

/* Current */
#pages .pageBox.current,
#related .pageBox.current {
	padding-top: 0px;
	opacity: 0.5 !important;
}

/* IE */
.ie #pages .pageBox,
.ie #related .pageBox {
	opacity: 1;
}

#pages a.pageBox:hover,
#related a.pageBox:hover {
	align-content: center;
	padding: 35px 20px 20px 20px;
}

#pages .pageBox .title,
#related .pageBox .title {
    position: relative;
	color: #4c6b7b;
    font-size: 3rem;
	font-weight: 400;
    line-height: 140%;
	padding: 0 6px;
	-webkit-text-stroke-color: transparent;
	-webkit-text-stroke-width: 15px;
	background-clip: text;
	-webkit-background-clip: text;
	background-image: linear-gradient(#ffffff, #ffffff);
    display: block;
	z-index: 200;
}

/* Current */
#pages .pageBox.current .title,
#related .pageBox.current .title {
	padding-top: 150px;
}

/* Current - icon check */
#pages .pageBox.current .title::before,
#related .pageBox.current .title::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 114px;
	background-image: url('media/icon_check.png');
	background-position: center 20%;
	background-repeat: no-repeat;
	content: ' ';
	overflow: hidden;
    display: block;
	z-index: 150;
}

#pages .pageBox .lead,
#related .pageBox .lead {
    position: relative;
	font-size: 2rem;
	font-weight: 400;
	color: #ffffff;
	letter-spacing: 0.5px;
    line-height: 140%;
	padding: 0 50px;
	text-shadow: 0 0 20px #4c6b7b;
	display: inline-block;
	z-index: 100;
}

#pages .pageBox .thumb,
#related .pageBox .thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.4s ease;
	overflow: hidden;
    display: block;
	z-index: 0;
}

#pages a.pageBox:hover .thumb,
#related a.pageBox:hover .thumb {
	transform: scale(1.15);
    filter: contrast(0.8) brightness(0.85);
}






/*--------------------------------------------------------------
SERVICES Template
--------------------------------------------------------------*/

.servico #pages {
	padding: 0 1px;
	display: block;
}

.servico #pages .pageBox {
	width: calc(50% + 30px);
	height: 426px;
	align-content: center;
	border-radius: 10px;
	padding: 0;
	margin-bottom: 2px;
	float: left;
}

/* Mobile */
@media ( max-width: 1023px ) {
	.servico #pages .pageBox {
		width: 100%;
		float: none;
	}
}

/* Odd childs */
.servico #pages .pageBox:nth-child(odd) {
	background-image: none;
	background-color: transparent;
	z-index: 200;
}

/* Even childs */
.servico #pages .pageBox:nth-child(even) {
    margin: 0 0 2px -60px;
	z-index: 100;
}

/* Mobile */
@media ( max-width: 1023px ) {
	.servico #pages .pageBox:nth-child(even) {
		margin: 0 0 2px 0;
	}
}

.servico #pages a.pageBox:hover {
	padding: 0;
}

.servico #pages .pageBox .number {
	position: absolute;
	top: 50%;
	left: 7%;
	width: 125px;
	height: 125px;
	background-color: #ffffff;
	transform: translateY(-50%);
	border-radius: 50%;
    display: flex;
	z-index: 50;
}

/* Small laptops */
@media ( max-width: 1279px ) {
	.servico #pages .pageBox .number {
		left: 4%;
	}
}

/* Even childs */
.servico #pages .pageBox:nth-child(even) .number {
	left: calc(7% + 60px);
}

/* Small laptops */
@media ( max-width: 1279px ) {
	.servico #pages .pageBox:nth-child(even) .number {
		left: calc(4% + 60px);
	}
}

/* Mobile */
@media ( max-width: 1023px ) {
	.servico #pages .pageBox:nth-child(even) .number {
		left: 4%;
	}
}

.servico #pages .pageBox .number span {
	position: relative;
	background-color: #4ce4ff;
    background-image: linear-gradient(#811ab1 10%, #4ce4ff 90%);
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
	font-size: 8rem;
	color: #4c6b7b;
	font-style: italic;
	font-weight: 400;
	line-height: 120px;
	text-align: left;
	text-indent: 30px;
}

/* Small laptops */
@media ( max-width: 1279px ) {
	.servico #pages .pageBox .number span {
		text-indent: 25px;
	}
}

.servico #pages .pageBox .title {
	font-size: 3.5rem;
	font-style: italic;
	text-align: left;
	padding: 0 4% 0 calc(7% + 90px);
	-webkit-text-stroke-width: 20px;
	text-shadow: -8px -8px 0 #ffffff,-8px -7px 0 #ffffff,-8px -6px 0 #ffffff,-8px -5px 0 #ffffff,-8px -4px 0 #ffffff,-8px -3px 0 #ffffff,-8px -2px 0 #ffffff,-8px -1px 0 #ffffff,-8px 0px 0 #ffffff,-8px 1px 0 #ffffff,-8px 2px 0 #ffffff,-8px 3px 0 #ffffff,-8px 4px 0 #ffffff,-8px 5px 0 #ffffff,-8px 6px 0 #ffffff,-8px 7px 0 #ffffff,-8px 8px 0 #ffffff,-7px -8px 0 #ffffff,-7px -7px 0 #ffffff,-7px -6px 0 #ffffff,-7px -5px 0 #ffffff,-7px -4px 0 #ffffff,-7px -3px 0 #ffffff,-7px -2px 0 #ffffff,-7px -1px 0 #ffffff,-7px 0px 0 #ffffff,-7px 1px 0 #ffffff,-7px 2px 0 #ffffff,-7px 3px 0 #ffffff,-7px 4px 0 #ffffff,-7px 5px 0 #ffffff,-7px 6px 0 #ffffff,-7px 7px 0 #ffffff,-7px 8px 0 #ffffff,-6px -8px 0 #ffffff,-6px -7px 0 #ffffff,-6px -6px 0 #ffffff,-6px -5px 0 #ffffff,-6px -4px 0 #ffffff,-6px -3px 0 #ffffff,-6px -2px 0 #ffffff,-6px -1px 0 #ffffff,-6px 0px 0 #ffffff,-6px 1px 0 #ffffff,-6px 2px 0 #ffffff,-6px 3px 0 #ffffff,-6px 4px 0 #ffffff,-6px 5px 0 #ffffff,-6px 6px 0 #ffffff,-6px 7px 0 #ffffff,-6px 8px 0 #ffffff,-5px -8px 0 #ffffff,-5px -7px 0 #ffffff,-5px -6px 0 #ffffff,-5px -5px 0 #ffffff,-5px -4px 0 #ffffff,-5px -3px 0 #ffffff,-5px -2px 0 #ffffff,-5px -1px 0 #ffffff,-5px 0px 0 #ffffff,-5px 1px 0 #ffffff,-5px 2px 0 #ffffff,-5px 3px 0 #ffffff,-5px 4px 0 #ffffff,-5px 5px 0 #ffffff,-5px 6px 0 #ffffff,-5px 7px 0 #ffffff,-5px 8px 0 #ffffff,-4px -8px 0 #ffffff,-4px -7px 0 #ffffff,-4px -6px 0 #ffffff,-4px -5px 0 #ffffff,-4px -4px 0 #ffffff,-4px -3px 0 #ffffff,-4px -2px 0 #ffffff,-4px -1px 0 #ffffff,-4px 0px 0 #ffffff,-4px 1px 0 #ffffff,-4px 2px 0 #ffffff,-4px 3px 0 #ffffff,-4px 4px 0 #ffffff,-4px 5px 0 #ffffff,-4px 6px 0 #ffffff,-4px 7px 0 #ffffff,-4px 8px 0 #ffffff,-3px -8px 0 #ffffff,-3px -7px 0 #ffffff,-3px -6px 0 #ffffff,-3px -5px 0 #ffffff,-3px -4px 0 #ffffff,-3px -3px 0 #ffffff,-3px -2px 0 #ffffff,-3px -1px 0 #ffffff,-3px 0px 0 #ffffff,-3px 1px 0 #ffffff,-3px 2px 0 #ffffff,-3px 3px 0 #ffffff,-3px 4px 0 #ffffff,-3px 5px 0 #ffffff,-3px 6px 0 #ffffff,-3px 7px 0 #ffffff,-3px 8px 0 #ffffff,-2px -8px 0 #ffffff,-2px -7px 0 #ffffff,-2px -6px 0 #ffffff,-2px -5px 0 #ffffff,-2px -4px 0 #ffffff,-2px -3px 0 #ffffff,-2px -2px 0 #ffffff,-2px -1px 0 #ffffff,-2px 0px 0 #ffffff,-2px 1px 0 #ffffff,-2px 2px 0 #ffffff,-2px 3px 0 #ffffff,-2px 4px 0 #ffffff,-2px 5px 0 #ffffff,-2px 6px 0 #ffffff,-2px 7px 0 #ffffff,-2px 8px 0 #ffffff,-1px -8px 0 #ffffff,-1px -7px 0 #ffffff,-1px -6px 0 #ffffff,-1px -5px 0 #ffffff,-1px -4px 0 #ffffff,-1px -3px 0 #ffffff,-1px -2px 0 #ffffff,-1px -1px 0 #ffffff,-1px 0px 0 #ffffff,-1px 1px 0 #ffffff,-1px 2px 0 #ffffff,-1px 3px 0 #ffffff,-1px 4px 0 #ffffff,-1px 5px 0 #ffffff,-1px 6px 0 #ffffff,-1px 7px 0 #ffffff,-1px 8px 0 #ffffff,0px -8px 0 #ffffff,0px -7px 0 #ffffff,0px -6px 0 #ffffff,0px -5px 0 #ffffff,0px -4px 0 #ffffff,0px -3px 0 #ffffff,0px -2px 0 #ffffff,0px -1px 0 #ffffff,0px 0px 0 #ffffff,0px 1px 0 #ffffff,0px 2px 0 #ffffff,0px 3px 0 #ffffff,0px 4px 0 #ffffff,0px 5px 0 #ffffff,0px 6px 0 #ffffff,0px 7px 0 #ffffff,0px 8px 0 #ffffff,1px -8px 0 #ffffff,1px -7px 0 #ffffff,1px -6px 0 #ffffff,1px -5px 0 #ffffff,1px -4px 0 #ffffff,1px -3px 0 #ffffff,1px -2px 0 #ffffff,1px -1px 0 #ffffff,1px 0px 0 #ffffff,1px 1px 0 #ffffff,1px 2px 0 #ffffff,1px 3px 0 #ffffff,1px 4px 0 #ffffff,1px 5px 0 #ffffff,1px 6px 0 #ffffff,1px 7px 0 #ffffff,1px 8px 0 #ffffff,2px -8px 0 #ffffff,2px -7px 0 #ffffff,2px -6px 0 #ffffff,2px -5px 0 #ffffff,2px -4px 0 #ffffff,2px -3px 0 #ffffff,2px -2px 0 #ffffff,2px -1px 0 #ffffff,2px 0px 0 #ffffff,2px 1px 0 #ffffff,2px 2px 0 #ffffff,2px 3px 0 #ffffff,2px 4px 0 #ffffff,2px 5px 0 #ffffff,2px 6px 0 #ffffff,2px 7px 0 #ffffff,2px 8px 0 #ffffff,3px -8px 0 #ffffff,3px -7px 0 #ffffff,3px -6px 0 #ffffff,3px -5px 0 #ffffff,3px -4px 0 #ffffff,3px -3px 0 #ffffff,3px -2px 0 #ffffff,3px -1px 0 #ffffff,3px 0px 0 #ffffff,3px 1px 0 #ffffff,3px 2px 0 #ffffff,3px 3px 0 #ffffff,3px 4px 0 #ffffff,3px 5px 0 #ffffff,3px 6px 0 #ffffff,3px 7px 0 #ffffff,3px 8px 0 #ffffff,4px -8px 0 #ffffff,4px -7px 0 #ffffff,4px -6px 0 #ffffff,4px -5px 0 #ffffff,4px -4px 0 #ffffff,4px -3px 0 #ffffff,4px -2px 0 #ffffff,4px -1px 0 #ffffff,4px 0px 0 #ffffff,4px 1px 0 #ffffff,4px 2px 0 #ffffff,4px 3px 0 #ffffff,4px 4px 0 #ffffff,4px 5px 0 #ffffff,4px 6px 0 #ffffff,4px 7px 0 #ffffff,4px 8px 0 #ffffff,5px -8px 0 #ffffff,5px -7px 0 #ffffff,5px -6px 0 #ffffff,5px -5px 0 #ffffff,5px -4px 0 #ffffff,5px -3px 0 #ffffff,5px -2px 0 #ffffff,5px -1px 0 #ffffff,5px 0px 0 #ffffff,5px 1px 0 #ffffff,5px 2px 0 #ffffff,5px 3px 0 #ffffff,5px 4px 0 #ffffff,5px 5px 0 #ffffff,5px 6px 0 #ffffff,5px 7px 0 #ffffff,5px 8px 0 #ffffff,6px -8px 0 #ffffff,6px -7px 0 #ffffff,6px -6px 0 #ffffff,6px -5px 0 #ffffff,6px -4px 0 #ffffff,6px -3px 0 #ffffff,6px -2px 0 #ffffff,6px -1px 0 #ffffff,6px 0px 0 #ffffff,6px 1px 0 #ffffff,6px 2px 0 #ffffff,6px 3px 0 #ffffff,6px 4px 0 #ffffff,6px 5px 0 #ffffff,6px 6px 0 #ffffff,6px 7px 0 #ffffff,6px 8px 0 #ffffff,7px -8px 0 #ffffff,7px -7px 0 #ffffff,7px -6px 0 #ffffff,7px -5px 0 #ffffff,7px -4px 0 #ffffff,7px -3px 0 #ffffff,7px -2px 0 #ffffff,7px -1px 0 #ffffff,7px 0px 0 #ffffff,7px 1px 0 #ffffff,7px 2px 0 #ffffff,7px 3px 0 #ffffff,7px 4px 0 #ffffff,7px 5px 0 #ffffff,7px 6px 0 #ffffff,7px 7px 0 #ffffff,7px 8px 0 #ffffff,8px -8px 0 #ffffff,8px -7px 0 #ffffff,8px -6px 0 #ffffff,8px -5px 0 #ffffff,8px -4px 0 #ffffff,8px -3px 0 #ffffff,8px -2px 0 #ffffff,8px -1px 0 #ffffff,8px 0px 0 #ffffff,8px 1px 0 #ffffff,8px 2px 0 #ffffff,8px 3px 0 #ffffff,8px 4px 0 #ffffff,8px 5px 0 #ffffff,8px 6px 0 #ffffff,8px 7px 0 #ffffff,8px 8px 0 #ffffff;
    display: block;
	z-index: 200;
}

/* Small laptops */
@media ( max-width: 1279px ) {
	.servico #pages .pageBox .title {
		line-height: 105%;
		letter-spacing: 0;
		padding: 0 3% 0 calc(4% + 80px);
	}
}

/* Even childs */
.servico #pages .pageBox:nth-child(even) .title {
	padding: 0 4% 0 calc(7% + 150px);
}

/* Small laptops */
@media ( max-width: 1279px ) {
	.servico #pages .pageBox:nth-child(even) .title {
		padding: 0 3% 0 calc(4% + 140px);
	}
}

/* Mobile */
@media ( max-width: 1023px ) {
	.servico #pages .pageBox:nth-child(even) .title {
		padding: 0 3% 0 calc(4% + 80px);
	}
}

.servico #pages .pageBox .lead {
	font-size: 1.9rem;
	color: #4c6b7b;
	text-align: left;
	line-height: 135%;
	padding: 0 4% 0 calc(7% + 90px);
	-webkit-text-stroke-color: transparent;
	-webkit-text-stroke-width: 17px;
	background-clip: text;
	-webkit-background-clip: text;
	background-image: linear-gradient(#ffffff, #ffffff);
	text-shadow: -8px -8px 0 #ffffff,-8px -7px 0 #ffffff,-8px -6px 0 #ffffff,-8px -5px 0 #ffffff,-8px -4px 0 #ffffff,-8px -3px 0 #ffffff,-8px -2px 0 #ffffff,-8px -1px 0 #ffffff,-8px 0px 0 #ffffff,-8px 1px 0 #ffffff,-8px 2px 0 #ffffff,-8px 3px 0 #ffffff,-8px 4px 0 #ffffff,-8px 5px 0 #ffffff,-8px 6px 0 #ffffff,-8px 7px 0 #ffffff,-8px 8px 0 #ffffff,-7px -8px 0 #ffffff,-7px -7px 0 #ffffff,-7px -6px 0 #ffffff,-7px -5px 0 #ffffff,-7px -4px 0 #ffffff,-7px -3px 0 #ffffff,-7px -2px 0 #ffffff,-7px -1px 0 #ffffff,-7px 0px 0 #ffffff,-7px 1px 0 #ffffff,-7px 2px 0 #ffffff,-7px 3px 0 #ffffff,-7px 4px 0 #ffffff,-7px 5px 0 #ffffff,-7px 6px 0 #ffffff,-7px 7px 0 #ffffff,-7px 8px 0 #ffffff,-6px -8px 0 #ffffff,-6px -7px 0 #ffffff,-6px -6px 0 #ffffff,-6px -5px 0 #ffffff,-6px -4px 0 #ffffff,-6px -3px 0 #ffffff,-6px -2px 0 #ffffff,-6px -1px 0 #ffffff,-6px 0px 0 #ffffff,-6px 1px 0 #ffffff,-6px 2px 0 #ffffff,-6px 3px 0 #ffffff,-6px 4px 0 #ffffff,-6px 5px 0 #ffffff,-6px 6px 0 #ffffff,-6px 7px 0 #ffffff,-6px 8px 0 #ffffff,-5px -8px 0 #ffffff,-5px -7px 0 #ffffff,-5px -6px 0 #ffffff,-5px -5px 0 #ffffff,-5px -4px 0 #ffffff,-5px -3px 0 #ffffff,-5px -2px 0 #ffffff,-5px -1px 0 #ffffff,-5px 0px 0 #ffffff,-5px 1px 0 #ffffff,-5px 2px 0 #ffffff,-5px 3px 0 #ffffff,-5px 4px 0 #ffffff,-5px 5px 0 #ffffff,-5px 6px 0 #ffffff,-5px 7px 0 #ffffff,-5px 8px 0 #ffffff,-4px -8px 0 #ffffff,-4px -7px 0 #ffffff,-4px -6px 0 #ffffff,-4px -5px 0 #ffffff,-4px -4px 0 #ffffff,-4px -3px 0 #ffffff,-4px -2px 0 #ffffff,-4px -1px 0 #ffffff,-4px 0px 0 #ffffff,-4px 1px 0 #ffffff,-4px 2px 0 #ffffff,-4px 3px 0 #ffffff,-4px 4px 0 #ffffff,-4px 5px 0 #ffffff,-4px 6px 0 #ffffff,-4px 7px 0 #ffffff,-4px 8px 0 #ffffff,-3px -8px 0 #ffffff,-3px -7px 0 #ffffff,-3px -6px 0 #ffffff,-3px -5px 0 #ffffff,-3px -4px 0 #ffffff,-3px -3px 0 #ffffff,-3px -2px 0 #ffffff,-3px -1px 0 #ffffff,-3px 0px 0 #ffffff,-3px 1px 0 #ffffff,-3px 2px 0 #ffffff,-3px 3px 0 #ffffff,-3px 4px 0 #ffffff,-3px 5px 0 #ffffff,-3px 6px 0 #ffffff,-3px 7px 0 #ffffff,-3px 8px 0 #ffffff,-2px -8px 0 #ffffff,-2px -7px 0 #ffffff,-2px -6px 0 #ffffff,-2px -5px 0 #ffffff,-2px -4px 0 #ffffff,-2px -3px 0 #ffffff,-2px -2px 0 #ffffff,-2px -1px 0 #ffffff,-2px 0px 0 #ffffff,-2px 1px 0 #ffffff,-2px 2px 0 #ffffff,-2px 3px 0 #ffffff,-2px 4px 0 #ffffff,-2px 5px 0 #ffffff,-2px 6px 0 #ffffff,-2px 7px 0 #ffffff,-2px 8px 0 #ffffff,-1px -8px 0 #ffffff,-1px -7px 0 #ffffff,-1px -6px 0 #ffffff,-1px -5px 0 #ffffff,-1px -4px 0 #ffffff,-1px -3px 0 #ffffff,-1px -2px 0 #ffffff,-1px -1px 0 #ffffff,-1px 0px 0 #ffffff,-1px 1px 0 #ffffff,-1px 2px 0 #ffffff,-1px 3px 0 #ffffff,-1px 4px 0 #ffffff,-1px 5px 0 #ffffff,-1px 6px 0 #ffffff,-1px 7px 0 #ffffff,-1px 8px 0 #ffffff,0px -8px 0 #ffffff,0px -7px 0 #ffffff,0px -6px 0 #ffffff,0px -5px 0 #ffffff,0px -4px 0 #ffffff,0px -3px 0 #ffffff,0px -2px 0 #ffffff,0px -1px 0 #ffffff,0px 0px 0 #ffffff,0px 1px 0 #ffffff,0px 2px 0 #ffffff,0px 3px 0 #ffffff,0px 4px 0 #ffffff,0px 5px 0 #ffffff,0px 6px 0 #ffffff,0px 7px 0 #ffffff,0px 8px 0 #ffffff,1px -8px 0 #ffffff,1px -7px 0 #ffffff,1px -6px 0 #ffffff,1px -5px 0 #ffffff,1px -4px 0 #ffffff,1px -3px 0 #ffffff,1px -2px 0 #ffffff,1px -1px 0 #ffffff,1px 0px 0 #ffffff,1px 1px 0 #ffffff,1px 2px 0 #ffffff,1px 3px 0 #ffffff,1px 4px 0 #ffffff,1px 5px 0 #ffffff,1px 6px 0 #ffffff,1px 7px 0 #ffffff,1px 8px 0 #ffffff,2px -8px 0 #ffffff,2px -7px 0 #ffffff,2px -6px 0 #ffffff,2px -5px 0 #ffffff,2px -4px 0 #ffffff,2px -3px 0 #ffffff,2px -2px 0 #ffffff,2px -1px 0 #ffffff,2px 0px 0 #ffffff,2px 1px 0 #ffffff,2px 2px 0 #ffffff,2px 3px 0 #ffffff,2px 4px 0 #ffffff,2px 5px 0 #ffffff,2px 6px 0 #ffffff,2px 7px 0 #ffffff,2px 8px 0 #ffffff,3px -8px 0 #ffffff,3px -7px 0 #ffffff,3px -6px 0 #ffffff,3px -5px 0 #ffffff,3px -4px 0 #ffffff,3px -3px 0 #ffffff,3px -2px 0 #ffffff,3px -1px 0 #ffffff,3px 0px 0 #ffffff,3px 1px 0 #ffffff,3px 2px 0 #ffffff,3px 3px 0 #ffffff,3px 4px 0 #ffffff,3px 5px 0 #ffffff,3px 6px 0 #ffffff,3px 7px 0 #ffffff,3px 8px 0 #ffffff,4px -8px 0 #ffffff,4px -7px 0 #ffffff,4px -6px 0 #ffffff,4px -5px 0 #ffffff,4px -4px 0 #ffffff,4px -3px 0 #ffffff,4px -2px 0 #ffffff,4px -1px 0 #ffffff,4px 0px 0 #ffffff,4px 1px 0 #ffffff,4px 2px 0 #ffffff,4px 3px 0 #ffffff,4px 4px 0 #ffffff,4px 5px 0 #ffffff,4px 6px 0 #ffffff,4px 7px 0 #ffffff,4px 8px 0 #ffffff,5px -8px 0 #ffffff,5px -7px 0 #ffffff,5px -6px 0 #ffffff,5px -5px 0 #ffffff,5px -4px 0 #ffffff,5px -3px 0 #ffffff,5px -2px 0 #ffffff,5px -1px 0 #ffffff,5px 0px 0 #ffffff,5px 1px 0 #ffffff,5px 2px 0 #ffffff,5px 3px 0 #ffffff,5px 4px 0 #ffffff,5px 5px 0 #ffffff,5px 6px 0 #ffffff,5px 7px 0 #ffffff,5px 8px 0 #ffffff,6px -8px 0 #ffffff,6px -7px 0 #ffffff,6px -6px 0 #ffffff,6px -5px 0 #ffffff,6px -4px 0 #ffffff,6px -3px 0 #ffffff,6px -2px 0 #ffffff,6px -1px 0 #ffffff,6px 0px 0 #ffffff,6px 1px 0 #ffffff,6px 2px 0 #ffffff,6px 3px 0 #ffffff,6px 4px 0 #ffffff,6px 5px 0 #ffffff,6px 6px 0 #ffffff,6px 7px 0 #ffffff,6px 8px 0 #ffffff,7px -8px 0 #ffffff,7px -7px 0 #ffffff,7px -6px 0 #ffffff,7px -5px 0 #ffffff,7px -4px 0 #ffffff,7px -3px 0 #ffffff,7px -2px 0 #ffffff,7px -1px 0 #ffffff,7px 0px 0 #ffffff,7px 1px 0 #ffffff,7px 2px 0 #ffffff,7px 3px 0 #ffffff,7px 4px 0 #ffffff,7px 5px 0 #ffffff,7px 6px 0 #ffffff,7px 7px 0 #ffffff,7px 8px 0 #ffffff,8px -8px 0 #ffffff,8px -7px 0 #ffffff,8px -6px 0 #ffffff,8px -5px 0 #ffffff,8px -4px 0 #ffffff,8px -3px 0 #ffffff,8px -2px 0 #ffffff,8px -1px 0 #ffffff,8px 0px 0 #ffffff,8px 1px 0 #ffffff,8px 2px 0 #ffffff,8px 3px 0 #ffffff,8px 4px 0 #ffffff,8px 5px 0 #ffffff,8px 6px 0 #ffffff,8px 7px 0 #ffffff,8px 8px 0 #ffffff;
	margin-top: -5px;
	display: block;
	z-index: 100;
}

/* Small laptops */
@media ( max-width: 1279px ) {
	.servico #pages .pageBox .lead {
		letter-spacing: 0;
		padding: 0 3% 0 calc(4% + 80px);
		margin-top: 0;
	}
}

/* Small laptops - Remove Breaks in Lead */
@media ( min-width: 1023px ) and ( max-width: 1279px ) {
	.servico #pages .pageBox .lead br {
		content: ' ';
		padding: 0 3px;
		display: inline;
	}
}

/* Mobile - Phones */
@media ( max-width: 599px ) {
	.servico #pages .pageBox .lead br {
		content: ' ';
		padding: 0 3px;
		display: inline;
	}
}

/* Even childs */
.servico #pages .pageBox:nth-child(even) .lead {
	padding: 0 4% 0 calc(7% + 150px);
}

/* Small laptops */
@media ( max-width: 1279px ) {
	.servico #pages .pageBox:nth-child(even) .lead {
		padding: 0 3% 0 calc(4% + 140px);
	}
}

/* Mobile */
@media ( max-width: 1023px ) {
	.servico #pages .pageBox:nth-child(even) .lead {
		padding: 0 3% 0 calc(4% + 80px);
	}
}

/* Fake Links */
#pages .pageBox .lead em {
	color: #d96870;
	font-style: normal;
}

#pages a.pageBox .lead em:hover {
	color: #333333;
}

.servico #pages .pageBox .thumb {
	background-position: right center;
}

/* Mobile */
@media ( min-width: 730px ) and  ( max-width: 1023px ) {
	.servico #pages .pageBox .thumb {
		background-position: left center;
		background-size: 120%;
	}
}

/* Mobile - phones */
@media ( max-width: 729px ) {
	.servico #pages .pageBox .thumb {
		background-position: center center;
		background-size: cover;
	}
}

.servico #pages a.pageBox:hover .thumb {
	transform: none;
}






/*--------------------------------------------------------------
LOGOS Template
--------------------------------------------------------------*/

.logos #pages .pageBox {
	width: 270px;
	height: 270px;
	background-color: #e9ebf7;
	background-image: radial-gradient(rgba(255, 255, 255, 0.5), rgba(233, 235, 247, 1));
	align-content: flex-start;
	padding-top: 180px;
}

.logos #pages a.pageBox:hover {
	align-content: flex-start;
	padding-top: 180px;
}

.logos #pages .pageBox .title {
	display: none;
}

.logos #pages .pageBox .lead {
	font-size: 1.7rem;
	font-weight: 300;
	color: #4c6b7b;
	letter-spacing: 0;
	text-shadow: 0 0 20px #ffffff;
	padding: 0 20px;
}

.logos #pages .pageBox .thumb {
	background-position: center 35%;
	background-size: auto;
}

.logos #pages a.pageBox:hover .thumb {
	filter: none;
}






/*--------------------------------------------------------------
TAGS Template
--------------------------------------------------------------*/

.tag #content {
	text-align: center;
}







/*--------------------------------------------------------------
SEO page
--------------------------------------------------------------*/

#content figure.wp-block-table.seo table {
	background-color: #e9ebf7;
	border: 0 !important;
}

/* Mobile */
@media (max-width: 1023px) {
	#content figure.wp-block-table.seo table:not(.unresponsive) {
		border-collapse: collapse !important;
	}
}

#content figure.wp-block-table.seo table td {
	border-left: 2px solid #ffffff !important;
}

/* Mobile */
@media (max-width: 1023px) {
	#content figure.wp-block-table.seo table:not(.unresponsive) td {
		width: 100% !important;
		border-left: 0 !important;
		border-top: 2px solid #ffffff !important;
    	display: block;
	}
}

#content figure.wp-block-table.seo table tr td:first-of-type {
	border-left: 2px solid #e9ebf7 !important;
}

/* Mobile */
@media (max-width: 1023px) {
	#content figure.wp-block-table.seo table:not(.unresponsive) td:first-of-type {
		border-left: 0 !important;
		border-top: 0 !important;
	}
}

figure.wp-block-table blockquote {
	top: 1px;
    font-style: normal;
	overflow: visible;
}

figure.wp-block-table blockquote p {
    background-color: #ffffff;
	background-image: linear-gradient(90deg, #ffffff calc(100% - 51px), transparent calc(100% - 50px)), url('media/icon_search_google.png?123');
	background-position: center, right center;
	background-repeat: no-repeat;
    border-radius: 22px;
	border: 0;
    box-shadow: 0 0 20px rgba(150, 180, 230, 0.2);
	transition: all 0.2s ease;
  	text-overflow: ellipsis;
	white-space: nowrap;
  	overflow: hidden;
    padding: 0;
    margin: 0;
}

figure.wp-block-table blockquote p:hover {
	background-position: center, calc(100% + 48px) center;
}

figure.wp-block-table blockquote p a {
    color: #4c6b7b !important;
    font-weight: 400 !important;
    padding: 10px 45px 10px 15px;
	display: block;
}

figure.wp-block-table blockquote p a:hover {
    color: #333333 !important;
}

figure.wp-block-table blockquote cite {
    font-size: 1.7rem;
    padding: 10px 10px 0 15px;
	text-align: left;
	display: inline-block;
}

figure.wp-block-table blockquote:before {
    content: none;
    display: none;
}







/*--------------------------------------------------------------
TAGS - related tags
--------------------------------------------------------------*/

#tags {
	position: relative;
	width: 100%;
    color: #9f9fb7;
	padding: 0 0 3rem 0;
	text-align: center;
	z-index: 600;
}

#tags a {
	background-color: #ffffff;
    color: #9f9fb7;
	font-size: 1.7rem;
	line-height: 40px;
	border: 1px solid #e9ebf7;
	border-radius: 8px;
	padding: 0 15px;
	margin: 5px;
	transition: all 0.2s;
	display: inline-block;
}

#tags a:hover {
	background-color: #e9ebf7;
    color: #4c6b7b;
	text-shadow: 0 0 10px #ffffff,
	0 0 20px #ffffff;
}







/*--------------------------------------------------------------
FORM
--------------------------------------------------------------*/

form {
	display: inline-block;
}

label {
	min-height: 44px;
    text-align: center;
    padding: 0 10px;
	display: block;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="file"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	width: 100%;
	height: 44px;
	background-color: #ffffff;
	font-family: inherit; /* reset style from jQuery UI */
	font-size: 1.7rem;
	font-weight: 400;
	color: #4a515e;
	line-height: 44px;
	letter-spacing: 0;
	text-align: center;
	vertical-align: top;
	padding: 0 20px;
	margin: 2px 0 0 0;
	border: 0;
    transition: all 0.2s;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important; /* reset browser default styles */
	border-radius: 9999px;
	display: inline-block;
}

textarea {
	border-radius: 22px;
}

input[type="file"] {
	padding: 10px 20px;
    line-height: 25px;
}

select {
	height: 44px;
	background-color: #ffffff;
	background-image: url('media/icon_select.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	font-family: inherit; /* reset style from jQuery UI */
	font-size: 1.7rem;
	font-weight: 400;
	color: #4a515e;
	line-height: 44px;
	text-align: center;
	vertical-align: top;
	padding: 0 34px 0 14px;
	border-radius: 21px;
	margin: 5px 0 0 0;
	border: 1px solid #e9ebf7;
    transition: all 0.2s;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important; /* reset browser default styles */
	display: inline-block;
}

select[multiple] {
    height: 150px;
	background-image: none;
}

select:hover {
	background-position: right top;
	cursor: pointer;
}

select *:disabled {
	font-weight: bold;
	background-color: #eeeeee;
}

textarea {
	min-height: 120px;
	line-height: 150%;
	padding: 15px;
}

button,
input[type="button"],
input[type="submit"] {
	height: 40px;
	background-color: #4a515e;
	font-size: 1.9rem;
	color: #ffffff;
	font-weight: 400;
	line-height: 40px;
	text-align: center;
	letter-spacing: 1px;
	padding: 0 20px;
	border: 0;
	border-radius: 9999px;
	transition: all 0.2s;
	display: inline-block;
	cursor: pointer;
}

button:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
	outline: 0;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	background-color: #d96870;
}

/* Checkboxes styles */

input[type="radio"],
input[type="checkbox"] {
	width: auto !important;
	margin-right: 0.5em;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
}

.checkboxLabel {
	position: relative;
	min-height: 25px;
    line-height: 25px;
	font-size: 1.7rem;
	font-weight: 300;
	padding: 0 0 0 35px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: inline;
	cursor: pointer;
}

/* Hide the browser's default checkbox */
.checkboxLabel input[type="checkbox"] {
	position: absolute;
	width: 0;
	height: 0;
	cursor: pointer;
	opacity: 0;
}

/* Create a custom checkbox */
.customCheckbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background-color: #ffffff;
	box-shadow: 0 0 5px 0 rgba(150, 180, 230, 0.6);
	border-radius: 3px;
}

/* When the checkbox is checked, add a background */
label input:checked ~ .customCheckbox {
	background-color: #ffffff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.customCheckbox:after {
	position: absolute;
	content: "";
	display: none;
}

/* Show the checkmark when checked */
label input:checked ~ .customCheckbox:after {
	display: block;
}

/* Style the checkmark/indicator */
label .customCheckbox:after {
	top: 4px;
	left: 7px;
	width: 6px;
	height: 10px;
	border: solid #d96870;
	border-width: 0 3px 3px 0 !important;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* Disabled state - Style the checkmark/indicator */
label input[disabled="disabled"] ~  .customCheckbox:after {
	border: solid #4a515e;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 !important;
}

.wpcf7-checkbox .wpcf7-list-item-label {
	display: none;
}

/* Autofill - force transparent bg on input fields */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 0s 5000s;
}

/* Placeholder text styles -- selectors need to be separate to work. */
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	font-size: 1.7rem;
	font-weight: 400;
	color: rgba(82, 69, 95, 0.5) !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-size: 1.7rem;
	font-weight: 400;
	color: rgba(82, 69, 95, 0.5) !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
	font-size: 1.7rem;
	font-weight: 400;
	color: rgba(82, 69, 95, 0.5) !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size: 1.7rem;
	font-weight: 400;
	color: rgba(82, 69, 95, 0.5) !important;
}

::-moz-placeholder { /* Firefox 19+ */
	font-size: 1.7rem;
	font-weight: 400;
	color: rgba(82, 69, 95, 0.5) !important;
	opacity: 1; /* by default, placeholders in Firefox have an opacity value applied to them, so lets clear that  */
}

:-moz-placeholder { /* Firefox 18- */
	font-size: 1.7rem;
	font-weight: 400;
	color: rgba(82, 69, 95, 0.5) !important;
	opacity: 1; /* by default, placeholders in Firefox have an opacity value applied to them, so lets clear that  */
}

:-ms-input-placeholder { /* IE 10+ */
	font-size: 1.7rem;
	font-weight: 400;
	color: rgba(82, 69, 95, 0.5) !important;
}







/*--------------------------------------------------------------
MEDIA / IMAGES / GALLERIES
--------------------------------------------------------------*/

/* Featured Image */

img,
video {
	/*height: auto; /* Make sure images are scaled correctly. */
}
#content img,
#content video {
	max-width: 100%; /* Adhere to container width. */
	border-radius: 8px;
}
/* Figure */
#content figure {
	width: auto !important;
}

#content figure.alignleft,
#content img.alignleft {
	float: left;
	margin: 5px 25px 25px 0;
	border-radius: 8px;
}

#content figure.alignright,
#content img.alignright {
	float: right;
	margin: 5px 0 25px 25px;
	border-radius: 8px;
}

#content figure.aligncenter,
#content img.aligncenter {
	margin: 20px auto;
	clear: initial;
	display: inline-block;
	border-radius: 8px;
}

#content figure.circle,
#content img.circle {
	border-radius: 50%;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
	border-radius: 10px;
	margin-bottom: 1.5em;
	border: 0;
}

/* Remove bottom on embeds that wrapped in paragraphs via wpautop. */

p > embed:only-child,
p > iframe:only-child,
p > object:only-child {
	margin-bottom: 0;
}

/* CAPTIONS */
.wp-caption {
	border: 1px dotted rgba(82, 69, 95, 0.35);
    border-radius: 10px;
    padding: 5px;
}

.wp-caption,
#gallery-caption {
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 15px 0 20px 0;
}

.wp-caption.alignleft .wp-caption-text {
    text-align: left;
}

.wp-caption.alignright .wp-caption-text {
    text-align: right;
}

.wp-caption.aligncenter .wp-caption-text {
    text-align: center;
}

/* Links in captions */
#content .wp-caption .wp-caption-text a {
	font-weight: 400;
    color: #4c6b7b;
}

#content .wp-caption:hover .wp-caption-text a {
	font-weight: 500;
}

/* Media Elements */

.mejs-container {
	margin-bottom: 1.5em;
}

/* GALLERY */

/* Hide inline galleries */
.wp-block-gallery {
	display: none;
}

#gallery {
	position: relative;
	width: calc(50% - 30px);
	text-align: left;
	margin: 0 0 30px 30px;
	float: right;
}

/* Mobile - tablets and phones */
@media ( max-width: 799px ) {
	#gallery {
		width: 100%;
		display: block;
	}
}

#gallery > a {
	position: relative;
    display: block;
}

/* Play icon */
#gallery.multiple > a::before {
	position: absolute;
	top: calc(50% - 30px);
    left: calc(50% - 30px);
	width: 60px;
	height: 60px;
	background-color: #ffffff;
    background-image: url("media/icon_play.png?16");
    background-position: center center;
    background-repeat: no-repeat;
	border-radius: 50%;
	content: ' ';
    box-shadow: 0 0 20px rgba(150, 180, 230, 0.2);
	filter: contrast(2);
	transition: all 0.3s ease;
	opacity: 0;
	z-index: 900;
}

#gallery.multiple > a:hover::before {
	opacity: 1;
}

#gallery img {
	position: relative;
	width: 100%;
	max-width: 100% !important;
	height: auto;
	box-sizing: initial;
	border: 1px solid #e9ebf7;
	transition: all 0.3s ease;
	border-radius: 5px;
	display: block;
}

/* 1st Image */
#gallery > a > img {
	margin: 0 auto;
	z-index: 800;
}

/* Rhumbs */
#gallery .thumbs {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
    align-items: flex-start;
	flex-wrap: wrap;
	gap: 10px;
	border: 1px solid #e9ebf7;
	border-top: 0;
	border-radius: 0 0 5px 5px;
	padding: 10px;
}

#gallery .thumbs > a img {
	position: relative;
	height: 6vw !important;
    max-height: 110px;
    min-height: 90px;
	box-sizing: initial;
	border: 1px solid #e9ebf7;
	display: block;
}

/* Small laptops */
@media ( max-width: 1279px ) {
	#gallery .thumbs > a img {
		height: 5vw !important;
		max-height: 90px;
		min-height: 70px;
	}
}

/* Mobile */
@media ( max-width: 1023px ) {
	#gallery .thumbs > a img {
		height: auto !important;
		max-height: 80px;
		min-height: 60px;
	}
}

#gallery a > img {
	transition: all 0.3s;
}

#gallery a:hover > img {
	filter: contrast(1.2) brightness(0.8);
}

/* EMBEDS iframes */
#gallery.embeds {
	margin-bottom: 10%;
    padding-top: 27%;
}

/* Mobile */
@media ( max-width: 799px ) {
	#gallery.embeds {
		padding-top: 55%;
	}
}

#gallery.embeds iframe,
#gallery.embeds video {
	position: absolute;
  	top: 0;
	left: 0;
	min-width: 100%;
    min-height: 100%;
	border: 0;
}








/*--------------------------------------------------------------
CONTACT FORM
--------------------------------------------------------------*/

#contactForm {
	position: relative;
	width: 600px;
    flex-shrink: 0;
    background-color: #e9ebf7;
	font-size: 1.8rem;
	line-height: 140%;
	text-align: center;
	padding: 0 2vw 10px 2vw;
	margin: -40px -30px 0 30px;
	border-top: 1px solid #ffffff !important;
    border-right: 1px solid #ffffff;
    border-radius: 8px;
	overflow: hidden;
	order: 2;
}

.isContacts #contactForm {
	width: calc(50% + 30px);
	flex-shrink: 0;
}

/* Laptops - small */
@media ( max-width: 1279px ) {
	#contactForm {
		width: calc(50% + 30px);
	}
}

/* Mobile - tablets */
@media ( max-width: 799px ) {
	#contactForm,
	.isContacts #contactForm {
		width: 100%;
		max-width: 100%;
		margin: 2rem 0 0 0;
		border: none !important;
	}
}

#contactForm h3 {
	position: relative;
    font-size: 2.6rem;
	color: #333333;
    font-weight: 300;
	text-align: center;
	border: 0;
	margin: 3rem 0 0 0 !important;
	padding: 0 !important;
    display: block;
}

#contactForm form {
    display: block;
}

#contactForm input:not([type="submit"]),
#contactForm textarea,
#contactForm select {
	width: 90%;
	text-align: center;
}

#contactForm select[multiple] {
	padding: 10px 5px;
}

#contactForm .smallTxt {
	max-width: 650px;
	font-size: 1.7rem;
    font-weight: 300;
	padding: 1rem 0;
    display: inline-block;
}

#contactForm .normalTxt {
	max-width: 650px;
	font-size: 1.8rem;
    font-weight: 400;
	padding: 1rem 0;
    display: inline-block;
}

#contactForm a {
	font-weight: 500;
	color: #333333;
	text-decoration: underline;
}

#contactForm p {
	padding: 0;
	margin: 0;
}

#contactForm input[type="submit"] {
	height: 60px;
	background-color: #ffffff !important;
	background-image: url('media/button_stripes.png');
	background-position: 100% bottom;
	background-repeat: no-repeat;
	color: #333333 !important;
	font-size: 1.9rem !important;
	font-weight: 500 !important;
	font-style: italic;
	letter-spacing: 0.5px;
	text-shadow: 0 0 10px #ffffff;
	line-height: 60px !important;
	text-align: left !important;
	border-radius: 10px !important;
    padding: 0 60px 0 30px !important;
	transition: all 0.5s ease;
	margin: 0 auto;
	border: none;
	display: block;
}

#contactForm input[type="submit"]:hover {
	animation: animEstimate 0.5s ease 0.5s infinite alternate;
	background-position: 100% center;
	text-shadow: none;
	cursor: pointer;
}
 
/* -- captcha -- */

.grecaptcha-badge {
	z-index: 10;
	opacity: 0;
}

.wpcf7-recaptcha > div {
	width: auto !important;
}
 
/* -- Feedback -- */

.ajax-loader {
	margin: 10px auto 2px auto !important;
	display: block !important;
}

#contactForm .wpcf7-response-output {
    font-size: 1.7rem !important;
	color: #ff3300 !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	display: inline;
}

#contactForm .wpcf7-not-valid-tip {
    width: 100%;
    font-size: 1.7rem !important;
	color: #ff3300 !important;
	padding: 8px 0 0 0 !important;
	display: inline-block;
}

#contactForm .smallTxt .wpcf7-not-valid-tip {
    width: auto;
	padding: 0 10px 0 0 !important;
	display: inline;
}

.wpcf7-spinner {
	background-color: #828fa5 !important;
	margin-top: 8px !important;
}
 
/* -- Dialog -- */

#divDialog {
	position: relative;
	width: calc(50% + 30px);
	min-height: 460px;
    background-color: #e9ebf7;
	font-size: 1.8rem;
	line-height: 140%;
	text-align: center;
	padding: 0 4vw 10px 4vw;
	margin: -40px -30px 0 30px;
	border-top: 1px solid #ffffff !important;
    border-right: 1px solid #ffffff;
    border-radius: 8px;
	overflow: hidden;
	float: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
	order: 2;
}

/* Mobile - tablets */
@media ( max-width: 799px ) {
	#divDialog {
		width: 100%;
		min-height: 250px;
		margin: 2rem 0 0 0;
		border: none !important;
		align-content: flex-start;
	}
}
#divDialog img {
	display: inline-block !important;
}

@media (max-width: 799px) {
	#divDialog img {
		margin-top: 20px;
	}
}

#divDialog strong {
	position: relative;
	width: 100%;
	font-size: 3.2rem;
	color: #333333;
    font-weight: 300;
	line-height: 140%;
}







/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/

footer {
	position: relative;
	width: 100vw;
	max-width: 1400px;
	background-color: #748e9c;
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: 300;
	letter-spacing: 0.5px;
	text-align: center;
	border-radius: 0 0 8px 8px;
	padding: 10px 5px;
	margin: 0 auto 30px auto;
	z-index: 1000;
	opacity: 0;
}

@media ( max-width: 1399px ) {
	footer {
		font-size: 1.7rem;
		border-radius: 0;
	}
}

.home footer {
	max-width: 776px;
	border-radius: 0 0 8px 8px;
}

/* Mobile */
@media ( max-width: 900px ) {
	.home footer {
		max-width: 100vw;
		border-radius: 0;
	}
}

footer > p {
	margin: 0;
	padding: 0;
	display: inline;
}

footer a {
	background-color: #a8cee2;
    color: #47565f;
	font-size: 1.7rem;
	font-weight: 400;
	text-align: center;
	padding: 5px 10px;
	margin: 0 10px;
	border-radius: 19px;
	display: inline-block;
	transition: all 0.2s;
}

@media ( max-width: 1399px ) {
	footer a {
		font-size: 1.6rem;
	}
}

footer a:hover {
	background-color: #ffffff;
	color: #47565f !important;
}






/*--------------------------------------------------------------
ICON TOP
--------------------------------------------------------------*/
	
#iconTop {
	position: fixed;
	right: 2vw;
    bottom: 20px;
    width: 40px;
    height: 40px;
	background-color: #a8cee2;
	background-image: url('media/icon_top.png');
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0 0 20px rgba(91, 114, 153, 0.5);
	border-radius: 20px;
	padding: 0;
	transition: background-position 0.3s;
	z-index: 11000;
	display: none;
}

#iconTop:hover {
	background-position: center bottom;
}






/*--------------------------------------------------------------
PRIVACY CONSENT - message
--------------------------------------------------------------*/

#privacyConsent {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	padding: 0 2vw;
	overflow: hidden;
	display: none;
	z-index: 2000000001;
}

/* Show */
#privacyConsent.show {
	display: flex;
	justify-content: center;
    align-items: center;
}

#privacyConsent > div {
	position: relative;
	max-width: 800px;
	background-color: #ffffff;
	color: #333333;
	font-size: 1.7rem;
	font-weight: 300;
	letter-spacing: 0.5px;
	text-align: center;
	transition: bottom 1s;
	padding: 20px 30px 15px 30px;
	display: inline-block;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(150, 180, 230, 0.2);
	animation: showConsent 0.5s ease-out 1s forwards;
	overflow: hidden;
	opacity: 0;
}

/* -- Consent animation -- */
@keyframes showConsent {
	from { top: 60px; opacity: 0 }
	to { top: 0px; opacity: 1 }
}

/* Mobile - big phones */
@media ( max-width: 799px ) {
	#privacyConsent > div {
		padding: 20px 10px 15px 10px;
	}
}

#privacyConsent table {
	border-collapse: initial;
	border: 1px solid #e0e1f5;
	border-radius: 8px;
	margin: 20px auto;
}

#privacyConsent table td {
	border: none;
	border-bottom: 1px solid #e0e1f5;
}

#privacyConsent table tr:last-of-type td {
	border-bottom: none;
}

#privacyConsent table tr td:last-of-type {
	text-align: left;
}

#privacyConsent p {
	margin: 0;
}

#privacyConsent strong {
	font-weight: 600;
}

#privacyConsent a {
	font-weight: 600;
}

#privacyConsent a:hover {
	color: #333333;
}

#privacyConsent .customCheckbox {
	left: initial;
	right: 0;
}









/*--------------------------------------------------------------
COLORBOX
--------------------------------------------------------------
ColorBox Core Style: The following CSS is consistent between example themes and should not be altered */
#colorbox, #cboxOverlay, #cboxWrapper{ position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0); }
#cboxWrapper { max-width:none; }
#cboxOverlay{ position:fixed; width:100%; height:100%; }
#cboxMiddleLeft, #cboxBottomLeft{ clear:left; }
#cboxContent{ position:relative; }
#cboxLoadedContent{ overflow:auto; -webkit-overflow-scrolling: touch; }
#cboxTitle{ margin:0; }
#cboxLoadingOverlay, #cboxLoadingGraphic{ position:absolute; top:0; left:0; width:100%; height:100%; }
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{ cursor:pointer; }
.cboxPhoto{ float:left; margin:auto; border:0; display:block; max-width: none; max-height: 900px; -ms-interpolation-mode: bicubic; }
.cboxIframe{ width:100%; height:100%; display:block; border:0; padding:0; margin:0; }
#colorbox, #cboxContent, #cboxLoadedContent{ box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box; }

/* User Style:
Change the following styles to modify the appearance of ColorBox.  They are
ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
	background-color: #4c6b7b;
	opacity: 0.5 !important;
}

#colorbox {
	box-shadow: 0 0 10px 0 rgba(150, 180, 230, 0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(150, 180, 230, 0.2);
    -webkit-box-shadow: 0 0 10px 0 rgba(150, 180, 230, 0.2);
	overflow: visible !important;
	outline: 0;
}

#cboxWrapper {
	overflow: visible;
}

#cboxContent {
	overflow: visible;
	background-color: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.cboxIframe {
	background-color: transparent;
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}

/* Show colorbox smoothly */
@keyframes showColorBox {
	from {opacity: 0;}
	to {opacity: 1;}
}

#cboxLoadedContent {
	background-color: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0;
	margin-bottom: 0;
	animation-name: showColorBox;
	animation-duration: 1s;
	overflow-y: auto !important;
	overflow-x: hidden !important;
}

#cboxLoadingGraphic{}

#cboxLoadingOverlay{
	background-color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#cboxTitle{position:absolute; bottom:10px; right:10px; text-align:right; width:100%; color:#ffffff;}
#cboxCurrent{position:absolute; bottom:10px; left:10px; color:#ffffff;}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
			border:0;
			padding:0;
			margin:0;
			overflow:visible;
			background: none;
		}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxSlideshow {display: none !important;}
        #cboxPrevious {
			position: fixed;
			top: calc(50% - 20px);
			left: 10px;
			width: 40px;
			height: 40px;
			background-color: #ffffff !important;
			background-image: url("media/colorbox_previous.png");
			background-position: left center;
			background-repeat: no-repeat;
			-webkit-transition: background 0.2s;
			transition: background 0.2s;
    		border-radius: 50%;
			text-indent:-9999px;
		}
        #cboxPrevious:hover {
			background-position: right center;
		}
		#cboxPrevious:focus { outline: none; }
        #cboxNext {
			position: fixed;
			top: calc(50% - 20px);
			right: 10px;
			width: 40px;
			height: 40px;
			background-color: #ffffff !important;
			background-image: url("media/colorbox_next.png");
			background-position: right center;
			background-repeat: no-repeat;
			-webkit-transition: background 0.2s;
			transition: background 0.2s;
    		border-radius: 50%;
			text-indent:-9999px;
		}
        #cboxNext:hover {
			background-position: left center;
		}
		#cboxNext:focus{outline: none;}
		
		/* Delay the close button, to prevent it from moving */
		@keyframes showCloseBt {
    		from {opacity: 0;}
    		to {opacity: 1;}
		}
		#cboxClose {
			position: absolute;
			top: -18px;
			right: -18px;
			width: 36px;
			height: 36px;
			background-image: url("media/colorbox_close.png");
			background-position: center bottom;
			background-color: #4c6b7b;
			background-repeat: no-repeat;
			text-indent:-9999px;
    		border-radius: 50%;
			-webkit-transition: background 0.2s;
			transition: background 0.2s;
			opacity: 0;
			animation-name: showCloseBt;
			animation-delay: 0.5s;
			animation-duration: 0.5s;
			animation-iteration-count: 1;
			animation-fill-mode: forwards;
		}	

		@media (max-width: 699px) {
			#cboxClose {
				right: -8px;
			}
		}
		#cboxClose:hover {
			background-position: center top;
		}
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active { outline: 0; }
		
@media (max-width: 1023px) {
	#cboxLoadedContent{ margin: 0; }
	#cboxTitle { display: none !important; }
	#cboxCurrent { display: none !important; }
}

/* ColorBox Dialogs */

.cboxDialogs #cboxTitle {
	display: none !important;
}

.dialog {
	background-color: #ffffff;
	color: #626c7c;
	line-height: 125%;
	text-align: center;
	padding: 0 1vw 1vw 1vw;
	border-radius: 8px;
	display: none;
}

.dialog ul,
.dialog ol {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.dialog h4,
.dialog h5,
.dialog h6 {
	margin-top: 1.5rem;
	display: block;
}

.dialog h4 {
	font-size: 3rem;
	font-weight: 400;
	color: #626c7c;
    border-bottom: 2px solid #e9ebf7;
	padding-bottom: 1.5rem;
}

.dialog h5 {
	font-size: 2.6rem;
	font-weight: 400;
	color: #626c7c;
}

.dialog h6 {
	font-size: 2.4rem;
	font-weight: 600;
	color: #626c7c;
}

.dialog a {
	font-weight: bold;
}

#colorbox .dialog {
	display: block;
}







/*--------------------------------------------------------------
WPML
--------------------------------------------------------------*/

.otgs-development-site-front-end {
	display: none;
}







/*--------------------------------------------------------------
SCROLLBARS - only desktop
--------------------------------------------------------------*/

/* Firefox */
.firefox:not(.mobile) {
	scrollbar-width: thin;
	scrollbar-color: #748e9c rgba(0, 0, 0, 0);
}

/* Chrome / Safari */
:not(.mobile) ::-webkit-scrollbar {
    width: 7px;
	background-color: #a8cee2;
}
 
/* Track */
:not(.mobile) ::-webkit-scrollbar-track {
	margin: 1px;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}
 
/* Handle */
:not(.mobile) ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #748e9c;
	border-left: 1px solid #748e9c;
	border-right: 1px solid #748e9c;
	padding: 5px;
}

:not(.mobile) ::-webkit-scrollbar-thumb:hover {
	background-color: #748e9c;
}

:not(.mobile) ::-webkit-scrollbar-thumb:window-inactive {
	background-color: #748e9c;
}