@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:300,500,700&display=swap');
/*Catamaran*/
/**********************************************************************************************
						GERAL
**********************************************************************************************/
:root {
	--default-color:rgba(102,102,102,1);
	--default-color1:rgb(2, 13, 38);
	--default-color2:rgb(15, 50, 90);
	--default-color3:rgba(70,165,185,1);
	--default-color4:rgba(30,30,30,1);
	--default-color5:#30add3;
	--default-color6:rgb(255, 94, 20);
}
*:not(.double-bounce1):not(.double-bounce2):not(button):not(.btn):not(.slidedown):not(.slideup):not(.carousel-control-prev-icon):not(.carousel-control-next-icon) {
	border-radius: 0 !important;
}
* {
	font-weight: 300;
	font-family: 'Barlow Condensed', sans-serif;
}
html, body {
	font-size: 16px;
	overflow-x: hidden;
	color: var(--default-color);
}
a, a:hover {
	color: inherit;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	outline: none;
}
img {
	display:inline-block;
}
p {
	margin-bottom: 0px;
}
section {
	width: 100%;
	position: relative;
}
section:after {
	content: "";
	clear: both;
	display: table;
	overflow: hidden;
}
footer, form, section {
	box-sizing: border-box !important
}
footer, .btn {
	text-align: center
}
.container:after, .main:after, .over-h:after, form:after {
	content: "";
	display: table;
	clear: both;
}
nav .main {
	overflow: visible;
}
h1, h1 *, h2, h2 *, h3, h3 * {
    letter-spacing: -0.5px;
	font-family: 'Barlow Condensed', sans-serif;
}
h1 {
	font-size: 22px;
	line-height: 1;
}
h2 {
	font-size: 20px;
	line-height: 1;
}
h3 {
	font-size: 18px;
	line-height: 1;
}
h4 {
	font-size: 16px;
	line-height: 1;
}
h5 {
	font-size: 14px;
	line-height: 1;
}
h6 {
	font-size: 12px;
	line-height: 1;
}
form:not(.no-box):not(.row) {
	width: 100%;
}
label {
/*	float: left;*/
	position: relative;
}
form button, input:not([type=checkbox]):not([type=radio]), select, textarea, .btn {
	outline: 0;
	width: 100%;
	font-size: 14px;
	color: var(--default-color);
	padding: 10px;
	margin: 5px 0;
	border: 1px solid;
	font-family: "Barlow Condensed", sans-serif !important;
	border-color: var(--default-color2);
	-moz-outline: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: all ease-in-out .2s;
	box-sizing: border-box;
	transition: all ease-in-out .2s;
}
option {
	color: #000;
}
input:not([type=checkbox]):not([type=radio]), select, textarea {
	background-color: white;
}
input:not([type=checkbox]):not([type=radio]):focus, select:focus, textarea:focus {
	-webkit-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
}
input[type=date], input[type=time], input[type=file] {
	padding: 8px 10px!important
}
form select {
	padding: 11.5px 10px !important;
}
/*form button, .btn {
	padding: 10px 10px !important;
}*/
form button, .btn {
	/*cursor: pointer;
	margin-bottom: 0;
	border: 1px solid;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	border-color: var(--default-color1);
	background-color: var(--default-color1);*/
	margin-top: 0;
	margin-bottom: 0;
	background-color: #30add3;
	font-size: 16px !important;
	font-size: 0.8rem;
	font-weight: 300;
	color: #fff !important;
	display: inline-block;
	padding: 10px 45px 10px 20px !important;
	border: 0;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-o-border-radius: 60px;
	-ms-border-radius: 60px;
	border-radius: 60px !important;
	text-transform: uppercase;
	position: relative;
	transition: all ease-in-out .1s;
	-moz-transition: all ease-in-out .1s;
	-webkit-transition: all ease-in-out .1s;
	-o-transition: all ease-in-out .1s;
	-ms-transition: all ease-in-out .1s;
}
form button:after, .btn:after {
	font-family: 'Font Awesome\ 5 Pro';
	content: "\f105";
	font-size: 12px;
	font-size: 0.8rem;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
form button:before, .btn:before {
	content: "";
	background:rgba(0,0,0,.2);
	width: 1px;
	height: 100%;
	position: absolute;
	right: 35px;
	top: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
form button:not(:disabled):not([class^=btn-]):hover, .btn:not(:disabled):hover {
	/*color: white;
	background-color: var(--default-color4);
	border-color: var(--default-color4);*/
	color: #fff !important;
	background-color: #020d26 !important;
	transition: all ease-in-out .1s;
	-moz-transition: all ease-in-out .1s;
	-webkit-transition: all ease-in-out .1s;
	-o-transition: all ease-in-out .1s;
	-ms-transition: all ease-in-out .1s;
}
.btn-blue {
	color: var(--default-color3) !important;
	border-color: var(--default-color1);
	background-color: var(--default-color1);
}
.btn-white {
	color: white;
	border-color: white !important;
	background-color: transparent!important;
}
.btn-white:hover {
	color: var(--default-color1) !important;
	border-color: white !important;
	background-color: white !important;
}
[disabled], [readonly] {
	font-weight:bold;
	padding:0 !important;
	color: white !important;
	font-size:18px !important;
	margin-bottom:20px !important;
	background-color: transparent !important;
}
[type=radio][disabled], [type=radio][readonly] {background-color: transparent}
hr {
	border-top: 1px solid #CCC;
	border-bottom: none;
	border-left: none;
	border-right: none;
}
ul[type=disc] li {list-style: disc inside;}
b {
	font-weight: bold !important;
}



#accordion a {
	color: #000!important;
	cursor: pointer;
	font-size: 18px;
}
.card-header{}


/**********************************************************************************************
						CLASSES
**********************************************************************************************/
.parallax {
	-webkit-transform-style: inherit;
	        transform-style: inherit; 
	overflow: hidden;
	position: relative !important;
	background-size: cover !important;
	background-attachment: fixed;
	background-position: center center;
    box-sizing: border-box;
	z-index: 1;
}
.parallax:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
	-webkit-transform-style: inherit;
	        transform-style: inherit;
	background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.parallax:not(.no-overlay):after {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
	background-color: rgba(2, 13, 38,0.9) !important;
	mix-blend-mode: multiply;
}
.parallax-mirror {
	z-index: 1 !important;
}
.no-overflow {
	overflow: visible !important;
}
.no-click {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	pointer-events: none;
}
.btn {
	width: auto !important
}
.tipo {
	font-size: 20px;
	font-weight: bold;
}
.ddd {
	font-size: 18px;
	margin-right:5px;
}
.numero {
	font-size: 26px;
	font-weight: bold;
}
.content1 {
	position: absolute;
    z-index: 10;
    bottom: 0;
    left: 100px;
}
.slidedown {
	left: 50%;
	bottom: 0px;
	color: white !important;
	padding: 10px 7px 4px;
	position: absolute;
	display: inline-block;
	border-radius: 60px 60px 0 0;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	-webkit-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
	background-color: var(--default-color5);
}
.slideup {
	right: 0;
	z-index: 1;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 4px 7px 10px;
	color: white;
	margin-top: -40px;
	border-radius: 0 0 60px 60px;
	background-color: var(--default-color5);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	text-align: center;
	position: absolute;
}
.color-white {color:white!important}
.color-grey {color:grey!important}
.color {color:var(--default-color)}
.color1 {color:var(--default-color1)}
.color2 {color:var(--default-color2)}
.color3 {color:var(--default-color3)}
.color4 {color:var(--default-color4)}
.color5 {color:var(--default-color5)}
.color6 {color:var(--default-color6)}
.bg-white {background-color: white !important}
.bg-grey {background-color: #F7F7F7 !important}
.bg-color {background-color: var(--default-color)}
.bg-color1 {background-color:var(--default-color1)}
.bg-color2 {background-color:var(--default-color2)}
.bg-color3 {background-color:var(--default-color3)}
.bg-color4 {background-color:var(--default-color4)}
.bg-color5 {background-color:var(--default-color5)}
.bg-color6 {background-color:var(--default-color6)}
.line-1 {line-height:1}
/**********************************************************************************************
						HEADER
**********************************************************************************************/
header {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	position: absolute;
	transition: all ease-in-out .2s;
	-webkit-transition: all ease-in-out .2s;
	box-shadow: 0 0px 10px rgba(0,0,0,0.2);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
}
header img {
	height: 50px;
	transition: all ease-in-out .1s;
	-moz-transition: all ease-in-out .1s;
	-webkit-transition: all ease-in-out .1s;
	-o-transition: all ease-in-out .1s;
	-ms-transition: all ease-in-out .1s;
}
header .social {
	background-color: #f1f1f1;
}
header .social-icons > div > div {
	border-left: 1px solid #ececec;
	text-align: center;
	padding: 10px;
	margin: 0;
}
header .social-icons > div > div:last-child {
	border-right: 1px solid #ececec;
}
header:not(.fixed):not(.visible) nav {
	background-color: #fff;
}
header .desk a{
	padding: 10px;
	background: #fff;
}


.navbar-mobile {
	text-align: right;
}
.navbar-mobile a {
	line-height: 1;
	display: block;
/*
	padding: 5px 10px;
	border: 1px solid white;
	background-color: rgba(0,0,0,0.6);
	box-shadow: 0 0 2px rgba(0,0,0,0.8);
*/
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}
.navbar-mobile a:focus {
/*
	background-color: rgba(0,0,0,0.8);
	box-shadow: inset 0 0 2px rgba(0,0,0,0.8);
*/
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}
.navbar-mobile a i {
	font-size: 1.5em;
}
.navbar-menu {
	list-style: none;
	margin-bottom: 0px;
	position: relative;
}
.navbar-menu li {
	position: relative;
	box-sizing: border-box;
	-webkit-transition: all ease-in-out 0.1s;
	transition: all ease-in-out 0.1s;
}
.navbar-menu li a {
	font-size: 18px;
	padding: 10px 0;
	font-weight: 500;
	box-sizing: border-box;
	position: relative !important;
	color: #30add3;
	text-align: center;
	text-transform: uppercase;
	font-family: "Barlow Condensed", sans-serif !important;
	-webkit-transition: all ease-in-out .1s;
	transition: all ease-in-out .1s;
}
.navbar-menu li a:hover, .navbar-menu li.selected a {
	color: #909090;
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}
.navbar-menu li.telefones a {
	padding: 0 5px;
	font-weight: bold;
}
.navbar-menu li.social a {
	padding: 0 5px;
}
/**********************************************************************************************
						HEADER FIXED
**********************************************************************************************/
.fixed {
	position: fixed;
}
.fixed, .pagina {
	background-color:#fff!important;
	transition: all ease-in-out 0s;
	-moz-transition: all ease-in-out 0s;
	-webkit-transition: all ease-in-out 0s;
	-o-transition: all ease-in-out 0s;
	-ms-transition: all ease-in-out 0s;
}

.fixed ul li a{
	color: var(--default-color5);
}

.fixed img, .pagina img {
	height: 40px;
	transition: all ease-in-out 0s;
	-moz-transition: all ease-in-out 0s;
	-webkit-transition: all ease-in-out 0s;
	-o-transition: all ease-in-out 0s;
	-ms-transition: all ease-in-out 0s;
}
.fixed form, .fixed .social, .pagina form {
	display: none !important;
}
.visible {
	position: fixed;
	height: 100vh;
}
.visible {
	background-color: var(--default-color1) !important;
}
.visible .navbar-menu {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	margin-top: 30px;
	pointer-events: none;
	-moz-transition: all ease-in-out .2s;
	-webkit-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
	-ms-transition: all ease-in-out .2s;
}
/*.visible .navbar-menu li:not(.social) a {
	padding: 15px 0 !important;
}*/
.fixed:not(.visible) .logo {
	display: none;
}
.visible .logo {
	bottom: 0;
    position: fixed;
	margin: 0 auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
/**********************************************************************************************
						TITLES
**********************************************************************************************/
.title {
	z-index: 2;
    margin-bottom: 20px;
    position: relative;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
     text-size-adjust: 100%; 
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.title:after {
	content: "";
	display: table;
	clear: both;
}
.title.no-border .title-center {
	border: none !important;
}
.title.no-border p {
	background-color: transparent !important;
}
.title h2 {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	box-sizing: border-box;
	font-family: Barlow Condensed, sans-serif;
	font-size: 50px;
	line-height: 1;
	margin: 0 auto 30px;
	padding: 10px 0 10px 20px;
	position: relative;
/*	text-align: center;*/
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	        text-size-adjust: 100%;
	z-index: -1;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.title h2:before {
	content: "";
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
    border-left: 5px solid !important;
    border-left-color: var(--default-color5) !important;
}
.title-center {
	text-align: center;
}
.title-left {
	text-align: left;
}
.title-right {
	text-align: right;
}
.title-center h2:before {
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}
.title-right h2:before {
	right: 0;
}
.title-left h2:before {
	left: 0;
}
.title h2 {
	color: var(--default-color4);
}
.title-dark h2 {
	color: var(--default-color4);
}
/**********************************************************************************************
						BANNERS
**********************************************************************************************/
#home .carousel-item {
	background-position: center !important;
	background-size: cover !important;
}
#home .carousel-item:before {
	top: 0;
	left: 0;
	z-index: 1;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	mix-blend-mode: multiply;
	background-color: rgba(102,102,102,0.8) !important;
}
#home .carousel-item > div, #home .carousel-item, #home .carousel-item .container, #home .carousel-item .row {
	height: 100%;
}
#home .carousel-control-prev {
	left: 0px !important;
}
#home .carousel-control-next {
	right: 0px !important;
}
#home .carousel-item h2 {
	margin: 0;
	font-size: 50px;
	line-height: 55px;
	text-transform:uppercase;
	color: white;
}
[class^=btn-slider] {
    display: block;
    padding: 5px 20px;
    position: absolute;
    font-size: 18px;
	bottom: -100px;
	letter-spacing: 1px;
	background-color: var(--default-color1);
    color: var(--default-color3);
    text-transform: uppercase;
	-webkit-transition: all .2s ease;
    transition: all .2s ease;
}
[class^=btn-slider]:hover {
	background-color: var(--default-color3);
    color: var(--default-color1);
	-webkit-transition: all .2s ease;
    transition: all .2s ease;
}
[class^=btn-slider] b {
	font-weight: 600;
}
/**********************************************************************************************
						FOOTER
**********************************************************************************************/
footer {
	color: var(--default-color);
	padding: 40px 0 20px;
	overflow-x: hidden;
	position: relative;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
}
footer h2 {
	position: relative;
	padding-left: 30px;
	color: var(--default-color1);
}
footer h2:before {
	content: "";
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
    border-left: 5px solid !important;
    border-left-color: var(--default-color5) !important;
}
.sitemap {
	overflow: hidden;
	margin:20px 0 !important
}
.sitemap li {
	text-align: left;
	box-sizing: border-box;
}
.sitemap li:first-child h4, .sitemap li:first-child h4 a {
	color: #333;
/*	font-size: 13px !important;*/
/*	margin-bottom: 0;*/
/*	text-transform: uppercase;*/
}
.sitemap li h4:first-child:before, span.simple:before {
	color: #333;
	margin: 5px 10px 0 0;
	font-family: 'Font Awesome\ 5 Pro';
	font-weight: 300;
}
.sitemap li h4:first-child:not(.simple):before {
	content: '\f105';
}
.sitemap li h4:first-child.simple:before, span.simple {
	content: '\f105';
}
.sitemap li h4 {
	font-size: 14px;
    line-height: 25px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	margin: 0;
}
.sitemap li h4:before, span.simple:before {
	color: rgba(204,232,210,1);
	content: '\f105';
	margin: 5px 10px 0 0;
	font-family: 'Font Awesome\ 5 Pro';
	font-weight: 300;
}
.sitemap a:hover {
	text-decoration: underline;
}
.sitemap h4 a {
	font-family: 'Barlow Condensed';
}
.sitemap li h6 {
	font-size: 14px;
    line-height: 25px;
    margin: 0;
}
.st0{opacity:0.2;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";}
.st1{fill-rule:evenodd;clip-rule:evenodd;fill:#E5E5E5;}
/**********************************************************************************************
						SECTIONS
**********************************************************************************************/
.galeria a {
/*
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
*/
	display: inline-block;
	position: relative;
}
.galeria a:after {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: Font Awesome\ 5 Pro;
	content: "\f002";
	font-weight: 700;
	font-size: 40px;
	color: var(--default-color3);
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	-webkit-transition:all ease-in-out .2s;
	transition: all ease-in-out .2s;
	outline: 1px solid;
	outline-offset: -10px;
	outline-color: var(--default-color3);
	background-color: rgba(37,37,79,.8);
}
.galeria a:hover:after {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition:all ease-in-out .2s;
	transition: all ease-in-out .2s;
}
.categorias figure {
	width: 100%;
	height: 250px;
	overflow: hidden;
    position: relative;
}
.categorias a figure img {
    top: 50%;
    left: 50%;
	height: 130%;
	position: absolute;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
	-webkit-transition:all ease-in-out .5s;
	transition: all ease-in-out .5s;
}
.categorias a:hover figure img {
	height: 100%;
	-webkit-transition:all ease-in-out .5s;
	transition: all ease-in-out .5s;
}
.categorias h2 {
	font-size: 16px;
	text-transform: uppercase;
	font-family: "Barlow Condensed", sans-serif !important;
}
.divider {
	width: 80px;
	border-bottom: 5px solid !important;
	border-bottom-color: var(--default-color2) !important;
}
.lista-areas li:last-child {
	border-bottom: none !important;
}
.lista-areas li h2 {
	color: var(--default-color);
	padding-left: 0;
	-moz-transition: all ease-in-out .4s;
	-webkit-transition: all ease-in-out .4s;
	-o-transition: all ease-in-out .4s;
	-ms-transition: all ease-in-out .4s;
}
.lista-areas li:hover h2 {
	color: var(--default-color4);
	padding-left: 20px;
	-moz-transition: all ease-in-out .4s;
	-webkit-transition: all ease-in-out .4s;
	-o-transition: all ease-in-out .4s;
	-ms-transition: all ease-in-out .4s;
}
.lista-areas li i {
	padding-left: 0;
	-moz-transition: all ease-in-out .4s;
	-webkit-transition: all ease-in-out .4s;
	-o-transition: all ease-in-out .4s;
	-ms-transition: all ease-in-out .4s;
}
.lista-areas li:hover i {
	padding-left: 10px;
	-moz-transition: all ease-in-out .4s;
	-webkit-transition: all ease-in-out .4s;
	-o-transition: all ease-in-out .4s;
	-ms-transition: all ease-in-out .4s;
}
/*
.border-bottom {
	border-bottom: 5px solid !important;
	border-bottom-color: var(--default-color4) !important;
}
*/
menu {
	margin: 0;
}
menu a i {
	font-size: 12px;
}
menu a.selected {
	color: var(--default-color1);
	font-weight: 700;
}
.box, .box .row	{
	height: 100%;
}
.box {
	display: block;
	padding: 10px;
	background-color: #F0F0F0;
	overflow: hidden;
}
.box:hover {
	outline: 3px solid var(--default-color4);
}
.box figure {
	width: 100%;
	margin: 0 15px 10px;
	background-color: #FFF;
}
.box h2 {
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.box h2, .preco {
	color: var(--default-color1);
}
.preco b {
	font-family: "Open sans-serif";
	font-size: 20px;
	line-height: 26px;
}
.favorito {
	cursor: pointer;
}
.favorito i {
	color: #CCC;
	font-size: 16px;
	border: 1px solid;
	border-color: #CCC;
	padding: 4px;
	font-family: "Font Awesome\ 5 Pro", "Barlow Condensed"
}
.favorito:hover i, .favorito.selected i {
	color: var(--default-color4);
	border-color: var(--default-color4);
}
.page-link {
	color: var(--default-color2);
	border: 1px solid #ccc;
}
.page-item.active .page-link {
	background-color: var(--default-color2);
	border-color: var(--default-color2);
}
.page-link:hover {
	color: var(--default-color1);
	background-color: #ccc;
	border-color: #ccc;
}
article h1 {
	overflow-wrap: break-word;
}
.box-areas {
	height: 200px;
	background-color: var(--default-color);
	transition: all ease-in-out .2s;
}
.box-areas h2 {
	font-size: 22px;
}
.box-img {
	position: relative;
	overflow: hidden;
}
.box-img img {
	position: absolute;
	width: 110%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: all ease-in-out .2s;
}
.box-areas:hover {
	background-color: var(--default-color2);
	transition: all ease-in-out .2s;
}
.box-areas:hover .box-img img {
	width: 130%;
	transition: all ease-in-out .2s;
}
/**********************************************************************************************
						MOBILE GERAL
**********************************************************************************************/
@media only screen and (max-device-width: 1024px), only screen and (max-width: 800px) {
	section:not(#home):not(#areas):not(#blog):not(#contato):not(.detalhes) {
		padding: 90px 0 0;
	}
	section {
		height: auto !important;
		text-align: center
	}
	label {
		display: block;
		margin-bottom: 10px;
	}
/*
	form button {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		padding: 12px 40px !important;
	}
*/
	.visible .navbar-menu {
		pointer-events: all !important;
	}
	.navbar-menu {
		height: 0px;
		opacity: 0;
		filter:"";
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		pointer-events: none !important;
		transition: all ease-in-out .1s;
		-moz-transition: all ease-in-out .1s;
		-webkit-transition: all ease-in-out .1s;
		-o-transition: all ease-in-out .1s;
		-ms-transition: all ease-in-out .1s;
	}
	.navbar-menu li {
		padding: 5px 15px;
/*		margin-bottom: 10px;*/
	}
	.navbar-menu li a {
		width: 100%;
	}
	.navbar-menu li:not(:first-child):not(:last-child) a {
		width: 100%;
	}
	/*.visible .navbar-menu li:not(.social) a {
		padding: 15px 0 5px !important;
	}*/
	.telefones, .telefones a {
		text-align: center !important;
	}
	.slider-text-left, .slider-text-right, .slider-text-center {
		width: 90%;
		text-align: center;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		        -ms-transform: translate(-50%, -50%);
		    transform: translate(-50%, -50%);
	}
	.btn-slider-left, .btn-slider-center, .btn-slider-right {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		margin: 0 auto;
		position: relative;
		left: 0px;
		right: 0px;
		bottom: 0;
	}
	.slider-text-left h2, .slider-text-right h2, .slider-text-center h2 {
		margin-left: 0 !important;
	}
	.title1 h2 {
		width: 100%;
		font-size: 50px;
		line-height: 1;
	}
	
	.title-center h2:before, .title-center h2:after, .title-left h2:before, .title-right h2:before {
    	bottom: 15px;
	}
	#home .carousel-inner {
		overflow: hidden;
		position: relative;
		height: 65vh;
	}
	#home .carousel-item h2 {
		font-size: 30px;
		line-height: 38px;
	}
	.slideup {
		position: relative;
	}
	.parallax:before {
		background-attachment: scroll !important;
	}
	.parallax {
		padding: 80px 0;
/*		background-attachment: inherit;*/
	}
	.parallax .title {
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}	
	.detalhes {
		padding-top: 80px !important;
	}
	#areas, #blog, #empresa {
		padding-top: 60px;
	}
	.detalhes-fit {
		padding-top: 40px !important;
	}
	.detalhes .parallax {
		padding: 120px 0 60px;
	}
	#contato .parallax {
	    padding: 40px 0;
	}
	#mapa {
		padding: 100px 0 0;
	}
	.sitemap li {
		padding: 0 !important;
		height: auto !important;
		border: none !important;
	}
	.sitemap h6 {
		margin: 0 !important;
	}
	.clientes li {
		height: 220px;
	}
	.empresa {
		background-repeat: no-repeat !important;
		background-size: cover !important;
		background-position: center !important;
	}
	.title h6 {
		font-size: 30px !important;
	}
	.open-form, .open-menu {
		display: none;
	}
	.open-menu {
		width: 100%;
	}
	.open-menu a {
		width: 100%;
		display: block;
		cursor: pointer;
	}
	.box-areas {
		height: auto;
	}
	.box-img {
		height: 200px;
	}
}
/**********************************************************************************************
						MOBILE PORTRAIT
**********************************************************************************************/
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
	header img {
		height: 40px !important;
	}
	[class^=btn-slider] {
		display: none;
	}
	.parallax {
		min-height: 500px;
	}
	footer h3, .sitemap h6 {
		text-align: left;
	}
	.galeria div a > div {
		height: 90vw !important;
	}
	#home .carousel-inner {
		overflow: hidden;
		position: relative;
		height: calc(100vh - 200px) !important;
	}
	.content1 {
		right: 0 !important;
		left: auto !important;
	}
}
/**********************************************************************************************
						MOBILE LANDSCAPE
**********************************************************************************************/
@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
	header img {
		height: 40px !important;
	}
	.slider-text-left, .slider-text-right, .slider-text-center {
		zoom:0.8;
	}
	.parallax {
		min-height: 300px;
	}
	footer h3, .sitemap h6 {
		text-align: left;
	}
	.galeria div a > div {
		height: 40vw !important;
	}
	.title:not(.title-l) .title-center {
		min-width: 50%;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		max-width: 80%;
	}
	.title-center > p {
		top: 70px;
	}
	#home .carousel-inner {
		overflow: hidden;
		position: relative;
		height: 100vh !important;
	}
	.content1 {
		left: 0 !important;
	}
}
/**********************************************************************************************
						OLDER
**********************************************************************************************/
@media only screen and (device-width: 360px) and (orientation: portrait) {}
/**********************************************************************************************
						IPHONE5
**********************************************************************************************/
@media only screen and (device-width: 320px) and (orientation: portrait) {
	.slider-text-left, .slider-text-right, .slider-text-center {zoom: 0.6;}
}
@media only screen and (min-device-width: 500px) and (max-device-width: 640px) and (orientation: landscape) {
	.slider-text-left, .slider-text-right, .slider-text-center {zoom: 0.6;}
	.box h2 {font-size: 18px;}
	nav.visible {
		overflow-y: auto;
    	box-sizing: border-box;
    	height: -webkit-fill-available;
	}
}
/**********************************************************************************************
						IPHONEX
**********************************************************************************************/
@media only screen and (width: 375px) and (orientation: portrait) {}
/**********************************************************************************************
						IPAD PORTRAIT
**********************************************************************************************/
@media only screen and (device-width :768px) and (orientation: portrait) {}
/**********************************************************************************************
						IPAD LANDSCAPE
**********************************************************************************************/
@media only screen and (device-width :1024px) and (orientation: landscape) {}
/**********************************************************************************************
						IPAD2 PORTRAIT
**********************************************************************************************/
@media only screen and (device-width:1024px) and (orientation: portrait) {}
/**********************************************************************************************
						IPAD2 LANDSCAPE
**********************************************************************************************/
@media only screen and (device-width:1366px) and (orientation: landscape) {}
/**********************************************************************************************
						TABLETS SAMSUNG
**********************************************************************************************/
@media only screen and (device-width:800px) and (orientation: portrait) {}
@media only screen and (device-width:1280px) and (orientation: landscape) {}
/**********************************************************************************************
						GERAL
**********************************************************************************************/
@media only screen and (min-width:1023px) and (max-height:960px) {}
@media only screen and (min-width:1023px) and (min-height:961px) {}
@media only screen and (min-width:1023px) and (min-device-width:1025px) {
	section:not(#home):not(#contato):not(.divider), .detalhes-fit {
		padding: 90px 0 0;
	}
	.navbar-menu li:not(.telefones) a {
		text-align: center;
	}
	.parallax {
		padding: 40px 0 !important;
		min-height: 400px;
	}
	.parallax:before {
		background-attachment: fixed !important;
	}
	/*#home, .detalhes {
		padding-top: 240px;
	}*/
	#home .carousel-inner {
		overflow: hidden;
		position: relative;
		height: 100vh;
	}
	.fix-left {
		padding-left: calc((100vw - 1080px) / 2);
	}
	.fix-right {
		padding-right: calc((100vw - 1080px) / 2);
	}
}
/**********************************************************************************************
						ULTRAWIDE
**********************************************************************************************/
@media only screen and (min-width:1919px) {
	#home .carousel-inner {
		overflow: hidden;
		position: relative;
		height: calc(100vh - 240px);
	}
}
/**********************************************************************************************
						TABLETS SAMSUNG
**********************************************************************************************/
@media only screen and (width:1280px) {}
/**********************************************************************************************
						BAIXA RESOLUÇÃO
**********************************************************************************************/
@media only screen and (width:1023px) and (orientation: landscape) {}
/**********************************************************************************************
						OUTROS 800X600
**********************************************************************************************/
@media only screen and (width:800px) {}
/**********************************************************************************************
						PRELOADER
**********************************************************************************************/
.loading {
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
	position: fixed;
	background-color: var(--default-color2);
}
.loader {
    top: 50%;
    left: 50%;
	position: absolute;
	box-sizing: border-box;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
}
.lds-grid {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
  }
  .lds-grid div {
	position: absolute;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #fff;
	animation: lds-grid 1.2s linear infinite;
  }
  .lds-grid div:nth-child(1) {
	top: 6px;
	left: 6px;
	animation-delay: 0s;
  }
  .lds-grid div:nth-child(2) {
	top: 6px;
	left: 26px;
	animation-delay: -0.4s;
  }
  .lds-grid div:nth-child(3) {
	top: 6px;
	left: 45px;
	animation-delay: -0.8s;
  }
  .lds-grid div:nth-child(4) {
	top: 26px;
	left: 6px;
	animation-delay: -0.4s;
  }
  .lds-grid div:nth-child(5) {
	top: 26px;
	left: 26px;
	animation-delay: -0.8s;
  }
  .lds-grid div:nth-child(6) {
	top: 26px;
	left: 45px;
	animation-delay: -1.2s;
  }
  .lds-grid div:nth-child(7) {
	top: 45px;
	left: 6px;
	animation-delay: -0.8s;
  }
  .lds-grid div:nth-child(8) {
	top: 45px;
	left: 26px;
	animation-delay: -1.2s;
  }
  .lds-grid div:nth-child(9) {
	top: 45px;
	left: 45px;
	animation-delay: -1.6s;
  }
  @keyframes lds-grid {
	0%, 100% {
	  opacity: 1;
	}
	50% {
	  opacity: 0.5;
	}
  }  
/**********************************************************************************************
						OUTROS
**********************************************************************************************/
#modal {
	top: 0;
	left: 0;
	z-index: 999;
	width: 100vw;
	height: 100%;
	display: none;
	position: fixed;
}
#modal:before {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0,0,0,0.4);
}
#modal .middle {
	width: inherit;
}
#modal.visible {
	display: block;
}
.modal-content {
	width: 80vw;
	margin: 0 auto;
	box-sizing: border-box;
}
.modal-load {
	position: relative;
	padding: 20px !important;
	background-color: white;
}
.modal-close {
	top: 10px;
	right: 10px;
	position: absolute;
}
.modal-center {
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	        -ms-transform: translateX(-50%);
	    transform: translateX(-50%);
}
#msgbox {
	color: white;
    padding: 15px 20px;
    text-align: center;
    font-size: 18px;
    font-family: inherit;
    background-color: var(--default-color4);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
	display: none;
	box-sizing: border-box;
}
#msgbox.visible {
	display: block;
}
#map_canvas {
	z-index: 2;
	width: 100%;
	height: 500px !important;
}
#map_canvas * {
	-webkit-transition: none !important;
	transition: none !important;
}
#directions-panel {
	z-index: 2;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.adp {
	padding: 40px 0;
}
.gmnoprint+.gmnoprint {
	display: block
}
.adp-summary {
	color: black !important;
	font-size: 13px
}
.adp-summary, .adp-text {
	text-align: center !important;
}
.adp-directions {
	margin: 0 auto;
	color: black !important;
}
.adp-directions tr {
	padding: 10px 0;
}
.adp-legal {
	color: black;
	margin-bottom: 10px !important;
}
.adp-placemark {
	margin: 0 auto !important;
	border: none !important;
	background-color: transparent !important;
}
.adp-placemark td {
	color: black;
	width: auto;
	font-weight: 700;
	padding: 10px;
}
.lg-close {
	color: var(--default-color1) !important;
}
.btn-out .carousel-control-prev {
	left: -50px !important
}
.btn-out .carousel-control-next {
	right: -50px !important
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	color: white !important;
	position: relative;
	background-image: none !important;
	width: 100% !important;
	height: auto !important;
	background-color: var(--default-color5);
}
.carousel-control-prev-icon {
	border-radius: 0 60px 60px 0 !important;
}
.carousel-control-prev-icon:before {
	content: "\f104";
	font-family: 'Font Awesome\ 5 Pro';
	font-size: 30px;
	display: block;
}
.carousel-control-next-icon {
	border-radius: 60px 0 0 60px !important;
}
.carousel-control-next-icon:before {
	content: "\f105";
	font-family: 'Font Awesome\ 5 Pro';
	font-size: 30px;
	display: block;
}
/**********************************************************************************************
						BOOTSTRAP CUSTOM
**********************************************************************************************/
.opacity-50{
	opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
}
.object-fit-contain {
	-o-object-fit: contain;
	   object-fit: contain
}
.overflow-hidden {
	overflow: hidden;
}
.float-left {
	float: left !important;
}
.float-right {
	float: right !important;
}
.float-none {
	float: none !important;
}
.float-middle {
	top: 50%;
	left: 50%;
	z-index: 1;
	float: none;
	position: absolute;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
@media (min-width: 576px) {
.float-sm-left {
	float: left !important;
}
.float-sm-right {
	float: right !important;
}
.float-sm-none {
	float: none !important;
}
.text-sm-left {
	text-align: left !important;
}
.text-sm-right {
	text-align: right !important;
}
.text-sm-center {
	text-align: center !important;
}
}
@media (min-width: 768px) {
.float-md-left {
	float: left !important;
}
.float-md-right {
	float: right !important;
}
.float-md-none {
	float: none !important;
}
.text-md-left {
	text-align: left !important;
}
.text-md-right {
	text-align: right !important;
}
.text-md-center {
	text-align: center !important;
}
}
@media (min-width: 992px) {
.float-lg-left {
	float: left !important;
}
.float-lg-right {
	float: right !important;
}
.float-lg-none {
	float: none !important;
}
.text-lg-left {
	text-align: left !important;
}
.text-lg-right {
	text-align: right !important;
}
.text-lg-center {
	text-align: center !important;
}
}
@media (min-width: 1200px) {
.float-xl-left {
	float: left !important;
}
.float-xl-right {
	float: right !important;
}
.float-xl-none {
	float: none !important;
}
.float-xl-middle {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}
.text-xl-left {
	text-align: left !important;
}
.text-xl-right {
	text-align: right !important;
}
.text-xl-center {
	text-align: center !important;
}
}