@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;700&display=swap');

*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

:root
{
    --azul: #213E98;
    --branco: #ffffff;
    --azul-escuro: #0A1E5B;
}

body
{
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: overlay;
    background: var(--azul);
}

::-webkit-scrollbar {
    width: 0px;
  }

.container
{
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 100vh;
    align-items: center;
    /* margin-top: 20px; */
}




/* Header */
.header
{
    position: relative;
    display: flex;
    width: 100%;
    height: 18%;
    justify-content: center;
}

.header ul
{
    position: relative;
    display: flex;
    /* height: 22%; */
    width: fit-content;
    justify-content: center;
}

.header ul li
{
    position: relative;
    display: flex;
    width: 405px;
    height: 100%;
    column-gap: 10px;
    align-items: center;
}

.header ul li a {
    display: flex;
    position: relative;
    width: 100%;

    text-align: center;
    line-height: 80px;
    justify-content: space-around;

    text-decoration: none;
    text-decoration-line: none;
}

.header ul li .logo img 
{
    position: relative;
    display: block;
    height: 78px;
}

.header ul li .nome
{
    color: var(--branco);
    font-size: 29px;
    font-weight: 700;
}





/* Navigation */
.navigation
{
    position: relative;
    width: 100%;
    height: 63%;
    display: flex;
    justify-content: space-around;
}

.navigation .card
{
    min-width: 240px;
    height: fit-content;
    /* background-color: green; */
    text-decoration: none;
    list-style: none;
    transition: ease-in-out;
}

.navigation .card:hover
{
    filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.25));
}

.navigation .card .list
{
    height: 30px;
    margin-bottom: 20px;
    pointer-events: none;
}

/* Categoria */
.navigation .card .list li
{
    display: flex;
    height: 100%;
    justify-content: center;
}

.navigation .card .list li a
{
    position: relative;
    display: flex;
    width: fit-content;
    color: var(--branco);
    font-size: 29px;
    font-weight: 600;
}

.navigation .card .list li a .logo-list
{
    position: relative;
    display: flex;
    width: fit-content;
    min-height: 100%;
    align-items: center;
}

.navigation .card .list .logo-list img
{
    height: 30px;
}

.navigation .card .list li a .title
{
    position: relative;
    display: flex;
    width: fit-content;
    min-height: 100%;  
    margin-left: 10px; 
    align-items: center; 
}

/* ---------------------------------------------- */

/* Tirando a linha e pontos do link e da lista */
.navigation .card a
{
    text-decoration: none;
    list-style-type: none;
}
/* ----------------------------------------------- */

.navigation .card ul
{
    /* margin-top: 61px; */
    height: 350px;
    background-color: var(--branco);
    border-radius: 5px;
}

.navigation .card ul li
{
    position: relative;
    display: block;
    min-height: 40px;
    background-color: var(--branco);
    /* border: 1px solid brown; */
    padding-left: 8px;
}

.navigation .card ul li:hover
{
    background-color: var(--azul-escuro);
    border-radius: 3px;

}

.navigation .card ul li a
{
    position: relative;
    display: flex;
    min-height: 40px;
    color: var(--azul);

}

.navigation .card ul li a:hover
{
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(92deg) brightness(110%) contrast(104%);
}

.navigation .card ul li a:hover .link
{
    font-weight: 600;
}

.navigation .card ul li a .link
{
    position: relative;
    display: flex;
    width: fit-content;
    min-height: 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
}

.navigation .card ul li a .icon
{
    position: relative;
    display: flex;
    width: 16px;
    min-height: 40px;
    align-items: center;
}


.navigation .card ul li a .icon img
{
    position: relative;
    display: flex;
    height: 10px;
    filter: invert(16%) sepia(67%) saturate(3104%) hue-rotate(220deg) brightness(91%) contrast(85%);
}



/* .navigation .card ul li .icon img
{
    filter: invert(16%) sepia(67%) saturate(3104%) hue-rotate(220deg) brightness(91%) contrast(85%);
} */






/* Footer */

.footer_mobile {
    display: none !important;
}

.footer,
.footer_mobile
{
    position: relative;
    display: flex;
    width: 100%;
    min-height: 19%;
    align-items: center;
    justify-content: space-around;
    
}
    
.footer .light,
.footer_mobile .light
{
    font-weight: 400;
    /* border: 2px solid pink; */
}

.footer .corpo-tecnico,
.footer_mobile .corpo-tecnico
{
    position: relative;
    display: flex;
    width: 36%;
    height: 100%;
    justify-content: center;
    align-items: center;
    /* border: 5px solid green; */
}

    .footer .corpo-tecnico .btn,
    .footer_mobile .corpo-tecnico .btn
    {  
        position: relative;
        display: flex;
        width: 360px;
        height: 59px;
        justify-content: center;
        align-items: center;
        text-align: center;
        border-radius: 5px;
        background-color: var(--branco);
        box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
    }

    .footer .corpo-tecnico .btn:hover,
    .footer_mobile .corpo-tecnico .btn:hover
    {
        background-color: #D9D9D9;
    }

    .footer .corpo-tecnico .btn a,
    .footer_mobile .corpo-tecnico .btn a
    {
        text-decoration: none;
        /* border: 2px solid blue; */
    }

    .footer .corpo-tecnico .btn a .link,
    .footer_mobile .corpo-tecnico .btn a .link
    {
        font-weight: 600;
        color: var(--azul);
        visibility: visible;
    }

    .footer .corpo-tecnico .btn:hover a .link,
    .footer_mobile .corpo-tecnico .btn:hover a .link
    {
        color: var(--azul);
    }

.footer .direitos,
.footer_mobile .direitos
{
    position: relative;
    display: flex;
    width: 28%;
    height: 100%;
    align-items: center;
    /* border: 2px solid green; */
}

    .footer .direitos .copyright,
    .footer_mobile .direitos .copyright
    {
        position: relative;
        display: block;
        width: 100%;
        pointer-events: none;
    }

    .footer .direitos .copyright p,
    .footer_mobile .direitos .copyright p
    {
        position: relative;
        display: flex;
        width: 100%;
        height: fit-content;
        justify-content: center;
        text-align: center;
        /* word-break: ; */
        color: var(--branco);
        font-size: 11px;
    }







.corpo
{
    position: relative;
    display: flex;
    width: 100%;
    height: 63%;
    margin-bottom: 30px;
    /* padding-top: 50px; */

    justify-content: center;
    /* border: 10px solid yellow; */
}

    .corpo .board
    {
        position: relative;
        display: block;
        width: 70vw;
        height: 60vh;
        padding: 0 2vw;
        background-color: var(--branco);
        border-radius: 10px;
        box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.25);
    }

        .board::after
        {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 5%;
            content: '';
            background: linear-gradient(transparent 0px, #ffffff);
            pointer-events: none;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
        }


    .corpo .board .top
    {
        position: relative;
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 10vh;
        align-items: center;
        justify-content: space-between;

        /* background-color: red; */
    }

    .corpo .board .top p
    {
        font-size: 12px;
        color: var(--azul);
        font-weight: 500;
        margin: 0;
        padding: 0;
    }

    .corpo .board .top b
    {
        font-size: 12px;
        color: var(--azul);
        font-weight: 700;
        margin: 0;
        padding: 0;
    }

    .corpo .board .top .titulo
    {
        text-align: center;
    }

        .corpo .board .top .titulo b.nomedocorpo
        {
            font-size: 20px;
            line-height: 0px;
        }

        .corpo .board .top .titulo p.titulocorpo
        {
            font-size: 12px;
        }

    .corpo .board .mid
    {
        position: relative;
        display: block;
        width: 100%;
        height: 50vh;
        /* padding: 0 1vw; */
        /* flex-wrap: wrap; */
        justify-content: flex-start;
        margin-bottom: 0;
        overflow-y: scroll;

        /* background-color: #0A1E5B; */
    }

        /* .mid */

        ::-webkit-scrollbar-track
        {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
            border-radius: 10px;
            background-color: #F5F5F5;
        }


        .mid ul
        {

            position: relative;
            display: block;
            align-items: center;
            width: 100%;
            height: max-content;
        }

        .mid ul::after
        {
            position: relative;
            display: flex;
            content: "";

            border-bottom: 0.5px solid #D9D9D9;
            border-radius: 10px;
            margin: 0 1.7vw;
        }

        .mid ul li img
        {
            height: 15px;
            filter: invert(22%) sepia(48%) saturate(2101%) hue-rotate(203deg) brightness(97%) contrast(93%);
            margin-right: 10px;
            line-height: 20px;
        }

        .mid ul li
        {
            position: relative;
            display: flex;
            align-items: center;
            padding: 5px 0;

            color: var(--azul);
            font-size: 17px;
            font-weight: 700;
        }

        .mid .astabelas
        {
            position: relative;
            display: grid;
            width: 100%;
            grid-template-columns: repeat(auto-fill, 269px);
            grid-row-gap: 10px;
            grid-column-gap: 3%;
            padding: 0px 20px 10px 20px;

            /* background-color: violet; */
        }

        .astabelas table
        {
            position: relative;
            display: flex;
            /* width: 239px; */
            width: 260px;
            /* max-height: 50px; */

            border-radius: 5px;
            /* background-color: #D9D9D9; */
            padding: 6px 0 6px 6px;
            padding-left: 6px;
            align-items: flex-start;

            font-size: 13px;
        }

        .astabelas table img
        {
            height: 10px;
        }
        
        .astabelas table tr td
        {
            padding-left: 6px;
        }

        .astabelas table tr:nth-child(3) td img
        {
            height: 13px;
            padding-top: 1px;
        }
        
        .astabelas table tr:nth-child(4) td #noite
        {
            padding: 1px 0 0 2px;
        }

        ul table tr:nth-child(1) td:nth-child(1)
        {
            padding-left: 8px;
        }

        ul table tr:nth-child(1) td:nth-child(2)
        {
            padding-left: 5px;
            font-weight: 700;
        }

        ul table tr:nth-child(3) td:nth-child(1)
        {
            padding-left: 6px;
        }








/* Responsividade - media query */
@media screen and (max-width: 980px) {

    .container {
        height: auto;
    }

    .header {
        height: 108.83px;
    }
    
    .navigation
    {
        flex-wrap: wrap;
        max-width: 900px;
        height: 900px;
        justify-content: space-around;
        margin-top: 20px;
    }

    .navigation .card
    {
        min-width: 260px;
    }

    .corpo-tecnico .btn{
        font-size: 0.8rem;
    }

    .corpo .board
    {
        min-width: 720px;
    }
    .footer {
        padding-bottom: 20px;
        height: 100px;
        display: none;
    }

    .footer_mobile {
        opacity: 1;
        display: flex !important;
        flex-direction: column;
        height: fit-content;
        padding-bottom: 20px;
    }

    .footer_mobile .corpo-tecnico {
        width: 90%;
        margin-bottom: 10px;
    }

    .footer_mobile .corpo-tecnico .btn {
        width: 90vw;
    }

    .footer .corpo-tecnico .btn a .link, 
    .footer_mobile .corpo-tecnico .btn a .link {
        font-weight: 600;
    }

    .footer_mobile .direitos {
        height: 100px;
        width: 300px;
    }
}



@media screen and (max-width: 800px) {
    .corpo .board
    {
        min-width: 90%;
        overflow-x: hidden;
        overflow-y: hidden;
    }
}


@media screen and (max-width: 600px){
    .container {
        overflow: hidden;
    }

    .navigation {
        max-width: min-content;
        height: 1800px;
    }

    .corpo {
        height: 65vh;
    }    

    .corpo .board
    {
        min-width: 90%;
        height: 65vh;
    }

    .board::after {
        height: 50px;
    }
    .footer_mobile .corpo-tecnico .btn a .link {
        font-size: 0.7rem;
    }
    .footer_mobile .light {
        font-size: 0.8rem;
    }
    .footer_mobile .direitos {
        padding-top: 15px;
    }
}

@media screen and (max-width: 490px) {
    .header ul {
        width: 90%;
    }
    .header ul li .logo {
        display: flex;
        align-items: center;
    }
    .header ul li .logo img {
        max-height: 20vw;
    }
    .header ul li a .nome {
        font-size: 6vw;
    }
    .corpo .board .top
    {
        flex-wrap: wrap;
        height: 100px;
        justify-content: space-evenly;
        margin-bottom: 15px;
    }
    .corpo .board .top .titulo {
        display: grid;
        height: 50px;
        margin-top: 5px;
        align-content: space-evenly;
    }
    .corpo .board .top .titulo b.nomedocorpo {
        font-size: 7vw;
        
        padding-top: 30px;
        /* margin-top: 20px; */
    }
    
    .corpo .board .top .titulo p.titulocorpo {
        margin-top: 10px;
        font-size: 4vw;
        margin-bottom: 10px;
    }
    .corpo .board .top .telefone {
        order: 2;
    }
    .corpo .board .mid {
        height: 78%;
    }

    .mid ul li {
        font-size: 13px;
    }

    .mid .astabelas {
        padding: 0px 0px 10px 0px;
        width: 90%;
    }
}