:root {
    --primary: #114c9a;
    --secondary: #f28016;
    --lightgrey: #f5f5f5;
    --mediumgrey: #3e3e3e;
    --darkgrey: #1f1f1f;
    --white: #fff;
    --grey: #959595;
    --black: #000;
    --font-serif: "Nunito Sans", sans-serif;
    ;
    --font-sans: "Nunito Sans", sans-serif;
    ;
    --font-serif-txt: "Nunito Sans", sans-serif;
    ;
}

body {
    background-color: var(--lightgrey);
    margin: 0;
    color: var(--darkgrey);
}

section {
    /* background-color: var(--mediumgrey); */
}

section.full {
    width: 100%;
}

header .logo {
    background-image: url('../images/logos/guialp-white.svg');
    background-repeat: no-repeat;
    background-size: 100% !important;
    width: 140px;
    height: 60px;
}

section.padded {
    margin-left: 10px;
    margin-right: 10px;
}

button {
    border: var(--white) 2px solid;
    border-radius: 38px;
    padding: 15px 20px;
    color: var(--white);
    font-weight: bold;
}

button:hover {
    background-color: var(--white);
    color: var(--primary);
}

h1,
h2 {
    font-family: var(--font-serif);
}

h2 {
    font-size: var(--text-2xl);
    font-weight: bold;
}

.navbar {
    color: var(--white);
}

.navbar li {
    border-radius: 5px;
    margin-right: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.navbar li a:hover {
    color: var(--secondary);
}

#mobile-menu {
    background-color: var(--lightgrey);
}


/* Featured Issue */

.featured-issue {
    color: var(--white);
    /* min-height: 600px; */
}

.featured-issue span {
    background-color: var(--secondary);
}

.featured-issue h1,
.featured-issue p {
    text-shadow: 0px 0px 20px var(--primary);
}

.article p {
    line-height: 2rem;
}

header div:first-child {
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

footer {
    background-color: var(--lightgrey);
    color: var(--primary);
    line-height: 40px;
}


/* last-issues */

section.last-issues {
    background-color: var(--lightgrey);
    font-family: var(--font-serif);
}

.last-issues p {
    font-family: var(--font-serif-txt);
    color: var(--mediumgrey);
    font-size: 18px;
    font-weight: 400;
}


/* most-viewed */

.most-viewed {
    background-color: var(--white);
}

.most-viewed h1 {
    font-family: var(--font-sans) !important;
    font-weight: 700;
    font-size: 1rem;
}

.most-viewed-item div:first {
    font-family: var(--font-serif);
    font-weight: 600;
}

.most-viewed hr {
    color: var(--mediumgrey);
    border: 1px solid var(--lightgrey);
    margin-top: 30px;
    margin-bottom: 30px;
}


/* Agenda */

div.agenda,
div.side-agenda {
    font-family: var(--font-serif);
}

div.agenda div,
div.side-agenda {
    background-color: var(--white);
}

div.agenda div span:nth-child(1),
div.side-agenda div span:nth-child(1) {
    background-color: var(--secondary);
    font-family: var(--font-sans);
    font-size: 0.8rem;
    width: fit-content;
}

div.agenda div span:nth-child(3),
div.side-agenda div span:nth-child(3) {
    background-color: var(--grey);
    font-family: var(--font-sans);
    width: fit-content;
}

div.agenda p {
    font-family: var(--font-serif-txt);
    color: var(--mediumgrey);
    font-size: 18px;
    font-weight: 400;
}

div.agenda div p.local,
div.side-agenda div p.local {
    color: var(--mediumgrey);
    font-size: 12px;
    font-family: var(--font-sans);
}


/* Colunas */

div.side-colunas div span {
    background-color: var(--secondary);
    font-family: var(--font-sans);
    width: fit-content;
}

div.side-colunas {
    background-color: var(--white);
}

div.side-colunas h1 {
    font-weight: 700;
    font-size: 1rem;
}


/* Social */

div.social {
    font-family: var(--font-serif);
}

div.social div h3 {
    text-shadow: 0px 0px 3px var(--darkgrey);
}

div.social div a:hover h3 {
    color: var(--secondary);
}

div.social img {
    min-height: 244px;
    height: 244px;
}

div.social div.grid a span:first-child {
    background-color: var(--secondary);
    font-size: 0.8rem;
}

div.side-coberturas {
    background-color: var(--white);
    font-family: var(--font-serif);
}


/* subscribe */

div.subscribe {
    background-color: var(--primary);
    color: var(--white);
}

.subscribe input {
    background-color: var(--white);
    color: var(--darkgrey);
}


/* social-networks */

.social-networks img {
    width: 25px;
    height: 25px;
    margin-right: 34px;
}


/* dividers */

.divider {
    width: 100%;
    margin-bottom: 15px;
}

.divider-separator {
    display: block;
    width: 15%;
    height: 4px;
    background-color: var(--secondary);
}

.divider-full {
    display: block;
    width: 100%;
    height: 3px;
    margin-top: 20px;
    background-color: var(--darkgrey);
}

section div.container h1:nth-child(1) span {
    font-family: var(--font-sans);
}

a:hover {
    color: var(--secondary);
}


/* Paginação */

div.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

div.pagination .page-numbers .current {
    color: var(--secondary);
}

div.pagination ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 1rem;
}

div.pagination li {
    white-space: nowrap;
}


/* SocialShare */


/* div.socialshare ul {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0 0 0 6px;
    gap: 6px;
} 

div.socialshare span {
    display: block;
    width: 26px;
    height: 26px;
    padding: 6px;
    border-radius: 6px;
    margin-left: 6px;
}

div.socialshare img {
    width: 26px;
    height: 26px;
}
*/


/* div.socialshare a {
    width: 30px;
    height: 30px;
    border-radius: 30px;
} */

div.socialshare span.facebook {
    background-color: #1773ef;
}

div.socialshare span.x {
    background-color: #000;
}

div.socialshare span.pinterest {
    background-color: #b7081b;
}

div.socialshare span.linkedin {
    background-color: #0063c2;
}

div.socialshare span.whatsapp {
    background-color: #0db941;
}


/* Icons */

.icon {
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
    min-width: 18px;
    min-height: 18px;
}

.icon-clock {
    background-image: url('../images/icons/clock.svg');
}

.icon-marker {
    background-image: url('../images/icons/orange/location-dot-solid.svg');
}


/*  Galerias  */

.wp-block-gallery {
    margin-top: 30px;
}

.wp-block-gallery .wp-block-image img {
    border-radius: 30px;
    margin-bottom: 15px;
    width: 100% !important;
}

.wp-block-gallery figure.wp-block-image {
    position: relative;
    overflow: hidden;
    z-index: 1;
}


/* Banners */

.banner-full-width {
    width: 100%;
}


/* Fixes do WordPress */

.size-full {
    height: auto !important;
}


/* .size-full img {
    width: 100% !important;
} */

.wp-block-gallery figcaption.wp-element-caption {
    position: absolute;
    bottom: 16px;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    color: var(--white);
    font-family: var(--font-sans);
    font-size: 1.2em;
    text-align: center;
    box-sizing: border-box;
    z-index: 9999;
    border-radius: 0 0 30px 30px;
}

@media only screen and (max-width: 768px) {
    figure.wp-block-gallery.columns-3 {
        columns: 1 !important;
    }
    figure.wp-block-gallery.columns-3 img {
        margin: 0 0 20px;
        width: 100%;
    }
}