/* Azul escuro fundo - #172c3a
Azul claro gota/chapéu - #00dbf2
Azul background azulclaro #153544 
Linha fina - #c5cacd
Títulos e texto - branco */

/* iframes */
figure { 
    width: 100%;
}

/* logo */

.header-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 72px;
}
  
@media (min-width: 640px) {
    .header-container {
        margin-bottom: 48px;
    }
}
  
.oesp {
    display: inline-block;
    position: relative;
    top: 0.19em;
    font-family: OESP;
    font-size: inherit;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}

.oesp-capital {
    font-size: 1.2em;
}

.oesp-estadao:before {
    content: '\f000';
}

.oesp-estadao-symbol:before {
    content: '\f001';
}

.oesp-estadao-logotype:before {
    content: '\f002';
}

.brand {
    color: inherit;
    font-size: 32px;
}

/* blocos base e containers */

body {
    background-color: #172c3a;
    font-family: 'Lato', sans-serif;
    line-height: 1.5;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.special {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding: 0 0 96px; */
    overflow: hidden;
}

.chuva-container.chuva-anual {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: -8px auto;
    /* width: 100%; */
}

@media(max-width: 414px){
    .special{
        padding-top: 30px;
    }

    .container.linhas-calendario {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        /* padding-left: 70px; */
    }

    .chuva-container.chuva-2019 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin: -10px auto 0 20px;
    }
}


.container hr {
    border: 0;
    border-top: 1px solid #dddddd;
    margin: 96px auto;
    opacity: .2;
    max-width: 960px;
    height: 2px;
    width: 100%;
}

hr { 
    margin: 56px 0;
    padding: 0px;
    height: 0px;
    width: 0px;
    border: 0px;
}

.container {
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0;
}

/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

.chuva-container {
    padding: 10px 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 192px auto;
}

@media (max-width: 1289px){
    .chuva-container {
        padding: 10px 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 192px auto;
    }
}

.chuva-container.destaque {
    padding: 10px 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 192px auto;
}

.calendario-chuvas { 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex; 
    color: rgba(0, 219, 242, 1); 
    font-size: 12px; 
    margin-left: 1px; 
    margin-bottom: 40px;
}

.mes-chuvas {
    position: absolute; 
    font-size: 12px; 
    color: rgba(0, 219, 242, 1); 
    margin: 65px -40px 0; 
}

@media(max-width: 414px){
    .mes-chuvas{
        /* margin: 0; */
        left: 50px;
        color: rgba(0, 219, 242, 1);
        margin: 57px -40px 0;
        background-color: #172c3a;
    }

    .mes-chuvas .day-container{
        visibility: hidden;
        font-size: 0.8em;
    }
    
    .mes-chuvas .day-container::first-letter{
        visibility: visible;
    }

    .calendario-chuvas {
        margin-left: 26px;
        /* margin-bottom: 40px; */
    }

    .container.chuva-exemplo,
    .chuva-container {
        max-width: 100%;
        /* overflow: auto; */
    }

    .chuva-container {
        padding: 10px 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        margin: 192px auto;
        max-width: 100%;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start;
        overflow: visible;
    }
}

/* blocos de chuva */

.gotas-exemplo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.month-container {
    -ms-flex-line-pack: center;
        align-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow: visible;
}

.day-container {
    width: 24px;
    text-align: center;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    height: 24px;
    overflow: visible;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
}

.day-container.highlight::before {
    content: "";
    display: block;
    background-color: #00daf266;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    -webkit-animation: pulse 1s infinite;
            animation: pulse 1s infinite;
}

.day-container.clicado::before {
    content: "";
    display: block;
    background-color: #adbbbd;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    -webkit-animation: pulse_gray 1s infinite;
            animation: pulse_gray 1s infinite;
}

@keyframes pulse_gray {
    from {box-shadow: 0 0 0 0 #adbbbd}
    to {box-shadow: 0 0 0 8px #adbdf200}
}

@keyframes pulse {
    from {box-shadow: 0 0 0 0 #00dbf2}
    to {box-shadow: 0 0 0 8px #00daf200}
}

.day-container:hover {
    /* background-color: pink; */
    cursor: pointer;
}

@media(max-width:414px){
    .day-container {
        width: 11px;
        text-align: center;
        -webkit-transform: none !important;
            -ms-transform: none !important;
                transform: none !important;
        height: 12px;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        position: relative;
    }

    .day-container.mobile-data { 
        content: "";
        visibility: hidden;
    }
}

@media(max-width:320px){
    .day-container {
        width: 9px;
    }

    .day-container.highlight::before{
        top: 2px;
    }
}

.gota {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 3px;
    background: -webkit-gradient(linear,
    left top, left bottom,
    from(rgba(0, 219, 242, 0)),
    to(rgba(0, 219, 242, 1)));
    background: -o-linear-gradient(top,
    rgba(0, 219, 242, 0),
    rgba(0, 219, 242, 1));
    background: linear-gradient(to bottom,
    rgba(0, 219, 242, 0),
    rgba(0, 219, 242, 1));
    border-radius: 999px;
    margin: 12px auto;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
}

/* blocos de texto */

.comments {
    color: #fff;
    align-items: center;
    text-align: left;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.comments .text {
    max-width: 500px;
    margin: 20px 0;
}

.comments a { 
    color: rgb(0, 219, 242);
    text-decoration: none;
    padding-left: 5px;
}

p.milimetros { 
    width: 200px;
    color: #fff;
}

.comments .text p span a {
    text-transform: uppercase;
    color: #aaaa;
    text-decoration: none;
}

.title-year {
    width: 88px;
    margin: 40px;
}

.title-year p { 
    width: 70px;
    text-align: center;
    font-weight: bold;
    background-color: #ffffff1c;
    color: #fff;
    border-radius: 35px;
    padding: 9px;
    margin: 0;
}

.text-container {
    padding: 0 16px;
}

.text-container p {
    width: 100%;
    max-width: 640px;
    text-align: left;
    margin: 0 auto 24px;
    color: #dddddd;
}

.text-container a { 
    text-decoration: none;
    font-weight: 600;
    color: rgb(0, 219, 242);
}

.text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* width: 44vw; */
}

.text-container h1 { 
    font-family: 'Estado Headline';
    font-weight: bold;
    color: #fff;
    font-size: 2.4em;
    width: 100%;
    margin: 20px 0 10px;
    text-align: center;
    max-width: 770px;
}

.text-container h2 { 
    font-family: 'Lato';
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    color: #00dbf2;
    font-size: 13px;
    letter-spacing: 2px;
}

.text-container h3 { 
    font-family: 'Estado Headline';
    font-weight: bold;
    color: #fff;
    font-size: 2.2em;
    width: 100%;
    line-height: 1,2px;
    margin: 20px 0 10px;
    text-align: center;
    max-width: 770px;
}

.text-container p.linha-fina {
    color: #fff;
    width: 100%;
    margin: 20px 0 50px 0px;
    text-align: center;
    max-width: 770px;
}

@media(max-width:414px){
    .text-container p {
        font-size: 1em;
    }

    .text-container h1,
    .text-container h3 {
        font-size: 2em;
        line-height: 1.2;
        font-family: 'Estado Headline',Georgia;
        font-weight: bold;
    }

    .text-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 90%;
    }

    .comments { 
        max-width: 80%;
    }

    .explainer-container p.mini-explainer {
        font-size: 0.7em;
        font-family: 'Lato';
        color: #00dbf2;
        width: 160px;
        text-transform: uppercase;
    }
}

.foto-entrevista { 
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 50px;
}

.creditoimg { 
    font-size: 0.8em;
    font-family: 'Lato';
    color: #adbbbd;
}

.container .pluvion-img {
    max-width: 960px;
    width: 100%;
    /* margin: 0 0 70px; */
    border-radius: 4px;
}

.explainer-container {
    padding: 60px 0 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    width: 300px;
    max-width: 640px;
    text-align: center;
}

@media(max-width:414px){
    .explainer-container {
        padding: 100px 0 10px;
    }

    .foto-entrevista {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 0 10px;
        padding: 20px;
    }
}

.explainer-container p {
    font-family: 'Lato';
    font-size: 1em;
    color: #fff;
}

.explainer-container img {
    width: 50%;
}

.explainer-container p.mini-explainer { 
    font-size: 0.8em;
    font-family: 'Lato';
    color: #00dbf2;
    width: 170px;
    text-transform: uppercase;
}

.explainer-container.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin: 30px 0;
}

@media(max-width: 414px){
    .explainer-container.flex {
        justify-content: space-around;
        /* flex-direction: column; */
    }
}

/* metodologia */

.footer {
    width: 100%;
    margin-top: 96px;
    padding: 96px 0;
    /* background: #292626; */
    background: #151e23;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
  
.footer h3 {
    max-width: 640px;
    padding: 0;
}
  
.footer hr {
    max-width: 640px;
}

.credit {
    margin-top: 48px;
}
  
.credit p {
    font-size: 12px;
    line-height: 1.6;
}

h3.kicker {
    display: flex;
    justify-content: center;
    /* color: #988675; */
    color: rgb(0, 219, 242);
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    margin-bottom: 24px;
    font-weight: 900;
    letter-spacing: .05em;
    font-size: 80%;
    font-family: 'Lato';
}

.botao { 
    margin-top: 40px;
}

.botao a {
    padding: 13px 20px;
    border-radius: 56px;
    background-color: #00dbf2;
    color: #172c3a;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Lato';
    font-size: 0.8em;
}