body {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.top-text {
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #777777;
	line-height:16px;
}
a.top-link:link, a.top-link:visited {
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #777777;
	text-decoration: none;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
a.top-link:hover, a.top-link:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.slogan {
	font-family: "Bebas Neue", sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #999999;
}


.menu-title {
	font-family: "Bebas Neue", sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #FFF;
}
.menu-link {
	font-family: "Bebas Neue", sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #666666;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding-left: 12px;
	padding-right: 12px;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.menu-link:after {
	font-weight: normal;
	content: '';
	position: absolute;
	width: calc(100% - 24px);
	transform: scaleX(0);
	height: 2px;
	bottom: 0;
	left: 12px;
	background-color: #EA7D1F;
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
}
.menu-link:hover {
	color: #000;
}
.menu-link:hover:after {
	transform: scaleX(1);
	transform-origin: bottom left;
}



.menu-link-ref {
	font-family: "Bebas Neue", sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	color: #EA7D1F;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding-left: 12px;
	padding-right: 12px;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.menu-link-ref:after {
	font-weight: normal;
	content: '';
	position: absolute;
	width: calc(100% - 24px);
	transform: scaleX(0);
	height: 2px;
	bottom: 0;
	left: 12px;
	background-color: #EA7D1F;
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
}
.menu-link-ref:hover {
	color: #000;
}
.menu-link-ref:hover:after {
	transform: scaleX(1);
	transform-origin: bottom left;
}





.menu-button {
	font-family: "Bebas Neue", sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	color: #0070A2;
	line-height:15px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding-left: 12px;
	padding-right: 12px;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.menu-button:after {
	font-weight: normal;
	content: '';
	position: absolute;
	width: calc(100% - 24px);
	transform: scaleX(0);
	height: 2px;
	bottom: 0;
	left: 12px;
	background-color: #EA7D1F;
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
}
.menu-button:hover {
	color: #000;
}
.menu-button:hover:after {
	transform: scaleX(1);
	transform-origin: bottom left;
}






.normal-text {
	font-family: "Raleway", sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-optical-sizing: auto;
	font-style: normal;
	line-height: 26px;
	text-align: justify;
	justify: inter-word;
	color: #666666;
}
.normal-text-nojust {
	font-family: "Raleway", sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-optical-sizing: auto;
	font-style: normal;
	line-height: 26px;
	color: #666666;
}
a.normal-link:link, a.normal-link:visited {
	font-family: "Raleway", sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-optical-sizing: auto;
	font-style: normal;
	text-decoration: underline;
	color: #666666;
}
a.normal-link:hover, a.normal-link:active {
	color: #000000;
	text-decoration: underline;
}
.category-text {
	font-family: "Raleway", sans-serif;
	font-size: 15px;
	font-weight: 600;
	font-style: normal;
	color: #666666;
	line-height:22px;
}
.category-link {
	font-family: "Bebas Neue", sans-serif;
	font-size: 30px;
	font-weight: 400;
	font-style: italic;
	color: #0070A2;
	line-height:28px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	position: relative;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.category-link:after {
	font-weight: 400;
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #EA7D1F;
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
}
.category-link:hover {
	color: #000;
}
.category-link:hover:after {
	transform: scaleX(1);
	transform-origin: bottom left;
}


.zoom-card {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.zoom-card img {
  display: block;
  width: 100%;
  transition: transform 0.4s ease;
}


.zoom-card:hover img {
  transform: scale(1.1);
}


.zoom-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.zoom-card:hover .zoom-overlay {
  background: rgba(0,0,0,0.35);
}
.zoom-overlay span {
font-family: "Bebas Neue", sans-serif;
font-size: 30px;
color:#FFFFFF;
font-weight: 400;
font-style: italic;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.3s ease;
}
.zoom-card:hover .zoom-overlay span {
  opacity: 1;
  transform: translateY(0);
}






.bottom-menu-h1 {
	font-family: "Raleway", sans-serif;
	font-size: 11px;
	font-weight: 600;
	font-style: normal;
	color: #999999;
	text-transform:uppercase;
}




.contact-text {
	font-family: "Raleway", sans-serif;
	font-size: 25px;
	font-weight: 400;
	font-optical-sizing: auto;
	font-style: normal;
	color: #000000;
}
a.contact-link:link, a.contact-link:visited {
	font-family: "Raleway", sans-serif;
	font-size: 25px;
	font-weight: 400;
	font-optical-sizing: auto;
	font-style: normal;
	text-decoration: none;
	color: #000000;
}
a.contact-link:hover, a.contact-link:active {
	color: #CE191F;
	text-decoration: none;
}
h1 {
	font-family: "Raleway", sans-serif;
	font-size: 22px;
	font-weight: 600;
	font-style: italic;
	color: #EA7D1F;
	line-height: 26px;
	margin: 0;
	padding-bottom:10px;
}
h2 {
	font-family: "Raleway", sans-serif;
	font-size: 22px;
	font-weight: 600;
	font-style: italic;
	color: #00709F;
	line-height: 26px;
	margin: 0px;
	padding-bottom:10px;
}
h3 {
	font-family: "Raleway", sans-serif;
	font-size: 18px;
	font-weight: 600;
	font-optical-sizing: auto;
	font-style: italic;
	color: #00709F;
	margin: 0px;
}
h4 {
	font-family: "Raleway", sans-serif;
	font-size: 15px;
	font-weight: 600;
	font-optical-sizing: auto;
	font-style: normal;
	color: #EA7D1F;
	margin: 0px;
}
h5 {
	font-family: "Raleway", sans-serif;
	font-size: 25px;
	font-weight: 300;
	font-style: normal;
	color: #9B9B9B;
	margin: 0px;
}
h6{
	font-family: "Bebas Neue", sans-serif;
	font-size: 30px;
	font-weight: 400;
	font-style: italic;
	color: #0070A2;
	line-height:28px;
	text-transform: uppercase;
	margin: 0px;
}
h7 {
	font-family: "Raleway", sans-serif;
	font-size: 15px;
	font-weight: 600;
	font-optical-sizing: auto;
	font-style: italic;
	color: #00709F;
	padding-left: 25px;
	margin: 0px;
}
h8 {
	font-family: "Raleway", sans-serif;
	font-size: 15px;
	font-weight: 600;
	font-optical-sizing: auto;
	font-style: italic;
	color: #EA7D1F;
	padding-left: 25px;
	margin: 0px;
}
P {
	margin: 0px;
	text-indent: 25px;
}
ul {
	list-style: none;
	padding-left: 0px;
	margin: 0px;
}
ul li {
	padding-left: 25px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIBAMAAAA2IaO4AAAAA3NCSVQICAjb4U/gAAAAJ1BMVEX////qfR/qfR/qfR/qfR/qfR/qfR/qfR/qfR/qfR/qfR/qfR/qfR8iss6HAAAADXRSTlMAETNVZneImbvM3e7/rx7FRAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNC8xNS8yNaJwjPwAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAMElEQVQImWNgO3PmDANHAUMmA7cBQzuDjgDDEgYvBsZDDBUMzBsYpjGwNzAAVQQAAMzcCvf+jDO7AAAAAElFTkSuQmCC) no-repeat 10px 8px;
}
ol {
	padding-left: 50px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIBAMAAAA2IaO4AAAAA3NCSVQICAjb4U/gAAAAJ1BMVEX///8AcJ8AcJ8AcJ8AcJ8AcJ8AcJ8AcJ8AcJ8AcJ8AcJ8AcJ8AcJ+4fIidAAAADXRSTlMAETNVZneImbvM3e7/rx7FRAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNC8xNS8yNaJwjPwAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAMElEQVQImWNgO3PmDANHAUMmA7cBQzuDjgDDEgYvBsZDDBUMzBsYpjGwNzAAVQQAAMzcCvf+jDO7AAAAAElFTkSuQmCC) no-repeat 35px 8px;
}
img.autowidth100 {
    width: 100%;
    height: auto;
}



.bottom-text {
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #666;
	line-height: 26px;
}
a.bottom-link:link, a.bottom-link:visited {
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #666;
	text-decoration: none;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
a.bottom-link:hover, a.bottom-link:active {
	color: #EA7D1F;
	text-decoration: none;
}
.copyright-text {
	font-family: "Raleway", sans-serif;
	font-size: 11px;
	font-weight: 300;
	color: #999;
	text-transform: uppercase;
}
.whatsapp-container {
	position: fixed;
	bottom: 20px;
	right: 20px;
	text-align: center;
	z-index: 1000;
}
.chat-bubble {
	font-family: "Raleway", sans-serif;
	background-color: white;
	color: #25D366;
	font-weight: bold;
	padding: 10px 20px;
	border-radius: 25px;
	margin-bottom: 10px;
	border: 2px solid #25D366;
	font-size: 12px;
	position: relative;
	display: inline-block;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.whatsapp-icon {
	background-color: #25D366;
	color: white;
	border-radius: 50%;
	padding: 15px;
	text-align: center;
	font-size: 24px;
	display: inline-block;
	cursor: pointer;
	transition: background-color 0.3s ease;
}
.whatsapp-icon:hover {
	background-color: #1ebe57;
}
.whatsapp-icon i {
	font-size: 24px;
}
a {
	text-decoration: none;
	color: white;
}
