<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

 Theme Name:   Fator F - v3
 Theme URI:    http://fatorf.com.br
 Description:  Fator F - v3
 Author:       Clayton da Costa e Fernando Pilat
 Author URI:   http://fatorf.com.br
 Version:      3.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready

*/

/* Fontes */

@font-face {
	font-family: 'gotham_book';
	src: url('fonts/gotham_book/gotham_book.eot');
	src: local('â˜º'), url('fonts/gotham_book/gotham_book.woff') format('woff'), url('fonts/gotham_book/gotham_book.ttf') format('truetype'), url('fonts/gotham_book/gotham_book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'gotham_bold';
    src: url('fonts/gotham_bold/gotham_bold.eot');
    src: local('â˜º'), url('fonts/gotham_bold/gotham_bold.woff') format('woff'), url('fonts/gotham_bold/gotham_bold.ttf') format('truetype'), url('fonts/gotham_bold/gotham_bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'font-awesome';
    src: url('fonts/font-awesome/font-awesome.eot');
    src: local('â˜º'), url('fonts/font-awesome/fontawesome.woff') format('woff'), url('fonts/font-awesome/fontawesome.ttf') format('truetype'), url('fonts/font-awesome/fontawesome.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Geral */

body{
	font: 15px 'Raleway', sans-serif;
	line-height: 1.5;
}

button {
	background: none;
	padding: 0;
	border: 0;
	outline: 0;
	cursor: pointer;
}

img{
	height: auto;
	max-width: 100%;
}

.btn {
	background: #ee7d00;
	border-radius: 0;
	color: #fff;
	font: 12px 'Raleway', sans-serif;
	font-weight: 800;
	padding: 0.5em 1em;
	font-size: 0.8rem;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
}

/* Alignment */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
iframe.alignleft,
blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}
.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}
iframe.alignright,
blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}
.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

/* Header */

header {
	margin-top: 0px;
}

.site-header {
	position: fixed;
	z-index: 100;
	background: #fff;
	left: 0;
	right: 0;
	margin: auto;
	padding: 15px 0;
	top: 0;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px;
}

.site-header .wrapper {
	margin-top: 15px;
}

/* Menu */

.menu-superior{
	align-items: center;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.menu-superior li{
	display: inline-block;
	list-style: none;
	margin: 0;
}

.menu-superior li a{
	color: #1f3756;
	font-size: 12px;
	padding: 8px;
	text-transform: uppercase;
}

.menu-superior li a:hover{
	color: #d47b1d;
	text-decoration: none;
}

.fixed{

}

.brand{

}

/* Menu Redes Sociais */

.menu ul{
	margin: 0;
	padding: 0;
}

.menu li{
	position: relative;
}

.menu.d-xl-block .menu-item-has-children &gt; a{
	background: url('img/submenu-down.png') no-repeat center right;
	display: block;
	padding-right: 10px !important;
}

.menu.d-xl-block li:hover .sub-menu,
.menu.d-xl-block li a:hover .sub-menu{
	display: block;
}

.menu.d-xl-block .sub-menu{
	background: #fff;
	display:none;
	position: absolute;
	left: 0;
	margin: 0;
	min-width: 220px;
	transition: height 0.25s linear 0s;
	overflow: hidden;
	width: auto;
	z-index: 100;
}

.menu.d-xl-block .sub-menu li{
	display: block;
}

.menu-redes-sociais-top,
.menu-redes-sociais{

}

.menu-redes-sociais li{
	display: inline-block;
	list-style: none;
	margin: 10px;
	width: 50px;
}

.menu-redes-sociais-top{
	padding: 0;
}

.menu-redes-sociais-top li a{
	padding: 0;
}

.menu-redes-sociais-top img{
	height: auto;
	max-width: 32px;
}

/* Mobile */

.menu-icon {
    cursor: pointer;
    position: absolute;
    width: 60px;
    height: 60px;
    right: 0;
    z-index: 50;
}

.hamburguer {
	background: #d47b1d;
	cursor: pointer;
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    top: calc(50% - 1px);
    transition: .5s ease-in-out;
}

.hamburguer:before,
.hamburguer:after {
	background: #d47b1d;
    content: '';
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: .5s ease-in-out;    
}

.hamburguer:before {
    top: -10px;
}

.hamburguer:after {
    bottom: -10px;
}

.menu-mobile{
	align-items: center;
	background: #d47b1d;
	justify-content: center;
	display: flex;
	flex-flow: column;
	font-size: 20px;
	height: 100vh;
	left: 0;
	list-style: none;
	overflow-y: auto;
	padding: 15px;
	position: fixed;
	text-align: left;
	top: 0;
	transform: translateX(100%);
	transition: transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78) 0s;
	width: 100%;
	z-index: 10;
}

.menu-mobile a{
	color: #fff;
}

.menu-mobile ul{
	padding: 0;
}

.menu-mobile li{
	list-style: none;
}

.menu-mobile .sub-menu{
	background: rgba(0, 0, 0, 0.05);
	display: none;
	padding: 15px;
}

.menu-mobile .menu-item-has-children &gt; a{
	background: url('img/submenu-down-mobile.png') no-repeat right center;
	display: block;
	padding-right: 10px !important;
}

.menu-mobile .ativo .sub-menu{
	display: block;
	transition: transform 0.5s cubic-bezier(0.86, 0.01, 0.77, 0.78) 0s;
}

.menu-mobile .menu-redes-sociais-top{
	padding: 20px;
}

.menu-mobile .redes-sociais{
	padding: 15px 0
}

.menu-mobile .redes-sociais li:first-of-type{
	margin-left: 0;
}
.menu-mobile .redes-sociais li{
	display: inline-block;
	list-style: none;
	margin: 5px;
	width: auto;
}

.menu-active .menu-mobile{
	transform: translateX(0px);
	transition: transform 0.5s cubic-bezier(0.86, 0.01, 0.77, 0.78) 0s;
}

.menu-active .hamburguer,
.menu-active .hamburguer:before,
.menu-active .hamburguer:after{
	background: #060a46;
}



/* Quem Somos */

.quemsomos{
	padding: 60px 0;
	text-align: center;
}

.widgettitle{
	display: none;
}

/* PortfÃ³lio */

.oque-fazemos{
	padding: 60px 0 0;
}

.portfolio-page .p-0:hover .legenda{
	opacity: 1;
}

.portfolio-page .legenda{
	align-items: center;
	background: rgba(212, 123, 29, 0.8);
	bottom: 0;
	color: #fff;
	display: flex;
	font-size: 14px;
	font-weight: 300;
	height: 100%;
	justify-content: center;
	opacity: 0;
	padding: 20px;
	position: absolute;
	text-align: center;
	-webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
	width: 100%;
}

.modal{
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	font: 30px 'Raleway', sans-serif;
	text-align: center;
}

.modal h2{
	font: 16px 'Raleway', sans-serif;
	margin: 0;
	padding: 15px 0;	
	text-transform: uppercase;
}

.modal .container{
	margin: 4vh auto;
	max-height: 92vh;
	overflow: hidden;
}

.modal-dialog-centered{
	min-height: 100%;
	position: relative;
}

.carousel-control-prev,
.carousel-control-next{
	width: 30px;
	z-index: 150;
}

button.close{
	color: #fff;
	cursor: pointer;
	font-size: 3rem;
	font-weight: 300;
	opacity: 1;
	position: absolute;
	right: 40px;
	text-shadow: none;
	top: 0;
	z-index: 200;
}

button.close:hover{
	color: #fff;
	opacity: 0.5;
	text-shadow: none;
	
}

.portfolio-conteudo {
	align-items: stretch;
	display: flex;	
	flex-direction: column;	
	/*flex-shrink: 0;
	flex-wrap: nowrap;
	
	height: 90vh;*/
}

.album{
	max-height: 85vh;
	flex-grow: 1;
	flex-shrink: 2;
	position: relative;
}

.album img{
	max-height: 100%;
	width: auto;
}

.portfolio-imagem {
	
}

figcaption {
	flex-shrink: 1;
	width: 100%;
}


/* O que Fazemos */

.servico{
	color: #777;
	line-height: 1.8;
	margin-bottom: 30px;
	text-align: center;
}

.servico .miniatura{
	margin: 30px 0;
}

.servico h3{
	color: #777;
	font: 30px 'Raleway', sans-serif;
	font-weight: 800;
}

.servico a{
	color: #777;
}

.box-oque-fazemos .servico .miniatura img{
	width: 30%;
}

.box-oque-fazemos .servico h3{
	color: #777;
	font: 18px 'Raleway', sans-serif;
	font-weight: 800;
}

.box-oque-fazemos p{
	font: 14px 'Raleway', sans-serif;
	line-height: 1.5;
}

/* Como Fazemos */

.como-fazemos{
	padding-top: 60px;
	text-align: center;
}

.o-que-fazemos-bg{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000345+0,000345+49,ee7d00+50,ee7d00+100 */
	background: #000345; /* Old browsers */
	background: -moz-linear-gradient(left,  #000345 0%, #000345 49%, #ee7d00 50%, #ee7d00 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #000345 0%,#000345 49%,#ee7d00 50%,#ee7d00 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #000345 0%,#000345 49%,#ee7d00 50%,#ee7d00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000345', endColorstr='#ee7d00',GradientType=1 ); /* IE6-9 */
	margin-top: 30px;
}

.o-que-fazemos {
	font-size: 0;
}
.o-que-fazemos &gt; div {
	width: 40px;
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	vertical-align: top;
	background: gray;
	position: relative;
	height: 240px;
	overflow: hidden;
	cursor: pointer;
	box-shadow: inset 7px 4px 7px rgba(0,0,0,0.2);

	-webkit-transition: width 0.7s ease-out;
	-moz-transition: width 0.7s ease-out;
	transition: width 0.7s ease-out;
}
.o-que-fazemos &gt; div.is-open {
	width: 540px;
}

.fazemos-content {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/*color: #660e00;*/
	color: #fff;
	width: 300px;
	height: 135px;
	position: absolute; top: 0; bottom: 0; left: 120px; right: auto; margin: auto;
	-webkit-transition: opacity 0.5s 0.2s ease-out;
	-moz-transition: opacity 0.5s 0.2s ease-out;
	transition: opacity 0.5s 0.2s ease-out;
}
.fazemos-content &gt; h2.titulo-content {
	color: #fff;
	font: 27px 'gotham_bold', sans-serif;
	text-align: left;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.fazemos-content p  {
	font: 15px 'gotham_book', sans-serif;
	line-height: inherit;
	text-align: left;
}
.o-que-fazemos &gt; div.is-open .fazemos-content {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.counter {
	position: absolute;
	top: 0; bottom: 0;
	left: 13px;
	margin: auto;
	height: 15px;
	/*color: #9d4700;*/
	color: #fff;
	font-family: 'gotham_bold', 'sans-serif';
}

.color-2 .counter, .color-2 .fazemos-content, .color-2 .fazemos-content h2 {
	color: #d88600;
} 

.box-laranja{
	background: #fabe8a;
}

.box-branco{
	background: #ffffff;
}

.box-laranja, .box-branco {
	padding: 40px 0;
	margin: 20px 0;
}
.box-laranja header, .box-branco header{
	text-align: center;
	margin-bottom: 20px;	
}
.box-laranja header h3, .box-branco header h3{
	line-height: 1.4em;
}
.box-laranja a, .box-branco a {
	color: inherit;
	text-decoration: underline;
}

.box-laranja article p, 
.box-laranja article img, 
.box-branco article p, 
.box-branco article img {
	display: inline-block;
	width: 32%;	
}
.box-laranja article, .box-branco article {
	text-align: justify;
	font-size: 0;
}
.box-laranja article:after, .box-branco article:after {
	width: 100%;
	content:"";
	display:inline-block;
}
.box-laranja article p, .box-branco article p {
	text-align: justify;
	vertical-align: top;
	line-height: 18px;
	line-height: 1.2rem;
	font-size: 16px;
	font-size: 1rem;
	margin-top: 16px;
	margin-top: 1rem;
}

/* Cases */

.square:before{
    content: "";
    display: block;
    padding-top: 100%;  /* initial ratio of 1:1*/
}

.cases{
	background: #ebdeca;
	padding: 60px 0;
}

.cases .miniatura{
	height: 200px;
	text-align: center;
}

.portfolio-page .miniatura{
	
	text-align: center;
}

.cases .miniatura a,
.portfolio-page .miniatura a{
	display: block;
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

/*.cases .miniatura img,*/
.portfolio-page .miniatura img{
	height: 100%;
	left: -50%;
	max-width: none;
	position: absolute;
	width: auto;
}



.legenda{
	align-items: center;
	background: #fff;
	display: flex;
	font-size: 20px;
	justify-content: center;
	margin-bottom: 0;
	padding: 15px 20px;
	text-align: center;
	white-space: normal;
	width: 100%;
}

.legenda a{
	color: #000;
	text-decoration: none;
}

.controles{
	margin-bottom: 20px;
	text-align: right;
}

.controles img{
	width: auto;
}

.cases{
	overflow: hidden;
}

.cases nav{
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
}

.cases nav li:after {
	content:"|";
	padding: 0 5px;
}
.cases nav li.is-current {
	color: #ee7d00;
}
.cases nav li:last-child:after {
	display: none;
}

.cases article {
	font-size: 0;
}

.destaque-case{
	position: relative;
}

.destaque-case img{
	margin: 0 auto;
}

.legenda-case{
	align-items: flex-end;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.65+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	bottom: 0;
	color: #fff;
	display: flex;
	height: 100%;
	justify-content: center;
	padding: 15px 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.legenda-case h2{
	font: 40px 'Barlow', sans-serif;
	font-weight: 600;
	max-width: 60%;
	text-shadow: 2px 2px 2px #000;
}

.legenda-case span{
	color: #d47b1d;
	display: block;
	width: 100%;
}

/* Single - Cases */

.conteudo-case{
	padding: 30px 0;
}

.conteudo-case h2{
	color: #1f3756;
	font: 60px 'Raleway', sans-serif;
	font-weight: 300;
	margin-bottom: 30px;
	padding: 40px 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.conteudo-case p,
.conteudo-case li{
	color: #777;
	font: 20px 'Raleway', sans-serif;
	font-weight: 300;
	line-height: 1.6;
	width: 100%;
}

.conteudo-case strong{
	font-weight: 600;
}

.relacionados{
	background: #eee;
}

/* Fale Conosco */

.fale-conosco{
	padding: 60px 0;
}

.wrapper h2{
	color: #1f3756;
	font: 60px 'Raleway', sans-serif;
	font-weight: 300;
	margin-bottom: 60px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.form_texto {
	color: #003457;
	display: inline-block;
	font-family: 'gotham_book', sans-serif;
	vertical-align: top;
	line-height: 1.3em;
}
.form_texto .btn {
	margin-top: 5px;
	width: 100%;
}
.form_texto p {
	text-align: left;
	margin-bottom: 0.9em;
}

.form_texto strong,
.form1-only{
	font-family: 'gotham_bold', sans-serif;
}

form span.wpcf7-form-control-wrap {
	width: 100%;
}

#form_body {
	
	font-size: 0.1px;

}
#form_body * {
	
}
form p {
	position: relative;
	width: 48%;
	font-size: 0.1px;
}
form p *{
	font-size: 16px;
}
form div {
	display: inline-block;
}
#form_body p {
	text-align: left;
	display: inline-block;
	font-size: 16px;
	margin-bottom: 0;
}
#form_body form {
	text-align: justify;
}
#form_body form:after {
	display: inline-block;
	content: "";
	width: 100%;
}
#form_body input[type="submit"] {
	
	width: auto !important;
}
#form1  input[type="submit"] {
	float: right;
}
#form_body input, 
#form_body select, 
#form_body textarea {
	margin: 4px 0;
	margin: 0.4rem 0 ; 
}
input, 
select, 
textarea {
	font-family: inherit;
	max-width: 100%;
	width: 100%;
}
input:focus, 
select:focus, 
textarea:focus {
	outline: 0;
	border-color:#ababab;
}
label{
	margin: 0;
}
label span {
	color: #e73648;
	font-size: 1.2em;
}
input, 
textarea {
	padding: 4px 0.3em;
	padding: 0.4rem 0.3em; 
	border: 2px solid #d8d8d8;
	border-radius: 0;
	
}
textarea{
	height: 200px;
}
input[type="submit"] {
	border:0;
}
input[type="submit"]:active {
	outline:0;
}
.input-full, .input-full input, .input-full textarea {
	width: 100%;
}

#form1,
#form2 {
	color: #003457;
	font-family: 'gotham_book', sans-serif;
	width: 100%;
}
#form2 {
	display: none;
}

div.wpcf7 img.ajax-loader {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 0; right: 0; bottom: 0; left: 0; margin: auto;
}

span.wpcf7-not-valid-tip {
	display: inline;
	font-size: 0.8em;
	position: absolute;
	width: 100%;
}

.input-full .wpcf7-form-control-wrap {
	width: 100%;
}
span.wpcf7-not-valid-tip {
	display: none !important;
}

div.wpcf7-validation-errors {
	border: 0;
}
div.wpcf7-response-output {
	padding: 0;
	text-align: left !important;
}

.wpcf7-not-valid {
	-webkit-animation: ERROR_TXT  1s 3; 
    animation: ERROR_TXT 1s 3;
}

@-webkit-keyframes ERROR_TXT {
	from {
		border-color: #d8d8d8;
	}
	50% {
		border-color: #ee7d00;
	}
	to {
		border-color: #d8d8d8;
	}
}

div.wpcf7-response-output {
	border-radius: 3px;
	display: table;
	font-size: 12px;
	margin: 2em 0 1em;
	padding: 5px 10px !important;
	text-align: center;
	width: 100%;
}

div.wpcf7-mail-sent-ok {
    background: #398f14;
	color: #fff;
}

div.wpcf7-validation-errors {
    background: #f7e700;
	color: #000;
}

div.wpcf7-mail-sent-ng {
	background: #f00;
	color: #fff;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid transparent !important;
}

/* Blog */

.blog.wrapper{
	background: #ebdeca;
	padding: 60px 0;
}

.widget_dock{
	width: 100% !important;
}

.rfw_dock.rfw_list{
	display: flex;
}

.rfw_dock.rfw_list li{
	align-items: center;
	border-top: 0 !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px 15px;
}

.rfw_dock.rfw_list li img{
	height: auto;
	width: 100%;
}

.rfw_dock.rfw_list li h3 a{
	color: #585858;
	font: 19px 'Raleway', sans-serif;
	font-weight: 500;
}

.entry-title.rfw2:first-of-type{
	background: #fff;
	display: block;
	margin-bottom: 0;
	order: 2;
	padding: 15px 20px;
	width: 100%;
}

.entry-title.rfw2:last-of-type{
	margin: 0;
	order: 1;
	width: 100%;
}

.ver-post{
	background: #d47b1d;
	margin-top: -5px;
	order: 3;
}

.ver-post a{
	color: #fff;
	font: 15px 'Raleway', sans-serif;
	font-weight: 500;
	padding: 10px 15px;
	text-transform: uppercase;
}

/* Footer */

footer{
	background: #eee;
	padding: 30px 0;
}

.copyright{
	color: #777;
	font-size: 13px;
	text-align: center;
}

.menu-redes-sociais .menu{
	text-align: center;
}

.menu-redes-sociais .divider{
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	margin: 30px auto;
	max-width: 250px;
	width: 80%;
}

.cn-button.bootstrap,
.bt-politica-de-privacidade{
	background: #003456 !important;
	color: #fff;
	text-transform: uppercase;
}

@media screen and (max-width: 727px) {

	/* Como Fazemos */

	.o-que-fazemos-bg{
		background: 0;
	}

	.fazemos-content {
		width: 80%;
		left: 10%;
		height: 165px;
		position: relative;
		margin: 30px 0 0 0;
	}
	
	.o-que-fazemos &gt; div{
		padding-top: 10px;
	}
	.o-que-fazemos &gt; div {
		display: block;
		height: 40px;
		width: 100%;

		-webkit-transition: height .7s;
		-o-transition: height .7s;
		transition: height .7s;
	}

	.fazemos-content h2 {
		font-size: 1.4rem;
	}

	.o-que-fazemos &gt; div.is-open {
		width: auto;
		height: 260px;
	}

	.counter {
		position: relative;
		left: 0;
		text-align: center;
		font-size: 1.4rem;
	}

	.trabalhos-item.is-open {
	  height: 80%;
	  width: 100%;
	  overflow-y: scroll;
	  background: #fff;
	  opacity: 1 !important;
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
	  z-index: 400;
	  left: auto !important;
	  top: 0 !important;
	  bottom:0 !important;
	  left: auto !important;
	  right: auto !important;
	  margin: auto !important;
	  /*position: fixed !important;*/
	}
	.trabalhos-item.is-open .trabalho-item-content {
		text-align: right;
	}
	.trabalho-item-content article {
		height: auto;
		width: 100%;
		text-align: justify;
		position: relative;
		right: 0;
		top:0 ;
		bottom:0;
		background: rgba(255,255,255,0.8);
		font-size: 0;
		padding: 2rem 2rem 0 2rem;
	}

	/* Cases */

	#modal-ready{
		padding: 0 15px;
	}
	.modal h2 {
		font: 12px;
	} 

	.conteudo-case{
		width: 100%;
		padding: 30px 30px 0;
	}

	.conteudo-case p{
		font-size: 16px;
	}

	.conteudo-case img{
		height: auto;
		width: 100%;
	}

	.conteudo-case iframe{
		width: 100%;
	}

	.legenda-case h2{
		font-size: 1.4em;
		max-width: 80%;
		padding: auto 15px;
	}

	.legenda{
		font-size: 16px;
	}

	.wrapper h2{
		font-size: 30px;
	}

	/* PortfÃ³lio */

	button.close{
		right: 10px;
	}

	.carousel-control-prev:hover,
	.carousel-control-next:hover{
		
	}

	/* Contato */

	.form_texto, #form_body {
		display: block;
		width: auto;
		float: none;
	}
	form p {
		width: 100%;
	}

	/* Footer */

	.menu-redes-sociais li{
		margin: 5px;
	}
}</pre></body></html>