/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* fim reset */

/* fontes */
@font-face{
	font-family: ubuntu-bold;
	src: url('../fonts/ubuntu/ubuntu-bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: ubuntu-light;
	src: url('../fonts/ubuntu/ubuntu-light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: open_sans-regular;
	src: url('../fonts/open_sans/opensans-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: open_sans-light;
	src: url('../fonts/open_sans/opensans-light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: satisfy-regular;
	src: url('../fonts/satisfy/satisfy-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* animação giro das imagens */

.pic-1_g{
	animation:menos_37_g 1s forwards;
}

.pic-1_v{
	animation:menos_37_v 1s forwards;
}

@keyframes menos_37_g
{
	0%   {
		-webkit-transform: rotate(-37deg);
		-moz-transform: rotate(-37deg);
		-o-transform: rotate(-37deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
}
@keyframes menos_37_v
{
	0%   {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg); 
	}
	100% {
		-webkit-transform: rotate(-37deg);
		-moz-transform: rotate(-37deg);
		-o-transform: rotate(-37deg);
	}
}
.pic-2_g{
	animation:menos_15_g 1s forwards;
}

.pic-2_v{
	animation:menos_15_v 1s forwards;
}

@keyframes menos_15_g
{
	0%   {
		-webkit-transform: rotate(-15deg);
		-moz-transform: rotate(-15deg);
		-o-transform: rotate(-15deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
}
@keyframes menos_15_v
{
	0%   {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg); 
	}
	100% {
		-webkit-transform: rotate(-15deg);
		-moz-transform: rotate(-15deg);
		-o-transform: rotate(-15deg);
	}
}
.pic-3_g{
	animation:mais_4_g 1s forwards;
}

.pic-3_v{
	animation:mais_4_v 1s forwards;
}

@keyframes mais_4_g
{
	0%   {
		-webkit-transform: rotate(4deg);
		-moz-transform: rotate(4deg);
		-o-transform: rotate(4deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
}
@keyframes mais_4_v
{
	0%   {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg); 
	}
	100% {
		-webkit-transform: rotate(4deg);
		-moz-transform: rotate(4deg);
		-o-transform: rotate(4deg);
	}
}
.pic-4_g{
	animation:mais_19_g 1s forwards;
}

.pic-4_v{
	animation:mais_19_v 1s forwards;
}

@keyframes mais_19_g
{
	0%   {
		-webkit-transform: rotate(19deg);
		-moz-transform: rotate(19deg);
		-o-transform: rotate(19deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
}
@keyframes mais_19_v
{
	0%   {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg); 
	}
	100% {
		-webkit-transform: rotate(19deg);
		-moz-transform: rotate(19deg);
		-o-transform: rotate(19deg);
	}
}
.pic-5_g{
	animation:mais_11_g 1s forwards;
}

.pic-5_v{
	animation:mais_11_v 1s forwards;
}

@keyframes mais_11_g
{
	0%   {
		-webkit-transform: rotate(11deg);
		-moz-transform: rotate(11deg);
		-o-transform: rotate(11deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
}
@keyframes mais_11_v
{
	0%   {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg); 
	}
	100% {
		-webkit-transform: rotate(11deg);
		-moz-transform: rotate(11deg);
		-o-transform: rotate(11deg);
	}
}
.pic-6_g{
	animation:menos_51_g 1s forwards;
}

.pic-6_v{
	animation:menos_51_v 1s forwards;
}

@keyframes menos_51_g
{
	0%   {
		-webkit-transform: rotate(-51deg);
		-moz-transform: rotate(-51deg);
		-o-transform: rotate(-51deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
}
@keyframes menos_51_v
{
	0%   {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg); 
	}
	100% {
		-webkit-transform: rotate(-51deg);
		-moz-transform: rotate(-51deg);
		-o-transform: rotate(-51deg);
	}
}
.pic-7_g{
	animation:mais_51_g 1s forwards;
}

.pic-7_v{
	animation:mais_51_v 1s forwards;
}

@keyframes mais_51_g
{
	0%   {
		-webkit-transform: rotate(51deg);
		-moz-transform: rotate(51deg);
		-o-transform: rotate(51deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
}
@keyframes mais_51_v
{
	0%   {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg); 
	}
	100% {
		-webkit-transform: rotate(51deg);
		-moz-transform: rotate(51deg);
		-o-transform: rotate(51deg);
	}
}
.pic-8_g{
	animation:mais_13_g 1s forwards;
}

.pic-8_v{
	animation:mais_13_v 1s forwards;
}

@keyframes mais_13_g
{
	0%   {
		-webkit-transform: rotate(13deg);
		-moz-transform: rotate(13deg);
		-o-transform: rotate(13deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
}
@keyframes mais_13_v
{
	0%   {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg); 
	}
	100% {
		-webkit-transform: rotate(13deg);
		-moz-transform: rotate(13deg);
		-o-transform: rotate(13deg);
	}
}

/* modal */
#fade {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 10;
  background: rgba(0,0,0,0.7);
}
.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity .7s linear;
}
.hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s .7s, opacity .7s linear;
}
#ctnModal {
	position: relative;
	width: 400px;
	background: white;
	border-radius: 2px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
#fecharModal {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 1.2rem;
  padding: 7px;
  cursor: pointer;
}
#close {
  cursor: pointer;
}
#tituloModal h2{
	font-family: ubuntu-bold;
	margin-top: 1rem;
	font-size: 150%;
	text-align: center;
}
.ctnFooter{
	margin-bottom: 1.5rem;
}
.ctnTexto{
	font-family: ubuntu-light;
	padding: 15px;
	text-align: center;
}

/* navegação */

main{
	overflow: hidden;
}
.trav{
	display: none;
}
#hash{
	display: none;
}
.gal-mobile{
	display: none;		
}
.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.nav{
	position: fixed;
	width: 100%;
	z-index: 888;
	background-color: #272727;
	padding-bottom: 1rem;
	padding-top: 1rem;
}
.nav a{
	
	text-align: center;
	text-decoration: none;
}
.nav ul, .nav li{
	display: inline;
}
#menu li{
	display: inline;
	margin-left: 1rem;
	margin-right: 1rem;
	text-align: center;
}
#menu li:first-child{
	/* margin-left: 1rem; */
}
#menu a{
	font-family: ubuntu-bold;
	letter-spacing: .1rem;
	color: white;
}
#menu a:hover{
	color: #33F9FF;
}
.social{
	position: absolute;
	right: 0px;
	margin-right: 3rem;
	font-size: 1.3rem;
}
.social .fa-twitter, .social .fa-instagram, .social .fa-pinterest-p, .social .fa-facebook-f{
	margin-right: .7rem;
	margin-left: .7rem;
}
.fa-twitter, .fa-twitter-square{
	color: #1DA1F2;
}
.fa-instagram, .fa-instagram-square{
	color: #D53581;
}
.fa-pinterest-p, .fa-pinterest-square{
	color: #E60023;
}
.fa-facebook-square, .fa-facebook-f{
	color: #3b5998;
}
.active{
	color: #33F9FF!important;
}
/*######### inicio do home #########*/
#home{
	height: 100vh;
	background-color: #272727;
}
.gallery{
	float: right;
	width: 750px;
	margin-right: 4rem;
	margin-top: 15rem;
}
.gallery li{
	list-style: none;
}
.gallery img{
	position: relative;
	max-width: 250px;
	max-height: 250px;
	opacity: 0.80;
	object-fit: cover;
}
.gallery img:hover{
	opacity: 1;
}
.gallery li a{
	float: left;
	padding: 10px 10px 10px 10px;
	background: #eee;
	border: 1px solid #fff;
	margin-bottom: 15px;
	margin-right: 10px;
	-moz-box-shadow: 0px 2px 15px #333;
	-webkit-box-shadow: 0px 2px 15px #333;
	-o-box-shadow: 0px 2px 15px #333;
}
.gallery p{
	margin-top: 1rem;
	margin-bottom: 1rem;
	text-align: center;
	font-family: open_sans-regular;
}
.gallery li a.pic-1, .gallery li a.pic-1-v  {
	position: relative;
	z-index: 3;
	margin-left: 30px;
}
.gallery li a.pic-1{
	-webkit-transform: rotate(-37deg);
	-moz-transform: rotate(-37deg);
	-o-transform: rotate(-37deg);
}
.gallery li a.pic-2, .gallery li a.pic-2-v {
	position: relative;
	z-index: 6;
	margin-left: -130px;
	margin-top: 50px;
}
.gallery li a.pic-2{
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
}
.gallery li a.pic-3, .gallery li a.pic-3-v{
	position: relative;
	z-index: 5;
	margin-left: -170px;
	margin-top: -80px;
}
.gallery li a.pic-3{
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	-o-transform: rotate(4deg);
}
.gallery li a.pic-4, .gallery li a.pic-4-v {
	position: relative;
	z-index: 7;
	margin-left: -130px;
	margin-top: -10px;
}
.gallery li a.pic-4{
	-webkit-transform: rotate(19deg);
	-moz-transform: rotate(19deg);
	-o-transform: rotate(19deg);
}
.gallery li a.pic-5, .gallery li a.pic-5-v {
	position: relative;
	z-index: 8;
	margin-left: -200px;
	margin-top: -70px;
}
.gallery li a.pic-5{
	-webkit-transform: rotate(11deg);
	-moz-transform: rotate(11deg);
	-o-transform: rotate(11deg);
}
.gallery li a.pic-6, .gallery li a.pic-6-v {
	position: relative;
	z-index: 9;
	margin-left: -200px;
	margin-top: 20px;
}
.gallery li a.pic-6{
	-webkit-transform: rotate(-51deg);
	-moz-transform: rotate(-51deg);
	-o-transform: rotate(-51deg);
}
.gallery li a.pic-7, .gallery li a.pic-7-v {
	position: relative;
	z-index: 10;
	margin-left: -170px;
	margin-top: -100px;
}
.gallery li a.pic-7{
	-webkit-transform: rotate(51deg);
	-moz-transform: rotate(51deg);
	-o-transform: rotate(51deg);
}
.gallery li a.pic-8, .gallery li a.pic-8-v {
	position: relative;
	z-index: 7;
	margin-left: 70px;
	margin-top: -280px;
}
.gallery li a.pic-8{
	-webkit-transform: rotate(13deg);
	-moz-transform: rotate(13deg);
	-o-transform: rotate(13deg);
}
.gallery li a.pic-1-v, .gallery li a.pic-2-v, .gallery li a.pic-3-v, .gallery li a.pic-4-v, .gallery li a.pic-5-v, .gallery li a.pic-6-v, .gallery li a.pic-7-v, .gallery li a.pic-8-v{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.gallery li a:hover {
	position: relative;
	z-index: 18;
	-moz-box-shadow: 3px 5px 15px #333;
	-webkit-box-shadow: 3px 5px 15px #333;
	-o-box-shadow: 3px 5px 15px #333;
}
/* parte texto */
.conj{
	position: relative;
	z-index: 2;
}
.img_logo{
	position: absolute;
	top: 12.5rem;
	left: 28rem;
	width: 10%;
	z-index: 3;
}
.title-photo{
	padding-top: 27rem;
	font-size: 600%;
	color: white;
	font-family: satisfy-regular;
	text-align: center;
}
.sub-photo{
	margin-top: 1.4rem;
	font-size: 200%;
	text-transform: uppercase;
	font-family: ubuntu-bold;
	text-align: center;
	color: white;
	letter-spacing: .15rem;
}
/*######### fim home #########*/
/*######### inicio porti #########*/
#porti{
	padding-top: 2rem;
	padding-bottom: 4rem;
	letter-spacing: .1rem;
}
#gallery{
	position: relative;
	width: 70%;
}
.space-img{
	display: inline;
	width: 400px;
}
.img-gal{
	width: 350px;
	height: 250px;
	object-fit: cover;
}
#prev, #next{
	position: absolute;
	top: 40%;
	background-color: #272727;
	color: white;
	text-decoration: none;
	font-size: 5rem;
	border-radius: 50%;
	display: inline-block;
	padding-top: 0;
	padding-bottom: 8px;
	padding-left: 26px;
	padding-right: 26px;
}
#next{
	right: 2%;
}
#prev{
	left: 2%;
}
.sub{
	font-family: ubuntu-light;
	text-align: center;
	font-size: 200%;
	margin-top: 1rem;
	margin-bottom: 3rem;
}
/*######### fim porti #########*/
/*######### inicio quem #########*/
#quem{
	padding-top: 5rem;
	padding-bottom: 5rem;
	background-color: #272727;
	padding-right: 30%;
	padding-left: 30%;
}
.q_left, .q_right{
	display: inline;
	width: 50%;
}
.q_right{
	float: right;
	color: white;
	padding-top: 10rem;
}
.q_title{
	font-family: open_sans-regular;
	font-size: 250%;
	letter-spacing: .4rem;
}
.q_text{
	font-family: open_sans-light;
	margin-top: 1.5rem;
	letter-spacing: .05rem;
	line-height: 1.2;
}
/*######### fim quem #########*/
/*######### inicio contato #########*/
#contato{
	display: flex;
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.c_left, .c_right{
	display: inline;
	width: 50%;
	flex: 1;
}
.c_left{
	position: relative;
	left: 25%;
}
.c_title{
	font-family: open_sans-regular;
	font-size: 180%;
	letter-spacing: .4rem;
	margin-top: 9rem;
}
.c_text{
	font-family: open_sans-light;
	margin-top: 1.8rem;
	margin-bottom: 1.8rem;
	letter-spacing: .05rem;
	line-height: 1.5;
}
#form{
	position: relative;
	width: 308px;
}
#form input, #form textarea{
	display: block;
	width: 300px;
	margin-bottom: .5rem;
	padding: .4rem 0 .4rem .8rem;
}
#form input{
	font-size: 1rem;
	letter-spacing: .1rem;
}
#form textarea{
	height: 80px;
	resize: none;
	font-size: 1.3rem;
}
#form button{
	position: absolute;
	margin-top: .8rem;
	right: -8px;
	cursor: pointer;
}
.btn-outline-secondary {
	color: #272727;
	background-color: transparent;
	background-image: none;
	border-color: #272727;
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #272727;
	border-color: #272727;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
/*######### fim contato #########*/
/*######### inicio footer #########*/
footer{
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
	background-color: #272727;
	color: white;
}
.footer_p{
	letter-spacing: .09rem;
	font-family: ubuntu-light;
	font-size: 80%;
	line-height: 1.2rem;
}
.via{
	text-decoration: none;
	color: white;
}
.footer_social{
	margin-top: 1rem;
}
.footer_social li{
	position: relative;
	display: inline;
	margin-left: .5rem;
	margin-right: .5rem;
}
.footer_social a{
	position: relative;
	z-index: 2;
	font-size: 1.7rem;
	text-decoration: none;
}
.cover{
	position: absolute;
	z-index: 1;
	top: -5px;
	right: 5px;
	width: 20px;
	height: 20px;
	background-color: white;
}
.footer_social li:last-child .cover{
	right: 2px;
}
.c_face{
	width: 18px;
}
.footer_top{
	float: right;
	width: 25px;
	height: 25px;
	margin-top: -2rem;
	margin-right: 3rem;
	font-size: 1.2rem;
	color: white;
	background-color: #1DA1F2;
	cursor: pointer;
}
/*######### fim footer #########*/
@media (max-width: 1680px) and (max-height: 1050px){
	#next{
		right: -5%;
	}
	#prev{
		left: -5%;
	}
	.q_right{
		padding-top: 7rem;
	}

	.img_logo{
		top: 12.5rem;
		left: 20rem;
		width: 12%;
	}

}
@media (max-width: 1600px) and (max-height: 900px){
	.gallery{
		width: 580px;
		margin-right: 4rem;
	}
	.gallery img{
		max-width: 200px;
		max-height: 200px;
	}
	.gallery li a.pic-3, .gallery li a.pic-3-v{
		margin-left: -150px;
	}
	.gallery li a.pic-4, .gallery li a.pic-4-v {
		margin-left: -110px;
	}
	.gallery li a.pic-5, .gallery li a.pic-5-v {
		margin-left: -180px;
		margin-top: -50px;
	}
	.gallery li a.pic-6, .gallery li a.pic-6-v {
		margin-left: -160px;
	}
	.gallery li a.pic-7, .gallery li a.pic-7-v {
		margin-left: -150px;
	}
	.gallery li a.pic-8, .gallery li a.pic-8-v {
		margin-left: 50px;
	}
	.img_logo{
		top: 14.5rem;
		left: 24rem;
		width: 11%;
	}
	.title-photo{
		font-size: 450%;
	}
	.sub-photo{
		font-size: 150%;
	}
	.sub{
		font-size: 180%;
	}
	#prev, #next{
		top: 42%;
		font-size: 4rem;
		padding-left: 20px;
		padding-right: 20px;
	}
	.q_title{
		font-size: 220%;
		letter-spacing: .4rem;
	}
	#contato{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	#contato img{
		width: 60%;
	}
}
@media (max-width: 1440px) and (max-height: 900px){
	.img_logo{
		top: 14.5rem;
		left: 20rem;
		width: 11%;
	}
	.space-img{
		width: 350px;
	}
	.img-gal{
		width: 300px;
		height: 200px;
	}
	#prev, #next{
		top: 41.5%;
		font-size: 3.5rem;
	}
	.q_title{
		font-size: 200%;
		letter-spacing: .4rem;
	}
	.c_left{
		left: 22%;
	}
	.c_title{
		font-size: 160%;
		margin-top: 6rem;
	}
}

@media (max-width: 1366px) and (max-height: 1024px){
	.gallery{
		margin-top: 14rem;
	}
	.img_logo{
		top: 15.5rem;
		left: 13.5rem;
		width: 9%;
	}
	.title-photo{
		padding-top: 25rem;
		font-size: 380%;
	}
	.sub-photo{
		font-size: 150%;
	}
	.sub{
		font-size: 150%;
	}
	.img-gal{
		width: 300px;
		height: 200px;
	}
	#prev, #next{
		top: 41.5%;
		font-size: 3.5rem;
	}
	#next{
		right: -7%;
	}
	#prev{
		left: -7%;
	}
	#quem{
		padding-right: 24%;
		padding-left: 24%;
	}
	.c_left{
		left: 22%;
	}
}

@media (max-width: 1366px) and (max-height: 768px){
	.gallery{
		width: 500px;
		margin-right: 4rem;
		margin-top: 12rem;
	}
	.gallery img{
		max-width: 170px;
		max-height: 170px;
	}
	.gallery li a.pic-1, .gallery li a.pic-1-v  {
		margin-top: -30px;
	}
	.gallery li a.pic-3, .gallery li a.pic-3-v{
		margin-left: -130px;
	}
	.gallery li a.pic-4, .gallery li a.pic-4-v {
		margin-left: -80px;
	}
	.gallery li a.pic-5, .gallery li a.pic-5-v {
		margin-left: -130px;
	}
	.gallery li a.pic-6, .gallery li a.pic-6-v {
		margin-left: -130px;
	}
	.gallery li a.pic-7, .gallery li a.pic-7-v {
		margin-left: -150px;
	}
	.gallery li a.pic-8, .gallery li a.pic-8-v {
		margin-left: 30px;
	}
	.img_logo{
		top: 11rem;
		left: 20rem;
		width: 9%;
	}
	.title-photo{
		padding-top: 20rem;
		font-size: 350%;
	}
	.sub-photo{
		font-size: 120%;
	}
	.sub{
		font-size: 150%;
	}
	#contato img{
		width: 55%;
	}
	.c_title{
		font-size: 150%;
		margin-top: 3rem;
	}
	#next{
		right: -7%;
	}
	#prev{
		left: -7%;
	}
}
@media (max-width: 1280px) and (max-height: 720px){
	.gallery{
		width: 500px;
		margin-right: 4rem;
		margin-top: 12rem;
	}
	.gallery img{
		max-width: 150px;
		max-height: 150px;
	}
	.gallery li a.pic-1, .gallery li a.pic-1-v  {
		margin-top: -30px;
	}
	.gallery li a.pic-2, .gallery li a.pic-2-v {
		margin-left: -100px;
		margin-top: 20px;
	}
	.gallery li a.pic-3, .gallery li a.pic-3-v{
		margin-left: -140px;
	}
	.gallery li a.pic-4, .gallery li a.pic-4-v {
		margin-left: -60px;
	}
	.gallery li a.pic-5, .gallery li a.pic-5-v {
		margin-left: -130px;
	}
	.gallery li a.pic-6, .gallery li a.pic-6-v {
		margin-left: -110px;
	}
	.gallery li a.pic-7, .gallery li a.pic-7-v {
		margin-left: -120px;
	}
	.img_logo{
		left: 19rem;
	}
	.space-img{
		width: 350px;
	}
	.img-gal{
		width: 250px;
		height: 150px;
	}
	#prev, #next{
		top: 42.5%;
		font-size: 2.2rem;
		padding-left: 14px;
		padding-right: 14px;
	}
}

@media (max-width: 1024px) and (max-height: 1366px){
	.gallery{
		margin-right: 8rem;
		margin-top: 43rem;
	}
	.conj{
		position: absolute;
		margin-top: 4rem;
		margin-left: 25%;

	}
	.img_logo{
		top: 9rem;
		left: 26.5rem;
		width: 15%;
	}
	.title-photo{
		padding-top: 17rem;
	}
	#next{
		right: -14%;
	}
	#prev{
		left: -14%;
	}
	#quem{
		padding-right: 10%;
		padding-left: 10%;
	}
	.q_right{
		padding-top: 8rem;
	}
	.c_left{
		left: 5%;
	}
	#contato{
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
}

@media (max-width: 1024px) and (max-height: 768px){
	.gallery{
		margin-right: 2rem;
		margin-top: 15rem;
	}
	.img_logo{
		top: 10.5rem;
		left: 12rem;
		width: 12%;
	}
	.title-photo{
		padding-top: 13rem;
	}
	.conj{
		position: absolute;
		margin-top: 7rem;
		margin-left: 10%;
	}
	#contato{
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	#contato img{
		width: 75%;
	}
	.c_left{
		left: 10%;
	}
}

@media (max-width: 824px){
	.gallery{
		display: none;
	}
	#home{
		overflow: hidden;
	}
	.img_logo{
		top: 4.5rem;
		left: 40%;
		width: 15%;
	}
	.conj{
		margin-top: 14rem;
		margin-left: 30%;
	}
	.title-photo{
		padding-top: 0;
	}
	/* menu top */
	.peris{
		display: none;
		height: 100vh;
	}
	#menu li{
		display: block;
		margin-top: 3rem;
	}
	#menu li{
		display: block;
		text-align: center;
	}
	#menu li:first-child{
		margin-left: 1rem;
	}
	.trav{
		position: relative;
		top: 1.5rem;
		display: block;
		width: 20%;
		height: 1px;
		background-color: white;
	}
	.contato{
		margin-bottom: 4rem;
	}
	.social{
		margin-right: 0;
		position: static;
		font-size: 1.7rem;
	}
	.social .fa-twitter, .social .fa-instagram, .social .fa-pinterest-p, .social .fa-facebook-f{
		margin-right: 1.7rem;
		margin-left: 1.7rem;
	}
	.nav{
	padding-bottom: 1rem;
	padding-top: 2.5rem;
	}
	#hash{
		display: inline-block;
	}
	.gal-control{
		display: none;
	}
	.hash{
		position: absolute;
		top: 10px;
		right: 20px;
		color: white;
		background-color: #272727;
		font-size: 1.3rem;
	}
	#hash .fa-times{
		display: none;
	}
	.fa-bars{

	}
	.gal-mobile{
		display: inline-block;
		padding-bottom: 300px;
	}
	.principal{
		position: absolute;
		top: 0;
		left: 15%;
		z-index: 2;
		width: 400px;
		height: 300px;
		object-fit: cover;
	}
	.esquerda, .direita{
		position: absolute;
		width: 350px;
		height: 250px;
		top: 5%;
		z-index: 1;
		object-fit: cover;
	}
	.esquerda{
		left: 0;
	}
	.direita{
		right: 0; 
	}
	.c_right{
		margin-left: 3rem;
	}
}
@media (max-width: 768px) and (max-width: 1024px){
	
	.img_logo{
		top: 34%;
		left: 40%;
		width: 18%;
	}
	.conj{
		margin-top: 70%;
		margin-left: 30%;
	}
	.c_right img{
		width: 90%;
	}
	.c_title{
		margin-top: 0;
	}
}
@media (max-width: 736px){
	.img_logo{
		top: 14%;
		left: 40%;
		width: 18%;
	}
	.conj{
		margin-top: 30%;
		margin-left: 30%;
	}
	.principal{
		top: -10px;
		left: 11%;
	}
	.c_right img{
		width: 90%!important;
	}
	.c_left{
		left: 5%;
	}
}
@media (max-width: 731px){
	.c_right img{
		width: 85%!important;
	}
	.c_right{
		margin-top: 2rem;
		margin-left: 4rem;
	}
}
@media (max-width: 667px){
	.principal{
		left: 12%;
		width: 350px;
		height: 250px;
	}
	.esquerda, .direita{
		width: 300px;
		height: 200px;
	}
	#prev, #next{
		top: 35%;
	}
}
@media (max-width: 640px){
	.img_logo{
		top: 15%;
		left: 42%;
	}
	.principal{
		left: 11%;
	}
	#quem{
		padding-right: 2%;
		padding-left: 2%;
	}
	.q_title{
		font-size: 170%;
		letter-spacing: .4rem;
	}
}
@media (max-width: 568px){
	
	.img_logo{
		top: 16%;
	}
	.conj{
		margin-top: 30%;
		margin-left: 30%;
	}
	.title-photo{
		padding-top: 0;
		font-size: 300%;
	}
	.sub-photo{
		margin-top: 1.2rem;
		font-size: 130%;
	}
	#gallery{
		width: 80%;
	}
	#next, #prev{
		z-index: 5;
	}
	#next{
		right: -11%;
	}
	#prev{
		left: -11%;
	}
	.c_right{
		display: none;

	}
	.c_left{
		width: 100%;
		margin-left: 15%;
	}
}
@media (max-width: 414px){
	.img_logo{
		top: 22%;
		left: 37%;
		width: 24%;
	}
	.conj{
		margin-top: 70%;
		margin-left: 0;
		width: 100%;
	}

	#menu a{
		font-size: 1.2rem;
	}
	.trav{
		width: 35%;
	}
	
	#home{
		height: 80vh;
	}
	#gallery{
		width: 100%;
	}
	#next{
		right: 0;
	}
	#prev{
		left: 0;
	}
	.principal{
		left: 8%;
	}
	#quem{
		padding-top: 5rem;
		padding-bottom: 5rem;
		padding-right: 2%;
		padding-left: 2%;
	}
	.q_left, .q_right{
		display: block;
		width: 100%;
	}
	.q_right{
		float: none;
		padding-top: 4rem;
	}
	.c_left{
		width: 100%;
		margin-left: 6%;
	}
	#contato{
		padding-bottom: 8rem;
	}
	.footer_top{
		margin-top: -13rem;
		margin-right: 1rem;
	}
	footer{
		padding-top: 4.5rem;
		padding-bottom: 3.5rem;
	}
	.footer_social{
		margin-top: 2rem;
	}
	.footer_social li{
		margin-left: 1rem;
		margin-right: 1rem;
	}
	.footer_p{
		width: 60%;
	}

	#ctnModal {
		width: 95%;
	}
}
@media (max-width: 411px){
	.img_logo{
		top: 21%;
	}
	.principal{
		left: 5.5%;
	}
}


@media (max-width: 375px){

	.sub{
		font-size: 120%;
	}
	.principal{
		top: -8px;
		left: 7%;
		width: 320px;
		height: 220px;
	}
	.esquerda, .direita{
		width: 280px;
		height: 180px;
	}
	#porti{
		padding-bottom: 0;
	}
	.c_left{
		margin-left: 2.2%;
	}
	.footer_p{
		width: 65%;
	}
}

@media (max-width: 360px){
	.principal{
		top: -8px;
		left: 6%;
		width: 320px;
		height: 220px;
	}
	.c_left{
		margin-left: 1%;
	}
}
@media (max-width: 320px){
	#porti{
		padding-top: 4rem;
		padding-bottom: 0;
	}
	
	#prev, #next{
		top: 24%;
	}
	.social .fa-twitter, .social .fa-instagram, .social .fa-pinterest-p, .social .fa-facebook-f{
		margin-right: 1rem;
		margin-left: 1rem;
	}
	.principal{
		left: 6%;
		width: 280px;
		height: 180px;
	}
	.esquerda, .direita{
		width: 230px;
		height: 130px;
	}
	.gal-mobile{
		padding-bottom: 280px;
	}
	.q_right{
		width: 90%;
	}

	#form input, #form textarea{
		width: 280px;
	}
	#form button{
		right: 12px;
	}
	.c_left{
		margin-left: -5px;
	}
	#contato{
		padding-top: 4rem;
	}
	.footer_p{
		width: 80%;
	}
}