﻿/*
//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-image: url("../../Images/background-elementos.png");*/
    background-position: right;
}

/*LINK*/
a {
    color: #368aa2;
}

    a:hover {
        color: #13A0A3;
    }

/*CABEÇALHO*/
body.home #Site #Cabecalho {
    border-top: 10px solid #368aa2;
    background-image: url(../../Images/BG-3.png), linear-gradient(45deg, #51b3b4, #368aa2);
    background-position: right !important;
    background-size: contain;
    /*height: 400px!important;*/
}

/*CONTEUDO*/
body #Conteudo {
    padding: 20px 0px 50px 0px;
}



/*MENU*/
body #Menu {
    min-height: auto !important;
}

    body #Menu > ul > li {
        border-top: 1px solid #b3e5df;
        background-color: #abddde;
        background-image: url("../../Images/icone_lista-cinza.png");
    }

        body #Menu > ul > li:hover {
            background-color: #71bbbd;
            background-image: url("../../Images/icone_lista-cinza.png");
        }

            body #Menu > ul > li:hover a {
                color: #000;
            }

/*RODAPÉ*/
body #Rodape, body #Conteudo {
    border-top: 1px solid #d9fcf9;
    
}

body #Rodape {
    padding: 0;
    font-size: 14px;
    border-top: none;
    background: linear-gradient(45deg, #51b3b4, #368aa2);
    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;
}
