/*
Theme Name: Guia Museu Flamengo
Author: RedBandana
Author URI: https://redbandana.com.br
Description: Tema para Guia do Museu Flamengo
Version: 9
*/

*, *::before, *::after {border: 0px;margin: 0px;padding: 0px;box-sizing: border-box;outline-color: white;} 

:root {
	--fla-vermelho: #bd0001;
}

html {
    scroll-behavior: smooth;
}

html, body, .container {
    height: 100%;
    width: 100%;
}

body {
    background: black;
    color: white;
}

* {
	font-family: 'Montserrat', sans-serif;
}

a {
    color: #333;
}

ul {
    list-style-type: none;
}

button {
	appearance: none;
	background-color: transparent;
	color: black;
}

header {
    height: 70px;
    position: fixed;
    top: 0;
    width: 100%;
    background: var(--fla-vermelho);
    z-index: 1;
}

header .logo {
    background-image: url(imgs/logoCinza.svg);
    width: 160px;
    height: 55px;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 20px;
    top: 10px;
}

header .changeLang {
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 27px;
    right: 125px;
    width: 32px;
    height: 18px;
}

html[lang="pt"] header .changeLang {
    background-image: url(polylang/pt_BR.svg);
}

html[lang="en"] header .changeLang {
    background-image: url(polylang/en_US.svg);
}

html[lang="es"] header .changeLang {
    background-image: url(polylang/es_ES.svg);
}

header .changeLang:after {
    content: "";
    background-image: url(imgs/ad-int.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -70px;
    height: 18px;
    width: 60px;
    filter: brightness(2);
    top: 0px;
}

html[lang="pt"] header .changeLang:after {
    background-image: url(imgs/ad-libras.svg);
}

.menuToggle {
    cursor: pointer;
    appearance: none;
    position: absolute;
    right: 20px;
    top: 30px;
}

.menuToggle:before, .menuToggle:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 20px;
    left: 0;
    top: 0;
    transition: 0.3s all;
    background: white;
}

.menuToggle:after {
    top: 12px;
}

.menuToggle i {
    background-image: linear-gradient(white 50%, transparent 50%);
    background-size: 100% 4px;
    background-repeat: no-repeat;
    background-position: 0 6px;
    transition: 0.3s all;
    opacity: 1;
    display: block;
    height: 15px;
    width: 20px;
}

html.menuOpen .menuToggle i { opacity: 0; }

html.menuOpen .menuToggle:before {
    transform: rotate(45deg);
    top: 7px;
}

html.menuOpen .menuToggle:after {
    transform: rotate(-45deg);
    top: 7px;
}

.menu-container {
    position: relative;
    width: 100%;
    background: var(--fla-vermelho);
    display: none;
    padding: 15px 30px;
    font-weight: 700;
    top: 70px;
    max-height: calc(100vh - 70px);
    overflow: scroll;
    padding-bottom: 50px;
}

html.menuOpen .menu-container {
    display: block;
    z-index: 2;
}

.menu-container .menu {

}

.menu-container li {
    margin-bottom: 20px;
}

.menu-container a {
    text-decoration: none;
    color: white;
    display: block;
    padding: 10px 0;
    margin-left: 40px;
    border-bottom: 2px solid #e82d2e;
    position: relative;
    text-transform: uppercase;
}

.menu-container a[title="intro"]:before {
    display: none;
}

.content {
    padding-top: 70px;
}

.page-template-escolha-idioma header {
    display: none;
}

.page-template-escolha-idioma .content {
    background-image: url(imgs/fundoHome.svg);
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 100%;
    background-size: cover;
}

.page-template-escolha-idioma .content .langs {
    max-width: 330px;
    margin: auto;
}

.page-template-escolha-idioma .mascoteBox {
    position: relative;
    max-width: 330px;
    margin: auto;
    padding-top: 60px;
}

.page-template-escolha-idioma .mascoteBox img {
    display: block;
    margin: auto;
}

.page-template-escolha-idioma .mascote {
    height: 420px;
}

.page-template-escolha-idioma .mascoteBox .acessibilidade {
    position: absolute;
    right: 15px;
    top: 370px;
    width: 135px;
}

.page-template-escolha-idioma .mascoteBox .logoDourada {
    position: absolute;
    right: 15px;
    top: 0;
}

.page-template-escolha-idioma .content .langs li {
    background-color: #dbdbdb;
    width: 100%;
    display: block;
    margin: auto;
    border-radius: 40px;
    line-height: 40px;
    padding: 0 0 0 25px;
    margin: 15px 0;
}

.page-template-escolha-idioma .content .langs a {
    color: #711510;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

.page-template-escolha-idioma .content .langs a img {
    position: relative;
    top: 2px;
}

.page-template-escolha-idioma .sel {
    text-align: right;
    max-width: 330px;
    margin: auto;
    padding: 0 20px;
}

.page-template-escolha-idioma .langs .lang-item {
    background-repeat: no-repeat;
    background-position: 93% 7px;
    background-image: url(imgs/ad-int.svg);
    background-size: 75px 27px;
}

.page-template-escolha-idioma .langs .lang-item-pt {
    background-image: url(imgs/ad-libras.svg);
}

footer {
    max-width: 330px;
    margin: 20px auto;
    padding: 0 20px;
}

footer .copywrite {
    font-size: 12px;
    text-align: right;
}

.page-template-template-bloco-conteudo .content {
    padding: 100px 20px;
    background-image: url(imgs/fundoPreto.svg);
    background-size: cover;
    min-height: 100%;
    color: #dbdbdb;
}

.page-template-template-bloco-conteudo .content h1,
.page-template-template-bloco-conteudo .content p {
    max-width: 330px;
    margin: auto;
}

.page-template-template-bloco-conteudo .content h1 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
}

.page-template-template-bloco-conteudo .content h1.num {
    padding-left: 60px;
}

.page-template-template-bloco-conteudo .content h1.num span {

}

.page-template-template-bloco-conteudo .content h1:after {
    content: "";
    width: 70px;
    height: 2px;
    background: var(--fla-vermelho);
    display: block;
    margin-top: 10px;
}

.page-template-template-bloco-conteudo .content p {
    margin-bottom: 20px;
    line-height: 24px;
    font-size: 16px;
}

.page-template-template-bloco-conteudo .content a {
    color: var(--fla-vermelho);
    font-weight: 900;
}

.page-template-template-bloco-conteudo .content .botao.principal {
    text-decoration: none;
    color: #dbdbdb;
    background: var(--fla-vermelho);
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: 700;
    margin: 20px auto;
    display: block;
    text-align: center;
    width: fit-content;
    min-width: 280px;
}

body[data-tipo=intro] .content .botao,
.wp-element-button {
    display: block;
    text-align: center;
    margin: 30px auto;
    max-width: 330px;
}

.page-template-template-bloco-conteudo .content img {
    max-width: 100%;
    margin: 20px auto;
    display: block;
    width: auto;
    height: auto;
}

h1.num span,
.menu-container a:before {
    background-color: var(--fla-vermelho);
    position: absolute;
    left: 0;
    line-height: 38px;
    width: 40px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid white;
}

.menu-container a:before {
    content: attr(title);
    display: inline-block;
    top: 0;
    left: -50px;
}

.page-template-template-bloco-conteudo .content iframe {
    display: block;
    margin: 30px auto;
    max-width: 100%;
    aspect-ratio: 16/9;
    height: auto;
    width: 100%;
}


p.ace-icone {
    /* display: flex; */
}

.ace-icone:before {
    content: "";
    display: inline-block;
    background-image: url(imgs/acessibilidade.svg);
    width: 95px;
    height: 40px;
    background-repeat: no-repeat;
    float: left;
    margin: 5px 20px 10px 0;
}

.page-template-template-bloco-conteudo .content ::selection {
  color: black;
  background: white;
}

.mapa {
    position: relative;
    margin: 40px auto;
    width: 335px;
}

.content .mapa > a {
    position: absolute;
    width: 35px;
    height: 35px;
    background: var(--fla-vermelho);
    border-radius: 100%;
    border: 1px solid white;
    color: white;
    text-decoration: none;
    text-align: center;
    line-height: 33px;
    font-weight: 500;
}

.mapa a:after{
    content: attr(data-num);
    color: white;
}

.content .mapa > a.current {
    background: #ddd;
    border: 2px solid var(--fla-vermelho);
}

.mapa a.current:after{
    color: var(--fla-vermelho);
}

.mapa a:nth-of-type(1) {left: 150px;top: 53px;}
.mapa a:nth-of-type(2) {left: 155px;top: 120px;}
.mapa a:nth-of-type(3) {left: 223px;top: 99px;}
.mapa a:nth-of-type(4) {left: 221px;top: 135px;}
.mapa a:nth-of-type(5) {left: 270px;top: 157px;}
.mapa a:nth-of-type(6) {left: 259px;top: 201px;}
.mapa a:nth-of-type(7) {left: 237px;top: 246px;}
.mapa a:nth-of-type(8) {left: 212px;top: 170px;}
.mapa a:nth-of-type(9) {left: 200px;top: 236px;}
.mapa a:nth-of-type(10) {left: 68px;top: 236px;}
.mapa a:nth-of-type(11) {left: 137px;top: 305px;}
.mapa a:nth-of-type(12) {left: 191px;top: 318px;}
.mapa a:nth-of-type(13) {left: 220px;top: 289px;}
.mapa a:nth-of-type(14) {left: 256px;top: 326px;}

.page-template-template-bloco-conteudo .content .ac-icon {
    width: 100px;
    height: 40px;
    display: block;
    margin: 20px auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.page-template-template-bloco-conteudo .ac-icon.ad-libras {
    background-image: url(imgs/ad-libras-int-box.svg);
}

.page-template-template-bloco-conteudo .ac-icon.ad {
    background-image: url(imgs/ad-box.svg);
}


html[lang="pt"] .page-template-template-bloco-conteudo .ac-icon.ad-libras {
    background-image: url(imgs/ad-libras-box.svg);
}

.notFound {
    text-align: center;
    padding: 20px;
}

/* Large screens */
@media (min-width: 1100px) {

    .admin-bar .container {
        top: 32px;
        position: relative;
    }

    .admin-bar header {
        top: 32px;
    }

    body, header {
        max-width: 1000px;
        margin: auto;
    }

}
