/** geral **/

.site-header {
	box-shadow: #747474 0px 1px 8px;
}

.fix-contato {
	max-width:400px;
}

/* remover pesquisa */
.ast-header-search {
	display: none;
}

.site-footer {
	margin-top:100px;
}

.margin-bot-50 {
	margin-bottom:50px;
}

.margin-bot-100 {
	margin-bottom:100px;
}

.margin-top-50 {
	margin-top:50px;
}

.margin-top-100 {
	margin-top:100px;
}

.img-100 img {
	width:100%;
}



/** css lightbox **/

.banner_cehab {
	max-width:100%;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,0.8);
    z-index: 999;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 15px;
    box-sizing: border-box;
}

.banner_cehab.fechado {
    display: none;
}

.banner_container {
    background-color: white;
    border-radius: 15px;
    height: auto;
    line-height: 0;
    overflow: hidden;
    position: relative;
    max-height: 800px;
    max-width: 800px;
}

.banner_container .the_banner {
    max-width: 100%;
	width:600px;
}

.exit_btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-weight: bold;
    font-size: 1.5em;
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

@media (max-width: 769px) {
	  .banner_container .the_banner {
		width:400px;
	}
} //** end media max-600 **//