.meteolinks {
    font-family: 'Quicksand', sans-serif;
    font-size: 19px;
    font-style: normal;
    line-height: 1.5;
}
.meteolinks:hover {}
.meteobluelinks {
    text-align: left;
    float: left;
    margin-left: 30px;
    margin-top: 90px;
}
.btnMETEONAVIOPEN {
    z-index: 700;
    /* #d0802f */
    top: 0;
    width: 650px;
    height: 45px;
    left: 50%;
    transform: translateX(-48%);
    color: #FFF;
    background-color: #14395B;
    border: none;
    text-align: center;
    position: fixed;
    /*position: relative;*/
    /*float: left;*/
    border-radius: 25px;
    cursor: pointer;
}
.btnMETEONAVIOPEN:hover {
    background-color: #b86614;
}
.btnMETEONAVISCROLL {
    display: none;
    z-index: 700;
    top: 35px;
    width: 650px;
    height: 45px;
    left: 50%;
    transform: translateX(-48%);
    color: #FFF;
    background-color: #14395B;
    border: none;
    text-align: center;
    position: fixed;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    /*border-radius-bottom: 25px;*/
    cursor: pointer;
}
.btnMETEONAVISCROLL:hover {
    background-color: #b86614;
}
.btnMETEONAVI {
    z-index: 98;
    clear: left;
    position: relative;
    border: none;
    background-color: #14395B;
    /* #d0802f */
    color: #FFF;
    width: auto;
    min-width: 50px;
    height: 50px;
    margin-top: 0px;
    margin-left: 0px;
    top: 5px;
    left: 5px;
    font-size: 20px;
    text-align: left;
    cursor: pointer;
}
.btnMETEONAVI:hover {
    background-color: #b86614;
}
.btnMETEOSUBNAVI {
    z-index: 98;
    width: auto;
    height: 50px;
    margin-top: 5px;
    margin-left: 5px;
    top: 5px;
    font-size: 15px;
}
.divPICOUT_TXT {
    z-index: 5;
    width: 100%;
    max-width: 640px;
    height: auto;
    top: 0px;
    margin: 15px auto;
    border: 0px solid #BBB;
    /*float: left;*/
}
.divPICOUT_WIDE {
    z-index: 5;
    width: auto;
    min-width: 850px;
    max-width: 950px;
    height: auto;
    top: 0px;
    margin: 15px auto;
    border: 0px solid #F0B;
    /*color: #FFF;*/
    padding-bottom: 3px;
    border: 0px solid #F00;
    float: left;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}
.divPICOUT_WIDE img {
    width: auto;
    max-width: 850px;
    left: 50%;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}
.divPICOUT_SMALL {
    z-index: 5;
    border: 0px solid #BBB;
    width: 471px;
    height: auto;
    min-height: 150px;
    float: left;
    margin: 5px 17px 10px 0px;
    /*color: #FFF;*/
    text-align: center;
}
.divLINKS {
    z-index: 5;
    border: 0px solid #BBB;
    width: 250px;
    height: auto;
    min-height: 150px;
    /*float: left;*/
    margin: 5px 15px 10px 0px;
    /*color: #FFF;*/
    padding: 15px;
    margin: 5px;
}
.divMETEOCONTENT {
    z-index: 5;
    width: 100%;
    max-width: 1000px;
    height: auto;
    min-height: 1500px;
    top: 220px;
    margin: 40px auto;
    padding: 10px;
    text-align: center;
    /*background: #FAFAFA;*/
}
.divMETEONAVI {
    z-index: 2;
    position: fixed;
    border: none;
    background-color: #14395B;
    width: 450px;
    max-width: 100%;
    height: auto;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    color: #FFF;
    padding: 20px 50px 50px 50px;
}
.divMETEOBLUE {
    margin: 20px auto;
    clear: both;
    /*float: left;*/
    /*margin: 20px;*/
    width: 850px;
    min-width: 600px;
    min-height: 400px;
    border-bottom: 1px solid #AAA;
    background-color: #FAFAFA;
}
.divMETEOTEXTE {
    z-index: 2;
    border: none;
    /*border-top: 1px solid #14395B;*/
    height: auto;
    width: 100%;
    max-width: 600px;
    min-width: 300px;
    left: 0;
    /*transition: translateX(-50%);*/
    padding: 25px;
    text-align: left;
    float: left;
    margin-left: 168px;
    margin-bottom: 35px;
    background-color: #FAFAFA;
}
.ifMETEOBLUE {
    padding: 20px;
    width: 548px;
    height: 365px;
    float: left;
}
.divMETEOMOBIL {
    display: none;
}
.divMETEOMOBIL:hover {
    background: rgb(208, 47, 208);
}
@media all and (max-width: 990px) and (min-width: 0px) {
    .btnMETEONAVIOPEN {
        height: 75px;
        font-size: 45px;
    }
    .btnMETEONAVISCROLL {
        height: 65px;
    }
    .divMETEOMOBIL {
        display: block;
        position: fixed;
        z-index: 101;
        border: none;
        height: auto;
        width: 100%;
        padding: 15px;
        bottom: 0px;
        left: 0px;
        color: #FFF;
        background: rgb(125, 28, 125);
    }
    .divMETEONAVI {
        width: 100%;
        left: 0;
        transform: translateX(0);
    }
    .meteobluelinks {
        display: none;
        text-align: left;
    }
}