html{
    scroll-behavior: smooth;
    scroll-padding-top: 30vh;
}

body{
    margin: 0;
    font-family: Mulish, Arial, Helvetica, sans-serif;
    color: #1c1a1a;
}

.container{
    box-sizing: border-box;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.header{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 15px;
    margin-right: 40px;
}

.header-menu{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    margin: auto;
    padding: 0px;
    text-align: center;
    justify-content: center;
}

.header-menu a:link,
.header-menu a:visited{
    color: #1c1a1a;
    font-weight: 600;
}

.header-menu a:hover{
    color: #ca131c;
    transition: 0.8s;
}

.logo{
    max-width: 100%;
    width: 180px;
    height: auto;
}

nav{
    display: block;
}

a{
    text-decoration: none;
}

.banner{
    position: relative;
    display: block;
}

.txt-banner{
    position: absolute;
    z-index: 2;
    position: absolute;
    right: 0%;
    top: 45%;
    margin: 0;
    text-align: center;
    transform: translate(-50%, -50%);
    font-size: 5vw;
    padding: 0 1rem;
    line-height: 1;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(24, 24, 24, 0.6);
}

.banner img{
    width: 100%;
    margin-bottom: 50px;
}

main h2{
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: #1c1a1a;
}

hr{
    width: 30%;
    border: 1px solid #ca131c;
    margin-bottom: 50px;
}

.opcoes{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.card-1{
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    height: 450px;
    width: 300px;
    display: inline-flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.card-1 img{
    border-radius: 10px 10px 0px 0px;
    max-width: 100%;
    width: 300px;
    height: 194px;
}

.card-1 p, h3{
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
}

.card-1 a{
    background-color: #ca131c;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 50px;
    width: 100px;
    height: 22px;
    margin-left: 20px;
    margin-top: 68px;
    display: flex;
    justify-content: center;
}

.card-1 a:hover{
    background-color: #a9121a;
}

.card-2{
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    height: 450px;
    width: 300px;
    display: inline-flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.card-2 img{
    border-radius: 10px 10px 0px 0px;
    max-width: 100%;
    width: 300px;
    height: 194px;
}

.card-2 p, h3{
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
}

.card-2 a{
    background-color: #ca131c;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 50px;
    width: 100px;
    height: 22px;
    margin-left: 20px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.card-2 input{
    margin-left: 20px;
    margin-right: 20px;
    padding: 15px;
    border: solid 1px #fff;
    border-bottom: solid 1px #e2e2e2;
    outline: none !important;
    box-shadow: none !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.card-2 input:focus,
    .card-2 input:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #ca131c;
    transition: border-bottom .5s ease;
}

.card-2 a:hover{
    background-color: #a9121a;
}

.card-1 p{
    color: rgb(75, 75, 75);
    font-size: 1rem;
}

.card-2 p{
    color: rgb(75, 75, 75);
    font-size: 1rem;
}

.info-cards{
    width: 70%;
    color: rgb(75, 75, 75);
    font-size: .7rem;
    text-align: center;
}

.grupos{
    background-color: #efefef;
    width: 100%;
    height: auto;
    margin-top: 30px;
    display: grid;
    padding-top: 30px;
    padding-bottom: 30px;
}

.grupos ul{
    padding: 0px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    flex-direction: column;
}

.grupos>ul>li{
    list-style: none;
    margin: 10px;
}

.grupos h4{
    width: 80%;
    margin: auto;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
}

.ouvidoria{
    display: grid;
    height: auto;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 30px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ouvidoria h4{
    width: 100%;
    margin: auto;
    font-weight: 500;
}

.atendimento a{
    color: #fff;
    width: 50%;
    margin: auto;
}

.atendimento a:hover{
    color: #ca131c;
    transition: 0.5s;
}

.ouvidoria-rodape a{
    color: #fff;
}

.ouvidoria-rodape a:hover{
    color: #ca131c;
    transition: 0.5s;
}

.relatorios{
    display: grid;
    align-items: center;
    justify-content: center;
}

.relatorios h3{
    margin-top: 50px;
}

.rel{
    display: inline-flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.rel img{
    max-width: 100%;
    width: 20px;
    height: 20px;
}

.rel p{
    margin: 5px;
}

.mapa h2{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

.logo-grupo-brenner{
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: auto;
    background-color: #1c1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-grupo-brenner img{
    width: 400px;
    height: auto;
}

.endereco{
    background-color: #000000;
    color: #fff;
    font-size: .7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.endereco p{
    width: 80%;
    text-align: center;
}

.whatsapp{
    display: flex;
    align-items: center;
    height: 30px;
    width: 30px;
    padding: 15px;
    background-color: #25D366;
    position: fixed;
    justify-content: center;
    border-radius: 40px;
    z-index: 99;
    bottom: 15px;
    right: 15px;
}

.whatsapp img{
    width: 100%;
    height: auto;
}

.social{
    display: flex;
    background-color: #1c1a1a;
    padding-bottom: 35px;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.social img{
    max-width: 100%;
    height: 30px;
    width: 30px;
}

.social img:hover{
    transform: scale(1.2);
    transition: .5s;
}

.voltar{
    background-color: #1c1a1a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8rem;
    padding-bottom: 20px;
}

.voltar a:link, .voltar a:visited{
    color: #fff;
}

.voltar a:hover{
    color: #ca131c;
    transition: .5s;
}

.txt-cards{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding-bottom: 30px;
    text-align: center;
}

.paginas-rodape{
    color: #fff;
    background-color: #1c1a1a;
    gap: 40px;
    text-align: center;
    margin: auto;
    padding-bottom: 30px;
}

.paginas-rodape a:link, .paginas-rodape a:visited{
    color: #fff;
    width: 80%;
}

.paginas-rodape a:hover{
    color: #ca131c;
    transition: .5s;
}

.politica-texto{
    width: 80%;
    align-items: center;
    margin: auto;
    padding: 50px 0px 50px 0px;
}


#cookieBanner{
    position: fixed;
    width: 100%;
    margin: auto;
    text-align: center;
    display: none;
    background-color: #ca131c;
    color: #fff;
    bottom: 0;
    left: 0;
    font-size: .8rem;
    padding: 10px;
    z-index: 10;
}

#btnCookies{
    background-color: #ca131c;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 5px 10px;
    font-size: .8rem;
    font-weight: 300;
}

#btnCookies:hover{
    cursor: pointer;
    background-color: #fff;
    color: #ca131c;
}

#cpf{
    border: none;
    border-bottom: 2px solid #efefef;
    outline: none;
}

#cpf:hover{
    border-bottom: 2px solid #ca131c;
    transition: .5s;
}

.alert{
    padding: 15px;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 20px;
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 99999;
    opacity: 1;
    transition: opacity 0.8s ease;
}

.alert.fade-out {
    opacity: 0;
}

.manutencao{
    height: 60vh;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.manutencao a:link,
.manutencao a:visited{
    color: #1c1a1a;
    font-weight: 600;
}

.manutencao a:hover{
    color: #ca131c;
}

.quem-somos{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
    width: 80%;
    margin: auto;
}

.quem-somos p{
    line-height: 2;
}

.quem-somos img{
    width: 300px;
    margin-top: 10vh;
}

.rodape{
    background-color: #1c1a1a;
    display: flex;
    color: #fff;
    margin: auto;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    align-items: start;
    justify-content: space-evenly;
    padding-bottom: 50px;
    text-align: center;
    width: auto;
}

body {
    opacity: 1;
    transition: opacity 0.5s ease;
}

body.fade-out {
    opacity: 0;
}

/* Tela de splash */
#splash {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 1;
    pointer-events: all;
    transition: opacity 0.6s ease;
}

/* Logo animado */
#splash-logo {
    width: 150px;
    animation: logo-bounce 1s ease-in-out infinite alternate;
}

@keyframes logo-bounce {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.5); }
    100% { transform: scale(1); }
}

/* Esconde o splash */
#splash.hide {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s ease;
}

.success { background: #d1e7dd; color: #0f5132; }
.error { background: #f8d7da; color: #842029;}

html, body {
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 753px){
    .logo{
        margin: auto;
    }

    .header{
        align-items: center;
        justify-content: center;
        margin: auto;
    }

    .banner img{
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .txt-cards{
        padding-bottom: 15px;
    }

    hr{
        margin-bottom: 30px;
    }

    .ouvidoria{
        padding-top: 20px;
    }

    .alert{
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        text-align: center;
        width: 60%;
    }

}