
header .fullscreen-bg {
    /*width: 100%;
    height: 100vh;*/
    height : auto;
    background-color: #EFEFEF;
}

.navbar {
    background-color: rgba(0,0,0,0.80);
}

/* Main  */

.legal .title {
    border-top: solid 5px rgba(2,156,73,1);
    padding-top: 20px;
    padding-bottom: 20px;
    color: rgba(2,156,73,1);
    font-size: 1.75rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.legal .subtitle {
    color: rgba(2,156,73,1);
    font-size: 1.25rem;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.legal .section {
    margin-top : 1.75rem;
}

.legal .section > div:nth-child(1) {
    font-weight : bold;
}

.legal .section .subsection {
    margin-top : 1rem;
}

.legal .section .subsection > div:nth-child(1) {
    text-transform : uppercase;
}

/* Main - Eventos - END */