@charset "UTF-8";


.scroll-desativado {
    overflow: hidden;
}

header > .cabecalho {
    justify-content: space-between;
    padding: 0 10px;
}


header > div > a {
    justify-content: center;
    text-align: center;
}

header .menu-itens {
    display: block;
    cursor: pointer;
}

header nav.menu {
    opacity: 0;
    max-height: 0;
    visibility: hidden;
    top: 60px;
    position: absolute;
    width: 100vw;
    vertical-align: middle;
    height: calc(100vh - 60px);
    margin: 0;
    backdrop-filter: blur(9px);
    background-color: #222222ce;
    text-align: center;
    justify-content: center;
}

header nav.show {
    margin: 0 -15px;
    width: 100%;
    opacity: 1;
    max-height: calc(100vh - 60px);
    visibility: visible;
    transition: opacity 0.1s ease;
}

header nav.menu > ul {
    text-align: left;
    margin-top: 30vh;
    display: flex;
    font-weight: bold;
    flex-direction: column;
}

li.dropdown > ul.drop {
    display: none;
}

.cll-drop {
    padding: 5px;
    align-items: center;
    justify-content: center;
    opacity: 1;
    max-height: 100%;
}

header nav.menu > li.dropdown:hover > ul {
    display: none;
    opacity: 0;
    visibility: hidden;
    max-height: 0%;
}

.open-oculto {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    width: 40px;
}

.open-menu {
    width: 40px;
}

.close-menu {
    display: none;
    visibility: hidden;
}

.close-aparente {
    display: flex;
    width: 40px;
    margin-top: -20px;
    opacity: 1;
    visibility: visible;
}


aside.slideshow > .mobile {
    display: block;
}


aside.slideshow .desktop {
    display: none !important;
}

main {
    gap: 10px;
}

main > section#conheca > div#propaganda {
    display: flex;
    flex-direction: column;
}

main > section#conheca > div#propaganda > img {
    width: 90%;
    order: 1;
}

main > section#conheca > img {
    width: 90%;
}

main > section#conheca a button {
    width: 90%;
}

footer {
    display: flex;
    flex-direction: column !important;
    margin: 0;
    min-height: 50rem;
    text-align: center;
    width: 100%;
}

footer > small {
    padding: 5px;
}

footer > div {
    height: 100%;
    display: flex !important;
    gap: 30px;
    flex-direction: column !important;
}

footer > div > div.nave > nav > ul {
    text-align: left;
    padding: 0 10px;
}

div.ftn-redes {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

section.entrevistado {
    display: flex;
    gap: 30px;
    flex-direction: column;
}

section.entrevistado > aside {
    width: 100%;
    height: 100%;
}

section.entrevistado > aside > .cards {
    width: 100%;
}

footer .cll-drop > li {
    list-style: none;
}

footer .cll-drop > li > a {
    color: #fff;
    text-decoration: none;
}


section.cidades > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px auto;
    flex-direction: column;
}

section.city-parceira > div{
    flex-direction: column;
}


.contato {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contato > div {
    gap: 30px;
    flex-wrap: wrap;
}

.contato > div > img {
width: 100%;}

section.form {
    text-align: center;
}

.notic-flex {
    flex-direction: column;
}

.notic-flex h1 {
    padding-bottom: 20px;
    text-align: center;
}

main > section#apoiador {
    height: 50vh;
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

main > section#apoiador > img {
    width: 80%;
}

a.logo {
    position: relative;
    left: 0;
}


.colabore {
    display: flex;
    flex-direction: column !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    text-align: center;
    align-items: center;
    justify-content: center;
}

#colaboreMensage {
    width: 100%;
    word-wrap: break-word;
}

main > section#apoiador > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

main > section#apoiador img {
    width: 260px;
}

#logosp {
    width: 50% !important;
}

#sec {
    width: 100% !important;
}

#cadastro-empresas {
    background-color: #eeee;
    padding: 1rem;
    margin-top: 1rem;
    border-radius: 12px;
}

#cadastro-empresas > div {
    width: 100%;
}

#cadastro-empresas input {
    width: 100%;
    padding: .5rem 0;
}

#cadastro-empresas textarea {
    width: 100%;
    padding: .5rem 0;
}


.containerForm h3 {
    margin-top: 2rem;
}

.formContent {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 1rem;
    margin: auto;
    margin-bottom: 10px;
    padding: 1rem;
    background-color: #fff;
    border-radius: 12px;
    align-items: center;
    max-width: 200px;
}

.formContent label {
    width: 100%;
    height: 100%;
}

.containerForm input[type="submit"] {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    position: relative;
    width: 100% !important;
    max-width: 150px;
}

section.city-parceira > div > img { width: 90%; margin: auto }