body{
    font-size: 16px;
    background: url('/img/login-bg-4.png');
    background-repeat: repeat;
}
p{
    padding: 0;
    margin: 0;
}
h1,h2,h3,h4,h5,h6{
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
a,a:visited{
    text-decoration: none;
}
a:hover,a:focus{
    text-decoration: underline;
}
a:active{
    text-decoration: none;
}

/* LOGIN PAGE */
#loginBox{
    position: relative;
    min-height: 100vh;
}
#loginContainer{
    min-height: 100vh;
    width: 100%;
    max-width: 600px;
    padding-bottom: 120px;
}
#loginHeader{
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid;
}
#loginHeader .logo{
    width: 100%;
    max-width: 300px;
}
#loginFooter{
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 0.75rem;
    padding: 20px 15px;
    text-align: center;
}
.btn-login{
}
/* FINE LOGIN PAGE */

/* HEADER */
header{
}
header .navbar-toggler-icon{
    height: auto;
    height: auto;
    padding: 5px;
}
header .navbar-superior{
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid;
}
header .navbar-support{
    text-align: center;
    padding: 25px 0;
}
header .navbar{
    text-transform: uppercase;
    border-bottom: 1px solid;
}
header .navbar .nav-item{
    font-size: 1.25rem;
    padding: 0 1.25rem;
}
/* FINE HEADER */

/* FOOTER */
footer{
}
footer .prefooter{
    text-align: center;
    padding: 25px 0;
}
footer .copyright{
    font-size: 0.75rem;
    padding: 20px 15px;
    text-align: center;
}
/* FINE FOOTER */

#welcomePresentation{
    width: 100%;
    background-size: 100%;
    padding: 40px 0;
    text-align: center;
}
#welcomePresentation h1{
    font-size: 3.2rem;
    margin-bottom: 15px;
}
#welcomePresentation h2{
    font-size: 3.2rem;
    margin-bottom: 15px;
}

.bold{
    font-weight: bold;
}
.video-container {
    --video--width: 1296;
    --video--height: 540;
    position: relative;
    padding-bottom: calc(var(--video--height) / var(--video--width) * 100%); /* 41.66666667% */
    overflow: hidden;
    max-width: 100%;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* SMARTPHONE */
@media screen and (max-width: 500px){
    #welcomePresentation{
        padding: 20px;
    }
    #welcomePresentation h1{
        font-size: 2rem;
        margin-bottom: 0;
    }
    #welcomePresentation h2{
        font-size: 2rem;
    }
}
