.upload {
    overflow: hidden;
    border-radius: .25rem;
    border: 2px dashed #aaa;
    padding: .125rem .25rem;
    position: relative;
    transition: border-color .7s ease;
    width: 100%;
    width: 200px;
    height: 153px;
}

.upload.upload-hover {
    border-color: #000;
}

.upload .selecionar-arquivo {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity .7s ease;
    z-index: 1;
}

.upload input[type='file'] {
    display: none !important;
}

.upload label.file {
    background-color: transparent;
    color: transparent;
    border: none;
    margin: 0 !important;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.upload:hover .selecionar-arquivo {
    background-color: #00000080;
    opacity: .95;
}

.upload img {
    object-fit: contain;
    font-weight: 300;
    line-height: 2;
    text-align: center;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.upload img::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #f0f0f0;
}

.upload img::after {
    content: "Selecione a imagem";
    display: block;
    font-size: 16px;
    font-style: normal;
    color: rgb(100, 100, 100);
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    text-align: center;
}

label {
    font-size: 14px;
}

label.error {
    font-size: .9rem;
    font-weight: bold;
    padding-left: 1rem;
}

.error {
    color: red;
}

.informacoes {
    font-size: .9rem;
    font-family: 'Calibri', 'Roboto', 'Trebuchet MS', 'Helvetica Neue', 'Arial', 'sans-serif' !important;
}

.logo img {
    max-height: 50px;
    width: auto;
    min-width: 144.44px;
    height: 60px;
    min-height: 60px;
    max-height: 60px;
    object-fit: contain;
}

.mais-que-uma-equipe {
    color: #666;
    font-size: 1.2rem;
    padding: 0 1rem;
}

.acompanhe-nas-redes-sociais {
    color: #666;
    font-size: 1.2rem;
    padding: 0 1rem;
}

.redes-sociais>a>span {
    background-color: #fb3e00;
    font-size: 1.5rem;
}

.redes-sociais>a>span>span {
    color: #f0f0f0;
}

.circulo-redes-sociais {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.sessao {
    margin-bottom: 1rem;
}

.sessao span:nth-child(1) {
    color: #666;
    font-size: 2.5rem;
    padding: 1.5rem 0;
}

.sessao span:nth-child(1) {
    color: #666;
    font-size: 2.5rem;
}

.sessao span:nth-child(2) {
    color: #666;
    font-size: 1.3rem;
}

.privacidade {
    color: #666;
    font-family: 'Calibri', 'Roboto', 'Trebuchet MS', 'Helvetica Neue', 'Arial', 'sans-serif' !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    text-rendering: optimizelegibility;
}