/* @author: Renato Jun Okida */

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
      -ms-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ***

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}


/**** ISOTOPE END ****/

.invisible{
	display: none !important;
}

.no-scroll{
	/*position: fixed;
	overflow-y: scroll;*/
}

/*---------------------------- fonts/ ----------------------------*/
@font-face {
    font-family: 'gotham_mediumregular';
    src: url('../fonts/gotham-medium-webfont.eot');
    src: url('../fonts/gotham-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-medium-webfont.woff') format('woff'),
         url('../fonts/gotham-medium-webfont.ttf') format('truetype'),
         url('../fonts/gotham-medium-webfont.svg#gotham_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_lightregular';
    src: url('../fonts/gotham-light-webfont.eot');
    src: url('../fonts/gotham-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-light-webfont.woff') format('woff'),
         url('../fonts/gotham-light-webfont.ttf') format('truetype'),
         url('../fonts/gotham-light-webfont.svg#gotham_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'GothamRounded-Medium';
	src: url('../fonts/GothamRounded-Medium.eot');
	src: url('../fonts/GothamRounded-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GothamRounded-Medium.woff') format('woff'),
		url('../fonts/GothamRounded-Medium.ttf') format('truetype'),
		url('../fonts/GothamRounded-Medium.svg#GothamRounded-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GothamThin';
	src: url('../fonts/GothamThin.eot');
	src: url('../fonts/GothamThin.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GothamThin.woff') format('woff'),
		url('../fonts/GothamThin.ttf') format('truetype'),
		url('../fonts/GothamThin.svg#GothamThin') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*---------------------------- GENERAL ----------------------------*/
*{
	margin:0;
	padding:0;
}

body{
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out;
     -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
       -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
}

.titulo{
	color:#ec1c23;
	font-family: 'gotham_mediumregular';
	font-size:30px;
	font-weight:normal;
}

.separador_titulo{
	font-family: 'GothamThin' !important;
	font-size:100px !important;
	color:#ec1c23 !important;
	font-style:normal !important;
}

.chamada{
	font-family: 'GothamThin' !important;
	color:#000  !important;
	font-weight:lighter  !important;
	font-style:normal !important;
}

p.no_result{
	width:100%;
	color:#ec1c23;
	font-family: 'GothamThin';
	font-size:30px;
	font-weight:normal;
	text-align:center;
	margin:50px 0;
	float:left;
	display:none;
}

img{
	display: block;
}

ul{
	list-style: default;
	padding-left: 20px;
}

p a, ul li a, td a{
	color: #ec1c23;
	text-decoration: none;
}

p a:hover, ul li a:hover, td a:hover{
	text-decoration:underline;
}

@media (min-width: 1280px) {
	.chamada{
		font-size:100px  !important;
		line-height:110px !important;
	}
}

@media (max-width: 1280px) {
	.chamada{
		font-size:60px  !important;
		line-height:70px !important;
	}
}

/*---------------------------- HEADER ----------------------------*/
div.header{
	width:100%;
	height:240px;
	position:relative;
	position:absolute;
}

div.header div.header_wrapper{
	height:240px;
	position:relative;
	left:50%;
}

div.header div.header_wrapper div.lang{
	position:absolute;
	right:0;
	top:40px;
	display: none;
}

div.contract_header div.header_wrapper div.lang{
	display:none;
}

div.header div.header_wrapper div.lang p{
	font-size:12px;
	font-family: 'gotham_lightregular';
	text-transform:uppercase;
}

div.header div.header_wrapper div.lang p a{
	color:#000;
	text-decoration:none;
}

div.header div.header_wrapper div.lang p a:hover{
	color:#ec1c23;
}

div.header div.header_wrapper div.logo_header{
	width:233px;
	height:60px;
	float:left;
	margin-top:88px;
}

div.header div.header_wrapper div.logo_header h2 a{
	width:233px;
	height:60px;
	background-image:url(../images/black_logo.png);
	text-indent:-99999px;
	float:left;
}

div.header div.header_wrapper ul.menu_header{
	list-style:none;
    float:right;
    margin-top:116px;
    padding: 0;
}

div.header div.header_wrapper ul.menu_header li{
	margin-left: 45px;
	float:left;
}

div.header div.header_wrapper ul.menu_header li a{
	font-size:12px;
	font-family: 'GothamRounded-Medium';
	text-transform:uppercase;
	font-weight:lighter;
	color:#000;
	text-decoration:none;
}

div.header div.header_wrapper ul.menu_header li a:hover{
	color:#ec1c23;
}

div.header div.header_wrapper ul.menu_header li a.current{
	color: #ec1c23 !important;
}

div.contract_header{
	position:fixed;
	z-index:99999;
	height:60px !important;
	background-color:#FFF !important;
}

div.contract_header div.header_wrapper{
	height:60px !important;
}

div.contract_header div.header_wrapper div.logo_header{
	margin-top:0;
}

div.contract_header div.header_wrapper ul.menu_header{
	margin-top:0;
}

div.contract_header div.header_wrapper ul.menu_header li{
	line-height:60px;
}

div.header div.header_wrapper div.mobile_menu, div.header div.header_wrapper ul.idioma_mobile{
	display:none;
}

@media (min-width: 1400px) {
	div.header div.header_wrapper ul.menu_header li{
		margin-left:100px;
		float:left;
	}
}

@media (max-width: 980px) {
	
	body{
		opacity: 1;
	}

	body[data-scope=clients_detail] #mobile_search_button,
	body[data-scope=news_detail] #mobile_search_button,
	body[data-scope=jobs_detail] #mobile_search_button{
		display: none;
	}
	       
	div.header{
		height:750px;
	}
	
	div.search_form{
		height:750px !important;
		background-color: #000 !important;
	}

	p.no_result{
		margin:0 !important;
		position: absolute;
		top: 360px;
		z-index: 999;
	}

	div.content_wrapper div.load_more{
		background-position:center center !important;
	}

	div.content_wrapper div.load_more img{
		top:60% !important;
	}


	div.header div.header_wrapper{
		width:100% !important;
		height:750px;
		margin-left:0 !important;
		left:0;
	}
	
	div.header div.header_wrapper div.lang{
		display:none;
	}
	
	div.header div.header_wrapper div.logo_header{
		width:155px;
		margin:19px 0 0 20px;
	}
	
	div.header div.header_wrapper div.logo_header h2 a{
		width:155px;
		background-size:155px auto;
		background-repeat:no-repeat;
	}
	
	div.header div.header_wrapper ul.menu_header{
		width:100% !important;
		position:absolute;
		width:100%;
		z-index:999;
		margin-top:75px;
		display:none;
	}
	
	div.header div.header_wrapper ul.idioma_mobile{
		width:100% !important;
		position:absolute;
		width:100%;
		z-index:999;
		margin-top:75px;
		display:none;
	}
	
	div.header div.header_wrapper ul.idioma_mobile li{
		width:100% !important;
		height:60px;
		line-height:60px;
		background-color:#FFF;
		border-top:1px solid #cccccc;
		clear:both;
		margin:0;
		text-align:center;
	}
	
	div.header div.header_wrapper ul.menu_header li{
		width:100% !important;
		height:60px;
		line-height:60px;
		background-color:#FFF;
		border-top:1px solid #cccccc;
		clear:both;
		margin:0;
		text-align:center;
	}
	
	div.header div.header_wrapper ul.idioma_mobile li a{
		font-size: 12px;
		font-family: 'GothamRounded-Medium';
		text-transform: uppercase;
		font-weight: lighter;
		color: #000;
		text-decoration: none;
	}
	
	div.header div.header_wrapper ul.menu_header li a{
		width:100%;
		float:left;
		line-height:60px;
	}
	
	div.header div.header_wrapper ul.menu_header li:last-child{
		border-bottom:1px solid #cccccc;
	}
	
	div.contract_header{
		display:none;
		background-color:#00FF00;
	}
	
	div.header div.header_wrapper div.mobile_menu{
		display:block;
		float:right;
		margin:20px 20px 0 0;
	}
	
	div.header div.header_wrapper div.mobile_menu div#menu_idioma_mobile{
		width:20px;
		height:18px;
		background-image:url(../images/menu_idioma_mobile.png);
		background-size:40px 40px;
		padding:11px 10px;
		float:left;
		
		font-family: 'gotham_mediumregular';
		text-transform:uppercase;
		font-weight:lighter;
		color:#FFF;
		cursor:pointer;
	}
	
	
	div.header div.header_wrapper div.mobile_menu img{
		width:40px;
		margin-left:10px;
		cursor:pointer;
		float: left;
	}
}

@media (min-width: 980px) {
	div.header div.header_wrapper ul.menu_header{
		display:block !important;
	}
}

/*---------------------------- CONTENT ----------------------------*/
div.content_wrapper{
	width:100%;
	position:relative;
	float:left;
	margin-top:240px;
}

div.search_wrapper{
	position:relative;
	left:50%;
}

div.fix_search{
	position:fixed;
	z-index:9999;
	top:0;
	margin-top:60px;
}

div.search_wrapper div.search_button{
	width:89px;
	height:80px;
	right:0;
	bottom:-80px;
	position:absolute;
	background-image:url(../images/search_icon.jpg);
	cursor:pointer;
	z-index:999;
	display:none;
}

div.search_wrapper div.search_form{
	width:100%;
	height:101px;
	background-image:url(../images/search_opened_2.jpg);
	background-color:#f1f1f1;
	background-repeat:no-repeat;
	background-position:right top;
	margin-bottom:20px;
	right:0;
	z-index:998;
	opacity:1;
	position:relative;
}

div.search_wrapper div.search_form input{
	border:none;
	width:100%;
	height:101px;
	background-color:transparent;
	text-indent:20px;
	font-family: 'GothamThin';
	color:#000000;
	font-size:60px;
}

div.search_wrapper div.search_form input.submit{
	display:none;
}

div#clientes{
	right:380px;
}

div.drop_down{
	width:260px;
	position:absolute;
	margin-top:20px;
	right:100px;
}

div.drop_down p.label{
	width:200px;
	line-height:60px;
	padding:0 60px 0 0;
	background-image:url(../images/bg_drop_down.jpg);
	text-align:center;
	background-repeat:no-repeat;
	background-position:right;
	background-color:#FFF;
	font-family: 'gotham_mediumregular';
	font-size:16px;
	position:absolute;
	z-index:3;
	cursor:pointer;
}

div.drop_down ul{
	position:absolute;
	list-style:none;
	padding-left: 0;
}

div.drop_down ul li{
	text-align:center;
    background-color:#000;
    height: 59px;
    font-family: 'gotham_mediumregular';
    color:#FFF;
    border-top:1px solid #FFF;
    width:240px;
    line-height:59px;
    padding: 0 10px;
    position:absolute;
    text-overflow:ellipsis;
    white-space: nowrap; 
    overflow: hidden;
}

div.drop_down ul li a{
	color:#FFF;
}

div.drop_down ul li a:hover{
	text-decoration: none;
}

div.content_wrapper ul.mosaic{
	float:left;
	position:relative;
	left:50%;
	list-style:none;
	padding: 0;
}

div.content_wrapper ul.mosaic li{
	float:left;
	position:relative;
}

div.content_wrapper ul.mosaic li img{
	float:left;
}

div.content_wrapper ul.mosaic li div.text{
	width:100%;
	height:100%;
	position:absolute;
	opacity:0;
	
	-webkit-transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	-o-transition:0.3s ease-in-out;
	transition:0.3s ease-in-out;
	cursor:pointer;
}

div.content_wrapper ul.mosaic li div.text:hover{
	opacity:1;
}

div.content_wrapper ul.mosaic li div.little{
	background-image:url(../images/home_little_over.png);
}

div.content_wrapper ul.mosaic li div.horizontal{
	background-image:url(../images/home_big_h_over.png);
}

div.content_wrapper ul.mosaic li div.vertical{
	background-image:url(../images/home_big_v_over.png);
}

div.content_wrapper ul.mosaic li div.text p.title,
div.content_wrapper ul.mosaic li div.text div.title {
	font-size:16px;
	color:#FFF;
	font-family: 'gotham_mediumregular';
	margin:125px 50px 0 50px;
}

div.content_wrapper ul.mosaic li div.text p.description,
div.content_wrapper ul.mosaic li div.text div.description{
       font-size:12px;
       color:#FFF;
       font-family:Georgia, "Times New Roman", Times, serif;
       font-style:italic;
       margin:0 50px 0 50px;
}

div.content_wrapper div.load_more{
	width:100%;
	height:115px;
	float:left;
	background-image:url(../images/loader.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
}

div.content_wrapper div.load_more img{
	position:relative;
	left:50%;
	top:100%;
	margin:-38px 0 0 -45px;
	cursor:pointer;
}

div.content_wrapper div.responsive_content{
	position:relative;
	left:50%;
	overflow:hidden;
}

div.more_banner{
	width:100%;
	height:75px;
	background-image:url(../images/more_banner.png);
	background-position:center top;
	position:absolute;
	z-index:99;
	display:none;
	cursor:pointer;
	margin-top:17px;
}

#scroll_indicator{
	display:none;
}

div.trabalhos_banner_wrapper{
	width:100%;
	height:620px;
	overflow:hidden;
	position:relative;
	margin-bottom:100px;
	background-position:center top;
	background-repeat:no-repeat;
	
	-webkit-transition:0.4s ease-in-out background-image;
	-moz-transition:0.4s ease-in-out background-image;
	-o-transition:0.4s ease-in-out background-image;
	transition:0.4s ease-in-out background-image;
}

div.trabalhos_interna_banner_wrapper{
	width:100%;
	height:620px;
	overflow:hidden;
	position:relative;
	margin-bottom:100px;
	background-position:center top;
	background-repeat:no-repeat;
	background-image:url(../images/trabalhos00.jpg);
}

div.content_wrapper div.responsive_content div.trabalhos_interna_share{
	position:relative;
	float: left;
	right:0;
	margin:20px 0 40px 0;
}

div.content_wrapper div.responsive_content div.trabalhos_interna_share a{
	margin:0 22px;
	float: left;
}

div.content_wrapper div.responsive_content div.trabalhos_interna_share a.g_plus{
	margin:0 0 0 22px;
}

div.content_wrapper div.responsive_content div.trabalhos_interna_share a.twitter{
	margin:0 22px 0 0;
}

div.trabalhos_interna_banner_wrapper iframe{
	position:absolute;
	z-index:2;
	left:50%;
	margin:40px 0 0 -480px;
}

div.content_wrapper div.parallaxe_banner{
	width:100%;
	height:682px;
	position:relative;
	overflow:hidden;
	margin-top:100px;
	margin-bottom:100px;
}

div.content_wrapper div.parallaxe_banner img.reticula{
	z-index:2;
}

div.content_wrapper div.parallaxe_banner img{
	position:absolute;
	left:50%;
	margin-left:-960px;
}

div.content_wrapper div.responsive_content p, 
div.content_wrapper div.responsive_content div:not([class]) {
	font-size:20px;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	line-height:30px;
	font-weight:lighter;
}

div.content_wrapper div.responsive_content img.content_image{
	float:left;
	width:100%;
	margin:100px 0;
}

div.content_wrapper div.responsive_content table.premios{
	width:100%;
	text-align:center;
	font-family: 'gotham_mediumregular';
	font-size:20px;
	margin:80px 0;
	float:left;
	font-weight:lighter;
	line-height:40px;
}

div.content_wrapper div.responsive_content table.premios{
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
}

div.content_wrapper div.responsive_content table.premios .ano{
	border-right:1px solid #000;
}

div.content_wrapper div.responsive_content table.premios thead tr td{
	border:none;
}

div.content_wrapper div.responsive_content table.premios td{
	border-top:1px solid #000;
	border-right:1px solid #000;
}

div.content_wrapper div.outros_trabalhos_wrapper {
	width:1620px;
	margin:80px 0 300px 0;
	float:left;
}

div.content_wrapper div.trabalhos_recentes_wrapper {
	width:1620px;
	margin:40px 0 80px 0;
	float:left;
}

div.content_wrapper div.trabalhos_wrapper {
	width:1620px;
	margin:80px 0 0px 0;
	float:left;
}

div.content_wrapper div.outros_trabalhos_wrapper div.outros_trabalhos_card, div.content_wrapper div.trabalhos_wrapper div.outros_trabalhos_card{
	width:316px;
	height:600px;
	float:left;
	cursor:pointer;
	margin:0 7px 15px 0;
}

div.content_wrapper div.outros_trabalhos_wrapper div.outros_trabalhos_card div.outros_trabalhos_title, div.content_wrapper div.trabalhos_wrapper div.outros_trabalhos_card div.outros_trabalhos_title{
	width:316px;
	height:300px;
	background-position:center bottom;
	background-repeat:no-repeat;
	background-image:url(../images/trabalhos_cards_black.png);
	background-color:#000;
	-webkit-transition:0.2s ease-in-out;
	-moz-transition:0.2s ease-in-out;
	-o-transition:0.2s ease-in-out;
	transition:0.2s ease-in-out;
}

div.content_wrapper div.outros_trabalhos_wrapper div.outros_trabalhos_card, div.content_wrapper div.trabalhos_wrapper div.outros_trabalhos_card img, div.content_wrapper div.outros_trabalhos_wrapper div.outros_trabalhos_card, div.content_wrapper div.trabalhos_wrapper div.outros_trabalhos_card div.outros_trabalhos_title{
       float: left;
}

div.content_wrapper div.outros_trabalhos_wrapper div.outros_trabalhos_card div.outros_trabalhos_title p,
div.content_wrapper div.outros_trabalhos_wrapper div.outros_trabalhos_card div.outros_trabalhos_title div:not([class]), 
div.content_wrapper div.trabalhos_wrapper div.outros_trabalhos_card div.outros_trabalhos_title p,
div.content_wrapper div.trabalhos_wrapper div.outros_trabalhos_card div.outros_trabalhos_title div:not([class]) {
	 font-size:30px;
     color:#FFF;
     font-family: 'gotham_mediumregular';
     font-style:normal;
     margin:0 30px;
     height: 90px;
     padding-top:60px;
     overflow:hidden;
     -webkit-transition:0.2s ease-in-out;
     -moz-transition:0.2s ease-in-out;
     -o-transition:0.2s ease-in-out;
     transition:0.2s ease-in-out;
}

div.content_wrapper div.outros_trabalhos_wrapper div.outros_trabalhos_card:hover div.outros_trabalhos_title p,
div.content_wrapper div.outros_trabalhos_wrapper div.outros_trabalhos_card:hover div.outros_trabalhos_title div:not([class]), 
div.content_wrapper div.trabalhos_wrapper div.outros_trabalhos_card:hover div.outros_trabalhos_title p,
div.content_wrapper div.trabalhos_wrapper div.outros_trabalhos_card:hover div.outros_trabalhos_title div:not([class]) {
	color:#000;
	text-overflow:ellipsis;
    white-space: nowrap; 
    overflow: hidden;
}

div.content_wrapper div.outros_trabalhos_wrapper div.outros_trabalhos_card:hover div.outros_trabalhos_title, div.content_wrapper div.trabalhos_wrapper div.outros_trabalhos_card:hover div.outros_trabalhos_title{
	background-image:url(../images/trabalhos_cards_white.png);
	background-color:#f1f1f1;
}

div.trabalhos_banner_wrapper div.navigation_banner{
	background-position:right top;
	background-repeat:no-repeat;
	height:620px;
	position:absolute;
	z-index:3;
	cursor:pointer;
}

div.trabalhos_banner_wrapper div.navigation_banner h2{
	color:#FFF;
	font-family: 'GothamThin' !important;
	font-weight:lighter  !important;
	font-style:normal !important;
	margin-top:100px;
}

div.trabalhos_banner_wrapper div.navigation_banner p{
	color:#FFF;
	font-size:14px;
	line-height:20px;
}

div.trabalhos_banner_wrapper div.navigation_banner ul{
	right:0;
	list-style:none;
	height:10px;
	position:absolute;
	bottom:40px;
	z-index:3;
	padding-left: 0;
}

div.trabalhos_banner_wrapper div.navigation_banner ul li{
	width:10px;
	height:10px;
	background-color:#FFF;
	cursor:pointer;
	float:left;
	margin:0 5px;
}

div.trabalhos_banner_wrapper div.navigation_banner ul li.selected{
	background-color:#000;
}

div.trabalhos_banner_wrapper div.navigation_banner a#banner_link{
	width:100%;
	position:absolute;
	right:0;
	top:0;
}

div.trabalhos_banner_wrapper div.navigation_banner a#banner_link img{
	float:right;
}

div.content_wrapper div.responsive_content div.news_big{
	/*width:532px;
	float:left;
	margin-right:9px;
	cursor:pointer;*/
	
	width:33%;
	float:left;
	margin-right:0.5%;
	cursor:pointer;
	overflow:hidden;
}

div.content_wrapper div.responsive_content div.news_big img{
	position:relative;
	left:50%;
	margin-left:-266px;
}

div.content_wrapper div.responsive_content div.last_big_news{
	margin-right:0 !important;
}

div.content_wrapper div.responsive_content div.news_big div.news_text{
	background-color:#f1f1f1;
	background-position:right bottom;
	background-repeat:no-repeat;
	background-image:url(../images/bg_news.jpg);
	padding:65px 40px;
}

div.content_wrapper div.responsive_content div.news_big div.news_text h2, div.content_wrapper div.responsive_content div.news_little h2{
	font-size:16px;
	font-family: 'gotham_mediumregular';
	text-decoration:none;
	color:#000;
}

div.content_wrapper div.responsive_content div.news_big div.news_text p.separador_noticias, 
div.content_wrapper div.responsive_content div.news_big div.news_text div.separador_noticias, 
div.content_wrapper div.responsive_content div.news_little p.separador_noticias,
div.content_wrapper div.responsive_content div.news_little div.separador_noticias {
	font-family: 'GothamThin' !important;
	font-size:100px  !important;
	line-height:45px !important;
	color:#000;
	font-style:normal;
}

div.content_wrapper div.responsive_content div.news_big div.news_text p.date, 
div.content_wrapper div.responsive_content div.news_big div.news_text div.date, 
div.content_wrapper div.responsive_content div.news_little p.date,
div.content_wrapper div.responsive_content div.news_little div.date {
	font-size:12px;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

div.content_wrapper div.responsive_content div.news_little{
	width:29%;
	float:left;
	border-bottom:5px solid #ec1c23;
	margin:10px 0.5% 0 0;
	padding:65px 2%;
	background-image:url(../images/bg_news_over.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	
	-webkit-transition:0.2s ease-in-out;
	-moz-transition:0.2s ease-in-out;
	-o-transition:0.2s ease-in-out;
	transition:0.2s ease-in-out;
	cursor:pointer;
}

div.content_wrapper div.responsive_content div.news_little:hover{
	background-color:#ec1c23;
}

div.content_wrapper div.responsive_content div.news_little:hover h2, 
div.content_wrapper div.responsive_content div.news_little:hover p.separador_noticias,
div.content_wrapper div.responsive_content div.news_little:hover div.separador_noticias, 
div.content_wrapper div.responsive_content div.news_little:hover p.date,
div.content_wrapper div.responsive_content div.news_little:hover div.date {
	color:#FFF !important;
}

div.content_wrapper div.responsive_content div.noticia_interna_content p,
div.content_wrapper div.responsive_content div.noticia_interna_content div:not([class]) {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	margin:30px 0;
	line-height:30px;
}

div.content_wrapper div.responsive_content div.noticia_interna_header{
	width:100%;
	margin-bottom:100px;
}

div.content_wrapper div.responsive_content div.noticia_interna_content{
	width:100%;
	padding-bottom:100px;
}

div.content_wrapper div.responsive_content div.noticia_interna_content div.noticias_interna_share{
	position:absolute;
	right:0;
	margin-top:-60px;
}

div.content_wrapper div.responsive_content div.noticia_interna_content div.noticias_interna_share a{
	margin:0 22px;
	float: left;
}

div.content_wrapper div.responsive_content div.noticia_interna_content div.noticias_interna_share a.g_plus{
	margin:0 0 0 22px;
}

div.content_wrapper div.responsive_content div.noticia_interna_content h2{
	font-family: 'GothamThin' !important;
    color:#000  !important;
    font-weight:lighter  !important;
    font-style:normal !important;
    font-size:60px;
    width:900px;
    margin-bottom:0px;
    line-height:70px;
}

div.content_wrapper div.responsive_content div.noticia_interna_content p.subtitle,
div.content_wrapper div.responsive_content div.noticia_interna_content div.subtitle {
	margin:0 50px 0 0;
	font-family: 'gotham_lightregular';
	font-style: normal;
}

div.content_wrapper div.responsive_content div.noticia_interna_content p.separador_date,
div.content_wrapper div.responsive_content div.noticia_interna_content div.separador_date {
	font-family: 'GothamThin' !important;
	font-size:50px !important;
	font-style:normal !important;
	margin:20px 0 0 0 !important;
}

div.content_wrapper div.responsive_content div.noticia_interna_header img{
	width:100%;
}

h2.clientes_title{
	font-size:60px !important;
	line-height:70px !important;
}

p.clientes{
	max-width:1320px;
	font-size:18px !important;
}

img.cliente{
	/*float:left;
	margin:0 5px 5px 0px;*/
	width: 32%;
    float: left;
	margin:1% 0 1% 0;
}

img.mid{
	margin:1% 2% 1% 2%;
}

div#header_sobre{
	width:100%;
	height:620px;
	overflow:hidden;
	float:left;
	background-image:url(../images/header_sobre.png);
	background-position:center top;
}

#sobre_content{
	width:80%;
	/*min-width:1600px;
	height:2486px;*/
	background-position:center top;
	background-repeat:no-repeat;
	padding:0 10%;
	float:left;
}

#sobre_content p{
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	margin:60px 0 !important;
	line-height:40px;
}

#sobre_content hr{
	width:80%;
	margin-left:10%;
}

div#header_contato{
	width:100%;
	height:620px;
	overflow:hidden;
	float:left;
	background-image:url(../images/header_contato.jpg);
	background-position:center top;
}

div.content_wrapper div.contato_content{
	width:980px;
	/*min-width:1600px;
	height:2486px;*/
	left:50%;
	position:relative;
	margin:100px 0 100px -490px;
	background-position:center top;
	background-repeat:no-repeat;
	float:left;
}

div.content_wrapper div.contato_content form div.text_fields{
	width:544px;
	float:left;
}

div.content_wrapper div.contato_content form div.text_fields input{
	width:530px;
	height:55px;
	line-height:55px;
	padding:0 5px;
	border:2px solid #ec1c23;
	margin:0 0 10px 0;
}

div.contato_content form textarea{
	width:360px;
	height:115px;
	float:right;
	border:2px solid #ec1c23;
	padding:20px 20px 58px 20px;
}

div.contato_content form input.enviar{
	position:absolute;
	right:2px;
	bottom:12px;
}

@media (min-width: 1280px) {
	div.trabalhos_banner_wrapper div.navigation_banner h2{
		font-size:100px  !important;
		line-height:110px !important;
	}
}

@media (max-width: 1305px) {
	div.trabalhos_banner_wrapper div.navigation_banner h2{
		font-size:60px  !important;
		line-height:70px !important;
	}
	
	div.search_wrapper div.search_form input{
		font-size:32px !important;
		border-radius: 0;
		-webkit-appearance: none;
	}
}

@media (max-width: 980px) {
	div.content_wrapper{
		margin-top:75px;
	}
	
	div.trabalhos_banner_wrapper{
		background-size:auto 100%;
	}
	
	div.content_wrapper ul.mosaic{
		width:100% !important;
		left:0 !important;
		margin-left:0 !important;
	}
	
	div.content_wrapper ul.mosaic li{
		width:100%;
		overflow:hidden;
	}
	
	div.more_banner{
		display:none !important;
	}
	
	div.content_wrapper ul.mosaic li div.text{
		width:80%;
		height:60px;
		opacity:1;
		background-image:url(../images/seta_mobile.jpg);
		background-size:25px 10.5px;
		background-repeat:no-repeat;
		background-position:right center;
		bottom:15%;
		background-color:#000;
		
		-webkit-transition:none;
		-moz-transition:none;
		-o-transition:none;
		transition:none;
	}
	
	div.content_wrapper ul.mosaic li div.text p,
	div.content_wrapper ul.mosaic li div.text div:not([class]) {
		margin:0 !important;
		padding:1px 20px;
		width:80%;
	}
	
	div.content_wrapper ul.mosaic li div.text p.title,
	div.content_wrapper ul.mosaic li div.text div:not([class]) {
		padding-top:10px;
        text-overflow:ellipsis;
        white-space: nowrap; 
        overflow: hidden;
	}
	
	div.content_wrapper ul.mosaic li div.text p.description,
	div.content_wrapper ul.mosaic li div.text div.description {
		padding-bottom:10px;
	    text-overflow:ellipsis;
	    white-space: nowrap; 
	    overflow: hidden;
	}
	
	div.content_wrapper ul.mosaic li img{
		width:100%;
	}
	
	div.content_wrapper ul.mosaic li img.horizontal{
		width:200%;
	}
	
	div.search_wrapper{
		width:100%;
		height:100%;
		z-index:999999;
		position:absolute;
		left:0  !important;
		margin-left:0  !important;
		background-color:rgba(0,0,0,0.8);
		display:none;
	}
	
	div.search_wrapper div.search_form input{
		width:260px;
		height:60px;
		padding:0 0 0 0;
		text-align:center;
		background-color:#FFF;
		font-family: 'gotham_mediumregular';
		font-size:16px !important;
		position:absolute;
		z-index:3;
		cursor:pointer;
		margin:30px 0 0 -130px;
		left:50% !important;
		text-indent:0 !important;
	}
	
	div.search_wrapper div.search_form{
		background-image:none;
		background-color:transparent;
	}
	
	div.search_wrapper div.search_form input.submit{
		display:block;
		margin-top:270px;
		background-color:#ec2327;
		list-style:none;
		color:#FFF;
		border-radius: 0;
		-webkit-appearance: none;
	}
	
	div.drop_down{
		width:260px;
		position:absolute;
		margin:0 0 0 -130px;
		left:50%;
		z-index:999;
	}
	
	div#festivais{
		top:110px;
	}
	
	div#clientes{
		top:190px;
	}
	
	div.content_wrapper div.responsive_content{
		width:100% !important;
		margin:0 !important;
		left:0 !important;		
	}
	
	div.trabalhos_banner_wrapper{
		margin-bottom:0;
		margin-top:0 !important;
	}
	
	div.content_wrapper div.trabalhos_wrapper, div.content_wrapper div.outros_trabalhos_wrapper{
		width:100% !important;
		margin:0 0 30px 0;
	}
	
	div.trabalhos_banner_wrapper div.navigation_banner h2{
		margin:20px 0 0 10px;
	}
	
	div.trabalhos_banner_wrapper div.navigation_banner p{
		margin:0 0 0 13px;
	}
	
	div.trabalhos_banner_wrapper div.navigation_banner a#banner_link img{
		width:200px;
		margin:50px 0 0 0;
	}
	
	div.trabalhos_banner_wrapper div.navigation_banner ul{
		right:10px;
	}
	
	div.content_wrapper div.trabalhos_wrapper div.outros_trabalhos_card, div.content_wrapper div.outros_trabalhos_wrapper div.outros_trabalhos_card{
		position: relative;
		width:100%;
		height:auto;
		margin:0;
	}
	
	div.content_wrapper div.trabalhos_wrapper div.outros_trabalhos_card img, div.content_wrapper div.outros_trabalhos_wrapper div.outros_trabalhos_card img{
		width:100%;
		height:auto;
		position:relative;
	}
	
	#scroll_indicator{
		width:15px;
		position:absolute;
		bottom:5px;
		z-index:999;
		left:50%;
		margin-left:-7px;
		display:block;
	}
	
	div.content_wrapper div.trabalhos_wrapper div.outros_trabalhos_card div.outros_trabalhos_title, div.content_wrapper div.outros_trabalhos_wrapper div.outros_trabalhos_card div.outros_trabalhos_title{
		width:80%;
		height:60px;
		opacity:1;
		background-image:url(../images/seta_mobile.jpg);
		background-size:25px 10.5px;
		background-repeat:no-repeat;
		background-position:right center;
		background-color:#000;
		z-index:9999;
		position:absolute;
		bottom:10px;
		
		-webkit-transition:none;
		-moz-transition:none;
		-o-transition:none;
		transition:none;
	}
	
	div.content_wrapper div.parallaxe_banner{
		display:none;
	}
	
	div.trabalhos_interna_banner_wrapper{
		background-image:none !important;
	}
	
	div.trabalhos_interna_banner_wrapper iframe, div.trabalhos_interna_banner_wrapper{
		width:100%;
		margin:0 0 20px 0;
		left:0;
		height:350px;
	}
	
	.titulo{
		width:90%;
		margin:0 5%;
		font-size:20px;
	}
	
	.separador_titulo{
		width:90%;
		margin:15px 4% 10px 4% !important;
		font-size:20px;
	}
	
	.chamada{
		width:90%;
		margin:0 5%;
		font-size:50px !important;
	}
	
	div.content_wrapper div.responsive_content p,
	div.content_wrapper div.responsive_content div:not([class]) {
		width:90%;
		margin:10px 5%;
	}
	
	div.content_wrapper div.responsive_content img.content_image{
		margin:30px 0;
	}
	
	div.content_wrapper div.responsive_content table.premios{
		margin: 30px 0 50px 0;
	}
	
	div.content_wrapper div.outros_trabalhos_wrapper div.outros_trabalhos_card:hover div.outros_trabalhos_title, div.content_wrapper div.trabalhos_wrapper div.outros_trabalhos_card:hover div.outros_trabalhos_title{
		background-image:url(../images/seta_mobile.jpg);
		background-color:#000;
	}
	
	div.content_wrapper div.outros_trabalhos_wrapper div.outros_trabalhos_card:hover div.outros_trabalhos_title p,
	div.content_wrapper div.outros_trabalhos_wrapper div.outros_trabalhos_card:hover div.outros_trabalhos_title div:not([class]), 
	div.content_wrapper div.trabalhos_wrapper div.outros_trabalhos_card:hover div.outros_trabalhos_title p,
	div.content_wrapper div.trabalhos_wrapper div.outros_trabalhos_card:hover div.outros_trabalhos_title div:not([class]) {
		color:#FFF;
	}
	
	div.content_wrapper div.outros_trabalhos_wrapper div.outros_trabalhos_card div.outros_trabalhos_title p,
	div.content_wrapper div.outros_trabalhos_wrapper div.outros_trabalhos_card div.outros_trabalhos_title div:not([class]), 
	div.content_wrapper div.trabalhos_wrapper div.outros_trabalhos_card div.outros_trabalhos_title p,
	div.content_wrapper div.trabalhos_wrapper div.outros_trabalhos_card div.outros_trabalhos_title div:not([class]) { 
		width:80%;
		font-size:16px;
		color:#FFF;
		font-family: 'gotham_mediumregular';
		font-style:normal;
		margin:0 30px;
		padding:10px 0;
		-webkit-transition:none;
		-moz-transition:none;
		-o-transition:none;
		transition:none;
		text-overflow:ellipsis;
        white-space: nowrap; 
        overflow: hidden;
	}
	
	div.content_wrapper div.responsive_content div.news_big img{
		display:none;
	}
	
	div.content_wrapper div.responsive_content div.news_big{
		width:100%;
		margin:0;
		border-bottom: 5px solid #ec1c23;
	}
	
	div.content_wrapper div.responsive_content div.news_little{
		width:100%;
		padding:65px 0;
		margin:0;
	}
	
	div.content_wrapper div.responsive_content div.news_little div.news_text{
		margin:0 40px;
	}
	
	div.content_wrapper div.responsive_content div.noticia_interna_header{
		margin-bottom:30px;
	}
	
	div.content_wrapper div.responsive_content div.noticia_interna_content div.noticias_interna_share{
		height:30px;
	}
	
	div.content_wrapper div.responsive_content div.noticia_interna_content div.noticias_interna_share a.twitter{
		left:25%;
		position:absolute;
		margin-left:-15px;
	}
	
	div.content_wrapper div.responsive_content div.noticia_interna_content div.noticias_interna_share a.facebook{
		left:50%;
		position:absolute;
		margin-left:-15px;
	}
	
	div.content_wrapper div.responsive_content div.noticia_interna_content div.noticias_interna_share a.g_plus{
		left:75%;
		position:absolute;
		margin-left:-15px;
	}
	
	div.content_wrapper div.responsive_content div.noticia_interna_content div.noticias_interna_share{
		width:auto;
		position:relative;
		margin-bottom:30px;
	}
	
	div.content_wrapper div.responsive_content div.noticia_interna_content h2, h2.clientes_title{
		width:90%;
		margin:0 5%;
		font-size:42px !important;
		line-height:50px !important; 
	}
	
	div.content_wrapper div.responsive_content div.noticia_interna_content p, 
	div.content_wrapper div.responsive_content div.noticia_interna_content div:not([class]), 
	div.content_wrapper div.responsive_content div.noticia_interna_content p.separador_date,
	div.content_wrapper div.responsive_content div.noticia_interna_content div.separador_date{
		width:90%;
		margin:0 5% !important;
	}
	
	div#header_sobre{
		height:200px;
		background-size:auto 100%;
	}
	
	#sobre_content p{
		font-size:16px;
		line-height:30px;
		margin:40px 0 !important;
	}
	
	div#header_contato{
		height:200px;
		background-size:auto 100%;
	}
	
	#sobre_content p{
		font-size:16px;
		line-height:30px;
		margin:40px 0 !important;
	}
	
	div.content_wrapper div.contato_content{
		width:100%;
		left:0;
		margin:0;
	}
	
	div.content_wrapper div.contato_content form div.text_fields{
		width:90%;
		margin:5% 0 0 5%;
	}
	
	div.content_wrapper div.contato_content form div.text_fields input{
		width:100%;
		float:left;
		padding:0;
		text-indent:5px;
	}
	
	div.contato_content form textarea{
		width:90%;
		margin:0 0 20px 5%;
		float:left;
		padding:20px 0 58px 0;
	}
	
	div.contato_content form input.enviar{
		right:5%;
		bottom:27px;
	}
	
	div.content_wrapper ul.mosaic li div.text p.title,
	div.content_wrapper ul.mosaic li div.text div.title {
		margin:0 !important;
	}

	div.content_wrapper div.responsive_content div.trabalhos_interna_share{
		margin-left: 5%;
	}
	
}

@media (min-width: 980px) {
	div.content_wrapper ul.mosaic li{
		max-height:none !important;
	}
}

/*---------------------------- FOOTER ----------------------------*/
div.footer{
	width:100%;
	position:relative;
	background-color:#000;
	float:left;
	margin-top: 100px;
}

div.footer_wrapper{
	width:970px;
	height:650px;
	position:relative;
	left:50%;
	margin-left:-485px;
}

div.footer div.footer_wrapper div.logo_footer{
	width:164px;
	height:20px;
	float:left;
	margin-top:230px;
}

div.footer div.footer_wrapper div.logo_footer h2 a{
	width:164px;
	height:20px;
	background-image:url(../images/white_logo.png);
	text-indent:-99999px;
	float:left;
}

div.footer div.footer_wrapper ul.menu_footer{
	list-style:none;
	float:left;
	margin:130px 0 0 40px;
}

div.footer div.footer_wrapper ul.menu_footer li{
	margin-bottom:45px;
}

div.footer div.footer_wrapper ul.menu_footer li a{
	color:#FFF;
	font-size:12px;
	font-family: 'GothamRounded-Medium';
	text-transform:uppercase;
	font-weight:lighter;
	text-decoration:none;
}

.google_partners
{
	float: right;
	margin-top: 30px;
	width: 100%; 
	display: flex;
	justify-content: flex-end;
}

.google_partners img
{
	width: 100%;
	display: block;
}

.google_partners a.lg-google
{
	margin-left: 20px;
	width: 125px;
}


.google_partners .partners
{
	width: 176px;
	margin-left: 20px;
}

.google_partners .partners img
{
	width: 100%;
	display: block;
}

/* TABLET */
@media (max-width: 1024px) {
	div.footer div.footer_wrapper ul.menu_footer{
		margin:105px 0 0 0px;
	}

	div.footer div.footer_wrapper ul.menu_footer li a{
		font-size:10px;
	}
}

div.footer div.footer_wrapper ul.menu_footer li a:hover{
	color:#ec1c23;
}

div.footer div.footer_wrapper div.address_wrapper{
	width:647px;
	margin-top:90px;
	float:right;
	background-image:url(../images/footer_map.jpg);
	padding-top:301px;
	background-repeat:no-repeat;
	background-position:top right;
}

div.footer div.footer_wrapper div.address_wrapper p{
	font-size:14px;
	font-family: 'gotham_mediumregular';
	text-decoration:none;
	color:#adadad;
}

div.footer div.footer_wrapper div.address_wrapper p a{
	font-size:14px;
	font-family: 'gotham_mediumregular';
	text-decoration:none;
	color:#adadad;
}

div.footer div.footer_wrapper div.address_wrapper div.address{
	margin:50px 0 0 0;
	width:220px;
	float:left;
}

div.footer div.footer_wrapper div.address_wrapper div.email{
	width:184px;
	float:left;
	margin:50px 0 0 60px;
}

div.footer div.footer_wrapper div.address_wrapper div.telefone{
	width:123px;
	float:left;
	margin:50px 0 0 60px;
}
div.footer div.footer_wrapper div.address_wrapper div.politica{
	width:185px;
	float:left;
	margin:50px 0 0 60px;
}
div.footer div.footer_wrapper div.address_wrapper div.politica a{
	text-decoration: underline;
}
div.footer div.footer_wrapper div.last_line{
	margin-top:50px;
	margin-bottom:50px;
	width:100%;
	float:left;
}

div.footer div.footer_wrapper div.last_line img.back_top{
	float:right;
	cursor:pointer;
}

div.footer div.footer_wrapper div.last_line div.social_icons{
	float:left;
}

div.footer div.footer_wrapper div.last_line div.social_icons p{
	font-size:12px;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-decoration:underline;
	line-height:28px;
	float:left;
	margin-right:15px;
}

div.footer div.footer_wrapper div.last_line div.social_icons a{
	border:none;
	margin-right:20px;
	float: left;
}

@media (min-width: 1630px) {
	div.footer div.footer_wrapper div.logo_footer h2 a{
		width:233px;
		height:28px;
		background-image:url(../images/white_logo_big.png);
	}
	
	div.footer div.footer_wrapper div.logo_footer{
		width:233px;
		height:28px;
		float:left;
		margin-top:230px;
	}
	
	div.footer div.footer_wrapper ul.menu_footer{
		list-style:none;
		float:left;
		margin:130px 0 0 90px;
	}
	
	div.footer div.footer_wrapper div.address_wrapper{
		width:970px;
		background-image:url(../images/footer_map_big.jpg);
	}
	
	div.footer div.footer_wrapper div.address_wrapper div.address{
		width:390px;
	}
	
	div.footer div.footer_wrapper div.address_wrapper div.email{
		margin:50px 0 0 135px;
	}
	
	div.footer div.footer_wrapper div.address_wrapper div.telefone{
		margin:50px 0 0 135px;
	}
}

@media (max-width: 980px) {
	div.footer, div.footer div.footer_wrapper{
		width:100% !important;;
		overflow:hidden !important;;
		height:auto !important;;
		margin:0 !important;;
		left:0 !important;;
	}
	
	div.logo_footer, ul.menu_footer, div.last_line{
		display:none;
	}
	
	div.address_wrapper{
		width:100% !important;
		padding:20px 0 !important;
		background-image:none !important;
		margin:0 !important;
		float:left !important;
		text-align:center;
	}
	
	div.address_wrapper div{
		width:100% !important;
		margin:10px 0 !important;
	}
	
	div.footer div.footer_wrapper div.address_wrapper p, div.footer div.footer_wrapper div.address_wrapper p a{
		margin:0 10px;
		font-size:12px !important;
	}


	.google_partners
	{
		display: block;
		box-sizing: border-box;
		padding: 0 30vw;
	}
	
	.google_partners img
	{
		width: 100%;
		display: block;
	}
	
	.google_partners a.lg-google
	{
		margin-left: 0;
		width: auto;
	}
	
	.google_partners .partners
	{
		width: 176px;
		margin-left: 0;
		margin-bottom: 20px !important;
	}
	
	.google_partners .partners img
	{
		width: 100%;
		display: block;
	}

}



/* =============================================================================
/* =============================================================================
/* =============================================================================
/* =============================================================================

██╗   ██╗███╗   ███╗███████╗████████╗██╗   ██╗██████╗ ██╗ ██████╗      ██████╗ ██████╗  ██████╗ ██╗  ██╗██╗███████╗
██║   ██║████╗ ████║██╔════╝╚══██╔══╝██║   ██║██╔══██╗██║██╔═══██╗    ██╔════╝██╔═══██╗██╔═══██╗██║ ██╔╝██║██╔════╝
██║   ██║██╔████╔██║███████╗   ██║   ██║   ██║██║  ██║██║██║   ██║    ██║     ██║   ██║██║   ██║█████╔╝ ██║█████╗  
██║   ██║██║╚██╔╝██║╚════██║   ██║   ██║   ██║██║  ██║██║██║   ██║    ██║     ██║   ██║██║   ██║██╔═██╗ ██║██╔══╝  
╚██████╔╝██║ ╚═╝ ██║███████║   ██║   ╚██████╔╝██████╔╝██║╚██████╔╝    ╚██████╗╚██████╔╝╚██████╔╝██║  ██╗██║███████╗
 ╚═════╝ ╚═╝     ╚═╝╚══════╝   ╚═╝    ╚═════╝ ╚═════╝ ╚═╝ ╚═════╝      ╚═════╝ ╚═════╝  ╚═════╝ ╚═╝  ╚═╝╚═╝╚══════╝

/* =============================================================================
/* =============================================================================
/* =============================================================================
/* =============================================================================

/* =============================================================================
Content politica coookies
========================================================================== */

div.content_wrapper
{
	width: 100%;
	position: relative;
	float: left;
	/* margin-top: 240px; */
}

div#header_politica_cookies
{
	width: 100%;
	height: 620px;
	overflow: hidden;
	float: left;
	background-image: url(../images/header_sobre.png);
	background-position: center top;
}

div.politica_cookies
{
	width: 80%;
	background-position: center top;
	background-repeat: no-repeat;
	padding: 0 10%;
	float: left;
}

div.politica_cookies .content-txt
{
	padding: 0 5%;
}

div.politica_cookies .content-txt > p
{	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	margin: 60px 0 !important;
	line-height: 40px;
}

/*************************************************************************/

.content-accord
{
	background: #f1f1f1;
	position: relative;
	z-index: 10;
	padding: 0 0 0 0;
	height: auto;
	width: 100%;
}

.content-accord button.accordion
{
	background: url('../images/ico-plus.png') no-repeat 95% 50%;
	color: #000;
	cursor: pointer;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	padding: 5%;
	position: relative;
	border-bottom: 1px solid #fff;
	margin: 0 0 0 0;
}

.content-accord button.accordion.active
{
	background: url('../images/ico-minus.png') no-repeat 95% 50%;
	margin: 0 0 0 0;
}

.content-accord div.panel
{
	height: 0;
	overflow: hidden;
	opacity: 0;
	font-size: 24px;
	line-height: 40px;
	color: #000;
	width: 90%;
}

.content-accord div.panel p
{
	color: #000;
	font-size: 24px;
	margin:0 0 40px 0;
	line-height: 40px;	
}

.content-accord div.panel.show
{
	opacity: 1;
	height: auto;
	padding: 5%;
	border-bottom: 1px solid #fff;
}


/**********************************************/
.cookie
{
	font-family: 'GothamRounded-Medium';
    background-color: #000;
    color: #fff;
    text-align: center;
    line-height: 20px;
	position: fixed;
    padding: 50px 10px;
    width: 100%;
    z-index: 999999999999;
    box-sizing: border-box;
    top: 0;
}

.cookie h2
{
	font-weight: lighter;
    font-size: 15px;
    color: #ec1c23;
    text-transform: uppercase;
}

.cookie p
{
    font-weight: lighter;
    padding: 10px 100px 0 100px;
    font-size: 13px;
}

.cookie p > a
{
	color: #ec1c23;
    text-decoration: none;
}
.cookie p > a:hover
{
    text-decoration: underline;
}

.cookie > a.btn-close
{
	width: 48px;
	height: 48px;
	position: absolute;
	top: 50%; right: 2.5%;
	transform: translateY( -50% );
	border: 2px solid #ec1c23;
	border-radius: 50%;
}

.cookie > a.btn-close:hover i
{
	transform: translate( -50%, -50% ) rotate( -180deg );	
}

.cookie > a.btn-close i
{
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate( -50%, -50% );
	transition: all .3s ease-in-out;
}

.cookie > a.btn-close i img{ width: 100%; display: block; }

/* =============================================================================
   @MediaQuery
   ========================================================================== */

@media (max-width: 1100px)
{
	.cookie > a.btn-close
	{
		width: 30px;
		height: 30px;
		position: relative;
		top: 0; right: 0;
		transform: translateY( 0 );
		border: 2px solid #ec1c23;
		border-radius: 50%;
		margin: 20px auto;
		display: inline-block;
	}
	.cookie > a.btn-close i
	{
		width: 12px;
		height: 12px;
	}
	.cookie
    {
        padding: 20px 10px;
    }
    .cookie p
    {
        padding: 10px 10px 0 10px;
    }
}

@media (max-width: 980px)
{
	/*styles*/
	div#header_politica_cookies
	{
    	height: 200px;
    	background-size: auto 100%;
	}	

	div.politica_cookies .content-txt > p
	{	
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 16px;
		margin: 40px 0 !important;
		line-height: 30px;
	}

	div.politica_cookies .content-txt
	{
		padding: 0 3%;
	}

	.content-accord button.accordion,
	.content-accord button.accordion.active
	{
		background-size: 2%;
		font-size: 16px;
		padding: 3% 8% 3% 3%;
	}

	.content-accord div.panel
	{
		width: 80%;
	}	

	.content-accord div.panel p
	{
		font-size:16px;
		margin:0 0 30px 0;
		line-height: 30px;	
	}

	.content-accord div.panel.show
	{
		padding: 3%;
	}
}

