﻿.float {
    float: left;
}

.botao {
    margin-right: 5px;
}

#form1 {
    margin: 0;
    padding: 0;
    height: 100%;
}

p, label {
    /*font: 15px Tahoma, Geneva, sans-serif;*/
    font-size: 16px;
    font-family: "Fira Sans","Inter" !important;
    font-weight: 400 !important;
    color: #474748;
}

input, strong {
    font-family: "Fira Sans",'Open Sans' !important;
}

h1, h2, h3, h4, h5, h6, a {
    font-family: "Fira Sans",'Open Sans' !important;
    font-weight: 400 !important;
}


.divLinha {
    float: left;
    width: 100%;
    padding-top: 3px;
}

.divLogin {
    background-color: #EFF6FB;
    border-radius: 6px;
    padding: 20px;
    margin-top: 10px
}

.NoStyle {
    background: none;
    border: 0;
    color: black;
    padding: 0;
    height: auto;
}

#barra-responsive-header {
    display: none;
}

#head-idioma {
    background-color: #F1F1F2;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 5px 48px;
    position: fixed;
    width: 100vw;
    z-index: 110;
}

    #head-idioma .menuIdiomas {
        list-style-type: none;
        margin-left: 20px;
        margin: 0;
        padding: 0;
        display: flex;
        gap: 20px;
    }

        #head-idioma .menuIdiomas a {
            font-size: 14px;
            font-weight: 600 !important;
            color: #4976CF;
            cursor: pointer;
        }

            #head-idioma .menuIdiomas a:hover {
                color: #3A469C;
                text-decoration: none;
            }

.link-vlibras {
    display: none;
    position: absolute;
    top: 30px; /* Ajusta a posição abaixo do botão */
    left: -60px;
    transform: translateX(-50%);
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    width: 180px;
    text-align: center;
    font-size: 14px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1001; /* Maior que o #divHeader */
    border-radius: 10px;
}

.vlibras-container p {
    font-size: 12px;
}

.vlibras-container {
    position: relative; /* Garante que o .link-vlibras fique acima */
    z-index: 120; /* Superior ao #divHeader */
}

    .vlibras-container:hover .link-vlibras {
        display: block;
    }

.vlibras-disable {
    display: none !important;
}

#divHeader {
    z-index: 109;
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    border-bottom: 3px solid rgba(240, 240, 240, 0.4);
    width: 100vw;
    margin-top: 30px;
    padding: 40px 32px;
    height: 64px;
}

    #divHeader .logo {
        height: 30px;
        margin-left: 10px;
    }
    #divHeader a:focus {
        outline: unset;
    }


    #divHeader .logoMc {
        height: 69px;
    }

    #divHeader .menudefault {
        list-style-type: none;
        margin-left: 20px;
        margin-bottom: unset;
    }

        #divHeader .menudefault li {
            display: inline;
        }

            #divHeader .menudefault li:last-child {
                margin-right: 0;
            }

            #divHeader .menudefault li a {
                display: inline-block;
                color: #008A43;
                text-align: center;
                padding: 14px 16px;
                text-decoration: none;
                font-size: 16px;
                font-weight: 600 !important;
            }

                #divHeader .menudefault li a:hover {
                    text-decoration: none;
                    color: #005A24;
                    cursor: pointer;
                }

.logoHeader {
    display: flex;
    gap: 25px;
}

    .logoHeader a {
        align-content: center;
    }

.footer-sig {
    background-color: #002E16;
    color: white;
    padding: 10px;
    text-align: center;
    position: absolute;
    margin-top: 84px;
    width: 100%;
}

.div-empresas {
    padding: 20px;
    align-content: center;
}

    .div-empresas p {
        color: white;
        font-size: 12px;
    }

.empresas {
    display: flex;
    gap: 20px; /* Espaço entre as logos */
    flex-wrap: wrap; /* Permite que as logos quebrem para a próxima linha se necessário */
    justify-content: center;
}

    .empresas img {
        max-height: 40px; /* Ajuste a altura das imagens */
        object-fit: contain;
    }

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 65px;
}

    .footer-bottom p {
        margin: 10px 0;
        color: white;
        font-size: 12px;
    }

    .footer-bottom nav ul {
        list-style: none;
        padding: 0;
        display: flex;
        gap: 20px; /* Espaço entre os links */
    }

        .footer-bottom nav ul li {
            display: inline;
        }

            .footer-bottom nav ul li a {
                color: white;
                text-decoration: none;
                font-size: 16px;
                font-weight: 600 !important;
            }

                .footer-bottom nav ul li a:hover {
                    text-decoration: none; /* Efeito de hover */
                    color: #008A43;
                }

@media (min-width: 1155px) {
    #divHeader {
        display: flex;
    }

        #divHeader .menudefault li a {
            padding: 5px 16px;
        }
}

@media (max-width: 1154px) {

    #barra-responsive-header .logoMc {
        height: 45px;
    }

    #divBody {
        width: 100vw;
    }

    #barra-responsive-header {
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 10px;
        border-bottom: 1px solid lightgray;
        margin-bottom: 10px;
        padding: 5px 0;
    }

    #head-idioma {
        padding: 5px 10px;
        display: unset;
        position: fixed;
    }

        #head-idioma img {
            position: static;
            margin: 5px;
            height: 25px;
        }

        #head-idioma .menuIdiomas {
            justify-content: space-between;
            align-items: center;
            padding: 0 9px;
        }

            #head-idioma .menuIdiomas a {
                font-size: 14px;
                font-weight: 600 !important;
            }

    #divHeader {
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
        width: fit-content;
        height: 100%;
        top: 45px;
        justify-content: start;
        display: none;
    }

        #divHeader .logo {
            display: none;
        }

        #divHeader .logoMc {
            display: none;
        }

        #divHeader .menudefault {
            margin: 10px 0;
            display: flex;
            flex-direction: column;
            width: 100%;
        }

            #divHeader .menudefault li {
                margin-right: 0;
                margin-bottom: 10px;
                width: 100%;
            }

                #divHeader .menudefault li a {
                    padding: 10px;
                    width: 150px;
                    text-align: start;
                }

    .footer-sig {
        margin-top: 0;
    }

    .footer-bottom {
        margin: 10px 30px;
    }

    .popup-login {
        width: 100vw !important;
    }

    #form-login {
        width: 100vw;
        margin: 10px;
    }

    #conteiner-metadado {
        margin: 10px;
    }

        #conteiner-metadado h2 {
            font-size: 15px;
            font-weight: 600 !important;
        }

    .TabelaMetadados td {
        font-size: 11px;
        word-break: break-all;
    }
}
