﻿/*
//MAPA DE CORES 2020/2021
|- PRIMARIA: 							bdcc8c -> 51b3b4
|- SECUNDARIA: 							7bcc7 -> 368aa2
|- MENU: 								21D2D6 -> 236b7c
|- MENU LIST UL: 						18AFB2 -> 4f9daa
|- MENU LIST UL SECUNDARIA: 			0f979a
|- CONTEUDO: 							dde8b8 -> d9fcf9
|- CONTEUDO LIST SEC: 					d0dca9 -> b3e5df
|- CONTEUDO LIST DIVISOR/HOVER LIST: 	bfcc93 -> b3e5df
*/

/*BODY*/
body {
    /*color: #194E85;*/
    height: 100vh;
}

    body #Conteudo > p.inline {
        margin-left: 20px;
        margin-right: 20px;
        max-width: none;
        width: auto;
    }

/*BACKGROUND*/
.image-background {
    
    background-position: right;
}

/*LINK*/


    a:hover {
        color: #13A0A3;
    }

/*CABEÇALHO*/
body.home #Site #Cabecalho {
    border-top: 1px solid #003566;
    background-image: linear-gradient(45deg, #51b3b4, #368aa2);
    background-position: left !important;
    background-size: cover;
    /*height: 400px!important;*/
    background-image: url("../../Images/2025_home.png");
}

body #Cabecalho > p {
    /*color: #303030 !important;*/
    font-weight:600;
}

body #Cabecalho h1 {
    background-image: url(../../Images/novo-logo-unip.svg);
    height: 70px;
}
    /*CONTEUDO*/
    body #Conteudo {
    padding: 20px 0px 50px 0px;
}



/*MENU*/
body #Menu {
    min-height: auto !important;
    color: #fff;
}

    body #Menu > ul > li {
        border-top: 1px solid #003566;
        background-color: #003566;
        color: #fff;
        background-image: url("../../Images/icone_lista-branco-2021.png");
    }

        body #Menu > ul > li > a {
            color: #fff;
        }

        body #Menu > ul > li:hover {
            background-color: #034e94;
            background-image: url("../../Images/icone_lista-azul-hover.png");
        }

            body #Menu > ul > li:hover a {
                color: #fff;
            }

/*RODAPÉ*/
body #Rodape, body #Conteudo {
    border-top: 1px solid #d9fcf9;
    
}

body #Rodape {
    padding: 0;
    font-size: 14px;
    border-top: none;
    background: linear-gradient(45deg, #003566, #003566);
    color: white !important;
    position: absolute;
}



/*RESPONSIVO*/
@media (max-width:830px) {
    /*body #Cabecalho h1 {
        height: 90px;
        margin-top: 10px;
    }*/

    #Conteudo {
        width: 95% !important;
        margin-left: 2.5% !important;
    }

    body #Conteudo > p {
        width: 100%;
        margin-left: 0;
    }

    .image-background {
        background-image: inherit !important;
        
    }
}

@media (min-width:568px) and (max-width:667px) {
    body #Cabecalho {
        /*padding: 0;*/
        /*height: 155px;*/
    }
}

@media (min-width:731px) and (max-width:823px) {
    body #Cabecalho {
        height: 120px;
    }
}

@media (max-width:414px) {
    body #Cabecalho {
        /*padding: 0;*/
        /*height: 155px;*/
    }

    #Cabecalho > p {
        font-size: 17px !important;
    }
}

@media (max-width: 320px) {
    #Cabecalho > p {
        font-size: 14px !important;
    }

    body #Rodape {
        margin-top: 0px;
    }
}

@media (min-width:831px) {
    .image-background {
        background-position: 150px 45vh;
        background-size: 20%;
        height: 100vh;
    }
}

@media (min-width:768px) {
    body #Rodape {
        bottom: 0;
    }
}

@media (max-width:400px) {
    body #Conteudo > p.inline {
        margin-left: 2px;
        margin-right: 2px;
    }
}

@media (min-width:812px) and (max-width:840px) {
    body #Rodape {
        position: inherit !important;
    }
}

/*FLEX*/
@media (min-width: 400px) and (min-height: 412px), (width: 375px) and (height: 812px) {
    /*#Cabecalho {
        flex: 0 1 auto !important;
    }*/

    body #Conteudo > p.inline {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (min-width: 992px) {
    .alinhamento-e-issn {
        width: 70% !important;
        margin: 0 auto !important;
    }
}

#Site {
    /*display: flex;*/
    flex-direction: column;
    height: fit-content;
    position: relative;
    min-height: 100vh;
}

#Conteudo, #Cabecalho {
    flex: 1 0 auto;
}

* {
    transition: height .8s !important;
}
