/*
Theme Name: Avenidadecor
Theme URI: http://wordpress.org/themes/twentythirteen
Author: the WordPress team
Version: Mar 2019

#1e73be
#307596

*/

body {font-family:'Open Sans', sans-serif;font-size:14px;color:#444;}
a {text-decoration:none; color:#000;}
strong {font-weight:bold;}
em {font-style:italic;}
p {line-height:22px;margin-bottom:18px;color: inherit;letter-spacing:1px;}
h2 {color: #000;font-size:26px;line-height:25px;margin-bottom:50px;position:relative;}
h2:before {content:''; display:block; position:absolute; width:1500px; height:1px; top:12px; left:-1515px; background:#fff;}
h3, h4 {position:relative;color: #000000;line-height:24px;}
h3 {font-size:19px;}
h4 { font-size:27px; margin-bottom:10px;}

::-webkit-input-placeholder {color:#939598; font-family:'Open Sans', sans-serif; font-size:16px;}
:-moz-placeholder {color:#939598; font-family:'Open Sans', sans-serif; font-size:16px;}
::-moz-placeholder {color:#939598; font-family:'Open Sans', sans-serif; font-size:16px;}
:-ms-input-placeholder {color:#939598; font-family:'Open Sans', sans-serif; font-size:16px;}


/*------------------------*/



/*------------------------*/

/* DESKTOP */
@media screen and (min-width:992px) {
	.hidden-desktop{ display:none; }
}

/* MOBILE */
@media screen and (max-width:991px) {
	.hidden-mobile{ display:none; }
}

body {padding-top:150px;}
.main-content { padding: 80px 0;}

@media screen and (max-width:991px) {
	.main-content { padding:40px 0; }
	body {padding-top:80px;}
}

.site-header {
	background: #000000;
	position:fixed;
	z-index:8;
	top:0;
	left:0;
	right:0;
	color: #333333;
}


	.site-header .container {
	position: relative;
	z-index: 9;
}

	.logo {
	position: relative;
	background-size:contain;
	background-repeat:no-repeat;
	background-position: center;
	width: 120px;
	height: 120px;
	background-image: url(images/logo.png);
	margin: 15px 0;
	transition: .3s;
}

	.logo a {
	position:absolute;
	top: 0;
	width:100%;
	height:100%;
	text-indent:-9999px;
	left: 0;
}

	.navigation {position: absolute;top: 0;right: 0;}
	.navigation ul {
		list-style:none;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
	.navigation li {}
	.navigation li:last-child {}


	.navigation li a {color: inherit;font-size: 14px;padding: 63px 30px;display:block;line-height: 24px;font-weight: 600;color: #ccc;color: rgba(255,255,255,.67); transition: .3s}
	.navigation li a:hover,
	.navigation li.active a { background-color:rgba(255,255,255,.1); }
	.navigation .menu-social{}
	.navigation .menu-social a{ padding:30px 15px}
	.navigation .menu-social i{ width: 26px;height: 26px;}

@media screen and (min-width:992px) {
	header.compact .logo { height:70px; }
	header.compact .navigation li a { padding:38px 30px; }
}
@media screen and (max-width:991px) {
	header .logo {
		width: 60px;
		height: 60px;
		margin: 10px 0;
	}

}

	.ico-facebook{display:inline-block;background-position:center;background-size:contain;background-repeat:no-repeat;width: 38px;height: 38px;background-image:url(images/ico-facebook.png);}
	.ico-instagram{display:inline-block;background-position:center;background-size:contain;background-repeat:no-repeat;width: 38px;height: 38px;background-image:url(images/ico-instagram.png);}


@media (max-width:991px){
	.logo {
		max-width: 230px;
		width:80%;
		height: 90px;
		background-position: center left;
	}

	.menu-toggle {
		display:block;
		position: absolute;
		padding: 5px 10px;
		top: -55px;
		right: 0;
		z-index: 10;
		width: 44px;
		cursor: pointer;
	}

	.menu-toggle:before,
	.menu-toggle:after,
	.menu-toggle span {
		content:'';
		background: #fff;
		display:block;
		height:3px;
		margin:4px 0;
		text-indent:-9999px;
		-webkit-transition: .3s;
		transition: .3s;
		/* width: 20px; */
	}
	header.active .menu-toggle span { opacity: 0; }
	header.active .menu-toggle:before { -webkit-transform:rotate(45deg) translate(5px,5px); transform:rotate(45deg) translate(5px,5px); }
	header.active .menu-toggle:after { -webkit-transform:rotate(-45deg) translate(5px,-5px); transform:rotate(-45deg) translate(5px,-5px); }

	.navigation{
		position:relative;
		left: 0;
	}
	.navigation ul {
		display:none;
		position: absolute;
		background-color: #23316a;
		background: #000;
		box-shadow: 1px 1px 4px rgba(0,0,0,.5);
		z-index: 12;
		top: -1px;
		right: 0;
		margin: 0 -15px 0 -15px;
		left: 0;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		}
		header.active .navigation ul {display:block;}
		.navigation li {
	}
	.navigation li a {
		padding: 10px 0;
	}
	.navigation .menu-social { display:inline-block;}
	.navigation .menu-social a{padding: 10px;}
}



/*------------------------*/

section .arrow {position:absolute;bottom: 55px;width: 45px;height: 45px;z-index:3;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:all .3s ease out;transition:all .3s ease out;-webkit-animation:bounce 2s infinite;animation:bounce 2s infinite;color: #fff;font-size: 40px;line-height: 30px;border: 2px solid #fff;border-radius: 50%;text-align: center;}

/*------------------------*/

#home {}

/*------------------------*/

#empresa {height:100vh; max-height:1000px; min-height:600px;}
	#empresa .dados {padding-bottom:150px; padding-top:150px;}
	#empresa .dados p {font-family:'Open Sans', sans-serif; line-height:30px; font-size:20px; text-align:justify;}

.erro404 a {font-size:17px; text-transform:uppercase; color:#fff; background:#000000; display:inline-block; padding:15px 30px; margin-top:25px;}


/*------------------------*/

#blog article {position: relative;margin-bottom:40px;border: 1px solid #ccc;}
#blog article img  {width:100%;height:auto;z-index: 1;position: relative;}
#blog article h2 {margin-bottom:0;padding:15px;font-size: 20px;font-weight: bold;}
#blog article p { padding: 0 15px; }
#blog article a {  position:absolute;bottom:0;top:0;left:0;right:0;z-index: 3; }
@media (min-width:992px){
	#blog .columns { display:flex; flex-wrap: wrap; margin:0 -15px; }
	#blog .columns .column { width:33.33%; padding:0 15px; }
}

body.single article img { max-width:100%; height:auto; }
body.single article h3 { margin-bottom:20px; }
body.single article h4 { margin-bottom:20px; }
body.single article ul { list-style:disc; margin-left:20px; margin-bottom:15px; }
body.single article b { font-weight:bold;}
body.single article em { font-style:italic;}
body.single article i { font-style:italic;}
body.single article u { text-decoration: underline;}

/*------------------------*/

#projetos {/*padding: 100px 0 170px 0;background: #f3f3f3;min-height:850px;*/}

	 .projeto {position: relative;margin-bottom: 30px;}
	 .projeto figure{background-position:center;background-repeat:no-repeat;background-size:cover;height: 0;position: relative;padding-bottom: 100%;}
	 .projeto figure:before {content:''; display:block; position:absolute; top:0; right:0; bottom:0; left:0; z-index:1; background:rgba(255,255,255,0.0); transition:0.4s;}
	 .projeto:hover figure:before {background:rgba(255,255,255,0.2);}
	 .projeto a {position:absolute;bottom:0;top:0;left:0;right:0;z-index: 3;}
	 .projeto h3 {margin: 10px 0;letter-spacing: 0;}
	 .projeto:hover h3 {}

	.ver-todos {
    display: block;
    max-width: 370px;
    background: #1e73be;
    padding: 15px;
    text-align: center;
    color: #fff;
    margin: 20px auto;
    font-size: 18px;
    text-transform: uppercase;
    width: 100%;
    border-radius: 5px;
  }



.empresa-colunas {text-align:center;display: flex;margin-top: 40px;justify-content: space-around;}
.empresa-coluna {background-color:#f5f5f5;width:30%;min-width: 300px;padding: 30px 15px;border-radius:10px; line-height: 1.3}
.empresa-coluna strong{ display: block; margin-bottom:5px; font-size:20px; border-bottom:1px solid #e5e5e5; padding-bottom:5px; }

.contato-links {display: inline-block;padding:10px;background: #1e73be;color: #fff;margin-bottom: 20px;}
.contato-links.active {background: #1a568c;}

/*------------------------*/



/*------------------------*/

#projeto {/* background:#ffffff; *//* overflow:hidden; *//* margin-top:76px; */margin-bottom: 40px;}

#projeto p {margin-bottom: 10px;}
#projeto h2 { margin-bottom: 25px; letter-spacing: 0; font-size: 24px; }
@media screen and (max-width:991px) {
	#projeto h2 { font-size:22px; }
}
.projeto-subtitulo{position: relative; top: -20px;font-size: 17px; }

	#projeto .container {position:relative;}
	#projeto .infos { margin-bottom:30px; }
	#projeto .infos h3 { margin-bottom:30px; }
	#projeto .infos li { margin-bottom:15px; line-height:1.4; }
	#projeto .infos li strong{ display:block; }


	#projeto .galeria {}
		#projeto .galeria a {background-position:center; background-repeat:no-repeat!important; background-size:contain!important;}
		/*#projeto .galeria a span {position:absolute;bottom:0;text-align:center;left:0;right:0;color:#fff;font-size:14px;background:#403f39;padding:5px;}*/
		#projeto .galeria .swiper-wrapper img {
			display: block;
			width: 100%;
			height:auto;
			max-height: 500px;
			object-fit: contain;
		}
		#projeto .galeria .miniaturas {}
		#projeto .galeria .miniaturas a {margin-bottom:4px; display:block; transition:0.4s; opacity:0.5;}
		#projeto .galeria .miniaturas a:hover {opacity:1;}
		#projeto .galeria .miniaturas a img {width:100%;}

		#projeto .galeria .miniaturas {margin-right:-3px; margin-left:-3px; margin-bottom:14px; height:auto; margin-top:6px;}
		#projeto .galeria .miniaturas > .col, #projeto .galeria .miniaturas > [class*="col-"] {padding-right:3px; padding-left:3px;}


	#projeto .galeria .swiper-container:before {display:none;}
	#projeto .galeria .swiper-button-next:hover, #projeto .galeria .swiper-button-prev:hover {background-color:rgba(0,0,0,0.6);}


.infos-resumo {margin-bottom:30px;text-transform: none;letter-spacing:0;}


.ver-whatsapp-container {margin: 40px 0;text-align: center;}

.ver-whatsapp {background:#1BBC10; color:#fff; width:290px; padding:25px 20px 25px 64px; display:block; margin:0 auto 40px auto; text-align:center; font-weight:700; border-radius:8px; position:relative; transition:0.4s;}
.ver-whatsapp:before {content:''; display:block; position:absolute; width:64px; height:64px; top:0; left:0; background:url(images/whatsapp-white.svg) center no-repeat #27a91f; background-size:30px; border-radius:8px 0 0 8px; transition:0.4s;}
.ver-whatsapp:hover:before { background-position:center right;background-color:transparent; }



.form-proposta-wrapper {background: #307596;padding: 40px 15px 70px;}



/*------------------------*/

#contato {background: #307596;padding:40px 0;}
#contato h2 {color:#fff}
#contato h2:before {background:#fff}
	#contato address {color:#fff; font-family:'Open Sans', sans-serif; font-size:20px; line-height:30px; margin-bottom:20px;}
	#contato address a {color:#fff; transition:0.4s;}
	#contato address a.mail, #contato address a.whats, footer .dados a.whats {display:block;}
	#contato address a.whats, footer .dados a.whats {position:relative; padding-left:25px;}
	#contato address a.whats:before, footer .dados a.whats:before {content:''; display:block; position:absolute; width:20px; height:20px; background-size:20px; left:0; top:5px; background-image:url(images/ico-wpp.png); background-position:center; background-repeat:no-repeat;}

	#contato .social {margin-bottom:30px;}
	#contato .social a, footer .social a {width:50px; height:50px; background-repeat:no-repeat; background-size:contain; background-position:center; text-indent:-9999px; display:inline-block; margin-right:10px; transition:0.4s;}
	#contato .social a:hover, footer .social a:hover, #contato address a:hover {opacity:0.7;}
	#contato .social a.face, footer .social a.face {background-image:url(images/ico-facebook.png);}
	#contato .social a.insta, footer .social a.insta {background-image:url(images/ico-instagram.png);}
	#contato .social a.email {background-image:url(images/ico-email.png);}

	#contato .map {height:100%;}

/*------------------------*/

footer {background: #ffffff;padding:70px 0 50px 0;position:relative;}
footer h3 {color:inherit;margin-bottom: 10px;}
	footer .logo { margin:0; }
	footer .dados {}
	footer .dados p {margin-bottom: 10px;}
	footer .dados a {color: inherit;}
	footer .dados a:hover {color:#9c9c9c;}
	footer .dados a.email {display:block; line-height:35px;}
	footer .dados a.whats:before {top:7px;}

	.link-instagram {}
	.link-instagram a {display:inline-block; margin:0 10px; padding:10px; width: 40px;height: 40px;background: url(images/ico-instagram-color.png) no-repeat center;background-size: 40px;}

	.link-facebook {}
	.link-facebook a {display:inline-block; margin:0 10px; padding:10px; width: 40px;height: 40px;background: url(images/ico-facebook.png) no-repeat center;background-size: 40px;}



footer {
	background: #000;
	color: #aaa;
	color: rgba(255,255,255,.67);
}


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

	footer { padding:60px 0;text-align: center;}
	footer .logo {margin: 0 auto 15px;background-position: center;}

}

/*------------------------*/

.form {}
.form .form-group {margin:0 0 20px 0;}
.form label {display:none;}
.form-file label {display:block;}
.form input, .form select, .form textarea {width:100%; background:#f0f0f0; padding:10px; -webkit-appearance:none; -moz-appearance:none; appearance:none; border-radius:0; transition:0.4s;}
.form input:focus, .form textarea:focus {background:#d4d4d4;}
.form textarea {height:140px; resize:none;}
.form button {background: #000000;color:#fff;border:0;padding:10px;cursor:pointer;text-transform:uppercase;font-family:'Open Sans', sans-serif;font-size:17px;float:right;transition:0.4s;}
.form button:hover {}
.alert-success {display:none; clear:both; padding:20px; background-color:#9C9; text-align:center; margin-bottom:20px; color:#333;}
.alert-fail {display:none; clear:both; padding:20px; background-color:#c44; text-align:center; margin-bottom:20px; color:#fff;}

/*------------------------*/

.swiper-home {/* margin-top:130px; */transition:0.4s; min-height:500px; height:calc(80vh - 130px); }
@media (max-width:991px){
	.swiper-home { min-height:0;height:70vw;}
}
.swiper-home.compact {height:calc(100vh - 130px); margin-top:130px;}
	.swiper-home .swiper-slide {background-position:center; background-repeat:no-repeat; background-size:cover;}
	.swiper-slide a{ position:absolute; top:0; right:0; bottom:0; left:0;  }

	/*.single .swiper-slide {background-position:center top; background-repeat:no-repeat; background-size:contain;}*/

	.swiper-container:before {display:none;}
	/*.swiper-container:before {opacity:0.9; content:''; display:block; position:absolute; top:0; right:0; bottom:0; left:0; z-index:2; background: rgba(34,77,73,1); background: -moz-linear-gradient(top, rgba(34,77,73,1) 0%, rgba(0,181,172,1) 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(34,77,73,1)), color-stop(100%, rgba(0,181,172,1))); background: -webkit-linear-gradient(top, rgba(34,77,73,1) 0%, rgba(0,181,172,1) 100%); background: -o-linear-gradient(top, rgba(34,77,73,1) 0%, rgba(0,181,172,1) 100%); background: -ms-linear-gradient(top, rgba(34,77,73,1) 0%, rgba(0,181,172,1) 100%); background: linear-gradient(to bottom, rgba(34,77,73,1) 0%, rgba(0,181,172,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#307596', endColorstr='#00b5ac', GradientType=0 );}*/
	.banners .buttons {cursor:pointer; width:40px; height:40px; position:absolute; top:50%; margin-top:-15px; z-index:10; text-indent:-9999px; background:#333;}
	.banners .buttons:active {margin-top:-14px;}




.swiper-button-next, .swiper-button-prev {position: absolute;top: 50%;width: 40px;height: 45px;margin-top: -20px;line-height: 40px;z-index: 10;cursor: pointer;color: #fff;background: none;font-size: 60px;text-align: center;font-family: monospace;background-color: rgba(0,0,0,.3);}
.swiper-button-next {right:0px;left:auto;}
.swiper-button-prev {left:0px; right:auto;}

.swiper-button-next2, .swiper-button-prev2 {position:absolute; top:50%; width:40px; height:40px; margin-top:-15px; z-index:10; cursor:pointer; background-image:url(images/down.png); background-position:center; background-repeat:no-repeat; background-size:contain;}
.swiper-button-next2.swiper-button-disabled, .swiper-button-prev2.swiper-button-disabled {opacity:0.2; display: none;}
.swiper-button-next2 {right:20px; left:auto; transform:rotate(-90deg);}
.swiper-button-next2:active {right:19px; left:auto; }
.swiper-button-prev2 {left:20px; right:auto; transform:rotate(90deg);}
.swiper-button-prev2:active {left:21px; right:auto;}

.swiper-pagination-bullet {display:inline-block; cursor:pointer; width:10px; height:10px; margin:0; text-indent:-9999px; margin:0 8px!important; border-radius:0; transform:rotate(45deg);}
.swiper-pagination-bullet-active {background-color:#fff;}

 @-webkit-keyframes bounce {0%, 20%, 50%, 80%, 100% {bottom:85px;} 40% {bottom:75px;} 60% {bottom:65px;} }
 @keyframes bounce {0%, 20%, 50%, 80%, 100% {bottom:85px;} 40% {bottom:75px;} 60% {bottom:65px; } }

.ajax-loading { position: fixed; top:0; left:0; right:0; bottom:0; background:#fff; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; -webkit-transition: opacity .3s; transition: opacity .3s; }
.ajax-loading:after { content:""; width:50px; height:50px; background:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDUwIDUwIj48cGF0aCBmaWxsPSIjMDAwIiBkPSJNNDMuOTM1LDI1LjE0NWMwLTEwLjMxOC04LjM2NC0xOC42ODMtMTguNjgzLTE4LjY4M2MtMTAuMzE4LDAtMTguNjgzLDguMzY1LTE4LjY4MywxOC42ODNoNC4wNjhjMC04LjA3MSw2LjU0My0xNC42MTUsMTQuNjE1LTE0LjYxNWM4LjA3MiwwLDE0LjYxNSw2LjU0MywxNC42MTUsMTQuNjE1SDQzLjkzNXoiPjwvcGF0aD48L3N2Zz4=) center no-repeat; -webkit-animation:spin .5s infinite linear; animation:spin .5s infinite linear; }
.ajax-loading.active { opacity:1; visibility: visible; z-index:1001;}
@-webkit-keyframes spin {0% {-webkit-transform:rotate(0deg)} 100% {-webkit-transform:rotate(360deg)} }
@keyframes spin {0% {transform:rotate(0deg)} 100% {transform:rotate(360deg)} }

.close {z-index:1; width:50px; height:50px; background:url(images/close.png) rgba(0,0,0,0.4) no-repeat center; background-size:25px; position:absolute; right:15px; top:0px; -webkit-transition:.3s; transition:.3s;}
.close:hover {background-color:rgba(0,0,0,0.5);}
.close a {position:absolute; top:0; right:0; bottom:0; left:0; line-height:70px; color:#fff; text-align:center; text-transform:uppercase;}




.mail-fixo{
	position: fixed;
	bottom: 30px;
	right: 140px;
	z-index: 10;
	min-width: 30px;
	min-height: 20px;
	color: #fff;
}
.mail-fixo:before{
	content:'';
	width: 50px;
	height: 50px;
	background: url(images/svg/mail.svg) no-repeat center #fff;
	border-radius: 50%;
	background-size: 28px;
	position: absolute;
	top: -15px;
	left: -20px;
	box-shadow: 1px 1px 2px rgba(0,0,0,.2);
}
.mail-fixo span{
	background: #4dc247;
	padding: 5px 10px 5px 40px;
	border-radius: 10px;
	font-weight: 600;
}

.messenger-fixo{
	position: fixed;
	bottom: 30px;
	right: 80px;
	z-index: 10;
  min-width: 30px;
  min-height: 20px;
	color: #fff;
}
.messenger-fixo:before{
	content:'';
	width: 50px;
	height: 50px;
	background: url(images/ico-messenger.png) no-repeat center #fff;
	border-radius: 50%;
	background-size: 25px;
	position: absolute;
	top: -15px;
	left: -20px;
	box-shadow: 1px 1px 2px rgba(0,0,0,.2)
}
.messenger-fixo span{
	background: #4dc247;
	padding: 5px 10px 5px 40px;
	border-radius: 10px;
	font-weight: 600;
}



.whatsapp-fixo{
	position: fixed;bottom: 30px;right: 20px;
	z-index: 10;
  min-width: 30px;
  min-height: 20px;
	color: #fff;
}
.whatsapp-fixo:before{
	content:'';
	width: 50px;
	height: 50px;
	background: url(images/whatsapp-white.svg) no-repeat center #4dc247;
	border-radius: 50%;
	background-size: 30px;
	position: absolute;
	top: -15px;
	left: -20px;
}
.whatsapp-fixo span{
	background: #4dc247;
	padding: 5px 10px 5px 40px;
	border-radius: 10px;
	font-weight: 600;
}




.category-filter{
	padding:30px 0;
	text-align: center;
}
.category-filter ul { display:inline-block;}
.category-filter li {
	display: inline-block;
    color: #202020;
    background-color: #eee;
    padding: 7px 22px;
    margin: 4px;
    border-radius: 2px;
    cursor: pointer;
    transition: .3s;
  }
.category-filter li:hover,
.category-filter li.active {color: #fff;box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);background: #000;}

#decoracao {/* background: #e0e0e0; *//* padding:80px 0; */}
	#decoracao .item {
		background-position:center;background-size: contain;background-repeat:no-repeat;z-index:1;position:relative;margin-bottom:50px;padding-bottom: 100%;
	}
	#decoracao .item p {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		text-align: center;
		background: rgba(0,0,0,.2);
		margin:0;
		letter-spacing: 0;
	}
	#decoracao .item a { position:absolute; top:0; left:0; bottom:0; right:0;}

	.decoracao-busca {
    position: relative;
    display: inline-block;
	}
	.decoracao-busca input {
    height: 28px;
    width: 130px;
    border: 1px solid #eee;
    padding: 0 30px 0 5px;
	}
	.decoracao-busca button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 2px;
    right: 0;
    cursor: pointer;
	}
	.decoracao-busca button svg {
    display: block;
	}
	.decoracao-busca button svg path {
    fill: #777;
  }


.porque {
    padding: 80px 0;
    text-align: center;
    background: #f5f5f5;
}
.porque img { margin-bottom:20px; display:block; max-width:100%; height: auto; }
@media (max-width:991px){
	.porque img {
		max-width: 100vw;
		margin: 0 calc(-50vw + 50% ) 20px;
	}
}

.porque h2{
    font-weight: 300;
    text-transform: uppercase;
}
.porque p{
    max-width: 610px;
    margin: 0 auto 20px;
}


.arranjos {padding: 80px 0;text-align: center;}
	.arranjos .arranjo-items {background: #f1f1f1;padding: 30px 15px;border-radius: 3px;}
	.arranjos .arranjo-item { display: none; }
	.arranjos .arranjo-item h4{margin-bottom: 20px;}
	.arranjos .arranjo-item p{  }
	.arranjos .arranjo-links { margin-top:20px; display: flex; }
	.arranjos .arranjo-link {background:#f1f1f1; flex:1;position: relative; cursor:pointer;padding:10px; border-radius: 3px; }
	.arranjos .arranjo-link + .arranjo-link {margin-left: 20px; }
	.arranjos .arranjo-item.active { display: block; }
	.arranjos .arranjo-link.active { background:#000; color:#fff; }
	.arranjos .arranjo-link.active:after {content: ''; position: absolute; border-style: solid; border-width: 0 10px 6px; border-color: #000 transparent; display: block; width: 0; margin-left: -10px; top: -6px; left: 50%; z-index: 1; }
.arranjos-imagens {display: flex;margin-top: 20px;}
	.arranjos .arranjo-imagem {flex-grow: 1; }
	.arranjos .arranjo-imagem + .arranjo-imagem { margin-left:20px; }
	.arranjos figure {width:100%;padding-bottom:67%;background-size: cover;background-position: center;background-repeat: no-repeat; border-radius: 3px; }

	@media (min-width:992px){
		.arranjos-container {display: flex;}
			.arranjos-conteudo {display: flex;flex-direction: column;width:67%;padding-right: 20px;}
				.arranjos .arranjo-items {flex-grow: 1;display: flex;align-items: center;justify-content: center;}
			.arranjos-imagens { flex-direction: column;width:33%; margin-top: 0; }
				.arranjos .arranjo-imagem + .arranjo-imagem { margin:20px 0 0 0; }
	}


.map-home iframe {  display:block; }



.instagram{ position:relative; background: #fff; margin-bottom:40px;}
.instagram h2 {text-align: center; margin-bottom: 20px; }
.instagram h2 a {color:inherit;}
.instagram-posts{display: flex; position:relative;}
.instagram-post{flex:1;}
.instagram-image{display: block;width: 100%;}
@media (max-width:991px){
	.instagram-posts{ flex-wrap: wrap; }
	.instagram-post{ flex-basis:50%; }

}
