/* Fontes */

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Efeitos */

@keyframes piscar {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

.bounce {
  animation: bounce 2s ease infinite;
}
@keyframes bounce {
    70% { transform:translateY(0%); }
    80% { transform:translateY(-30%); }
    90% { transform:translateY(0%); }
    95% { transform:translateY(-15%); }
    97% { transform:translateY(0%); }
    99% { transform:translateY(-7%); }
    100% { transform:translateY(0); }
}

.pulse {
  animation: pulse 1s infinite ease-in-out alternate;
}
@keyframes pulse {
  from { transform: scale(0.8); }
  to { transform: scale(1.2); }
}

.flash {
  animation: flash 500ms ease infinite alternate;
}
@keyframes flash {
	from { opacity: 1; }	
	to { opacity: 0.6; }
}

/* Geral */

*{
	transition: all .5s ease-out;
}

body{
	font: 15px 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 1.5;
}

img{
	height: auto;
	max-width: 100%;
}

img.flip-x{
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

img.flip-y{
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}

a{
	color: var(--bs-orange);
	text-decoration: none;
}

a:hover{
	color: var(--bs-orange);
	text-decoration: underline;
}

hr{
	background-color: rgba(0, 0, 0, .1);
	color: rgba(0, 0, 0, .1);
	opacity: 1;
}

ul{
	padding-left: 2rem !important;
}

/* Elementos */

.text-justify{
	text-align: justify;
}

.locacao-movel li{
	list-style-position: inside
}

.border-orange{
	border: 1px solid var(--bs-orange);
}

.radius-25{
	border-radius: 25px;
}

.radius-bottom-25{
	border-radius: 0 0 25px 25px;
}

.button{
	border: 1px solid rgba(0, 0, 0, .1);
	color: var(--bs-gray);
	display: block;
	margin: 0 auto 15px;
	outline: 0;
	padding: 5px 20px;
	text-align: center;
	width: auto;
}

.button:hover{
	background: var(--bs-orange);
	border-color: var(--bs-orange);
	color: var(--bs-white);
}

.bg-orange,
.button.bg-orange,
.btn.bg-orange{
	background: linear-gradient(90deg,#fd7e14 42.54%,#ff6200 73.15%);
	border-color: var(--bs-orange);
	color: var(--bs-white);
}

.button.bg-orange:hover,
.btn.bg-orange:hover{
	background: none;
	color: var(--bs-orange);
	text-decoration: none;
}

.orange{
	color: var(--bs-orange) !important;
}

.gray{
	color: var(--bs-gray) !important;
}

/* Bootstrap */

.col-xs-8r,
.col-sm-8r,
.col-md-8r,
.col-lg-8r {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-8r {
    width: 11.11%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-8r {
        width: 11.11%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-8r {
        width: 11.11%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-8r {
        width: 11.11%;
        float: left;
    }
}

/* Header */

.site-header{
	background: var(--bs-white);	
	width: 100%;
	z-index: 20;
}

.site-header,
.site-header.sticky-menu{
	transition: .4s linear;
}

.site-header.sticky-menu .telefones{
	display: none;
}

.site-header.sticky-menu img{
	max-height: 50px;
	width: auto;
}

.dropdown-menu{
	padding: .25em 0em !important;
}

.dropdown-menu a.dropdown-item:hover{
	background: 0;
	color: var(--bs-orange);
	text-decoration: none;
}

.dropdown-divider{
	margin: 0;
}


/* Telefones */

.telefones{
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	border-top: 1px solid rgba(0, 0, 0, .1);
	color: var(--bs-orange);
	font-size: 13px;
}

.telefones .contact-info{
	align-items: center;
	display: flex;
	justify-content: center;
}

.telefones .contact-info li{
	list-style: none;
}

.telefones .contact-info a{
	color: var(--bs-orange);
	font-weight: bold;
	text-decoration: none;
}

.telefones .contact-info a:hover{
	text-decoration: underline;
}

/* Menus */

.hamburger--spring.is-active .hamburger-inner,
.hamburger--spring.is-active .hamburger-inner:after,
.hamburger--spring.is-active .hamburger-inner:before,
.hamburger--spring .hamburger-inner,
.hamburger--spring .hamburger-inner:before,
.hamburger--spring .hamburger-inner:after{
	background: var(--bs-orange);
}

.hamburger-menu{
    display: block;
    height: 35px;
    position: relative;
    transition: all .75s cubic-bezier(.77,0,.175,1);
    width: 35px;
    z-index: 4;
}

.hamburger-menu .inner{
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%,-50%);
}

.hamburger-menu span{
    background: var(--bs-orange);
    display: block;
    height: 3px;
    margin-bottom: 5px;
    opacity: .88;
    position: relative;
    transform-origin: 4px 0;
    transition: transform .5s cubic-bezier(.77,.2,.05,1),background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease;
    width: 30px;
    z-index: 1;
}

.hamburger-menu:hover span{
	background: var(--bs-gray);
}

.navbar-toggler{
	border: 0;
	padding-right: 0;
}

.navbar-nav{
	padding: 0 !important;
}

.navbar-nav .nav-item{
	padding: 5px;
}

.navbar-nav .nav-item:first-child{
	border: 0;
}

.nav-link{
	color: var(--bs-orange);
	font-weight: 500;
}

.nav-link:hover{
	color: var(--bs-gray);
}

.navbar-brand{
	max-width: 70%;
}

.navbar-brand img{
	max-height: 70px;
}

.menu-footer .nav-link{
	color: #ed8227;
}

.menu-footer .nav-link:hover{
	text-decoration: underline;
}

#navbarSupportedContent{
	order: 2;
}

.navbar-internal a{
	border: 2px solid var(--bs-white);
	color: var(--bs-white);
	text-decoration: none;
}

.navbar-internal a:hover{
	background: var(--bs-white);
	color: var(--bs-orange);
}

/* Busca */

.botoes{	
	order: 3;
}

.search{
	align-items: center;
	color: var(--bs-orange);
	cursor: pointer;
	display: flex;
}

.search:hover{
	color: var(--bs-gray);
}

.busca{
	transition: all .5s ease-out;
}

.busca fieldset{
	display: flex;
	justify-content: space-between;
}

.busca .form-control{
	color: var(--bs-black);
}

.busca .btn{
	box-shadow: none;
	color: var(--bs-white);
	outline: 0;
}

.busca .form-control:focus{
	border-color: var(--bs-orange);
}

.busca .btn{
	background: var(--bs-orange);
}

.busca .btn:hover{
	background: var(--bs-white);
	border-color: var(--bs-orange);
	color: var(--bs-orange);
}

@media (max-width: 992px){
	.botoes{
		order: 2;
	}

	#navbarSupportedContent{
		border-top: 1px solid rgba(0, 0, 0, .1);
	}

	.navbar-nav .nav-item{
		border-top: 1px solid rgba(0, 0, 0, .1);
	}

	.search-subtitle{
		font-size: 1.4em !important;
		text-align: center;
	}
}

/* Menu Produtos */

.menu-produtos{
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.menu-produtos .icones{
	border: 1px solid rgba(255, 255, 255, 1);
	padding: 0;
	text-align: center;
}

.menu-produtos .f-icon{
	font-size: 80pt;
}

.menu-produtos figure{
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

figure.movel-thumbnail{
	text-align: center;
}

figcaption{
	font-size: 13px;
	font-weight: 500;
}

.menu-produtos a{
	align-items: center;
	display: flex;
	color: #fff;
	height: 100%;
	justify-content: center;
	text-decoration: none;
}

.menu-produtos .icones:hover,
.menu-produtos .icones:hover a,
.menu-produtos a:hover{
	background: rgba(0, 0, 0, .3);
	color: var(--bs-orange);
}

/* Categorias */

.todos-moveis .movel .legenda{
	font-size: 18px;
	margin: 0 auto;
	max-width: 80%;
	text-align: center;
}

.todos-moveis h1{
	color: var(--bs-orange);
	font-size: 2rem;
	padding: 30px;
	text-align: center;
}

/* Index */

.eventos-home{
	background: linear-gradient(90deg,#fd7e14 42.54%,#ff6200 73.15%);
	padding: 30px 15px;
}

.eventos-home h3{
	color: #fff;
	font-size: 40px;
	margin: auto;
	max-width: 50%;
	text-align: center;
}

/* Sliders */

.slider-home{
	position: relative;
	z-index: 0;
}

.slider-home .carousel-item{
	max-height: 100vh;
	overflow: hidden;
}

.carousel-caption{
	align-items: center;
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%);
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	right: 0;
	top: 0;
}

#carouselDestaque .carousel-caption h1,
#carouselDestaque .carousel-caption h2{
	font-size: 2rem;
	max-width: 50%;
}

#carouselEventos .carousel-item{
	border-radius: 15px;
	max-height: 400px;
	overflow: hidden;
}

#carouselEventos.carousel{
	border-radius: 15px;
	overflow: hidden;
}

.carousel-control-next, 
.carousel-control-prev{
	width: 5%;
}

/* Index - Institucional */

.institucional-home{
	position: relative;
	z-index: 0;
}

.institucional-home h2{
	color: var(--bs-white);
	font-size: 2rem;
}

.institucional-home h3{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
}

.institucional-home img{
	border-radius: 15px;
}

.institucional-home .button{
	border-color: var(--bs-white);
	color: var(--bs-white);
}

.institucional-home .button:hover{
	background: var(--bs-white);
	color: var(--bs-orange);
	text-decoration: none;
}

/* Móveis */

.linha-moveis h2,
.categoria-moveis h1,
.categoria-moveis h2,
.categoria-moveis h3{
	color: var(--bs-orange);
	padding: 30px;
	text-align: center;
}

.categoria-moveis .movel{
	margin-bottom: 30px;
}

.movel a{
	color: #fff;
}

.movel a:hover{
	color: var(--bs-orange);
}

.movel .h-100,
.movel .ratio{
	align-items: flex-end;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 15px;
	display: flex;
	padding: 15px;
}

.movel .ratio a{
	align-items: flex-end;
	display: flex;
	padding: 15px;
}

.movel .legenda{
	font-size: 18px;
}

.movel.half{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.movel.half .col-12{
	align-items: flex-end;
	border-radius: 15px;
	display: flex;
	height: calc(50% - 15px);
	padding: 15px;
}

.locacao-movel h1{
	font-size: 2.2em;
	margin-bottom: 1em;
}

.locacao-movel h2{
	color: var(--bs-orange);
	font-size: 1.6rem;
}

.locacao-movel h3{
	color: var(--bs-orange);
}

.locacao-movel .bg-orange h2,
.locacao-movel .bg-orange h3{
	color: var(--bs-white);
}


.locacao-movel .bg-orange a{
	color: var(--bs-white);
	text-decoration: underline;
}

.locacao-movel .bg-orange a:hover{
	text-decoration: none;
}

.locacao-movel h2.text-justify{
	color: var(--bs-black);
	font: 16px 'Montserrat', sans-serif;
	font-weight: 400;
	text-align: justify;
}

/* Móveis - Destaque */

.linha-moveis .movel,
.moveis-relacionados .movel{
	background: var(--bs-white);
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 25px;
	height: 100%;
	padding: calc(var(--bs-gutter-x) * .5);
}

.linha-moveis .movel:hover img,
.linha-moveis .movel:hover,
.moveis-relacionados .movel:hover img,
.moveis-relacionados .movel:hover{
	background: var(--bs-orange);	
	border-color: var(--bs-white);
}

.linha-moveis .movel a,
.movel figcaption{
	color: var(--bs-gray);
}

.linha-moveis .movel:hover figcaption,
.linha-moveis .movel a:hover,
.linha-moveis .movel:hover h2,
.linha-moveis .movel:hover h3,
.linha-moveis .movel:hover h4,
.linha-moveis .movel:hover a,
.moveis-relacionados .movel a:hover,
.moveis-relacionados .movel a:hover h2,
.moveis-relacionados .movel a:hover h3,
.moveis-relacionados .movel:hover h4,
.moveis-relacionados .movel:hover a{
	color: var(--bs-white);
	text-decoration: none;
}

.linha-moveis .movel img,
.moveis-relacionados .movel img{
	border-radius: 25px;
}

.linha-moveis .movel figure,
.moveis-relacionados .movel figure{
	margin: 0;
}

.linha-moveis .movel figcaption,
.linha-moveis .movel figcaption h2,
.linha-moveis .movel figcaption h3,
.linha-moveis .movel figcaption h4,
.eventos-item figcaption h4,
.moveis-relacionados .movel figcaption,
.moveis-relacionados .movel figcaption h2,
.moveis-relacionados .movel figcaption h3,
.moveis-relacionados .movel figcaption h4{
	font-size: 18px;
	margin-top: 10px;
	padding: 0;
	text-align: center;
}

.linha-moveis .movel figcaption h2,
.moveis-relacionados .movel .figcaption h2,
.moveis-relacionados a{
	color: var(--bs-gray);
	padding: 0;
}

.linha-moveis .button{
	margin-top: 15px;
}

/* Móveis - Página */

.locacao-movel{
	padding: 30px;
}

.imagem-movel{
	align-items: center;
	display: flex;
	justify-content: center;
}

.info-movel{
	padding: 30px;
}

.info-movel h1{
	font-size: 24px;
	margin-bottom: 25px;
	text-align: center;
}

.info-movel p{
	line-height: 1.5;
}

.info-movel .btn{
	animation: flash 1.5s infinite;
	width: 100%;
}

.info-movel .btn:hover{
	animation-play-state: paused;
	opacity: 1;
}

.bg-orange.align-items-center p{
	width: 100%;
}

/* Catálogo Móveis */

.catalogo-moveis{
	padding: 0 30px;
}

.catalogo-moveis .col-12.col-md-3,
.catalogo-moveis .item-movel,
.moveis-relacionados .item-movel{
	margin-bottom: calc(var(--bs-gutter-x) * .9);
}

.item-movel{
	text-align: center;
}

.item-movel .regiao{
	color: var(--bs-gray);
	font-size: 18px;
	padding: 10px 15px;
	text-align: center;
}

.produto-landing-page h3{
	font-size: 15px !important;
}

.fill {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden
}
.fill img {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%
}

/* Móveis Relacionados */

.moveis-relacionados .movel a{
	color: var(--bs-orange);
}

.moveis-relacionados h3{
	color: var(--bs-orange);
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 15px;
}

.moveis-relacionados{
	border-top: 1px solid rgba(0, 0, 0, .1);
	padding: 30px;
}

/* Carrossel - Indicadores */

.carousel-indicators button{
	background: var(--bs-orange);
}

/* Mapa do Site */

.mapasite-home{
	padding: 30px;
}

/* Páginas */

.pagina{
	padding: 30px;
}

.pagina h1{
	font-size: 1.75em;
	margin-bottom: 30px;
}

.conteudo img{
	border-radius: 15px;
}

/* Contato */

.maps iframe{
	width: 100%;
}

.enderecos{
	background: #efefef;
}

/* Eventos */

.evento{
	margin-bottom: 2rem;
}

.eventos-item{
	background: var(--bs-white);
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 25px;
	height: 100%;
	padding: calc(var(--bs-gutter-x) * .5);
	text-align: center;
}

.eventos-item img{
	border-radius: 15px;
}

.eventos-item figcaption{
	color: var(--bs-gray);
	font-size: 16px;
	margin-top: 1rem;
	text-align: center;
}

/* Mapa do Site */

.mapasite-home h3{
	font-size: 16px;
	font-weight: 400;
}

.mapasite-home h3 a{
	color: var(--bs-black);	
	line-height: 1;
}

.mapasite-home hr{
	margin: 15px 0;
}

/* Footer */

.site-footer{
	background: #ebebeb;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.site-footer .brand-footer{
	margin: 15px auto;
}

.site-footer .copyright{
	border-top: 1px solid #ed8227;
	color: #3c3c3c;
	font-size: 11px;
	text-align: center;
}

.site-footer address{
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}

/* Fixa Telefone */

#menu-vertical{
	background: var(--bs-orange);
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 0 25px 0 0;
	bottom: 0;
	color: var(--bs-white);
	padding: .5em;
	position: fixed;
	z-index: 5; 
}

#menu-vertical p{
	font-size: 23px;
}

#menu-vertical a{
	color: var(--bs-white);
}

#menu-vertical li{
	margin-bottom: 5px;
	list-style: none;
}

.principais-cidades{
	border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.outras-localidades{
	border-top: 1px solid rgba(255, 255, 255, .2);
}

/* Fixa Telefone - Mobile */

.mobile-telefones{
	background: var(--bs-orange);
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 0 25px 0 0;
	bottom: 0;
	color: var(--bs-white);
	padding: .5em 0;
	position: fixed;
	z-index: 5; 
}

.mobile-telefones p{
	font-size: 21px;
	margin-bottom: .5em;
}

.mobile-telefones a{
	color: var(--bs-white);
	display: block;
	margin: 5px 0;
	width: 100%;
}

.mobile-telefones .principais-cidades,
.mobile-telefones .outras-cidades,
.mobile-telefones .outras-localidades{
	padding: 0 .5em;
}

.mobile-telefones .outras-cidades{
	display: none;
	padding-top: .5em;
}

.mobile-telefones .mais-telefones:before{
	content: "+ ";
	font-weight: 600;
}

.mobile-telefones .mais-telefones.active:before{
	content: "- ";
	font-weight: 600;
}

/* WhatsApp */

.whatsapp{

}

.whatsapp-link {
	background-color: var(--bs-orange);
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 50px;
	bottom: 15px;
	color: #fff;
	font-size: 30px;
	height: 60px;
	position: fixed;
	right: 15px;
	text-align: center;
	width: 60px;
	z-index: 1000;
}

.whatsapp-link:hover{
	background: #727478;
	color: #fff;
}

.fa-whatsapp {
	margin-top: 14px;
}

button.whatsapp-link-form {
	background-color: var(--bs-orange);
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 50px;
	bottom: 15px;
	color: #fff;
	font-size: 30px;
	height: 60px;
	position: fixed;
	right: 15px;
	text-align: center;
	width: 60px;
	z-index: 2000;
}
#formulario {
	background: white;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	bottom: 0;
	box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.2);
	padding: 20px;
	position: fixed;
	right: 15px;
	transition: bottom 0.5s ease;
	z-index: 999;
}
#formulario h2 {
	margin: 0 0 20px;
	text-align: center;
}
#formulario input {
	display: block;
	margin: 10px auto;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 100%;
}
#formulario button {

}

/* Recaptcha */

.grecaptcha-badge { 
	visibility: hidden; 
}

@media screen and (max-width: 800px){
	#carouselDestaque .carousel-caption h2{
		font-size: 1.5em;
		max-width: 70%;
	}

	.carousel-control-next, 
	.carousel-control-prev{
		width: 40px;
	}

	.dropdown-item{
		white-space: wrap;
	}

	#formulario {
		right: 0;
	}
}

@media screen and (max-width: 576px){

	.slider-home img{		
		width: auto;
	}

	.institucional-home h2{
		font-size: 1.25em;
	}

	.catalogo-moveis,
	.locacao-movel{
		padding: 15px 0;
	}
	.linha-moveis h2, 
	.linha-moveis h3, 
	.categoria-moveis h2, 
	.categoria-moveis h3{
		padding: 0;
	}

	.eventos-home h3{
		font-size: 20px;
		max-width: 80%;
	}

	.square-box{
	    position: relative;
	    overflow: hidden;
	    background: #4679BD;
	}
	.square-box:before{
	    content: "";
	    display: block;
	    padding-top: 100%;
	}

	.pagina{
		padding: 0;
	}

	.mobile-telefones{
		background: var(--bs-gray);
		padding-bottom: 0;
	}

	.mais-telefones{
		margin-top: 5px;
	}

	.principais-cidades{
		border-bottom: 1px solid rgba(0, 0, 0, .2);
	}

	.outras-localidades{
		border-top: 1px solid rgba(255, 255, 255, .2);
	}

	.menu-footer{
		width: 100%;
	}

	.menu-footer .nav-link{
		padding: 0;
		text-align: center;
	}
}

@media screen and (min-width: 577px){
	.movel.h-90{
		height: 90vh;
		max-height: 560px;
	}
}