/* HEADER */
.header {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 170px;
	background: white;
	z-index: 1200;
	transition: height 0.25s ease-out, box-shadow 0.25s ease-out;
}

.header .logo {
	float: left;
	display: block;
	margin: 12px 0 0 0;
	width: 408px;
	transition: width 0.25s ease-out;
}

.header .logo img {
	display: block;
	width: 100%;
	height: auto;
}

.header .BTResponsiveMenu {
	position: absolute;
	display: none;
	top: 10px;
	left: 10px;
	width: 40px;
	height: 40px;
	background: url(../img/icons/icon-responsive-menu.svg) no-repeat center;
	background-size: 90% auto;
	z-index: 200;
}

.header.floater {
	height: 100px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.header.floater .logo {
	margin: 5px 0 0 0;
	width: 215px;
}




/* BOX LANGS */
.header .boxLangs {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 0.7rem;
	line-height: 1em;
	z-index: 500;
	box-shadow: 0 0 4px rgba(0,0,0,0.5);
	transition: right 200ms ease;
}

.header.floater .boxLangs {
	right: 150px;
}

.header .boxLangs > a {
	display: block;
	padding: 6px 35px 8px 8px;
	background: url(../img/icons/icon-arrow-down.png) 95% 50% no-repeat #2f5c9f;
	color: white;
	text-decoration: none;
}

.header .boxLangs a img {
	width: 15px;
	height: 10px;
}

.header .boxLangs:hover ul {
	display: block;
}

.header .boxLangs ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #2f5c9f;
}

.header .boxLangs ul li {
	display: block;
	margin: 0;
	padding: 0;
}

.header .boxLangs ul li a {
	display: block;
	padding: 10px;
	color: white;
	text-decoration: none;
	background: #8fb2dc;
	transition: background 0.15s ease-out;
}

.header .boxLangs ul li:hover a {
	font-weight: 600;
	background: #779ac4;
}




/* SEARCH */
.header .boxSearch {
	display: none;
	position: absolute;
	right: 25px;
	top: 55px;
	width: 32px;
	height: 32px;
	overflow: hidden;
	transition: top 0.25s ease-out, right 0.25s ease-out,width 0.25s ease-out;
	white-space: nowrap;
	text-align: right;
}

.header.floater .boxSearch {
	right: 225px;
	top: 12px;
}

.header .boxSearch:hover {
	width: 300px;
}

.header .boxSearch input {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 6px;
	width: 250px;
	font-size: 0.9rem;
	vertical-align: middle;
}

.header .boxSearch .btSearch {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(../img/icons/icon-search.png) no-repeat center;
	vertical-align: middle;
}


/* HEADER SOCIAL MEDIA */
.header .boxSocialMedia {
	position: absolute;
	top: 42px;
	right: 25px;
}

.header.floater .boxSocialMedia {
	top: 12px;
}

.header .boxSocialMedia .iconSocialMedia {
	display: inline-block;
	padding: 16px;
	background-size: contain !important;
	transition: all 200ms ease;
	transform: scale(1);
}

.header .boxSocialMedia .iconSocialMedia:hover {
	transform: scale(1.1);
}

.header .boxSocialMedia .iconSocialMedia.facebook {
	background: url(../img/icons/icon-social-media-facebook.svg) no-repeat center;
}

.header .boxSocialMedia .iconSocialMedia.instagram {
	background: url(../img/icons/icon-social-media-instagram-2.svg) no-repeat center;
}

.header .boxSocialMedia .iconSocialMedia.youtube {
	background: url(../img/icons/icon-social-media-youtube-2.svg) no-repeat center;
}

.header .boxSocialMedia .iconSocialMedia.linkedin {
	background: url(../img/icons/icon-social-media-linkedin.svg) no-repeat center;
}




/* HEADER MENU */
.boxMainMenu {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 100%;
	background: #2f5c9f;
	border-bottom: 8px solid #8fb2dc;
	z-index: 400;
	transition: border 0.15s ease-out;
}

.header.floater .boxMainMenu {
	border-bottom: 4px solid #8fb2dc;
}

.boxMainMenu .main {
	display: block;
	margin: 0 auto;
	padding: 5px 0;
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.boxMainMenu .main > li {
	position: relative;
	display: inline-block;
	margin: 0 1px 0 0;
	padding: 0;
	border-left: 1px solid white;
}

.boxMainMenu .main > li:first-child {
	border-left: none;
}

.boxMainMenu .main > li > a {
	position: relative;
	display: block;
	margin: 0;
	padding: 10px 25px;
	color: white;
	font-weight: 600;
	font-size: 1.2rem;
	line-height: 1em;
	text-decoration: none;
	transition: color 0.15s ease-out;
	transition: font 0.15s ease-out, padding 0.15s ease-out;
}

.boxMainMenu .main > li:hover > a, .boxMainMenu .main > li.selected > a {
	color: #8abee8;
}

.header.floater .boxMainMenu .main > li > a {
	padding: 8px 25px;
	font-size: 0.9rem;
}

.boxMainMenu .main > li:hover .submenu {
	display: block;
	opacity: 1;
	top: 100%;
	transition: opacity 0.15s ease-out;
}




/* HEADER SUBMENU */
.boxMainMenu .submenu {
	position: absolute;
	display: block;
	top: -9999px;
	left: 0;
	margin: 0;
	padding: 5px 0 0 0;
	width: 230px;
	z-index: 400;
	box-shadow: 0 4px 4px rgba(0,0,0,0.5);
	opacity: 0;
}

.boxMainMenu .submenu > li {
	display: block;
	margin: 0;
	padding: 0;
	border-top: 1px solid #8abee8;
}

.boxMainMenu .submenu > li > a {
	display: block;
	margin: 0;
	padding: 10px 24px;
	font-size: 1rem;
	font-weight: normal;
	font-family: Arial, "Trebuchet MS", sans-serif;
	line-height: 1.3em;
	color: #f0f0f0;
	background: #2f5c9f;
	text-decoration: none;
	text-align: left;
	transition: background 0.15s ease-out;
}

.boxMainMenu .submenu > li:hover > a, .boxMainMenu .submenu > li.selected > a {
	background: #8abee8;
}



/* BOX WHATSAPP */
.btWhatsAppFloater {
	position: fixed;
	bottom: 15px;
	right: 0;
	display: block;
	padding: 23px 82px;
	background: url(../../img/im-button-whatsapp-floater.png) no-repeat center;
	background-size: contain;
	z-index: 900;
	cursor: hand;
	cursor: pointer;
}

.btWhatsAppFloater.forSafari {
	position: fixed;
	bottom: 15px;
	right: 0;
	display: none;
	padding: 23px 82px;
	background: url(../../img/im-button-whatsapp-floater.png) no-repeat center;
	background-size: contain;
	z-index: 900;
	cursor: hand;
	cursor: pointer;
}

@supports (-webkit-hyphens:none) { 
	.btWhatsAppFloater {
		display: none;
	}

	.btWhatsAppFloater.forSafari {
		display: block;
	}
}

#BoxWhatsapp {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	display: none;
	z-index: 800;
}

#BoxWhatsapp form {
	position: absolute;
	right: 25px;
	bottom: 72px;
	margin: 0 0 0 10px;
	width: 100%;
	max-width: 360px;
	border: 6px solid white;
	border-radius: 8px;
	z-index: 801;
	box-shadow: 0 0 8px rgba(0,0,0,0.75);
}

#BoxWhatsapp form .whatsappRedirect {
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 1px;
}

#BoxWhatsapp form .close {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 1.2rem;
	font-weight: 700;
	color: white;
	background: transparent;
	z-index: 801;
}

#BoxWhatsapp form p {
	display: block;
	margin: 0;
	padding: 15px 50px 15px 15px;
	font-size: 0.9rem;
	line-height: 1.2em;
	background: #1fa144;
	color: #f4f4f4;
}

#BoxWhatsapp form .fields {
	display: block;
	padding: 15px;
	background: #f0f0f0;
}

#BoxWhatsapp form .button {
	width: 100%;
	background: #1fa144;
	font-size: 18px;
	font-weight: normal;
}

#BoxWhatsapp form #boxFormLoading {
	position: relative;
	width: 100%;
	font-size: 0.8rem;
	margin: 10px 0;
	padding: 14px 0 14px 60px;
}




/* HEADER MAIN BANNER */
.boxMainBanner {
	position: relative;
	display: block;
	margin: 0 auto;
	height: 400px;
	background: url(../img/background-banner.png) repeat-x center #cecece;
	overflow: hidden;
}

.boxMainBanner ul {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.boxMainBanner ul li {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	z-index: 400;
}

.boxMainBanner ul li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: no-repeat center;
	background-size: auto 100%;
}

.boxMainBanner .shortcuts {
	position: absolute;
	right: 50%;
	bottom: 20px;
	margin: 0 -668px 0 0;
	font-size: 0;
	line-height: 0;
	z-index: 500;
}

.boxMainBanner .shortcuts a {
	display: inline-block;
	margin: 0 0 0 5px;
	width: 40px;
	height: 10px;
	background-color: #b8c0c9;
	box-shadow: 0 0 6px rgba(0,0,0,0.8);
}

.boxMainBanner .shortcuts a:hover, .boxMainBanner .shortcuts a.selected {
	background-color: #ffffff;
}




/* CONTENT */
.wrapper {
	margin: 0 auto;
	padding: 0;
	width: 1377px;
}

.wrapper .content {
	padding: 40px 0;
	margin: 0;
	overflow: hidden;
}

.wrapper .content .leftColumn {
	float: left;
	width: 55%;
}

.wrapper .content .rightColumn {
	float: right;
	width: 35%;
}

.wrapper .content .centerColumn {
	margin: 0 auto;
	width: 55%;
}

.wrapper .mainTitle, .openContent .finalContent .mainTitle {
	display: inline-block;
	margin: 0 0 20px 0;
	padding: 5px 15px 8px 15px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2em;
	color: #fff;
	background-color: #265d9d;
}

.wrapper .secondaryTitle {
	display: block;
	margin: 0 0 40px 0;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.2em;
	color: #558cbd;
}




/* FOOTER */
.footer {
	position: relative;
	margin: 0;
	padding: 20px 0;
	background: #41556d;
	border-top: 8px solid #8fb2dc;
	overflow: hidden;
}

.footer .column1 {
	float: left;
	width: 18%;
}

.footer .column2 {
	float: left;
	width: 30%;
}

.footer .column3 {
	float: left;
	width: 30%;
}

.footer .column4 {
	float: left;
	width: 22%;
}

.footer .column4 a {
	display: block;
	margin: 0 0 45px 0;
	text-align: center;
}

.footer .column4 a.logoMored img {
	width: 94px;
}

.footer .boxFooterMenu {
	display: block;
	margin: 0;
	padding: 0;
}

.footer .boxFooterMenu ul {
	display: block;
	margin: 0;
	padding: 0;
}

.footer .boxFooterMenu ul li {
	display: block;
	margin: 0;
	padding: 0;
}

.footer .boxFooterMenu ul li a {
	display: block;
	margin: 0;
	padding: 0 0 20px 0;
	color: white;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1em;
	text-decoration: none;
	transition: color 0.15s ease-out;
}

.footer .boxFooterMenu ul li:hover a, .footer .boxFooterMenu ul li.selected a {
	color: #8fb2dc;
}

.footer .title {
	display: block;
	margin: 4px 0 40px 0;
	font-size: 1.4em;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

.footer .subtitle {
	display: block;
	margin: 40px 0 5px 0;
	font-size: 1.2em;
	font-weight: 600;
	text-transform: uppercase;
	color: #8fb2dc;
}

.footer a {
	color: white;
}

.footer p {
	color: white;
}

.footer p span {
	display: block;
}

.footer p span.icon {
	padding: 4px 0 4px 32px;
	font-size: 0.9rem;
}

.footer p span.icon.phone {
	background: url(../img/icons/icon-telephone.png) no-repeat left center;
}

.footer p span.icon.email {
	background: url(../img/icons/icon-email.png) no-repeat left center;
}

.footer p span.icon.address {
	background: url(../img/icons/icon-location.png) no-repeat 2px 8px;
}


/* BOX COOKIES */
.boxCookiesPoliticaPrivacidade {
	position: fixed;
	bottom: -270px;
	left: 0;
	right: 0;
	transition: bottom 1s ease;
	z-index: 950;
}

.boxCookiesPoliticaPrivacidade.active {
	bottom: 0;
}

.boxCookiesPoliticaPrivacidade .content {
	display: flex;
	margin: 15px auto 15px auto;
	padding: 15px;
	background-color: #ffffff;
	box-shadow: 0px 0px 3px rgb(0 0 0 / 40%);
}
.boxCookies {
    width: 960px;
    display: block;
    margin: 0 auto;
}

.boxCookiesPoliticaPrivacidade p {
	max-width: 81%;
	padding-right: 40px;
	text-align: left;
	margin: 0;
	color: #000;
	transform: translate(0, 10%);


}

.boxCookiesPoliticaPrivacidade p b {
	color: #dbcece;
}

.boxCookiesPoliticaPrivacidade p a {
	display: inline-block;
	color: #000;
}
.boxCookies {
	width: 960px;
	display: flex;
}

.boxCookiesPoliticaPrivacidade > .content > .button {
	padding: 17px 20px;
/* 	background-color: #ffffff;
	text-align: center;
	border-radius: 30px; */
	margin: 10px;
}



/* AFTER FOOTER */
.afterFooter {
	padding: 20px 0;
	text-align: right;
}






/* ########## */
/* RESPONSIVE */
/* ########## */


/* 1440 */
@media screen and (max-width: 1440px) {
	.header .wrapper {
		padding: 0 25px;
	}

	.boxMainBanner {
		height: 28vw;
	}

	.boxMainBanner .shortcuts {
		right: 25px;
		margin: 0;
	}

	.wrapper {
		width: 100%;
		padding: 0 25px;
	}

	.boxHomeBoxes li {
		margin: 0 15px 15px 0;
	}
}


/* 1300px */
@media screen and (max-width: 1300px) {
	.boxMainMenu .main > li > a {
		font-size: 1rem;
	}

	.footer .boxFooterMenu ul li a {
		font-size: 1rem;
	}

	.footer .title {
		font-size: 1.2rem;
	}

	.footer .subtitle {
		font-size: 1rem;
	}

	.footer p span.icon {
		font-size: 0.8rem;
	}
}



/* 1024px */
@media screen and (max-width: 1024px) {
	.footer .column1 {
		float: none;
		margin: 0 0 40px 0;
		width: auto;
	}

	.footer .column2 {
		float: left;
		margin: 0 0 0 10%;
		width: 40%;
	}

	.footer .column3 {
		float: right;
		margin: 0 10% 0 0;
		width: 40%;
	}

	.footer .column4 {
		clear: both;
		float: none;
		padding: 40px 0 0 0;
		width: auto;
		text-align: center;
	}

	.footer .column4 a {
		display: inline-block;
		margin: 0 20px 20px 20px;
		vertical-align: middle;
	}

	.footer p span.icon {

	}

	.footer .boxFooterMenu ul {
		text-align: center;
	}

	.footer .boxFooterMenu ul li {
		display: inline-block;
		margin: 0 15px;
	}
	
	/* BOX COOKIES */

	.boxCookiesPoliticaPrivacidade p {
		max-width: 100%;
		margin-bottom: 16px;
		padding-right: 0;
		text-align: center;
	}

	.boxCookiesPoliticaPrivacidade .content {
		flex-direction: column;
	}

	.boxCookiesPoliticaPrivacidade > .content > .button {
		padding: 18px 25px;
		}
}


/* 960px */
@media screen and (max-width: 960px) {
	.boxMainMenu .main > li > a, .header.floater .boxMainMenu .main > li > a {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 0.95rem;
	}
}


/* 768px */
@media screen and (max-width: 768px) {
	body {
		padding-top: 60px;
	}

	.header, .header.floater {
		height: 60px;
	}

	.header.relative {
		position: relative;
		margin-top: -60px;
	}

	.header .logo, .header.floater .logo {
		float: left;
		margin: 5px 0 0 40px;
		width: 230px;
	}
	
	.header.floater .boxLangs {
		right: 0;
	}
	
	.header .boxSocialMedia {
		top: 12px;
	}

	.header .BTResponsiveMenu {
		display: block;
	}

	.boxMainMenu {
		display: block;
		position: absolute;
		top: 0;
		bottom: auto;
		left: -100%;
		margin: 60px 0 0 0;
		width: 100%;
		z-index: 300;
		transition: left 0.25s ease-out;
	}

	.boxMainMenu.show {
		display: block;
		left: 0;
	}

	.boxMainMenu .main {
		margin-top: 30px;
	}

	.boxMainMenu .main > li {
		display: block;
		border-left: none;
		border-bottom: 1px solid #558cbd;
	}

	.boxMainMenu .main > li:last-child {
		border-bottom: none;
	}

	.boxMainMenu .main > li > a, .header.floater .boxMainMenu .main > li > a {
		padding: 12px 0 12px 12px;
		text-align: left;
	}

	.boxMainMenu .submenu {
		display: none;
		position: relative;
		top: auto;
		left: auto;
		margin: 0 0 20px 0;
		padding: 0;
		box-shadow: none;
		width: 100%;
		text-align: left;
	}

	.boxMainMenu .submenu li {
		display: inline-block;
		margin: 0;
		padding: 0;
		width: 50%;
	}

	.boxMainMenu .submenu li a {
		padding: 10px 0 10px 12px;
		font-size: 0.8rem;
	}

	.header .boxLangs {
		top: 60px;
		right: 0;
		width: 100%;
		box-shadow: none;
	}

	.header .boxLangs > a {
		display: none;
	}

	.header .boxLangs ul {
		text-align: center;
		font-size: 0;
		line-height: 0;
	}

	.header .boxLangs.show ul {
		display: block;
	}

	.header .boxLangs ul li {
		display: inline-block;
		margin: 0;
		padding: 0;
		width: 33.3333%;
	}

	.header .boxLangs ul li a {
		padding: 10px 0;
		font-size: 0.75rem;
		line-height: 1em;
	}

	.boxMainBanner .shortcuts {
		right: 5px;
		bottom: 0;
	}

	.boxMainBanner .shortcuts a {
		width: 25px;
		height: 20px;
	}

	.footer .column1 {
		display: none;
	}

	.footer .column2 {
		float: left;
		margin: 0 0 0 5px;
		width: 45%;
	}

	.footer .column3 {
		float: right;
		margin: 0 5px 0 0;
		width: 45%;
	}
}


/* 640px */
@media screen and (max-width: 640px) {
	.footer .column2 {
		float: none;
		width: auto;
	}

	.footer .column3 {
		float: none;
		margin: 60px 0 0 0;
		width: auto;
	}

	.footer .title {
		margin-bottom: 20px;
	}

	.footer .subtitle {
		margin-top: 20px;
	}

	.footer p span.icon {
		line-height: 1.2em;
	}
}


/* 480px */
@media screen and (max-width: 480px) {
	.header .wrapper {
		padding: 0 14px;
	}

	.header .BTResponsiveMenu {
		width: 34px;
		height: 34px;
	}

	.header .logo, .header.floater .logo {
		margin: calc(25px - 3.9vw) 0 0 40px;
    width: 230px;
    max-width: 46vw;
	}

	.header .boxSocialMedia {
		top: 6px;
		right: 9px;
    width: 54px;
	}

	.header .boxSocialMedia .iconSocialMedia {
		padding: 12px;
	}



	/* BOX WHATSAPP */
	#BoxWhatsapp form {
		right: 12px;
    max-width: 296px;
	}
}


/* 320px */
@media screen and (max-width: 320px) {

}