/* TODO */

#monitoring{
    padding: 1.4rem 0rem 2rem 0rem;
    display: block;
}
#monitoring #monitoring_internal{
    text-align: center;
}
#monitoring span{
    text-transform: uppercase;
    color: #fff;
    font-size: 2rem;
    line-height: 2.5rem;
}
#monitoring #alert{
    width: 93.75%;
    padding: 1.5rem 2.5rem 2rem 2.5rem;
    display: inline-block;
    margin: 0 auto;
    margin-top: 1.5rem;
    text-align: left;
    background-color: #fff;
    border-radius: 0.9rem;
}
#monitoring #alert img{
    width: 5rem;
    float: left;
}
#monitoring #alert p{
    margin: 0;
    display: block;
    width: calc(100% - 5rem);
    float: right;
    color: #1D1818;
    line-height: 1.9rem;
    font-weight: 300;
    font-size: 1.5rem;
    padding-left: 3rem;
    overflow-wrap: break-word;
}

#fast_access{
    padding: 4rem 0rem;
    text-align: center;
}

#fast_access ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#fast_access ul li{
    text-align: center;
    margin-bottom: 1rem;
}
#fast_access ul li:nth-child(n+2){
    margin-left: 2rem;
}
#fast_access ul li a{
    display: block;
    width: 24.3rem;
    height: 22.2rem;
    background-color: #0059B2;
    border-radius: 2rem;
    padding: 3.4rem 2.5rem;
}
#fast_access ul li a img{
    height: 7.59rem;
}
#fast_access ul li a span{
    display: block;
    padding-top: 2.2rem;
    font-size: 2rem;
    font-weight: 900;
    line-height: 2.4rem;
    text-transform: uppercase;
    color: #fff;
}

#fast_access_monitoring{
    background-color: #BEBEBE;
    width: 100%;
}
#fast_access_monitoring #fast_access_monitoring_internal{
    padding: 4rem 0rem;
    text-align: center;
}
#fast_access_monitoring ul{
    margin-top: 4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#fast_access_monitoring ul li{
    display: flex;
    width: 30%;
    margin-left: 2rem;
    margin-bottom: 2rem;
}
#fast_access_monitoring ul li:nth-child(3n+1){
    margin-left: 0rem;
}
#fast_access_monitoring ul li a{
    padding: 2rem 0;
    width: 100%;
    height: 8.5rem;
    background-color: #fff;
    border: 1px solid #E8E7E7;
    border-radius: 1rem;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
#fast_access_monitoring ul li a img{
    height: 4rem;
    vertical-align: middle;
}
#fast_access_monitoring ul li a span{
    vertical-align: middle;
    font-size: 2.1rem;
    line-height: 2.5rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #0059B2;
    margin-left: 1rem;
}

#weather_information{
    background-color: #0059B2;
}

#weather_information ul li span{
    font-size: 1.6rem;
    color: #fff;
    line-height: 3.6rem;
}

#weather_information #weather_information_internal{
    max-width: 113.5rem;
    margin: 0 auto;
    padding: 3.5rem 0rem 2rem 0rem;
    display: flex;
    flex-wrap: wrap;
}
#weather_information .source_forecast{
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.4rem;
    font-weight: 300;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 5rem;
}

#weather_information #weather_left,
#weather_information #weather_right{
    display: block;
    width: 30%;
}
#weather_information #weather_center{
    display: block;
    width: 39%;
    overflow: hidden;
    text-align: center;
    position: relative;
    height: 42rem;
}
#weather_information #weather_center .source_forecast{
    position: absolute;
    bottom: 0.5rem;
}
#weather_information #weather_left{
    text-align: left;
}

#weather_information #weather_right{
    text-align: right;
}

#weather_information #weather_left ul{
    margin-top: 3rem;
    min-height: 29rem;
}
#weather_information #weather_left ul li{
    display: block;
    margin-top: 1.6rem;
    padding-left: 5rem;
    background-repeat: no-repeat;
}

#weather_information #weather_left ul li:first-child{
    background-image: url(../img/ico/temperature_icon.svg);
    background-size: 1.5rem;
}


#weather_information #weather_left ul li:nth-child(2){
    background-image: url(../img/ico/thermal_sensation_icon.svg);
    background-size: 2.3rem;
}

#weather_information #weather_left ul li:nth-child(3){
    background-image: url(../img/ico/air_humidity_icon.svg);
    background-size: 1.6rem;
}

#weather_information #weather_left ul li:nth-child(4){
    background-image: url(../img/ico/atmospheric_pressure_icon.svg);
    background-size: 2.6rem;
}

#weather_information #weather_left ul li:nth-child(5){
    background-image: url(../img/ico/wind_speed_icon.svg);
    background-size: 2.3rem;
}

#weather_information #weather_left ul li:last-child{
    background-image: url(../img/ico/wind_direction_icon.svg);
    background-size: 2.3rem;
}

#weather_information #weather_left ul li.maintenance{
    background-image: url(../img/ico/maintenance.svg);
    background-size: 2.5rem;
}
#weather_information #weather_right ul{
    margin-top: 1.5rem;
    display: inline-block;
    text-align: right;
}
#weather_information #weather_right ul li{
    display: block;
}
#weather_information #weather_right ul li a{
    overflow: hidden;
    display: -webkit-box;
    margin-top: 1.6rem;
    padding-left: 4rem;
    background-repeat: no-repeat;
    background-image: url(../img/ico/weather_report_icon.svg);
    background-position: 0.5rem center;
    background-size: 2.7rem;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
#weather_information #weather_information_internal #weather_right #see_more{
    display:block;
    max-width: 10rem;
    margin: 4rem auto 0;
    border-radius: 1rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    color: #fff;
    margin-top: 4rem;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}

#last_informations{
    padding: 3rem 0rem 5rem 0rem;
    text-align: center;
    max-width: 1120px;
    margin: 0 auto;
}
.go_to_news{
    display: block;
    float: right;
    margin-top: 3rem;
    padding: 1.9rem 5.7rem;
    border-radius: 0.6rem;
    background-color: #0059B2;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: uppercase;
    float: right;
    cursor: pointer;
}

.weather_forecast {
    padding-top: 3.0rem;
    color: #ffffff;
    display: inline-flex;
    overflow: hidden;
    max-width: 100%;
    border: 2px solid #fff;
    border-top: none;
    border-bottom: none;
}

.weather_forecast li {
    min-width: 44.0rem;
}

.weather_forecast h4 {
    font-size: 3.6rem;
    line-height: 3.6rem;
    font-weight: bold;
    color: #ffffff;
}

.weather_forecast li .control-date {
    margin-top: 1.0rem;
}

.weather_forecast li .control-date .date {
    font-size: 2.4rem !important;
    line-height: 2.4rem !important;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}

.weather_forecast .control-date .prev {
    cursor: pointer;
    display: inline-block;
    margin-right: 1.0rem;
    width: 1.5rem;
    transition: all 0.2s ease;
}

.weather_forecast .control-date .prev:hover,
.weather_forecast .control-date .next:hover {
    transform: scale(1.1);
}

.weather_forecast .control-date .next {
    cursor: pointer;
    display: inline-block;
    margin-left: 0.4rem;
    width: 1.5rem;
    transition: all 0.2s ease;
}

.weather_forecast .temperature {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.0rem;
}

.weather_forecast .temperature .icon {
    width: 10.0rem;
    padding: 0.8rem;
}

.weather_forecast .temperature .min {
    width: 13.0rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #ffffff;
}

.weather_forecast .temperature .max {
    width: 13.0rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.weather_forecast .temperature .desc {
    font-size: 2.1rem !important;
    font-weight: bold !important;
    font-family: 'Montserrat', sans-serif;
}

.weather_forecast .temperature .value {
    font-size: 6rem !important;
    font-weight: bold !important;
    font-family: 'Montserrat', sans-serif;
}

.weather_forecast .description {
    text-align: left;
    margin: 1.0rem;
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
}

.weather_forecast .wind {
    text-align: left;
    margin: 1.0rem;
    line-height: 1.2rem;
}

.weather_forecast .sea_station {
    text-align: left;
    margin: 1.0rem;
    line-height: 1.2rem;
} 

#weather_center .source_forecast {
    margin-top: 3rem;
}

.overlay {
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.modal_contents {
    position: fixed;
    left: 50%;        
    top: 10rem;
    width: 90%;
    max-width: 50rem;        
    z-index: 1000;
    transform: translateX(-50%);
}

#banner_modal {
    z-index: 1001;
    width: 100%;
}

.modal_close {
    color: #ffffff;
    font-size: 3rem;
    position: absolute;
    right: -20px;
    text-decoration: none;
    top: -30px;
}

.modal_show {
    visibility: visible;
}

.central.banner_cover
{
    display: flex;
    justify-content: center;
    margin-bottom: 4rem;
}