 body {

}
html, body, .body, .layer-white, .interna {
    background: #fff;
    color: #626161;
    font-family: "Verdana", Helvetica, Arial, sans-serif;
    width: 100%;
    height: 100%;
    height: 100%;

}
.interna {
    background: transparent !important;
    overflow-y: auto;
    position: fixed;
    padding-bottom: 4rem;
    height: calc(100% - 10.5rem);
}
.body_ini {
    /*background: radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 90%, rgba(0,0,0,0.39677869438791147) 100%);*/
    background:
        radial-gradient(
            farthest-corner at top left,
            rgba(0, 0, 0, 0.3),
            transparent 10rem
        ),
        radial-gradient(
            farthest-corner at top right,
            rgba(0, 0, 0, 0.3),
            transparent 20rem
        );
    position: absolute;
    top:0;
    left:0;

}
.body_int {
    /*background: radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 90%, rgba(0,0,0,0.39677869438791147) 100%);*/
    background:
        radial-gradient(
            farthest-corner at top left,
            rgba(0, 0, 0, 0.3),
            transparent 10rem
        ),
        radial-gradient(
            farthest-corner at top right,
            rgba(0, 0, 0, 0.3),
            transparent 20rem
        ), url("../img/fundo_int.png") no-repeat fixed bottom/100% 80%;
}
.layer-white {
    position: absolute;
    top: 0;
    left:0;

}

h1 {
    font-family: "Times New Roman", Times, serif;
    color: #393939;
    letter-spacing: 0.12rem;
    font-weight: bold;
    margin: 2rem 0 2rem 0;
    padding: 0 1em 0 1.2rem;
    border-left: 0.8rem solid #f15725;

}
h2 {
    color: #f15725;
    font-weight: bolder;
    margin: 2rem 0 2rem 0;
}
h3 {
    color: #626161;
    font-weight: bolder;
    margin: 1rem 0 0.5rem 0;
    font-size: 1.40rem;
}
.menu_selected a {
    color: red;
}
/*
.ini_div h2:first {
    padding-left: 0;
}

h2~h2 {
    padding-left: 4rem;
    margin-top: -2rem;
}
p~h2
.ini_div {

}
*/
.titulo_padding {
    width: 100%;
    display: block;
    /*height: 6rem;*/
}
.titulo_padding2 {
    width: 100%;
    display: block;
    height: 4rem;
}
.titulo_padding h2, .titulo_padding2 h3 {
    /*display: block;
    width: 100%;*/
}
.titulo_padding h2:first-of-type, .titulo_padding2 h3:first-of-type {
    padding-left: 0;
    margin-bottom: 0;
}

.titulo_padding h2~h2 {
    /*text-align: right;*/
    /*padding-left: 4rem;*/
    margin-top: 0rem;
}
.titulo_padding2 h3~h3 {
    /*text-align: right;*/
    /*padding-left: 2.5rem;*/
    margin-top: 0rem;
}
.titulo_padding h2:only-of-type, .titulo_padding2 h3:only-of-type {
    /*
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    */
}
.divisor-vert {
    text-align: center;
    padding-top: 4rem;
}

.divisor-hor {

}
.divisor-hor img {
    /*width: 70%;*/
}

.logo {
    width: 10rem;
}
.hidden {
    display: none;
}
.full {
    position: absolute;
    top: 0;
    right:0;
    width: 100%;
    height: 100%;

}
.inicio {
    background-image: url("../img/fundo_ini.png");
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 80%;
}
.ini-logo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.navbar {

}
.footer {
    height: 3.5rem;
    position: fixed;
    bottom: 0;
}
.animate-fadein{
    animation:afadein 1s
}
@keyframes afadein{
    from{opacity:0} to{opacity:1}
}
.animate-fadeout{
    animation:afadein 1s
}
@keyframes afadeou{
    from{opacity:1} to{opacity:0}
}
