body, html {
    /*height: 100%;*/
    margin: 0;
    background-color: transparent;
}

html {
    background: url("../img/bg_previsoes.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.center-image {
    display: block !important;
    float: none !important;
    margin: 0 auto 0 auto !important;
}

.border-img-legenda {
    border: 1px solid black;
}

/* INICIO BOTAO SERIE TEMPORAL */
@media (min-width: 1280px) {
    .panel-mobile {
        display: none;
    }
}

@media (max-width: 1279px) {
    .panel-desktop {
        display: none;
    }

    #pontos {
        display: none;
    }
}

@media screen and (max-width: 1366px) and (min-width: 1200px) {
    .modal-lg {
        width: 700px;
    }
}

.modal-serie-vila {
    width: 1100px;
}

@media (max-width: 1279px) {
    .modal-serie-vila {
        width: auto;
    }
}

#previsao {
    position: relative;
}

#pontos {
    list-style: none;
}

ul#pontos li a {
    position: absolute;
    text-decoration: none;
    outline: 0;
}

.ponto-potencialOndas a {
    border: 2px dashed red;
    height: 18px;
    width: 18px;
    top: 600px;
    left: 318px;
}


/* FIM BOTAO SERIE TEMPORAL */

.img-previsao {
    /* The image used */
    background-image: url("../img/bg_previsoes.jpg");

    /* Full height */
    height: 100%;

    /* Center the image nicely */
    background-position: center;

}

.section-previsao {
    position: relative;
    padding: 13% 38% 0 38%;
}

.content-previsao {
    margin-top: 2%;
}

#hr-previsao {
    margin-top: 4px;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.div-bg-gradient {
    background-image: linear-gradient(rgb(14, 18, 55), rgba(14, 31, 45, 0.85), rgba(20, 0, 0, 0.60));
    padding-bottom: 30px;
    padding-top: 20px;
    min-height: 296px;
    margin-bottom: 9%;
}

.section-dashboard {
    /*position: relative;*/
    padding: 3% 6% 0 6%;
}

.section-geocolor {
    position: relative;
    padding: 2% 22% 0 22%;
}

.section-convectivos {
    position: relative;
    padding: 3% 18% 0 18%;
}

.section-ondas {
    position: relative;
    padding: 1% 15% 4% 15%;
}

.section-saude-sociedade {
    position: relative;
    padding: 2% 18% 0 18%;
}

.mapa-desktop {
    margin-bottom: 50px;
}

.legenda-gradient {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.legenda-gradient-previsao-atmosfera {
    background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
}

.legenda-gradient-previsao {
    background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    padding-bottom: 30px;
    padding-top: 20px;
}

.legenda {
    font-size: 22px;
}

.a-texto-informativo {
    text-decoration: underline;
}

.h4-bottom-texto-informativo {
    position: absolute;
    bottom: 0;
    left: 41%;
}

.no-padding {
    padding-right: 0;
    padding-left: 0;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.border-transparent-image {
    border: 20px solid rgba(0, 0, 0, 0.35);
}

.border-transparent-image-maior {
    border-color: rgba(0, 0, 0, 0.35);
    border-style: solid;
    border-bottom-width: 20px;
    border-top-width: 20px;
    border-left-width: 20px;
    border-right-width: 20px;
}

.espacamento {
    margin-top: 25px;
}

.espacamento-container-vila {
    margin-top: 115px;
    margin-bottom: 75px;
}

.espacamento-container {
    margin-top: 185px;
    margin-bottom: 75px;
}

.espacamento-dados-medidos {
    margin-top: 215px;
    margin-bottom: 60px;
}

.legenda-saude {
    border: solid 1px darkred;
    background-color: darkred;
}

.margin-legenda-saude {
    margin-top: 230px;
}

.espacamento-saude {
    margin-top: 250px;
    margin-bottom: 60px;
}

.espacamento-regua {
    margin: 10px 0 10px 0;
}


.espacamento-prev {
    margin-top: 30px;
}


.changeAnimation {
    opacity: 0;
    position: absolute;

}

.showMe {
    opacity: 1;
}


.espacamento-titulo {
    letter-spacing: 2px;
    text-transform: uppercase;
}

.espacamento-titulo-ondas {
    letter-spacing: 1px;
    text-transform: uppercase;
}

.teste {
    position: relative;
}

.download {
    text-align: center;
    text-decoration: underline;
}

.line-height-dados-medidos {
    line-height: 21px;
}

.line-height-saude-sociedade {
    line-height: 35px;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: /*linear-gradient(rgb(14, 18, 55), rgba(14, 31, 45, 0.85), rgba(20, 0, 0, 0.60))*/ black;
    color: white;
    font-size: 18px;
    text-align: center;
}

select {
    width: 85%;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.no-margin {
    margin-right: 0 !important;
}

.img-width {
    width: 67.5%;
}

.div-bg-text-health-society {
    text-align: justify;
    margin-left: 25px;
    margin-right: 25px;
    font-size: 18px;
}

.row-previsoes {
    margin-right: -15px;
    margin-left: -15px;
    background-color: #000000;
}

.navbar-nav {
    margin: 0 -15px;
}

.espacamento-atmosfera {
    margin-top: 0;
}

.espacamento-corrente {
    margin-top: 0;
}

.espacamento-mapa {
    margin-top: 75px;
}

.mapa-mobile {
    display: none;
}

.modal-dialog {
    margin-top: 0;
}

.modal-dialog-centered {
    top: 50%;
    transform: translateY(-50%) !important;
}

/* INICIO PREVISOES/SAUDE */
.a-color {
    color: black;
}

.list-group-item {
    padding: 4px 15px;
}

/* FIM PREVISOES/SAUDE */

@media (max-width: 767px) {

    /* INICIO PREVISOES/SAUDE */
    .list-group-item.active {
        z-index: -9999;
    }

    /* FIM PREVISOES/SAUDE */
    .row-eq-height {
        display: block;
    }

    .espacamento-dados-medidos {
        margin-top: 80px;
    }

    .margin-legenda-saude {
        margin-top: 60px;
    }

    .espacamento-container {
        margin-top: 59px;
    }

    .espacamento-container-vila {
        margin-top: 59px;
    }

    .espacamento-voltar-geocolor {
        margin-top: 1em;
    }

    .espacamento-voltar-convectivos {
        margin-top: 1em;
    }

    .espacamento-saude {
        margin-top: 80px;
    }

    .mapa-desktop {
        display: none;
        margin-bottom: 0;
    }

    .mapa-mobile {
        display: initial;
    }

    .section-dashboard {
        /*position: relative;*/
        padding: 3% 0 0 1%;
    }

    .hidden-col-corrente {
        display: none;
    }

    .espacamento-atmosfera {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .espacamento-corrente {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .espacamento-oleo {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .row-previsoes {
        margin-left: 0;
        margin-right: 0;
    }

    .div-bg-text {
        text-align: center;
        margin-left: 25px;
        margin-right: 25px;
        font-size: 18px;
        line-height: 21px;
        margin-bottom: -5px;
    }

    .div-bg-text-health-society {
        text-align: center;
        margin-left: 25px;
        margin-right: 25px;
        font-size: 18px;
    }

    .legenda {
        font-size: 5vw;
    }

    .legenda-title {
        font-size: 3.8vw;
        line-height: 20px;
        text-transform: uppercase;
    }

    html {
        background: rgba(41, 79, 152, 1);
    }

    .legenda-gradient-previsao {
        background-image: none;
    }

    .texto-suscept {
        background-image: none;
    }

    .img-width {
        width: 100%;
    }

    footer {
        font-size: 2.3vw;
    }
}

@media (min-width: 1920px) {

    .espacamento-voltar-geocolor {
        margin-top: 16.4em;
    }

    .espacamento-voltar-convectivos {
        margin-top: 18em;
    }
}

@media (min-width: 1600px) and (max-width: 1919px) {

    .espacamento-voltar-geocolor {
        margin-top: 3.90em;
    }

}

@media (min-width: 1366px) and (max-width: 1599px) {

    .espacamento-voltar-geocolor {
        margin-top: 0.15em;
    }

    .espacamento {
        margin-top: 20px;
    }
}