/* GERAL */
	.text-color-white {color: white;}
	.text-color-whitei {color: white !important;}
	.text-color-grayi {color: #878c9b !important;}
	.color-black {color: rgb(16, 20, 41)};
	.color-gold {color: rgba(203, 156, 56, 1);}
	.p-22 {font-size: 22px !important;}
	.bord-rad-7px {border-radius: 7px;}
	.uppercase {text-transform: uppercase;}
	.swiperslider1 {margin-bottom: 30px;}
	.pd-40-i {padding-bottom: 40px!important;}
	.mb-15 {margin-bottom: 15px;}
	.mb-30 {margin-bottom: 30px;}
	.mt-100 {margin-top: 100px;}
	.mt-150 {margin-top: 150px;}
	.mt-mb-15 {margin-top: 15px; margin-bottom: 15px;}
	.pr-pl-50-relative {padding-right: 2.60vw; padding-left: 2.60vw;}
	.pr-50-relative {padding-right: 2.60vw;}
	.pl-50-relative {padding-left: 2.60vw;}
	.pt-100 {padding-top: 100px;}
	.pt-150 {padding-top: 150px;}
	.pr-pl {padding-right: 15px; padding-left: 15px;}
	.pt-100-relative {padding-top: 5.2vw;}
	.h-fit {height: fit-content!important;}
	.bor-rad-10 {border-radius: 10px;}

	.gallery-item img, .gallery-item:before {border-radius: 10px;}

	#home {position: relative;}
	#home .banner_shadow {position: absolute; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .2);}
	#home .texto_banner {position: relative; display: flex; width: 100%; height: 100%; flex-direction: column; justify-content: center; align-items: start; gap: 50px; padding: 5.2vh 0 0.2vh 9.12vw;}
	#home .texto_banner .chamada1 {width: 851px;}
	#home .texto_banner .chamada1 hr { border-width: 0;}
	#home .texto_banner .chamada1 span {color: white; font-size: 50px; line-height: 56px; font-family: 'Dax'; font-weight: 100;}
	#home .texto_banner .chamada2 {position: relative;}
	#home .texto_banner .chamada2 span {color: white; display: block; line-height: 66px; margin-bottom: 15px; font-family: 'Dax'; font-weight: 300;}
	#home .texto_banner .chamada2 span:nth-child(1) {font-size: 65px;}
	#home .texto_banner .chamada2 span:nth-child(2) {font-size: 70px; font-weight: bolder; text-transform: uppercase; margin-bottom: 15px;}
	#home .texto_banner .chamada2 span:nth-child(3) {font-size: 70px; font-family: 'Dax'; font-weight: 600; text-transform: uppercase;}
	#home .texto_banner .chamada2::after {width: 205%; height: 10px; bottom: 0; left: -150%; background-color: rgba(0, 0, 0, .8); content: ''; position: absolute;}


	.documento-a {color: rgba(203, 156, 56, 1); transition: transform 0.3s ease; }
	.documento-a:hover{color: rgb(228, 190, 107); text-decoration: underline; transform: scale(1.1); }

	/* ZOOM NA IMAGEM */
	.modal-zoom{ width: 100vw; height: 100vh; display: none; position: fixed; background: rgba(24, 33, 65, 0.7); -webkit-transition: .4s; -o-transition: .4s; transition: .4s;top: 0;left: 0;z-index: 1043;outline: 0 !important;}
	.modal-zoom-mfp-close{ background-color: #f2b636; color: #fff; padding: 0; text-align: center; opacity: 1; top: 50px; right: 50px; height: 50px; width: 50px; line-height: 50px; cursor: pointer; position: absolute; transition: .4s;z-index: 1050 }
	.zoom-div { opacity: 1!important; cursor: zoom-in; overflow: scroll; width: 96%; height: 100%!important; }

	.zoom-div::-webkit-scrollbar { width: 0.5em; }




@media screen and (max-width: 1400px){
	#home .texto_banner{ gap: 20px; padding: 16vh 0 0 9.12vw; }
	#home .texto_banner .chamada1 span { font-size: 40px; }
	#home .texto_banner .chamada2 span:nth-child(1) { font-size: 50px; }
	#home .texto_banner .chamada2 span:nth-child(2) { font-size: 50px; }
	#home .texto_banner .chamada2 span:nth-child(3) { font-size: 50px; }	
}


@media screen and (max-width: 1200px) {
	#home .texto_banner {padding: 0 0 5.2vw 4.1vw;}
	#home .texto_banner .chamada1 span{ font-size: 46px;}
	#home .texto_banner .chamada2 span{ font-size: 46px;}

}
@media screen and (max-width: 930px) {
	#home {padding: 0;}
	#home .texto_banner {padding: 0 0 5.2vw 2vw;}
	#home .texto_banner .chamada1 {width: 91.5vw;}
	#home .texto_banner .chamada1 span {font-size: 5.37vw!important; line-height: 5.37vw;}
	#home .texto_banner .chamada2 span:nth-child(1) {font-size: 6.98vw!important; line-height:6.98vw;}
	#home .texto_banner .chamada2 span:nth-child(2) {font-size: 7.52vw!important; line-height:7.52vw;}
	#home .texto_banner .chamada2 span:nth-child(3) {font-size: 7.52vw!important; line-height:7.52vw;}
	.zoom-div{ display: flex; align-items: center; justify-content: center;}
	.modal-zoom-mfp-close{top: 30px; right: 30px; height: 40px; width: 40px; line-height: 40px;}
	#zoom img{max-width: 100%;}
	/* .zoom { opacity: 1!important; cursor: zoom-in; overflow: scroll; width: 96%; height: 100%!important; } */


	.header-area.transparent:not(.sticky) .header-logo-area .logo-light{max-width: 90%;}
	/* p.ambientacoes-p {position: static;} */
}
@media screen and (max-width: 750px) {#home {height: max(80vw, 350px);}}
@media screen and (max-width: 670px) {
	#home .texto_banner .chamada2 span{margin-bottom: 2.24vw;}
	#home .texto_banner .chamada2 span:nth-child(2) {margin-bottom: 2.24vw;}

}

/* OLD */
	.swiperslider1 .swiper-button-next,
	.swiperslider1 .swiper-container-rtl .swiper-button-prev {background-image: url('https://qa-uploads.madnezz.com.br/698005c0b25f51f0c80ef18b99d539df') !important; right: 5% !important; top: 46% !important; background-size: 60% !important; background-color: transparent !important;}
	.swiperslider1 .swiper-button-prev, .swiperslider1 .swiper-container-rtl .swiper-button-next {background-image: url('https://qa-uploads.madnezz.com.br/b8e1ad2620320a5511546536db32df1e') !important; left: 5% !important; top: 46% !important; background-size: 60% !important; background-color: transparent !important;}
	.testimonial_cards {margin-top: 0;}
	.fundo3 {background-image: url('https://qa-uploads.madnezz.com.br/09e7cd4f8017c85ec4f728dad4064aa7'); background-repeat: no-repeat; padding-bottom: 100px;}
	.testimonial-item {padding: 30px 30px;}
	.testimonial-item .client-title {margin-bottom: 5px;}


	.fundo4 {background-image: url('https://qa-uploads.madnezz.com.br/c937743da00b7b303cb4df0f41142d7f'); background-repeat: no-repeat;
		box-sizing: border-box;
		width: 100vw;
		background-size: cover;
		max-width: 100%;
	}
	.gallery-item img {width: 100%; max-width: 100%; object-fit: initial;}
	.wedding-about-icon {margin-top: 0; margin-bottom: 80px;}
	.btn-scroll-top {width: 200px; font-size: smaller; border-radius: 8px;}
	.brand-logo-item-2 {display: flex; align-items: end;}
	.vg-offices-div {display: flex; flex-direction: row; justify-content: space-around; flex-wrap: wrap; align-items: center; gap: 6px}
	.banner-quote-area {height: fit-content; padding: 5% 0;}
	.rev_slider_wrapper .uranus.tparrows {display: none;}
	.ambiente-1 {background: conic-gradient(from 90deg at 18% 50%, rgb(237, 233, 231), rgba(244, 244, 244, 0.28), rgb(255, 254, 254), rgb(237, 233, 231));}
	.ambiente-1 img {margin: 20% 0; object-fit: contain; object-position: center;}
	.ambientacao-p-vg {font-size: 22px; color: #878c9b !important; margin: 4% 0; font-weight: 200; padding: 0 15px;}
	.logo-box-background-1 {width: 140px; height: 140px; background-size: contain; background-repeat: no-repeat; background-position: center}
	.bg-2 {filter: invert(200%); width: 150px; height: 150px;}

	.banner-quote-area{
		padding: 180px 0;
	}
	.banner-quote-area p span,
	.banner-quote-area a{
		color: #f2b636
	}
	.banner-quote-area img.bookBanner{
		width: 300px;
		max-width: 80%;
		transform: rotate(10deg);
		transition: ease .5s all;
	}
	.banner-quote-area img.bookBanner:hover{
		transform: scale(1.1);
	}
	@media screen and (max-width:991px) {.banner-quote-area img.bookBanner{margin: 50px 0;}}

/* .hero-area-wrapper  */
	.bg-img {background: top; background-size: cover;}
	.wedding-about-content h2 {padding: 0 15px;}


/* MOBILE */
@media screen and (max-width:768px) {
	.logo-box-background-1 {width: 100px; height: 100px;}
	.bg-2 {width: 40px; height: 40px;}
	.btn-scroll-top.show {bottom: 10px;}
	.header-action-area a,
	.header-action-area button {margin-left: 4px; font-size: 12px;}
	img .logo-main {width: 70px;}
	.bg-img {margin-top: 126px; background: top; background-size: cover; background-position: right 20% bottom 45%; padding: 0 60px;}
	.header-area.transparent:not(.sticky) {background: #fff; color: #60677d;}
	.header-area.transparent:not(.sticky) .header-action-area a,
	.header-area.transparent:not(.sticky) .header-action-area button {color: #60677d;}
	.text-center-768 * {text-align: center;}
	.word-break-768 {word-break: break-all;}
}
@media screen and (max-width:500px) {	
	.vg-offices-div {
		width: calc(100% - 40px);
		justify-content: space-around;
		align-items: center;
		padding: 0 20px;
	}
}


/* HEADER */
	.header-area {padding: 25px 0;}
	.header-logo-area {max-width: 130px;}
	.header-area .header-logo-area .logo-light, .header-area .header-logo-area .logo-main {width: 100%;}
	@media screen and (max-width: 768px) {.bg-img {margin-top: 145px;}}
	@media screen and (max-width: 576px) {.col-xs-1 {-ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%} .col-xs-2 {-ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%} .col-xs-3 {-ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%} .col-xs-4 {-ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%} .col-xs-5 {-ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%} .col-xs-6 {-ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%} .col-xs-7 {-ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%} .col-xs-8 {-ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%} .col-xs-9 {-ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%} .col-xs-10 {-ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%} .col-xs-11 {-ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%} .col-xs-12 {-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%}}
	.header-area.transparent:not(.sticky) .header-action-area .btn-menu span {background-color: #182141;}

	.main-menu.nav{
		flex-wrap: nowrap;
	}

	@media screen and (max-width: 1600px){
		.main-menu>li {
			margin-right: 16px;
		}
		.main-menu>li>a {
			font-size: 12px;
		} 
	}

	@media screen and (max-width: 1350px) {
	.main-menu>li {
		/* margin-right: 20px; */
		margin-right: 16px;
	}
	.main-menu>li>a {
		font-size: 10px;
	} 
	.main-menu.nav{
		flex-wrap: nowrap;
	}
	.header-logo-area {
		margin-left: calc( 0.75vw * -1 );
		max-width: 100px;
	}
}
@media screen and (max-width: 990px) {
	
	.header-logo-area {
		margin-left: 0px;
		/* max-width: 100px; */
	}
}


/* BOTAO WHATSAPP */
	.btn-x {background-color: #182141; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2); color: #fff; display: block; text-align: center; line-height: 60px; position: fixed; right: 30px; height: 60px; z-index: 999; -o-transition: .4s; transition: .4s; outline: 0; padding: 0; width: 200px; font-size: smaller; border-radius: 8px; bottom: 30px;}
	.btn-x:hover {background-color: #f2b636;}

/* PROJETO */
	#projeto .row {position: relative;}
	.projeto_box {background-image: url('https://qa-uploads.madnezz.com.br/90fd2219c37159f79c1240252597ecd3'); background-position: center; background-size: cover; height: fit-content; position: relative; padding: 30px;}
	.projeto_box * {text-align: center;}
	#projeto .shadow{z-index: 1; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .2); content: '';}
	#projeto .ambientacao-p-vg {color: white!important; font-size: max(1,15vw, 18px);}
	.projeto_box .wedding-about-content {z-index: 2;position: relative; display: flex; flex-direction: column; justify-content: space-around; align-items: center; height: 100%; width: 50%;}
	.projeto_box .wedding-about-content h2.t {font-size: max(2.34vw, 35px);}
	.projeto_box .wedding-about-content h2 {font-size: max(1.7vw, 24px);}
	#projeto .logo2 {background-image: url('https://qa-uploads.madnezz.com.br/e9c396beb5a7d35064e499889c98efc5'); background-size: cover; width: 130px; height: 107px; content: ''; display: block; position: absolute; top: 30px; right: 30px; z-index: 2;}
	
	@media screen and (max-width: 1000px){
		#projeto .logo2 {display: none;}
		.projeto_box .wedding-about-content {width: 100%;}
	}

/* PROJETO3 */
	@media screen and (min-width: 1200px){.container {max-width: 1600px;}}
	/* @media (min-width: 992px) {.container {max-width: 960px;}} */
	/* @media (min-width: 768px) {.container {max-width: 720px;}} */
	/* @media (min-width: 576px) {.container {max-width: 540px;}} */

	#projeto3 {margin-top: 0; margin: 30px 0;}
	#projeto3 .row {display: flex; gap: 30px;}
	#projeto3 .trinca {grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 1fr); display: grid; gap: 11px; width: calc(50% - 15px);}

	#projeto3 .trinca .trinca1,
	#projeto3 .trinca .trinca2,
	#projeto3 .trinca .trinca3
	{background-size: cover; border-radius: 30px;}

	#projeto3 .trinca .trinca1 {grid-column: 1 / 2; grid-row: 1 / 3; border-top-right-radius: 0; border-bottom-right-radius: 0; background-image: url('https://qa-uploads.madnezz.com.br/ffb066eeec8d7e038dde916bba288b5b');}
	#projeto3 .trinca .trinca2 {grid-column: 2 / 3; grid-row: 1 / 2; border-bottom-right-radius: 0; border-bottom-left-radius: 0; border-top-left-radius: 0; background-image: url('https://qa-uploads.madnezz.com.br/c09312de6a284ae9299603bd60192309');}
	#projeto3 .trinca .trinca3 {grid-column: 2 / 3; grid-row: 2 / 3; border-top-right-radius: 0; border-top-left-radius: 0; border-bottom-left-radius: 0; background-image: url('https://qa-uploads.madnezz.com.br/3b3c307be84ace490e1100ec0d640463');}
	#projeto3 .info {width: calc(50% - 15px); padding: 70px 0;}
	#projeto3 .info * {text-align: right;}
	#projeto3 .info  h2 {padding: 0 15px; color: #f2b636; font-size: 3.125rem; font-family: "Playfair Display", serif;}
	#projeto3 .info h2.subtitulo {font-size: 1.7rem; margin-top: 15px; line-height: 3rem;}
	#projeto3 .info .linha {position: relative;}
	#projeto3 .info .linha::after {position: absolute; background-color: rgba(242, 182, 54, 0.7); width: 110%; height: 1px; content: ''; bottom: -4px; left: -5%;}

	@media screen and (max-width: 1400px){
		#projeto3 .trinca {grid-template-columns: repeat(1, 1fr); grid-template-rows: repeat(2, 1fr); width: calc(40% - 15px);}
		#projeto3 .trinca .trinca1 {display: none;}
		#projeto3 .trinca .trinca2 {grid-column: 1 / 2; grid-row: 1 / 2; background-image: url('https://qa-uploads.madnezz.com.br/583d765b6f93e86f41e405701933f4b2'); border-radius: 30px; border-bottom-left-radius: 0; border-bottom-right-radius: 0;}
		#projeto3 .trinca .trinca3 {grid-column: 1 / 2; grid-row: 2 / 3; background-image: url('https://qa-uploads.madnezz.com.br/3b3c307be84ace490e1100ec0d640463'); border-radius: 30px; border-top-left-radius: 0; border-top-right-radius: 0;}
		#projeto3 .info {width: calc(60% - 15px);}

		#home .texto_banner{ gap: 20px; padding: 14vh 0 0 9.12vw; }
		#home .texto_banner .chamada1 span { font-size: 40px; }
		#home .texto_banner .chamada2 span:nth-child(1) { font-size: 50px; }
		#home .texto_banner .chamada2 span:nth-child(2) { font-size: 50px; }
		#home .texto_banner .chamada2 span:nth-child(3) { font-size: 50px; }
		

	}

	@media screen and (max-width: 1200px){
		#projeto3 .info {padding: 4.2vw 0;}
	}
	
	@media screen and (max-width: 800px){
		#projeto3 .row {flex-direction: column; padding: 0 15px;}
		#projeto3 .trinca {grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 1fr); width: 100%; height: 500px;}
		#projeto3 .trinca .trinca1 {display: block;}
		#projeto3 .trinca .trinca2 {grid-column: 2 / 3; grid-row: 1 / 2; border-bottom-right-radius: 0; border-bottom-left-radius: 0; border-top-left-radius: 0; background-image: url('https://qa-uploads.madnezz.com.br/583d765b6f93e86f41e405701933f4b2');}
		#projeto3 .trinca .trinca3 {grid-column: 2 / 3; grid-row: 2 / 3; border-top-right-radius: 0; border-top-left-radius: 0; border-bottom-left-radius: 0; background-image: url('https://qa-uploads.madnezz.com.br/3b3c307be84ace490e1100ec0d640463');}
		#projeto3 .info {width: 100%;}
		#projeto3 .info * {text-align: center;}
		.ambientacao-p-vg {padding: 0;}
	}

	@media screen and (max-width: 450px){
		#projeto3 .trinca .trinca1 {grid-column: 1 / 3; grid-row: 1 / 2; background-image: url('https://qa-uploads.madnezz.com.br/67f73092da77606cb5daf040624aa5c4'); border-radius: 30px; border-bottom-left-radius: 0; border-bottom-right-radius: 0}
		#projeto3 .trinca .trinca2 {display: none;}
		#projeto3 .trinca .trinca3 {grid-column: 1 / 3; grid-row: 2 / 3; background-image: url(''https://qa-uploads.madnezz.com.br/3b3c307be84ace490e1100ec0d640463''); border-radius: 30px; border-top-left-radius: 0; border-top-right-radius: 0}
	}

	.af {margin-top: 0!important;}
	.af:after {display: none;}
	.icon-mag {display: none; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 18px!important; color: #fff; z-index: 3; transition: .4s; font-size: 2.1875rem; line-height: 1;}
	.gallery-item:hover .icon-mag {display: block;}
	p.ambientacoes-p {font-size: 20px; color: #f2b636; text-align: center; position: relative; background-color: transparent;}

	p.ambientacoes-p::after,
	p.ambientacoes-p::before
	{content: ''; width: 30%; height: 2px; position: absolute; background-color: #f2b636; top: 50%; transform: translate(0, -50%); transition: .4s;}

	p.ambientacoes-p::after	{right: 5px;}
	p.ambientacoes-p::before {left: 5px;}
	.galeria-ambientes {gap: 20px; justify-content: center; align-items: center;}
	.galeria-ambientes > div {padding: 0;}
	.galeria-ambientes > div:hover p.ambientacoes-p {background-color: rgba(24, 33, 65, .99);}


	@media screen and (max-width:1200px){
		p.ambientacoes-p::after,
		p.ambientacoes-p::before
		{width: 20%;}
	}
	@media screen and (max-width: 990px){
		p.ambientacoes-p::after,
		p.ambientacoes-p::before
		{width: 16%;}
	}

	@media screen and (max-width: 768px){
		p.ambientacoes-p::after,
		p.ambientacoes-p::before
		{width: 0%;}
	}

	@media screen and (max-width: 575px){
		p.ambientacoes-p::after,
		p.ambientacoes-p::before
		{width: 0%;}
	}


	.enviarformcontato {color: #f2b636!important; padding: 18px 10px; width: 100%; border: 2px solid #f2b636!important; border-radius: 50px; display: inline-block; font-size: .875rem; font-weight: 700; line-height: 1; text-transform: uppercase; letter-spacing: 1.75px; transition: .4s ease-in; outline: 0; position: relative;}
	.enviarformcontato:hover {color: #fff!important; background-color: #f2b636; text-decoration: none;}






/* CONTATO */
	#contato .form-input-item {margin-top: 35px;}
	@media screen and (min-width: 1200px){
		.container-1200 {max-width: 83.33vw;}
	}
	.contact-page-2-content-area:before {display: none;}

	#contato h4, #contato h5 {word-break: break-all;}
	.fundo-branco{
		background-color: rgba(255,255,255,0.7);
		border-radius: 20px;
		box-shadow: 4px 4px 11px rgba(0,0,0,0.4);
		border: 1px solid rgba(0,0,0,0.5);
		padding: 15px;
		box-sizing: border-box;
	}

	@media screen and (max-width: 1000px){
		#contato h4 {font-size: 20px;}
		#contato .call-to-contact {margin-top: 0;}
		#contato .form-input-item {margin-top: 20px;}
		#empreendedores{
			padding: 1vh 0;
		}
	}

	.call-to-contact h5 {color: rgba(203, 156, 56, 1);}
	.form-input-item.light input, .form-input-item.light textarea,
	.form-input-item.light input::placeholder, .form-input-item.light textarea::placeholder {
		color: rgba(203, 156, 56, 1);
	}

	.enviarformcontato {color: rgba(203, 156, 56, 1)!important; border: 2px solid rgba(203, 156, 56, 1)!important;}
	.enviarformcontato:hover {background-color: rgba(203, 156, 56, 1);}

	.form-input-item.light input:focus, .form-input-item.light textarea:focus {
		border-bottom-color: rgb(16, 20, 41);
		color: rgb(16, 20, 41);
	}

/* EMPREENDEDORES */

#empreendedores{
	padding: 3vh 0;
}

.border-decoration-vg{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}




/* FOOTER */
	.footer-area--layout-2 {padding: 0!important;}
	.footer-ajuste {padding: 50px 15px;}
	.btn-scroll-top.show {bottom: 110px;}

	@media screen and (max-width: 990px) {
		.site-wrapper.site-wrapper-reveal {margin-bottom: 0!important;}
	}

/*GALERIA*/
.galeria_fotos {display:none;}
.galeria_fotos ul, .galeria_lista ul {width:100%;display:inline-block;}
.galeria_fotos ul li {width:calc(18% - 38px);height:23vh;margin:0 20px 20px 0;background-size:cover;background-position:center;float:left;position:relative;}
.galeria_fotos ul li img {width:100%;}
.galeria_fotos ul li a {position:absolute;width:100%;height:100%;top:0;left:0;}
.galeria_fotos h3 {color:#000;margin-bottom:5vh;}
.galeria_lista ul li {width:calc(18% - 38px);margin:0 20px 20px 0;background-size:cover;background-position:center;float:left;position:relative;}
.galeria_lista ul li .miniatura {width:100%;height:23vh;margin:0 20px 20px 0;background-size:cover;background-position:center;float:left;position:relative;}
.galeria_lista ul li h4 {color:#000;text-align:center;font-size:22px;}

@media only screen and (min-width:1510px){
  .galeria_fotos ul li:nth-child(6n) {margin-right:0;}
  .galeria_lista ul li:nth-child(6n) {margin-right:0;}
}