div.clear{
	clear: both;
}

div.divMessage{
	font-family: "Roboto", Arial, sans-serif;
	font-size: 18px;
	padding: 12px;
	color: white;
}

@media (max-width: 750px) {
	div.divMessage{
		font-size: 16px;
	}
}

div.divMessage_confirm{
	background-color: green;
}

div.divMessage_error{
	background-color: red;
}





div.layout_alert{
	background-color: #253242;
	color: white;
	text-align: center;
	font-size: 24px;
	line-height: 1.3em;
	padding: 20px;
}

div.layout_alert img{
	height: 80px;
}

div.layout_alert table{
	margin: auto;
	max-width: 80%;
}

div.layout_alert td{
	vertical-align: middle;
}

div.layout_alert td:first-child{
	width: 1px;
	padding-right: 25px;
}

@media(max-width: 800px) {
	div.layout_alert{
		font-size: 18px;
	}

	div.layout_alert table{
		max-width: 90%;
	}
}






div#divMobileMenuExit {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
	display: none;
}

a.whatsapp {
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	box-shadow: 2px 2px 3px #999;
	border-radius:50px;
  	z-index:100;
}




header {
	background-color: white;
	z-index: 1;
	position: fixed;
	top: 0px;
	width: 100%;
}

header.stickyMode {
	box-shadow: 0px 0px 5px black;
}

header .imgLogo {
	position: relative;
	padding: 30px 53px;
	height: 86px;
	transition: padding 0.5s, height 0.5s;
}

@media(min-width: 950px) {
	header.stickyMode .imgLogo {
		position: relative;
		padding: 18px 50px;
		height: 60px;
	}
}

header div.divHeaderContact {
	position: absolute;
	width: 45%;
	height: 50px;
	top: 0px;
	right: 0px;
	text-align: right;
	z-index: 1;
	transition: top 0.5s;
}

.googleReview {
	position: absolute;
    height: 50px;
    top: 0px;
    right: 44%;
    text-align: right;
    z-index: 1;
    transition: top 0.5s;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	color: rgb(75, 75, 75);
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

.googleReview img {
	height: 30px;
	margin-right: 8px;
}

@media(min-width: 950px) {
	header.stickyMode div.divHeaderContact {
		top: -50px;
	}

	header.stickyMode .googleReview {
		top: -50px;
	}
}

header div.divHeaderContact div.divHeaderContactContent {
	position: relative;
	background-color: #253242;
	width: 90%;
	height: 50px;
	float: right;
	z-index: 1;
	color: white;
	font-size: 16px;
}

header div.divHeaderContact div.divHeaderContactContent::before {
	content: " ";
	position: absolute;
	left: -30px;
	top: 0;
	border-right: 30px solid #253242;
	border-bottom: 50px solid transparent;
}

header a.aMobileMenuButton {
	display: none;
}

header div.divHeaderContact ul {
	list-style: none;
}

header div.divHeaderContact ul li {
	display: inline;
	margin: 0 50px 0 0;
	line-height: 50px;
	font-weight: 700;
}

header div.divHeaderContact ul li a {
	text-decoration: none;
	color: inherit;
}

header div.divHeaderContact ul li a:hover {
	text-decoration: underline;
}

header div.reviews{
	position: relative;
	float: right;
	top: 62px;
	right: 80px;
	background-color: white;
	transition: top 0.5s;
	text-align: center;
}

header div.reviews div.title{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

header.stickyMode div.reviews{
	top: 12px;
}

header div.reviews img{
	height: 45px;
	vertical-align: middle;
	margin: 0px 5px;
}

header div.reviews iframe{
	vertical-align: middle;
	display: inline-block;
}

@media(max-width: 1200px) {
	header div.reviews{
		display: none;
	}
}

@media(max-width: 1500px) {
	header div.divHeaderContact {
		width: 600px;
	}

	.googleReview {
		right: 650px;
	}
	header div.divHeaderContact div.divHeaderContactContent {
		width: 600px;
	}
}
@media(max-width: 1200px) {
	header .imgLogo {
		position: relative;
		padding: 55px 25px;
		height: 30px;
	}
	header div.divHeaderContact {
		width: 400px;
	}

	.googleReview {
		right: 450px;
	}
	header div.divHeaderContact div.divHeaderContactContent {
		width: 400px;
		font-size: 14px;
	}
	header div.divHeaderContact ul li {
		margin: 0 30px 0 0;
	}
}
@media(max-width: 950px) {
	header .imgLogo {
		position: absolute;
		padding: 42px 20px;
		height: 25px;
		float: left;
	}
	header div.divHeaderContact {
		position: relative;
		width: 100%;
		height: 45px;
	}

	.googleReview { 
		right: auto;
		left: 20px;
		height: 45px;
		color: white;
		font-weight: bold;
	}

	.googleReview img {
		margin-right: 8px;
	}
	header div.divHeaderContact div.divHeaderContactContent {
		width:  100%;
		height: 45px;
	}
	header div.divHeaderContact ul li {
		margin: 0 20px 0 0;
		line-height: 45px;
	}
}
@media(max-width: 750px) {
	header .imgLogo {
		position: relative;
		padding: 20px;
		height: 47px;
	}
	header div.divHeaderContact {
		display: none;
	}

	header a.googleReview {
		display: none;
	}
}
@media(max-width: 500px) {
	header .imgLogo {
		position: absolute;
		padding: 20px;
		height: 47px;
	}
}
@media(max-width: 300px) {
	header .imgLogo {
		display: none;
	}
}










header nav {
	display: block;
	float: right;
	position: relative;
	top: 50px;
	right: 30px;
	transition: top 0.5s;
}

header nav ul {
	list-style: none;
}

header nav ul li {
	display: inline;
}

header nav ul li a {
	display: inline-block;
	padding: 40px 20px;
	font-size: 16px;
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #4b4b4b;
	text-decoration: none;
}

header nav ul li a:hover > span {
	border-bottom: 3px solid #ffbe00;
	color: black;
}

header nav ul li.liMobileOnly {
	display: none;
}
header nav ul li.liMobileOnly a {
	padding-top: 50px;
}
header nav ul li.liMobileOnly a i.fas {
	font-size: 30px;
	margin-left: 10px;
	vertical-align: middle;
}

@media(min-width: 950px) {
	header.stickyMode nav {
		top: 0;
	}
}

@media(max-width: 1200px) {
	header nav {
		right: 10px;
	}
	header nav ul li a {
		padding: 38px 20px;
		font-size: 15px;
	}
}
@media(max-width: 950px) {
	header nav {
		top: 0px;
	}
	header nav ul li a {
		padding: 48px 12px;
		font-size: 14px;
	}
}
@media(max-width: 767px) {
	header nav ul {
		display: none;
	}
	header a.aMobileMenuButton {
		display: block;
		float: right;
		background-color: #253242;
		padding: 5px 18px;
		margin: 15px 20px;
	}
	header a.aMobileMenuButton > img {
		height: 47px;
	}

	header nav ul {
		display: none;
		right: 0px;
		width: 80%;
		text-align: right;
		position: fixed;
		height: 100%;
		background-color: #f0f0f0;
		z-index: 10;
		padding: 20px 0;
	}
	header nav ul li {
		display: unset;
	}
	header nav ul li a {
		padding: 20px 50px;
		font-size: 14px;
		display: block;
	}
	header nav ul li.liMobileOnly {
		display: block;
	}

}
@media(max-width: 500px) {
	header a.aMobileMenuButton {
		padding: 8px 13px;
		margin: 15px 20px;
	}
	header a.aMobileMenuButton img {
		height: 40px;
	}
}


















footer{
	margin-top: 40px;
}

div.divFooterSocial{
	text-align: center;
	padding: 60px;
	background-color: #f2f2f2;
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 500;
	font-size: 26px;
	color: #253242;
	line-height: 1.3em;
}

div.divFooterSocial li{
	display: inline-block;
	margin: 25px 0 0 0;
}

img.reviewImg {
	height: 90px;
}

div.divFooterSocial li:nth-child(2){
	margin-left: 15px;
}

div.divFooterCall {
	text-align: center;
	padding: 50px;
	background-color: #253242;
	color: white;
	font-size: 26px;
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 500;
	line-height: 1.3em;
}

div.divFooterCall a {
	text-decoration: none;
	color: inherit;
}

div.divFooterCall a:hover {
	text-decoration: underline;
}

@media(max-width: 1200px) {
	div.divFooterSocial, div.divFooterCall {
		font-size: 20px;
	}
	div.divFooterSocial li img{
		height: 80px;
	}
}

@media(max-width: 1000px) {
	div.divFooterSocial, div.divFooterCall {
		font-size: 18px;
	}
	div.divFooterSocial li{
		margin: 20px 0 0 0;
	}
	div.divFooterSocial li:nth-child(2){
		margin-left: 10px;
	}
	div.divFooterSocial li img{
		height: 50px;
	}
}

@media(max-width: 750px) {
	div.divFooterSocial, div.divFooterCall {
		padding: 30px
	}
}







div.divFooterNavigationBlocks {
	position: relative;
	min-height: 100px;
	background-color: white;
	width: 1400px;
	margin: 20px auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
}

div.divFooterNavigationBlocks div.divFooterLinkBlock {
	display: block;
	width: 25%;
}

div.divFooterNavigationBlocks div.divFooterLinkBlock h2 {
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 600;
	color: #263242;
	text-transform: uppercase;
	font-size: 22px;
	padding: 20px 20px 15px;
}

div.divFooterNavigationBlocks div.divFooterLinkBlock ul {
	list-style: none;
	padding: 0px 20px 20px;
	text-transform: uppercase;
	font-size: 16px;
}

div.divFooterNavigationBlocks div.divFooterLinkBlock ul.ulContactUs {
	text-transform: none;
}

div.divFooterNavigationBlocks div.divFooterLinkBlock ul li,
div.divFooterNavigationBlocks div.divFooterLinkBlock ul li a {
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 600;
	line-height: 30px;
	text-decoration: none;
	color: #263242;
}

div.divFooterNavigationBlocks div.divFooterLinkBlock ul li a:hover {
	text-decoration: underline;
}

div.divFooterNavigationBlocks div.divFooterLinkBlock img.imgLogo {
	width: 50%;
	padding: 15px 25%;
}

div.divFooterLinkBlock ul.ulFooterSocial li img {
	height: 50px;
}

div.divFooterLinkBlock ul.ulFooterSocial li {
	display: inline-block;
	margin-top: 10px;
}

div.divFooterLinkBlock ul.ulFooterSocial li:nth-child(2) {
	margin-left: 10px;
}

@media(max-width:1500px) {
	div.divFooterNavigationBlocks {
		width: calc(100% - 40px);
		margin: 20px;
	}
	div.divFooterNavigationBlocks div.divFooterLinkBlock h2 {
		padding: 10px;
	}
	div.divFooterNavigationBlocks div.divFooterLinkBlock ul {
		padding: 0px 10px 10px;
	}
}

@media(max-width:1000px) {
	div.divFooterNavigationBlocks div.divFooterLinkBlock:first-of-type {
		display: none;
	}
	div.divFooterNavigationBlocks div.divFooterLinkBlock {
		width: 33%;
	}
}

@media(max-width:750px) {
	div.divFooterNavigationBlocks {
		display: block;
	}
	div.divFooterNavigationBlocks div.divFooterLinkBlock {
		width: 100%;
		margin-bottom: 30px;
	}
}












div.divAccreditations{
	text-align: center;
	margin-bottom: 50px;
	padding: 0px 20px;
}

div.divAccreditations img{
	max-height: 90px;
	vertical-align: middle;
	margin: 0px 30px;
}

@media(max-width:750px) {
	div.divAccreditations{
		text-align: center;
		margin-bottom: 10px;
	}

	div.divAccreditations img{
		max-height: 70px;
		margin: 0px 10px 30px 10px;
	}
}


















div.divFooterBase {
	width: 100%;
	background-color: #253242;
}

div.divFooterBaseContent {
	font-family: "Roboto", Arial, sans-serif;
	font-size: 13px;
	position: relative;
	background-color: #253242;
	width: 1400px;
	color: white;
	margin: 0 auto;
}

div.divFooterBaseContent div.left {
	float: left;
	padding: 16px 0;
	line-height: 1.5em;
}

div.divFooterBaseContent div.right {
	float: right;
	padding: 16px 0;
	line-height: 1.5em;
}

div.divFooterBaseContent div.right a {
	color: white;
}

@media(max-width: 1500px) {
	div.divFooterBase div.divFooterBaseContent {
		width: calc(100% - 40px);
		padding: 0px 20px;
	}
}















div.divBelowHeaderContainer {
	background-image: url('/modules/main/images/home/banner.jpg');
	float: left;
	width: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	margin-top: 146px;
}

@media(max-width: 750px) {
	div.divBelowHeaderContainer {
		margin-top: 87px;
	}
}

div.divPage{
	padding: 25px 20px 0px 20px;
	max-width: 1160px;
	margin: 50px auto;
	background-color: white;
}

div.divPage a,
div.divPage a:visited {
	text-decoration: none;
	color: #ffbe00;
	word-wrap: break-word;
}

div.divPage a:hover {
	text-decoration: underline;
}

div.divPage ul {
	margin-top: 5px;
}
