:root {
    --furious-tiger:#E8570E;
    --clear-orange:#EF8803;
    --dark-charcoal: #333033;
    --forged-iron: #58535A;
}
/* FONTES */
html, body, p {
    font-family: 'Rubik', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Quicksand", sans-serif !important;
}

a {
    color: var(--furious-tiger);
}

a:hover {
    color: var(--clear-orange);
}

mark {
    font-family: "Quicksand", sans-serif !important;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    letter-spacing:-1px;
    font-weight:900;
    background: url('../img/mark-furious-tiger.svg');
    margin: -0.25rem -0.75rem;
    padding:  0.25rem 0.75rem;
}
/*  MENU */
.bg-gray {
    background-color: var(--dark-charcoal);
}
.bg-gray-gradient {
    background: linear-gradient(to bottom, var(--dark-charcoal), #332F335a);
}
.bg-orange-gradient {
    background: linear-gradient(to bottom, var(--furious-tiger), var(--clear-orange));
}
#menu a {
    font-family: "Quicksand", sans-serif !important;
    font-weight:700;
}
#menu a:hover {
    transition: all 200ms ease;
    color: var(--dark-charcoal) !important;
}
#menu a.active {
    border-bottom:2px solid #FFF;
}
/* LOGO */
#summary .custom-logo {
    filter: invert(100%) brightness(10000%);
    height:40px !important;
    max-height:50px !important;
    width: auto !important;
}
footer .custom-logo {
    height:40px !important;
    max-height:50px !important;
    width: auto !important;
}

/* Utilitários de espaçamento entre letras */
.ls-025 {
  letter-spacing: 0.25rem !important;
}

.ls-01 {
  letter-spacing: 0.1rem !important;
}

.ls-n01 {
  letter-spacing: -0.1rem !important;
}

.ls-n025 {
  letter-spacing: -0.25rem !important;
}

.has-light-color {
    color: var(--bs-light);
}

.slider .carousel-item.active,
.slider .carousel-item-next,
.slider .carousel-item-prev {
    display: flex !important;
}

/* POSTS */
.wp-block-post-date {
    box-sizing: border-box;
    border-radius: 50px;
    width: 50px;
    background-color: var(--furious-tiger);
    height: 50px;
    padding: 0.5rem;
    text-wrap: auto;
    text-align: center;
    line-height:1rem;
    position: absolute;
    z-index:3;
    font-family: "Quicksand", sans-serif !important;
    line-height: 0.85rem;
    color: #FFF;
    box-shadow: 2px 4px 0px #FFF;
}
.rounded-circle.wp-block-post-featured-image img {
    border-radius:50% !important;
}

#hero {
    position: relative;
}

#hero::after {
    content: '';
    background-image: url('../img/centerlid-div-up.png');
    background-repeat: repeat-x;
    background-position: center bottom;
    width: 100%;
    height: 75px;
    position: absolute;
    z-index: 1;
    bottom: -2px;
    
}

.div-paper {
    position: relative;
}
.div-paper::after {
    content: '';
    background-image: url('../img/centerlid-div-up.png');
    background-repeat: repeat-x;
    background-position: center bottom;
    width: 100%;
    height: 75px;
    position: absolute;
    z-index: 2;
    bottom: -2px;
    
}
.div-paper::before {
    content: '';
    background-image: url('../img/centerlid-div-down.png');
    background-repeat: repeat-x;
    background-position: center top;
    width: 100%;
    height: 75px;
    position: absolute;
    z-index: 2;
    top: -2px;
    
}
.centerlid-interactive-icon figure {
    background-color: var(--furious-tiger);
    padding:0.5rem;
    border-radius:50%;
}

.centerlid-interactive {
    position:relative;
}
@media (max-width: 576px) {
    .centerlid-interactive {
        margin:7.5rem 0;
    }
}
.centerlid-interactive::before {
    content: '';
    background-image: url(../img/centerlid-seta-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 75%;
    height: 100px;
    position: absolute;
    z-index: -1;
    top: 25%;
    left: -25%;
}
@media (max-width: 576px) {
  .centerlid-interactive::before {
    top: -25%;
    left: 0;
    transform: rotate(90deg);
  }
}
.centerlid-interactive::after {
    content: '';
    background-image: url(../img/centerlid-seta-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 75%;
    height: 100px;
    position: absolute;
    z-index: -1;
    top: 25%;
    right: -25%;
}
@media (max-width: 576px) {
  .centerlid-interactive::after {
    top: 100%;
    left: 0;
    transform: rotate(90deg);
  }
}

#footer {
    position: relative;
}

#footer::before {
    content: '';
    background-image: url('../img/centerlid-div-down.png');
    background-repeat: repeat-x;
    background-position: center top;
    width: 100%;
    height: 75px;
    position: absolute;
    z-index: 1;
    top: -2px;
    
}

#branches figure img {
	border-radius: 1rem;
	box-shadow:0.25rem 0.5rem 0.5rem rgba(0,0,0,0.15)
}