/***
	Sensorial (c) 2017
	@Romana Vini
	color:#9B0E0C
**/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, sub, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend
{margin: 0; padding:0 ;border:0; outline:0; font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;}
h1,h2,h3,h3,h4,h5,h6{font-weight:normal;font-family:'El Messiri', Arial, sans-serif;font-weight:400}
a:hover{color:#000; text-decoration:none;}
input, textarea, button{
	border:none;background:none;padding:0;outline:0;border:0px;margin:0;resize: none;-webkit-appearance: none;
	font:12px Ubuntu, Helvetica, sans-serif;
}
img{border:0px;}
ul,ol{list-style:none} 
a{text-decoration:none;}
a:focus, input:focus, button:focus, textarea:focus, select:focus{outline:0px;text-decoration:none}
::selection{background: #000;color:#fff;text-shadow: none;}
::-moz-selection{background: #000;color:#fff;text-shadow: none;}
::-o-selection {background: #000;color:#fff;text-shadow: none;}
::-ms-selection {background: #000;color:#fff;text-shadow: none;}
::-webkit-input-placeholder{
	color:#9aa7af;opacity:1;
	font: 12px Ubuntu, Helvetica, sans-serif;
}
::-moz-placeholder{ 
	color:#9aa7af; opacity:1;
	font: 12px Ubuntu, Helvetica, sans-serif;
}
:-ms-input-placeholder {
	color:#9aa7af;opacity:1;
	font: 12px Ubuntu, Helvetica, sans-serif;
}
hr {  border: 0;  border-top: 1px solid #eee;}
.clearfix:before,.clearfix:after{content: "";   display: table;clear: both;}
*, *:before, *:after {
	-webkit-box-sizing: border-box;-moz-box-sizing: border-box;	box-sizing: border-box;	
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {background:none}
img{-ms-interpolation-mode: bicubic; }
::-webkit-input-placeholder { color: #808080; }
:-moz-placeholder { color: #808080; opacity:  1;}
::-moz-placeholder {  color:#808080; opacity:  1;}
:-ms-input-placeholder {  color: #808080;}
::-ms-input-placeholder {  color: #808080; }

img,*:after,*:before{
	-webkit-backface-visibility: hidden; -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.font_special{
	font-family:'El Messiri', sans-serif;font-weight:400;
	font-size:1em;line-height:1.3em
}
.font_special1,
.font_special2{
	font:14px Ubuntu, Helvetica, sans-serif;font-weight:400;
	font-size:1em;line-height:1.3em
}


/******/
.clear{clear:both}.bold { font-weight: bold; }.hidden { display:none; } 
.wd100{float:none!important;width:100%!important;}
.uppercase{text-transform:uppercase}
.align_center{text-align:center}
.align_left{text-align:left}
.align_right{text-align:right}
.border_3px{-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
.border_5px{-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.one_line{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.hide{display:none}
.mobile .hide_mobile{display:none !important}

.img_back{display:block;opacity:0;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;-o-transition: all 300ms ease-in-out;-ms-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}

img.img_back1{display:block;opacity:0;}
.show_img {opacity:1;}

.ct { max-width: 100%; margin: 0 auto;  background: #fff;}
.ct_inner {max-width: 1600px;margin: 0 auto;position: relative;}
.ct_inner2 {max-width: 960px;margin: 0 auto;position: relative;}
.ct_inner1 {max-width: 1240px;margin: 0 auto;position: relative;}
.ct_inner3 {max-width: 1400px;margin: 0 auto;position: relative;}


.h_zindex{position:relative;z-index:60;background:#fff;}
.h_zindex.active{opacity:1;}

html,body{width:100%;    height: 100%;}	
body {
	font:14px Ubuntu, Helvetica, sans-serif;margin:auto auto;
	color: #464646;text-align:left;overflow-x:hidden;overflow-y:scroll;position:relative;
	background:#fff;-webkit-font-smoothing: antialiased;font-weight:400;
}

/* fuunções especiais */
.overlay{background:rgba(0,0,0,0.3)}
.fx{position:fixed}
.abs{position:absolute;left:0;top:0;bottom:0;right:0;}
.zindex050{z-index:50}
.zindex060{z-index:60}
.zindex100{z-index:100}
.zindex200{z-index:200}
.zindex300{z-index:300}

.flex-colum{flex-direction:column }

/** header **/
#header{
	display:flex;padding:30px 30px 30px 30px;width:100%;
	justify-content:space-between;align-items:center;
}
.ie #header{
	height:90px
}
#header .active_menu span{background-color:#fff}
#header .acc {}

.dark:not(.mn_open) #header .active_menu span{background-color:#000}
.dark:not(.mn_open) .menu span.text{color:#000}
.dark:not(.mn_open) .pesquisa span.icon svg .cls-1{stroke:#000}
.dark:not(.mn_open) .hcart span.icon svg .cls-1 { fill: #000;}


.ie #header .active_menu{
	
}

#header:before{
	content:'';left:0;top:0;right:0;bottom:-70px;
	position:absolute;z-index:0;opacity:0;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;-o-transition: all 300ms ease-in-out;-ms-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
}
.dark #header:before{
	opacity:1
}

.mn_open #header:before{opacity:0;display:none}


/** logo **/
#logo{
	position:fixed;left:50%;top:26px;
	-webkit-touch-callout: none; -webkit-user-select: none;
    -khtml-user-select: none;  -moz-user-select: none;
    -ms-user-select: none;  user-select: none;
	transform: translateX(-50%);
}
/*
.sub #logo:before {
    content: '';  position: absolute; left: 0;
    bottom: -30px; top: -30px; right: 0;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0 0 50% 50%;
	opacity:1;
	
}
.sub.mn_open #logo:before {
	opacity:0;
}
*/
#logo a{display:block;width:200px;height:47px;position:relative}
#logo a img{
	width:100%;height:47px;
	bottom:auto;right:auto;
}
#logo a .bl,
#logo a .icon{opacity:0}

.sub #logo .wt{opacity:0;}
.sub #logo .bl{opacity:1;}

.sub.menu_fixed #logo .bl{opacity:0;}
.sub.mn_open:not(.menu_fixed) #logo .wt{opacity:1;}

.menu_fixed #logo .icon{opacity:1}
.menu_fixed #logo .wt,
.menu_fixed #logo .bl{opacity:0}

.mn_open.menu_fixed #logo:hover .wt{opacity:1}
.mn_open.menu_fixed #logo:hover .bl{opacity:0}



#logo a:hover .icon{opacity:0}
body:not(.dark) #logo a:hover .wt{opacity:1}
.dark #logo:hover .bl{opacity:1}

.sub.dark:not(.mn_open) #logo a:hover .wt{opacity:0}
.sub.dark:not(.mn_open) #logo a:hover .bl{opacity:1}


/** lingua **/
#lingua.hor{ margin:80px 0 -50px 0; }
#lingua.hor ul li + li{margin:0 0 0 8px}
#lingua.hor ul li a{
	font-family:'Ubuntu';font-weight:700;
	font-size:1.28em;
}

/** footer **/
#footer{display:block}
#footer .tp{background:#252624;padding:20px 0}
#footer .bt{background:#1A1A18;padding:50px 0 40px 0}

.menu_footer{display:block;text-align:center;}
.menu_footer li{display:inline-block;width:auto;}
.menu_footer li + li{margin:0 0 0 60px}

.menu_footer li a{color:#fff;font-size:1.3em;}
.menu_footer li a:hover{color:#9B0E0C;}
.menu_footer li .arrow{display:none;}
.menu_footer li ul{display:none}

#footer .qt{display:block;text-align:center;}
#footer .qt ul{
	display:flex;width:80%;margin:0 auto 40px auto;
	border-bottom:1px solid #252624;
	padding:0 0 50px 0;	align-items: flex-start;
	justify-content:center
}
#footer .qt ul a{display:block;width:320px;}
#footer .qt ul li:last-child{margin:0 0 0 140px}
/*#footer .qt ul li:first-child a{width:150px;}*/
#footer .qt ul li a{
	position:relative;height:104px
}
#footer .qt ul li a img{
	position:absolute;left:0;top:0;
	-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58,Ubuntu 1) 10ms;
	-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
}
#footer .qt ul a img{max-width:100%;}
#footer .qt ul a img.cor{
	opacity:0
}
#footer .qt ul a:hover img{opacity:0}
#footer .qt ul a:hover img.cor{opacity:1}

#footer .ft1{
	display:flex;justify-content:space-between;
	align-items:center;
}
#footer .ft1 .lg{
	display:block;position:relative;width:110px; 
	text-align:center;height:82px;
}
#footer .ft1 .lg img.icon{
	height:44px;display:inline-block;
	margin: 0 auto;
}
#footer .ft1 .lg img.wt{
	margin: 0 auto;width:110px;margin-top:50px;display:inline-block;
}
 
#footer address{
	width:200px;
	text-align:center
}
#footer address h6{
	color:#9B0E0C;font-weight:700;
	font-family:'Ubuntu';font-size:0.9em;
	margin-bottom:5px
}
#footer address span{
	display:block;font-weight:700;
	font-family:'Ubuntu';font-size:0.9em;color:#fff;
	margin-top:10px;margin-bottom:5px;
}
#footer address a{
	color:#fff;font-size:1em;
}

#footer .rd a {  font-size: 1.4em;}
#footer .rd a{color:#fff}

#footer .ft1 a:hover{color:#9B0E0C}

#footer .ft_bottom{
	padding:30px 50px 20px 50px;background:#11110E;display:flex;
	justify-content: space-between;align-items:baseline;
	font-size:0.85em;color:#fff;
}
#footer .ft_bottom a{color:#fff;}
/*#footer .ft_bottom a:hover{color:#9B0E0C;}*/ 

.sub_menu li{display:inline-block;}
.sub_menu li a{font-size:0.85em;color:#fff;}
.sub_menu li a:hover{color:#9B0E0C}
.sub_menu li + li{
	margin:0 0 0 5px;padding:0 0 0 7px;border-left:1px solid #595959
}

.sub_menu{
	position: absolute; left: 50%;
    transform: translateX(-50%);
}

.mn_open #fx_menu{opacity:1;z-index:60}

/** destaques **/

#bl1:before{
	content:'';background:rgba(0,0,0,0.2);
	position:absolute;left:0;top:0;bottom:0;right:0;
	z-index:20;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.2) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.2) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#007db9e8',GradientType=0 );
}

#bl1 .title{
	position:absolute;left:50%;top:50%;
	transform:translate(-50%,-50%);
	text-align:center;z-index:51
}
#bl1 .title h1{
	color:#fff;text-transform:uppercase;
	font-size: 3.5em;
}

#bl2{margin-top:20px}
.emp #bl2{margin-top:65px}
.loc #bl2{margin-top:0px}
.osvinhos #bl2{margin-top:150px}

.destaque_tp{position:relative}
.destaque_tp h4{display:none}
.destaque_tp .item{
	display:block;width:100%;height:100vh;
	background-size:cover;background-position:center center;
}

.destaque_tp .bt{
	position:absolute;right:auto;
	width:100px;display:flex;align-items: center;
	justify-content: center;cursor:pointer;
	opacity:0;
	-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58,Ubuntu 1) 10ms;
	-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
}
.destaque_tp .bt.next{

}
.destaque_tp:hover .bt{
	opacity:1
}
.destaque_tp .bt i{
	font-size:2.5em;color:#fff
}

.destaque_tp .bt.next{
	left:auto;right:0;
}
.destaque_tp .bt img{width:20px}

#panel_ph_text{display:block;background:#fff}
#panel_ph_text ul > li{
	display:block;width:100%;height:960px;position:relative;overflow:hidden;
	/*margin-top:20px*/
}
#panel_ph_text ul > li.slide{
	margin:0
}
#panel_ph_text ul > li .img{
	width:50%;height:100%;position:absolute;
	left:0;top:0;bottom:0;overflow:hidden;
	z-index:1;
}
#panel_ph_text ul > li .img span{
	display:block;width:100%;height:100%;
	position:absolute;left:0;top:0;bottom:0;right:0;
	background-position:center center;background-repeat:no-repeat;
	background-size:cover;
}
#panel_ph_text ul > li .bl_text{display:block;}
#panel_ph_text ul > li .bl_text,
#panel_ph_text ul > li .ct_inner{
	height:100%;
}

#panel_ph_text ul > li .dlfex{
	display:flex;width:50%;height:100%;margin-left:50%;
	align-items:center;justify-content:center;
	padding:60px 0;
}

#panel_ph_text ul > li .bl_text .text{
	width:100%;padding:0 0 0 150px;
}

#panel_ph_text ul > li .bl_text .text .texto_corpo a{
	text-decoration:none
}


#panel_ph_text ul > li h1,
#panel_ph_text ul > li h2{
	font-size:3.5em;line-height:1em;color:#1D1D1B;
	position:relative;padding-bottom:45px
}
#panel_ph_text ul > li h2:after,
#panel_ph_text ul > li h1:after{
	content:'';height:3px;background:#9B0E0C;
	width:80px;position:absolute;
	left:0;bottom:0;
	-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58,Ubuntu 1) 10ms;
	-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
}

.loc #panel_ph_text ul > li h2{
	text-align:center
}

.loc #panel_ph_text ul > li h2:after{
	left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#panel_ph_text ul > li:hover h2:after{
	width:122px;
}
.sub #panel_ph_text ul > li:hover h2:after{
	width:120px;
}

#panel_ph_text ul > li .text span.desc{
	display:block;color:#464646;font-size:1.3em;
	margin-top:45px;line-height: 1.5em;
}
#panel_ph_text ul > li .text span.desc .texto_corpo{
	font-size:1em;line-height:1.2em;
}
#panel_ph_text ul > li .text span.desc a{
	color:#464646
}
#panel_ph_text ul > li .text span.desc a:hover{
	color:#9B0E0C
}
#panel_ph_text ul > li .text span.desc p:first-child{
	
}
.loc #panel_ph_text ul > li:first-child .text span.desc{
	text-align:center
}

#panel_ph_text ul > li .text .ver_mais{margin:45px 0 0 0;}
#panel_ph_text ul > li:nth-child(2n) .img{left:auto;right:0;}
#panel_ph_text ul > li:nth-child(2n) .dlfex{margin:0}
#panel_ph_text ul > li:nth-child(2n) .dlfex .text{padding:0 150px 0 0}
#panel_ph_text ul > li .hv{ 
	position:absolute;left:0;right:0;top:0;height:75px;display:none;
	background: rgba(234, 234, 234, 0.5);z-index:0;	
	-webkit-transform: translateY(-100%); transform: translateY(-100%);
}
#panel_ph_text ul > li .hv.bt{
	top:auto;bottom:0;
	-webkit-transform: translateY(100%); transform: translateY(100%);
}

#panel_ph_text ul > li:hover .hv{-webkit-transform: translateY(0); transform: translateY(0);}
#panel_ph_text ul > li:hover a.img span{
	-webkit-transform: scale(1.04); transform: scale(1.05);
}
#panel_ph_text ul > li .hv,
#panel_ph_text ul > li a.img span{	
	-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58,Ubuntu 1) 10ms;
	-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
}

.loc #panel_ph_text ul > li:nth-child(2n) .dlfex .text{
	width:70%
}

#panel_ph_text ul > li.tp_86 .text span.desc{
	font-size:1.1em;
}


.slogan{
	display:block;padding:100px 0;background: #f9f9f994;
	background: -moz-linear-gradient(top, rgba(229,229,229,0.65) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(top, rgba(229,229,229,0.65) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(229,229,229,0.65) 0%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6e5e5e5', endColorstr='#00000000',GradientType=0 );
}
.slogan h1{
	font-size: 3.5em;  line-height:1.5em;
    color: #1D1D1B;  position: relative;
	font-family:'Ubuntu', sans-serif;font-weight:700;
}

/** contentores **/
#bl1{
	display:block;width:100%;height:100vh;position:relative;
	overflow:hidden;
}

#container{display:block;padding-top:80px;}

.def #container{padding:180px 0;background:#fff;}
.prod #container{padding:150px 0 160px 0;background:#fff;}

.loc #container{padding:100px 0 0 0;background:#fff;}

/** company **/

#company{display:block;margin-top:100px;}

#company .tp h3{
	color:#000;font-family:'Ubuntu', sans-serif;font-weight:700;
	margin-bottom:30px;
}
#company .tp h3:not(:first-child){
	margin-top:100px;position:relative;
	padding-top:40px;
}
#company .tp h3:not(:first-child):after{bottom:auto;top:0;}
#company .tp .text{
	font-size:1.3em;line-height:1.5em;
}
#company .tp .text em{
	font-style:italic
}
#company .tp > li:first-child{margin-top:0;}
#company .tp > li{margin-top:150px;}
#company .tp li .bl_img{
	display:block;margin-top:70px;position:relative;
}
#company .tp li .bl_img .img{width:50%;margin-left:50%}
#company .tp li .bl_img .img img{max-width:100%;}
#company .tp li .bl_text .ct_inner{height:100%;}
#company .tp li .bl_text .ct_inner .dflex{
	display:flex;
	align-items:center;height:100%
}

#company .tp li .bl_text .ct_inner .dflex .text{
	width:50%;padding:0 80px 0 0;
	color:#000;font-size:2.8em;line-height:1.2em;
}
#company .tp li:last-child .bl_text .ct_inner .dflex{justify-content:flex-start;}
#company .tp li:last-child .bl_text .ct_inner .dflex .text{
	padding:0 80px 0 0;
	
}
#company .tp li:last-child .bl_img {
    display: flex;justify-content: flex-end;
}

/*
#company .bt{
	display:flex;margin:90px 0 90px 0;
	align-items: flex-start;flex-wrap:wrap;
	justify-content:space-between
}
#company .bt li{
	width:calc(50% - 50px);margin:0 0 80px 0;
}

#company .bt h3{font-weight:700;color:#000;font-size:1.5em;margin-bottom:20px;}
#company .bt .text{font-size:1.2em;line-height:1.4em;text-align:center}
#company .bt .text a{
	color:rgb(70, 70, 70);font-weight:600
}
#company .bt .text a:hover{
	color:#9B0E0C
}
#company .bt .icon{
	display:inline-block;width:90px;height:90px;margin:0 0 30px 0;
	background-position:center bottom;background-repeat:no-repeat;
}
#company .bt li:first-child .icon{
	background-image:url(/templates/layout_images/qualidade.svg);
}
#company .bt li:nth-child(2) .icon{
	background-image:url(/templates/layout_images/vinicultura.svg);
	
}
#company .bt li:nth-child(3) .icon{
	background-image:url(/templates/layout_images/vticultura.svg);

}
#company .bt li:nth-child(4) .icon{
	background-image:url(/templates/layout_images/energia_solar.svg);

}
*/
#company .readmore {
    text-transform: uppercase;
    font-size: 14px;  margin-top: 10px;
    color: #b6121b;  font-weight: 700;  cursor: pointer;
    -webkit-touch-callout: none;  -webkit-user-select: none;
    -khtml-user-select: none;   -moz-user-select: none;
    -ms-user-select: none;  user-select: none;
    display: inline-block;text-decoration:none !important;
}

/*
	titles
*/ 
.title_big .small{
	color:#9B0E0C;font-weight:700;
	font-size:1.2em;margin:0 0 30px 0;
}
.title_big .big em{
	font-style:italic
}
.title_big .big{
	color:#000;font-size:4.5em;line-height:1em;
	padding:0 0 45px 0;margin:0 0 45px 0;
	position:relative;
}
#quintas .title_big .big.show{display:block !important;}
.title_big .desc{
	font-size:1.3em;width:960px;margin:0 auto;
	display:block;line-height:1.4em
}
.title_big .desc em{
	font-style:italic
}
.title_big .desc a{
	color:#464646
}
.title_big .desc a:hover{
	color:#9B0E0C
}
.title_big .big:after,
#company .tp h3:not(:first-child):after{
	content:'';height:3px;background:#9B0E0C;
	width:80px;position:absolute;bottom:0;
	left:50%;-webkit-transform: translateX(-50%); transform: translateX(-50%);
}

.text1{margin-top:150px}

/** quintas **/
.quintas h1{display:none}
.quintas #container{padding-top:180px}

#quintas .apre .text{
	font-size:1.3em;line-height:1.4em;
	max-width:960px;display:inline-block;
}
#quintas .apre .text p:first-child{
	margin-top:0
}
#quintas .apre .text em{
	font-style:italic
}

#quintas .lg .quinta_enologo{display:none}
#quintas .eno .quinta_logo{display:none}
#quintas .eno{margin-top: 150px;}
#quintas .quinta_logo{width:450px;display:inline-block}
#quintas .quinta_logo.title_big .big{
	padding: 0 0 45px 0;  margin: 0 0 45px 0;
}
#quintas .quinta_logo img,
#quintas .quinta_enologo img{max-width:100%;}

#quintas .quinta_enologo .img{
	width:120px;height:120px;border-radius:100%;display:inline-block;
	background-position:center center;
	background-size:cover;background-repeat:no-repeat;
}
#quintas .quinta_enologo h6{
	font-weight:700;color:#000;font-size:0.9em;
	margin-top:10px;
}

#quintas #list_folders {   margin-top: -270px;margin-bottom: 247px;}
#quintas #list_folders.nomargin { 
	margin:45px 0 -200px 0;
}
#quintas .imgs_quinta {   
	display:block;margin-top:350px
}
#quintas .imgs_quinta img{   
	max-width:100%;display:block;
}
#quintas .imgs_quinta .destaque_tp .item,
#company .imgs_quinta .destaque_tp .item {
    height: auto;
}

#quintas #panel_ph_text li h2:after,
.emp #panel_ph_text li h2:after,
.osvinhos #panel_ph_text li h2:after{left:50%}
.emp #panel_ph_text li h2:after,
.osvinhos #panel_ph_text li h2:after{
	    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#quintas #panel_ph_text .destaque_tp,
#company #panel_ph_text .destaque_tp{
	width:50%;position:absolute;left:0;top:0;bottom:0;
}
#quintas #panel_ph_text li:nth-child(2n) .destaque_tp,
#company #panel_ph_text li:nth-child(2n) .destaque_tp{
	left:auto;right:0
}
#quintas #panel_ph_text .destaque_tp ul > li .img,
#company #panel_ph_text .destaque_tp ul > li .img{width:100%;}
#quintas #panel_ph_text .destaque_tp .tp img,
#company #panel_ph_text .destaque_tp .tp img{display:none;}
#quintas #panel_ph_text .destaque_tp .tp img,
#company #panel_ph_text .destaque_tp .tp img{display:none;}
#quintas #panel_ph_text .destaque_tp .bt img,
#company #panel_ph_text .destaque_tp .bt img {
	width: 15px;
	-webkit-touch-callout: none; -webkit-user-select: none;
     -khtml-user-select: none;  -moz-user-select: none;
        -ms-user-select: none;  user-select: none;
}

#quintas #marcas{padding:150px 0;
	/*border-top:1px solid #D5D5D5;*/
display:none}
#quintas #marcas.show{display:block;}
#quintas #marcas .apre{margin-bottom:60px}
#quintas #marcas .apre:not(:first-child){margin-top:25px}
#quintas #marcas .lg .quinta_logo{width:300px;}

#quintas #marcas .sub_title{
	color: #9B0E0C;  font-weight: 700;
    font-size: 1.2em;   margin: 0 0 30px 0;
}


.list_marcas{display:block}
.list_marcas ul{
	display:flex;width:100%;justify-content:space-between;
	flex-wrap: wrap;
}
.list_marcas ul.only{
	align-items:center;
	justify-content:center
}
.list_marcas ul li img{max-width:100%;}
.list_marcas ul li{
	display:flex;justify-content:space-between;width:45%;
    align-items: center
}
.list_marcas ul li .img{
	width:35%;display:block;
}
.list_marcas ul li .text{
	width:62%; padding: 40px 0;
	position:relative;
}
.list_marcas ul li .text .title_big .big{
	font-size:3em;
}

.list_marcas ul li .text .title_big .big:after{
	left: 0;  -webkit-transform: translateX(0);   transform: translateX(0);
}
.list_marcas ul li .text .bl_ver_mais{
	margin-top:35px
}
.list_marcas ul li .text .bl_ver_mais .ver_mais{
	padding:10px 20px;margin:0 20px 0 0 
}
.list_marcas ul li .text .desc{
	font-size:1.1em;line-height:1.4em;
	/*max-height: 6.2em;   */
	overflow: hidden;
}
.list_marcas ul li .text .desc p{
	margin:0
}
.list_marcas ul li .title_big .big:after{ 
	    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58,Ubuntu 1) 10ms;
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
}

.list_marcas ul li:hover .title_big .big:after{ 
	width:122px
}

.quintas .list_marcas ul li{
	margin-bottom:135px	
}
.quintas .list_marcas:last-child{
	margin-bottom:-135px	
}

/** produtcts **/
#prod{display:block;margin-top:150px;}
#prod a{display:block;}
#prod img{max-width:80%;display:inline-block}
#prod ul{
	display:flex; flex-wrap: wrap;
	align-items: flex-start;
	margin:0 -20px;justify-content: center;
}
#prod ul li{
	width:calc(25% - 40px);margin:0 20px 135px 20px;
	display:none;
}
#prod ul li.active{
	display:block;
}



#prod ul li.active{
	/*
	opacity:1;
	*/
}
#prod ul li a h3{
	font-size:1.74em;color:#1D1D1B;
}
#prod ul li a .sub{color:#9B0E0C;font-size:1.14em;}
#prod ul li a .img{
	display:block;width:100%;margin:0 0
}
#prod ul li .accoes{
	display:flex;justify-content:center
}
#prod ul li a.ver_mais:first-child .tx{
	 line-height: 23px;
}
#prod ul li a.ver_mais:first-child,
#prod ul li a.ver_mais:nth-child(2){
	width:32%;padding:10px 0;
}
#prod ul li a.ver_mais:nth-child(2){
	margin:0 0 0 -3px;width: 20%;
}
#prod ul li a.ver_mais:nth-child(2) svg{
	width:24px;
}

#prod h2{
	font-size: 3.5em;
}
/*
#prod .title_big.tejo{
	margin-top:60px;
}
#prod .title_big{
	display:none
}
#prod .title_big.active{
	display:block
}
#prod .title_big.tejo.active{
	margin-top:15px
}
#prod .title_big .big:after {

}
*/

#prod .title_big{
	margin-bottom:150px
}

.prod .detail_prod{
	display:flex;justify-content: space-between;
	align-items:center
}
.prod .detail_prod .image{width:25%;}
.prod .detail_prod .image img{max-width:100%}
.prod .detail_prod .text{width:70%;}

.prod .detail_prod .title_big .big:after{
	left: 0; -webkit-transform: translateX(0);   transform: translateX(0);
}
.detail_prod .desc{
	display:block;margin-bottom:20px;
}

.detail_prod .desc span{display:block;line-height: 1.4;}
.detail_prod .desc span p:first-child{margin-top:0}
.detail_prod .desc span:first-child{
	font-weight:700;font-size:1.28em;color:#000;
	margin-bottom:5px;
}
.detail_prod .info{
	background:#F4F4F4;padding:50px;
	position:relative
}
.detail_prod .block_text{
	display:flex;justify-content: space-between;
}
.detail_prod .block_text .text{
	width:60%;margin-top:0;min-height:300px;
}
.detail_prod .block_text .info{
	width:35%
}
.detail_prod .block_text .info span:first-child{ 
	font-size:1.1em;
}

.detail_prod .desc.doc > span svg{
	width:15px;display:inline-block;vertical-align:middle;
	margin:-3px 0 0 6px;height:20px;
}
.detail_prod .desc.doc a{display:block;} 
.detail_prod .desc.doc a .ti{
	color:rgb(70, 70, 70);display:inline-block;
}

.detail_prod .desc.doc a:hover .ti{color:#9B0E0C}

.detail_prod .desc.doc{ 
	position:absolute;bottom:50px;margin:0
}


.prod #list_folders{margin-top:50px;}
.emp #list_folders,
.osvinhos #list_folders{margin-top:60px;    margin-bottom: 150px;}

.prod-loja{margin-top:150px;}
.prod-loja .title_big .big{font-size:3.5em;}
.prod-loja .texto_corpo{margin-top:45px}
.prod-loja .texto_corpo{
	display:flex;justify-content:center
}
.prod-loja .texto_corpo .vcol{
	margin:0 80px
}

.prod-loja ul{
	padding:50px 0 0 0;display:flex;
	justify-content:space-around;
	align-items:center
	
}
.prod-loja ul li{
	width:20%;text-align:center	
}
.prod-loja ul li img{
	max-width:90%;display: inline-block;
}

.prod-loja ul li .text{
	text-align:center;margin-bottom:20px
}

.prod-loja ul li .ver_mais{
	margin-top:20px;display:none
}

.prod-loja ul li .text h3{
	font-size: 1.74em; color: #1D1D1B;
}
.prod-loja ul li .text .sub{
	color: #9B0E0C;  font-size: 1.14em;
}


/** defeito **/
.def .title_big .big:after{
	left: 0;-webkit-transform: translateX(0);transform: translateX(0);
}

/** loc **/

.loc .form_area .campo{width:100%}
.loc #panel_ph_text .map{}

#map_canvas{
	position:absolute;left:0;top:0;right:0;bottom:0;
	width:100%;height:100%;
}


/** lon  **/

#submete_vcc.ver_mais{
	cursor:pointer;    padding: 10px 20px;
}
#submete_vcc.ver_mais .icon{
	display:inline-block;width:27px;
	vertical-align:middle;margin:0 0 -1px 10px
}

.prod .cart .bl_qtd.w100{display:none;}
.prod .cart .l_info{border-top:0}

.prod .cart .bl_price{
	float:none;height:auto;
	padding:0;font-size:1em;    width: 100%;
}
.prod .cart .bl_price .price{float:none; }

.prod .prcoin{
	color:#9B0E0C;font-size:3em;
	font-weight:500;line-height:1em;
}
.prod .prcoin em{
	font-style:normal
}

.prod .cart .bl_price .prcoin .coin{font-size:1em;}
.prod .cart .bl_price .price .iva{
	display:block;font-size:0.78em;
}
.prod #bl_detail{
	display:flex;justify-content:space-between;
	flex-direction:row-reverse;align-items:center;
	margin:120px 0 0 0;
	margin:60px 0 0 0
}


#msgv2 .content{border-top: 4px solid #9B0E0C !important; }

.lon h1{text-align:center;}
.lon #container{padding:200px 0;background:#fff;}
.lon .caminho_tp{display:none}

.lon .title_big .big{margin-bottom:80px}

.lon .cbox{border:0;padding:0}

.lon .ver_mais{
	float:left;cursor:pointer;
	padding: 10px 20px;margin-top: 20px;
	 background: #fff !important;
}

.lon #boxLogin {
	float:right;position:relative
}
.lon #boxRegister {float:left;position:relative}

.lon .cbox .lon_title{padding:0}
.lon .lonbt{
	background: #fff !important;
	 border-radius: 0px;
}

.lon .lrow input{
	border: 2px solid #dadada;
    color: #808080;  font-size: 14px;
}

.lon .lrow input:focus{
	border-color: #9B0E0C; outline: 0;color:#000;
	-webkit-box-shadow: none;    box-shadow: none;
}

.lon  .lrow.err input{border-color: #000;}
.lon .lrow.selectbox{
	border: 2px solid #dadada; 
 margin-top: 30px;
}
.lon .blerr{
	float:right;width:auto;
	position: absolute; width: auto;
    right: 0;bottom:0
}
.lon #boxLogin .blerr{
	   bottom: -34px;
}

.lon #recovery_password {
    float: left;    margin-top: 34px;
    margin-left: 20px;
}

.lon .tabs .headertabs ul > li > a{
	font-family:'El Messiri', sans-serif;
	 font-weight: 500; font-size: 1.5em;  line-height: 1em;
	 line-height: 0.7em;
}

.lon .tabs .headertabs ul > li > a {  padding: 15px 20px; }

.lon .tabs .headertabs ul > li.active > a, 
.lon .tabs .headertabs ul > li.active > a:focus, 
.lon .tabs .headertabs ul > li.active > a:hover,
.lon #msg, 
.lon .facturas a:hover {
    background-color: #9B0E0C;
	border:2px solid #9B0E0C;
}

.lon .tabs .headertabs ul{
	text-align:center
}
.lon .tabs .headertabs ul >li{
	float:none;width:auto;display:inline-block
}

.lon  .tabs .headertabs ul > li > a {
    border-radius:0;text-transform:uppercase;
	border:2px solid #9B0E0C;color:#000;
	    padding: 15px 20px 12px 20px;
}
.lon  .tabs .headertabs ul > li + li {
	margin: 0 0 0 20px;
}

.lon .tabs .headertabs ul {
    border-bottom: 0 solid #ddd;
}

.lon .contenttabs .cbox .lon_title {
    text-align: center;  float: none;   margin-top: 20px;
	font-family:'El Messiri', sans-serif;
	font-size: 1.74em;  color: #1D1D1B;
	text-transform: capitalize;
	margin-bottom:30px;
}

.lon .facturas.lt .frow:not(.hd) {
    background: #fff;
}

.lon .facturas.lt .frow:not(.hd):hover {
    color: #fff; background: #afadad;
	border:0
}

.lon .tabs .lonbt {
    position: relative;  left: 50%;
	-webkit-transform: translateX(-50%);   transform: translateX(-50%);
}

.lon .lrow label{
	display:block;color:#000;margin:0 0 10px 0
}
.lon .lrow ::placeholder{
	display:none;
}

.lon .lrow.selectbox label {
    margin-top: -35px; margin-bottom: 20px;
	margin-left: -11px;
}

.lon .rrow span.name {
    color:#000;
    border-right: 0 solid #DADADA;
}

.lon .lonbt.marg, .lonbt.lvc {
    margin-top: 40px;
}

.lon #concluir_encomenda {
    float:right;margin:0;    font-size: 1em !important;
}

.lon #msgv2 .content .sub_footer .lonbt{margin:0}

#aap_box .acc .bt, #aap_box.add_qtd .content .bt{
	background:#fff !important
}
#aap_box .acc .bt .tx,
#aap_box.add_qtd .content .bt .tx,
.cart .add_cart .tx{
	text-transform:capitalize
}

.cart .add_cart{
	background:#fff !important;
}

.prod #aap_box .cart .add_cart {
    line-height: 0;  height: auto;
	padding: 11px 20px 10px 11px;
}

.prod #aap_box .content .topo{
	background-color: #0a0a0a;
}
.prod #aap_box .cart .bl_qtd .name { font-weight: 500;  font-size: 1em; }

.prod #aap_box .acc{
	    padding: 10px 0;
}

.lon .erro_msg span{margin:0}
.lon .lonbt{    width: 10%;}
.lon .cc.erro_msg {
    margin-bottom: 50px !important;
}
.lon .lonbt.continuar{
     width: auto; padding: 10px 20px;
}

.lon #printorder{
	 width: auto;float:right;
}
.lon .lonbt.enviar{width:auto}

.lon #msgv2 .lonbt{width:auto}
.lon #lon_register_submit{width:auto}

.lon .cbox .lon_title{
	float:none;margin-top:0
}

/** effects **/
#logo a img{
	-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
}

/********************
* 	overlay 18 years 
*********************/
body.disable{overflow:hidden}
#plus18{
	position:fixed;width:100%;height:100vh;
	top:0;left:0;right:0;bottom:0;z-index:500000;background:rgba(0,0,0,0.5)
}
#plus18 #lingua.hor{
	margin:0
} 
#plus18 .cont{
	position: absolute; margin-top: 0;
    left: 0; width: 100vw;
    background: rgba(255,255,255,1);
    color: #464646;  top: 50%;
    transform: translateY(-50%);
}
#plus18 .cont .bl{
	width:100%;display:block;height:400px;
	padding:3% 0;text-align:center;
}
#plus18 .cont .bl .img{
	display:block;text-align:center
}
#plus18 .cont .bl .img img{
	width:30px;display:inline-block;margin-bottom:10px
}
#plus18 .cont .bl .text{
	display:inline-block;text-align:center;margin:0 0 0 0;
}


#plus18 .cont .slogan1{display:block;margin:20px 0 20px 0;}

#plus18 .cont .slogan1{
	line-height:1em;
	font-size: 1.5em;line-height: 1em;
    color: #000; position: relative;
}
#plus18 .cont .slogan1 strong{
	font-weight:400;
}

#plus18 .cont .pergunta .pi{
	font-size: 1.5em;  line-height: 1em;display:block;
    color: #1D1D1B; position: relative;  padding-bottom: 20px;
}
#plus18 .cont .pergunta .pi1{
    line-height: 1.4em;
    max-height: 5.4em;margin-top:20px;
    overflow: hidden;display:block
}
#plus18 .cont .pergunta .ver_mais{
	cursor:pointer;    padding: 10px 25px 7px 25px;
	margin:0 20px 0 0
}

/*
	#plus18 .cont .pergunta span{
		display:block;font-size:0.85em;font-weight:700;
		line-height:1.1em;
	}

	#plus18 .cont .pergunta div{
		display:inline-block;text-transform:uppercase;margin-top:20px;
		padding:7px 10px;background:#afb8bc;color:#fff;cursor:pointer;margin:20px 5px 0 0;
		-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
	}
	#plus18 .cont .pergunta div.sim{background:#647883}
	#plus18 .cont .pergunta div:hover{background:#2A3338}
*/
#plus18 .cont .erro_idade{
	font-size:0.85em;margin:10px 0 0 0;
	width:200px;display:block;line-height:0.9em;
	color:#942c60;opacity:0;
}
#plus18 .cont .erro_idade.active{opacity:1}

.hide_content{
	position:absolute;top:0;left:0;right:0;bottom:0;
	background:#dfdfdf;z-index:400000;
	display:none
} 

#plus18 #lingua.hor ul li a {
    color: #000;
    text-transform: uppercase;
}
#plus18 #lingua.hor ul li.active a {
    color: #9B0E0C;
}

#plus18 #lingua.hor ul li a{
	font-size:1em
}

.osvinhos #container{
	padding-top:180px;
}

/*video*/
#vindex{
	width: 100%; height: 100vh;  display:block;
    pointer-events: none;
	z-index: -1;   position: absolute;
	top:0;left:0;right:0;
}

#vindex video{
	position: absolute;
    display: block;
    width: 100%; 
    height: 100vh;
    object-fit: cover;
    object-position: 50% 50%;
    overflow: hidden;
}

.ie #vindex video{ 
	height:auto;
}

.sub.ie #vindex video{
	height:100%;width:auto;
}

#vindex .canvas{
	position: absolute;
    display: block;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: 50% 50%;
    overflow: hidden;
}

.sub #vindex{z-index: 1;overflow:hidden }
.sub #vindex{z-index: 1;overflow:hidden }

.video-overlay{
	display:none;
	position:fixed;top:0;left:0;right:0;bottom:0;
	z-index:100;background:rgba(0, 0, 0, 0.9);padding:88px;
}
.video-overlay.active{
	display:block;
}

.destvideo .overlay {
	opacity:1;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;-o-transition: all 300ms ease-in-out;-ms-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;cursor:pointer;
	background: rgba(0, 0, 0, 0);
}

.destvideo .overlay .ico{
	display: flex;  width: 100%;
    height: 100%;  justify-content: center;
    align-items: center;
}
.destvideo .overlay .ico svg{
	width:50px
}

.destvideo:hover .overlay {background: rgba(0, 0, 0, 0.3);}


#vindex0{
	-webkit-transition: all 100ms ease-in-out;-moz-transition: all 100ms ease-in-out;-o-transition: all 100ms ease-in-out;-ms-transition: all 100ms ease-in-out;transition: all 100ms ease-in-out;
}
#vindex video.disable{
	display:none; 
}
#vindex video.enable{
	display:block;
}
#vindex0{z-index:10}
#vindex1{z-index:9}
#vindex2{z-index:8}
#vindex3{z-index:7}
#vindex4{z-index:6}


#video-full{width:100%;height:100%;text-align: center;}
#video-full1{
	max-width: 100%;max-height: 100%;
}

.text em{font-style:italic}
/*
.destaque_tp.destvideo .video-open{
	position:absolute;left:0;top:0;right:0;bottom:0;opacity:1;
	background:#000;z-index:51;    transform: translateX(100%);width: 200%;
	-webkit-transition: all 800ms ease-in-out;-moz-transition: all 800ms ease-in-out;-o-transition: all 800ms ease-in-out;-ms-transition: all 800ms ease-in-out;transition: all 800ms ease-in-out;
}

.destaque_tp.destvideo .video-open.active{
	transform: translateX(-50%);
}
*/

#bl5{
	padding: 150px 0 0 0;
}

#video-new  {display:block;width:100%;margin-top:20px;}
#video-new1  {display:block;width:100%}

.tmarca{ margin-bottom: 150px;}
.subtext2{  margin-top: 65px;}

.notice{
	color:#000;position:fixed;top:0;left:0;z-index:20;z-index: 1000;
	width: 100%;right:0;bottom:0;height:100%;
    background: rgba(0, 0, 0, 0.6);
	display:flex;justify-content:center;align-items: center;
    cursor: url(/templates/layout_images/popup_close2.png),auto;
}
.notice .text h2{font-size: 1.7em;    margin: 0 0 20px 0;text-transform:uppercase}
.notice .text{
	background:#fff;padding:50px;width:660px;text-align:center;
	font-size:1.2em;line-height:1.4em;cursor: default;
}

.notice .img{display:block;margin-bottom:20px}
.notice .img img{display:inline-block;   height: 47px;}

.notice .text a{
	color:#9B0E0C
}
.notice .text a:hover{
	text-decoration: underline;
}
.notice .text .text_notice{
	margin-bottom:0;display:block
}

@media only screen and (max-width: 1280px)
{
	.notice .text{
			background: #fff;
		padding: 30px;
		width: 550px;
		text-align: center;
		font-size: 1em;
		line-height: 1.4em;
		cursor: default;
	}
	
}
@media only screen and (max-width: 720px)
{
	.notice .text{
		width:90%;
		
	}
}

@media only screen and (max-width: 480px)
{
	.notice .text {		padding: 25px;	}
	.notice .text h2 {font-size: 1.3em;	}
	.notice .text .text1 {font-size: 0.8em;	}
}/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */html.swipebox-html.swipebox-touch{overflow:hidden!important}#swipebox-overlay img{border:none!important}#swipebox-overlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999!important;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#swipebox-container{position:relative;width:100%;height:100%}#swipebox-slider{-webkit-transition:-webkit-transform .4s ease;transition:transform .4s ease;height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute;display:none;cursor:pointer}#swipebox-slider .slide{height:100%;width:100%;line-height:1px;text-align:center;display:inline-block}#swipebox-slider .slide:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#swipebox-slider .slide .swipebox-inline-container,#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide img{display:inline-block;max-height:100%;max-width:100%;margin:0;padding:0;width:auto;height:auto;vertical-align:middle}#swipebox-slider .slide .swipebox-video-container{background:0 0;max-width:1140px;max-height:100%;width:100%;padding:5%;-webkit-box-sizing:border-box;box-sizing:border-box}#swipebox-slider .slide .swipebox-video-container .swipebox-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{width:100%!important;height:100%!important;position:absolute;top:0;left:0}#swipebox-slider .slide-loading{background:url(/templates/images/loader.gif) center center no-repeat}#swipebox-bottom-bar,#swipebox-top-bar{-webkit-transition:.5s;transition:.5s;position:absolute;left:0;z-index:999;height:50px;width:100%}#swipebox-bottom-bar{bottom:-50px}#swipebox-bottom-bar.visible-bars{-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}#swipebox-top-bar{top:-50px}#swipebox-top-bar.visible-bars{-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}#swipebox-title{display:block;width:100%;text-align:center}#swipebox-close,#swipebox-next,#swipebox-prev{background-image:url(/templates/images/icons.png);background-repeat:no-repeat;border:none!important;text-decoration:none!important;cursor:pointer;width:50px;height:50px;top:0}#swipebox-arrows{display:block;margin:0 auto;width:100%;height:50px}#swipebox-prev{background-position:-32px 13px;float:left}#swipebox-next{background-position:-78px 13px;float:right}#swipebox-close{top:0;right:0;position:absolute;z-index:9999;background-position:15px 12px}.swipebox-no-close-button #swipebox-close{display:none}#swipebox-next.disabled,#swipebox-prev.disabled{opacity:.3}.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider{-webkit-animation:rightSpring .3s;animation:rightSpring .3s}.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider{-webkit-animation:leftSpring .3s;animation:leftSpring .3s}.swipebox-touch #swipebox-container:after,.swipebox-touch #swipebox-container:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease;content:' ';position:absolute;z-index:999;top:0;height:100%;width:20px;opacity:0}.swipebox-touch #swipebox-container:before{left:0;-webkit-box-shadow:inset 10px 0 10px -8px #656565;box-shadow:inset 10px 0 10px -8px #656565}.swipebox-touch #swipebox-container:after{right:0;-webkit-box-shadow:inset -10px 0 10px -8px #656565;box-shadow:inset -10px 0 10px -8px #656565}.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after{opacity:1}@-webkit-keyframes rightSpring{0%{left:0}50%{left:-30px}100%{left:0}}@keyframes rightSpring{0%{left:0}50%{left:-30px}100%{left:0}}@-webkit-keyframes leftSpring{0%{left:0}50%{left:30px}100%{left:0}}@keyframes leftSpring{0%{left:0}50%{left:30px}100%{left:0}}@media screen and (min-width:800px){#swipebox-close{right:10px}#swipebox-arrows{width:92%;max-width:800px}}#swipebox-overlay{background:#0d0d0d}#swipebox-bottom-bar,#swipebox-top-bar{text-shadow:1px 1px 1px #000;background:#000;opacity:.95}#swipebox-top-bar{color:#fff!important;font-size:15px;line-height:43px;font-family:Helvetica,Arial,sans-serif}

#swipebox-overlay{background:#fff}
#swipebox-close,#swipebox-next,#swipebox-prev{background-image:url(/templates/images/icons_black.png)}
#swipebox-bottom-bar, #swipebox-top-bar{background-color:#fff;border-color:#fff;}
#swipebox-top-bar{
	text-shadow:1px 1px 1px #fff;color: #452E2E !important;
    font-size: 2em;   font-weight: 300;
	    font-family: 'Open Sans', Arial, sans-serif;
}
#swipebox-overlay{padding:20px}
#swipebox-slider .slide .swipebox-inline-container, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide img{max-height:90%}/**
 * Swiper 3.4.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: October 16, 2016
 */
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/templates/libraria/fontes/fontawesome-webfont.eot?v=4.7.0');src:url('/templates/libraria/fontes/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/templates/libraria/fontes/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/templates/libraria/fontes/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/templates/libraria/fontes/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/************** 
* cookies
**************/
#cookie{
	position:fixed;background:#101010;padding:20px 0;
	top:auto;bottom:0;left:0;right:0;z-index:1000;color:#fff;
	font-size:0.8em;
	-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	    text-align: center;
}
#cookie.disable{
	-moz-transform: translateY(100%);-webkit-transform: translateY(100%);opacity:0;
	-o-transform: translateY(100%);-ms-transform: translateY(100%);transform: translateY(100%);
}
#cookie span{display:inline-block;}

#cookie a{color:#fff;margin:0 0 0 20px;font-weight:bold;}
#cookie a.close{
    position: absolute;  right: 30px;
    top: 50%;  transform: translateY(-50%);
	width: 15px;   height: 15px;
}
#cookie a.close .line{
    position: absolute;  width: 100%;
    height: 2px;  background: #fff;
    transform: rotate(45deg);  top: 50%;
    left: 0;
}
#cookie a.close .line.line2{
    transform:rotate(-45deg)
}
#cookie a:hover{color:#9B0E0C}
#cookie a.close:hover .line{background-color:#9B0E0C}

/************** 
* Menus
**************/

#menu a{
	color:#fff;font-size:3em;display:block;
	line-height:1em;
}
#menu a:hover,
#menu li.mn_active a{color:#9B0E0C}
#menu li{margin-bottom:30px;}
#menu li:last-child{margin-bottom:0;}
#menu .arrow{display:none}
#menu ul li ul{display:none}


/** overlay **/
#fx_menu{
	position:fixed;top:0;left:0;right:0;background:rgba(0, 0, 0, 0.85);bottom:0;
	z-index:-20;opacity:0;
	-webkit-transition: all ease-in-out .25s;
	-moz-transition: all ease-in-out .25s;
	-o-transition: all ease-in-out .25s;
	transition: all ease-in-out .25s;
}
#fx_menu .blm{
	display:flex;height:100%;justify-content:center;
	align-items:center;text-align:center;
}

#fx_menu .blm{ height:100% }

#fx_menu .empty{display:block;height:100px}

#fx_menu .fx_ft{
	top:auto;padding:0 30px 30px 30px;color:#fff;
	display:flex;justify-content:space-between;
	align-items:flex-start
}
.dir a{
	font-family:'El Messiri';
	font-size:1.07em;margin:0 7px 0 0;
}
.dir img{height:13px}
#fx_menu .fx_ft a{color:#fff;}
#fx_menu .fx_ft a:hover{color:#9B0E0C;}

/** burguer **/
.active_menu {
  width: 35px; height: 20px;
  -webkit-box-orient: vertical; -webkit-box-direction: normal;-webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;
  cursor: pointer;text-indent:-50000px;
  display:none;overflow:hidden;
  z-index: 20;  position: relative;
}
.menu{position:relative}
.ie11 .menu{
	position:absolute;left:30px;top:30px
}

.menu span.text{
	position:absolute;color:#fff;opacity:0;display:block;
	text-transform: uppercase;  font-size: 0.84em;font-weight:500;
	left:100%;top:50%;transform:translateY(-50%);padding:0 0 0 15px;
	-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58,Ubuntu 1) 10ms;
	-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
}
.menu:hover span.text{
	opacity:1;
}

.active_menu.view { display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex}

.active_menu span {
   height: 2px;background-color: #000; border-radius: 3px;display:block;
  -webkit-transition: all 250ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: all 250ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%;
}

.active_menu span:first-child {
	-webkit-transform: translateY(3px); transform: translateY(3px);
}
.active_menu span:last-child {
	-webkit-transform: translateY(-2px); transform: translateY(-2px);
}
.active_menu:hover span:first-child {-webkit-transform: translateY(1px);transform: translateY(1px);}
.active_menu:hover span:last-child {-webkit-transform: translateY(0px);transform: translateY(0px);}

.mn_open .active_menu span:first-child {
	-webkit-transform: translateY(10px) rotate(45deg);  transform: translateY(10px) rotate(45deg);
}
.mn_open .active_menu span:nth-child(2){ opacity: 0;}
.mn_open .active_menu span:last-child {
	-webkit-transform: translateY(-10px) rotate(-45deg);  transform: translateY(-10px) rotate(-45deg);
}
.mn_open .menu span.text {display:none}
.menu span.text:last-child {display:none}
.mn_open .menu span.text:last-child {display:block}

/************** 
* redes sociais
**************/

.rd ul{display:block;}
.rd ul li{display:inline-block;}
.rd ul li a{font-size:1.2em;}
.rd ul li + li{margin:0 0 0 15px;}

/************** 
* pesquisa
**************/
.pesquisa{
	display:inline-block;vertical-align:middle;cursor:pointer;
	position:relative;z-index:20
}
.pesquisa span.icon {width:25px;display:block;vertical-align:middle}
.pesquisa span.icon svg .cls-1{
	stroke:#fff;fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.3px;
}

#fx_pesquisa .blm{
	display:flex;height:100%;justify-content:center;
	align-items:center;text-align:center;
}

#fx_pesquisa{
	background:rgba(0,0,0,0.85);position:fixed;
	left:0;top:0;right:0;bottom:0;z-index:-20;
	opacity:0;
	-webkit-transition: all 240ms cubic-bezier(0.22, 0.61, 0.36, 1);
	-moz-transition: all 240ms cubic-bezier(0.22, 0.61, 0.36, 1);
	-o-transition: all 240ms cubic-bezier(0.22, 0.61, 0.36, 1);
	transition: all 240ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.pesq_open #fx_pesquisa{opacity:1;z-index:20000;}

#fx_pesquisa .cont_pesquisa{
	width:60%;height:60px;text-align:left;
	-webkit-border-radius: 3px;border-radius: 3px;
	/*border-bottom:1px solid #fff*/
}
#fx_pesquisa .cont_pesquisa .text_input{
	padding:0 20px 25px 20px;display:inline-block;width:90%;
	color:#fff;	height:60px;font-size:2em;font-weight:400;
	
}
#fx_pesquisa .cont_pesquisa .submit{
	display:inline-block;width:9%;height:60px;
	color:#fff;float: right;position:relative;text-align:right;
	-webkit-border-radius: 0 3px 3px 0;border-radius: 0 3px 3px 0;
	-webkit-transition: all 240ms cubic-bezier(0.22, 0.61, 0.36, 1);
	-moz-transition: all 240ms cubic-bezier(0.22, 0.61, 0.36, 1);
	-o-transition: all 240ms cubic-bezier(0.22, 0.61, 0.36, 1);
	transition: all 240ms cubic-bezier(0.22, 0.61, 0.36, 1);
	text-align:right;line-height:60px;
}
#fx_pesquisa .cont_pesquisa .submit .txt {display:block;}
#fx_pesquisa .cont_pesquisa .submit svg {
    max-width: 25px;   margin: 0 20px 0 0;

}
#fx_pesquisa .cont_pesquisa .submit svg .cls-1{
	fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.3px;
}
#fx_pesquisa .cont_pesquisa .submit input{
	display:block;width:100%;position:absolute;
	left:0;top:0;right:0;bottom:0;z-index:0;
	cursor:pointer;-webkit-border-radius: 0 3px 3px 0;border-radius: 0 3px 3px 0;
}
#fx_pesquisa .cont_pesquisa .submit:hover svg .cls-1{stroke:#9B0E0C}


#pclose,
#vclose{position:absolute;    left: 30px;
    top: 30px;}
#pclose.active_menu span,
#vclose.active_menu span {background-color:#fff}

#pclose.active_menu span:first-child,
#vclose.active_menu span:first-child {
	-webkit-transform: translateY(10px) rotate(45deg);  transform: translateY(10px) rotate(45deg);
}
#pclose.active_menu span:nth-child(2),
#vclose.active_menu span:nth-child(2){ opacity: 0;}
#pclose.active_menu span:last-child,
#vclose.active_menu span:last-child {
	-webkit-transform: translateY(-10px) rotate(-45deg);  transform: translateY(-10px) rotate(-45deg);
}

.pesq_open #hburger{display:none;}

/************** 
* cart
**************/
.hcart{
	display:inline-block;margin:0 0 0 20px;vertical-align:middle;cursor:pointer;position:relative
}
.hcart span.icon {width:36px;display:block;vertical-align:middle}
.hcart span.icon svg .cls-1{fill:#fff}

#user span.icon{width:32px}
#bl_logout span.icon{    width: 30px;}

#user a:hover span.icon svg .cls-1,
#bl_logout a:hover span.icon svg .cls-1{  fill:#9B0E0C }


#cart a{ position:relative}
#cart .bl_number{
	position:absolute;background:#9B0E0C;
	color:#fff;border-radius:50%;
	width:16px;height:16px;
	top: -5px;  right: -8px;line-height:15px;
	text-align:center;
}
#cart .number{
	color:#fff;font-size:0.7em;
}

/************** 
* Lingua
**************/

#lingua{
	display:inline-block;position:relative;z-index:60;
	vertical-align: middle;margin:0 20px 0 0;
	 -webkit-transform:translateY(-1px);   -moz-transform:translateY(-1px);
	transform:translateY(-1px);
}

#lingua .title{
	padding:0px 20px 0 0;position:relative;
	cursor:pointer;
	 color: #000;  font-size: 0.7em;   font-weight: 700;
	-webkit-touch-callout: none;-webkit-user-select: none;
	-khtml-user-select: none;-moz-user-select: none;
	-ms-user-select: none;user-select: none;
}

#lingua .title span{display:inline-block;vertical-align:middle;}
#lingua .title span .mob{display:none}
#lingua .title span svg{max-width:100%}
#lingua .title span span{width:9px}

#lingua .title .arrow .cls-1{
	fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.3px;
}
#lingua .title:hover .arrow .cls-1{stroke:#AF8D75}


#lingua .title .arrow{position:absolute;right:0;top:-1px; }
#lingua .title .arrow .up{
	display:none;
	 -webkit-transform:translateY(4px) rotate(180deg);   -moz-transform:translateY(4px) rotate(180deg);
	transform:translateY(4px) rotate(180deg);
}

#lingua ul{
	position:absolute;top:100%;right:0;margin-top:5px;
	background-color: #fff;padding:5px 0;
	box-shadow: 0 5px 18px 0 rgba(31,36,50,.32);
	border: 1px solid #ccd2d4;
	border-radius: 2px;display:none;
}
#lingua ul li{
	padding:5px 10px;
}
#lingua ul li a{
	font-weight:600;
	font-size:0.7em;color:#000;
}
#lingua ul li.active a,
#lingua ul li a:hover{
	text-decoration:underline;
}

#lingua.invert ul{background:#000;border-color:#000;}
#lingua.invert ul li a{color:#fff}
#lingua.invert ul:after, 
#lingua.invert ul:before {border-bottom: 8px solid #000;}

#lingua.active ul{display:block;}
#lingua.active .title .arrow .down{display:none;}
#lingua.active .title .arrow .up{display:inline-block;}

#lingua.hor .title{display:none}
#lingua.hor ul{display:block;  position: inherit;
    top: auto; right: auto;margin:0;
    background-color: transparent;padding:0;
    box-shadow: 0 5px 18px 0 rgba(31,36,50,0);
    border:0;   border-radius: 0;
}
#lingua.hor ul li{display:inline-block;padding:0}
#lingua.hor ul li a{
	color:#fff;text-transform:uppercase;
}
#lingua.hor ul li.active a{text-decoration:none;color:#9B0E0C}

/************** 
* Scrool
* .lft: align on left
* .rgt: align on right
* .slim: change image scroll and add text scroll verticaly
**************/

.scroll{
	position:fixed;z-index:50;cursor:pointer;
	width:100px;height:60px;left:50%;bottom:10px;
	background:none;
	background-size:35px;opacity:1;
	-webkit-animation: showScrollR 1000ms cubic-bezier(0.23, 0.95, 0.58, 1.37);
	animation: showScrollR 1000ms cubic-bezier(0.23, 0.95, 0.58, 1.37);
	-webkit-animation-fill-mode: infinite;      animation-fill-mode: infinite;
	will-change: auto; 
}

.scroll span{display:none;}

.scroll.slim{background:none;}
.scroll.slim span{
	color:#fff;text-transform:uppercase;    display: block;
	margin: 32px 0 0 23px;font-size:0.74em;
}

.scroll.rgt{
	left:auto;right:20px;bottom:0;
	-webkit-animation: showScrollR 1200ms cubic-bezier(0.23, 0.95, 0.58, 1.37) infinite;
	animation: showScrollR 1200ms cubic-bezier(0.23, 0.95, 0.58, 1.37) infinite;
}
.scroll.center{
	left:50%;right:auto;bottom:25px;
	-webkit-animation: showScrollR 1200ms cubic-bezier(0.23, 0.95, 0.58, 1.37) infinite;
	animation: showScrollR 1200ms cubic-bezier(0.23, 0.95, 0.58, 1.37) infinite;
}
.scroll.lft{
	left:20px;bottom:50px;
	-webkit-animation: showScrollR 1000ms cubic-bezier(0.23, 0.95, 0.58, 1.37);
	animation: showScrollR 1000ms cubic-bezier(0.23, 0.95, 0.58, 1.37);
}

.scroll.disable {  
	opacity: 0;   background-position: center top;
	-webkit-animation: hideScroll 1000ms cubic-bezier(0.23, 0.95, 0.58, 1.37);
	animation: hideScroll 1000ms cubic-bezier(0.23, 0.95, 0.58, 1.37);
	-webkit-animation-fill-mode: forwards;      animation-fill-mode: forwards;
}

.scroll.rgt.disable,  
.scroll.lft.disable {  
	-webkit-animation: hideScrollR 1000ms cubic-bezier(0.23, 0.95, 0.58, 1.37);
	animation: hideScrollR 1000ms cubic-bezier(0.23, 0.95, 0.58, 1.37);
}

.ped.sub .scroll{
	background-image:url(/templates/layout_images/scrollb.svg);
	z-index: 100;
} 

@-webkit-keyframes showScroll {
  0%  { opacity:0; transform:translateX(-50%) translateY(-10%) translateZ(0); }
  100% { opacity:1;  transform:translateX(-50%) translateY(0%) translateZ(0); }
}
@keyframes showScroll {
   0%  { opacity:0; transform:translateX(-50%) translateY(-10%) translateZ(0); }
  100% { opacity:1;  transform:translateX(-50%) translateY(0%) translateZ(0); }
}

@-webkit-keyframes hideScroll {
  0%  { opacity:1; transform:translateX(-50%) translateY(0%) translateZ(0); }
  100% { opacity:0;  transform:translateX(-50%) translateY(-10%) translateZ(0); }
}
@keyframes hideScroll {
   0%  { opacity:1; transform:translateX(-50%) translateY(0%) translateZ(0); }
  100% { opacity:0;  transform:translateX(-50%) translateY(-10%) translateZ(0); }
}

@-webkit-keyframes showScrollR {
  0%  { opacity:1; transform:translateX(0) translateY(-10%) translateZ(0); }
  50% { opacity:1;  transform:translateX(0) translateY(0%) translateZ(0); }
  100% { opacity:1;  transform:translateX(0) translateY(-10%) translateZ(0); }
}
@keyframes showScrollR {
   0%  { opacity:1; transform:translateX(-50%) translateY(-10%) translateZ(0); }
  50% { opacity:1;  transform:translateX(-50%) translateY(0%) translateZ(0); }
  100% { opacity:1;  transform:translateX(-50%) translateY(-10%) translateZ(0); }
}

@-webkit-keyframes hideScrollR {
  0%  { opacity:1; transform:translateX(-50%) translateY(0%) translateZ(0); }
  100% { opacity:0;  transform:translateX(-50%) translateY(-10%) translateZ(0); }
}
@keyframes hideScrollR {
   0%  { opacity:1; transform:translateX(-50%) translateY(0%) translateZ(0); }
  100% { opacity:0;  transform:translateX(-50%) translateY(-10%) translateZ(0); }
}

/************** 
* ver mais
**************/

.ver_mais{
	display:inline-block;border:3px solid #9B0E0C;padding:15px 20px;position:relative;
	text-align:center;
}

.ver_mais .tx{
	color:#000;font-weight:500;text-transform:uppercase;
	transition: all .7s cubic-bezier(.165,.84,.44,1);
	position:relative;z-index:1;
}
.ver_mais .tx svg,
.ver_mais .svg_ico{
	transition: all .7s cubic-bezier(.165,.84,.44,1);
}

#list_defeito li:hover .ver_mais .tx,
.ver_mais:hover .tx,
.ver_mais.select .tx { color: #fff; }
.ver_mais:hover svg,
.ver_mais.select svg { fill: #fff; }

.ver_mais .bthv{
	position: absolute;top: -1px; left: -1px;bottom:-1px; right: -1px;
    transition: -webkit-transform .6s cubic-bezier(.165,.84,.44,1);
    transition: transform .6s cubic-bezier(.165,.84,.44,1);
    transition: transform .6s cubic-bezier(.165,.84,.44,1), -webkit-transform .6s cubic-bezier(.165,.84,.44,1);
    overflow: hidden;   pointer-events: none;
}
.ver_mais .bthv:after, 
.ver_mais .bthv:before {   
	background: #9B0E0C;
}

.ver_mais .bthv:after, 
.ver_mais .bthv:before {
    content: ""; position: absolute; top: 0;bottom: 0;  left: 0;  right: 0;
	z-index:0
}

.ver_mais .bthv:before {
    -webkit-transform: translate3d(-100%,0,0);transform: translate3d(-100%,0,0);
    opacity: 0;
}

.ver_mais .bthv:after {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}

.ver_mais .bthv:after, 
.ver_mais:hover .bthv:before,
#list_defeito li:hover .ver_mais .bthv:before,
.ver_mais.select .bthv:before {
    transition: -webkit-transform .7s cubic-bezier(.165,.84,.44,1);
    transition: transform .7s cubic-bezier(.165,.84,.44,1);
    transition: transform .7s cubic-bezier(.165,.84,.44,1),-webkit-transform .7s cubic-bezier(.165,.84,.44,1);
    opacity: 1;
}

.bthv:before {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    opacity: 0;
}

#list_defeito li:hover .ver_mais .bthv:after, 
#list_defeito li:hover .ver_mais .bthv:before,
.ver_mais:hover .bthv:after, 
.ver_mais:hover .bthv:before,
.ver_mais.select .bthv:after, 
.ver_mais.select .bthv:before {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
#list_defeito li:hover .ver_mais .bthv:after,
.ver_mais:hover .bthv:after,
.ver_mais.select .bthv:after {
    transition: none;  opacity: 0;
}

/************** 
* listagem de pastas
**************/

#list_folders{display:block;}
#list_folders ul{
	display:flex;justify-content: center;
	flex-wrap:wrap
}
#list_folders ul li{margin:0 10px 20px 10px}
#list_folders ul li + li{}
#list_folders ul li .ver_mais .tx{
	font-family:'El Messiri', Arial, sans-serif;font-weight:500;
	font-size:1.5em;line-height:1em;
}
#list_folders ul li .ver_mais{    padding: 10px 20px 6px 20px; }


#list_folders li:nth-child(3n) {
  page-break-after: always; /* CSS 2.1 syntax */
  break-after: always; /* New syntax */
}

#list_folders break{
  flex-basis: 100%;
  width: 0px; 
  height: 0px; 
  overflow: hidden;
}


/************** 
* texto corpo
**************/

.texto_corpo {font-size:1.2em;line-height:1.6em;}
.texto_corpo strong{
	font-weight:700;color:#000
}
.texto_corpo a{color:#808080;text-decoration:underline;}
.texto_corpo a:hover{color:#9B0E0C}
.texto_corpo ul{
	margin:20px 0;padding:0 0 0 20px;
	list-style-type: square;
}
.date2 .desc{
	font-weight:700;color:#000
}

.texto_corpo h3{
	font-family:Ubuntu, Helvetica, sans-serif;
	font-weight: 700; color: #000;
    color: #000;
}
.texto_corpo ol{
	    list-style: decimal;padding:0 0 0 40px
}

#container .texto_corpo > p em{font-style:italic}

/************** 
* List images
**************/

.list_img{display:block;margin-top:40px;}
.list_img img{max-width:100%}
.list_img ul{
	display:flex;margin:0 -20px;
	flex-wrap:wrap
}
.list_img ul li{
	width:calc(25% - 40px);margin:20px;
}
.list_img ul li a{display:block}
.list_img ul li a:hover{
	opacity:0.8;
}

/************** 
* List documents
**************/

.list_docs,
.cont_anexos{margin:40px 0 0 0}
.list_docs .titulo,
.cont_anexos .titulo{
	color:#000;font-weight:700;margin:0 0 20px 0;
	font-size:1.2em;
}
.cont_anexos .titulo{
	margin:0 0 10px 0;
}
.list_docs ul{
	display:flex;flex-wrap:wrap
}
.list_docs ul li{
	width:33.333%;margin: 0 0 20px 0;
	padding:0 20px 0 0
}
.list_docs ul li svg{
	 width: 22px; display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.list_docs ul li a{display:block;color:#000;}
.list_docs ul li a i{font-size:2em;color:#9B0E0C;margin-bottom:10px;}
.list_docs ul li a:hover h5{
	text-decoration:underline;
}

.def .list_docs ul li a i{
	display: inline-block;  vertical-align: middle;   width: 10%;margin:0
}
.def .list_docs ul li a h5{
	display: inline-block;  vertical-align: middle;
    width: 85%; text-align: left;
}

/************** 
* List links
**************/

.cont_anexos.lk ul{padding:0 0 0 20px;list-style-type: square;}
.cont_anexos.lk ul a{
	display:block;color:#000;
	font-size:1.3em;
}
.cont_anexos.lk ul a:hover{
	text-decoration:underline;color:#9B0E0C
}

/************** 
* FORM
**************/

#mensagem{
	display:block;position:fixed;left:0;right:0;z-index:200;
	padding:20px;background:rgba(0,0,0,0.8);top:0;
	-moz-transform: translateY(-100%);-webkit-transform: translateY(-100%);
	-o-transform: translateY(-100%);-ms-transform: translateY(-100%);
	transform: translateY(-100%);	
	-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
}
#mensagem .ct{background:transparent;}
#mensagem.active{
	top:0;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
#mensagem .mensagem{font-size:1.6em;margin:0 0 15px;color:#fff;font-weight:300}

.form_area{display:block;margin:0 0 0 0;    margin-right: -15px;    margin-left: -15px;}

.form_area .nome_campo,
.form_area .lnum{
	font-size:12px;color:#808080;    line-height: 0.8em;
}
.form_area .campo:not(.lista) .nome_campo{display:none} 
 
.form_area .campo {
	float: left;width:33.3333333%;padding-right: 15px;
    padding-left: 15px;margin-bottom:20px;position:relative
}
.form_area .campo.separador{width:100%;}
.form_area .campo.separador .separador{
	font-size:1.6em;padding-bottom:10px; border-bottom:1px solid #ecf0f1;
	font-weight:300
}
.form_area .campo.tipo_campo_big {width:100%;height:auto;}
.form_area .campo.lista {position:relative;width:100%}
.form_area .campo.lista .nome_campo{
	font-size: 1.3em;  font-weight: 300;    margin-bottom: 15px;
}
.form_area .campo.lista select{cursor:pointer;}
.form_area .campo.lista:after {
	content:'\f107';   position:absolute;right:25px;top:52px;
	font: normal normal normal 14px/1 FontAwesome;
	cursor:pointer;
    font-size: inherit;   text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.form_area .campo.tipo_campo_big textarea {height:auto;}
.form_area .campo input,
.form_area .campo select,
.form_area .campo textarea{
	display: block;  width: 100%;    background-color: #fff;  background-image: none;
	border: 1px solid #f5f5f5; color: #808080;
    font-size: 14px; line-height: 1.467; padding: 8px 12px;height: 40px;
	-webkit-appearance: none;  border-radius: 0px;  -webkit-box-shadow: none;   box-shadow: none;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
	
	    background: #f5f5f5;
	
}
.form_area .campo input:focus,
.form_area .campo textarea:focus{
	border-color: #9B0E0C; outline: 0;color:#000;
	-webkit-box-shadow: none;    box-shadow: none;
}



.form_area .lnum span{font-weight:700}

.form_area .campo.aceitar_termos2 .nome_campo {
    display:block; cursor:pointer;
}
.form_area .campo.aceitar_termos2  {
    display:flex; flex-direction:row-reverse;
	flex-wrap: nowrap ;align-items:center;color:#000;font-size:16px;
	    justify-content: flex-end;
}
.form_area .campo.aceitar_termos2 label{
	cursor: pointer;  font-weight: 300;
    font-size: 12px;  margin: 0;
    line-height: 1.4;text-align:left
}
.form_area .campo.aceitar_termos2 input {
   border: none;  background: none;
    padding: 0;
    outline: 0;
    border: 0px;
    margin: 0;
    resize: none;
    -webkit-appearance: none;
    font: 14px 'Fira Sans', Helvetica, sans-serif;
    font-weight: 400;
	left: 0;top: 0;  right: 0;
    bottom: 0;  width: 100%;
	
}
.form_area .campo.aceitar_termos2 input {
    /*width:50px;height:50px*/
	position:absolute;border:0; cursor:pointer;
}
.form_area .campo.aceitar_termos2 .cont-check {
    display:block;width:40px;height:40px;position:relative;
	 cursor:pointer;margin:0 20px 0 0;
	    background: #f5f5f5;  border:0  
}
.form_area .campo.aceitar_termos2 .checkmark {
  display:block;width:100%;height:100%;border:1px solid #f5f5f5;
  cursor:pointer;
}
.form_area .campo.aceitar_termos2 .error {
	display:none !important
}

.form_area .campo.aceitar_termos2 input:checked ~ .checkmark {
	background:url(/templates/layout_images/check.png) center center no-repeat;
}
.form_area .campo.aceitar_termos2 input.error ~ .checkmark {
	border-color:#af0303;
}
.bt_enviar {
	display: inline-block;
	margin-left:50% !important;margin-top:20px !important;
	padding: 5px 15px;cursor:pointer;position:relative;
	transform:translateX(-50%)
    /*
	text-align: center;  white-space: nowrap;  vertical-align: middle;
    -ms-touch-action: manipulation;   touch-action: manipulation;
    cursor: pointer;color: #FFF;   padding: 8px 20px;
    font-size: 0.8em;  font-weight: 700;   letter-spacing: 0.1em;
    text-transform: uppercase;   border-radius: 0px;
	background: #000;   border: 2px solid #000;
	-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
	text-decoration: none;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	margin-right:15px;margin-top:20px;
	*/
}
.bt_enviar input {
	position: absolute;  top: 0;
    left: 0;  right: 0;  bottom: 0;
    width: 100%;  height: 100%;
	z-index:3;cursor:pointer;
}
.bt_enviar .tx {
	font-size: 14px;font-weight: 400;
}
/*
.bt_enviar:hover {background: #fff;color: #868686;  border: 2px solid #868686;}
*/
.form_area .erro{
	position: absolute;    right: 24px;    top: 8px;width: auto;
	color: #8d8b8b;text-align: center;font-size: 0.6em; 	
}
.form_area .campo input.error,
.form_area .campo select.error,
.form_area .campo textarea.error{border-color:#000;}
.form_area .erro.err_captcha{top: 39px;}



/************** 
* Listagens
**************/

#list_defeito{display:block;}
#list_defeito li{
	margin:0 0 55px 0;display:flex;justify-content:space-between;
	    align-items: center;
}
#list_defeito li .img{width:30%;display:block}
#list_defeito li img{max-width:100%;}
#list_defeito li .text{width:66%;position:relative;}
#list_defeito li h3{color:#000;font-size:2.6em;line-height:1.2em;}
#list_defeito li .desc{
	color:#464646;display:block;font-size:1.3em;
	margin:20px 0;
}
#list_defeito li .date{color:#000;font-size:1em;font-weight:700}
#list_defeito li .bl_ver_mais{
	margin-top:30px;
}
#list_defeito li a.ver_mais{padding:10px 20px;margin:0 20px 0 0 }

/************** 
* caminho
**************/
.caminho{display:block;margin:0 0 40px 0;}
.caminho a{color:#000}
.caminho a:hover{color:#9B0E0C}

#pesquisa_res{margin:20px 0 0 0}
#pesquisa_res li{margin:0 0 20px 0;padding:0 0 20px 0;}
#pesquisa_res li a{display:block;color:#6f7070}
#pesquisa_res li a .number{
	font-size:2em;height:40px;line-height:40px;text-align:center;
	font-family: 'El Messiri', Arial, sans-serif;color:#000;display:inline-block;
	display:none;
}
#pesquisa_res li a .bl_text{}
#pesquisa_res li a .data_pes{
	display:inline-block;font-family:tahoma;display:none
}
#pesquisa_res li a .titulo_pesquisa{
	display:inline-block; font-family: Ubuntu, Helvetica, sans-serif;
    font-weight: 700;color:#000;font-size: 1.2em;
}
#pesquisa_res li a .titulo_pesquisa span{
    font-weight: 500;color:#000;font-size:0.8em;color:#9B0E0C
}
#pesquisa_res li a .desc_pesquisa{
	margin-top:10px;    font-size: 0.87em;
	font-size: 1.2em;   line-height: 1.6em;
}
#pesquisa_res li a .caminho_pesquisa > div{display:inline-block;margin-top:10px;    font-size: 0.87em;}
#pesquisa_res li a:hover .titulo_pesquisa,#pesquisa_res li a:hover .number{color:#9B0E0C}


.txt-back{
	position: absolute;  top: -148px;   right: 0;
}
.cart{position:relative}
.txt-back1{
	margin-top:50px
}

.txt-back1.news{
	position:relative;right:auto;top:auto;
	
}

@media only screen and (max-width: 1600px)
{
	.ct_inner {  max-width: 1280px; }
	#panel_ph_text ul > li .bl_text .text { padding: 0 0 0 50px; }
	#panel_ph_text ul > li:nth-child(2n) .dlfex .text {  padding: 0 50px 0 0; }
	
	.detail_prod .block_text .info {  width: 45%; }
	.detail_prod .block_text .text {  width: 50%; }
	
	.menu_footer li + li {	margin: 0 0 0 30px;	}
	.ct_inner3 {
		max-width: 1024px;
	}
	
}
@media only screen and (max-width: 1285px)
{
	.ct_inner {   max-width: 960px; }
	#panel_ph_text ul > li h2 {font-size: 3em;  padding-bottom: 30px;}
	#panel_ph_text ul > li .text span.desc {  margin-top: 30px;     font-size: 1.2em;}
	#panel_ph_text ul > li .text .ver_mais {    margin: 30px 0 0 0; }
	#panel_ph_text ul > li {  height: 660px; }
	
	.menu_footer li a {  font-size: 1em; }
	.menu_footer li + li {  margin: 0 0 0 20px; }
	
	#prod ul li {	width: calc(25% - 40px); }
	
	.detail_prod .info {   padding: 30px; }
	#company .tp .text {padding: 0 25px;	}
	#company .tp li .bl_text .ct_inner .dflex .text {
	font-size: 2.2em; line-height:1.3em		}
	
	#company .bt {	margin: 90px 50px;	}
	#quintas .apre .text {	max-width: 100%;	}
	#list_folders ul li .ver_mais .tx {	font-size: 1em;	}
	
	#quintas #list_folders.nomargin {    margin: 40px 0 -290px 0;}
	
	
}

@media only screen and (max-width: 1024px)
{
	.ct_inner3 {
		max-width: 100%;padding:0 25px
	}
	
	.loc #panel_ph_text ul > li:nth-child(2n) .dlfex .text {
		width: 100%;
	}
}
@media only screen and (max-width: 980px)
{
	.ct_inner {   max-width: 100%;margin:0 10% }
	.menu_footer li + li {  margin: 0 0 0 10px; }
	
	#company {  margin-top: 50px; }
	#company .tp .text {  font-size: 1.1em; }
	
	.title_big .big {  padding: 0 0 10px 0;  margin: 0 0 20px 0; }
	#company .tp li .bl_img {  margin-top: 50px; }
	
	#company .tp h3:not(:first-child) {margin-top: 50px;  padding-top: 20px; }
	#company .bt {  margin: 50px 0 50px 0; }
	#company .bt .text {  font-size: 1em; }
	#company .bt li {
		width: calc(50% - 30px);
		margin: 0 0 40px 0;
	}
	
	#footer .qt ul {
		width: 100%;
	}
	#company .tp li .img {  width: 100%; margin:0}
	#company .tp li .bl_text .ct_inner .dflex .text {
		width: 100%;  padding:40px 0 0 0;
		font-size: 2em;text-align:center;
	}
	
	#company .tp li .bl_img .bl_text {
		position:inherit
	}
	.quintas #container {  padding-top: 150px; }
	#quintas .quinta_logo {  width: 350px;  max-width:100%}
	#quintas .title_big .big {  padding: 0 0 30px 0; }
	#quintas .apre .text {
		font-size: 1.3em; 
	}
	
	
	#quintas .imgs_quinta {   margin-top: 300px; }
	
	#quintas #marcas .apre .text {  font-size: 1.2em; }
	#quintas #marcas {
		padding: 50px 0 120px 0;
	}
	.list_marcas ul li .text .title_big .big {   font-size: 3em; }
	
	#list_defeito li h3 {  font-size: 2.7em; }
	#list_defeito li .desc {  font-size: 1em; }
	#list_defeito {  margin-top: 50px; }
	#list_defeito li .date {  font-size: 1em; }
	#list_defeito li .text {  width: 50%;}
	#list_defeito li .img {  width: 45%; }
	
	.title_big .desc {
		font-size: 1.3em;width: 80%;
	}
	
	#prod {   margin-top: 60px; }
	
	#prod ul li {	width: calc(33.333% - 40px); }
	
	
	.detail_prod .block_text .text{margin-top: 20px;}
	.detail_prod .block_text .text,
	.detail_prod .block_text .info {  width: 100%; }
	.detail_prod .block_text .info {  margin-top: 30px; }
	.detail_prod .block_text {
		flex-direction:column
	}
	#footer .bt {padding: 30px 0 40px 0; 	}
	#footer .qt ul {	padding: 0 0 20px 0;	}
	
	#footer .qt ul a {	width: 260px; 	}
	#company .tp li:last-child .bl_img {
		display: block; 
	}
	#company .tp li:last-child .bl_text .ct_inner .dflex .text {
		padding: 40px 0px 0 0;
		text-align: center !important;
	}
	#company .bt {		padding: 0 40px; 	}
	#list_folders ul {	flex-wrap: wrap	}
	#list_folders ul li{
		width:33.333%;    margin: 20px 0;
	}
	#list_folders ul li + li {    margin: 20px 0;	}
	#quintas #list_folders.nomargin {
		margin: 20px 0 -290px 0;
	}
	#list_folders ul li .ver_mais {
		min-width: 180px;
	}
	
	#cookie a.close{
		 right: 10px;
	}
	#company .tp li .bl_img .img {
		width: 100%;
		margin-left: 0;
	}
	
	
}


@media only screen and (max-width: 861px)
{
	#menu a{font-size:2em;}
	#lingua.hor ul li a {   font-size: 1em; }
	.sub_menu{display:none;}
	
	#footer address {display:none }
	#panel_ph_text ul > li .img {width: 100%;height:560px;}
	#panel_ph_text ul > li {  height: auto; }
	#panel_ph_text ul > li .bl_text {
		display: block;margin-top:560px;
		padding-bottom: 60px;
	}
	#panel_ph_text ul > li .dlfex { 
		width: 100%;height:auto;
		margin:0; padding: 90px 0 30px 0;
	}
	#panel_ph_text ul > li .bl_text .text { padding: 0 !important; }
	#panel_ph_text ul > li h2 {  font-size: 2.3em; }
	#panel_ph_text ul > li .text span.desc {  font-size: 1em; }
	#quintas #panel_ph_text .destaque_tp,
	#company #panel_ph_text .destaque_tp	{
		width: 100%;height:560px
	}
	
	.ver_mais {  padding: 10px 10px; }
	
	.menu_footer li{  margin: 0 0 10px 0;}
	.menu_footer li + li {  margin: 0 0 10px 10px;}
	#footer .tp {  padding: 20px 0 10px 0; }
	
	#footer .qt ul { width: 100%; }
	
	.list_marcas ul {	
		flex-direction: column
	}
	.list_marcas ul li {	
		width:100%;margin:0 0 20px 0
	}
	
	.list_img ul li {width: calc(25% - 20px);  margin: 10px;}
	.list_img ul {  margin: 0 -10px; }
	.def #container, .prod #container { padding: 100px 0; }
	
	.prod .detail_prod .image {   width: 50%; }
	#footer .ft1 {justify-content: center;	}
	#footer .ft1 .lg {	margin: 0 140px 0 0; 	}
	#footer .ft_bottom {justify-content: center;	}
	#footer .ft_bottom .copy { margin:0 120px 0 0}
	#panel_ph_text ul > li .text span.desc {font-size: 1em;	}
	#panel_ph_text ul > li h2 {font-size: 2.5em;	}
	.ver_mais {		padding: 10px 15px;	}
	#company .tp li {   margin-top: 75px; }
	.title_big .big {	font-size: 4em;}
	
	#company #list_folders li {   margin-top: 20px;}
	.emp #list_folders, .osvinhos #list_folders{
		    margin-top: 60px;  margin-bottom: 75px;
	}
	
}
@media only screen and (max-width: 785px)
{
	#prod ul li {	width: calc(50% - 40px); }
}
@media only screen and (max-width: 680px)
{
	#company .bt li {
		width: 100%;
		margin: 0 0 40px 0;
	}
	.title_big .big {
    font-size: 3em;}
	.title_big .small {  font-size: 1em; }
	#list_folders ul {
		flex-wrap:wrap 
	}
	#list_folders li {
		width:50%;display:inline-block;
		margin: 0 0 20px 0 !important;
	}
	#list_folders li .ver_mais {
		    width: calc(100% - 20px);
	}
	
	#quintas #list_folders {
		margin-top: -330px;   margin-bottom: 241px;
	}
	#list_folders ul li .ver_mais .tx {
		font-size: 1em;
	}
	#quintas .eno {   margin-top: 200px; }
	#quintas .apre .text {  max-width: 100%; }
	.destaque_tp .bt {  width: 100px; }
	#list_defeito li {	flex-direction:column   	}
	#list_defeito li .text {  width: 100%;}
	#list_defeito li .img {  width: 100%; }
	#list_defeito li .text {  margin-top: 30px; padding-bottom: 90px; }
	#list_defeito li .date {  display: block;  position: relative;  top: -63px; }
	#list_defeito li {  margin: 0 0 30px 0; }
	
	.prod .detail_prod .image {   width: 100%; }
	.prod .detail_prod .text {  width: 100%; }
	.prod .detail_prod {
		flex-direction:column
	}
	#bl5 {
		padding: 0;
	}
	#prod ul li a.ver_mais:first-child, 
	#prod ul li a.ver_mais:nth-child(2) {
		width: 50%;
		padding: 10px 0;
	}
	.prod-loja .texto_corpo {    display: block;	}
	.prod-loja .texto_corpo .vcol {
		margin: 0 80px;
	}
	.prod-loja ul {
		flex-wrap: wrap;
	}
	.prod-loja ul li{
		width:100%
	}
	.prod-loja ul li {
		margin-bottom: 50px;
	}
}
@media only screen and (max-height: 840px)
{
	#menu li {   margin-bottom: 25px; }
	#menu a {font-size: 2em;	}
	#lingua.hor ul li a {font-size: 1em;	}
}
@media only screen and (max-height: 780px)
{
	#menu a {	font-size: 2em; 	}
	#menu li {   margin-bottom: 25px; }
	#lingua.hor {   margin: 20px 0 0 0; }
}
@media only screen and (max-height: 680px)
{
	#menu li {   margin-bottom: 10px; }
	#lingua.hor { margin:10px 0 0 0; }
	#header {  padding: 30px; }
	#fx_menu .fx_ft {   padding: 0 30px 30px 30px;}
	#logo a {   width: 120px; }
	
	
}
@media only screen and (max-height: 480px)
{
	#menu a {   font-size: 1.3em;}
	#footer .ft1 .lg {margin: 0 70px 0 0;	}
	
}
@media only screen and (max-width: 621px)
{
	#company .tp li .bl_text .ct_inner .dflex .text {
		font-size: 1.6em;
	}
	#company .tp li:last-child {  margin-top: 50px; }
	
	.list_img ul li {width: calc(50% - 20px); }
	
	.video-overlay {
		padding: 10px;
	}
	#video-full {
		top: 100px;	position: relative;
	}
	#pclose, #vclose {
		left: 10px;	top: 10px;
	}
	#header:before{display:none}
	.mn_open .menu span.text{display:none !important}
	
}
@media only screen and (max-width: 480px)
{
	#footer .qt ul li:last-child {  margin:40px 0 0 0; }
	#footer .qt ul { flex-direction: column;    align-items: center; }
	
	#list_folders li .ver_mais {
		 width: calc(100% - 10px);
	}
	#prod ul {  margin: 0; }
	#prod ul li {	width: 100%;margin:0 0 40px 0 }
	
	#menu li {   margin-bottom: 15px; }
	#lingua.hor { margin:40px 0 0 0; }
	#header {  padding: 30px; }
	#fx_menu .fx_ft {   padding: 0 30px 30px 30px;}
	#logo a {   width: 120px; }
	#logo {top: 17px;	}
	
	.title_big .big {	font-size: 2em;	}
	
	.scroll.rgt {right: 0;	}
	
	.title_big .small {
		font-size: 0.8em;
	}
	
	#company .bt .icon {	
		width: 60px;	height: 60px;
	}
	
	#quintas #panel_ph_text .destaque_tp.destvideo {
		height: 360px;
	}
	
	#quintas #panel_ph_text .destaque_tp.destvideo #vindex {
		width: 100%;
		height: 100%;
	}
	#panel_ph_text ul > li .bl_text.bl_video {
		margin-top: 360px;
	}
	#quintas #marcas .apre {
		margin-bottom: 00px;
	}
	#quintas #marcas .apre:not(:first-child) { 
		margin-top: 75px;
	}
	.detail_prod .info {
		padding: 30px 30px 60px 30px;
	}
	.detail_prod .desc.doc {
		bottom: 20px;	
	}
	.detail_prod .desc.doc a .ti {
		font-size: 0.9em;
	}
	.detail_prod .desc.doc a svg {
		width: 20px;
	}
	.emp #list_folders, .osvinhos #list_folders {
		margin-top: 30px;
		margin-bottom: 75px;
	}
	#list_folders ul li {
		width: 75%;
	}
	#bl2 .text1{margin-top:0}
	.subtext2 {
		margin-top: 75px;
	}
	
	.tmarca {
		margin-bottom: 75px;
	}
	.quintas .list_marcas ul li {
		margin-bottom: 20px;
	}
	.list_marcas ul li .text .desc {
		line-height: 1.5em;


	}
}
@media only screen and (max-width: 420px)
{
	#menu a {   font-size: 1.5em;}
	#lingua.hor ul li a {
		font-size: 0.9em;
	}
	#panel_ph_text ul > li .img {
		height: 260px;
	}
	#panel_ph_text ul > li .bl_text {
		margin-top: 220px;
	}
	
	#company .bt h3 {
		font-size: 1.2em;
	}
	#company .bt .text {
		font-size: 0.9em;
	}
	#quintas .apre .text {
		font-size: 1.1em;
	}
	
	.list_marcas ul li .text .title_big .big {
		font-size: 1.8em;
	}
	.list_marcas ul li .text .desc {font-size: 1em;	}
	.list_marcas ul li .text .ver_mais .tx {
		font-size: 0.8em;    font-weight: 300;
	}
	
	.title_big .desc {
		font-size: 1.1em;
		width: 80%;
	}


}

@media only screen and (max-height: 960px)
{
	
}
@media only screen and (max-height: 768px)
{
	
}
@media only screen and (max-width: 871px)
{
	

}

@media only screen and (max-width:661px) 
{
	
	.text1 {
		margin-top: 75px;
	}
	
	.menu span.text{display:none}
	

}

@media only screen and (max-width: 420px)
{
	
	#footer .ft_bottom .copy {
		margin: 0 40px 0 0;
	}
	
	#footer .ft1 .lg {	margin: 0 20px 0 0; 	}
}
@media only screen and (max-height: 420px)
{	
	#header {padding: 20px;	}
	#fx_menu .fx_ft {  padding: 0 20px 20px 20px; }
	#logo {	top: 15px; }
	#menu{margin-top:40px}
	#panel_ph_text ul > li .bl_text {
		margin-top: 460px;
	}
	#panel_ph_text ul > li .img {
		height: 460px;
	}
}
