@charset "iso-8859-1";
/* CSS Document */

@font-face {
    font-family: 'antoniolight';
    src: url('/fonts/antonio-light-webfont.eot');
    src: url('/fonts/antonio-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/antonio-light-webfont.woff2') format('woff2'),
         url('/fonts/antonio-light-webfont.woff') format('woff'),
         url('/fonts/antonio-light-webfont.ttf') format('truetype'),
         url('/fonts/antonio-light-webfont.svg#antoniolight') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'antonioregular';
    src: url('/fonts/antonio-regular-webfont.eot');
    src: url('/fonts/antonio-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/antonio-regular-webfont.woff2') format('woff2'),
         url('/fonts/antonio-regular-webfont.woff') format('woff'),
         url('/fonts/antonio-regular-webfont.ttf') format('truetype'),
         url('/fonts/antonio-regular-webfont.svg#antonioregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoRegular';
    src: url('/fonts/Roboto-Regular-webfont.eot');
    src: url('/fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('/fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('/fonts/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoMedium';
    src: url('/fonts/Roboto-Medium-webfont.eot');
    src: url('/fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Roboto-Medium-webfont.woff') format('woff'),
         url('/fonts/Roboto-Medium-webfont.ttf') format('truetype'),
         url('/fonts/Roboto-Medium-webfont.svg#RobotoMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'graviola_softmedium';
    src: url('/fonts/graviolasoft-medium-webfont.eot');
    src: url('/fonts/graviolasoft-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/graviolasoft-medium-webfont.woff2') format('woff2'),
         url('/fonts/graviolasoft-medium-webfont.woff') format('woff'),
         url('/fonts/graviolasoft-medium-webfont.ttf') format('truetype'),
         url('/fonts/graviolasoft-medium-webfont.svg#graviola_softmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

html{overflow-x: hidden;}

body {
  font-family: 'RobotoRegular', Calibri, Arial;
  font-size: 1.25em;
  /*font-weight: 300;*/
}

body a {
  color: #fff; font-size:0.7em;
  text-decoration: none;
 
}

body a:hover {
    color: #bcaa84;
}

.main,
.container {
	min-height:500px;
	margin: 0 auto;
	/*padding: 0 1.875em 3.125em 1.875em;*/
}

#idiomas{width:10%; position:absolute; top:5px; left:50px; font-size: 18px; color:#ED9060; font-family: 'graviola_softmedium';}

#idiomas li{float:left !important}

#idiomas a{color:#bcaa84;}

#idiomas a:hover{color:#ffffff;}

#header {
	margin: 0 auto; 
	padding: 1em 0 0.6em;
}

 .otherpages{
	height:108px;
	background:#4b422b; 
	-webkit-clip-path: polygon(0% 0%, 100% 0, 100% 60%, 50% 100%, 0 60%);
clip-path: polygon(0% 0%, 100% 0, 100% 60%, 50% 100%, 0 60%);
	}


.clean{clear:both;}
img{ max-width:100%; height:auto;}


@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #header {
	padding: 1em 0;
  }
	
}

#header .header-inner {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  height: 4em;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #header .header-inner {
    max-width: 768px;
    height: 3em;
  }
}


@media only screen and (max-width: 767px) {
  #header .header-inner {
    height: 1em;
    padding: 0 1em 1em;
  }
}

#header .navbar .logo {
  margin: 5px 0;
  position: absolute;
  /*right: 365px;*/
  right:455px;
  text-align: center;
}

.logo {
  margin: 0 0;
  position: absolute;
  right: 435px;
  text-align: center;
  top: -50px;
}

.logo img{max-width: 80%; height: auto}

@media only screen and (max-width: 767px) {
  #header .navbar .logo  {
    margin: 0 4em;
    position: relative;
    width: 135px;
    right: 0;
    top: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #header .navbar .logo {
    margin: 0.5em 0;
    right: 287px;
    top: -50px;
  }
}

@media only screen and (max-width: 767px) {
  #header .navbar .logo img {
    width: 135px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
 /* #header .navbar .logo img {
    width: 225px;
  }*/
}

#header .navbar .menu {
  text-align: center;
  margin-top: 2em;
}

@media only screen and (max-width: 767px) {
  #header .navbar .menu {
    display: none;
  }
}


#header .navbar .menu ul {
  list-style-type: none;
}

#header .navbar .menu ul .news {
  margin-right: 150px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #header .navbar .menu ul .news {
    margin-right: 150px;
  }
  
  .logo {
	width:100px;
 	left: 342px;
  }
 

}

#header .navbar .menu li {
  font-family: 'graviola_softmedium';
  font-size:1.2em;	
  display: inline;
  padding: 0 .35em;
}

@media only screen and (min-width: 1024px) {
  #header .navbar .menu li {
    padding: 0 .75em;
  }
}


#mobile-menu {
  background: url("/library/images/menu_icon.svg") no-repeat scroll right 0;
  cursor: pointer;
  height: 1.30em;
  margin-top: -80px;
  float: right;
  width: 1.5625em;
}


@media only screen and (min-width: 768px) {
  #mobile-menu {
    display: none;
	
  }
  
}

#mobile-menu ul.mobile-menu{
  z-index: 100000;
  position: absolute;
  left: 0px;
  top: 115px;
  width: 100%;
  display: none;
 
}

/*background menu responsivo*/
#mobile-menu ul.mobile-menu li {
  font-family: 'graviola_softmedium';
  background: #3a3322;
  border-top: 1px solid #716441;
  text-align: center;
  width: 100%;
  padding: 15px 0;
  margin: 0; z-index: 100000;
  
}

/*menu responsivo texto*/
#mobile-menu ul.mobile-menu li a {
  display: block;
}

/*mine css*/

section{width:100%; text-align:center; margin:0 auto; height: auto !important; padding:50px 0 100px 0;}

.sectioncol{min-height:800px; padding-top:10px;}

.sectionabout{background: url(/library/images/bg_arvore.jpg); background-size:cover; border-top:1px solid #716441;}

.sectioncontacts{background: url(/library/images/bg_aramefarpado.jpg);background-size:cover; border-top:1px solid #716441;}

h1{margin-top:20px; padding-bottom:30px; text-align:center; font-family: 'antonioregular', calibri; font-size:2em; color:#716441; text-transform: uppercase}

.section_h1_col_index{margin-top:70px;}

/*h6 section about us*/
.padd20top{padding-top:20px; text-align:left;}

.separador {
        width: 99%;
        border-bottom: 1px solid #716441;
        -webkit-transform:
            translateY(-50px)
            translateX(5px)
            rotate(3deg); 
        position: relative;
        top: 80px;
		margin-bottom: 80px;
    }

/*-------------------------------
section about us/quem somos
-------------------------------*/

#container_aboutus{text-align:center; font-size:14px; margin-top:50px; color:#716441;}

#text_aboutus{width:330px; display:inline-block; text-align:left; vertical-align:top;}

#text_aboutus p{padding-right:40px; padding-top:20px; line-height:25px;}

/*-------------------------------
section colections
-------------------------------*/

.grid_3 {
	float: left;
    width: 300px;
    margin-right: 10px;
    border-top: 1px solid #e8d7b1;}
	
.grid_9 {
	overflow: hidden;
    min-height: 50px;
    border-top: 1px solid #e8d7b1;}

h6{
	padding-top:20px; 
	text-align:center; 
	color:#bcaa84; 
	font-family: 'antonioregular'; 
	font-size:1.5em;}

#imagem{
	display:inline; 
	vertical-align:top;
}

#text{
	height:auto !important; 
	padding-top:20px; 
	line-height:25px; 
	font-size:25px; 
	color:#716441; 
	width:25%; 
	display:inline-block; 
	vertical-align:top;}

#ver{font-family:'antoniolight'; text-align:center; margin:50px 0px auto; border:1px solid #bcaa84; display:inline-block; text-decoration:none; width:40%;}

#ver a{text-decoration:none; color:#716441; display:block; padding:40px; margin:0 auto;}

#ver a:hover{text-decoration:none; color:#bcaa84; background:#f2eee7;}

/* -------------------------------- 

menu accordion

-------------------------------- */
.cd-accordion-menu {
  font-family: 'antonioregular';
  width: 100%;
  text-align:left;
 /*max-width: 600px;
  background: #4d5158;*/
 /* margin: 4em auto;
  box-shadow: 0 4px 40px #70ac76;*/
}

.cd-accordion-menu ul {
  /* by default hide all sub menus */
  display: none;
}

.cd-accordion-menu li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cd-accordion-menu input[type=checkbox] {
  /* hide native checkbox */
  position: absolute;
  opacity: 0;
}

/*mexe com a visualização na parte responsiva*/
.cd-accordion-menu label, .cd-accordion-menu a {
  position: relative;
  display: block;
  padding: 15px 5px 15px 64px;
  /*background: #4d5158;
  box-shadow: inset 0 -1px #555960;*/
  color: #716441;
 
}


.no-touch .cd-accordion-menu label:hover, .no-touch .cd-accordion-menu a:hover {
  color: #716441;
}


.cd-accordion-menu label::before, .cd-accordion-menu label::after, .cd-accordion-menu a::after {
  /* icons */
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cd-accordion-menu label {
  cursor: pointer;
}

.cd-accordion-menu label::before, .cd-accordion-menu label::after {
  background-image: url(/library/images/cd-icons.svg);
  background-repeat: no-repeat;
}
.cd-accordion-menu label::before {
  /* arrow icon */
  left: 18px;
  background-position: 0 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.cd-accordion-menu label::after {
  /* folder icons */
  left: 41px;
  background-position: -16px 0;
}


.cd-accordion-menu input[type=checkbox]:checked + label::before {
  /* rotate arrow */
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cd-accordion-menu input[type=checkbox]:checked + label + ul,
.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
  /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
  /* show children when item is checked */
  display: block;
}

.cd-accordion-menu ul label,
.cd-accordion-menu ul a {
  /*background: #35383d;
  box-shadow: inset 0 -1px #41444a;*/
  padding-left: 82px; 
  font-family: 'RobotoRegular'; 
  font-size:1em;
}

.no-touch .cd-accordion-menu ul label:hover, .no-touch
.cd-accordion-menu ul a:hover {
  background: #3c3f45; 
}

.cd-accordion-menu > li:last-of-type > label,
.cd-accordion-menu > li:last-of-type > a,
.cd-accordion-menu > li > ul > li:last-of-type label,
.cd-accordion-menu > li > ul > li:last-of-type a {
  box-shadow: none;
}

.cd-accordion-menu ul label::before {
  left: 36px;
}
.cd-accordion-menu ul label::after,
.cd-accordion-menu ul a::after {
  left: 59px;
}

.cd-accordion-menu ul ul label,
.cd-accordion-menu ul ul a {
  padding-left: 100px;
}

.cd-accordion-menu ul ul label::before {
  left: 54px;
}

.cd-accordion-menu ul ul label::after,
.cd-accordion-menu ul ul a::after {
  left: 77px;
}

.cd-accordion-menu ul ul ul label,
.cd-accordion-menu ul ul ul a {
  padding-left: 118px;
}

.cd-accordion-menu ul ul ul label::before {
  left: 72px;
}

.cd-accordion-menu ul ul ul label::after,
.cd-accordion-menu ul ul ul a::after {
  left: 95px;
}

@media only screen and (min-width: 600px) {
  .cd-accordion-menu label, .cd-accordion-menu a {
    padding: 15px 24px 15px 82px;
    font-size: 1.9em;
  }
  .cd-accordion-menu label::before {
    left: 24px;
  }
  .cd-accordion-menu label::after {
    left: 53px;
  }
  .cd-accordion-menu ul label,
  .cd-accordion-menu ul a {
    padding-left: 106px;
  }
  .cd-accordion-menu ul label::before {
    left: 48px;
  }
  .cd-accordion-menu ul label::after,
  .cd-accordion-menu ul a::after {
    left: 77px;
  }
  .cd-accordion-menu ul ul label,
  .cd-accordion-menu ul ul a {
    padding-left: 130px;
  }
  .cd-accordion-menu ul ul label::before {
    left: 72px;
  }
  .cd-accordion-menu ul ul label::after,
  .cd-accordion-menu ul ul a::after {
    left: 101px;
  }
  .cd-accordion-menu ul ul ul label,
  .cd-accordion-menu ul ul ul a {
    padding-left: 154px;
  }
  .cd-accordion-menu ul ul ul label::before {
    left: 96px;
  }
  .cd-accordion-menu ul ul ul label::after,
  .cd-accordion-menu ul ul ul a::after {
    left: 125px;
  }
}
.cd-accordion-menu.animated label::before {
  /* this class is used if you're using jquery to animate the accordion */
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

#modelo{
	display:inline-block;
	padding-top:1%;
	width:100%;
	overflow:hidden; 
	background:#fff;
}

#modelo li{
	display:inline-block;
	width:320px; 
	height:220px; 
	margin: 5px 5px 60px 0;
	float:left;
	
}

#modelo ul{padding-bottom:100px;}

#modelo img{
	margin-top:0;
	width:320px; 
	height:auto;
}

#modelo p{
	padding:15px;
	font-size:12px; 
	color:#888;
	border-bottom:1px solid #e8d7b1;
}

/*SECTION CONTACTS*/

.email{float:left; padding-top:20px;}



/**********************************************

página detalhe de produto

**********************************************/

.pikachoose { margin:0 auto;}

/* Style the thumbnails */
.pika-thumbs{ padding: 0px; margin-top:10px; text-align:center; }

	.pika-thumbs li{ width:5%; height:auto; overflow: hidden; display:inline-block; list-style-type: none; margin:20px 20px 20px 0; cursor: pointer;}
	.pika-thumbs li .clip { visibility:collapse; display:none;} /* position:relative; height:100%; text-align: center; vertical-align: middle; overflow: hidden; Retirar visibility para aparecer a imagem pequena*/
	
/* The stage is the wrapper. The image fills 100% the height of the stage */
.pika-stage, .pika-textnav  {width:100%; margin:0 auto;}

.pika-stage{width:60%; margin:0 auto; position: relative; border-bottom: 1px solid #e5e5e5; padding: 10px 10px 40px 10px; text-align:center; height:auto;}

.pika-stage img{max-width:100%; height:auto;}

.pika-stage .caption {font-family: 'antonioregular'; position: relative; font-size: 25px; color:#716441; padding:20px; text-align: center; top:20px; width:35%; }

	.pika-stage .caption p {padding: 0; margin: 0 auto; line-height: 14px; text-align: center}

/* Ths play, pause, prev and next buttons */
.pika-imgnav a {position: absolute; text-indent: -5000px; display: block; z-index:3;}
	.pika-imgnav a.previous {/*background: url(prev.png) no-repeat left 45%;*/ height: 100%; width: 50px; top: 10px; left: 10px;cursor:pointer;}
	.pika-imgnav a.next {/*background: url(next.png) no-repeat right 45%;*/ height:100%; width:50px; top: 10px; right: 10px; cursor:pointer;}


/* The previous and next textual buttons */
.pika-textnav {overflow: hidden; margin:10px 0 0 0; bottom:50%; position:absolute;}

.pika-textnav a {text-decoration: none; color:#999; padding: 10px;}

	.pika-textnav a.previous {float: left; width: auto; display: block;}
	.pika-textnav a.next {float: right; width: auto; display: block;}

/*for the tool tips*/
.pika-tooltip{font-size:12px; position:absolute; color:white; padding:3px; background-color: rgba(0,0,0,0.7); border:3px solid black; }
.pika-counter{position:absolute; bottom:45px; left:15px; color:white;background:rgba(0,0,0,0.7); font-size:11px; padding:3px;-moz-border-radius:5px; border-radius:5px;}

/* If using user thumbnails there's a pause well the new large image loads. This is the loader for that */		
.pika-loader{ background:url(loading.gif) 3px 3px no-repeat #000; background-color:rgba(0,0,0,0.9); color:white; width:60px; font-size:11px; padding:5px 3px; 
	text-align:right; position:absolute; top:15px; right:15px; }
	
.namecol{font-size:18px; color:#666; padding:0; margin:10px;}
.btn_voltar{color:#e8d7b1; font-size:18px;}
.share{padding:0 0 10px 0; margin:40px 0 0 0; font-size:18px; color:#999;}
.little_line{width:5%; height:1px; background:#716441; margin:40px auto 20px;}
.description{font-size:14px; line-height: 20px; color:#960; padding-top:30px;}

/************

NEWS section

*************/

#container_news{height:auto !important; width:80%; padding-top:20px; line-height:25px; color:#716441;  vertical-align:top; margin:0 auto; border-top:1px solid #e8d7b1;}

#blocknew{ padding-top:20px; text-align:center; border-bottom:1px solid #f6eedc; padding-bottom:20px; display:inline-block; width: 70%;}

.imgnew{float:left; margin-right:20px;}
.new{font-family:'antonioregular'; text-align:left; font-size:25px; margin-top:15px; line-height:35px}
.txtnew{font-family:'RobotoRegular'; font-size:14px; line-height:25px; padding-top:20px;}

#container_news a {
	color:#666; font-size:1.0em;
}

#container_news .voltar {
	font-family:'antonioregular'; text-align:left; font-size:25px; font-size:0.8em; cursor:pointer;}



/*section news index.html*/

#container_news_index{height:auto !important; width:80%; line-height:25px; color:#716441;  vertical-align:top; margin:0 auto;}

#blocknew_index{ padding-top:20px; text-align:center; padding-bottom:20px; vertical-align:top; display:inline-block;}

.imgnew_index{margin-right:20px;}

.titlenews{font-family:'antoniolight'; padding-top:20px; text-align:center; margin-right:20px; font-size:1em; max-width: 200px;}

/*secção coleções*/
.grid2 .col:nth-of-type(2n+1) {
	margin-left: 0;
	clear: left;
}

/* col */
.col {
	/*background: #fff;*/
	float: left;
	height:350px;
	margin-top:50px;
	margin-left: 2.2%;
	/*margin-bottom: 10px;*/
}

.col p {
	padding:10px 10px 10px 20px;
}

.grid2 .col {
	width: 48.4%;
	/*border-bottom:5px solid #f1f1f1;*/
}


/***********************
	contactos
	************************/

#form{width:80%; height:300px; margin:0 auto;}


#contact_form{
	width:100%;
	padding-top:20px;
	font-size: 11px;
	color: #716441;
}

#contact_form label{
	width:100%;
	
}

#result{color:#737873; padding:20px;}

/*#contact_form label span{
	float:left;
	width:100px;
	color:#bcaa84;
}*/

input[type="text"], [type="email"]{
	display: inline-block;
	font-family:'RobotoRegular';
	border: 1px solid #716441;
	width:46.5%;
	padding: 10px;
	margin-bottom:10px;
	color: #bcaa84;
	
}



input[type="submit"]{
	border: 1px solid #716441;
	width:30%;
	background: none;
	margin-top:10px;
	color: #bcaa84;
	padding:10px;
}

textarea{
	font-family:'RobotoRegular';
	border: 1px solid #716441;
	color: #bcaa84; 
	width:95.3%;
	height:125px; 
	padding:10px;
	
}

.submit_btn { 
	float:right;
	text-align:center; /*background:#C283A4;*/
	padding:10px;
	margin-top:15px;
	border: 1px solid #716441;
	 
	width:20%;
	font-size:1.1em; 
	cursor:pointer;
	color:#716441;
}
.submit_btn:hover {
	text-decoration:none; 
	color:#716441;
	border: 1px solid #716441;
	background-color: #bcaa84;	
	
}

.padleft20{padding-left:20px;}

.map{background:#f1f1f1; width:100%; height:350px; margin:0 auto;}

.pad25{padding-top:25px;}
i{margin-right:5px;}
.cleanpadding{padding:0;}
.tracos{padding-bottom:15px;}
.stars{padding:15px 0 15px 0; font-size:20px; position:relative; z-index:-1;}
.padd20{padding:20px;}

.padd50{padding:50px;}
.h6-about{padding-top:20px; text-align:left;}

footer{ background:#000; text-align:center; height:120px; 
-webkit-clip-path: polygon(50% 0, 100% 50%, 100% 100%, 0 100%, 0 50%);
clip-path: polygon(50% 0, 100% 50%, 100% 100%, 0 100%, 0 50%);}

.redesociais{padding-top:20px;}
.facebook{text-align:center; margin-right:5px; display:inline;}
.pinterest{text-align:center; display:inline;}
.copyright{font-size:12px; padding-top:20px; color:#716441;}

/* voltar ao topo button*/
.back-to-top {
	z-index:9999999;
	background:url(/library/images/back_to_top.svg);
	width:13px;
	height:16px;
	position: fixed;
	
	bottom: 1.2em;
    right:1%;
    text-decoration: none;
    padding: 1em;
    display: none;
}

.back-to-top:hover {    
    background:url(/library/images/back_to_top.svg);
}

/*******inicio medias queries************************/

/*@media only screen and (max-width: 1920px){
	
	.section_h1_col_index{margin-top:150px !important;}

}*/


@media only screen and (min-width: 1440px)  and (max-width: 1600px){
	/*slide*/
	.cbp-bislideshow {-webkit-clip-path: polygon(50% 90%, 100% 74%, 100% 0, 0 0, 0 74%)!important; clip-path: polygon(50% 90%, 100% 74%, 100% 0, 0 0, 0 74%) !important;}
	.section_h1_col_index{margin-top:120px !important;}

}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.logo {left: 43% !important;}
	.section_h1_col_index{margin-top:300px !important;}
	#idiomas{top:5px !important;}
	.grid_3, .grid_9 {width:100%; margin:0 !important; position:relative; z-index:0;}
	#imagem img{width:49% !important; margin-top:40px !important;}
	#ver{width:45%; margin:20px 0px auto;}
	#ver a{padding:20px;}
	#modelo li{width:49%; height:auto;}
	input[type="text"], [type="email"]{width:95.3%;}
	#container_aboutus{margin-top:0px;}
	
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	body{overflow-x: hidden;}
	.cbp-bicontrols span:before {font-size: 30px !important;}
	#idiomas{top:45px !important;}
	.logo {left: 27% !important;}
	.section_h1_col_index{margin-top:20px;}
	h1{padding-bottom:0 !important}
	.otherpages{-webkit-clip-path: none; clip-path: none;}
	#text{width:50%;}
	#imagem img{width:49% !important; margin-top:40px !important;}
	#ver{width:25%; margin:20px 0px auto;}
	#ver a{padding:20px;}
	#container_aboutus{margin-top:0px;}
	h6{font-size:1em;}
	h1{font-size:1.5em !important;}
	#container_aboutus{margin-top:0px !important;}
	#text_aboutus{width:100%; padding-left:15px;}
	.grid_3, .grid_9 {width:100%; margin:0 !important; position:relative; z-index:0;}
	#contact_form input{width:97%; margin:0 0 5px 0;}
	input[type="text"], [type="email"]{width:95.3%;}
	input[type="submit"]{width:100% !important;}
}

@media only screen and (min-width: 100px) and (max-width: 480px) {
	
  body{overflow-x: hidden; }
	
	/*slide*/
	.cbp-bislideshow {-webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 96%, 0 80%) !important; clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 96%, 0 80%) !important;}
	
	.cbp-bicontrols span:before {font-size: 30px !important;}
 	.logo {width:35% !important; height:auto; left: 12% !important; }
	
	.section_h1_col_index{margin-top:50px !important;}
	.pad25{padding-top:0px !important;}
	
	section{padding:30px 0 50px 0;}
	
	#container_aboutus{margin-top:0px;}
	.h6-about{padding-top:0px !important;}
	
	.otherpages{height:108px; background:#4b422b; -webkit-clip-path: none; clip-path: none;}
		
	#container_news{width:100%;}
		.imgnew{float:none; margin-right:0;}
	
 	#idiomas{top:40px; left:30px; width:20%;}
	
 	h1{padding-top:0; margin-top:20px;}
 
 	#imagem{width:100%; padding-left:15px;}

 	#text{width:100%; padding-left:0px !important;}
  	#text_aboutus{width:100%; padding-left:15px;}
	
	.col {width: 100% !important; margin-left: 0 !important; clear: none !important;}
	
	.grid_3, .grid_9 {width: 100%; margin: 0 !important; position:relative; z-index:0;}

	.pika-thumbs li{ width:15%;}
	.pika-stage{width:100% !important; padding:30px 0 80px 0 !important;}
	
	.pika-stage .caption {margin:0 auto !important;}
	
	.pika-stage img {max-width:100%; height: auto;}
	.description{ padding-top:0px;}
	
	#contact_form input{width:97%; margin:0 0 5px 0;}
		input[type="text"], [type="email"]{width:95.3%;}
		input[type="submit"]{width:100% !important;}

	footer{height:105px;}
		.redesociais{padding-top:20px !important;}
		.copyright{padding-top:10px !important;}	
}

/******fim media querie********/


