*{font-size:1.1rem;}
body,a,td,SPAN,h1,h2,h3,h4,h5,h6{font-size:1.1rem;font-family: 'Open Sans', sans-serif;color:#6e6e6e;margin:0px}
IMG{border:0px}

textarea,select,input{
	color:black;
	font-size:9px;
	font-family:arial,tahoma;
	border:0px;
	overflow:hidden;
}


select.extranet-select{
	color: #97999C;
	font-size: 1rem;
	font-family: inherit;
	border: 1px solid #cacaca;
	overflow:inherit;
	background-color: #F3F4F4;
	height: 50px;
	margin:0;
}

textarea{
	overflow:auto;
	resize:none;
}


table,td,tr{
	padding:0px;
	border-spacing:0px;
	border-collapse: collapse;
}

A{
	color:#0A0B0C;
	TEXT-DECORATION:none;
	cursor:pointer;
}


A:hover{
	color:#0A0B0C;
	TEXT-DECORATION:none;
	cursor:pointer;
}

.ulnormal{
	list-style:none;
	padding:0px;
	margin:0px 0px 0px 0px;
}

.ulnormal li{
	float:left;
}

.ulnormal li a{
	color:red;
}

.header{
	border:1px solid red;
	width:1040px;
	margin:0px  auto;
	text-align:left;
}

.menu{
	margin-top:40px;
}

.slogan .title{
	 margin-top:60px;
}
.slogan-about h1{
	font-size:81px;
}


.logo{
	margin-top:40px;
}

.titulo1{
	font-family:Arial;
	font-size:10px;
	color:red;
}

.redessociais{float:right;border:1px solid red;padding-top:50px;}

.bemvindo{
	font-size:20px;
	color:red;
}
h1{
	font-size:93px;
}

h2{
	font-size:64px;
	text-transform:uppercase;
}
h3{
	font-size:48px;
}
p{
	font-size:22px;
}

.trumbowyg-editor > p {
	font-size:19px;
}

.f16{
	font-size:16px;
}


/*Diver Lanhoso*/

.row2 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; 
}


.no-padding{
	padding-left:0rem;
	padding-right:0rem;
}

.no-margin{
	margin:0;
}

.green, a.green, .green:hover{
	color:#b5E800;
}

/*Menu */
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(181,232,0, 1);
    overflow-x: hidden;
    transition: 0.5s;
    font-size: 36px;
   
   
}

.overlay-content {
	height:400px;
   
}

.overlay a {
    padding: 0px;
    text-decoration: none;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #7e4f38;
}

.closebtn {
    position: absolute;
    top: 20px;
    left: 0px;
    font-size: 60px !important;
}
.language{
	margin-top:20px;
	color:#ffffff;
	text-align:center;

}
.language .f16{
	width:119px;

}
.language .f16:hover{
	outline:solid 2px #7e4f38;

}


nav.vertical ul{
	margin-left:0;
	
}

.social a{
	color:#7e4f38;
	margin-right:50px;
	display:inline;
}

.social.social-footer a{
	margin:0 25px;
}

.newsletter{
	margin-bottom:30px;
	
}

.newsletter input{
	width:100%;
	height:60px;
	background-color:transparent!important;
	border:solid 2px #ffffff;
	color:white;
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
	font-size:20px;
	
}
.newsletter input:hover{
	
	border:solid 2px #7e4f38;
	
}
.newsletter input:focus{
	
	border:solid 2px #7e4f38;
	
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color:white;
	font-size:19px;
	opacity:1;
}

.newsletter input::-moz-placeholder{font-size:0.9rem;}
.newsletter input::-webkit-input-placeholder{font-size:0.9rem;}
.newsletter input:-ms-input-placeholder{font-size:0.9rem;}
.newsletter input:-moz-placeholder{font-size:0.9rem;}

/*Menu */

.atividades{
	
}
.atividades .info{
	margin-top:25%;
		
}
.alojamentos .info{
	margin-top:25%;
}
.produtos{
	background-color:#312925;
	padding-top:50px;	
}

.produtos .title{
	text-align:center;
	padding-bottom:50px;
}
.produtos .button{
	background-color:#ffffff;
	width:237px;
	height:60px;
	padding:1.5rem 1rem;
	margin:0;
	color:#4E413B;
}
.produtos .button.active{
	background-color:#b5e800;
	width:245px;
	height:68px;
}

.noticias .title{
	padding:50px 0;
	font-size:200%;
	text-align:center;
}

.footer-home, .footer-home a{
	font-size:16px;
	padding-top:44px;
	padding-bottom:28px;
	color:#7F4F36;
	
}
.footer-menu{
	text-align:right;
}
.footer-menu a{
	padding-right:10px;
}


4/*VERTICAL MENU*/
nav.vertical{
  position:relative;
  width:100%;
  margin-top:30px;
  margin-bottom:77px;
}

/* ALL UL */
nav.vertical ul{
  list-style: none;
  
}
/* ALL LI */
nav.vertical li{
  position:relative;
  width:30%;
  
}
/* ALL A */
nav.vertical a{
  display:block;
  color:#ffffff;
  text-decoration:none;
  padding:5px 0px;
  background:none;
  transition:0.2s;}
/* ALL A HOVER */
nav.vertical li:hover > a{
  background:none;
  color: #7e4f38;
}

/* INNER UL HIDE */
nav.vertical ul ul{
  position:absolute;
  left:0%;
  top:0;
  width:100%;
  visibility:hidden;
  opacity:0;
  /*transition: transform 5.2s;*/
  transform: translateX(50px);
  margin-left:0;
  transition:2s;
  
}
/* INNER UL SHOW */
nav.vertical li:hover > ul{
  left:100%;
  visibility:visible;
  opacity:1;
  transform: translateX(0px);
  padding-left:40px;
  margin-top:10px;

}

nav.vertical ul li a{
	font-size: 34px;
	 white-space: nowrap;
	 line-height: 40px
}
nav.vertical ul li ul a {
	font-size: 24px;
	 white-space: nowrap;
	
}

/*VERTICAL MENU*/

/*SLICK*/
.slick-prev, .slick-next{
	width:auto;
	height:auto;
	z-index:1;
}
.slick-slider{
	margin-bottom:0;
}

.slick-next {
    right: 10%;
}


.slick-prev {
    left: 10%;
 
}
.parceiros .slick-next {
    right: -10%;
}


.parceiros .slick-prev {
    left: -10%;
 
}
.parceiros .slick-prev:before, .parceiros .slick-prev::before {
	/*content: '←';*/
	content: url(../i/38.png);
}
.slick-prev:before, .slick-prev::before {
	/*content: '←';*/
	content: url(../i/08.png);
}
.slick-prev:hover:before, .slick-prev:hover::before {
	/*content: '←';*/
	content: url(../i/09.png);
}


.slick-next:before, .slick-next::before{
    /*content: '→';*/
    content: url(../i/07.png);
}
.parceiros .slick-next:before, .parceiros .slick-next::before{
    /*content: '→';*/
    content: url(../i/39.png);
}

.slick-next:hover:before, .slick-next:hover::before{
    /*content: '→';*/
    content: url(../i/06.png);
}
.slick-next-2, .slick-prev-2 {
    right: 0!important;
}



/*SLICK*/

.prevarrow{
	top: 200px;
	position: absolute;
	z-index: 1;
	right: 2px;
}
.nextarrow{
	top: 130px;
	position: absolute;
	z-index: 1;
	right: 0px;
}
.prevarrow.slide{
	top:0;
	width:50%;
	height:100%;
	left:0;
	
}
.nextarrow.slide{
	top:0;
	width:50%;
	height:100%;
	
}

.single-item-hover-arrow .nextarrow.slide:hover{
	background: url("../i/06.png") center right no-repeat;
	cursor:pointer;
}
.single-item-hover-arrow .prevarrow.slide:hover{
	background: url("../i/09.png") center left no-repeat;
	cursor:pointer;
}

.navbar, .navbar-fixed{
	position:fixed;
	top:0;
	width:100%;
	background-color:rgba(14,14,14,  0.4)  ;
	z-index:999;
	height: 64px;
}

.navbar-fixed.nobackground{background:none}

.pop{
	width: 192px;
	height: 160px;
	background-color: #ffffff;
	position: absolute;
	right: 0;
	top: 62px;
	border:1px solid #B5E800;
	padding-top:26px;
}
.popt{
	width: 192px;
	height: 156px;
	background-color:#9B9B9B;
	position: fixed;
	left: 64px;
	top: 63px;
	padding-top:26px;
	
}

.popt p{
	text-align:left;
	padding-left:28px;
	margin-bottom: 0rem;
		
}

.popt p a{
	color:#ffffff;
	font-size:16px;	
	text-transform:uppercase;
}
.pop p a{
	font-size:11px;
			
}
.pop p{
	font-size:11px;
	padding-left:35px;
		
}

.line{
	border-top:1px solid #F3F4F4;
}
.line-cart{
	border-bottom:1px solid #F3F4F4;

}
.line-footer{
	border-top:1px solid #7F4F36;
	opacity:0.2;
}
.line-cart2{
	border-bottom:1px solid #D6D8D1;
	
	
}
.pop p.logout{
	margin-top:20px;

}

.popp{
	width: 390px;
	max-height: 446px;
	background-color: #ffffff;
	position: absolute;
	right: 0;
	top: 62px;
	border:1px solid #B5E800;
	font-size:11px;
	padding-bottom:26px;
	
}

.popp .buttons{
	padding-top:10px;
	
}
.popp button{
	text-align:center;
	width:160px;
	height:50px;
	margin: 0 0 0 0;
	
}
.popp button.carrinho{
	color:#404142;
	background-color:#F5F5F5;
}
.popp button.checkout{
	color:#ffffff;
	background-color:#515354;
}
.popp .info{
	width: 390px;
	max-height: 330px;	
	padding-left:26px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-top: 26px;
}

.popp .info.no-width{width:auto}

.popp .info .details{
	font-size:11px;
	color:#4A4A4A;
	margin-bottom: 0;
}

#circle { 
	padding-left:7px;
	color:#B5E800;
	font-size:11px;
	width: 20px;
	height: 20px;
	background: #7F4F36;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position: absolute;
	z-index: 999;
	right: 5px;
	top: 15px;
}
#circle a {
	color:#B5E800;
	font-size:11px;
}
#circle2 { 
	padding-left:10px;
	padding-top:5px;
	color:#ffffff;
	font-size:16px;
	width: 30px;
	height: 30px;
	background: #7F4F36;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 20px;
	position: absolute;
	z-index: 9;
	right: -14px;
	top: -10px;
}

.button-planeador{
	text-align:center;
	height:64px;
	width:308px;
	left:0;
	font-size:16px;
	padding-top: 20px;
	color:#B5E800;
	background-color:#4E413B;
}
.button-planeador a{
	
	font-size:16px;
	padding-top: 20px;
	color:#B5E800;
	
}

.button-loja{
	text-align:center;
	height:64px;
	line-height:64px;
	left:0;
	padding:0 20px;
	color:#B5E800;
	background-color:#B5E800;
	float:right; 
	margin-right:38px;
}
.button-loja a{
	font-size:1em;
	color:#4E413B;

}
.button-tipo{
	text-align:center;
	height:64px;
	width:128px;
	left:0;
	padding-top: 15px;
	background-color:#7F7F7F;
	
}
.button-previous{
	text-align:center;
	height:64px;
	width:64px;
	left:0;
	padding-top: 15px;
	background-color:#4A4A4A;
	color:#ffffff;
	
}
.button-previous a{
	font-size:1em;
	color:#ffffff;

}
.button-tipo a{
	font-size:1em;
	color:#ffffff;

}

.button-arrow{
	text-align:center;
	height:64px;
	width:64px;
	left:0;
	padding-top: 10px;
	background-color:#4A4A4A;
	color:#ffffff;
	
}

.fa-rotate-90 {
    -ms-transform:rotate(-90deg);     /* Internet Explorer 9 */
    -webkit-transform:rotate(-90deg); /* Chrome, Safari, Opera */
    transform:rotate(-90deg);         /* Standard syntax */
}
.fa-rotate-180 {
    -ms-transform:rotate(-180deg);     /* Internet Explorer 9 */
    -webkit-transform:rotate(-180deg); /* Chrome, Safari, Opera */
    transform:rotate(-180deg);         /* Standard syntax */
}



.valign-middle {
    display: table;
    width:100%;
    padding-left:0px;
    margin-right:0 !important;
    margin-left:0 !important;
    margin-top:1.313em;
}

.valign-middle div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width:20%;
    margin: 0 auto;
}

.valign-middle div img{
    text-align:center;
    margin-left:0 !important;
    margin-right:0 !important;
}



.valign-middle div img:last-child {
    float: none;
    margin-right:0px !important;
}

.centered-img{
	display: inline-block
}
.footer{
	padding-top:75px;
	padding-bottom:53px;
	background-image: url("../i/35.png");
	background-repeat: repeat;
	width:100%;
	 -webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.2);
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.2);
	
	
}

.footer a{
	font-size:11px;
	color:#7F4F36;
	text-transform:uppercase;
	
}
.footer ul{
	 list-style-type: none;
	 margin-left: 0;
}
.footer p a{
	font-size:1rem;
	color:#7F4F36;
	text-transform:uppercase;
}

.footer .menus{
	padding-bottom:86px;
}


.menuf-record, .menuf-record a, .menuf-record p{
	font-size:1rem;
	color:#7F4F36;
	text-transform:uppercase;
	 white-space: nowrap;
}

.menuf-record li a{font-size:11px;
	color:#7F4F36;
	text-transform:uppercase;} 


.line-zigzag{
	background-image: url("../i/36.png");
	background-repeat: repeat-x;
	width:100%;
	height:10px;
}

.copyright{
	float:left;
	font-size:11px;
	color:#7F4F36;

}

.footer .social{
	text-align:center;
}
.menu-footer{
	text-align:right;
}

.menu-footer .menu{margin-top:0;}
.menu-footer .menu > li > a{padding-top:0;padding-bottom:0;}

.menu-footer a{
	font-size:11px;
	color:#7F4F36;
	padding-left:27px;
}
.footer-bottom{
	margin-top:45px;
}

.apresentation .content{
	background-color:#ffffff;
	padding-top:32px;
	padding-bottom:25px;
	padding-left: 2rem;
	padding-right: 61px;

}
.apresentation .info{
	font-size:24px;
	padding-left:76px;
}
.apresentation .info .price{
	text-align:right;
	margin-top:76px;
	font-size:1rem;
}
.modalidades{
	margin-top:42px;

}
.modalidades .item{
	margin-top:42px;
	padding-bottom:15px;
}

.modalidades .content{
	padding-top:20px;
	padding-left:35px;
	padding-right:50px;
}
.modalidades .content .title h4{
	font-size:36px;
	color:#404142;
	text-transform:uppercase;
}
.modalidades .content .price{
	font-size:36px;

}
.modalidades .content .buttons{
	text-align:right;

}

.button-add-cart{
	text-transform:uppercase;
	width:214px;
	height:44px;
	font-size:14px;
	color:#9DC802;
	border:solid 2px #9DC802;
}

.button-add-cart.small{
	text-transform:uppercase;
	width:130px;
	height:34px;
	font-size:0.7rem;
	color:#9DC802;
	border:solid 2px #9DC802;
}

.menu-atividades{
	text-align:center;
	text-transform:uppercase;
	background-color:#ffffff;
	margin-top:121px
}

.menu-news{
	text-align:center;
	text-transform:uppercase;
	background-color:#ffffff;
}

.menu-atividades a, .menu-news a{
	color:#D6D8D1;
	font-size:36px;
}

.menu-atividades .next, .menu-news .next{
	padding-top:82px;
	padding-bottom:82px;
	
}
.menu-atividades .previous, .menu-news .previous{
	padding-top:82px;
	padding-bottom:82px;
}

.menu-atividades .next:hover, .menu-atividades .previous:hover,  .menu-news .next:hover, .menu-news .previous:hover{
	background-color:#DBED9A;
	
	
}
.menu-atividades .next:hover a, .menu-atividades .previous:hover a, .menu-news .next:hover a, .menu-news .previous:hover a{
	color:#404142;
}

.text-about{
	background-image: url("../i/35.png");
	background-repeat: repeat;
	width:100%;
}

.text-about.bwhite{
	background:white;
}

.parceiros{
	background-image: url("../i/35.png");
	background-repeat: repeat;
	width:100%;
}
.text-about{
	padding-top:70px;
	padding-bottom:147px;
}
.text-about .title{
	color:#7F4F36;
	font-size:24px;
	text-transform:uppercase;
	padding-bottom:45px;
}
.text-about .text{
	color:#4E413B;
	font-size:23px;
}
.mapa{
	padding:70px 0;
}
.mapa h2{
	font-size:81px;
}
.parceiros{
	padding:60px 0;
}
.parceiros .title{
	font-size:56px;
	padding-bottom:20px;
}

.contact-info{
	background-image: url("../i/37.png");
	background-repeat: repeat;
	height:100%;
	padding-top:50px;
	padding-bottom:123px;
	text-transform:uppercase;
	
}
.contact-info .box-info{
	background-color:#ffffff;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.39);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.39);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.39);
	padding:20px;
	position:relative;
	text-align:center;
}
.contact-info .home-address{
	text-align:center;
}

.contact-info  p{
	color:#ABAEA7;
	font-size:16px;
	
}
.contact-title, .contact-title b{
	color:#7F4F36;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
}

.contact-text{
	color:#ABAEA7;
	font-size:0.7rem;
	text-transform:uppercase;
	font-weight:normal;
	word-break: break-all;
}

.contact-info  .email{
	color:#ffffff;
	
	position:absolute;
	bottom:-30px;
	width:244px;
	left: 0;
	right: 0;
	margin: auto;	
	
}
.content-alojamento{
	padding-top:120px;
}

.mountain-homes{
	padding-top:100px;
	font-size:0;
	background-color:#CBCBCB;

}
.mountain-homes a img,
.mountain-chalets a img,
.another-option a img{
	 max-width:300px;
	 width:100%;
	 
}
.mountain-homes .title{
	color:#FFFFFF;
	font-size:81px;
	margin-bottom:64px;
	text-transform:uppercase;
}
.mountain-chalets{
	padding-top:100px;
	font-size:0;
	background-color:#CBCBCB;
}
.mountain-chalets .title{
	color:#FFFFFF;
	font-size:81px;
	margin-bottom:64px;
	text-transform:uppercase;
}

.another-option{
	padding-top:40px;
	font-size:0;
}

.title-opcoes{
	padding-bottom:40px;
}
.another-option .title h3{
	color:#ffffff;
	opacity:0.2;
	font-size:81px;
	text-transform:uppercase;
}

.accordion li a{
	text-align:center;

}
.accordion .inicio, .inicio .accordion-content {
	background-color:#ffffff;
	
}

.accordion-content{
	border-bottom:none;
	padding-bottom:4rem;
}

.accordion-title{
	border-bottom:none;
	box-shadow: 0 -5px 9px -10px rgba(0,0,0,0.5);
	font-size:24px;
	color:#4A4A4A;
}
a:hover.accordion-title {
		background-color: inherit;
		color:#52423A;
}
.accordion-title:hover {
		background-color: inherit;
		color:#404142;
}
a:active.accordion-title {
		background-color: inherit;
	
}
a:focus.accordion-title {
		background-color: inherit;
		
}

.accordion {
    border: none;
}
.accordion ul {
	margin-bottom: 0rem;
    border: none;
}

.is-active .accordion-title{
	color:#9B9B9B;
}

.accordion .wrapper-ini{
	background-color:#EBEBEB;
	padding-top:63px;
	padding-bottom:63px;
	padding-right:120px;
	padding-left:120px;
	width:100%;
	margin:0 auto;
	color:#FFFFFF;
	margin-bottom:80px;
}
.accordion .wrapper-ini .date{
	background-color:#B5E800;
	height:146px;
	width:146px;
	margin: 0 auto;
	margin-bottom:76px;
	padding-top:2px;
}
.accordion .wrapper-ini select{
	border:solid 2px #9B9B9B;
	font-size: 12px;
	background-color:transparent;
	color:#4A4A4A;
	height:50px;
	padding-right: 40px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb(74, 74,74)"></polygon></svg>');
	float:right;
}
.accordion .wrapper-ini input{
	border:solid 2px #9B9B9B;
	font-size: 12px;
	background-color:transparent;
	color:#4A4A4A;
	height:50px;
	float:left;
		
}
.accordion ::-webkit-input-placeholder {
	color: #4A4A4A;
	font-size: 12px;
	
}

.accordion :-moz-placeholder { /* Firefox 18- */
	color: #4A4A4A;
	font-size: 12px;  

}

.accordion ::-moz-placeholder {  /* Firefox 19+ */
	color: #4A4A4A;
	font-size: 12px;

}

.accordion :-ms-input-placeholder {  
	color: #4A4A4A;
	font-size: 12px;  

}


.accordion .wrapper-ini p.title{
	font-size:12px;
	color:#4A4A4A;
}
.accordion .wrapper-ini .date .day{
	margin-top:18px;
	font-size:57px;
	margin-bottom:0;
	line-height: 1.1;
	
}
.accordion .wrapper-ini .date .month{
	font-size:24px;
	margin-bottom:0;
}
.accordion .wrapper-ini .date .year{
	font-size:11px;
	margin-bottom:0;
	color:#4A4A4A;
}
.accordion .next{
	width: 200px;
	
	/* Safari */
	-webkit-transform: rotate(90deg);

	/* Firefox */
	-moz-transform: rotate(90deg);

	/* IE */
	-ms-transform: rotate(90deg);

	/* Opera */
	-o-transform: rotate(90deg);

}
.accordion .previous{
	width: 400px;
	padding-bottom:100px;
	padding-right:40px;
		/* Safari */
	-webkit-transform: rotate(-90deg);

	/* Firefox */
	-moz-transform: rotate(-90deg);

	/* IE */
	-ms-transform: rotate(-90deg);

	/* Opera */
	-o-transform: rotate(-90deg);

}
.accordion .next a, .accordion .previous a{
	font-size:36px;
	color:#52423A;

}
.accordion .nav a:hover{
	color:#7F4f36;
}


.menu-step{
	position:absolute;
	top:40%;
	z-index:1;
}
.menu-step .step .bar{
	width:86px;
	height:10px;
	border-top: solid 10px #B5E800;
	float:left;
	margin-top:4px;
	margin-right:10px
}
.menu-step .others-bar{
	width:39px;
	height:4px;
	border: solid 4px #9B9B9B;
	margin-top:18px;
	

}
.menu-step .step span {
	font-size:11px;
	color:#4A4A4A;

}
.bar-progress{
	position:absolute;
	top:20%;
	right:0;
	z-index:1;
}
.bar-progress .bar{
	width:50px;
	height:453px;
	border:#4A4A4A solid 2px;
	position: relative;
	float:left;
}
.bar-progress .bar .progress{
	width:46px;
	border-right:#B5E800 solid 46px;
	position:absolute;
	bottom:0;
	margin-bottom:0;
}
.bar-progress .bar .progress span{
	top:-30px;
	right:-40px;
	font-size:1rem;
	color:#4A4A4A;
	position: absolute;
	
}
.bar-progress .others-bar{
	width:30px;
	height:1px;
	border: solid 1px #4A4A4A;
	right: 0px;

	position:absolute;

}
.bar-progress .others-bar-small{
	width:15px;
	height:1px;
	border: solid 1px #4A4A4A;
	right: 0px;
	
	position:absolute;

}

.bar-progress .bottom-0{
	bottom:0;
}
.bar-progress .bottom-25{
	bottom:25%;
}
.bar-progress .bottom-50{
	bottom:50%;
}
.bar-progress .bottom-75{
	bottom:75%;
}
.bar-progress .top-0{
	top:0;
}

.bar-progress .wrapper-ini{
	position:relative;
	height:453px;

}
.bar-progress .other{
	float:right;
	margin-left:15px;
	width:30px;
	
}

.accordion .wrapper{
	background-color:#EBEBEB;
	padding-top:93px;
	padding-bottom:63px;
	padding-right:120px;
	padding-left:120px;
	color:#4A4A4A;
	width:100%;
	margin:0 auto;
	text-transform:uppercase;
}

.accordion .wrapper.short{
	padding-right:50px;
	padding-left:50px;
}

.accordion .wrapper a{
	color:#4A4A4A;

}
.accordion .wrapper .layer.active,.wrapper .layer.active a {
	color:#9B9B9B;

}
.accordion .wrapper .layer{
	padding-bottom:5px;

}

.sub-layer .quantidade{
	font-size:12px;
	line-height: 38px;
}

.accordion .wrapper .sub-layer .nivel {
	font-size:12px;
	line-height: 38px;
}


.accordion .wrapper .sub-layer .preco{
	text-align: right;
	
}
.accordion .wrapper .sub-layer .datas label{
	font-size:12px;
	color: #4A4A4A;
	
}
.accordion .wrapper .sub-layer .datas {
	border:solid 1px #4A4A4A;
	padding:18px 18px 18px 18px;
	
}
.accordion .wrapper .sub-layer .datas .checkbox{
	width:10px;
	float:right;
	margin: 0 0 0rem;
	
	
	
}
.sub-layer input{
	width:60px;
	background-color: transparent;
	box-shadow: none;
	float:right;
	border: 2px solid #4A4A4A;
	color:#4A4A4A;
	font-size:0.950em;
	height: 2.0rem;
	padding: 0.2rem;
}

.accordion .menu{
	color:#ffffff;
	text-transform:uppercase;
}

.accordion .button{
	background-color:#9B9B9B;
	width:132px;
	height:60px;
	padding:1.5rem 1rem;
	margin:0;
	color:#4E413B;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.43);
	-moz-box-shadow:    0px 2px 4px 0px rgba(50, 50, 50, 0.43);
	box-shadow:         0px 2px 4px 0px rgba(50, 50, 50, 0.43);
	color:#ffffff;
	text-transform:uppercase;
}

.accordion .button.housing{
	padding:1rem 1rem;
}

.accordion .button.active{
	background-color:#b5e800;
	width:153px;
	height:68px;
}
.accordion .menu{
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	position:absolute;
	top: -30px;
}
.accordion .checkout{
	color:#ffffff;
	font-size:16px;
	padding-top:15px;
	padding-bottom:15px;
	background-color:#b5e800;
	position:absolute;
	text-align: center;
	text-transform:uppercase;
	width:189px;
	left: 0;
	right: 0;
	margin: auto;
	margin-top:40px;
	cursor:pointer;
}

.accordion .checkout.left{
	position:relative;
	float:left;
}

.accordion .checkout.left.prev{
	margin-right:5px;
}

.product-properties{
	font-size:16px;
}

.slogan-categoria{
	text-transform:uppercase;
	
}

.slogan-categoria .title.alojamento{ 
	 background: url("../i/43.png") left bottom no-repeat ;
	 padding-left:120px;
}

.slogan-categoria .title.area-title-1{ /*agua*/
	 background: url("../i/42.png") left bottom no-repeat ;
	 padding-left:120px;
}
.slogan-categoria .title.area-title-1 h1{
	color:#007CBD;
}
.slogan-categoria .title.area-title-2{ /*terra*/
	 background: url("../i/45.png") left bottom no-repeat ;
	padding-left:120px;
}
.slogan-categoria .title.area-title-2 h1{
	color:#46B101;
}
.slogan-categoria .title.area-title-4{ /*fogo*/
	 background: url("../i/44.png") left bottom no-repeat ;
	 padding-left:120px;
}
.slogan-categoria .title.area-title-4 h1{
	color:#FF6C02;
}

.slogan-categoria .title.area-title-3{ /*ar*/
	 background: url("../i/46.png") left bottom no-repeat ;
	padding-left:120px;
}
.slogan-categoria .title.area-title-3 h1{
	color:#85C0E9;
}

.slogan-categoria .title h1{
	padding-top:100px;
	line-height: 0.8em;
	 text-align: left;
}

.banner-text-shadow{text-shadow: 0px 1px 7px rgba(0,0,0,0.68);}

.plk-partner{position:relative}

.plk-partner-info{position:absolute;top:10%;left:0;padding:0.250em;font-size:14px;background:#b5E800;color:#7F4F36;z-index:3;}

.box-info table, .box-info tbody, .box-info tr, .box-info td{border:none !important;background:none !important;}

.wizard-date-hidden-inputs{margin:0;padding:0;border:none;background:#B5E800;box-shadow:none;color:transparent;}

.carrinho .wrapper{
	background-color:#ffffff;
	-webkit-box-shadow: 0px 11px 23px -5px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 11px 23px -5px rgba(0,0,0,0.33);
	box-shadow: 0px 11px 23px -5px rgba(0,0,0,0.33);
	padding:46px 0px 0px 46px ;
}

.carrinho .wrapper .index{
	
	padding-right:46px;
}

.carrinho .wrapper span{
	text-transform:uppercase;
	font-size:11px;
	color:#404142;
}

.carrinho .wrapper .product{
	padding-top:20px;
	padding-bottom:20px;
	padding-right:46px;
}
.carrinho .wrapper .product .specifi{
	padding-top:45px;
	
}
.carrinho .wrapper p{
	font-size:11px;
	color:#9799C;
	
}
.carrinho button.checkout{
	color:#ffffff;
	background-color:#515354;
	width: 160px;
	height: 50px;
}
.carrinho button.submeter{
	color:#515354;
	border:2px solid #515354; 
	background:none;
	width: 160px;
	height: 50px;
}
.carrinho .final{
	padding:47px 47px 20px;
	background-color:#F5F5F5;
}

.carrinho ::-webkit-input-placeholder {
   color: #404142;
   font-size:11px;
}

.carrinho :-moz-placeholder { /* Firefox 18- */
   color: #404142; 
   font-size:11px; 
}

.carrinho ::-moz-placeholder {  /* Firefox 19+ */
   color: #404142;  
   font-size:11px;
}

.carrinho :-ms-input-placeholder {  
   color: #404142;  
   font-size:11px;
}
.carrinho .last{
	padding:47px 0 0 0;
}
.carrinho .last input{
	background-color:#F5F5F5;
	border:none;
	box-shadow:none;
	width:227px;
	height:50px;
	float:left;
}
.carrinho .specifi input{
	text-align:center;
	border:solid 2px #D6D8D1;
	box-shadow:none;
	width:42px;
	height:42px;

}
.carrinho .specifi .quantidade input {
	width:64px;
	
}


.wizard-add-button{
	border:solid 2px #404142;
	text-transform:uppercase;
	font-size:12px;
	padding:0 10px;
	float:right;
	height: 2.0rem;
	line-height: 2.0rem;
}

.wizard-line-item{clear:both;margin-bottom:1.5em;}

.cor { 
   width:24px;
   height:24px;
  
   -moz-border-radius: 70px; 
   -webkit-border-radius: 70px; 
   border-radius: 70px;
   border:solid 2px #ffffff;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.4);
}

.area-item{float:left;position:relative}
.area-item-title{position:absolute;bottom:2%;padding:0.250em 0.500em;color:white;text-shadow: 0px 1px 7px rgba(0,0,0,0.68);width:100%;}
.area-item-title.area-title-1{background:rgba(0, 124, 189, 0.8);}/*agua*/
.area-item-title:hover.area-title-1{background:rgba(0, 124, 189, 0.6);}/*agua*/
.area-item-title.area-title-2{background:rgba(76, 179, 1, 0.8);}/*terra*/
.area-item-title:hover.area-title-2{background:rgba(76, 179, 1, 0.6);}/*terra*/
.area-item-title.area-title-3{background:rgba(135, 194, 234, 0.8);}/*ar*/
.area-item-title:hover.area-title-3{background:rgba(135, 194, 234, 0.6);}/*ar*/
.area-item-title.area-title-4{background:rgba(255, 105, 1, 0.8);}/*fogo*/
.area-item-title:hover.area-title-4{background:rgba(255, 105, 1, 0.6);}/*fogo*/
/*.area-item:hover > .area-item-title{display:none}*/

.housing-item{position:relative;max-width:300px;display:inline-block;}
.housing-item-title{position:absolute;bottom:2%;padding:0.250em 0.500em;color:white;text-shadow: 0px 1px 7px rgba(0,0,0,0.68);width:100%;max-width:300px;background:rgba(105, 69, 3, 0.8);text-align:left}
.housing-item:hover > .housing-item-title{display:none}

.fancybox-close {
    top: -0px;
    right: -35px;
    background: url('../i/33.png') no-repeat;
}
.fancybox-next span {
    background: url('../i/06.png') no-repeat;
    width:32px;
    height:52px;
}
.fancybox-prev span{
	background: url('../i/09.png') no-repeat;
    width:32px;
    height:52px;
}

.carrinho-fim .form-wrapper {
    padding-left: 15%;
    padding-top: 150px;
}

.form-wrapper-padding{
	padding-left:15%;
}


.form-wrapper input{
	width:100%;
	height:50px;
	box-shadow:none;
	border:none;
	background-color:#F3F4F4;
	padding-right:40px;
	padding-left:20px;
	color: #97999C;
	font-size:1.188rem;
	transition:none; 
	
}
.form-wrapper select{
	width:100%;
	height:50px;
	box-shadow:none;
	background-color:#F3F4F4;
	border:none;
	color: #97999C;
	font-size:1.188rem;
}
.form-wrapper textarea{
	width:100%;
	padding-top:20px;
	padding-left:25px;
	box-shadow:none;
	background-color:#F3F4F4;
	border:none;
	color: #97999C;
	font-size: 19px;
}

.form-wrapper input.mandatory {
	background-image: url(../i/48.png);
	background-position:right 30px center ;
	background-repeat:no-repeat;
	
}
.form-wrapper textarea.mandatory {
	background-image: url(../i/48.png);
	background-position:right 30px top 20px;
	background-repeat:no-repeat;
	
}
.form-wrapper select {

	background-position:right;
	padding-right:30px;
	padding-left:20px;

}

.form-wrapper input:focus{
	-webkit-box-shadow: inset 0px 0px 5px -2px rgba(0,0,0,0.44);
	-moz-box-shadow: inset 0px 0px 5px -2px rgba(0,0,0,0.44);
	box-shadow: inset 0px 0px 5px -2px rgba(0,0,0,0.44);
	color:#97999C!important;
	background-color:transparent;
	border-bottom:#B5E800 2px solid;
}

.form-wrapper select:focus{
	background-color:transparent;
	border-bottom:#B5E800 2px solid;
	-webkit-box-shadow: inset 0px 0px 5px -2px rgba(0,0,0,0.44);
	-moz-box-shadow: inset 0px 0px 5px -2px rgba(0,0,0,0.44);
	box-shadow: inset 0px 0px 5px -2px rgba(0,0,0,0.44);
}
.form-wrapper textarea:focus{
	background-color:transparent;
	border-bottom:#B5E800 2px solid;
	-webkit-box-shadow: inset 0px 0px 5px -2px rgba(0,0,0,0.44);
	-moz-box-shadow: inset 0px 0px 5px -2px rgba(0,0,0,0.44);
	box-shadow: inset 0px 0px 5px -2px rgba(0,0,0,0.44);
}

.form-wrapper ::-webkit-input-placeholder {
   color: #97999C;
   font-size:1.188rem;
}

.form-wrapper :-moz-placeholder { /* Firefox 18- */
   color: #97999C;
   font-size:1.188rem;
}

.form-wrapper ::-moz-placeholder {  /* Firefox 19+ */
   color: #97999C;
   font-size:1.188rem;
}

.form-wrapper :-ms-input-placeholder {  
   color: #97999C;
   font-size:1.188rem;
}


 .carrinho-fim .info p, .carrinho-fim .info a{
	font-size:11px;
	text-transform:uppercase;
	color: #97999C;
}
.carrinho-fim button.submeter{
	color:#515354;
	border:2px solid #515354; 
	background:none;
	width: 160px;
	height: 50px;
	float:right;
	margin-top:20px;
}


/** MOUSE ANIMATION**/

.mouse-wrapper{
	position:absolute;
	bottom:5%;
	left:50%;
	cursor:pointer;
}

.arrows span{
  display: block;
  width: 10px;
  height: 10px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 0 3px 9px;
   box-shadow:3px 4px 4px 0px rgba(0, 0, 0, 0.43);
}

.unu, .doi, .trei{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}

.unu{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
   margin-top: 6px;
}

.doi{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
}

.trei{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
}

.mouse{
  height: 42px;
  width: 28px;
  border-radius: 20px;
  transform: none;
  border: 2px solid white;
  box-shadow:0px 2px 7px -2px rgba(0, 0, 0, 0.43);
}

.wheel{
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
   box-shadow:0px 2px 4px 0px rgba(0, 0, 0, 0.43);
}

.wheel{
  -webkit-animation: mouse-wheel 1.2s ease infinite;
  -moz-animation: mouse-wheel 1.2s ease infinite;
}

@-webkit-keyframes mouse-wheel{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-moz-keyframes mouse-wheel{
  0% { top: 1px; }
  50% { top: 2px; }
  100% { top: 3px;}
}

@-webkit-keyframes mouse-scroll {
  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {
  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {
  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {
  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
/** MOUSE ANIMATION**/

.sumario{
	background-color:#F3F4F4;
	padding-top:100px;
	padding-left:50px;
}
.sumario .item .image {
	position:relative;

}
.sumario .item{
	padding-bottom:20px;
	padding-right:10%;
	padding-top:12px;

}
.sumario .item span{
	text-transform:uppercase;
	font-size:13px;
	color:#ABAEA7;

}
.sumario .item .price span{
	text-transform:uppercase;
	font-size:1rem;
	color:#404142;
	

}
.sumario .item .price {
	padding-top:20px;

}
.sumario .item .descricao{
	padding-top:10px; 
	padding-left:25px;
	color:#404142;
}

.encomenda .wrapper{
	background-color:#ffffff;
	-webkit-box-shadow: 0px 11px 23px -5px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 11px 23px -5px rgba(0,0,0,0.33);
	box-shadow: 0px 11px 23px -5px rgba(0,0,0,0.33);
	padding:46px 20px 20px 20px ;
	
}
.encomenda .wrapper p,
.encomenda .wrapper span, .encomenda .wrapper span a{
	color:#4a4a4a;
	font-size:1.1rem;
}

.encomenda button.submeter{
	color:#515354;
	border:2px solid #515354; 
	background:none;
	width: 160px;
	height: 50px;
	float:right;
	margin-top:20px;
}

input.input-slim{
	height: 1.4375rem;
    line-height: 1.4375rem;
    margin:0;
    padding:0 0.250em;
    font-size:0.750em;
}

.button-menu{
	background:url('../i/03.png') no-repeat;
	width:64px;
	height:64px;
	position:fixed;
	top:0;
	left:0;
	z-index:2;
}

.button-cart{
	background:url('../i/32.png') no-repeat;
	width:64px;
	height:64px;
	position:relative;
	top:0;
	right:0;
	z-index:2;
}

.off-canvas{
	/*background-color:#7f4f36;*/
	background-color: rgb(181,232,0);
	height:100%
}

.off-canvas.position-right{
	background-color:#B5E800;
}

.vertical-responsive{
	padding-top:20px;
}
.vertical-responsive li{
	list-style:none;
	
}
.vertical-responsive ul li, .vertical-responsive ul li a{
	font-size:1.5rem;
	color:#FFFFFF;
}
.area-product-wrapper{
	padding-top:100px;
	padding-bottom:100px;
}

.languague-mobile li, .languague-mobile li a{color:white}

.off-canvas-content, .off-canvas-content{background:none}

.title-modalidade{
	text-align:center; 
	color:#404142;
	font-size:3.375em;
	text-transform:uppercase;
}
.containercookie{
	background-color:rgba(14,14,14, 0.7);
	color:#FFFFFF;
	position:fixed;
	bottom:0;
	width:100%;
	text-transform:uppercase;
	padding:0 20px 20px;
}
.containercookie .description{
	font-size:1rem;
	padding-top:30px;
}

.home-des-item{position:relative}
.home-des-item-title{width:100%;position:absolute;bottom:10px;padding:10px;color:white;display:block;text-shadow: 0px 1px 7px rgba(0,0,0,0.68);}
.home-des-item-title.grey{background:rgba(14,14,14, 0.8);}
.home-des-item-title.green{background:rgba(181, 232, 0, 0.9);text-align:left}
.home-des-item:hover > .home-des-item-title{opacity:0.8;}

.home-des-item-wrapper{height: 25vw;}

input.newsletter-submit{border:none;cursor:pointer;width:62px;height:62px;}
input.newsletter-submit:hover{border:none;}

.faqs .accordion li a {
    text-align: left;
}
.faqs .accordion-title {
    box-shadow: none;
    font-size: 24px;
    color: #4A4A4A;
}
.faqs .is-active > .accordion-title::before {
    left:-20px;
    font-family: FontAwesome;
    content: "\f056";
}
.faqs .accordion-title::before {
	left:-20px;
	font-family: FontAwesome;
    content:  "\f055";
}
.faqs .accordion-content {
    padding-bottom: 0;
}
.faqs .menu div a{
	color:#ffffff;
	text-transform:uppercase;
	font-size:20px;
}
.faqs .menu div {
	padding-top:20px;
	padding-bottom:20px;
	margin-right:40px;
	background-color:#B5E800;
	color:#ffffff;
	text-transform:uppercase;
	border-bottom:1px solid #ffffff;
	cursor:pointer;
}

.faqs .menu {
    margin-top: 80px;
}
.faqs .accordion{
	margin-top:55px;
}

.wizard-main-title{color:#B5E800;font-size:3.375rem}

.extra-remove-button{width:50%;height:50%;}

.main-title{color:#4A4A4A;font-size:5rem}

.cart-wrapper{padding:150px 0;}
.direct-order-wrapper{padding:150px 0;}

.cart-title{font-size:24px;color:#404142;}

.cart-total-wrapper{padding-top:45px;float:left}
.cart-remove-wrapper{float:right;padding-top:25px;}

.site-map .layers{
	padding-top:40px;
}
.site-map a{
	color:#4A4A4A;
}
.site-map .lvl1 a{
	font-size:24px;
}
.site-map .lvl2 a{
	font-size:20px;
	padding-left:20px;
}
.site-map .lvl3 a{
	font-size:16px;
	padding-left:40px;
}

.social-header{float:right;}
.social-header-wrapper{padding-top:20px;padding-left:10px;}
.social-header a{color:white;padding-left:0.875rem;padding-right:0.875rem;font-size:1rem;opacity: 0.8}
.social-header a:hover{opacity:1}

.align-page{
	padding-top:100px; 
	padding-bottom:100px;

}
.align-page .content{
	margin-top: 40px;
}
.login .button.submeter{
	color:#515354;
	border:2px solid #515354; 
	background:none;
	width: 220px;
	height: 50px;
	margin-top:20px;
}
.register .button.submeter{
	color:#515354;
	border:2px solid #515354; 
	background:none;
	width: 220px;
	height: 50px;
	margin-top:20px;
}

.login .wrapper{
	background-color:#ffffff;
	-webkit-box-shadow: 0px 11px 23px -5px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 11px 23px -5px rgba(0,0,0,0.33);
	box-shadow: 0px 11px 23px -5px rgba(0,0,0,0.33);
	padding-top:95px;
	padding-bottom:65px;
	
}
.register .wrapper{
	background-color:#ffffff;
	-webkit-box-shadow: 0px 11px 23px -5px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 11px 23px -5px rgba(0,0,0,0.33);
	box-shadow: 0px 11px 23px -5px rgba(0,0,0,0.33);
	padding-top:95px;
	padding-bottom:65px;
	
}
.faq-select{
	background-color:#b5E800;
	color:#ffffff;
	font-size:2rem;
	height:auto;
}


.my-account .checkout{
	color:#ffffff;
	padding-top:15px;
	padding-bottom:15px;
	background-color:#b5e800;
	position:absolute;
	text-align: center;
	text-transform:uppercase;
	width:148px;
	left: 0;
	right: 0;
	margin: auto;
	margin-top:10px;
	cursor:pointer;
}
.my-account .checkout a{
	color:#ffffff;
	font-size:12px;
}
.my-account .menu {
	font-size:0;
	margin-top: 0;
	position: absolute;
	top:-34px;
	text-transform:uppercase;
	left: 0;
	right: 0;
	margin: auto;
	display:flex;
}

.my-account .menu .button {
	flex:1;
	height:60px;
	line-height:60px;
	padding:0;
	margin-top:4px;
}

.my-account .menu .button:hover {
	height:68px;
	color:#ffffff;
	background-color:#B5E800;
	line-height:60px;
	margin-top:0px;
}

.my-account .menu .button.active {
	height:68px;
	color:#ffffff;
	background-color:#B5E800;
	margin-top:0px;
}
.my-account .menu a.button{
	font-size:11px;
	color:#7F4F36;
	background-color:#ffffff;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
	
}
.my-account .logout{
	padding-top:67px;
	padding-bottom:52px;
}
.my-account .logout a{
	color:#ABAEA7;
	text-transform:uppercase;
	font-size:11px;
}

.my-account .box .title{
	font-size:24px;
	border:1px solid #D6D8D1;
	padding-top:12px;
	padding-bottom:20px;
	color:#404142;
}
.my-account .box .container{
	background-color:#F3F4F4;
	padding-bottom:30px;
	
}
.my-account .box .container p, .my-account .box .container p a{
	font-size:1rem;
	color:#ABAEA7;
}
	
.my-account .box .container .item a.green{
	text-transform:uppercase;
	font-size:11px;
}

.my-account .box .container .item {
	padding-top:20px;
}

.my-account .box .container .item a{font-size:1rem;color:#ABAEA7;}
.my-account .box .container .item a.green{color:#b5E800;}

.my-account .box .container .item .date p{
	font-size:12px;
	padding-top:10px;
}

.account-title{font-size:54px;padding-top:160px;padding-bottom:180px}

.pesquisar .wrapper{
	background-color:#ffffff;
	-webkit-box-shadow: 0px 11px 23px -5px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 11px 23px -5px rgba(0,0,0,0.33);
	box-shadow: 0px 11px 23px -5px rgba(0,0,0,0.33);
	padding-top:95px;
	padding-bottom:65px;
	
}
.pesquisar .button.submeter{
	color:#515354;
	border:2px solid #515354; 
	background:none;
	width:100%;
	height: 50px;
	margin-top:20px;
}
.main-title {
    color: #4A4A4A;
    font-size: 5rem;
    text-transform:uppercase;
}

.main-title.small {
    font-size: 4rem;
}

.pesquisar .form-wrapper input {
	background-image: url(../i/54.png);
	background-position:left 5px center ;
	background-repeat:no-repeat;
	padding-left:60px;
	height:70px;
	background-color:transparent;
	border-bottom:#B5E800 2px solid;
	font-size:36px;
	
}
.pesquisar .form-wrapper input:focus{
	border-top:none;
	border-right:none;
	border-left:none;
	box-shadow: none;
	
}
.pesquisar ::-webkit-input-placeholder {
	font-size: 36px;
	text-align:center;
	
}

.pesquisar :-moz-placeholder { /* Firefox 18- */
	font-size: 36px; 
	text-align:center;

}

.pesquisar ::-moz-placeholder {  /* Firefox 19+ */
text-align:center;
	font-size: 36px;
}

.pesquisar :-ms-input-placeholder {  
	text-align:center;
	font-size: 36px; 

}
.pesquisar .results {
	margin-top:50px;
	color:#4A4A4A;
}
.pesquisar .results .info-result{
	text-transform:uppercase;
	padding-bottom:20px;
}

.area-padding-top{padding-top:3rem;}
.area-padding-bottom{padding-bottom:2rem;}
area-padding-left-0{padding-left:0;}
area-padding-right-0{padding-right:0;}


button.submit, button.submit:hover, button.submit:focus{
	color:#515354;
	border:2px solid #515354; 
	background:none;
	height: 50px;
	line-height: 50px;
	padding:0 1.5rem;
	background:white;
}

button.submit2, button.submit2:hover, button.submit2:focus{
	color:#ffffff;
	background-color:#515354;
	height: 50px;
	line-height: 50px;
	padding:0 1.5rem;
}


div.green-button{
	color:#ffffff;
	padding:0.9rem 1.1rem;
	background-color:#b5e800;
	text-align: center;
	text-transform:uppercase;
	cursor:pointer;
	font-size:12px;
	max-width: 240px;
}

div.green-button > a{color:#ffffff !important;}

.form-completed{padding:2rem 2rem 6rem;text-align:left;color:#4A4A4A;}

.address-item{margin-bottom:20px;}

.address-item .box .title{font-size:1rem;border: 1px solid #D6D8D1;padding:12px 0;color: #404142;}
.address-item .box .container{padding-bottom:0;}
.address-item .box .container .item{text-align:left;padding:0.5rem;font-size:0.9rem;}
.address-item .box .container .item div{ white-space: nowrap;overflow:hidden !important;text-overflow: ellipsis;}
.address-item .box .container .item span{font-size:0.9rem;}
.address-item .box .container .item span.item-label{color:#4A4A4A;}

.address-item-buttons{display:flex;height:50px;line-height:50px;background:#C0C2BE;position:relative;bottom:0;margin-top:20px;}
.address-item-buttons a{flex:1;color:white;line-height:50px;}
.address-item-buttons a i{line-height:50px;}
.address-item-buttons form{flex:1;color:white;line-height:50px;}
.address-item-buttons form i{line-height:50px;}

.address-list-title{text-align:right}

.order-history-list{background-color: #F3F4F4;padding:0.8rem 0;margin-bottom:3rem;}
.order-history-list-item{padding-bottom:0.2rem;border-bottom:1px solid #ffffff;margin-bottom:0.5rem;}
.order-history-list-item:last-of-type{padding-bottom:0;border-bottom:none;}
.order-history-list-item a{color:#4a4a4a;}

.container.container-left{text-align:right;padding:1rem 0.5rem 0.5rem;}

.diveroutdoor-wrapper{
	background-color: #ffffff;
	-webkit-box-shadow: 0px 11px 23px -5px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 11px 23px -5px rgba(0,0,0,0.33);
	box-shadow: 0px 11px 23px -5px rgba(0,0,0,0.33);
}

.diveroutdoor-form-wrapper{padding:3rem 0 2rem;}

.no-pic{background:#E9EAE7;text-align:center;width:100%;color:#C2C3BF;height:80px;}
.no-pic i{line-height:80px;}

.social-wrapper{margin-top:30px;}
.newsletter-wrapper{margin-top:30px;}

input.form-checkbox{width:20px;height:20px;margin:0;padding:0;}
.checkbox-label{font-size:11px;text-transform:uppercase;color:#97999C;position:relative;top:-3px;}
.checkbox-wrapper{height:20px;line-height:20px;}

.form-p{
	font-size:12px;
	color:#9799C;
	margin:0.5rem 0;
}

.order-buttons-wrapper{margin-top:3rem;}
.order-section-padding{padding-top:3rem;}

.store-terms{text-decoration:underline;font-size:0.9rem;color:#4a4a4a;}
.order-dates-wrapper{padding-top:1rem;}
.order-end-wrapper{padding-bottom:2rem;}

/*
LOJA
*/
.menu-products .menu {
	font-size:0;
	margin-top: 0;
	position: absolute;
	top:-34px;
	text-transform:uppercase;
	left: 0;
	right: 0;
	margin: auto;
	height:68px;
	display:flex;
	z-index:1;
}
.menu-products .menu .button {
	min-width:134px;
	color:#7F4F36;
	background-color:transparent;
	height:68px;
	line-height:60px;
	font-size:0;
	padding:0;
	margin:0;
	border:none;
	transition:none;
	flex:1;
}

.menu-products .menu .button:hover, .menu-products .menu .button.active{
	background-color:#B5E800;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
	position:relative;
	z-index:1;	
}


.menu-products .menu .button:hover > div, .menu-products .menu .button.active > div{
	background-color:#B5E800;
	box-shadow:none;
	
	
}

.menu-products .menu .button div{
	font-size:11px;
	padding:0;
	height:60px;
	margin:4px 0;
	background:white;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
}
.menu-products .menu .button div a{
	font-size:11px;
	color:#7F4F36;
	
}

.menu-products .menu .button.filtrar{
	background-color:#7F4F36!important;
	color:#ffffff;
	padding:0 4rem;
	background: url("../i/55.png") center left 10% no-repeat;
	font-size:11px;
	height:60px;
	margin-top:4px;

}
.menu-products .menu .button.filtrar a{
	color:#ffffff;
	font-size:11px;

}

.menu-products .sub-menu {
	position:absolute;
	top:30px;
	left:0;
	padding-top:25px;
	padding-left:20px;
	background-color:#ffffff;
	display:none;
	text-align:left;
	padding-bottom:30px;
	min-height:241px;
	width:100%;
	-webkit-box-shadow: 0px 20px 48px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 20px 48px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 20px 48px 0px rgba(0,0,0,0.1);
}
.menu-hover{
	position:relative;
	 z-index:1;
}

/*.menu-hover:hover > .sub-menu {
	position:absolute;
	left:0;
	display:block;
	min-height:241px;
	width:100%;
}*/	
	
.menu-products .sub-menu p a{
	font-size:11px;
	text-transform:uppercase;
	color:#7F4F36;
	
}

.menu-products .sub-menu p{
	margin-bottom: 0;
}

.menu-products .line-vertical{
	border-right:solid 2px #F3F4F4;
}

.item-shop .item{
	background-color:#ffffff;
}

.item-shop .item .info{
	padding-top:20px;
}
.item-shop .item .info .title a{
	font-size:24px;
	text-transform:uppercase;
	color:#404142;
}
.item-shop .item .info .brand p {
	font-size:13px;
	text-transform:uppercase;
	color:#ABAEA7;
}
.item-shop .item .info .price p {
	font-size:34px;
	text-transform:uppercase;
	color:#B5E800;
}
.item-shop .item .info .price p span {
	font-size:13px;
	text-transform:uppercase;
	color:#B5E800;
}

.item-shop .item:hover{
	background-color:#ffffff;
	-webkit-box-shadow: 0px 20px 48px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 20px 48px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 20px 48px 0px rgba(0,0,0,0.1);
}
.item-shop .item:hover > .row .info   {
	background-color:#B5E800;

}

.item-shop .item:hover{background-color:#B5E800;}

.item-shop .item:hover > .row .title a  {
	color:#ffffff;

}
.item-shop .item:hover > .row .brand p  {
	color:#7F4F36;
}
.item-shop .item:hover > .row .price p, .item-shop .item:hover > .row .price p span {
	color:#262626;
}

.product-shop{padding-top:80px;}

.product-shop .title p{
	text-transform:uppercase;
	color: #97999c;
	font-size:24px;
	line-height: 0rem;
	margin-bottom: 0;
}
.product-shop .title h2{
	text-transform:uppercase;
	color: #404142;
	font-size:54px;

}
.line-green{
	border:solid 5px #B5E800;
	width:20%;
}
.product-shop .price{
   padding-top:25px;
   text-align:right;
   padding-right:20px;
}


.product-shop .price p {
	font-size:36px;
	text-transform:uppercase;
	color:#404142;
}
.product-shop .price p span {
	font-size:11px;
	text-transform:uppercase;
	color:#404142;
	padding-right:10px;
}
.product-shop .text p{
   font-size:1rem;
   padding-top:30px;
}
.product-shop input {
    width: 64px;
    height: 48px;
    background-color: transparent;
    box-shadow: none;
    border: 2px solid #D6D8D1;
    color: #4A4A4A;
    margin-top:30px;
}
.product-shop .add-cart{
	margin-top:30px;
	width:100%;
	height:48px;
	background-color:#404142;
	text-align:center;
}
.product-shop .add-cart a{
		
	color:#B5E800;
	font-size:11px;
	text-transform:uppercase;
	line-height:48px;	
}

.product-shop .cor{
	margin-bottom: 10px;
	margin-left:10px;
	display:inline-block;
	line-height:48px;
	/*float:left;*/
}

.slick-dots li button::before {
    font-size: 16px;
  
}

.product-shop-size-select {
    width: 100%;
    height: 48px;
    background-color: transparent;
    box-shadow: none;
    border: 2px solid #D6D8D1;
    color: #4A4A4A;
}

.subproduct{
	-webkit-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.2),0px 20px 40px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.2),0px 20px 40px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.2),0px 20px 40px 0px rgba(0,0,0,0.1);
}
.subproduct > .content{margin-top:0;}

/*
LOJA
*/


/*
payment
*/
.payment .info p, .payment .info a{
	font-size:11px;
	text-transform:uppercase;
	color: #97999C;
}
.payment button.submeter{
	color:#515354;
	border:2px solid #515354; 
	background:none;
	width: 160px;
	height: 50px;
	float:right;
	margin-top:20px;
}
.payment .send-address {
	border: 1px solid  #f3f4f4;
	margin-top:20px;
	padding:20px;
}
.payment .send-address p{
	font-size:1rem;
	color:#97999C;
}
.payment .send-address a{
	font-size:11px;
	color:#B5E800;

}
.payment .radius-option{
	border:1px solid #F3F4F4;
	margin-top:20px;
}
.payment .radius-option input{
	margin: 0;
	height:50px;
}
.payment .radius-option .type p{
	font-size:12px;
	color:#9799C;
	line-height:50px;
	text-transform:uppercase;
	margin-bottom: 0;
}
.payment .radius-option .price p{
	font-size:16px;
	color:#404142;
	line-height:50px;
	text-transform:uppercase;
	text-align:right;
	margin-bottom: 0;
	
}

/*
payment
*/

[type="text"]:focus, [type="password"]:focus, [type="date"]:focus, [type="datetime"]:focus, [type="datetime-local"]:focus, [type="month"]:focus, [type="week"]:focus, [type="email"]:focus, [type="number"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="time"]:focus, [type="url"]:focus, [type="color"]:focus, textarea:focus{transition:none;border:none;}

.temperatura{
	float:rigth;
	color:#ffffff;
}

@font-face {
    font-family: 'weather';
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot');
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff') format('woff'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf') format('truetype'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.weather i {
  color: #fff;
  font-family: weather;
  font-size: 150px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.0;
  text-transform: none;
  font-size:2rem;
  padding-left:10px;
  padding-right:5px;
}
.icon-0:before { content: ":"; }
.icon-1:before { content: "p"; }
.icon-2:before { content: "S"; }
.icon-3:before { content: "Q"; }
.icon-4:before { content: "S"; }
.icon-5:before { content: "W"; }
.icon-6:before { content: "W"; }
.icon-7:before { content: "W"; }
.icon-8:before { content: "W"; }
.icon-9:before { content: "I"; }
.icon-10:before { content: "W"; }
.icon-11:before { content: "I"; }
.icon-12:before { content: "I"; }
.icon-13:before { content: "I"; }
.icon-14:before { content: "I"; }
.icon-15:before { content: "W"; }
.icon-16:before { content: "I"; }
.icon-17:before { content: "W"; }
.icon-18:before { content: "U"; }
.icon-19:before { content: "Z"; }
.icon-20:before { content: "Z"; }
.icon-21:before { content: "Z"; }
.icon-22:before { content: "Z"; }
.icon-23:before { content: "Z"; }
.icon-24:before { content: "E"; }
.icon-25:before { content: "E"; }
.icon-26:before { content: "3"; }
.icon-27:before { content: "a"; }
.icon-28:before { content: "A"; }
.icon-29:before { content: "a"; }
.icon-30:before { content: "A"; }
.icon-31:before { content: "6"; }
.icon-32:before { content: "1"; }
.icon-33:before { content: "6"; }
.icon-34:before { content: "1"; }
.icon-35:before { content: "W"; }
.icon-36:before { content: "1"; }
.icon-37:before { content: "S"; }
.icon-38:before { content: "S"; }
.icon-39:before { content: "S"; }
.icon-40:before { content: "M"; }
.icon-41:before { content: "W"; }
.icon-42:before { content: "I"; }
.icon-43:before { content: "W"; }
.icon-44:before { content: "a"; }
.icon-45:before { content: "S"; }
.icon-46:before { content: "U"; }
.icon-47:before { content: "S"; }

.slogan-about h1.title-new{
	text-shadow: 0px 2px 4px rgba(0,0,0,0.5);

}

.news .image img{
	min-width:240px;
	min-height:204px;
	width:100%;
	height:100%;
	
}
.news .wrapper{
	background-color:#C2C2C2;
	padding:1rem;
	min-width:240px;
}
.news .wrapper p.date{
	font-size:13px;
	color:#4A4A4A;
}
.news .wrapper p a{
	font-size:24px;
	color:#ffffff;
}

.news .item{
	margin-top:30px;
}

.news .item:hover{
	-webkit-box-shadow: 0px 10px 48px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 10px 48px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 10px 48px 0px rgba(0,0,0,0.1);
	cursor:pointer;
}
.news .item:hover > .row .wrapper{
	background-color:#B5E800;

}

.news .pagination .current {
   
    background: #B5E800;

}
.news .pagination li {
   font-size: inherit;
  
}

.news .pagination .disable{
	padding: 0.1875rem 0.625rem;
}
.news .pagination .number:hover > a{
	background-color:#B5E800;
	color:#ffffff;
}
.news .pagination li:hover > a{
	background-color:none;
	
}

.item-shop-wrapper{padding-bottom:250px;background-color:#F3F5F5;}
.item-shop-wrapper.category{padding-bottom:250px;background-color:none;}
.item-shop-list-wrapper{padding-top:100px;}
.item-shop-list-wrapper.category{padding-top:50px;}
.category-title{padding-top:60px;}

.mobile-select {
	width:100%;
	height:50px;
	box-shadow:none;
	background-color:white;
	color: #97999C;
	font-size: 19px;
	border: 2px solid #D6D8D1;
	margin:0.5rem 0;
}

.product-stock-row{margin-top:2.250em;}

.product-cart-mobile{color:white;font-size:1rem;}
.product-cart-mobile a{color:white;font-size:1rem;}

.cart-dates-date{font-size:14px;color:#404142;}

.product-related-wrapper{margin-top:4rem;}

.extranet-wrapper{
	background-color:#ffffff;
	-webkit-box-shadow: 0px 11px 23px -5px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 11px 23px -5px rgba(0,0,0,0.33);
	box-shadow: 0px 11px 23px -5px rgba(0,0,0,0.33);
	padding:36px 0;
}

.reveal {
  display: none;
  z-index: 1006;
  padding: 0;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      width: 502px;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      max-width: none;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }


/** extranet cart **/
.extranet-cart-canvas.off-canvas.position-right{right:-450px;top:0;width:450px;}
.extranet-canvas-wrapper.off-canvas-wrapper-inner.is-open-right {
    -webkit-transform: translateX(-450px);
    -ms-transform: translateX(-450px);
    transform: translateX(-450px);
}

.extranet-order-button{
	color:#ffffff;
	font-size:16px;
	padding-top:15px;
	padding-bottom:15px;
	background-color:#b5e800;
	text-align: center;
	text-transform:uppercase;
	width:189px;
	cursor:pointer;
	height:50px;
}

span.ext-cursor-item{padding:0 5px;}

.extranet-search-button {
    color: #ffffff;
    font-size: 16px;
    height:50px;
    line-height:50px;
    background-color: #b5e800;
    text-align: center;
    text-transform: uppercase;
    width: 189px;
    cursor: pointer;
}

.extranet-calendar-button{
	float:right;
	color: #ffffff;
    font-size: 16px;
    height:20px;
    line-height:20px;
    background-color: #b5e800;
    text-align: center;
    text-transform: uppercase;
	padding:0 10px;
    cursor: pointer;
}

.e-sel-title1{padding-left:2px;background:#dedede;}

.e-sel-title2{padding-left:10px;}

.cursor{cursor:pointer;}


tr.order-edit-line td{text-align:center;}
tr.order-edit-line td i{cursor:pointer;}

tr.order-edit-line-remove td {background:rgba(255, 0, 0, 0.2);color:grey;text-decoration: line-through;}
tr.order-edit-line-remove td span {color:grey;}
tr.order-edit-line-remove td input {text-decoration: line-through;}

input.order-edit-input{background:white;padding:0 5px;margin:0;text-align:center;height:45px;line-height:45px;border:1px solid #f1f1f1;}
input.order-edit-input.qtd{width:60px;}
input.order-edit-input.price{width:80px;float:left;text-align:right;cursor:text;}
input.order-edit-input.discount{width:60px;float:left;text-align:right;cursor:text;}

input.order-edit-input.price:focus, input.order-edit-input.discount:focus{box-shadow:none;border-bottom:none;background:white}


div.einput-label{float:left;line-height:45px;margin-left:2px;}

table.table-order-dates tbody{border:none}


table thead, table tbody, table tfoot {border:none !important;background-color:none !important;}

.title-text{display:inline;font-size:3.000rem;}

.banner-video-player{background:url('../i/banner-poster.jpg') no-repeat;background-size: 100%;}


.new-text-confirma, .new-text-confirma p span, .new-text-confirma p {
	font-size: 18px !important;
	color: #6e6e6e !important;
	font-family: 'Open Sans', sans-serif !important;
}
