/**
 * Theme Name:     Astra Child
 * Author:         Brainstorm Force
 * Template:       astra
 * Text Domain:	   astra-child
 * Description:    Child Theme
 */

.mb-0 p, p.mb-0 {
	margin-bottom: 0;
}

.contatos .elementor-icon-list-icon {
	background-color: var(--e-global-color-primary);
	min-width: 60px;
	min-height: 60px;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	margin-right: 15px;
}
.contatos .elementor-icon-list-icon i {
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 767px) {
    .contatos .elementor-icon-list-icon {
        min-width: 45px;
        min-height: 45px;
        margin-right: 5px;
    }
}

.ast-scroll-to-top-right {
	bottom: 130px;
}

.btn_zap {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 15px;
	right: 20px;
	background-color: #25D366;
	color: #FFF !important;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 101;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn_zap:hover i {
	color: #FFFFFF !important;
}