
body{
    color: #959595;
    /*font-family: 'Work Sans', sans-serif; */
    font-size: 17px;
    line-height: 1.8;
    position: relative;
} 

.container-fluid{
    padding-right: 0px;
    padding-left: 0px;
}

.row{
    margin-right: 8px;
    margin-left: 8px;
    padding-bottom: 64px;
}

.nu{
    font-weight: 900 !important;
    color: #3ab6ff !important;
}

.mie{
    font-weight: 900 !important;
}

.bg-gray{
    background-color: #f8f9fa !important;
}

.bg-black{
    background-color: #5A6268 !important;
}

.white-text{
    color: #f8f9fa;
}

.parallax-window {
    min-height: 320px;
    background: transparent;
}

.bold-center{
    /*font-weight: 800;*/
    padding-top: 32px;
    text-align: center;
}

.viewport-check-left, .viewport-check-right{
    visibility: hidden !important;
}

.separator-ligth-gray{
    height: 2px;
    width: 100%;
    background-color: #e4e8ea;
}

.separator{
    height: 2px;
    width: 100%;
    background-color: #5A6268;
}

.separator-gray{
    height: 2px;
    width: 100%;
    background-color: #b8c2c3;
}

.animate__animated.animate__fadeIn {
  --animate-duration: 4s;
}    
.animate__animated.animate__fadeInDown {
  --animate-duration: 2s;
}  
video {
  width: 100%;
  height: auto;
}   

select:invalid { color: gray; }

.error{
    color: #b21f2d;
}

footer {
    font-size: 16px;
    color: #666666;
    background-color: #D9D9D9;
    padding-left: 16%;
    padding-right: 16%;
}
footer h6 {
    font-size: 18px;
    font-weight: bolder;
}

footer .col-sm-4{
    padding-left: 6%;
    padding-right: 6%;
}

footer .far, footer .fas{
    color: #FFFFFF;
}

footer a{
    color: #666666;
}

footer a:visited{
    color: #666666;
}

footer a:hover{
    color: #888888;
    text-decoration: none;
}

footer img {
  height: 48px;
  max-height: 48px;
}

footer .logo-footer{
    font-size: 20px;
    font-weight: 900;
}

.separator-footer {
    height: 1px;
    width: 100%;
    background-color: #FFFFFF;  
    margin-bottom: 24px;
}

*, *:before, *:after {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

ul.hex-point {
    list-style: none;
    padding: 0px;
}

ul.hex-point > li {
    padding-left: 32px;
    position: relative;
    border-color: #B8C2C3;
}

ul.hex-point > li:before, ul.hex-point > li:after {
    position: absolute;
    content: "";
    left: 0%;
    top: 50%;
    border-color: transparent;
    border-style: solid;
    width: 11px;
    height: 5px;
    border-width: 0px 3px;
}

ul.hex-point > li:before {
    margin-top: -5px;
    border-bottom: 5px solid;
    border-bottom-color: inherit;
}

ul.hex-point > li:after {
    margin-top: 0px;
    border-top: 5px solid;
    border-top-color: inherit;
}

#markers{
    display: block;
    position: relative;
    padding: 0px;
    width: 500px;
    height: 645px;
    margin: 0 auto;    
}

#consulents-preview{
    color: #c0c0c0;
    margin-top: 128px;
    font-size: 20px;
}

#consulents-list, #consulents-list-small-device{
    color: #c0c0c0;
    margin-top: 64px;
    font-size: 20px;
}

#consulents-list a, #consulents-list-small-device a{
    color: #c0c0c0;
}

#consensoPrivacy-error{
    display: inline;
}
.error{
    font-size: 14px;
}

#informativa-pubblica-govdpo-cors{
    margin: 50px;    
}

.consulents-description{
    margin: 32px;
}

/*
#informativa-pubblica-govdpo-cors{
    max-height: 256px;
    overflow: auto;
}
*/