/*
	Theme Name:         Pulso Engine Branding - 2020 (ativo antes eleições 2022)
	Theme URI:          http://www.agenciapulso.com.br/
	Description:        Pulso Engine Branding é um framework WordPress criado utilizando como base o tema Roots.
	Version:            3.0
	Author:             Agência Pulso, Fernando Rivera, Mario Skynex, Renan Lara
	Author URI:         http://www.agenciapulso.com.br/

	License:            MIT License
	License URI:        http://opensource.org/licenses/MIT
*/

header#header nav ul.nav.navbar-nav {
    width: 125%;
    margin-left: -100px;
    max-width: 940px;
    transform: scale(0.92);
    transform-origin: left center;
}

#Polos {
    width: 100%;
    position: relative;
    padding-top: 60px;
    z-index: 200;
    margin-bottom: -40px;
    padding-bottom: 100px;
}

#Polos:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url(assets/dist/img/bg-polos.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    mask-image: url(assets/dist/img/mask-uma-nacao-chamada-saopaulo-gigante.png);
    mask-position: center bottom;
    -webkit-mask-image: url(assets/dist/img/mask-uma-nacao-chamada-saopaulo-gigante.png);
    -webkit-mask-position: center bottom;
}

#Polos #SwiperPolos {
    height: 750px;
    margin-top: 30px;
    max-width: 1200px;
}

#Polos .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#Polos h2 {
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    width: 70%;
    margin: 20px auto 60px auto;
    padding-top: 30px;
}

#Polos .txt-slide {
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    width: 85%;
}

#Polos iframe {
    width: 940px;
    height: 470px;
    margin-bottom: 20px;
    margin-top: -30px;
}

#Polos .link-slide {
    color: var(--cor-laranja);
    transition: all 0.3s;
}


#Polos .link-slide:hover {
    color: #aaa;
}


#Polos .bt-slide {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 10px 25px;
    font-size: 25px;
    border: solid 1px #fff;
    border-radius: 50px;
    top: 50px;
    position: relative;
    transition: all 0.5s;
}

#Polos .bt-slide:hover {
    color: var(--cor-laranja);
    border-color: var(--cor-laranja);
    padding: 10px 55px;
}

#Polos .swiper-button-next, #Polos .swiper-button-prev { 
    filter: grayscale(1) brightness(3);
    margin-top: 15px;
}

#Polos .swiper-button-next.swiper-button-disabled, 
#Polos .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

#Polos .swiper-pagination {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    left: auto;
    right: auto;
    top: 40px;
}

#Polos .swiper-pagination .swiper-pagination-bullet {
    width: 60px;
    display: block;
    height: 6px;
    border-radius: 6px;
    margin-left: 4px;
    margin-right: 4px;
    background-color: #fff;
    opacity: 1;
}

#Polos .swiper-pagination .swiper-pagination-bullet:hover, 
#Polos .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--cor-laranja);
    -webkit-tap-highlight-color: transparent;
    outline-width: 0;
    transition: all 0.3s;
}

#Polos .slide-inicio {
    padding: 0 15% 0 15%;
}

#Polos .slide-inicio .txt-slide {
    font-weight: 300;
}

#Polos .slide-padrao .txt-slide {
    font-size: 25px;
    width: 100%;
}

#Polos .slide-polos,
#Polos .slide-pilares {
    justify-content: flex-start;
}

#Polos .slide-polos h2 { 
    width: 100%;
    margin: 55px auto 35px auto;
    padding-top: 0;
}

#Polos .slide-polos .lista-swipe {
    width: 85%;
    height: 80%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex-grow: 1;
    align-content: space-between;
    justify-content: space-between;    
}

#Polos .slide-polos .lista-swipe li {
    width: 47%;
    font-size: 20px;
    display: flex;
    align-items: center;
    height: 70px;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 50px;
    background: transparent;
    text-transform: uppercase;
    padding-left: 100px;
    text-align: left;
    background-image: var(--data-icone);
    background-position: 30px center;
    background-repeat: no-repeat;
    background-size: 35px auto;
    margin-bottom: 16px;
    padding-right: 50px;
    line-height: 1.3;
}

#Polos .slide-polos .lista-swipe li:nth-child(7n) {
    margin-bottom: 0;
}

#Polos .slide-pilares h2 { 
    width: 100%;
    margin: 55px auto 80px auto;
    padding-top: 0;
}

#Polos .slide-pilares .grid-swipe,
#Pilares .grid-swipe {
    width: 82%;
    height: 80%;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    justify-content: space-between; 
    align-content: space-between;
}

#Polos .slide-pilares .grid-swipe li {
    width: 29%;
    height: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: solid 1px #aaa;
    background-color: #00000044;
    color: #fff;
    text-align: center;
    font-size: 30px;
    padding: 35px;
    line-height: 1.35;
}

.bt-menu {
    font-size: 17px;
    color: #fff;
    height: 35px;
    transition: all .5s;
    cursor: pointer;
    border-radius: 30px;
    background-color: transparent;
    background-image: url(assets/dist/img/icon-home.png);
    background-position: 40px center;
    background-repeat: no-repeat;
    border: solid 1px #fff;
    width: 170px;
    right: 20%;
    position: relative;
}

.bt-menu:hover {
    background-color: #33333366;
}

.bt-menu a {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    color: #fff;
    padding: 0 20px 0 80px;
    transition: all .3s;
    text-decoration: none;
}

#Polos h1 {
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    width: 70%;
    margin: 20px auto 60px auto;
    padding-top: 30px;
}

#listaPolos {
    width: 100%;
    position: relative;
    padding-top: 60px;
    z-index: 190;
    margin-bottom: -40px;
    padding-bottom: 100px;
}

#listaPolos:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #43413f;
    mask-image: url(assets/dist/img/mask-uma-nacao-chamada-saopaulo-gigante.png);
    mask-position: center bottom;
    -webkit-mask-image: url(assets/dist/img/mask-uma-nacao-chamada-saopaulo-gigante.png);
    -webkit-mask-position: center bottom;
}

#listaPolos h2 {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    width: 70%;
    margin: 75px auto 60px auto;
}

.lista-polos.container {
    max-width: 930px;
    margin-bottom: 20px;
    display: none;
}

.interface-mapa {
    display: flex;
    justify-content: space-between;
    height: 600px;
    transform: scale(0.9);
    transform-origin: center top;
    align-items: flex-start;
}

.interface-mapa .menu-flutuante {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    flex-shrink: 0;
    width: 175px;
    justify-content: space-between;
}

.polo-item-menu {
    width: 80px;
    height: 60px;
    border-radius: 5px;
    border: solid 1px #f7ba17;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 3px #00000033;
    margin-bottom: 20px;
    transition: 0.5s;
    cursor: pointer;
    position: relative;
}

.polo-item-menu:hover,
.polo-item-menu.aberto {
    background-color: #f7ba17;
}

.polo-item-menu img {
    position: relative;
    display: block;
    max-height: 40px;
    transition: 0.3s;
}

.polo-item-menu:hover img,
.polo-item-menu.aberto img {
    filter: grayscale(2.4) brightness(0.3);
}

.interface-mapa .container-mapa {
    position: relative;
    height: 100%;
    width: calc(100% - 200px);
    flex-shrink: 1;
}

.item-mapa {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    z-index: 5;
}

.item-mapa.aberto {
    opacity: 1;
    pointer-events: all;
    z-index: 10;
}

.item-mapa .mapa-polo {
    position: relative;
}

.item-mapa .mapa-polo img {
    position: relative;
    display: block;
}

.item-mapa .info-mapa {
    position: absolute;
    left: 50px;
    bottom: 135px;
    color: #fff;
    max-width: 300px;
    line-height: 1.2;
}

.info-mapa h3 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
}

.info-mapa p {
    position: relative;
    margin-left: 40px;
}

.info-mapa p:before {
    content: '';
    position: absolute;
    display: block;
    left: -40px;
    top: calc(50% - 9px);
    width: 30px;
    height: 16px;
    background-color: #f7ba17;
}

.item-mapa .bt-abre-lista {
    position: absolute;
    left: 50px;
    bottom: 55px;
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 22px;
    transition: 0.3s;
    cursor: pointer;
}

.bt-abre-lista:hover {
    color: #f7ba17;
}

.bt-abre-lista span {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #52504f;
    margin-right: 15px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    border: solid 1px #fff;
    padding-bottom: 2px;
    transition: 0.3s;
    font-size: 25px;
    font-weight: normal;
}

.bt-abre-lista:hover span { 
    background-color: #fff;
    color: #52504f;
    margin-right: 25px;
}

.aviso-breve {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    width: 60%;
    text-align: center;
    top: -100px;
    position: relative;
    opacity: 0.75;
}

.overlay-mapa {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    transform: scale(0);
    background-color: #43413fee;
    pointer-events: none;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    flex-direction: column;
}

.overlay-mapa.aberto {
    transform: scale(1);
    opacity: 1;
    z-index: 999;
    pointer-events: all;
}

.overlay-mapa .txt-polo {
    width: 97%;
    column-count: 5;
    line-height: 1.25;
    z-index: 10;
}

.overlay-mapa .bt-fechar-polo {
    margin-top: 30px;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
    cursor: pointer;
}

.overlay-mapa .bt-fechar-polo img {
    display: block;
}

.overlay-mapa .bt-fechar-polo:hover {
    transform: scale(0.9);
    filter: brightness(0.5);
}


.nome-polo {
    cursor: pointer;
    background-color: #333230;
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
    padding-left: 130px;
    align-items: center;
    height: 70px;
    color: #fff;
    font-size: 20px;
    text-align: left;
    margin-top: 5px;
    position: relative;
}

.nome-polo:before {
    content: '';
    width: 80px;
    height: 40px;
    position: absolute;
    left: 30px;
    background-image: var(--data-icone);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.nome-polo:after {
    content: '';
    width: 33px;
    height: 33px;
    position: absolute;
    right: 30px;
    background-image: url(assets/dist/img/icone-faq.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    transition: all 0.5s;
}

.nome-polo.open-faq:after {
    transform: rotateZ(180deg);
}

.conteudo-polo {
    display: none;
    margin: 0 auto 25px auto;
    width: 95%;
    border-radius: 0 0 10px 10px;
    border: solid 1px #43413f;
    border-top: none;
    overflow: hidden;
}

.conteudo-polo .txt-polo {
    padding: 30px 20px 0 20px;
    column-count: 3;
    font-size: 16px;
    color: #294452;
    line-height: 1.75;
    margin-bottom: 45px;
}

.conteudo-polo .mapa-polo {
    width: 100%;
    overflow: hidden;
}

.conteudo-polo .mapa-polo img {
    display: block;
    object-fit: 100%;
    width: 100%;
    height: 100%;
}

#Pilares {
    width: 100%;
    position: relative;
    padding-top: 60px;
    z-index: 180;
    margin-bottom: 80px;
    padding-bottom: 100px;
}

#Pilares:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url(assets/dist/img/bg-pilares.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

#Pilares h2 {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    margin: 75px auto;
    padding: 15px 0;
    background-color: #00000088;
}

#Pilares .grid-swipe {
    max-width: 975px;
    height: auto;
    margin: auto;
}

#Pilares  .grid-swipe li {
    width: 29%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: solid 1px #fff;
    background-color: #34495e;
    color: #fff;
    text-align: center;
    font-size: 30px;
    padding: 35px;
    line-height: 1.35;
    margin-bottom: 50px;
    transition: 0.3s;
    cursor: pointer;
}

#Pilares  .grid-swipe li:hover {
    background-color: #14293e;
}

.overlay-pilar {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    transform: scale(0);
    background-color: #fffffffa;
    pointer-events: none;
    opacity: 0;
    display: flex;
    align-items: center;
    color: #34495e;
    font-size: 16px;
    flex-direction: column;
    top: 0;
    padding-top: 80px;
}

.overlay-pilar.aberto {
    transform: scale(1);
    opacity: 1;
    z-index: 999;
    pointer-events: all;
    position: fixed;
    overflow-y: scroll;
}

.overlay-pilar .txt-pilar {
    width: 100%;
    line-height: 1.4;
    z-index: 10;
    text-align: left;
    color: #34495e;
    position: relative;
    margin: 0 auto;
    transform: scale(0.9);
    transform-origin: center top;
}

#Pilares .overlay-pilar .txt-pilar h2 {
    font-size: 40px;
    color: #34495e;
    text-align: center;
    background-color: transparent;
    margin: 20px auto 20px auto;
    position: relative;
}

#Pilares .overlay-pilar .txt-pilar h2 br {
    display: none;
}

#Pilares .overlay-pilar .txt-pilar h3 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin: 40px auto -30px auto;
}

#Pilares .overlay-pilar .txt-pilar p {
    margin: 0 auto 15px auto;
    max-width: 800px;
    width: 65%;
    position: relative;
}

.overlay-pilar .programas-pilar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 80%;
    margin: 50px auto 0 auto;
    position: relative;
}

.overlay-pilar .item-programa {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 14px;
    color: #34495e;
    flex-basis: 25%;
    flex-shrink: 1;
    flex-grow: 1;
    margin: 0 0 30px 0;
    height: 90px;
    justify-content: space-between;
    text-align: center;
    position: relative;
}

.overlay-pilar span.item-programa {
    font-size: 22px;
    font-weight: bold;
    padding: 20px 5%;
}


.overlay-pilar .item-programa img {
    display: block;
    width: 100%;
    max-height: 65px;
    max-width: 195px;
    object-fit: contain;
    object-position: center;
    position: relative;
}

.overlay-pilar .bt-fechar-pilar {
    margin-top: -50px;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
    cursor: pointer;
    position: relative;
    transform: scale(0.8);
    opacity: 0.9;
}

.overlay-pilar .bt-fechar-pilar:first-of-type {
    margin-top: 0px;
    z-index: 50;
}

.overlay-pilar .bt-fechar-pilar img {
    display: block;
    position: relative;
}

.overlay-pilar .bt-fechar-pilar:hover {
    transform: scale(0.9);
    filter: brightness(0.5);
}


#Download {
    z-index: 190;
}



@media (max-width: 770px) {
    
    .govsp-banner-secom img {
        max-width: 100% !important;
    }
    
    html {
    
    }
    
    #Polos iframe {
        width: 100%;
        height: 270px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    
    #Polos h2 {
        font-size: 25px;
        width: 100%;
        margin: 20px auto 60px auto;
        padding-top: 30px;
    }
    
    #Polos #SwiperPolos {
        height: auto;
        margin-top: 80px;
    }
    
    #Polos .slide-inicio {
        padding: 0;
    }
    
    #Polos .img-slide {
        width: 75%;
        margin-top: 100px;
    }
    
    #Polos .img-slide img {
        max-width: 100%;
    }
    
    #Polos .txt-slide {
        font-size: 18px;
        width: 95%;
    }
    
    #Polos .swiper-slide {
        justify-content: flex-start;
    }
    
    #Polos .swiper-button-next, #Polos .swiper-button-prev {
        display: none;
    }
    
    #Polos .slide-padrao .txt-slide {
        font-size: 20px;
    }
    
    #Polos .slide-polos h2 {
        transform: scale(0.9);
        margin-top: -5px;
    }
    
    #Polos .slide-polos .lista-swipe {
        flex-wrap: nowrap;
        width: 100%;
        justify-content: flex-start;

    }
    
    #Polos .slide-polos .lista-swipe li {
        width: 100%;
        font-size: 15px;
        margin-bottom: 10px;
        padding-right: 10px;
        padding-left: 60px;
        background-size: 20px auto;
        background-position: 15px center;
        height: 45px;
    }
    
    #Polos .slide-polos .lista-swipe li:nth-child(7n) {
        margin-bottom: 10px;
    }
    
    #Polos .swiper-pagination {
        top: -94%;
    }
    
    #Polos .slide-pilares h2 {
        margin: 55px auto 40px auto;
    }
    
    #Polos .slide-pilares .grid-swipe,
    #Pilares .grid-swipe {
        width: 100%;
        height: auto;
        flex-wrap: nowrap;
        flex-direction: column;
        flex-grow: 0;
    }
    
    #Polos .slide-pilares .grid-swipe li {
        width: 85%;
        margin: 0 auto 20px auto;
        padding: 15px 15px;
        font-size: 24px;
    }
    
    header#header {
        width: 100vw;
    }
    
    .polos .navbar-toggle {
        display: none;
    }
    
    .bt-menu {
        right: 10px;
        transform: scale(0.9);
        transform-origin: right center;
        width: 100px;
        background-position: 10px center;
    }
    
    .bt-menu a {
        padding: 0 0px 0 42px;
    }
    
    .polos #Polos .img-slide {
        margin-top: 0;
    }
    
    #Polos h1 {
        font-size: 25px;
        width: 100%;
        margin: 20px auto 60px auto;
        padding-top: 30px;
    }
    
    #listaPolos:before {
        background-color: #fff;
    }
    
    #listaPolos h2 {
        font-size: 25px;
        width: 90%;
        margin: 50px auto;
        color: #294452;
    }
    
    .interface-mapa {
        display: none;
    }
    
    .lista-polos.container {
        display: block;
    }
    
    .nome-polo {
        padding-left: 70px;
        color: #fff;
        height: 65px;
        font-size: 17px;
        padding-right: 50px;
        line-height: 1.25;
    }
    
    .nome-polo:before {
        width: 60px;
        height: 30px;
        left: 5px;
    }
    
    .nome-polo:after {
        width: 25px;
        height: 25px;
        right: 10px;
    }
    
    .conteudo-polo .txt-polo {
        padding: 30px 10px 0 10px;
        column-count: 2;
        font-size: 14px;
    }
    
    #Pilares {
        margin-bottom: 10px;
    }
    
    #Pilares h2 {
        font-size: 25px;
        margin: 45px auto;
    }
    
    #Pilares .grid-swipe li {
        width: 85%;
        margin: 0 auto 20px auto;
        padding: 15px 15px;
        font-size: 24px;
        height: 96px;
    }
    
    #Pilares .overlay-pilar .txt-pilar h2 {
        font-size: 29px;
    }
    
    #Pilares .overlay-pilar .txt-pilar p {
        width: 100%;
    }
    
    .overlay-pilar .programas-pilar {
        width: 100%;
    }
    
    .overlay-pilar .item-programa {
        flex-basis: 35%;
        max-width: 47.5%;
    }
    
    footer {
        margin-top: -10px;
    }
    
}


@media (max-width: 320px) {
	#UmaNacaoSP h2 strong {
		margin-top: 40px!important;
	}
}

@media (min-width: 375px) {
	#UmaNacaoSP h2 strong {
		margin-top: 40px!important;
	}
	#UmaNacaoSP h2 span {
		font-size: 19px!important;
	}
}