/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
    height: 100%;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}





/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.row {
	margin: 0;
}

.fullheight {
	display: block;
	height: 100%;

}
.bloco_lista_eventos.fullheight{
    overflow-y: auto;
}

.exo-regular {
	font-family: 'Exo', sans-serif;
	font-weight: 400;
}

.exo-bold {
	font-family: 'Exo', sans-serif;
	font-weight: 700;
}

.exo-light {
	font-family: 'Exo', sans-serif;
	font-weight: 300;
}

.exo-extralight {
	font-family: 'Exo', sans-serif;
	font-weight: 200;
}

.exo-thin {
	font-family: 'Exo', sans-serif;
	font-weight: 100;
}

.white {
	color: white;
}

.red {
	color: #f20b0b;
}

.black {
	color: black;
}

.uppercase {
	text-transform: uppercase;
}


#fp-nav.right{
right: 17px;
margin-top: 0 !important;
top: 50%;
max-height: Calc( 100vh - 150px );
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);

overflow-y: auto;
overflow-x: hidden;
scrollbar-width: none;
}



/* width */
#fp-nav.right::-webkit-scrollbar {
  width: 0px;
}

/* Track */
#fp-nav.right::-webkit-scrollbar-track {
  background: transparent;
}
 
/* Handle */
#fp-nav.right::-webkit-scrollbar-thumb {
  background: transparent; 
}

/* Handle on hover */
#fp-nav.right::-webkit-scrollbar-thumb:hover {
  background: transparent; 
}


/* MENU */
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px whitesmoke inset !important;
	color: black !important;
	background-color: transparent !important;
}
.menu_extra {
	font-size: 12px;
	position: absolute;
	width: 190px;
	height: 65px;
	top: 0;
	right: 405px;
	z-index: 1997;
	background-color: #969696;
}

.menu_extra button {
	width: 100%;
	height: 100%;
	background: transparent;
	border: 0;
	outline: none;
	color: white;
}

.menu_extra .seta_menu {
	margin-left: 20px;
}

.menu_extra2 {
	font-size: 12px;
	position: absolute;
	/*width: 240px;*/
	width: auto;
	height: 65px;
	top: 0;
	right: 595px;
	z-index: 1997;
	background-color: #eb0000;
    padding: 0 5px;
}

.menu_extra2 .btn_menu_extra2 {
	width: 130px;
	height: 100%;
	background: transparent;
	border: 0;
	outline: none;
	color: white;
	position: relative;
	float: left;
}

.btn_menu_extra2 .nome_prod {
	position: relative;
	float: left;
	min-width: 90px;
	text-align: center;
}

.menu_extra2 .seta_menu {
	/* margin-left: 10px; */
}

.menu_extra2 .seta2_menu {
	margin: 25px 0 0 10px;
}

.menu_extra2 .tipo_produtos {
	width: auto;
    min-width: 93px;
	border: 0;
	padding: 0;
	outline: none;
	background: #eb0000;
	padding: 5px 0;
	position: relative;
	float: left;
}

.menu_extra2 .tipos_produtos {
	position: absolute;
    width: 100%;
	right: 0;
	/* top: -186px; */
	top: 65px;
	background-color: #eb0000;
	z-index: -1;
	display: none;
}

.menu_extra2 .tipo_imagem {
	position: relative;
	width: 100%;
	margin: 10px auto;
	cursor: pointer;
	text-align: center;
	float: left;
}

.menu_extra2 .tipo_imagem img {
    width: 34px;
}

.menu_extra2 .tipo_imagem a {
	color: white;
	outline: none;
	text-decoration: none;
}

.menu_extra2 .tipo_imagem .nome_tipo {
	position: relative;
	float: left;
	padding: 0 1px;
	text-align: center;
	width: 100%;
	margin: 5px 0 0 0;
}

.menu_extra2 .texto_img {
	position: relative;
	float: left;
	text-align: center;
	width: 100%;
	margin-top: 0;
}

.menu_extra2 .tipo_texto_img {
	position: relative;
	float: left;
	text-align: center;
	width: auto;
    min-width: 68px;
	margin: 9px 0 0 0;
	color: white;
}

.menu_extra2 .tipo_texto_img .tipo_select {
	margin: -10px auto 5px;
	width: 34px;
	display: block;
}

.menu_collection_type2 {
    position: absolute;
    top: 65px;
    left: 0;
}

.menu_collection_type2 .collection_menu_item {
    width: 130px;
    background-color: #eb0000;
}

.menu {
	position: absolute;
	width: 340px;
	height: 65px;
	top: 0;
	right: 0;
	z-index: 2002;
	background-color: black;
}

.btn_menu {
	width: 170px;
	position: relative;
	float: left;
	cursor: pointer;
	font-size: 12px;
	padding: 20px 30px;
	height: 65px;
}

.btn_menu .texto {
	position: relative;
	float: left;
	margin-right: 20px;
	margin-top: 4px;
}

.btn_menu.open .texto {
	margin-top: 4px;
	margin-right: 17px;
}

.btn_menu img {
	position: relative;
	margin-top: 4px;
}

.btn_menu.open img {
	position: relative;
	margin-top: 2px;
}

.img_menu {
	position: relative;
	float: left;
	width: 170px;
	height: 65px;
}

.img_menu a {
	outline: none;
	text-decoration: none;
	display: block;
	height: 65px;
}

.img_menu img {
	width: 120px;
	margin: 19px;
}

.overlay-menu-produtos,
.overlay-menu-extra {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	background-color: #000 \9;	/* For IE8- */
	overflow: hidden;
	z-index: 1996;
}
.overlay-menu-extra {
	display: block;
}

.overlay-menu-produtos {
	display: block;
}

#overlay-projectos {
	display: none;
}

.overlay-menu {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	background-color: #000 \9;	/* For IE8- */
	display: none;
	overflow: hidden;
	z-index: 1997;
}

.overlay-menu-produtos .conteudo {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
}

.overlay-menu-extra .conteudo {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	overflow: hidden;	
}

.overlay-menu-extra .linguas_social {
	position: absolute;
	float: left;
	width: 100%;
	height: 66px;
	padding: 15px 75px;
	border-bottom: 1px solid #6B6A6A;
	z-index: 1997;
	background: black;
}

.bloco_collection {
	position: relative;
	float: left;
	width: 25%;
	cursor: pointer;
}

.bloco_collection img {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bloco_collection .texto {
	position: absolute;
	font-size: 13px;
	top: 45%;
	left: 0;
	width: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 2;
	text-align: center;
}

.bloco_collection:hover .texto {
	opacity: 1;
	filter: alpha(opacity=100);
}

.bloco_collection .overlay_bloco {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	background: rgba(0,0,0,0.5);
	z-index: 1;
}

.bloco_collection:hover .overlay_bloco {
	display: block;
}

.overlay-menu-extra .bloco_collection {
	position: relative;
	float: left;
	width: 25%;
	height: 34%;
}

.overlay-menu-extra .separador_topo {
	position: relative;
	float: left;
	width: 100%;
	height: 66px;
}

#menus {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	float: left;
	width: 100%;
}

#menus a {
	color: white !important;
}

#menus a.selected,
#menus a:hover {
	color: #f20b0b !important;
	outline: none;
}

#menus li {
	font-size: 50px;
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 1px solid #454445;
	border-top: 1px solid #454445;
	text-align: right;
	height: 110px;
	cursor: pointer;
}

#menus li.selected,
#menus li:hover {
	background-color: #000;
}

#menus li.selected a,
#menus li:hover a {
	text-decoration: none;
}


#menus li .titulo {
	height: 100%;
}

#menus li .solo {
	display: block;
	padding: 17px 238px 17px 0;
	height: 100%;
}

.submenus {
	font-size: 20px;
	position: absolute;
	width: 100%;
	right: 235px;
	bottom: 0;
	-webkit-transition: bottom 0.5s;
    -moz-transition: bottom 0.5s;
    -o-transition: bottom 0.5s;
    transition: bottom 0.5s;
	color: transparent;
	opacity: 0;
	filter: alpha(opacity=0);
}

.submenus .wrapper_subs {
	position: relative;
	float: right;
}

.submenu {
	position: relative;
	float: left;
	margin-right: 5px;
}

.submenu.selected .barra,
.submenu:hover .barra {
	color: #f20b0b;
}

.submenu .barra:hover {
	color: #fff;
}

#menus li.selected > .submenus,
#menus li:hover > .submenus {
	bottom: 50%;
	margin-bottom: -12px;
	-webkit-transition: bottom 0.5s;
    -moz-transition: bottom 0.5s;
    -o-transition: bottom 0.5s;
    transition: bottom 0.5s;
	opacity: 1;
	filter: alpha(opacity=100);
}

#menus li.selected .multi,
#menus li:hover .multi {
	display: none;
}

.btn_search {
	background: #e60612;
	text-align: center;
	font-size: 20px;
	position: absolute;
	top: 0;
	left: -65px;
    height: 65px;
	padding: 18px 23px 19px 23px;
	color: #fff;
	cursor: pointer;
}

.btn_search .fa-times {
	display: none;
}

.btn_search.open {
	padding: 22px 26px 23px 26px;
}

.btn_search.open .fa-search {
	display: none;
}

.btn_search.open .fa-times {
	display: block;
}

.overlay-search {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	background-color: #000 \9;	/* For IE8- */
	display: none;
	overflow: hidden;
	z-index: 1997;
}

.overlay-search .content {
	width: 700px;
	margin: 100px auto 0;
}

.overlay-search .content label {
	font-size: 35px;
	text-transform: uppercase;
}

.overlay-search .content form {
	width: 100%;
	margin: 20px 0 20px;
}

.overlay-search .content form input {
	width: 100%;
	padding: 15px;
	border: 0;
	outline: none;
}

.overlay-search .content .box_results {
	width: 100%;
	margin: 20px 0 20px;
	position: relative;
}

.overlay-search .content .list_results {
	width: 100%;
}

.overlay-search .box_results .fa-spinner {
	font-size: 25px;
	opacity: 0;
	position: absolute;
}

.overlay-search .list_results ul {
	list-style-type: none;
	padding: 0;
	margin-top: 0;
}

.overlay-search .list_results ul li b {
	font-size: 18px;
	margin-top: 10px;
	display: inline-block;
}

.overlay-search .list_results ul li a {
	color: white;
	outline: none;
}

.overlay-search .list_results .lista_resultados {
	max-height: 330px;
	overflow-y: auto;
}

.linguas_social {
	position: relative;
	float: left;
	width: 100%;
	height: 65px;
	padding: 15px 75px;
}

.linguas {
	font-size: 12px;
	position: relative;
	float: left;
	margin: 7px 30px 0 0;
}

.linguas a {
	outline: none;
	color: white;
}

.linguas a.selected {
	color: red;
}

.social {
	position: absolute;
	left: 50px;
	top: 20px;
	z-index: 1992;
}

.social a {
	display: block;
	position: relative;
	float: left;
	margin-right: 10px;
}

/* HISTORY */
#fullpage .section {
	position: relative;
	padding-top: 65px;
}

#fullpage .main_title {
	position: absolute;
	z-index: 10;
}

#fullpage .imagem img {
	width: 100%;
}

.section .conteudo,
.section .conteudo2 {
	font-size: 12px;
	color: #606060;
	line-height: 25px;
}

/* HISTORY - 60s */
#history1 .main_title {
	font-size: 117px;
	top: 115px;
	left: 140px;
}

body.russo #history1 .main_title {
    font-size: 93px;
}
body.russo #history1 .titulo {
    font-size: 161px;
}
body.russo #history2 .titulo {
    font-size: 133px;
	left: 246px;
	top: 462px;
}
body.russo #history4 .titulo {
    font-size: 133px;
	left: 250px;
}
body.russo #history5 .titulo {
    font-size: 77px;
}
body.russo #history5 .main_title {
    font-size: 65px;
    top: 636px;
}

body.chines #history1 .titulo {
	top: 236px;
    font-size: 150px;
}

body.chines #history2 .titulo {
	font-size: 125px;
	left: 335px;
}

body.chines #history4 .titulo {
	font-size: 120px;
}

body.chines #history5 .main_title {
	top: 666px;
}

body.chines #history6 .titulo {
	top: 420px;
}

#history1 .titulo {
	position: absolute;
	z-index: 10;
	top: 200px;
	left: 128px;
	font-size: 196px;
}

#history1 .conteudo {
	position: absolute;
	width: 310px;
	top: 710px;
	left: 632px;
}

#history1 .imagem {
	position: absolute;
	left: 625px;
	top: 58px;
}

/* HISTORY - 70s */
#history2 .main_title {
	font-size: 81px;
	top: 565px;
	left: 738px;
}

#history2 .titulo {
	position: absolute;
	z-index: 10;
	left: 332px;
	top: 530px;
	font-size: 180px;
}

#history2 .conteudo {
	position: absolute;
	z-index: 10;
	left: 745px;
	top: 666px;
	width: 293px;
}

#history2 .imagem {
	position: absolute;
	width: 722px;
	top: 66px;
	left: 340px;
}

/* HISTORY - 80s */
#history3 .main_title {
	font-size: 81px;
	top: 307px;
	left: 770px;
}

#history3 .titulo {
	font-size: 200px;
	position: absolute;
	top: 106px;
	z-index: 10;
	left: 760px;
}

#history3 .conteudo {
	width: 343px;
	position: absolute;
	top: 426px;
	left: 777px;
	z-index: 10;
}

#history3 .imagem {
	position: absolute;
	left: 0;
	top: 140px;
	width: 722px;
}

/* HISTORY - 90s */
#history4 .main_title {
	font-size: 81px;
	position: absolute;
	top: 563px;
	left: 736px;
	z-index: 10;
}

#history4 .titulo {
	font-size: 180px;
	position: absolute;
	top: 530px;
	left: 331px;
	z-index: 10;
}

#history4 .conteudo {
	position: absolute;
	width: 296px;
	z-index: 10;
	top: 655px;
	left: 743px;
}

#history4 .imagem {
	position: absolute;
	width: 721px;
	top: 65px;
	left: 340px;
}

/* HISTORY - 2000 */
#history5 .main_title {
	font-size: 81px;
	top: 645px;
	left: 20px;
}

#history5 .titulo {
	position: absolute;
	font-size: 112px;
	top: 545px;
	left: 20px;
	z-index: 10;
}

#history5 .conteudo {
	position: absolute;
	width: 435px;
	left: 750px;
	top: 100px;
	z-index: 10;
}

#history5 .imagem {
	position: absolute;
	width: 713px;
	top: 65px;
	left: 0;
}

/* HISTORY - NOW */
#history6 .main_title {
	font-size: 88px;
	top: 650px;
	left: 40px;
}

#history6 .titulo {
	position: absolute;
	left: 30px;
	top: 440px;
	font-size: 205px;
}

#history6 .conteudo {
	position: absolute;
	left: 990px;
	top: 140px;
	width: 365px;
}

#history6 .imagem {
	position: absolute;
	left: 517px;
	top: 0;
	height: 100%;
}

#history6 .imagem img {
	width: auto;
	height: 100%;
	max-width: 442px;
}

/* CONCEPT - 1 */
#concept1 .titulo {
	font-size: 72px;
	color: white;
	text-transform: uppercase;
	z-index: 10;
	position: absolute;
	top: 145px;
	left: 169px;
}

#concept1 .titulo.ling1{
	left: 185px;
}

#concept1 .titulo2 {
	z-index: 10;
	position: absolute;
	top: 145px;
	left: 909px;
	text-transform: uppercase;
	color: black;
	font-size: 72px;
}

#concept1 .conteudo {
	z-index: 10;
	position: absolute;
	top: 650px;
	left: 532px;
	width: 383px;
}

#concept1 .imagem {
	width: 858px;
	position: absolute;
	top: 0;
	left: 50px;
}

/* CONCEPT - 2 */
#concept2 .titulo {
	font-size: 72px;
	color: black;
	text-transform: uppercase;
	z-index: 10;
	position: absolute;
	bottom: 390px;
	right: 915px;
}

#concept2 .titulo2 {
	z-index: 10;
	position: absolute;
	bottom: 390px;
	right: 465px;
	text-transform: uppercase;
	color: white;
	font-size: 72px;
}

#concept2 .titulo2.ling1 {
	right: 430px;
}

#concept2 .conteudo {
	z-index: 10;
	position: absolute;
	bottom: 530px;
	right: 520px;
	width: 390px;
}

#concept2 .imagem {
	width: 753px;
	position: absolute;
	bottom: 0;
	right: 160px;
}

/* CONCEPT - 3 */
#concept3 .titulo {
	font-size: 71px;
	color: white;
	text-transform: uppercase;
	z-index: 10;
	position: absolute;
	bottom: 334px;
	left: 486px;
}

#concept3 .titulo2 {
	font-size: 71px;
	color: black;
	text-transform: uppercase;
	z-index: 10;
	position: absolute;
	bottom: 334px;
	left: 772px;
}

#concept3 .titulo2.ling1 {
	left: 760px;
}

#concept3 .conteudo {
	z-index: 10;
	position: absolute;
	bottom: 215px;
	left: 777px;
	width: 390px;
}

#concept3 .imagem {
	position: absolute;
	left: 70px;
	bottom: 0;
	width: 684px;
}

body.russo #concept1 .titulo {
	font-size: 55px;
    color: white;
    text-transform: uppercase;
    z-index: 10;
    position: absolute;
    top: 145px;
    left: 60px;
    width: 493px;
}

body.russo #concept2 .titulo {
	font-size: 65px;
    bottom: 208px;
    right: 250px;
    width: 620px;
    color: #fff;
}

body.russo #concept3 .titulo2 {
	bottom: 160px;
    left: 772px;
    line-height: 71px;
}

body.russo #concept3 .titulo {
    bottom: 320px;
    left: 160px;
}

body.russo #concept3 .titulo2 {
    bottom: -20px;
    left: 160px;
    line-height: 71px;
    color: #fff;
}

body.frances #concept1 .titulo {
    width: 790px;
    left: 86px;
}

body.frances #concept2 .titulo {
    color: #fff;
    right: 230px;
    width: 600px;
    bottom: 270px;
}

body.frances #concept3 .titulo {
    left: 125px;
    bottom: 290px;
}

body.chines #concept2 .titulo {
	color: #fff;
    bottom: 376px;
    right: 580px;
}

body.chines #concept3 .titulo {
	left: 200px;
}

/* PRODUCTION */
.production .titulo {
	font-size: 80px;
	position: relative;
	float: left;
	width: 100%;
	padding: 140px 0 0 175px;
}

.production .titulo.first {
	font-size: 127px;
}

.production .subtitulo {
	font-size: 59px;
	position: relative;
	float: left;
	width: 100%;
	padding: 0 0 0 175px;
	margin-top: -30px;
}

.production .conteudo {
	font-size: 12px;
	color: #3a3a3a;
	width: 660px;
	position: relative;
	float: left;
	margin: 30px 0 0 175px;
}

.production_bk {
	position: absolute;
	width: 100%;
	height: 100%;
}

#fullpage .section.production {
	padding-top: 0;
}

/* SLIDER HOME */
.bx-wrapper,
.bx-viewport {
	position: absolute;
	width: 100%;
	height: 100% !important;
	top: 0;
	left: 0;
	z-index: 0;
}

#slider_background {
    margin: 0;
    padding: 0;
	cursor: url(/site/imagens/pause.png), auto;
}

    #slider_background,
    #slider_background li {
        height: 100% !important;
    }
	
	#slider_background li {
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		
	}

		#slider_background li a {
			display: inline-block;
			width: 100%;
			height: 100%;
		}

		#slider_background li .conteudo_banner{
			display: block !important;
			position: absolute;
			width: 100%;
			top: 50%;
			transform: translateY(-50%);
			text-align: center;
			padding: 0 60px;
		}

		#slider_background li .conteudo_banner h3{font-size: 33px;color: #e60611;font-family: 'Exo', sans-serif;font-weight: 600;}

		#slider_background li .conteudo_banner div{color: #fff;font-size: 14px;font-family: 'Exo', sans-serif;font-weight: 400;}

		#slider_background li .conteudo_banner div span{color: #fff !important;font-weight: 600;}

.bx-wrapper .bx-viewport {
	border: 0 !important;
}

#home_prev {
	/*position: absolute;
	top: 50%;
	margin-top: -48px;
	left: 10px;
	width: 50px;
	height: 100%;
	z-index: 2;*/
	display: block;
}

#home_next {
	/*position: absolute;
	top: 50%;
	margin-top: -48px;
	right: 10px;
	width: 50px;
	height: 100%;
	z-index: 2;*/
}

#home_prev a,
#home_next a {
	outline: none;
	text-decoration: none;
}

/* DESIGNERS */
.overlay_designer {
	position: absolute;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	padding-top: 100%;
}

.overlay_designer:hover {
	-webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.overlay_designer .descricao {
	position: absolute;
	bottom: 50px;
	visibility: hidden;
}

.overlay_designer:hover .descricao {
	visibility: visible;
}

.designer {
	width: 33.33%;
	float: left;
	position: relative;
}

#designers .nome,
#designers .conteudo {
	width: 60%;
}

#designers .nome {
	font-size: 16px;
	margin: 0 auto 30px;
}

#designers .conteudo {
	font-size: 12px;
	color: #c3c3c3;
	margin: 0 auto;
	line-height: 25px;
}

/* EVENTOS */
.bloco_calendar {
	min-width: 427px;
	position: relative;
	float: left;
	padding: 0 0 0 50px;
}

.bloco_calendar .titulo {
	font-size: 59px;
	color: #b2b2b2;
	margin: 100px 0 0 0;
}

.bloco_calendar .subtitulo {
	font-size: 41px;
	margin: -15px 0 0 0;
}

#calendario {
	width: 310px;
	margin: 12px 0 0 0;
}

#calendario .calendar {
	background: #111111;
	width: 100%;
}

#calendario .current-month {
	background: #111111;
	color: #ef0e0e;
	font-size: 16px;
	height: 60px;
	text-align: center;
}

#calendario .cal_left {
	background: url(/site/imagens/calendar_left.png) no-repeat;
	width: 26px;
	height: 26px;
	cursor: pointer;
	margin: 0 auto;
}

#calendario .cal_right {
	background: url(/site/imagens/calendar_right.png) no-repeat;
	width: 26px;
	height: 26px;
	cursor: pointer;
	margin: 0 auto;
}

#calendario .cal_body {
	padding: 10px;
	background: #191919;
}

#calendario .cal_body .calendar {
	background: #191919;
	cursor: pointer;
	text-align: center;
}

#calendario .cal_body .day {
	color: white;
}

#calendario .cal_body .prev-next {
	color: #b2b2b2;
}

#calendario .cal_body .first_row {
	height: 60px;
}

#calendario .cal_body .rows {
	height: 40px;
}

#calendario .cal_body .evento_select {
	background: url(/site/imagens/calendar_event.png) no-repeat;
	background-position: 3px 1px;
}

#calendario .cal_body .evento_select a {
	color: white;
}

.bloco_lista_eventos {
	position: relative;
	float: left;
	width: 65%;
	padding: 238px 0 0 50px;
	max-width: 924px;
}

.bloco_evento {
	width: 50%;
	position: relative;
	float: left;
	margin: 0 0 50px 0;
}

.bloco_evento .imagem_evento {
	width: 100px;
	position: relative;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.bloco_evento .imagem_evento img {
	width: 100%;
}

.bloco_evento .dias_evento {
	font-size: 24px;
	position: relative;
	float: left;
	width: 60%;
}

.bloco_evento .data_evento {
	font-size: 24px;
	color: #bbbbbb;
	position: relative;
	float: left;
	width: 60%;
}

.bloco_evento .titulo_evento {
	font-size: 20px;
	color: #bbbbbb;
	position: relative;
	float: left;
	width: 60%;
}

.bloco_evento a {
	color: #bbbbbb;
	font-size: 16px;
	border: 3px solid;
	border-color: rgba(250,250,250,0.2);
	background: transparent;
	position: relative;
	float: left;
	outline: none;
	text-decoration: none;
	padding: 5px 50px;
	margin: 0;
}

.evento_detalhe .titulo,
.evento_detalhe .subtitulo {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 0 0 50px;
}

.evento_detalhe .titulo {
	font-size: 59px;
	margin-top: 80px;
	color: #c2c2c2;
}

.evento_detalhe .subtitulo {
	font-size: 41px;
	margin-top: -15px;
}

.noticia_imagens {
	position: relative;
	float: left;
	margin: 15px 50px 0 50px;
	width: 400px;
}

.noticia_imagens .thumbnails,
.noticia_imagens .imagem {
	width: 100%;
}

.noticia_imagens .imagem {
	position: relative;
	float: left;
}

.noticia_imagens .imagem img {
	width: 100%;
}

.noticia_imagens .thumbnails {
	position: relative;
	float: left;
	margin: 10px 0 0 0;
}

.noticia_imagens .thumbnails img {
	width: 90px;
	margin: 0 10px 0 0;
}

.noticia_imagens .thumbnails .last img {
	margin: 0;
}

.noticia_imagens .thumbnails a {
	display: block;
	float: left;
}

.noticia_texto {
	position: relative;
	float: left;
	width: 750px;
}

.noticia_texto a {
	color: #f20b0b !important;
}

#newsletter .bloco_newsletter a {
	color: #f20b0b !important;
	font-weight: 600;
}

.noticia_texto .titulo {
	font-size: 24px;
	color: #cfcfcf;
	padding: 0;
	margin: 15px 0 0 0;
	position: relative;
	float: left;
	width: 100%;
}

.noticia_texto .data {
	font-size: 16px;
	color: #cfcfcf;
	position: relative;
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
}

.noticia_texto .ano {
	font-size: 16px;
	color: #cfcfcf;
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}

.noticia_texto .conteudo {
	font-size: 13px;
	color: #cfcfcf;
	position: relative;
	float: left;
	width: 100%;
	padding: 0 150px 0 0;
	line-height: 22px;
}

.noticia_texto button {
	color: #bbbbbb;
	font-size: 16px;
	outline: none;
	border: 3px solid;
	border-color: rgba(250, 250, 250, 0.2);
	width: 150px;
	height: 45px;
	margin-top: 20px;
	position: relative;
	float: left;
	background: transparent;
}

/* PRESS CLIPPING */
.page_pressclipping {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.page_pressclipping .section {
	overflow: hidden;
}

.pressclip .titulo {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 0 0 50px;
	font-size: 33px;
	margin: 50px 0 0 0;
}

.pressclip .titulo2 {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 0 0 50px;
	font-size: 28px;
	margin: 0 0 40px 0;
}

.pressclip .press_clipping_content {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 0 0 50px;
}

.pressclip .conteudo {
	position: relative;
	float: left;
	margin: 0 0 60px 0;
	width: 600px;
	height: 140px;
}

.pressclip .conteudo .imagem {
	width: 85px;
	position: relative;
	float: left;
}

.pressclip .conteudo .imagem a {
	display: block;
	float: right;
	margin: 5px 0 0 0;
	outline: none;
}

.pressclip .conteudo .texto {
	position: relative;
	float: left;
	width: 80%;
	margin: 0 0 0 3%;
}

.pressclip .conteudo .descricao {
	position: relative;
	float: left;
	width: 100%;
}

.pressclip .conteudo .data {
	position: relative;
	float: left;
	color: #bababa;
	width: 100%;
}

.pressclip .conteudo .content {
	position: relative;
	float: left;
	width: 100%;
}

.pressclip .conteudo .content a {
	color: white;
	outline: none;
	text-decoration: none;
}

#fullpage .imagem .down_img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -11px;
	margin-left: -11px;
	width: 22px;
	height: 23px;
	z-index: 2;
}

.pressclip .conteudo .overlay_img {
	display: none;
	position: absolute;
	width: 85px;
	height: 100%;
	top: 0;
	z-index: 1;
	background: rgba(0,0,0,0.5);
}

.pressclip .conteudo .imagem:hover .overlay_img {
	display: block;
}

/* PRESS KIT */
.presskit .bloco_conteudos {
	position: relative;
	float: left;
	width: 850px;
	margin-left: 50px;
}

.presskit .titulo {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 0 0 50px;
	font-size: 33px;
	margin: 50px 0 0 0;
}

.presskit .titulo2 {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 0 0 50px;
	font-size: 28px;
	margin: 0 0 40px 0;
}

.presskit .conteudo {
	position: relative;
	float: left;
	margin: 0 40px 30px 0;
	font-size: 13px;
	width: 140px;
}

.presskit .conteudo .imagem {
	width: 125px;
	position: relative;
	float: left;
}

.presskit .conteudo .texto {
	position: relative;
	float: left;
}

#presskit1 .conteudo .imagem img,
#presskit2 .conteudo .imagem img,
#presskit3 .conteudo .imagem img {
	width: 85px;
	float: left;
	position: relative;
}

.presskit .conteudo .imagem a {
	display: block;
	float: left;
	outline: none;
}

#presskit1 .conteudo .imagem a img,
#presskit2 .conteudo .imagem a img,
#presskit3 .conteudo .imagem a img {
	width: 85px;	
}

#presskit1 .conteudo .imagem .down_img,
#presskit2 .conteudo .imagem .down_img,
#presskit3 .conteudo .imagem .down_img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -11px;
	margin-left: -30px;
	width: 22px;
	height: 23px;
	z-index: 2;
}

.presskit .conteudo .overlay_img {
	display: none;
	position: absolute;
	width: 85px;
	height: 100%;
	z-index: 1;
	top: 0;
	background: rgba(0,0,0,0.5);
}

.presskit .conteudo .imagem:hover .overlay_img {
	display: block;
}


/* NEWSLETTER */
#newsletter {
	position: relative;
	float: left;
	margin: 130px 0 0 0;
}

#newsletter .bloco_newsletter {
	position: relative;
	float: left;
	width: 548px;
	margin: 0 0 0 50px;
}

#newsletter .bloco_newsletter a {
	color: #f20b0b !important;
}

#newsletter .bloco_newsletter .titulo {
	color: #b2b2b2;
	font-size: 42px;
	position: relative;
	float: left;
	width: 100%;
}

#newsletter .bloco_newsletter .description {
	font-size: 42px;
	position: relative;
	float: left;
	width: 100%;
}

#newsletter .bloco_newsletter .content {
	font-size: 13px;
	color: #cfcfcf;
	position: relative;
	float: left;
	width: 100%;
	padding: 0 25% 0 0;
	margin: 20px 0 40px 0;
}

#newsletter form input {
	background: #cbcbcb;
	border: 0;
	width: 310px;
	height: 40px;
	padding: 10px;
	color: black;
	outline: none;
}

#newsletter form button {
	width: 120px;
	height: 40px;
	background: #c90202;
	border: 0;
	color: white;
	font-size: 14px;
	margin: 0 0 0 -5px;
	outline: none;
}

#newsletter .bloco_imagem {
	position: relative;
	float: left;
	width: 292px;
}

#newsletter .bloco_imagem img {
	width: 100%;
}

#alerta_news {
	position: relative;
	float: left;
	width: 430px;
	display: none;
}

.alert {
	padding: 5px 10px;
	font-size: 15px;
	text-align: center;
}

.alert.alert-warning {
	color: #f20b0b;
	background: transparent;
	border-color: #f20b0b;
}

.alert.alert-success {
	background: transparent;
	border-color: green;
	color: white;
}

/* WHAT IS NEW */

.wats a {
	color: #f20b0b;
}

#whats_detalhe {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	overflow-y: auto;
}

#whats_detalhe iframe{
	max-width: 100%;
}

.wats .listagem_noticias iframe{
    display: none;
}

@media screen and (max-width: 1400px){
    
    #whats_detalhe iframe{
        width: 445px;
        height: 245px;
    }
}

@media screen and (max-width: 1100px){
    
    #whats_detalhe iframe{
        width: 345px;
        height: 192px;
    }
}


.zona_imagens {
	position: relative;
	float: left;
	margin: 0 40px 0 50px;
	height: 100%;
	/*width: 560px;*/
	width: 42%;
}

#whats_detalhe .imagens,
.wats .imagens {
	position: absolute;
	width: 100%;
	top: 20%;
	text-align: center;
}

#whats_detalhe .imagens img, 
.wats .imagens img {
	max-width: 792px;
	width: 100%;
	/*max-height: 450px;*/
}

#whats_detalhe .imagem_grande,
.wats .imagem_grande {
	position: relative;
	float: left;
	width: 100%;
	max-width: 792px;
	/*max-height: 450px;*/
	text-align:left;
}

#whats_detalhe .imagens .thumbnails,
.wats .imagens .thumbnails {
	position: relative;
	float: left;
	width: 100%;
    max-width: 792px;
}

#whats_detalhe .imagens .thumbnails img,
.wats .imagens .thumbnails img {
	position: relative;
	float: left;
	width: 15.8%;
	margin-top: 15px;
	margin-bottom: 0;
	margin-right: 1%;
	margin-left: 0;
	max-height: 71px;
}

#whats_detalhe .imagens .thumbnails .last,
.wats .imagens .thumbnails .last {
	margin-right: 0;
}

.zona_texto {
	position: relative;
	float: left;
	width: 40%;
	height: 100%;
}

#whats_detalhe .texto,
.wats .texto {
	position: absolute;
	width: 100%;
	top: 20%;
}

.wats .texto .titulo {
	color: #b2b2b2;
	font-size: 42px;
	position: relative;
	float: left;
	width: 100%;
}

.wats .texto .data {
	font-size: 16px;
	color: #B2B2B2;
	position: relative;
	float: left;
	width: 100%;
}

.wats .texto .subtitulo {
	font-size: 42px;
}

#whats_detalhe .texto .conteudo,
.wats .texto .conteudo {
	font-size: 12px;
	color: #606060;
	position: relative;
	float: left;
	width: 100%;
	margin: 30px 0 30px 0;
}



#whats_detalhe .texto .conteudo a {
   color: #f20b0b !important;
}

.wats .texto .conteudo {
	height: 105px;
	overflow: hidden;
}

#whats_detalhe .texto button,
.wats .texto button {
	color: #bbbbbb;
	font-size: 16px;
	border: 3px solid #414141;
	outline: none;
	width: 200px;
	height: 40px;
	background: transparent;
}

#whats_detalhe .texto .btn_wats,
.wats .texto .btn_wats {
	color: #bbbbbb;
	outline: none;
	text-decoration: none;
}

#whats_detalhe .texto .titulo {
	font-size: 42px;
}

#whats_detalhe .texto .titulo .sub1 {
	
}

#whats_detalhe .texto .titulo .sub2 {
	color: #b2b2b2;	
}

/* PROJETOS */
#projetos {
	position: relative;
	width: 100%;
	height: 100%;
}

#slider_projects {
    margin: 0;
    padding: 0;
}

#slider_projects a {
	text-decoration: none;
}

#slider_projects,
#slider_projects li {
    height: 100% !important;
}

#slider_projects li {
	cursor: pointer;
}

#projetos .bx-wrapper {
	z-index: 1;
}

#slider_projects li {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

#move_right,
#move_left {
	position: absolute;
	z-index: 1996;
	width: 50px;
	height: 100%;
	top: 0;
}

#move_left {
	left: 0;
	cursor: url(/site/imagens/produtos/seta_left_collections.png), auto;
}

#move_right {
	right: 0;
	cursor: url(/site/imagens/produtos/seta_right_collections.png), auto;
}

#projetos .projeto_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}

#projetos .projeto_overlay:hover {
	opacity: 0.8;
	
}

#projetos .projeto_overlay .nome {
	color: #dcdcdc;
	font-size: 18px;
	/* font-size: 28px; */
	padding: 0 15%;
	width: 100%;
}

#projetos .projeto_overlay .desc {
	font-size: 18px;
	margin-top: 10px;
	padding: 0 15%;
	width: 100%;
}

#projetos .projeto_overlay .desc2 {
	font-size: 18px;
	margin-top: 10px;
	padding: 0 15%;
	width: 100%;
}

#projetos .projeto_overlay .bloco_texto {
	position: absolute;
	width: 100%;
}

#projeto {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#projeto .proj_detalhe {
	position: fixed;
	width: 400px;
	bottom: 0;
	right: 100px;
	z-index: 1994;
	background: black;
	opacity: 0.9;
}

#projeto .proj_detalhe .btn_back {
	margin: 10px 0 0 10%;
	background: #f20b0b;
	border: 0;
	outline: 0;
	color: #fff;
	text-transform: uppercase;
	padding: 2px 10px;
	margin-bottom: 20px;
}

#projeto .botao {
	cursor: pointer;
	position: fixed;
	bottom: 0;
	right: 280px;
	z-index: 1995;
}

#projeto .detalhe .titulo {
	font-size: 20px;
	margin: 30px 10% 0;
}

#projeto .detalhe .subtitulo {
	font-size: 14px;
	margin: 0 10% 20px;
}

#projeto .detalhe .texto {
	font-size: 12px;
	color: #dcdcdc;
	margin: 0 10%;
}

#projeto .detalhe .texto a{
	color: #f20b0b;
	font-weight: 600;
}

.bloco_1 {
	position: relative;
	width: 100%;
	height: 100%;
}

.bloco_1 img {
	position: relative;
	float: left;
	width: 100%;
}

.bloco_8,
.bloco_4 {
	position: relative;
	width: 100%;
	height: 100%;
}

.bloco_8 img,
.bloco_4 img {
	width: 100%;
}

.bloco_4 .img1 {
	position: relative;
	float: left;
	width: 38.4%;
	margin-right: 1.4%;
}

.bloco_4 .img2 {
	position: relative;
	float: left;
	width: 60.2%;
	margin-bottom: 1.4%;
}

.bloco_4 .img3 {
	position: relative;
	float: left;
	width: 57.2%;
	margin-right: 1.9%;
}

.bloco_4 .img4 {
	position: relative;
	float: left;
	width: 40.9%;
}

.bloco_4 .img1 img,
.bloco_4 .img2 img,
.bloco_4 .img3 img,
.bloco_4 .img4 img{
	width: 100%;
	height: 747px;
	object-fit: cover;
}

.bloco_8 .img1 {
	position: relative;
	float: left;
	width: 57.3%;
	margin-right: 1.2%;
}

.bloco_8 .img1.ghost{
	min-height: 486px;
}

.bloco_8 .img1 img{
	width: 100%;
	height: 486px;
	object-fit: cover;
}

.bloco_8 .img2 {
	position: relative;
	float: left;
	width: 20.6%;
	margin-right: 1%;
}

.bloco_8 .img2.ghost{
	min-height: 242px;
}

.bloco_8 .img2 img{
	width: 100%;
	height: 242px;
	object-fit: cover;
}

.bloco_8 .img3 {
	position: relative;
	float: left;
	width: 19.9%;
}

.bloco_8 .img3.ghost{
	min-height: 242px;
}

.bloco_8 .img3 img{
	width: 100%;
	height: 242px;
	object-fit: cover;
}

.bloco_8 .img4 {
	position: relative;
	float: left;
	width: 41.5%;
	margin-top: 1.8%;
}

.bloco_8 .img4.ghost{
	min-height: 532px;
}

.bloco_8 .img4 img{
	width: 100%;
	height: 532px;
	object-fit: cover;
}

.bloco_8 .img5 {
	position: relative;
	float: left;
	width: 32.6%;
	margin-top: -293px;
	margin-right: 2%;
}

.bloco_8 .img5.ghost{
	min-height: 644px;
}

.bloco_8 .img5 img{
	width: 100%;
	height: 644px;
	object-fit: cover;
}

.bloco_8 .img6 {
	position: relative;
	float: left;
	width: 22.6%;
	margin-top: -293px;
}

.bloco_8 .img6.ghost{
	min-height: 293px;
}

.bloco_8 .img6 img{
	width: 100%;
	height: 293px;
	object-fit: cover;
}

.bloco_8 .img7 {
	position: relative;
	float: left;
	width: 37.3%;
	margin-top: 1.8%;
	margin-right: 1.4%;
}

.bloco_8 .img7.ghost{
	min-height: 325px;
}

.bloco_8 .img7 img{
	width: 100%;
	height: 325px;
	object-fit: cover;
}

.bloco_8 .img8 {
	position: relative;
	float: left;
	width: 26.7%;
	margin-top: 1.8%;
}

.bloco_8 .img8.ghost{
	min-height: 325px;
}

.bloco_8 .img8 img{
	width: 100%;
	height: 325px;
	object-fit: cover;
}

/* HEADQUARTERS */
#headquarters {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#headquarters .titulo,
#headquarters .titulo2 {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 0 0 50px;
	font-size: 36px;
	color: #2c2c2c;
}

#headquarters .titulo {
	margin: 130px 0 50px 0;
}

#headquarters .titulo2 {
	margin: 10px 0 0 0;
}

#headquarters .descricao {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 0 0 50px;
}

#headquarters .descricao .texto {
	font-size: 12px;
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	position: relative;
	float: left;
	width: 240px;
	min-height: 85px;
}

#headquarters .descricao .subtitulo {
	color: red;
	position: relative;
	float: left;
	width: 100%;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}

#headquarters .descricao .conteudo {
	color: #2f2f2f;
	position: relative;
	float: left;
	width: 100%;
}


#headquarters .coluna_esquerda,
#headquarters .coluna_direita{
	display: inline-block;
    margin-left: -4px;
    vertical-align: top;
}

#headquarters .coluna_esquerda{
        width: 40%;
}

#headquarters .coluna_direita{
    width: 50%;
        margin: 20px 0 0 0;
    font-size: 11px;
    font-family: 'Exo', sans-serif;
}

#form_contact {
	position: relative;
	float: left;
	margin: 0 0 200px 50px;
	width: 410px;
}

#form_contact input[type="text"] {
	position: relative;
	float: left;
	width: 100%;
	height: 37px;
	padding: 0 15px;
	outline: none;
	border: 0;
	background: #e4e5e5;
	font-size: 14px;
	margin-bottom: 10px;
}

#form_contact textarea {
	position: relative;
	float: left;
	width: 100%;
	min-height: 150px;
	padding: 15px;
	outline: none;
	border: 0;
	background: #e4e5e5;
	font-size: 14px;
	margin-bottom: 10px;
}

#form_contact button {
	position: relative;
	float: right;
	background: red;
	border: 0;
	outline: none;
	width: 85px;
	height: 25px;
}

::-webkit-input-placeholder {
   color: black;
}

:-moz-placeholder { /* Firefox 18- */
   color: black;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: black;  
}

:-ms-input-placeholder {  
   color: black;  
}

#alertas {
	position: relative;
	float: left;
	width: 100%;
	margin: 15px 0 0 0;
	padding-left: 50px;
	display: none;
}

#alertas .alert {
	max-width: 410px;
	font-size: 14px;
}

#alertas .alert.alert-success {
	color: green;
}

/* OFFICES */
#offices {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#offices .left_block {
	position: absolute;
	width: 290px;
	margin: 130px 0 0 50px;
	float: left;
}

#offices .right_block {
	position: relative;
	float: right;
	width: 71%;
	margin: 65px 0 0 0;
}

#offices .right_block .img_mapa {
	position: absolute;
	top: 0;
	width: 100%;
	right: 20px;
	
	-moz-transition: opacity 200ms;
	-webkit-transition: opacity 200ms;
	-o-transition: opacity 200ms;
	-ms-transition: opacity 200ms;
	transition: opacity 200ms;
}

#offices .right_block .img_pontos {
	position: absolute;
	top: 0;
	width: 100%;
	right: 20px;
}

#offices .titulo {
	font-size: 36px;
	color: #b2b2b2;
	position: relative;
	float: left;
	width: 100%;
}

#offices .selectboxes {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 20px;
}

#offices .bloco_continente {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

#offices .bloco_continente button {
	position: relative;
	float: left;
	width: 283px;
	height: 35px;
	outline: none;
	border: 0;
	text-align: left;
	padding: 0 0 0 25px;
}

#offices .bloco_continente .paises {
	position: relative;
	float: left;
	width: 283px;
	height: 200px;
	display: none;
	color: white;
	overflow: hidden;
}

#offices .bloco_continente .paises .pais {
	font-size: 12px;
	cursor: pointer;
	position: relative;
	float: left;
	width: 100%;
	padding: 0 0 0 25px;
}

#offices .pais.selected,
#offices .pais:hover {
	color: red;
}

#offices .pais.first {
	margin-top: 20px;
}

#descricao_pais {
	position: relative;
	float: left;
	width: 360px;
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #b2b2b2;
	margin: 20px 0 10px 0;
	padding: 0 0 0 25px;
}

#descricao_pais a {
   color: #f20b0b !important;
}

#descricao_pais .subtitulo {
	color: red;
}

/* COLLECTIONS */
.move_collections {
	position: absolute;
	top: 0;
	width: 60px;
	height: 100%;
	z-index: 99;
}

.move_collections img {
	position: absolute;
	width: 50px;
	height: 98px;
	top: 50%;
	margin-top: -46px;
	cursor: pointer;
	/*opacity: 0;*/
	opacity: 1;
	filter: alpha(opacity=0);
	z-index: 100;
}

/*.move_collections img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.move_collections:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}*/

.move_collections.left {
	left: 0;
	background: transparent;
	/*display: none;*/
}

.move_collections.left img {
	left: 10px;
}

.move_collections.right {
	right: 0;
	text-align: right;
	margin: 0 10px 0 0;
	background: transparent;
}

.move_collections.right img {
	right: 10px;
}

/*.move_collections.left img:hover {
	background: url(/site/imagens/produtos/fundo_seta_left.png);
}

.move_collections.right img:hover {
	background: url(/site/imagens/produtos/fundo_seta_right.png);
}*/

.move_collections_mancha {
	position: absolute;
	/*z-index: -1;*/
	z-index: 98;
	width: 300px;
	height: 100%;
	/*display: none;*/
	display: block;
	top: 0;
}

.move_collections_mancha.left {
	background: url(/site/imagens/produtos/fundo_seta_left.png);
	left: 0;
}

.move_collections_mancha.right {
	background: url(/site/imagens/produtos/fundo_seta_right.png);
	right: 0;
}

.collections {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.collections .descricao_collection {
	font-family: 'Exo', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #606060;
	position: relative;
	float: right;
	width: 55%;
	margin: 80px 0 0 0;
}

.icons_desc {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}

.icons_desc .icon_desc {
	position: relative;
	float: left;
	width: 80px;
	text-align: left;
}

.icons_desc .icon_desc a {
	color: #b2b2b2;
	outline: none;
	text-decoration: none;
}

.collections .descricao_collection strong {
	color: black;
}

.collections .descricao_collection .titulo {
	font-weight: 300;
	font-size: 42px;
	color: #b2b2b2;
}

.collections .descricao_collection .subtitulo {
	font-weight: 200;
	font-size: 40px;
	color: #8e8e8e;
	margin: -15px 0 30px 0;
}

.collections .descricao_collection table {
	color: #a2a2a2;
	font-size: 12px;
	font-weight: 200;
	margin: 10px 0 0 0;
}

.collections .descricao_collection .conteudo {
	position: relative;
	width: 90%;
	line-height: 25px;
}

.collections .descricao_collection button {
	border: 4px solid #e1e1e1;
	background: transparent;
	font-size: 16px;
	color: #bbbbbb;
	padding: 5px 10px;
	position: relative;
	outline: none;
	margin-bottom: 50px;
}

/* PRODUTO */
.produto {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #000;
}

.produto .imagem_produto {
	position: relative;
	float: left;
	width: 100%;
	cursor: url(/site/imagens/produtos/ver_schema.png), auto;
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.produto_detalhe {
	position: absolute;
	width: 530px;
	/*min-height: 300px;*/
	min-height: 335px;
	background: black;
	/*top: -300px;*/
	top: -520px;
	right: 0;
}

.produto_detalhe.open {
    display: block !important;
}

.produto_detalhe .desc {
	position: relative;
	float: left;
    width: 100%;
    max-height: 195px;
    overflow-y: auto;
}

.produto_detalhe .desc a {
	outline: none;
	text-decoration: none;
	cursor: zoom-in;
}

.produto_detalhe .desc img {
	width: 100% !important;
}

.produto_detalhe .produto_social {
	position: relative;
	float: left;
	width: 100%;
	padding: 12px 45px;
}

.produto_detalhe .produto_social .partilhar {
	font-size: 12px;
	color: #fefefe;
	position: relative;
	float: left;
	margin: 10px 25px 0 0;
}

.produto_detalhe .produto_social .social2 {
	position: relative;
	float: left;
}

.produto_detalhe .produto_actions {
	position: relative;
	float: left;
	width: 100%;
	padding: 0;
	border-top: 2px solid #ccc;
}

.produto_detalhe .produto_actions .action {
	position: relative;
	float: left;
	display:inline-block;
	width: 25%;
	padding: 20px 10px;
	text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: #fefefe;
	cursor: pointer;
}

.produto_detalhe .produto_actions .action span{
    position: absolute;
    right: 0;
    font-size: 14px;
    top: 19px;
	font-weight: 300;
	color: #fefefe !important;
}

.produto_detalhe .produto_actions .action.not_hover {
	opacity: 0.5;
}

.produto_detalhe .produto_actions .action:not(.not_hover):hover {
	background: rgba(255, 255, 255, 0.2);
	color: #e30613;
}

.produto_detalhe .produto_glass,
.produto_detalhe .produto_metal {
    position: absolute;
    top: 348px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);    
	overflow: hidden;
	height: 0;
	
	display: none;
}

.produto_detalhe .holder_elemento_produto{
	text-align: center;
	height: 140px;
}

.produto_detalhe .holder_elemento_produto p{
    margin: 0;
    color: #e30613;
    font-family: 'Exo', sans-serif;
    font-weight: 400;
    margin-top: -10px;
	
	display: none;
}

.produto_detalhe .holder_elemento_produto img,
.produto_detalhe .holder_elemento_produto img{
	width: 100%;
	cursor: pointer;
	padding-bottom: 10px;
}

.produto_detalhe .holder_elemento_produto.active p,
.produto_detalhe .holder_elemento_produto:hover p{
	display: block
}

.show_produto_elemento {
    position: absolute;
    top: 30px;
    left: -300px;
    background: #fff;
}

.show_produto_elemento .show_info{
    position: absolute;
    top: 50px;
    background: #D7D7D7;
    color: #fff;
    padding: 12px 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    max-width: 80px;
	
	display: none;
}

.show_produto_elemento .toappend{
    margin-top: 20%;
}

.show_produto_elemento .show_close{
    color: gray;
    font-size: 20px;
    position: absolute;
    top: 5px;
    left: 10px;
	cursor: pointer;
	
	display: none;
}

.show_produto_elemento img{
    width: 100%;
	max-width: 300px;
}

.show_produto_elemento.open .show_info,
.show_produto_elemento.open .show_close{
	display: block;	
}

.scroll_box {
	position: fixed;
	background: url(/site/imagens/produtos/scroll_box.png) no-repeat;
	width: 57px;
	height: 80px;
	right: 20px;
	bottom: 20px;
	font-size: 16px;
	display: none;
	cursor: pointer;
	z-index: 100;
	color: #9b9b9b;
	background-position: center bottom;
}

.todos_detalhes {
	position: fixed;
	top: 65px;
	right: 0;
	width: 530px;
	min-height: 300px;
	z-index: -1;
}

/* SIMULATOR */
#simulator {
	position: relative;
	width: 100%;
	height: 100%;
}

#simulator .barra_estado {
	position: absolute;
	width: 100%;
	height: 65px;
	background: #191919;
	padding: 15px 0 0 50px;
	top: 0;
	left: 0;
	z-index: 1995;
}

#simulator .separador_topo {
	position: relative;
	float: left;
	width: 100%;
	height: 65px;
}

.barra_estado .fase {
	position: relative;
	float: left;
	width: 8.1%;
	text-align: center;
}

.barra_estado .fase .texto {
	color: #f40909;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}

.barra_estado .fase .imagem {
	position: relative;
	width: 100%;
	height: 12px;
	background: url(/site/imagens/bolas_estado.png) no-repeat;
	background-position: 50% -12px;
}

.barra_estado .fase.first .imagem {
	position: relative;
	width: 100%;
	height: 12px;
	background: url(/site/imagens/bolas_estado2.png) no-repeat;
	background-position: 50% -12px;
}

.barra_estado .fase.last .imagem {
	position: relative;
	width: 100%;
	height: 12px;
	background: url(/site/imagens/bolas_estado3.png) no-repeat;
	background-position: 50% -12px;
}

.barra_estado .fase.active .imagem {
	background-position: 50% 1px;
}

#simulator .conteudo {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#simulator .conteudo.last {
	background: #191919;
	margin-top: 65px;
}

#simulator .bloco_collection a {
	color: #191919;
}

#simulator .bloco_collection {
	position: relative;
	float: left;
	margin: 1.2% 1.2%;
	width: 22.5%;
}

#simulator .overlay_simulator_coll {
	position: absolute;
	z-index: 1;
	width: 100%;
	background: #191919;
	opacity: 0.9;
}

#simulator .overlay_simulator_coll a {
	position: relative;
	float: left;
	width: 100%;
	padding: 10px;
	color: #a2a2a2;
	font-size: 17px;
	border-bottom: 1px solid #a2a2a2;
}

#simulator .breadcrumbs {
	position: relative;
	top: 65px;
	width: 490px;
	height: 40px;
	background: #eeeeee;
	color: #191919;
	font-size: 12px;
	padding: 13px 0 13px 50px;
}

#simulator .breadcrumbs img {
	margin: 0 20px;
}

.form_simulator {
	color: #bcbcbc;
	position: absolute;
	width: 480px;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -250px;
}

.form_simulator .titulo {
	font-size: 24px;
	margin-bottom: 20px;
}

.form_simulator .mensagem {
	font-size: 13px;
	margin-bottom: 20px;
}

#form_simulator label {
	width: 100px;
}

#form_simulator label,
#form_simulator input {
	font-size: 14px;
}

#form_simulator input {
	background: #cbcbcb;
	border: 0;
	width: 375px;
	height: 40px;
	padding: 10px;
	color: black;
	outline: none;
}

#form_simulator select {
	background: #cbcbcb;
	border: 0;
	width: 375px;
	height: 40px;
	padding: 10px;
	color: black;
	outline: none;
}

#form_simulator button {
	width: 90px;
	height: 33px;
	background: #c90202;
	border: 0;
	font-size: 12px;
	outline: none;
	float: right;
}

#alertas_sim {
	position: relative;
	float: left;
	width: 100%;
	padding: 0;
	margin: 15px 0;
	text-align: center;
}

.bloco_elementos {
	position: relative;
	float: left;
	width: 80%;
	overflow: hidden;
	height: 63%;
}

.bloco_elementos .elemento {
	position: relative;
	float: left;
	width: 12%;
	margin: 2%;
	border: 2px solid white;
	border-radius: 3px;
	cursor: pointer;
}

.elemento .imagem {
	position: relative;
	text-align: center;
}

.elemento .imagem img {
	max-width: 100px;
	max-height: 150px;
}

.elemento .nome {
	position: relative;
	width: 100%;
	opacity: 0;
	padding: 0 0 5px 10px;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	color: #666666;
}

.elemento .bola {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 32px;
	height: 32px;
	background: #ededed;
	border-radius: 20px;
	opacity: 0;
	z-index: 1000;
}

.elemento .zoom {
	background: url(/site/imagens/elemento_zoom.png) no-repeat;
	width: 20px;
	height: 20px;
	outline: none;
	text-decoration: none;
	color: transparent;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1000;
	opacity: 0;
}

.elemento:hover {
	-webkit-transition: border 0.2s ease-in;
    transition: border 0.2s ease-in;
    border: 2px solid #ededed;
}

.elemento:hover .zoom,
.elemento:hover .bola,
.elemento:hover .nome {
	-webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    opacity: 1;
}

.elemento.select .bola {
	background: url(/site/imagens/bola_select.png) white no-repeat;
}

.elemento.select {
	border: 2px solid #ededed;
}

.elemento.select .zoom,
.elemento.select .bola,
.elemento.select .nome {
	opacity: 1;
}

.bloco_options {
	position: relative;
	float: left;
	width: 20%;
	height: 63%;
}

.bloco_options .options {
	position: relative;
	width: 100%;
	float: left;
	margin-bottom: 25px;
}

.bloco_options .barra_topo {
	color: #fefefe;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	max-width: 255px;
	width: 95%;
	padding: 10px 15px;
	background: #282827;
	position: relative;
	float: right;
}

.bloco_options .barra_conteudo {
	color: #191919;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	max-width: 255px;
	width: 95%;
	padding: 10px 15px;
	background: #ededed;
	position: relative;
	float: right;
}

.bloco_options .presets .barra_conteudo {
	padding: 0;
}

.bloco_options .presets {
	position: relative;
	width: 100%;
	float: left;
}

.bloco_options .controls {
	position: absolute;
	max-width: 255px;
	bottom: 2px;
	right: 0;
	width: 100%;
}

.controls .back,
.controls .next {
	background: #f30b0b;
	outline: none;
	border: 0;
	position: relative;
	float: right;
	height: 35px;
}

.controls a {
	color: white;
	outline: none;
	text-decoration: none;
}

.controls .back {
	width: 15%;
}

.controls .next {
	width: 84%;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px; 
	margin-left: 1px;
}

.bloco_cats_bottom {
	position: relative;
	float: left;
	width: 100%;
	height: 24%;
}

.bloco_cats_bottom .selected_cats {
	position: relative;
	width: 25%;
	height: 100%;
	float: left;
	border-left: 1px solid #a6a6a6;
}

.bloco_cats_bottom .selected_cats.cata {
	border-left: 0;
}

.selected_cats .titulo {
	background: #191919;
	position: relative;
	float: left;
	width: 100%;
	height: 40px;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	text-align: center;
	padding: 8px;
}

.selected_cats .selected_items {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
	height: 80%;
}

.selected_items .small_elemento {
	position: relative;
	display: inline-block;
	width: 90px;
	padding: 10px;
}

.selected_items .small_elemento img {
	max-width: 100%;
	max-height: 100px;
}

.selected_cats .arrow {
	position: absolute;
	width: 100%;
	top: 40px;
	z-index: 1000;
}

.selected_cats .arrow .imagem {
	background: url(/site/imagens/selected_arrow.png) no-repeat;
	width: 53px;
	height: 20px;
	position: relative;
	margin: 0 auto;
}

.barra_confirm {
	position: relative;
	float: left;
	width: 100%;
	height: 19%;
}

.barra_confirm .elements_slider {
	position: relative;
	width: 80%;
	height: 100%;
	float: left;
	overflow: hidden;
}

.elements_slider .element {
	position: relative;
	float: left;
	width: 15%;
	height: 100%;
	max-width: 150px;
}

.element .imagem {
	position: relative;
	width: 50%;
	height: 80%;
	margin: 0 auto;
	text-align: center;
}

.element .imagem .img_ele {
	max-width: 100%;
	max-height: 125px;
}

.element .lupa_listagem {
	width: 20px;
	position: absolute;
	right: 0;
	bottom: 10px;
}

.element .percentage {
	position: relative;
	width: 50%;
	height: 15%;
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
}

.element .percentage .less,
.element .percentage .plus {
	position: relative;
	float: left;
	background: #282827;
	border: 0;
	outline: none;
	width: 25%;
	height: 100%;
}

.element .percentage .porcento {
	position: relative;
	float: left;
	background: #282827;
	width: 50%;
	height: 100%;
	text-align: center;
	padding-top: 5%;
}

.element .percentage .porcento .valor {
	
}

.element .remover_confirm {
	position: absolute;
	right: 0;
	top: 8px;
	width: 21px;
	height: 21px;
}

.element .remover_confirm button {
	background: url(/site/imagens/remover_confirm.png) no-repeat;
	width: 21px;
	height: 21px;
	border: 0;
	outline: 0;
}

.barra_confirm .bloco_percentagem {
	position: relative;
	width: 20%;
	height: 100%;
	float: left;
	background: #f2f2f2;
}

.separador_confirm {
	background: #191919;
	width: 100%;
	height: 6px;
	position: relative;
	float: left;
}

.controls_confirm {
	position: absolute;
	width: 256px;
	bottom: 0;
	right: 0;
}

.elements_slider .elements_slider_inner {
	height: 100%;
}

.bloco_percentagem .barra_percent {
	position: relative;
	width: 35%;
	height: 70%;
	background: #191919;
	margin: 10px auto 0;
}

.bloco_percentagem .barra_percent_red {
	position: absolute;
	width: 100%;
	bottom: 0;
	background: #f40909;
}

.bloco_percentagem .barra_percent_sep {
	position: relative;
	width: 90%;
	height: 5px;
	background: #191919;
	margin: 0 auto;
	border-radius: 10px;
}

.bloco_percentagem .texto_percent {
	position: relative;
	width: 95%;
	margin: 0 auto;
	color: #898989;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	padding: 5px 0 0 0;
}

.bloco_percentagem .texto_percent .valor {}

#video_frame {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}

#entrada_loader {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 9999999;
	overflow: hidden;
}

#entrada_loader .img1 {
	width: 100%;
}

#entrada_loader .img2 {
	width: 100%;
	display: none;
}

#btn_entrar {
	width: 51px;
	height: 81px;
	position: fixed;
	right: 15%;
	bottom: 15%;
	cursor: pointer;
	z-index: 10;
	background: url(/site/imagens/enter_off.png) no-repeat;
	background-size: cover;
}

#btn_entrar:hover {
	background: url(/site/imagens/enter_on.png) no-repeat;
	background-size: cover;
}

.simulator_lightbox {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
	background-color: rgba(0,0,0,0.9);
}

.simulator_lightbox .simulator_lightbox_conteudo {
	position: absolute;
	width: 75%;
	height: 75%;
	top: 6%;
	left: 13%;
	background-color: #fff;
	overflow-y: auto;
	overflow-x: hidden;
}

.simulator_lightbox .simulator_lightbox_conteudo .titulo {
	width: 100%;
	text-align: center;
	margin: 30px 0;
	color: rgb(160, 160, 160);
	font-family: 'Exo', sans-serif;
	font-size: 22px;
}

.simulator_lightbox .simulator_lightbox_conteudo .elementos {
	position: relative;
	width: 90%;
	text-align: center;
	margin: 0 auto;
}

.simulator_lightbox .simulator_lightbox_conteudo .botoes {
	position: relative;
	width: 100%;
	margin: 30px 0;
	float: left;
}

.simulator_lightbox .back,
.simulator_lightbox .next {
	background: #f30b0b;
	outline: none;
	border: 0;
	position: relative;
	height: 35px;
	font-family: 'Exo', sans-serif;
	font-size: 12px;
	width: auto;
	padding: 0 20px;
}

.button_download {
	background: #f30b0b;
	outline: none;
	border: 0;
	position: relative;
	height: 35px;
	font-family: 'Exo', sans-serif;
	font-size: 14px;
	width: auto;
	padding: 5px 20px;
	color: #fff;
	outline: none;
	text-decoration: none;
}

.button_download:hover {
	outline: none;
	text-decoration: none;
	color: #fff;
}

.simulator_lightbox a {
	color: white;
	outline: none;
	text-decoration: none;
}

.simulator_lightbox .ele_put {
	color: #000;
	outline: none;
	text-decoration: none;
	display: inline-block;
	margin: 0 20px;
	font-size: 14px;
	position: relative;
}

.simulator_lightbox .ele_put .filter {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(240,240,240,0.9);
	display: none;
	top: 0;
	left: 0;
}

.simulator_lightbox .filter .lupa_sim {
	width: 49px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -24px 0 0 -24px;
}

.simulator_lightbox .ele_put:hover .filter {
	display: block;
}

.simulator_lightbox .ele_put img {
	max-width: 150px;
	max-height: 200px;
}

.simulator_lightbox .back {
	margin-left: 30px;
}

.simulator_lightbox .next {
	margin-right: 30px;
}

.barra_presets {
	position: absolute;
	width: 4px;
	height: 97%;
	background-color: #282827;
	border-radius: 100px;
	left: 50%;
	top: 4px;
	z-index: 99;
}

.preset {
	position: relative;
	float: left;
	width: 50%;
	border: 2px solid #fff;
	padding: 10px;
}

.checkbox_sim {
	position: relative;
	float: left;
	margin: 0 10px 0 0;
}

.checkbox_sim input {
	margin: 3px 0 0 0;
}

.checkbox_sim label {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 2px;
	left: 0;
	background: #282827;
	cursor: pointer;
}

.checkbox_sim label.checked {
	background: url(/site/imagens/checkbox_sim.png) 0 1px #282827 no-repeat;
}

.sem_presets {
	padding: 10px;
}

.caixa_msg_sim {
	position: fixed;
	bottom: 0;
	right: 30px;
	background-color: #191919;
	z-index: 1000;
	width: 200px;
	display: none;
}

.caixa_msg_sim .box {
	padding: 15px;
	color: #fff;
	text-align: center;
}

.caixa_msg_sim .box .mensagem {
	margin-bottom: 15px;
}

.caixa_msg_sim .box button {
	background: #f30b0b;
	outline: none;
	border: 0;
	height: 25px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	cursor: pointer;
}

.catalog_holder {
    position: absolute;
    background: rgba(0, 0, 0, 0.82);
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	
	display: none;
	overflow-y: scroll;
}

.catalog_form {
    position: absolute;
    width: 450px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    height: auto;
    top: 20%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    padding: 20px;
}

#formulario_catalog input::-webkit-input-placeholder {
	color: black;
}

#formulario_catalog input:-moz-placeholder { /* Firefox 18- */
	color: black;
	background-color: white;
}

#formulario_catalog input::-moz-placeholder {  /* Firefox 19+ */
	color: black;
	background-color: white;
}

#formulario_catalog input:-ms-input-placeholder {  
	color: black;
	background-color: white;
}

.catalog_form p {
    color: #fff;
	font-size: 26px;
	margin: 10px;
}

.catalog_form .fechar_catalog {
    position: absolute;
    color: #3f3f3f;
    top: -15px;
    right: -15px;
    background: #dedede;
    padding: 5px 11px;
    border-radius: 100%;
    font-weight: 600;
	cursor: pointer;
}

.catalog_form #formulario_catalog input {
    width: 100%;
    /*border: 1px solid #f20b0b;
    margin: 5px 0;
    padding: 8px;
	background: rgba(255, 255, 255, 0.7);
    color: black;*/


	border: 1px solid #f20b0b;
	margin: 5px 0;
	padding: 8px;
	background: rgba(255, 255, 255, 0.6);
	color: #fff;
}

.catalog_form #formulario_catalog button {
    position: relative;
    background: red;
    border: 0;
    outline: none;
    width: 30%;
    height: 25px;
    color: #fff;
	margin: 10px;
    font-weight: 600;
	text-transform: uppercase;
}

.catalog_form #alertas_catalog {
    color: #fff;
}

/*region Form Tearsheet*/
.tearsheet_form_holder {
	position: absolute;
	background: rgba(0, 0, 0, 0.82);
	z-index: 9999;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;

	display: none;
}

.tearsheet_form {
	position: absolute;
	width: 450px;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9999;
	height: auto;
	top: 20%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	padding: 20px;
}

#formulario_tearsheet input::-webkit-input-placeholder {
	color: black;
	background-color: white;
}

#formulario_tearsheet input:-moz-placeholder { /* Firefox 18- */
	color: black;
	background-color: white;
}

#formulario_tearsheet input::-moz-placeholder {  /* Firefox 19+ */
	color: black;
	background-color: white;
}

#formulario_tearsheet input:-ms-input-placeholder {
	color: black;
	background-color: white;
}

.tearsheet_form p {
	color: #fff;
	font-size: 26px;
	margin: 10px;
}

.tearsheet_form .fechar_tearsheet {
	position: absolute;
	color: #3f3f3f;
	top: -15px;
	right: -15px;
	background: #dedede;
	padding: 5px 11px;
	border-radius: 100%;
	font-weight: 600;
	cursor: pointer;
}

.tearsheet_form #formulario_tearsheet input {
	width: 100%;
	border: 1px solid #f20b0b;
	margin: 5px 0;
	padding: 8px;
	/*background: rgba(255, 255, 255, 0.4);*/
	
	color: black;
}

.tearsheet_form #formulario_tearsheet button {
	position: relative;
	background: red;
	border: 0;
	outline: none;
	width: 30%;
	height: 25px;
	color: #fff;
	margin: 10px;
	font-weight: 600;
	text-transform: uppercase;
}

.tearsheet_form #alertas_tearsheet {
	color: #fff;
}

/*endregion*/

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media screen and (max-height: 760px) {

	.bloco_collection {
		/*width: 15.5%;*/
	}
	
	#simulator .bloco_collection {
		width: 20.5%;
	}
	
	#simulator .overlay_simulator_coll a {
		font-size: 14px;
	}
	
	.preset {
		padding: 3px;
	}
}

@media screen and (max-height: 799px) {
	
	#whats_detalhe .texto button, .wats .texto button {
		margin-bottom: 50px;
	}
	
	#whats_detalhe .imagens img,
	.wats .imagens img{
		/*max-height: 250px;*/
	}
	
	#whats_detalhe .imagem_grande, .wats .imagem_grande {
		/*max-height: 250px;*/
	}
	
}

@media screen and (max-height: 801px) {
	
	#menus li {
		height: 84px;
	}
	
	#menus li .solo {
		padding: 9px 238px 9px 0;
	}
	
	.submenus {
		margin: 30px 0 0 75px;
	}
	
	/* HISTORY - 60s */
	#history1 .imagem {
		width: 350px;
	}
	
	#history1 .conteudo {
		top: 560px;
	}
	
	/* HISTORY - 70s */
	#history2 .main_title {
		top: 470px;
		left: 644px;
	}
	
	#history2 .titulo {
		top: 445px;
		font-size: 160px;
	}
	
	#history2 .conteudo {
		top: 575px;
		left: 650px;
	}
	
	#history2 .imagem {
		width: 620px;
	}
	
	/* HISTORY - 80s */
	#history3 .main_title {
		top: 250px;
		left: 525px;
	}
	
	#history3 .titulo {
		top: 100px;
		font-size: 156px;
		left: 518px;
	}
	
	#history3 .conteudo {
		top: 368px;
		left: 531px;
	}
	
	#history3 .imagem {
		width: 480px;
	}
	
	/* HISTORY - 90s */
	#history4 .main_title {
		font-size: 70px;
		top: 484px;
		left: 675px;
	}
	
	#history4 .titulo {
		top: 452px;
		font-size: 160px;
		left: 334px;
	}
	
	#history4 .conteudo {
		top: 565px;
		left: 679px;
	}
	
	#history4 .imagem {
		width: 610px;
	}
	
	/* HISTORY - 2000 */
	#history5 .main_title {
		top: 543px;
		left: 30px;
	}

	#history5 .titulo {
		left: 30px;
		top: 444px;
	}
	
	#history5 .imagem {
		width: 580px;
	}
	
	/* HISTORY - NOW */
	#history6 .main_title {
		top: 500px;
	}
	
	#history6 .titulo {
		top: 290px;
	}
	
	#history6 .conteudo {
		left: 920px;
	}
	
	/* CONCEPT - 1 */
	#concept1 .titulo {
		font-size: 57px;
		left: 173px;
	}
	
	#concept1 .titulo2 {
		left: 759px;
		font-size: 57px;
	}
	
	#concept1 .conteudo {
		top: 530px;
		left: 370px;
	}
	
	#concept1 .imagem {
		width: 710px;
	}
	
	/* CONCEPT - 3 */
	#concept3 .titulo {
		left: 254px;
	}
	
	#concept3 .titulo2 {
		left: 423px;
		color: white;
		bottom: 260px;
	}
	
	#concept3 .conteudo {
		bottom: 448px;
		left: 250px;
	}
	
	#concept3 .imagem {
		width: 570px;
	}
	
	/* EVENTS */
	.bloco_lista_eventos {
		padding: 118px 0 0 50px;
	}
	
	.noticia_imagens {
		width: 290px;
	}
	
	.noticia_imagens .thumbnails img {
		width: 65px;
	}
	
	.noticia_texto .conteudo {
		padding: 0;
	}
	
	/* PRESS CLIPPING */
	.pressclip .conteudo {
		margin: 0 0 20px 0;
	}
	
	/* PRESS KIT */
	.presskit .bloco_conteudos {
		/*width: 700px;*/
	}
	
	/* PROJECT */
	#projeto .detalhe .titulo {
		font-size: 18px;
	}
	
	#projeto .detalhe .subtitulo {
		font-size: 12px;
	}
	
	#projeto .detalhe .texto {
		font-size: 11px;
	}

}

@media screen and (max-width: 1500px) {
	
	#history5 .conteudo {
		left: 726px;
	}

	#history6 .conteudo {
		left: 800px;
	}
	
	#history6 .imagem {
		left: 466px;
	}
	
	#history6 .titulo {
		font-size: 150px;
	}
	
	#history6 .main_title {
		font-size: 83px;
		left: 37px;
	}
	
	body.frances #concept1 .titulo {
		width: 790px;
		left: 86px;
	}
	
	body.frances #concept2 .titulo {
		color: #fff;
		right: 230px;
		width: 600px;
		bottom: 270px;
	}
	
	body.frances #concept3 .titulo {
		left: 125px;
		bottom: 290px;
	}
	
	body.russo #history5 .titulo {
		top: 532px;
	}
	
	body.russo #history5 .imagem {
		width: 713px;
	}
	
	body.russo #history5 .main_title {
		top: 618px;
	}
	
	body.russo #history6 .titulo {
		font-size: 123px;
		top: 398px;
	}
	
	body.russo #history6 .main_title {
		top: 520px;
	}
	
	body.russo #history6 .conteudo {
		left: 876px;
	}
	
	body.russo #history6 .imagem {
		left: 443px;
	}
	
	body.russo #history4 .main_title {
		left: 660px;
	}
	
	body.russo #history2 .main_title {
		left: 662px;
	}
	
	body.russo #concept1 .titulo {
		font-size: 55px;
		left: 60px;
		width: 493px;
	}
	
	body.russo #concept2 .titulo {
		font-size: 65px;
		bottom: 208px;
		right: 250px;
		width: 620px;
		color: #fff;
	}

	body.russo #concept2 .titulo2 {
		bottom: 206px;
	}
	
	body.russo #concept3 .titulo {
		bottom: 320px;
		left: 160px;
	}
	
	body.russo #concept3 .titulo2 {
		bottom: -20px;
		left: 160px;
		line-height: 71px;
		color: #fff;
	}
	
	body.chines #history2 .titulo {
		left: 235px;
		top: 460px;
	}
	
	body.chines #history3 .main_title {
		top: 263px;
	}
	
	body.chines #history4 .titulo {
		left: 265px;
		top: 470px;
	}
	
	body.chines #history5 .main_title {
		top: 580px;
	}
	
	body.chines #history6 .titulo {
		top: 330px;
	}
	
	body.chines #history6 .conteudo {
		left: 883px;
	}

}



@media screen and (max-width: 1490px) {
    
    #headquarters .coluna_esquerda {
        width: 40%;
    }
}

@media screen and (max-width: 1260px) {
    
    #headquarters .coluna_esquerda {
        width: 55%;
    }
    
    #headquarters .coluna_direita {
        width: 45%;
        padding: 20px 30px 0 0;
    }
}

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

input{
	-webkit-text-fill-color: black !important;
}


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

}

.infocontact a {
    color: white;
}

.infocontact a:hover {
    color: red;
}


@media screen and (max-width: 1465px){
    .bloco_lista_eventos {
	    width: 55%;
	    padding: 238px 0 0 0px;
    }
}


.newsletter_homepage{
	position: fixed;
	background-color: #191919;
	padding: 7px 10px 7px;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
}

.newsletter_homepage p{
	display: inline-block;
	font-size: 13px;
}

.newsletter_homepage form{
	display: inline-block;
	position: relative;
	margin-left: 0px;
}

.newsletter_homepage #form_news_home .exo-light{
	background: #cbcbcb;
	border: 0;
	width: 360px;
	height: 30px;
	padding: 5px 10px;
	color: black;
	outline: none;
	margin-bottom: 0px;
	font-size: 13px;
}

.newsletter_homepage #alerta_news{
	width: 380px;
	float: none;
	margin: 0 auto;
}

.newsletter_homepage #alerta_news .alert{
	margin-bottom: 0;
	margin-top: 10px;
}

.newsletter_homepage #form_news_home button {
	position: absolute;
	width: 120px;
	height: 30px;
	background: #c90202;
	border: 0;
	color: white;
	font-size: 13px;
	margin: 0 0 0 -5px;
	outline: none;
	top: 7px;
	left: 260px;
}

.newsletter_homepage #form_news_home a{
	color: #c90202;
}

.newsletter_homepage #form_news_home .helper_inline_block{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	font-size: 12px;
}



/*LEADS*/

.popup_registo_leads{

}

.popup_registo_leads .catalog_form {
	width: Calc(100% - 50px);
	text-align: left;
	max-height: Calc(100vh - 20px);
	top: 10px;
	overflow: auto;
}

.popup_registo_leads .coluna{
	display: inline-block;
	width: 50%;
	margin-right: -3px;
	vertical-align: top;
}

.popup_registo_leads .catalog_form .fechar_form_leads {
	position: absolute;
	color: #fff;
	top: 10px;
	right: 10px;
	background: #000;
	padding: 5px 14px;
	border-radius: 100%;
	font-weight: 200;
	cursor: pointer;
	font-size: 20px;
}

.popup_registo_leads .coluna.coluna_esquerda{
	padding-top: 100px;
}

.popup_registo_leads #formulario_lead{
	width: 506px;
	margin: 0 auto;
}

.popup_registo_leads .catalog_form .titulo {
	margin: 0 0 60px 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 40px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 48px;
}

.popup_registo_leads .catalog_form p {
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 18px;
}

.popup_registo_leads #formulario_lead{
	max-width: 506px;
	margin: 0 auto;
	width: 100%;
}

.popup_registo_leads #formulario_lead input,
.popup_registo_leads #formulario_lead textarea{
	background: #E1E4ED;
	border-radius: 5px;
	border: none;
	width: 100%;
	padding: 10px 15px;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	color: #000000;
	letter-spacing: 0;
	line-height: 18px;
	outline: none;
	margin-bottom: 30px;
}

.popup_registo_leads #formulario_lead textarea{
	height: 136px;
	resize: none;
}