/**
 * Theme Name:     Aliança Rio Arquitetura
 * Author:         Água Viva Design
 * Template:       astra
 * Text Domain:	   alianca-rio-arquitetura
 * Description:    Tema para Aliança Rio Arquitetura
 * Version:        1.0
 */
 
body {
    font-size: 16px;
}

body:not(.elementor-editor-active) .elementor-menu-anchor:before {
  content: "";
  display:block;
  height: 80px; /* fixed header height*/
  margin: -80px 0 0; /* negative fixed header height */
  visibility: hidden;
  pointer-events: none;
}

.fancy-tit .elementor-icon {
	display: flex;
	justify-content: center;
	align-items: center;
}
.fancy-tit .elementor-icon::before, .fancy-tit .elementor-icon::after {
    content: "";
    background-color: #EA7B21;
    height: 3px;
    width: 70px;
    margin: 0 8px;
}
.fancy-tit.odd .elementor-icon::before, .fancy-tit.odd .elementor-icon::after {
    background-color: #fbcaa2;
}
.no-pad-marg-bottom {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.quemsomos-pad {
	padding: 2% 8%;
}

.av-logo {
    position: relative;
    top: 0px;
    left: 4px;
}

#cookie-notice {
	background-color: #363636;
}
#cn-notice-buttons a {
	background-color: #EA7B21;
	color: #FFFFFF;
	padding: 7px 10px;
	border-radius: 2px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.7px;
}

@media screen and (min-width: 437px) and (max-width: 767px) {
    .serv .elementor-container {
        max-width: 400px !important;
        margin: 0 auto;
    }
}