 /* --- Navegação --- */

body{
	background-color: #262626;
	/*background-color: #dddddd; */
	margin: 0px 0px 0px 0px;
	font-family: "Raleway", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
}

header{
	height: 100vh;
}

.col{
	margin: 0;
	padding: 0;
}

.col-2{
	margin: 0;
	padding: 0;
}

.col-4{
	margin: 0;
	padding: 0;
}

.col-sm-4{
	margin: 0;
	padding: 0;
} 

.col-sm-2{
	margin: 0;
	padding: 0;
} 

.col-lg-4{
	margin: 0;
	padding: 0;
}

.col-md-2{
	margin: 0;
	padding: 0;
}

.col-lg-3{
	margin: 0;
	padding: 0;
}

.row{
	margin: 0;
	padding: 0;
}
.container{
	margin: 0;
	padding: 0;
}

.container-fluid{
	margin: 0;
	padding: 0;
}

.conteudo{
	margin: 0;
	padding: 0;
}

.footer{
	margin: 0;
	padding: 0;
}

.conteudo{
	/* background-image: url("../img/fundo_conteudo.png");*/
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
     background-color: #262626;
    /* background-color: #dddddd; */
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	/* offset-x | offset-y | blur-radius | color */
	box-shadow: 0px 10px 150px rgba(0, 0, 0, 0.5);
	z-index: 2;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
}

.conteudo-sobre{
	background-color: #262626;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	/* offset-x | offset-y | blur-radius | color */
	box-shadow: 0px 10px 150px rgba(0, 0, 0, 0.5);
	z-index: 2;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
}

#logo_1{
	width: 65px;
	margin-top: 100px;
	margin-left: 50%;
	/*margin-left: 81vh;*/
	/*margin-left: 48.9%;*/
	/*margin-left: auto;
	margin-right: auto;*/
	opacity: 1;
	/* transition para animar o logo na mudança de tamanho para adequação ao tamanho da tela */
	transition: 0.5s;
	/*mix-blend-mode: difference;*/
	/*filter: hue-rotate(34deg);
	filter: invert(100%);
	filter: grayscale(34%);
	filter: contrast(100%);*/
	/*filter: grayscale(100%);*/
}

#logo_4{
	width: 55px;
	margin-top: 100px;
	margin-left: 150px;
	opacity: 1;
	/* transition para animar o logo na mudança de tamanho para adequação ao tamanho da tela */
	transition: 0.5s;
}

/* --- Capa --- */

.secao-capa{
	width: 100%;
	position: relative;
	z-index: 1;
	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	/*background-color: #262626; */
  	background-color: #dddddd;
  	height: 100vh; 
  	transition: 0.5s; 	
  	background-image: url("../img/capa_4_.jpg");
  	background-position: center center;
}

.secao-capa img{
	max-width: 100%;
  	height: auto;
  	margin: 0;
  	transition: 0.5s;
}

/* --- Portfolio --- */

.secao-portfolio{
	width: 100%;
	position: relative;

}

.portfolio-item{
	width: 100%;  
	height:350px; 
	background-color: #EBEBEB;
	display: inline-block;
	z-index: 3;
}

.caixa-externa{
	margin-top: 40px;
}

.caixa-interna{
	height: 350px;
	width: 390px;
	display: inline-block;
	margin: auto;
}

.linha-1{
	margin-top: 20px;
}

.card{
	border-radius: 2px;
	border: none;
	transition: 0.75s;
}


/* CARD 1 */
#card_1:hover{
	transform: translate(-7px, -7px);
	transition: 0.5s;
}

.info_card_1 {
	position: absolute;
	z-index: 4005;
	color: #fff;
	transition: 0.5s all;
	background-color: black;
	height: 100%;
	width: 100%;
	top: 0;
	opacity: 0;
	background-image: url("../img/card_b-leal_hover.png");
	background-position: center center;
	background-size: cover;
}

.info_card_1 p{
	margin: 0.5% 0 0 7%;
	color: #fff;
	font-size: 20px;
}

.info_card_1 h1{
	margin: 65% 0 0 7%;
	color: #fff;
	font-size: 30px;
}


.info_card_1:hover{
	opacity: 1;
}

/*
.card:hover{
	transition: 0.5s;
	border-radius: 6px;
	border: none;
	z-index: 4000;
	opacity: ;
	/* box-shadow: 0px 0px 20px rgba(255,255,255,.25);
	transition: 0.5s;
}

#card_1:before{
	content: "";
	height: 100%;
	width: 100%;
	background: black;
	z-index: 4001;
	opacity: 0;
	transition: 0.5s all;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#card_1:hover:before {
	opacity: 1;
	transition: 0.5s ease-in-out;
}
*/

/* CARD 2 */
#card_2:hover{
	transform: translateY(-7px);
	transition: 0.5s;
}
.info_card_2 {
	position: absolute;
	z-index: 4005;
	color: #fff;
	transition: 0.5s all;
	background-color: black;
	height: 100%;
	width: 100%;
	top: 0;
	opacity: 0;
	background-image: url("../img/card_oreo_hover.png");
	background-position: center center;
	background-size: cover;
}

.info_card_2 p{
	margin: 0.5% 0 0 7%;
	color: #fff;
	font-size: 20px;
}

.info_card_2 h1{
	margin: 65% 0 0 7%;
	color: #fff;
	font-size: 30px;
}

.info_card_2:hover{
	opacity: 1;
}

/* CARD 3 */
#card_3:hover{
	transform: translate(7px, -7px);
	transition: 0.5s;
}

.info_card_3 {
	position: absolute;
	z-index: 4005;
	color: #fff;
	transition: 0.5s all;
	background-color: black;
	height: 100%;
	width: 100%;
	top: 0;
	opacity: 0;
	background-image: url("../img/card_torta_hover.png");
	background-position: center center;
	background-size: cover;
}

.info_card_3 p{
	margin: 0.5% 0 0 7%;
	color: #fff;
	font-size: 20px;
}

.info_card_3 h1{
	margin: 65% 0 0 7%;
	color: #fff;
	font-size: 30px;
}


.info_card_3:hover{
	opacity: 1;
}

/* CARD 4 */

#card_4:hover{
	transform: translateX(-7px);
	transition: 0.5s;
}

.info_card_4 {
	position: absolute;
	z-index: 4005;
	color: #fff;
	transition: 0.5s all;
	background-color: black;
	height: 100%;
	width: 100%;
	top: 0;
	opacity: 0;
	background-image: url("../img/card_domo_hover.png");
	background-position: center center;
	background-size: cover;
}

.info_card_4 p{
	margin: 0.5% 0 0 7%;
	color: #fff;
	font-size: 20px;
}

.info_card_4 h1{
	margin: 65% 0 0 7%;
	color: #fff;
	font-size: 30px;
}

.info_card_4:hover{
	opacity: 1;
}

/* CARD 5 */
#card_5:hover{
	transform: scale(0.98);
	transition: 0.5s;
}

.info_card_5 {
	position: absolute;
	z-index: 4005;
	color: #fff;
	transition: 0.5s all;
	background-color: black;
	height: 100%;
	width: 100%;
	top: 0;
	opacity: 0;
	background-image: url("../img/card_c-franca_hover.png");
	background-position: center center;
	background-size: cover;
}

.info_card_5 p{
	margin: 0.5% 0 0 7%;
	color: #fff;
	font-size: 20px;
}

.info_card_5 h1{
	margin: 65% 0 0 7%;
	color: #fff;
	font-size: 30px;
}

.info_card_5:hover{
	opacity: 1;
}

/* CARD 6 */
#card_6:hover{
	transform: translateX(7px);
	transition: 0.5s;
}

.info_card_6 {
	position: absolute;
	z-index: 4005;
	color: #fff;
	transition: 0.5s all;
	background-color: black;
	height: 100%;
	width: 100%;
	top: 0;
	opacity: 0;
	background-image: url("../img/card_kumon_hover.png");
	background-position: center center;
	background-size: cover;
}

.info_card_6 p{
	margin: 0.5% 0 0 7%;
	color: #fff;
	font-size: 20px;
}

.info_card_6 h1{
	margin: 65% 0 0 7%;
	color: #fff;
	font-size: 30px;
}

.info_card_6:hover{
	opacity: 1;
}

/* CARD 7 */
#card_7:hover{
	transform: translate(-7px, 7px);
	transition: 0.5s;
}

.info_card_7 {
	position: absolute;
	z-index: 4005;
	color: #fff;
	transition: 0.5s all;
	background-color: black;
	height: 100%;
	width: 100%;
	top: 0;
	opacity: 0;
	background-image: url("../img/card_boticario_hover.png");
	background-position: center center;
	background-size: cover;
}

.info_card_7 p{
	margin: 0.5% 0 0 7%;
	color: #fff;
	font-size: 20px;
}

.info_card_7 h1{
	margin: 65% 0 0 7%;
	color: #fff;
	font-size: 30px;
}

.info_card_7:hover{
	opacity: 1;
}

/* CARD 8 */
#card_8:hover{
	transform: translatey(7px);
	transition: 0.5s;
}

.info_card_8 {
	position: absolute;
	z-index: 4005;
	color: #fff;
	transition: 0.5s all;
	background-color: black;
	height: 100%;
	width: 100%;
	top: 0;
	opacity: 0;
	background-image: url("../img/card_mutari_hover.png");
	background-position: center center;
	background-size: cover;
}

.info_card_8 p{
	margin: 0.5% 0 0 7%;
	color: #fff;
	font-size: 20px;
}

.info_card_8 h1{
	margin: 65% 0 0 7%;
	color: #fff;
	font-size: 30px;
}

.info_card_8:hover{
	opacity: 1;
}


/* CARD 9 */
#card_9:hover{
	transform: translate(7px, 7px);
	transition: 0.5s;
}

.info_card_9 {
	position: absolute;
	z-index: 4005;
	color: #fff;
	transition: 0.5s all;
	background-color: black;
	height: 100%;
	width: 100%;
	top: 0;
	opacity: 0;
	background-image: url("../img/card_site_hover.png");
	background-position: center center;
	background-size: cover;
}

.info_card_9 p{
	margin: 0.5% 0 0 7%;
	color: #fff;
	font-size: 20px;
}

.info_card_9 h1{
	margin: 65% 0 0 7%;
	color: #fff;
	font-size: 30px;
}

.info_card_9:hover{
	opacity: 1;
}

/* --- Barra --- */

.barra{
	height: 4px;
	width: 200px;
	background-color: black; /* linear-gradient(90deg, rgba(76,194,238,1) 0%, rgba(181,62,86,1) 35%, rgba(255,187,0,1) 
	100%); */
	margin: 50px auto;
	border-radius: 5px;
	position: relative;
	transition: 0.5s;
}

.barra:hover{
	width: 100px;
	transition: 0.4s;
}

/* --- Espaço --- */

.placeholder {
	z-index: -1;
	height: 400px;
}

/* --- Rodapé --- */

#logo_2{
	width: 45px;
	margin-top: 110px;
	margin-left: 100px;
	/*height: 25px;*/
	opacity: .5;
	transition: 0.5s;
}

.contato{
	background-color: #1a1a1a;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 400px; 
	z-index: 1;		
} 

.menu-rodape{
	margin-top: 100px;
	font-size: 18px;
	line-height: 40px;
}

.menu-rodape a{
	text-decoration: none;
	color: #808080;
}

.menu-rodape a:hover{
	color: #4A4A4A;
}

.contato-rodape{
	margin-top: 110px;
}

.contato-rodape a{
	text-decoration: none;
	color: #808080;
	line-height: 28px;
}

.contato-rodape a:hover{
	color: #4A4A4A;
}

.contato-rodape p{
	margin: 0;
	color: #808080;
	font-weight: bold;
	transition: 0.5s;
}

.menu{
	margin-top: 65px;
	margin-right: 10px;	
}

.item-menu{
	font-size: 18px;	
}

/* --- SOBRE --- */

.sobre{
	width: 500px;
	height: 500px;
	margin-top: 100px;
	box-shadow: 0px 10px 80px rgba(57, 57, 57, 0.5);
	z-index: 2;
}

.secao-capa-sobre{
	height: 100vh;
	width: 100%;
	position: relative;
	z-index: 4;

	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	background-color: #262626;
}

/* TESTE VIDEO */

.video-background {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.texto-sobre{
	margin-top: 90px;
	margin-bottom: 100px;
	padding-left: 450px;
	padding-right: 450px;
	font-size: 26px;
	color: grey;
	display: flex;
  	justify-content: flex-center;
  	text-align: ;
}

/* --- DETALHES --- */

.imagem-detalhe-1{
	width: 100%;
	height: 600px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0 0 0 0;
	display: flex;
    justify-content: center;
    align-items: center;
	
}

.imagem-detalhe-1 img{
	max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: cover;    
}

.texto-detalhe-1{
	width: 100%;
	/* height: 700px; */
	margin-top: 50px;
	padding: 0px 40px 40px 40px;

}

.texto-detalhe-1 p{
	color: grey;
	font-size: 20px;
	text-align: left;
	/* text-align: justify;*/
}

.texto-detalhe-1 h5{
	margin-bottom: 30px;
	color: grey;
	font-size: 30px;
}


.resumo-detalhe-1 {
	margin: 0px 0px 0px 0px;
}

.resumo-detalhe-1 p{
	color: grey;
	font-size: 30px;
	padding: 120px 300px 120px 300px;
	margin: 0;
	transition: 0.5s;
}

.resumo-detalhe-2 {
	margin: 0px 0px 0px 0px;
}

.resumo-detalhe-2 p{
	color: grey;
	font-size: 25px;
	padding: 50px 70px;
}

.slide-detalhe-1{
	width: 100%;
	height: 700px;
	background-color: #EBEBEB;
	margin-bottom: 40px;	
}

.slide-detalhe-2{
	width: 100%;
	height: 600px;
	background-color: rgb(33, 33, 33);
	margin-top: 50px;
	margin-bottom: 50px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.slide-detalhe-2 img{
	max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: cover;    
}

.grade-dupla-1{
	width: 100px;
	height: 500px;
	/*background-color: #EBEBEB;*/
	margin: 60px 0px 60px 40px;
	padding: 0px;
	display: inline-block;
	display: flex;
    justify-content: center;
    align-items: center;
}

.grade-dupla-1 img{
	max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: cover;
}


.grade-dupla-2{
	width: 100px;
	height: 500px;
	/*background-color: #EBEBEB;*/
	margin: 60px 40px 60px 0px;
	padding: 0px;
	display: inline-block;
	display: flex;
    justify-content: center;
    align-items: center;
}

.grade-dupla-2 img{
	max-width: 100%;
    max-height: 100%;
    height: auto;    
    object-fit: cover;
}

.grade-unica-1 {
	width: ;
	height: ;
	margin: 60px 0px 60px 0px;
	padding: 0px;
	display: inline-block;
	display: flex;
    justify-content: center;
    align-items: center;
}

.grade-unica-1 img{
	max-width: 50%;
    max-height: 50%;
    height: auto;    
    object-fit: cover;
}

.grade-unica-video{
	padding: 50px 0 50px 0;
	width: 100%;
	height: 900px;
	align-items: center;
	background-color: #1C1C1C;
}

.grade-unica-video video{
	max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.texto-detalhe-2{
	color: grey;
	font-size: 25px;
	padding: 10px 50px 0px 180px;
}

.texto-detalhe-2 h5{
	font-size: 30px;
	padding-bottom: 10px;
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
/*
.texto-detalhe-2 p {
	margin: ;
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}*/

.mais-conteudo button:hover{	
	transform: rotate(45deg);
	transition: .7s;
}

details summary {
	list-style: none;
	display: inline-block;
	transition: 0.7;
}

.conteudo-mais:hover .sinal-mais-menos:after {
 	content: "+";
 	font-size: 43px;
	font-weight: lighter;
	color: orange;
	display: inline-block;
	transition: 0.7;
}

.conteudo-mais[open] .sinal-mais-menos:after {
 	content: "–";
 	font-size: 43px;
	font-weight: lighter;
	color: orange;
	padding: 0 0 0 3px;
	display: inline-block;
	transition: 0.7;
}

.sinal-mais-menos {
	font-weight: lighter;
}

.sinal-mais-menos:after {
	content: "+";
	font-size: 43px;
	font-weight: lighter;
	color: lightgrey;
	display: inline-block;
	transition: 0.7;
}

.creditos-1{	
	color: grey;
	font-size: 22px;
	display: inline-flex;
	height: 350px;
	overflow: hidden;
	display: flex;
    justify-content: center;
    align-items: center;	
}

.creditos-1 p{
	padding: 50px 50px 50px 50px;
}

.creditos-2{	
	color: grey;
	font-size: 22px;
	display: inline-flex;
	height: 350px;
	overflow: hidden;
	display: flex;
    justify-content: center;
    align-items: center;
}

.creditos-2 p{
	padding: 0px 50px 50px 50px;
}

.imagem-creditos{
	justify-content: center;
	align-items: center;
	display: inline-flex;

}

.imagem-creditos img{
	height: ;

}

.imagem-detalhe-2{
	padding: 0px 0px 0px 0px;
}


.imagem-detalhe-3{
	padding: 0px 0px 0px 0px;
}

.imagem-detalhe-4{
	padding: 0px 0px 0px 0px;

}

.imagem-detalhe-5{
	margin-bottom: 20px;
	padding: 0px 30px 0px 0px;
	
}

.grupo-imagens-1{
	padding: 0px 50px 0px 0px;
	margin-top: 20px;
}

.descricao-servico h1{
	font-size: 22px;
	color: ;
	position: absolute;	
  	top: 90%;
  	right: 16.3%;
  	width: 500px;  	
  	text-align: right;
  	font-weight: lighter;
}

.descricao-servico span{
	text-transform: uppercase;
	font-weight: normal;
	color: ;
}

/*--- MENU ANIMADO ---*/

.icone-menu-3{
	display: none;
}

.icone-menu-2{
	display: none;
}

.icone-menu {
    position: relative;
    transition: 0.7s;
    overflow: hidden;
    margin-top: 100px;
    margin-right: 150px;
    display: flex;
}

.menu-cabecalho {
    margin: 0px;
    padding: 0;
    width: 0px;
    overflow: hidden;
    transition: 0.7s;
}

.icone-menu input:checked ~ .menu-cabecalho {
    width: 350px;   
}

.menu-cabecalho ul{
    display: flex;   
}

.menu-cabecalho ul li {
    list-style: none;
    margin: 0px 40px 0px 0px; 
    display: inline;   
}

.menu-cabecalho ul li a {
    text-decoration: none;
    color: grey;
    font-weight: 400;
    transition: 0.5s;
    font-size: 20px;   
}

.menu-cabecalho ul li a:hover {
    color: #ffff;
}

.icone-menu input {
    width: 40px;
    height: 40px;
    cursor: pointer;
    opacity: 0;
    position: relative;
}

.icone-menu span {
    position: absolute;    
    width: 36px;
    height: 2px;
    background-color: #808080;
    pointer-events: none;
    transition: 0.5s;
    margin-top: 15px;
}

.icone-menu input:hover ~ span {
   background-color: darkorange;
}

.icone-menu input:checked ~ span {
   /*background-color: #f974a1;*/
}

.icone-menu span:nth-child(2) {
	width: 32px; 
	margin-left: 2px;
    transform: translateY(-11px);
}
.icone-menu input:checked ~ span:nth-child(2) {
	/* Seta trio */
	width: 8px;
	height: 2px;
	transform: translateX(8px) translateY(-10px) rotate(0deg);
	background-color: darkorange;
	border-radius: 10px;
}

.icone-menu span:nth-child(3) {	 
    transform: translateY(12px);
}
.icone-menu input:checked ~ span:nth-child(3) {
	/* Seta trio */
	width: 8px;
	height: 2px;
	transform: translateX(10px) translateY(10px) rotate(0deg);
	background-color: darkorange;
	border-radius: 10px;
}

.icone-menu span:nth-child(4) {
	width: 26px; 
	margin-left: 5px;
}
.icone-menu input:checked ~ span:nth-child(4) {
	/* Seta trio */
	width: 8px;
	height: 2px;
	transform: translateX(16px) translateY(0px) rotate(0deg);
	background-color: darkorange;
	border-radius: 10px;
}

.traco:hover input:checked ~ .traco {
  background-color: white;
}

/* --- MENU DE SELEÇÃO DE TRABALHOS --- */

.tipos-trabalhos{
	margin-top: 120px;
	margin-right: 150px;
}

.tipos-trabalhos ul{
	display: flex;
}

.tipos-trabalhos ul li {
    list-style: none;
    margin: 0px 40px 0px 0px; 
    display: inline;   
}

.tipos-trabalhos ul li a{
	display: inline;
	font-size: 18px;
	font-weight: 400;
	color: grey;
	text-decoration: none;	
}

.tipos-trabalhos ul li a:hover{
	color: white;
}

/* --- CONTATO --- */
		
.menuMaxi {
	display:;
	visibility: hidden;
}	

.modal-content {
	position: absolute;
	background-color: rgba(0,0,0,0.85);
	backdrop-filter: blur(10px);	
	border-radius: 0;
	height: 100%;
}

.modal-body {
	font-size: 26px;
	padding: 80px 0px 0px 50px;	
}

.item-menu-modal {
	width: 300px;
	font-size: 30px;
	padding: 10px 0px 0px 0px;	
}

.item-menu-modal a:hover {
	color: grey;
}

.item-menu-modal a{
	text-decoration: none;
}

.modal-body a {
	color: white;
}

.email-modal{
	font-size: 26px;
	bottom: 90px;
	position: absolute;
}

.email-modal a {
	color: white;
}

.email-modal a{
	text-decoration: none;
}

.email-modal a:hover {
	color: grey;
}


.contatos-modal p {
	font-size: 24px;
	color: white;
	bottom: 35px;
	position: absolute;
}

.modal-dialog {
	position: fixed;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;	
}

.modal-content {
	position: absolute;
	border: 0;
}

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0px;
	right: 0%;
	bottom: 0;
	left: 0;	
	z-index: 99999;
	opacity:0;	
	transition: opacity 400ms ease-in;
	pointer-events: none;
	display: flex;
	justify-content: center;

	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;	  
}

.modalDialog:target {	
	opacity:1;
	pointer-events: auto;
}

/* as linhas abaixo corrigem o posicionamento da caixa de texto */

 .area-texto{
	width: 600px;
	height: 350px;
	margin-top: 30vh;
	position: relative;
	padding: 30px 30px 60px 30px;
	background-color: rgba(0,0,0,0.7);
	box-shadow: 0px 3px 80px rgba(0,0,0, 0.5);
	border-radius: 3px 0 0 3px;
	backdrop-filter: blur(15px);
	z-index: -5;
}

form input{
 	outline: none;
 	border: 0;
 	background-color: rgba(0,0,0,0);
 	font-size: 18px;
 	color: #fff;
 	display: inline-flex;
 	padding: 0px;
 	width: 255px;
}

form textarea{
	padding: 0px;
	margin: 0px;
	font-size: 18px;
}

.nome-formulario{
	margin-right: 20px;
}

form input{
	color: darkorange;
}

input,
input::placeholder {
    font-size: 20px;
    color: grey;
}

input, textarea{
	caret-color: darkorange;
}

input::selection{
	background-color: darkorange;
	color: black;
}

textarea::selection{
	background-color: darkorange;
	color: black;
}

textarea::placeholder {
    font-size: 20px;
    color: grey;
    margin-left: 10px;
}

.botao button{
	text-decoration: none;
	border: 1.5px solid darkorange;
	outline: none;
	background-color: black;
	font-size: 17px;
	border-radius: 3px;
	padding: 2px 10px;
	width: 80px;
	position: relative;
  	left: 50%;
  	margin-left: -40px;
  	margin-top: 40px;
  	color: white;
}

/* BOTÃO NA ÁREA DE TEXTO */

.botao-envio{
	height: 35px;
	width: 50px;
	display: flex;
	float: right;
}

.botao-envio button{
	background-image: url("../img/envio.svg");
  	background-position: center center;
  	background-repeat: no-repeat;
  	background-color: rgba(0,0,0,0);
  	border: 0;
  	transition: 0.5s;
}

.botao-envio button:hover{
	background-image: url("../img/envio_2.svg");
	transition: 0.2s;
	transform: scale(1.2);

}

.corpo-mensagem{
	margin: 15px 0 20px 0;
	height: 205px;
}

.dados-contatos > .botao button:hover{
	background-color: darkorange;
	box-shadow: 0px 0px 15px rgba(255,255,255,.5);
}

.modalDialog:target > .area-texto {	
	animation-name: esquerda;
	animation-duration: .5s;
	animation-timing-function: ease-in;
}

@keyframes esquerda {
 	0% {
    	left: -1%;
    	opacity: 0;
    	transform: scale(.95);
	}

	100% {
    	left: 0;
    	opacity: 1;
	}
}

.area-texto textarea{
	background-color: rgba(0,0,0,0);
	border: none;
	outline: none;
	color: white;
	resize: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.fechar {
	color: #404040;
	float: right;
	text-align: center;
	text-decoration: none;
	margin: 0px 10px 0 0;
	font-size: 30px;	
}

.fechar:hover {color: white;}

.dados-contatos {
	background-color: rgba(0,0,0,.9);
	width: 300px;
	height: 350px;
	margin-top: 30vh;
	margin-left: 0px;
	box-shadow: 0px 3px 80px rgba(0, 0, 0, 0.5);
	border-radius: 0px 3px 3px 0;
	position: relative;
}


.modalDialog:target > .dados-contatos {

	animation-name: direita;
	animation-duration: .5s;
	animation-timing-function: ease-in;		
}

@keyframes direita {	
	0% {
    	right: -1%;
    	opacity: 0;
    	transform: scale(.90);
	}
	100% {
    	right: 0;
    	opacity: 1;
	}
}

#titulo-contato{
	font-size: 22px;
	padding: 40px 40px 20px 40px;
	font-weight: 600;	
}

#celular{
	font-size: 18px;
	color: white;
	padding-left: 40px;
	margin-bottom: 10px;
}

#contato-email{
	font-size: 18px;
	padding-left: 40px;
	text-decoration: none;	
	color: white;
}

#contato-email:hover{
	color: grey;
}

.dados-contatos p{
	color: white;
}

.dados-contatos a{
	text-decoration: none;
	font-weight: lighter;	
}

.grupo-trabalhos{
	padding-top: 60px;
	padding-right: 60px;
	padding-left: 60px;
	transition: 0.5s;
	background-image: url("../img/");
}


.esboco{
	width: ;
	height: ;
}

/*Configuração do Place Holder*/

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-size: 25px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: 25px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 25px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 25px;
}

/* PRÓXIMOS PROJETOS */

.proximos-projetos {
	padding-bottom: 0px;
}

.caixa-previas {
	padding: 0px 0px 0px 0px;
}

.titulo-descricao{
	padding: 20px 0 0 0;
	background-color: #fff;
	height: 450px;
	padding: 60px 11% 0 100px;
	transition: .5s;
}

#titulo-projeto-1{
	font-weight: bold;
    font-size: 26px;
    transition: .5s;
}

#texto-projeto-1{
	font-size: 24px;
	transition: .5s;
}

.seta-retorno {
	background-color: #fff;
	padding: 360px 0 0 400px;
	height: 450px;
	transition: .5s;
}

.seta-retorno p{
	font-size: 24px;
	display: inline-block;
	margin-left: 10px;
	transition: .5s;
}

.seta-retorno img{
	padding-bottom: 8px;
	width: 60px;
	transition: .5s;
}
 

.projeto-previa-1 {
	background-color: #fff;
	height: 400px;
	padding: 0px;
	margin: 0px;
	transition: .5s;
}

.projeto-previa-1 img{
	height: 230px;
	padding: 0 0 10px 0;
	justify-content: center;
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	transition: .5s;	
}

@media (orientation: portrait) {
  .secao-capa-sobre, .video-background, .menuMaxi {
    height: 50vh;
    transition: 0.5s;
  }

  .secao-capa{
  	background-image: url("../img/capa.png");
  	background-position: center center;
  	/* background-size: cover; */
  	transition: 0.5s; 
  }

  .secao-capa img {
  	padding: 100 0 0 0;
  }

  header{
  	height: 50vh;
  	transition: 0.5s; 
  }

  .conteudo-sobre{
  	height: 50vh;
  	transition: 0.5s; 
  }

 }

.conteudo-expandido{
	transition: 1s;
}

.som {
	width: 16px;
	margin: 100px 0px 0px 150px;
	display: flex; 
	float: left; 
	opacity: 0.8; 
	position: absolute;
	mix-blend-mode: exclusion;
}

/* Dispositivos sm */

@media screen and (max-width: 700px) {

/* LOGO */

#logo_1{
	width: 55px;
	margin-top: 60px;
	/*margin-left: 30px;*/
	/*margin-left: 30vh;*/
	opacity: 1;
	transition: 0.5s;	
}	

#logo_4{
	width: 45px;
	margin-top: 60px;
	margin-left: 30px;
	opacity: 1;
	transition: 0.5s;	
}	

/* MENU */

.icone-menu {
    
	margin-top: 60px;
	margin-right: 40px;
}

.icone-menu span {
	position: absolute;    
	width: 30px;
	height: 2px;
	background-color: #808080;
	pointer-events: none;
	transition: 0.5s;
	margin-top: 15px;
}

.icone-menu span:nth-child(2) {
	width: 28px; 
	margin-left: 1px;
	transform: translateY(-10px);
}

.icone-menu input:checked ~ span:nth-child(2) {
/* Seta trio */
	width: 8px;
	height: 2px;
	transform: translateX(8px) translateY(-10px) rotate(0deg);
	background-color: orange;
	border-radius: 10px;
}

.icone-menu span:nth-child(3) {	 
    transform: translateY(11px);
}

.icone-menu input:checked ~ span:nth-child(3) {
	/* Seta trio */
	width: 8px;
	height: 2px;
	transform: translateX(10px) translateY(10px) rotate(0deg);
	background-color: orange;
	border-radius: 10px;
}

.icone-menu span:nth-child(4) {
	width: 23px; 
	margin-left: 4px;
}

.icone-menu input:checked ~ span:nth-child(4) {
	/* Seta trio */
	width: 8px;
	height: 2px;
	transform: translateX(15px) translateY(0px) rotate(0deg);
	background-color: orange;
	border-radius: 10px;
}

/* RODAPÉ */

#logo_2{
	width: 40px;
	margin-top: 78px;
	margin-left: 45px;
	/* height: 20px;*/
	opacity: .5;
	transition: 0.5s; 
}
	
.menu-rodape{
	margin-top: 90px;
	font-size: 14px;
	line-height: 40px;
}

.contato-rodape{
	margin-top: 110px;
}

.contato-rodape a{
	text-decoration: none;
	color: #808080;
	line-height: 28px;
}

.contato-rodape p{
	margin: 0;
	font-weight: bold;
	opacity: 0;
	transition: 0.5s;
}

.contato-rodape a{
	opacity: 0;
	transition: 0.5s;
}

.local-direito{
	margin: 0px 0px 5px 45px;
	font-size: 14px;
	color: #808080;
	padding: 0px 0px 0px 0px;
	transition: 0.5s;
}

.menu{
	margin-top: 65px;
	margin-right: 10px;	
}

.item-menu{
	font-size: 16px;	
}

.card{
	border-radius: 0px;
}

.menu-rodape{
	margin-left: 0px;
	margin-top: 70px;
	font-size: 15px;
	line-height: 28px;
	padding: 0px 0px 0px 60px;
}

.menu-rodape a{
	text-decoration: none;
	color: #808080;
}

.menu-rodape a:hover{
	color: #4A4A4A;
}

#local{
	visibility: hidden;
	/*display: none; */
}

#direitos{
	/* display: none; */
	visibility: hidden;
}


.grupo-trabalhos{
	padding-top: 60px;
	padding-right: 50px;
	padding-left: 50px;
	transition: 0.5s;
}

.texto-sobre{
	margin-top: 90px;
	margin-bottom: 100px;
	padding-left: 50px;
	padding-right: 50px;
	transition: 0.5s;
	font-size: 20px;	
}

/* --- DETALHE IMG 1 --- */

.imagem-detalhe-1{
	width: 100%;
	height: 400px;
	margin-left: 0px;
	margin-right: 0px; /* ! */
	margin-top: 0px;
	padding: 0;
	display: flex;
    justify-content: center;
    align-items: center;
	
}

.imagem-detalhe-1 img{
	max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: cover;
}

/* --- DETALHE TXT 1 --- */

.texto-detalhe-1{
	width: 100%;
	margin-top: 50px;
	padding: 0px 40px 0px 40px;
}

.texto-detalhe-1 p{
	color: grey;
	font-size: 18px;
	text-align: justify;
}

.texto-detalhe-1 h5{
	margin-bottom: 30px;
	color: grey;
	font-size: 22px;
}

/* --- DETALHE DETALHE 1 --- */

.resumo-detalhe-1 {
	margin: 0px 0px;
}

.resumo-detalhe-1 p{
	color: grey;
	font-size: 22px;
	padding: 0px 70px;
	transition: 0.5s;
}

/*--- SLIDER ---*/

.slide-detalhe-1{
	width: 100%;
	height: 700px;
	background-color: #EBEBEB;
	margin-bottom: 40px;	
}

/*--- DETALHE TXT 2 ---*/

.texto-detalhe-2{
	color: grey;
	font-size: 18px;
	padding: 10px 50px 0px 50px;
}

.texto-detalhe-2 h5{
	font-size: 24px;
	padding-bottom: 10px;
}

.creditos-1{	
	color: grey;
	font-size: 18px;
	height: 200px;
	overflow: hidden;
	display: flex;
    justify-content: center;
    align-items: center;
}

.creditos-1 p{
	padding: 50px 50px 40px 50px;
}

.creditos-2{	
	color: grey;
	font-size: 18px;
	height: 200px;
	overflow: hidden;
	display: flex;
    justify-content: center;
    align-items: center;
}

.creditos-2 p {
	padding: 50px 50px 50px 50px;
}

.imagem-detalhe-2{
	padding: 0px 0px 0px 0px;
}


.imagem-detalhe-3{
	padding: 0px 0px 0px 0px;
}

.imagem-detalhe-4{
	padding: 0px 0px 0px 0px;

}

.imagem-detalhe-5{
	margin-bottom: 20px;
	padding: 0px 0px 0px 0px;
		
}

.grupo-imagens-1{
	padding: 0px 0px 0px 0px;
}
	
.descricao-servico h1{
	top: 90%;
  	width: 350px;
  	right: 5%;
	font-size: 20px;
	color: #000000;
	position: absolute;	  			
  	font-weight: lighter;
  	text-align: center;  		
  	justify-content:center;
}

.slide-detalhe-1{
	width: 100%;
	height: 400px;
	background-color: #EBEBEB;
	margin-bottom: 40px;	
}

.imagem-detalhe-1{
	order: 2;
}

.texto-detalhe-1{
	order: 1;
}

.titulo-descricao{
	padding: 20px 0 0 0;
	background-color: #fff;
	height: 450px;
	padding: 60px 7% 0 20px;
	transition: .5s;
}

#titulo-projeto-1{
	font-weight: bold;
    font-size: 22px;
    transition: .5s;
}

#texto-projeto-1{
	font-size: 18px;
	transition: .5s;
}

.seta-retorno {
	background-color: #fff;
	padding: 360px 0 0 7%;
	height: 400px;
	transition: .5s;
}

.seta-retorno p{
	font-size: 15px;
	display: inline-block;
	margin-left: 5px;
	transition: .5s;
}

.seta-retorno img{
	padding-bottom: 8px;
	transition: .5s;  
}

#texto-projeto-1{
	font-size: 15px;
	transition: .5s;
}

#titulo-projeto-1{
	font-weight: bold;
	font-size: 18px;
	transition: .5s;
}


.card-columns {
    column-count: 1;
    transition: 0.5s;
}

.informacoes-legais p{
	padding: 0 40px 0 40px;
	color: pink;
	transition: 0.5s;
	text-align: justify;
	margin-top: 20px;	
	color: grey;
	font-size: 13px;
}

.monograma {
	opacity: .5;
}

.monograma img{	
	height: 80px;
	margin-top: 80px;	
	display: flex;
	float: right;
	padding-right: 20px;
	transition: 0.5s;
}

.local-direito span{
	visibility: hidden;
	transition: 0.5s;
}

#logo_2{
	width: 30px;
	margin-top: 90px;
	margin-left: 45px;
	/*height: 20px;*/
	opacity: .5;
	transition: 0.5s; 
}

.local-direito{
	margin-left: 45px;
	margin-top: 5px;
	font-size: 11px;
	color: #808080;
	transition: 0.5s;
}

.local-direito p{
	margin: 8px 0px 5px 0px;
	transition: 0.5s;
}

.informacoes-legais p{
	padding: 0 45px 0 45px;
	color: pink;
	transition: 0.5s;
	text-align: justify;
	margin-top: 30px;	
	color: grey;
	transition: 0.5s;
}

.som {
	width: 13px;
	margin: 70px 0px 0px 50px;
}	

}

.titulo-projeto{
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 180px;
	font-size: 32px;
	display: inline-flex;
	color: grey;
	font-weight: bold;
	transition: 0.5s;
}

.descricao-projeto{
	margin: 0px 0px 0px 0px;
	display: inline-flex;
	width: 100px;
	color: grey;
	transition: 0.5s;
}

.descricao-projeto p{
	font-size: 25px;
	padding: 10px 0px 10px 0px;
}


@media screen and (min-width: 701px) and (max-width: 900px) {

/* LOGO */

#logo_1{
	width: 55px;
	margin-top: 60px;
	/*margin-left: 30px;*/
	/*margin-left: 40vh;*/
	opacity: 1;
	transition: 0.5s;	
}	

#logo_4{
	width: 45px;
	margin-top: 60px;
	margin-left: 30px;
	opacity: 1;
	transition: 0.5s;	
}

/* MENU */

.icone-menu {    
	margin-top: 60px;
	margin-right: 40px;
}

.icone-menu span {
	position: absolute;    
	width: 30px;
	height: 2px;
	background-color: #808080;
	pointer-events: none;
	transition: 0.5s;
	margin-top: 15px;
}

.icone-menu span:nth-child(2) {
	width: 28px; 
	margin-left: 1px;
	transform: translateY(-10px);
}

.icone-menu input:checked ~ span:nth-child(2) {
/* Seta trio */
	width: 8px;
	height: 2px;
	transform: translateX(8px) translateY(-10px) rotate(0deg);
	background-color: orange;
	border-radius: 10px;
}

.icone-menu span:nth-child(3) {	 
    transform: translateY(11px);
}

.icone-menu input:checked ~ span:nth-child(3) {
	/* Seta trio */
	width: 8px;
	height: 2px;
	transform: translateX(10px) translateY(10px) rotate(0deg);
	background-color: orange;
	border-radius: 10px;
}

.icone-menu span:nth-child(4) {
	width: 23px; 
	margin-left: 4px;
}

.icone-menu input:checked ~ span:nth-child(4) {
	/* Seta trio */
	width: 8px;
	height: 2px;
	transform: translateX(15px) translateY(0px) rotate(0deg);
	background-color: orange;
	border-radius: 10px;
}

.card-columns {
    column-count: 2;
    transition: 0.5s;
}

.creditos-1{
	color: grey;
	font-size: 18px;
	height: 150px;
	overflow: hidden;
	display: flex;
    justify-content: center;
    align-items: center;
}

.creditos-1 p{	
	padding: 40px 50px 40px 50px;
}

.creditos-2{	
	color: grey;
	font-size: 18px;
	height: 200px;
	overflow: hidden;
	display: flex;
    justify-content: center;
    align-items: center;
}

.creditos-2 p{
	padding: 40px 50px 50px 50px;
}

.caixa-previas {
	padding: 0px 0px 0px 0px;
}

.titulo-descricao {
	padding: 20px 0 0 0;
	background-color: #fff;
	height: 400px;
	padding: 60px 5% 0 20px;
	transition: .5s;
}

.projeto-previa-1 {
	background-color: #fff;
	height: 400px;
	padding: 0px;
	margin: 0px;
	transition: .5s;
}

.projeto-previa-1 img{
	height: 180px;
	padding: 0 0 10px 0;
	justify-content: center;
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	transition: .5s;	
}

#titulo-projeto-1{
	font-weight: bold;
    font-size: 22px;
    transition: .5s;
}

#texto-projeto-1{
	font-size: 18px;
	transition: .5s;
}

.seta-retorno {
	background-color: #fff;
	padding: 320px 0 0 7%;
	height: 400px;
	transition: .5s;
}

.seta-retorno p{
	font-size: 20px;
	display: inline-block;
	margin-left: 5px;
	transition: .5s;
}

.seta-retorno img{
	padding-bottom: 8px;
	transition: .5s;  
}

.contato-rodape p{
	opacity: 0;
	transition: 0.5s;
}

.contato-rodape a{
	opacity: 0;
	transition: 0.5s;
}
.menu-rodape{
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 100px;
	font-size: 18px;
	line-height: 38px;
}

#logo_2{
	width: 40px;
	margin-top: 90px;
	margin-left: 45px;
	/*height: 20px;*/
	opacity: .5;
	transition: 0.5s; 
}

.local-direito{
	margin-left: 45px;
	margin-top: 30px;
	font-size: 14px;
	color: #808080;
	transition: 0.5s;
}

.local-direito p{
	margin: 8px 0px 5px 0px;
	transition: 0.5s;
}

.informacoes-legais p{
	padding: 0 45px 0 45px;
	color: pink;
	transition: 0.5s;
	text-align: justify;
	margin-top: 30px;	
	color: grey;
	transition: 0.5s;
}

.grupo-imagens-1{
	padding: 0px 0px 0px 0px;
}

.monograma {
	opacity: .5;
}

.monograma img{	
	height: 110px;
	margin-top: 100px;	
	display: flex;
	float: right;
	padding-right: 40px;
	transition: 0.5s;
}

.som {
	width: 13px;
	margin: 55px 0px 0px 60px;
}	

}

/* FIM */

.card-columns {
    column-gap: 0.25rem;
    transition: 0.5s;
}

.card-columns .card {
    margin-bottom: .25rem;
    
}

.texto-sobre{
	padding-right: 20px;
	padding-left: 20px;
}

.resumo-detalhe-1 p{
	margin: 0px 0px 0px 0px;
	color: grey;
	font-size: 25px;
	padding: 80px 80px 80px 80px;
	transition: 0.5s;
}

.descricao-projeto{
	margin: 0px 0px 0px 0px;
	padding: 0 50px 0 50px;
	font-size: 20px;
	display: inline-flex;
	width: 100px;
	color: grey;
	transition: 0.5s;
}

.descricao-projeto p{
	font-size: 25px;
	padding: 10px 0px 10px 0px;
}


.imagem-creditos img{
	width: 200px;
	padding: 10px 0px 0px 0px;
	/*height: 160px; */
}

.slide-detalhe-2{
	width: 100%;
	height: 500px;
	background-color: rgb(33, 33, 33);
	margin: 20px 0px 0px 0px;
	display: flex;
    justify-content: center;
    align-items: center;
    background-color: purple;
}

.slide-detalhe-2 img{
	max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: cover;    
}

.titulo-projeto{
	margin: 60px 0px 0px 0px;
	padding: 0 50px 0 50px;
	font-size: 32px;
	display: inline-flex;
	color: grey;
	font-weight: bold;
	transition: 0.5s;
}

.grade-dupla-1{
	width: 100%;
	height: 400px;
	/*background-color: #EBEBEB;*/
	margin: 20px 0px 40px 0px;
	padding: 0px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.grade-dupla-1 img{
	max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: cover;   
}

.grade-dupla-2{
	width: 100%;
	height: 400px;
	/*background-color: #EBEBEB;*/
	margin: 20px 0px 40px 0px;
	padding: 0px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.grade-dupla-2 img{
	max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: cover;    
}

.texto-detalhe-2{
	color: grey;
	font-size: 25px;
	padding: 10px 50px 0px 50px;
	
}

.texto-detalhe-2 h5{
	font-size: 30px;
	padding-bottom: 10px;	
}

.menu-rodape{
	margin-left: 0px;
	padding-left: 150px;
	margin-top: 100px;
	font-size: 18px;
	line-height: 38px;
}

#local{
	visibility: hidden;
	/*display: none; */
}

#direitos{
	/* display: none; */
	visibility: hidden;
}

@media screen and (min-width: 901px) and (max-width: 990px) {

/* LOGO */

#logo_1{
	width: 55px;
	margin-top: 60px;
	/*margin-left: 30px;*/
	/*margin-left: 50vh;*/
	opacity: 1;
	transition: 0.5s;	
}	

#logo_4{
	width: 45px;
	margin-top: 60px;
	margin-left: 30px;
	opacity: 1;
	transition: 0.5s;	
}

/* MENU */

.icone-menu {
    margin-top: 60px;
	margin-right: 40px;
}

.icone-menu span {
	position: absolute;    
	width: 30px;
	height: 2px;
	background-color: #808080;
	pointer-events: none;
	transition: 0.5s;
	margin-top: 15px;
}

.icone-menu span:nth-child(2) {
	width: 28px; 
	margin-left: 1px;
	transform: translateY(-10px);
}

.icone-menu input:checked ~ span:nth-child(2) {
/* Seta trio */
	width: 8px;
	height: 2px;
	transform: translateX(8px) translateY(-10px) rotate(0deg);
	background-color: orange;
	border-radius: 10px;
}

.icone-menu span:nth-child(3) {	 
    transform: translateY(11px);
}

.icone-menu input:checked ~ span:nth-child(3) {
	/* Seta trio */
	width: 8px;
	height: 2px;
	transform: translateX(10px) translateY(10px) rotate(0deg);
	background-color: orange;
	border-radius: 10px;
}

.icone-menu span:nth-child(4) {
	width: 23px; 
	margin-left: 4px;
}

.icone-menu input:checked ~ span:nth-child(4) {
	/* Seta trio */
	width: 8px;
	height: 2px;
	transform: translateX(15px) translateY(0px) rotate(0deg);
	background-color: orange;
	border-radius: 10px;
}

.menu-rodape{
	margin-left: 0px;
	padding-left: 120px;
	margin-top: 100px;
	font-size: 18px;
	line-height: 38px;
}

.menu-rodape a{
	text-decoration: none;
	color: #808080;
}

.menu-rodape a:hover{
	color: #4A4A4A;
}

.texto-sobre{
	margin-top: 90px;
	margin-bottom: 100px;
	padding-left: 60px;
	padding-right: 60px;
	transition: 0.5s;
	font-size: 22px;	
}
	
.grupo-trabalhos{
	padding-top: 60px;
	padding-right: 20px;
	padding-left: 20px;
	transition: 0.5s;
}

.imagem-detalhe-1{
	width: 100%;
	height: 400px;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 0px;
	padding: 0;
	display: flex;
    justify-content: center;
    align-items: center;
}


.imagem-detalhe-1 img{
	max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: cover;
}

.grupo-imagens-1{
	padding: 0px 0px 0px 0px;
}

.texto-detalhe-1{
	width: 100%;
	margin-top: 50px;
	padding: 0px 40px 40px 40px;

}

.texto-detalhe-1 p{
	color: grey;
	font-size: 20px;
	text-align: left;
}

.texto-detalhe-1 h5{
	margin-bottom: 30px;
	color: grey;
	font-size: 22px;
}

.imagem-detalhe-1{
	order: 2;
}

.texto-detalhe-1{
	order: 1;
}
	
.contato-rodape{
	margin-top: 110px;
}

.contato-rodape a{
	text-decoration: none;
	color: #808080;
	line-height: 28px;
}

.contato-rodape p{
	margin: 0;
	font-weight: bold;
	opacity: 0;
	transition: 0.5s;
}

.contato-rodape a{
	opacity: 0;
	transition: 0.5s;
}

.menu{
	margin-top: 65px;
	margin-right: 10px;	
}

.item-menu{
	font-size: 16px;	
}

.card{
	border-radius: 0px;
}

#local{
	visibility: visible;
}

#direitos{
	visibility: visible;
}

.imagem-detalhe-1{
	height: 400px;
	margin-left: 0px;
	margin-right: 5px;
	padding: 0;
	display: flex;
    justify-content: center;
    align-items: center;	
}

.imagem-detalhe-1 img{
	max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: cover;
}

.imagem-detalhe-2{
	height: 400px;
	margin-left: 0px;
	margin-right: 5px;
	padding: 0;
	background-position: center;
	display: inline;
	
}

.imagem-detalhe-2 img{
	max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: cover;   
}

.imagem-detalhe-3{
	padding: 0px 0px 0px 0px;
}

.imagem-detalhe-3{
	height: 400px;
	margin-left: 0px;
	margin-right: 5px;
	padding: 0;
	background-position: center;
	display: inline;

}

.imagem-detalhe-3 img{
	max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: cover;   
}

.imagem-detalhe-4{
	padding: 0px 0px 0px 0px;

}

.imagem-detalhe-4{
	height: 400px;
	margin-left: 0px;
	margin-right: 5px;
	padding: 0;
	display: inline;
	display: flex;	
	flex-direction: column;

}

.imagem-detalhe-4 img{
	max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: cover;  
}

.imagem-detalhe-5{
	height: 400px;
	margin-left: 0px;
	margin-right: 5px;
	padding: 0;
	background-position: center;
}

.imagem-detalhe-5 img{
	max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: cover;
}

.creditos-1{	
	color: grey;
	font-size: 22px;
	height: 200px;
	overflow: hidden;
	display: flex;
    justify-content: center;
    align-items: center;
}

.creditos-1 p {
	padding: 50px 80px 50px 80px;
}

.creditos-2{	
	color: grey;
	font-size: 22px;
	height: 200px;
	overflow: hidden;
	display: flex;
    justify-content: center;
    align-items: center;
}

.creditos-2 p{
	padding: 50px 80px 50px 80px;
}

.seta-retorno {
	background-color: #fff;
	padding: 320px 0 0 10%;
	height: 400px;
	transition: .5s;
}

.seta-retorno p{
	font-size: 22px;
	display: inline-block;
	margin-left: 10px;
	transition: .5s;
}

.seta-retorno img{
	padding-bottom: 8px;
    transition: .5s;
}

.local-direito{
	margin-left: 45px;
	margin-top: 33px;
	font-size: 14px;
	color: #808080;
	transition: 0.5s;
}

.local-direito p{
	margin: 0px 0px 5px 0px;
	transition: 0.5s;
}

#logo_2{
	margin-top: 110px;
	margin-left: 50px;
	width: 45px;
	/*height: 25px;*/
	opacity: .5;
	transition: 0.5s; 
}

.informacoes-legais p{
	padding: 0 75px 0 75px;
	color: pink;
	transition: 0.5s;
	text-align: justify;
	margin-top: 30px;	
	color: grey;
	transition: 0.5s;
}

.titulo-descricao{
	padding: 20px 0 0 0;
	background-color: #fff;
	height: 400px;
	padding: 60px 11% 0 100px;
	transition: .5s;
}

.monograma {
	opacity: .5;
}

.monograma img{	
	height: 120px;
	margin-top: 90px;	
	display: flex;
	float: right;
	padding-right: 60px;
	transition: 0.5s;
}

#local{
	visibility: hidden;
	/*display: none; */
}

#direitos{
	/* display: none; */
	visibility: hidden;
}

/* CARAI */
.grade-unica-1 img{
	max-width: 100%;
	max-height: 100%;
}

.som {
	width: 13px;
	margin: 70px 0px 0px 60px;
}	


}

@media screen and (min-width: 991px) {

.menu-rodape{
	margin-top: 100px;
	font-size: 18px;
	line-height: 40px;
}

.menu-rodape a{
	text-decoration: none;
	color: #808080;
}

.menu-rodape a:hover{
	color: #4A4A4A;
}

#local{
	visibility: visible;
}

#direitos{
	visibility: visible;
}

.local-direito{
	margin-left: 100px;
	margin-top: 33px;
	font-size: 14px;
	color: #808080;
	transition: 0.5s;
}

.local-direito p{
	margin: 0px 0px 5px 0px;
	transition: 0.5s;
}

.texto-sobre{
	margin-top: 90px;
	margin-bottom: 100px;
	padding-left: 800px;
	padding-right:800px;
	transition: 0.5s;	
}

.texto-detalhe-1{
	width: 100%;
	margin-top: 50px;
	padding: 0px 40px 40px 40px;

}

.informacoes-legais p{
	padding: 0 130px 0 130px;
	color: pink;
	transition: 0.5s;
	text-align: justify;
	margin-top: 60px;	
	color: grey;
}

.caixa-grades-duplas{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0px;
	margin: 0px;
}

.grade-dupla-1{
	width: 50%;
	height: 500px;
	/*background-color: #EBEBEB;*/
	margin: 60px 0px 60px 40px;
	padding: 0px;
	display: flex;
    justify-content: center;
    align-items: center;	
}

.grade-dupla-1 img{
	max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: cover;
}

.grade-dupla-2{
	width: 50%;
	height: 500px;
	/*background-color: #EBEBEB;*/
	margin: 60px 40px 60px 0px;
	padding: 0px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.grade-dupla-2 img{
	max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: cover;    
}

.descricao-projeto{
	margin: 60px 0px 0px 0px;
	padding: 0 50px 0 0px;
	font-size: 20px;
	display: inline-flex;
	width: 50px;
	color: grey;
	transition: 0.5s;
}

.monograma {
	opacity: .5;
}

.monograma img{	
	height: 105px;
	margin-top: 105px;	
	display: flex;
	float: right;
	padding-right: 100px;
	transition: 0.5s;
}

#local{
	visibility: hidden;
	/*display: none; */
}

#direitos{
	/* display: none; */
	visibility: hidden;
}

/* CARAI 
.grade-unica-1 img{
	max-width: 100%;
	max-height: 100%;
}
*/

}

@media screen and (min-width: 992px) and (max-width: 1100px) {

	.descricao-projeto{
	margin: 60px 0px 0px 0px;
	padding: 0px 50px 0px 0px;
	font-size: 20px;
	display: inline-flex;
}

	.informacoes-legais p{
	padding: 0 130px 0 130px;
	color: blue;
	transition: 0.5s;
	text-align: justify;
	margin-top: 60px;	
	color: grey;
}

	.texto-detalhe-1 p{
	color: grey;
	font-size: 18px;
	text-align: left;
	transition: 0.5s;
	}

	.texto-detalhe-1 h5{
		margin-bottom: 30px;
		color: grey;
		font-size: 22px;
}

.creditos-1{
	margin: 0px 0px 0px 0px;
	color: grey;
	font-size: 18px;
	display: inline-flex;
	height: 150px;
	overflow: hidden;
	display: flex;
    justify-content: center;
    align-items: center;
}

.creditos-1 p{
	padding: 50px 120px 10px 120px;
}

.creditos-2{
	margin: 0px 0px 0px 0px;
	color: grey;
	font-size: 18px;
	display: inline-flex;
	height: 200px;
	overflow: hidden;
	display: flex;
    justify-content: center;
    align-items: center;
}

.creditos-2 p{	
	padding: 50px 120px 10px 120px;
}

.local-direito{
	margin-left: 50px;
	margin-top: 33px;
	font-size: 14px;
	color: #808080;
	transition: 0.5s;
}

.local-direito p{
	margin: 0px 0px 5px 0px;
	transition: 0.5s;
}

.card-columns {
    column-count: 2;
    transition: 0.5s;
}

#local{
	visibility: hidden;
	/*display: none; */
}

#direitos{
	/* display: none; */
	visibility: hidden;
}

.grupo-trabalhos p{
	margin: 0.5% 0 0 7%;
	color: #fff;
	font-size: 12px;
}

.grupo-trabalhos h1{
	margin: 65% 0 0 7%;
	color: #fff;
	font-size: 18px;
}

#logo_1{
	width: 55px;
	margin-top: 60px;
	/*margin-left: 30px;*/
	/*margin-left: 50vh;*/
	opacity: 1;
	transition: 0.5s;	
}	

}

@media screen and (max-width: 830px) {

.icone-menu {
	display: none;
}

.menuMaxi {
	display: ;
	visibility: visible;
	z-index: 1999;
}	

.modal-content:target > .modal-body{

	animation-name: fundo-modal;
	animation-duration: .5s;
	animation-timing-function: ease-in;	
	backdrop-filter: blur(15px);	
}

@keyframes fundo-modal {	
	0% {
    	bottom: -5%;
    	opacity: 0;
    	transform: scale(.90);
	}
	100% {
    	right: 0;
    	opacity: 1;
	}
}

#logo_1{
	width: 45px;
	margin-top: 50px;
	/*margin-left: 40px;*/
	/*margin-left: 50vh;*/
	opacity: 1;
	transition: 0.5s;	
}

#logo_4{
	width: 45px;
	margin-top: 50px;
	margin-left: 40px;
	opacity: 1;
	transition: 0.5s;	
}

/*--- MENU ANIMADO ---*/

/* ÍCONE MENU 2 */

.icone-menu-2 {
    position: relative;
    transition: 0.7s;
    overflow: hidden;
    margin-top: 50px;
    margin-right: 60px;
    padding: 0px 0px 0px 0px;
    float: right;
    display: flex;
}

.menu-cabecalho {
    display: none; 
}

.icone-menu-2 input {
    width: 40px;
    height: 40px;
    cursor: pointer;
    opacity: 0;
    position: relative;
}

.icone-menu-2 span {
    position: absolute;    
    width: 36px;
    height: 2px;
    background-color: #808080;
    pointer-events: none;
    transition: 0.5s;
    margin-top: 15px;
}

.icone-menu-2 input:hover ~ span {
   background-color: orange;
}

.icone-menu-2 span:nth-child(2) {
	margin-left: 2px;
    width: 35px;
    height: 3px;    
    transform: translateY(0) rotate(-45deg);
}

.icone-menu-2 span:nth-child(3) {
    width: 35px;
	height: 3px;
    transform: translateX(2px) rotate(45deg);
}

.icone-menu-2 span:nth-child(4) {
	margin-left: 5px;
	width: 20px;
	visibility: hidden;
    opacity: 0;
    transform: translateY(0) translateX(5px);
}

/* ÍCONE MENU 3 */

.icone-menu-3 {
    position: relative;
    transition: 0.7s;
    overflow: hidden;
    margin-top: 50px;
    margin-right: 60px;
    padding: 0px 0px 0px 0px;
    float: right;
    display: flex;
}

.menu-cabecalho {
    display: none; 
}

.icone-menu-3 input {
    width: 40px;
    height: 40px;
    cursor: pointer;
    opacity: 0;
    position: relative;
}

.icone-menu-3 span {
    position: absolute;    
    width: 36px;
    height: 2px;
    background-color: #808080;
    pointer-events: none;
    transition: 0.5s;
    margin-top: 15px;
}

.icone-menu-3 input:hover ~ span {
   background-color: orange;
}


.icone-menu-3 span:nth-child(2) {
	width: 32px; 
	margin-left: 2px;
    transform: translateY(-11px);
}

.icone-menu-3 span:nth-child(3) {	 
    transform: translateY(12px);
}

.icone-menu-3 span:nth-child(4) {
	width: 26px; 
	margin-left: 5px;
}

.traco:hover input:checked ~ .traco {
  background-color: white;
}

/* --- CONTATO --- */	

.area-texto{
	display: none;
}

.modalDialog:target > .area-texto {	
	display: none;
	
}

.area-texto textarea{
	display: none;
}

.fechar {
	display: none;	
}

.fechar:hover {color: white;}

.dados-contatos {
	display: none;
}


.modalDialog:target > .dados-contatos {
	display: none;	
}


#titulo-contato{
	display: none;	
}

#celular{
	display: none;
}

#contato-email{
	display: none;
}

#contato-email:hover{
	display: none;
}

.dados-contatos p{
	display: none;
}

.dados-contatos a{
	display: none;	
}

.botao {
	display: none;
}

.dados-contatos > .botao a{
	display: none;
}

.dados-contatos > .botao:hover{
	display: none;

}

.projeto-previa-1 {
	background-color: #fff;
	height: 300px;
	padding: 0px;
	margin: 0px;
	transition: .5s;
}

.projeto-previa-1 img {
	height: 160px;
	padding: 0 0 10px 0;
	justify-content: center;
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	transition: .5s;
}

.titulo-descricao{
	height: 300px;
}

.seta-retorno {
	background-color: #fff;
	padding: 240px 0 0 7%;
	height: 300px;
	transition: .5s;
}

.seta-retorno p{
	font-size: 15px;
	display: inline-block;
	margin-left: 10px;
	transition: .5s;
}

.seta-retorno img{
	padding-bottom: 6px;
	width: 40px;
	transition: .5s;
}

.contato-rodape p{
	opacity: 0;
	transition: 0.5s;
}

.contato-rodape a{
	opacity: 0;
	transition: 0.5s;
}

.menu-rodape{
	margin-left: 0px;
	padding-left: 100px;
	margin-top: 80px;
	font-size: 18px;
	line-height: 38px;
}

.monograma {
	opacity: .5;
}

.monograma img{	
	height: 100px;
	margin-top: 90px;	
	display: flex;
	float: right;
	padding-right: 50px;
	transition: 0.5s;
}

#local{
	visibility: hidden;
	/*display: none; */
}

#direitos{
	/* display: none; */
	visibility: hidden;
}

/* CARAI */
.grade-unica-1 img{
	max-width: 100%;
	max-height: 100%;
}

.grupo-trabalhos p{
	margin: 0.5% 0 0 7%;
	color: #fff;
	font-size: 12px;
}

.grupo-trabalhos h1{
	margin: 65% 0 0 7%;
	color: #fff;
	font-size: 18px;
}

#logo_1{
	/*margin-left: 14.5vh;*/	
}	

}

@media screen and (min-width: 831px) and (max-width: 960px) {

/* --- CONTATO --- */		

.modal {
	display: ;
}

/* as linhas abaixo corrigem o posicionamento da caixa de texto */

 .area-texto{
	width: 500px;
	height: 300px;
	margin-top: 30vh;
	position: relative;
	padding: 30px 30px 60px 30px;
	background-color: rgba(0,0,0,0.7);
	box-shadow: 0px 3px 80px rgba(0,0,0, 0.5);
	border-radius: 3px 0 0 3px;
	backdrop-filter: blur(15px);
	z-index: -5;
}

.modalDialog:target > .area-texto {	
	animation-name: esquerda;
	animation-duration: .5s;
	animation-timing-function: ease-in;
}

@keyframes esquerda {
 	0% {
    	left: -1%;
    	opacity: 0;
    	transform: scale(.95);
	}

	100% {
    	left: 0;
    	opacity: 1;
	}
}

.area-texto textarea{
	background-color: rgba(0,0,0,0);
	border: none;
	outline: none;
	color: white;
	resize: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.fechar {
	color: #404040;
	float: right;
	text-align: center;
	text-decoration: none;
	margin: 0px 10px 0 0;
	font-size: 30px;	
}

.fechar:hover {color: white;}

.dados-contatos {
	background-color: rgba(0,0,0,.9);
	width: 260px;
	height: 300px;
	margin-top: 30vh;
	margin-left: 0px;
	box-shadow: 0px 3px 80px rgba(0, 0, 0, 0.5);
	border-radius: 0px 3px 3px 0;
	position: relative;
}

.modalDialog:target > .dados-contatos {

	animation-name: direita;
	animation-duration: .5s;
	animation-timing-function: ease-in;		
}

@keyframes direita {	
	0% {
    	right: -1%;
    	opacity: 0;
    	transform: scale(.90);
	}
	100% {
    	right: 0;
    	opacity: 1;
	}
}

#titulo-contato{
	font-size: 20px;
	padding: 40px 40px 10px 40px;
	font-weight: 600;	
}

#celular{
	font-size: 17px;
	color: white;
	padding-left: 40px;
	margin-bottom: 5px;
}

#contato-email{
	font-size: 17px;
	padding-left: 40px;
	text-decoration: none;	
	color: white;
}

#contato-email:hover{
	color: grey;
}

.dados-contatos p{
	color: white;
}

.dados-contatos a{
	text-decoration: none;
	font-weight: lighter;	
}

.card-columns{
	padding: 20px 30px 0px 30px;
	transition: 0.5s;
}

.informacoes-legais p{
	padding: 0 45px 0 45px;
	color: purple;
	transition: 0.5s;
	text-align: justify;
	margin-top: 45px;	
	color: grey;
}

.menu-rodape{
	margin-left: 0px;
	padding-left: 100px;
	margin-top: 80px;
	font-size: 18px;
	line-height: 38px;
}

#local{
	visibility: hidden;
	/*display: none; */
}

#direitos{
	/* display: none; */
	visibility: hidden;
}

/* CARAI */
.grade-unica-1 img{
	max-width: 100%;
	max-height: 100%;
}

.grupo-trabalhos p{
	margin: 0.5% 0 0 7%;
	color: #fff;
	font-size: 12px;
}

.grupo-trabalhos h1{
	margin: 65% 0 0 7%;
	color: #fff;
	font-size: 18px;
}

#logo_1{
	/*margin-left: 20.5vh;*/	
}	


}

@media screen and (min-width: 961px) and (max-width: 1300px) {

/* LOGO */

#logo_1{
	width: 55px;
	margin-top: 80px;
	/*margin-left: 80px;*/
	/*margin-left: 50vh;*/
	opacity: 1;
	transition: 0.5s;	
}	

#logo_4{
	width: 45px;
	margin-top: 80px;
	margin-left: 80px;
	opacity: 1;
	transition: 0.5s;	
}

/* MENU */

.icone-menu {
    
	margin-top: 80px;
	margin-right: 80px;
}

.icone-menu span {
	position: absolute;    
	width: 36px;
	height: 2px;
	background-color: #808080;
	pointer-events: none;
	transition: 0.5s;
	margin-top: 15px;
}

.icone-menu span:nth-child(2) {
	width: 32px; 
	margin-left: 2px;
	transform: translateY(-10px);
}

.icone-menu input:checked ~ span:nth-child(2) {
	/* Seta trio */
	width: 8px;
	height: 2px;
	transform: translateX(8px) translateY(-10px) rotate(0deg);
	background-color: orange;
	border-radius: 10px;
}

.icone-menu span:nth-child(3) {	 
    transform: translateY(11px);
}

.icone-menu input:checked ~ span:nth-child(3) {
	/* Seta trio */
	width: 8px;
	height: 2px;
	transform: translateX(10px) translateY(10px) rotate(0deg);
	background-color: orange;
	border-radius: 10px; 
}

.icone-menu span:nth-child(4) {
	width: 26px; 
	margin-left: 5px;
}

.icone-menu input:checked ~ span:nth-child(4) {
	/* Seta trio */
	width: 8px;
	height: 2px;
	transform: translateX(15px) translateY(0px) rotate(0deg);
	background-color: orange;
	border-radius: 10px; 
}

.resumo-detalhe-1 p{
	margin: 0px 0px 0px 0px;
	color: grey;
	font-size: 30px;
	padding: 80px 200px 80px 200px;
	transition: 0.5s;
}


.caixa-previas {
	padding: 0px 0px 0px 0px;
	transition: .5s;
}

.titulo-descricao{
	padding: 20px 0 0 0;
	background-color: #fff;
	height: 400px;
	padding: 60px 10% 0 60px;
	transition: .5s;
}

#titulo-projeto-1{
	font-weight: bold;
    font-size: 24px;
    transition: .5s;
}

#texto-projeto-1{
	font-size: 22px;
	transition: .5s;
}

.seta-retorno {
	background-color: #fff;
	padding: 320px 0 0 10%;
	height: 400px;
	transition: .5s;
}

.seta-retorno p{
	font-size: 22px;
	display: inline-block;
	margin-left: 10px;
	transition: .5s;
}

.seta-retorno img{
	padding-bottom: 8px;
	transition: .5s;  
}

.menu-rodape{
	margin-left: 0px;
	padding-left: 30px;
	margin-top: 100px;
	font-size: 18px;
	line-height: 38px;
}

.local-direito{
	margin-left:50px;
	margin-top:30px;
	font-size: 14px;
	color: #808080;
}

.local-direito p{
	margin: 0px 0px 5px 0px;
	transition: 0.5s;
}

.informacoes-legais p{
	padding: 0 50px 0 50px;
	color: purple;
	transition: 0.5s;
	text-align: justify;
	margin-top: 50px;	
	color: grey;
}

.grupo-trabalhos p{
	margin: 0.5% 0 0 7%;
	color: #fff;
	font-size: 14px;
}

.grupo-trabalhos h1{
	margin: 65% 0 0 7%;
	color: #fff;
	font-size: 18px;
}

#logo_1{
	/*margin-left: 34vh;*/
	transition: 0.5s;	
}

.som {
	width: 15px;
	margin: 90px 0px 0px 80px;
}	

}

@media screen and (min-width: 1000px) and (max-width: 1300px) {
	
.creditos-1{
	padding: 0;
	margin: 0 0 80px 0;		
	display: inline-flex;
	height: 250px;
	overflow: hidden;
	display: flex;
    justify-content: center;
    align-items: center;
}

.creditos-1 p{
	margin: 0;
	height: 250px;
	color: grey;
	font-size: 20px;
	padding: 40px 20px 50px 20px;
}

.creditos-2{
	padding: 0;
	margin: 0;			
	display: inline-flex;
	height: 250px;
	overflow: hidden;
	display: flex;
    justify-content: center;
    align-items: center;
}

.creditos-2 p{
	margin: 0;
	height: 250px;
	color: grey;
	font-size: 20px;
	padding: 40px 20px 20px 20px;
}

.card-columns{
	padding: 60px 60px 0px 60px;
	transition: 0.5s;
}

#logo_2{
	margin-top: 110px;
	margin-left: 105px;
	width: 45px;
	/*height: 25px;*/
	opacity: .5; 
	transition: 0.5s;
}

.menu-rodape{
	margin-left: 0px;
	padding-left: 45px;
	margin-top: 100px;
	font-size: 18px;
	line-height: 38px;
}

.local-direito{
	margin-left: 100px;
	margin-top: 30px;
	font-size: 14px;
	color: #808080;
	transition: 0.5s;
}

.local-direito p{
	margin: 0px 0px 5px 0px;
	transition: 0.5s;
}

.informacoes-legais p{
	padding: 0 100px 0 100px;
	color: purple;
	transition: 0.5s;
	text-align: justify;
	margin-top: 60px;	
	color: grey;
}

#logo_1{
	/*margin-left: 39vh;*/
}	

}

@media screen and (min-width: 1301px) {

.informacoes-legais p{
	padding: 0 400px 0 400px;
	color: purple;
	transition: 0.5s;
	text-align: justify;
	margin-top: 60px;	
	color: grey;
}

.grupo-1-trabalhos{
	margin: 70px 60px 0px 60px;
	transition: 0.5s;
}

.grupo-2-trabalhos{
	margin: 0px 60px 0px 60px;
	transition: 0.5s;
}

.grupo-3-trabalhos{
	margin: 0px 60px 0px 60px;
	transition: 0.5s;
}

#logo_1{
	/*margin-left: 81vh;*/
	/*margin-left: auto; */
	/*margin-left: 48.7%;*/
}

#logo_4{
	margin-left: 150px;	
}

.menu-rodape {
	margin-top: 100px;
	font-size: 18px;
	line-height: 40px;
}

.menu-rodape {
	text-decoration: none;
	color: #808080;
}

.menu-rodape a:hover{
	color: #4A4A4A;
}

.contato-rodape{
	margin-top: 110px;
}

.contato-rodape a{
	text-decoration: none;
	color: #808080;
	line-height: 28px;
}

.contato-rodape a:hover{
	color: #4A4A4A;
}

.contato-rodape p{
	margin: 0;
	color: #808080;
	font-weight: bold;
	transition: 0.5s;
}

.menu-rodape{
	margin-top: 100px;
	font-size: 18px;
	line-height: 40px;
}

#local{
	visibility: visible;
}

#direitos{		
	visibility: visible;
}

.local-direito{
	margin-left: 400px;
	margin-top: 33px;
	font-size: 14px;
	color: #808080;
	transition: 0.5s;
}

.local-direito p{
	margin: 0px 0px 5px 0px;
	transition: 0.5s;
}

.grupo-trabalhos{
	padding-top: 60px;
	padding-right: 60px;
	padding-left: 60px;
	transition: 0.5s;
}

.card-columns{
	padding: 80px 340px 0px 340px;
	transition: 0.5s;
}

#logo_2{
	margin-top: 110px;
	margin-left: 400px;
	transition: 0.5s;	
}

.titulo-projeto{
	margin: 80px 0px 0px 0px;
	padding: 0 0 0 400px;
	font-size: 32px;
	display: inline-flex;
	color: grey;
	font-weight: bold;
	transition: 0.5s;
}

.grade-dupla-1{
	width: 50%;
	height: 500px;
	/*background-color: #EBEBEB;*/
	margin: 120px 0px 60px 120px;
	padding: 0px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.grade-dupla-2{
	width: 50%;
	height: 500px;
	/*background-color: #EBEBEB;*/
	margin: 60px 120px 60px 0px;
	display: flex;
    justify-content: center;
    align-items: center;
    background-color: orange;
}

.resumo-detalhe-1 p{
	margin: 0px 0px 0px 0px;
	color: grey;
	font-size: 32px;
	padding: 80px 700px 80px 700px;
	transition: 0.5s;
}

.descricao-projeto{
	margin: 80px 0px 0px 0px;
	padding: 0 400px 0 0px;
	font-size: 20px;
	display: inline-flex;
	width: 50px;
	color: grey;
	transition: 0.5s;
}


.texto-detalhe-2{
	color: grey;
	font-size: 25px;
	padding: 10px 50px 0px 400px;
}

.slide-detalhe-2{
	width: 100%;
	height: 600px;
	background-color: rgb(33, 33, 33);
	margin: 60px 0px 0px 0px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.slide-detalhe-2 img{
	max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: cover;    
}

.grupo-imagens-1{
	padding: 0px 400px 0px 0px;
}

.creditos-1{	
	color: grey;
	font-size: 18px;
	display: inline-flex;
	height: 200px;
	overflow: hidden;
	display: flex;
    justify-content: center;
    align-items: center;    
}

.creditos-1 p{
	padding: 0px 10px 10px 10px;
}

.creditos-2{	
	color: grey;
	font-size: 18px;
	display: inline-flex;
	height: 200px;
	overflow: hidden;
	display: flex;
    justify-content: center;
    align-items: center;
}

.creditos-2 p{
	padding: 0px 10px 10px 10px;
}

.projeto-previa-1 {
	background-color: #fff;
	height: 450px;
	padding: 0px;
	margin: 0px;
	transition: .5s;
}

.projeto-previa-1 img{
	height: 230px;
	padding: 0 0 10px 0;
	justify-content: center;
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	transition: .5s;
}

.titulo-descricao{
	padding: 20px 0 0 0;
	background-color: #fff;
	height: 450px;
	padding: 60px 15% 0 60px;
	transition: .5s;
}

.monograma {
	opacity: .5;
}

.monograma img{	
	height: 130px;
	margin-top: 90px;	
	display: flex;
	float: right;
	padding-right: 160px;
	transition: 0.5s;
}

.grupo-trabalhos p{
	margin: 0.5% 0 0 7%;
	color: #fff;
	font-size: 14px;
}

.grupo-trabalhos h1{
	margin: 65% 0 0 7%;
	color: #fff;
	font-size: 22px;
}

}

@media screen and (min-width: 1302px) and (max-width: 1500px) {

.grupo-imagens-1{
	padding: 0px 100px 0px 0px;
}


.texto-detalhe-2{
	padding: 10px 50px 0px 100px;
	
}

.titulo-projeto{	
	padding: 0 0 0 100px;
}

.descricao-projeto{	
	padding: 0 100px 0 0px;
}

.card-columns{
	padding: 60px 100px 0px 100px;
	transition: 0.5s;
}

.informacoes-legais p{
	padding: 0 145px 0 145px;
	color: purple;
	transition: 0.5s;
	text-align: justify;
	margin-top: 60px;	
	color: grey;
}


.local-direito{
	margin-left: 145px;
	margin-top: 33px;
	font-size: 14px;
	color: #808080;
	transition: 0.5s;
}

.local-direito p{
	margin: 0px 0px 5px 0px;
	transition: 0.5s;
}

#logo_2{
	margin-top: 110px;
	margin-left: 145px;
	transition: 0.5s;
}

.grade-dupla-1{
	width: 50%;
	height: 500px;
	/*background-color: #EBEBEB;*/
	margin: 60px 0px 60px 160px;
	padding: 0px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.grade-dupla-2{
	width: 50%;
	height: 500px;
	/*background-color: #EBEBEB;*/
	margin: 60px 160px 60px 0px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.seta-retorno {
	background-color: #fff;
	padding: 320px 0 0 10%;
	height: 450px;
	transition: .5s;
}

.seta-retorno p{
	font-size: 22px;
	display: inline-block;
	margin-left: 10px;
	transition: .5s;
}

.seta-retorno img{
	padding-bottom: 8px;
	transition: .5s;  
}

.resumo-detalhe-1 p{
	margin: 0px 0px 0px 0px;
	color: grey;
	font-size: 32px;
	padding: 80px 200px 80px 200px;
	transition: 0.5s;
}

.grupo-imagens-1{
	padding: 0px 200px 0px 0px;
}

.grupo-trabalhos p{
	margin: 0.5% 0 0 7%;
	color: #fff;
	font-size: 14px;
}

.grupo-trabalhos h1{
	margin: 65% 0 0 7%;
	color: #fff;
	font-size: 22px;
}

#logo_1{
	/*margin-left: 43vh;*/
}

}

@media screen and (min-width: 1501px) and (max-width: 2000px) {

.card-columns{
	padding: 60px 150px 0px 150px;
	transition: 0.5s;
}

.informacoes-legais p{
	padding: 0 400px 0 400px;
	color: purple;
	transition: 0.5s;
	text-align: justify;
	margin-top: 60px;	
	color: grey;
}


.local-direito{
	margin-left: 195px;
	margin-top: 33px;
	font-size: 14px;
	color: #808080;
	transition: 0.5s;
}

.local-direito p{
	margin: 0px 0px 5px 0px;
	transition: 0.5s;
}

#logo_2{
	margin-top: 110px;
	margin-left: 195px;
	transition: 0.5s;
}

.grade-dupla-1{
	width: 50%;
	height: 500px;
	/*background-color: #EBEBEB;*/
	margin: 60px 0px 60px 180px;
	padding: 0px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.grade-dupla-2{
	width: 50%;
	height: 500px;
	/*background-color: #EBEBEB;*/
	margin: 60px 180px 60px 0px; 
	display: flex;
    justify-content: center;
    align-items: center;
} 

.resumo-detalhe-1 p{
	margin: 0px 0px 0px 0px;
	color: grey;
	font-size: 32px;
	padding: 80px 400px 80px 400px;
	transition: 0.5s;
}

.titulo-projeto{
	margin: 80px 0px 0px 0px;
	padding: 0 0 0 200px;
	font-size: 32px;
	display: inline-flex;
	color: grey;
	font-weight: bold;
	transition: 0.5s;
}

.descricao-projeto{
	margin: 80px 0px 0px 0px;
	padding: 0 200px 0 0px;
	font-size: 20px;
	display: inline-flex;
	width: 50px;
	color: grey;
	transition: 0.5s;
}

.texto-detalhe-2{
	color: grey;
	font-size: 25px;
	padding: 10px 50px 0px 200px;
}

.informacoes-legais p{
	padding: 0 195px 0 195px;
	color: purple;
	transition: 0.5s;
	text-align: justify;
	margin-top: 60px;	
	color: grey;
}

.seta-retorno {
	background-color: #fff;
	padding: 320px 0 0 12.3%;
	height: 450px;
	transition: .5s;
}

.seta-retorno p{
	font-size: 22px;
	display: inline-block;
	margin-left: 10px;
	transition: .5s;
}

.seta-retorno img{
	padding-bottom: 8px;
	transition: .5s;  
}

.seta-retorno img{
	padding-bottom: 8px;
	transition: .5s;  
}

.resumo-detalhe-1 p{
	margin: 0px 0px 0px 0px;
	color: grey;
	font-size: 32px;
	padding: 80px 200px 80px 200px;
	transition: 0.5s;
}

.monograma {
	opacity: .5;
}

.monograma img{	
	height: 140px;
	margin-top: 90px;	
	display: flex;
	float: right;
	padding-right: 200px;
	transition: 0.5s;
}

.grupo-imagens-1{
	padding: 0px 200px 0px 0px;
}

.grupo-trabalhos p{
	margin: 0.5% 0 0 7%;
	color: #fff;
	font-size: 14px;
}

.grupo-trabalhos h1{
	margin: 65% 0 0 7%;
	color: #fff;
	font-size: 22px;
}

#logo_1 {
	/*margin-left: 40vh;*/
}

}

@media screen and (min-width: 2000px) {

	.grade-dupla-1{
	width: 50%;
	height: 500px;
	margin: 60px 0px 60px 400px;
	padding: 0px;
	display: flex;
	justify-content: right;
	align-items: center;

	}

	.grade-dupla-1 img{
	max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: cover;

	/* object-position: right; */
	}

	.grade-dupla-2{
	width: 50%;
	height: 500px;
	margin: 60px 400px 60px 0px;
	padding: 0px;
	display: flex;
    justify-content: left;
    align-items: center;

	}

	.grade-dupla-2 img{
	
	max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: cover;

	}

	.monograma {
	opacity: .5;
	}

	.monograma img{	
	height: 140px;
	margin-top: 80px;	
	display: flex;
	float: right;
	padding-right: 400px;
	transition: 0.5s;
	}

	.grupo-trabalhos p{
	margin: 0.5% 0 0 7%;
	color: #fff;
	font-size: 14px;
	}

	.grupo-trabalhos h1{
	margin: 65% 0 0 7%;
	color: #fff;
	font-size: 24px;
	}

	/* #logo_1 {
	margin-left: 89vh;
	}
	*/

	}

@media screen and (orientation: portrait) and (min-width: 200px) and (max-width: 699px) {

	#logo_1{
	width: 45px;
	margin-top: 60px;
	/*margin-left: 45px;*/
	/*margin-left: 11vh;*/
	/*margin-left: auto;*/
	opacity: 1;
	transition: 0.5s;
}

.icone-menu-3 {
    position: relative;
    transition: 0.7s;
    overflow: hidden;
    margin-top: 60px;
    margin-right: 50px;
    padding: 0px 0px 0px 0px;
    float: right;
    display: flex;

}

.menu-cabecalho {
    display: none; 
}

.icone-menu-3 input {
    width: 40px;
    height: 40px;
    cursor: pointer;
    opacity: 0;
    position: relative;
}

.icone-menu-3 span {
    position: absolute;    
    width: 32px;
    height: 2px;
    background-color: #808080;
    pointer-events: none;
    transition: 0.5s;
    margin-top: 12px;
}

.icone-menu-3 input:hover ~ span {
   background-color: orange;
}


.icone-menu-3 span:nth-child(2) {
	width: 28px; 
	margin-left: 2px;
	transform: translateY(-11px);
}

.icone-menu-3 span:nth-child(3) {	 
    transform: translateY(12px);
    margin-top: 10px;
}

.icone-menu-3 span:nth-child(4) {
	width: 22px; 
	margin-left: 5px;
	margin-top: 11px;
}

.traco:hover input:checked ~ .traco {
  background-color: white;
}

.descricao-projeto{
	margin: 0px 0px 0px 0px;
	display: inline-flex;
	width: 100px;
	color: grey;
	transition: 0.5s;
}

.descricao-projeto p{
	font-size: 22px;
	padding: 10px 0px 10px 0px;
}

.texto-detalhe-2{
	color: grey;
	font-size: 22px;
	padding: 10px 50px 0px 50px;
}

.titulo-projeto{
	margin: 0px 0px 0px 0px;
	padding: 40px 0 0 50px;
	font-size: 28px;
	display: inline-flex;
	color: grey;
	font-weight: bold;
	transition: 0.5s;
}

.resumo-detalhe-1 {
	margin: 0px 0px;
}

.resumo-detalhe-1 p{
	color: grey;
	font-size: 24px;
	padding: 40px 70px;
	transition: 0.5s;
}

.grade-dupla-1{
	width: 100%;
	height: 100%;
	/*background-color: #EBEBEB;*/
	margin: 20px 0px 20px 0px;
	padding: 0px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.grade-dupla-1 img{
	max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: cover;   
}

.grade-dupla-2{
	width: 100%;
	height: 100%;
	/*background-color: #EBEBEB;*/
	margin: 20px 0px 20px 0px;
	padding: 0px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.grade-dupla-2 img{
	max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: cover;    
}

.menu-rodape{
	margin-left: 0px;
	margin-top: 75px;
	font-size: 15px;
	line-height: 28px;
	padding: 0px 0px 0px 40px;
}

.monograma {
	opacity: .5;
	}

.monograma img{	
	height: 95px;
	margin-top: 70px;	
	display: flex;
	float: right;
	padding-right: 40px;
	transition: 0.5s;
}

.grupo-trabalhos p{
	margin: 0.5% 0 0 7%;
	color: #fff;
	font-size: 14px;
}

.grupo-trabalhos h1{
	margin: 65% 0 0 7%;
	color: #fff;
	font-size: 22px;
}

}

@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 2) {

#logo_1{
	width: 45px;
	margin-top: 60px;
	/*margin-left: 30px;*/
	/*margin-left: 81vh;*/
	opacity: 1;
	transition: 0.5s;
}

.icone-menu-3 {
    position: relative;
    transition: 0.7s;
    overflow: hidden;
    margin-top: 60px;
    margin-right: 50px;
    padding: 0px 0px 0px 0px;
    float: right;
    display: flex;

}

.menu-cabecalho {
    display: none; 
}

.icone-menu-3 input {
    width: 40px;
    height: 40px;
    cursor: pointer;
    opacity: 0;
    position: relative;
}

.icone-menu-3 span {
    position: absolute;    
    width: 32px;
    height: 2px;
    background-color: #808080;
    pointer-events: none;
    transition: 0.5s;
    margin-top: 12px;
}

.icone-menu-3 input:hover ~ span {
   background-color: orange;
}


.icone-menu-3 span:nth-child(2) {
	width: 28px; 
	margin-left: 2px;
	transform: translateY(-11px);
}

.icone-menu-3 span:nth-child(3) {	 
    transform: translateY(12px);
    margin-top: 10px;
}

.icone-menu-3 span:nth-child(4) {
	width: 22px; 
	margin-left: 5px;
	margin-top: 11px;
}

.traco:hover input:checked ~ .traco {
  background-color: white;
}

.descricao-projeto{
	margin: 0px 0px 0px 0px;
	display: inline-flex;
	width: 100px;
	color: grey;
	transition: 0.5s;
}

.descricao-projeto p{
	font-size: 22px;
	padding: 10px 0px 10px 0px;
}

.texto-detalhe-2{
	color: grey;
	font-size: 22px;
	padding: 10px 50px 0px 50px;
}

.titulo-projeto{
	margin: 0px 0px 0px 0px;
	padding: 40px 0 0 50px;
	font-size: 28px;
	display: inline-flex;
	color: grey;
	font-weight: bold;
	transition: 0.5s;
}

.resumo-detalhe-1 {
	margin: 0px 0px;
}

.resumo-detalhe-1 p{
	color: grey;
	font-size: 24px;
	padding: 40px 70px;
	transition: 0.5s;
}

.grade-dupla-1{
	width: 100%;
	height: 300px;
	/*background-color: #EBEBEB;*/
	margin: 20px 0px 0px 0px;
	padding: 0px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.grade-dupla-1 img{
	max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: cover;   
}

.grade-dupla-2{
	width: 100%;
	height: 300px;
	/*background-color: #EBEBEB;*/
	margin: 0px 0px 20px 0px;
	padding: 0px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.grade-dupla-2 img{
	max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: cover;    
}

.card-columns{
	padding: 20px 10px 0px 10px;
	transition: 0.5s;
}
 .grupo-trabalhos{
 	padding: 20px 10px 0px 10px;
	transition: 0.5s;
}

/* CARAI */
.grade-unica-1 img{
	max-width: 100%;
	max-height: 100%;
}

}

@media screen and (orientation: portrait) and (max-width: 510px){

.local-direito{
	margin-left: 20px;
	margin-top: 15px ;
	font-size: 11px;
	color: #808080;
	transition: 0.5s;
}

.local-direito p{
	margin: 0px 0px 5px 0px;
	transition: 0.5s;
}

#logo_2{
	margin-top: 80px;
	margin-left: 20px;
	transition: 0.5s;
}

.informacoes-legais p{
	padding: 0 20px 0 20px;
	color: purple;
	transition: 0.5s;
	text-align: justify;
	margin-top: 10px;	
	color: grey;
}

.menu-rodape{
	margin-top: 58px;
	font-size: 17px;
	line-height: 40px;
	padding: 0 0 0 15px;
}

.local-direito span{
	visibility: hidden;
	transition: 0.5s;
}

.card-columns{
	padding: 20px 10px 0px 10px;
	transition: 0.5s;
}
 .grupo-trabalhos{
 	padding: 20px 10px 0px 10px;
	transition: 0.5s;
}

.resumo-detalhe-1 p{
	color: grey;
	font-size: 20px;
	padding: 80px 30px 80px 30px;
	margin: 0;
	transition: 0.5s;
}

.titulo-projeto{
	font-size: 24px;
	padding-left: 30px;
}

.descricao-projeto{
	font-size: 24px;
	padding-left: 30px;
}

.texto-detalhe-2{
	font-size: 22px;
	padding-left: 30px;
}

/* CARAI */
.grade-unica-1 img{
	max-width: 100%;
	max-height: 100%;
}

}

@media screen and (orientation: portrait) and (min-width: 200px) and (max-width: 400px) {

.menu-rodape{
	padding: 0 0 10px;
}

/* CARAI */
.grade-unica-1 img{
	max-width: 100%;
	max-height: 100%;
}

}

#logo_1 {
	margin-left: 50vw;
	transform: translate(-65%)
}