html body {

    overflow:hidden;
    height:0;
    width:0;
}
.fullWidth {
    position: absolute;
    width: 100vw;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-width: initial;
    /*z-index: -1;*/
    overflow: hidden;
}
.black-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}
.red {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-image: url('../img/1.jpg');
    background-size: auto;
    background-position: center center;
    height: 100%;
}
.blue {
    position: relative;
    background-image: url('../img/2.jpg');
    background-size: auto;
    background-position: center center;
    height: 100%;
}
.green {
    position: relative;
    background-image: url('../img/3.jpg');
    background-size: auto;
    background-position: center center;
    height: 100%;
}
.black {
    position: relative;
    background-image: url('../img/4.jpg');
    background-size: auto;
    background-position: center center;
    height: 100%;
}
.container {
    position: absolute;
    width: 100%;
    height: 90%;
}
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.app-box-title {
    font-family: 'Roboto', sans-serif;
    color: #FFF;
    border: 3px solid #FFF;
    max-width: 200px;
    padding: 12px;
    text-transform: uppercase;
    font-size: 0.95vw;
    font-weight: 500;
    letter-spacing: 0.05vw;
}
.footer {
    position: absolute;
    background: #FFF;
    height: 8vh;
    max-height: 10%;
    height: 10%;
    min-width: 70px;
    bottom: 0;
    left: 0;
}
.logo-cm {
    display: inline-block;
    height: 100%;
    width: auto;
    padding: 10px;
    padding-left: 35px;
}
.logo-cm img {
    position: relative;
    height: 100%;
    width: auto;
}
.ph-copyright a {
    font-family: 'Roboto', sans-serif;
    color: #757575;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
}
.ph-copyright a:hover {
    color: #4CAF50;
}
.ph-copyright {
    font-family: 'Roboto', sans-serif;
    position: relative;
    height: 100%;
}
.copyright {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.title-webapp {
    position: relative;
    height: 100%;
}
.title-webapp h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #454545;
    line-height: 1.25;
}

/*        Barra Lateral         */


.menu_lateral {
    position: absolute;
    top:0;
    width: 5%;
    max-width: 50px;
    min-width: 50px;
    height: 100vh;
    right: 15px;
    padding-left: 10px;
    padding-right: 5px;
    /*background: #8BC34A;*/
}

.container_buttons {
    position: relative;
    display: table-cell;
    vertical-align: bottom;
    bottom: 30px;
    width: 50px;
    height: 100vh;
}

.button_lateral {
    position: relative;
    width: 100%;
    min-width: 16px;
    max-width: 36px;
    height: 10%;
    max-height: 36px;
    min-height: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    border-radius: 50px;
    padding: 8px;
    background: #FFF;
}

.button_lateral:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.15), 0 10px 10px rgba(0,0,0,0.12);
}

.st0 {
    fill: #323232;
}

.st1 {
    fill: #FFF;
}
