@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {font-family: "Open Sans"; list-style: 24px;}

body a,
body .btn {text-align: left;}

.pkp_structure_head {background: #f7bc4a url(https://revistaacademicadalusofonia.com/index.php/lusofonia/libraryFiles/downloadPublic/1); background-size: cover; border-bottom: none;}

.pkp_site_name_wrapper {background: none;}

.pkp_structure_main {text-align: justify;}
.pkp_structure_main a,
.pkp_structure_main .btn {text-align: left;}

.pkp_brand_footer {display: none;}

.item.references a {word-break: break-word;}

.entry_details .item.issue {text-align: left;}

.lista-logotipos {list-style: none; padding: 0;}
.lista-logotipos li {text-align: center; margin: 12px 0;}
.lista-logotipos img {max-height: 70px;}


.botao-whatsapp {position: fixed; width: 60px; height: 60px; bottom: 60px; right: 30px; background-color: #25d366; color: #3e2b3e; border-radius: 50px; text-align: center; font-size: 30px; box-shadow: 1px 1px 2px #888; z-index: 999; transition: .5s; animation: pulse-green 1s infinite;}

.botao-whatsapp svg {margin-top: 16px; fill: #fff;}

@keyframes pulse-green {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(122, 208, 58, 1);
    }

    70% {
        transform: scale(0.95);
        box-shadow: 0 0 0 10px rgba(122, 208, 58, 0.5);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(122, 208, 58, 0);
    }
}

.mejs-container {margin: 0 !important;}

@media (min-width: 992px) {
    .pkp_navigation_primary>li:hover ul {left: -6px; margin-top: -4px;}
}