#mw-verao {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0 60px;
}
#mw-verao > img {
    width: 228px;
    height: 238px;
    margin: 0 auto;
    display: block;
}
#mw-verao > .chamadas-superior {
    display: flex;
    flex-direction: column;
    max-width: 1240px;
    padding: 0 20px;
    margin: -20px auto 50px;
    position: relative;
    z-index: 2;
}
#mw-verao > .chamadas-superior > h2 {
    display: flex;
    gap: 24px;
}
#mw-verao > .chamadas-superior > h2 > span {
    font-family: 'Ubuntu-Light', sans-serif;
    font-size: 54px;
    line-height: 56px;
    color: #4A230C;
    position: relative;
}
#mw-verao > .chamadas-superior > h2 > span::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background: transparent linear-gradient(270deg, #E77B0600 0%, #E77B06 100%) 0% 0% no-repeat padding-box;
    width: 126px;
    height: 10px;
}
#mw-verao > .chamadas-superior > div {
    display: flex;
    justify-content: space-between;
    gap: 64px;
    margin-top: 59px;
}
#mw-verao > .chamadas-superior > div > a {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
#mw-verao > .chamadas-superior > div > a > figure {
    width: 572px;
    min-width: 572px;
    height: 386px;
    border: 1px solid #742F07;
    overflow: hidden;
}
#mw-verao > .chamadas-superior > div > a > figure > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#mw-verao > .chamadas-superior > div > a > div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#mw-verao > .chamadas-superior > div > a > div > span {
    font-family: 'Ubuntu-Regular', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #4A230C;
}
#mw-verao > .chamadas-superior > div > a > div > h2 {
    font-family: 'Ubuntu-Bold', sans-serif;
    font-size: 32px;
    line-height: 34px;
    letter-spacing: -0.64px;
    color: #4A230C;
}
#mw-verao > .chamadas-superior > div > a:hover > div > h2 {
    text-decoration: underline!important;
}
#mw-verao > .chamadas-superior > div > div {
    display: flex;
    flex-direction: column;
    gap: 44px;
}
#mw-verao > .chamadas-superior > div > div > a {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
#mw-verao > .chamadas-superior > div > div > a > figure {
    width: 250px;
    min-width: 250px;
    height: 174px;
    border: 1px solid #742F07;
    overflow: hidden;
}
#mw-verao > .chamadas-superior > div > div > a > figure > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#mw-verao > .chamadas-superior > div > div > a > h2 {
    font-family: 'Ubuntu-Regular', sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #4A230C;
    min-height: 66px;
}
#mw-verao > .chamadas-superior > div > div > a:hover > h2 {
    text-decoration: underline!important;
}
#mw-verao > .chamada-esteira {
    margin-top: 50px;
    margin-bottom: 140px;
}
#mw-verao > .chamada-esteira > header {
    max-width: 1240px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto 60px;
}
#mw-verao > .chamada-esteira > header > h2 {
    display: flex;
    gap: 24px;
}
#mw-verao > .chamada-esteira > header > h2 > span {
    font-family: 'Ubuntu-Light', sans-serif;
    font-size: 54px;
    line-height: 56px;
    color: #4A230C;
    position: relative;
}
#mw-verao > .chamada-esteira > header > h2 > span::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background: transparent linear-gradient(270deg, #E77B0600 0%, #E77B06 100%) 0% 0% no-repeat padding-box;
    width: 126px;
    height: 10px;
}
#mw-verao > .chamada-esteira > .chamada-esteiraSplide {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 5;
}

#mw-verao > .chamada-esteira > .chamada-esteiraSplide > .splide__arrows > .splide__arrow--prev {
    background: #C75002;
    width: 60px;
    height: 60px;
    opacity: 1;
    right: 88px;
    top:-110px;
    left: unset;
}

#mw-verao > .chamada-esteira > .chamada-esteiraSplide > .splide__arrows >  .splide__arrow--next {
    background: #C75002;
    width: 60px;
    height: 60px;
    opacity: 1;
    right: 0px;
    top:-110px;
}

#mw-verao > .chamada-esteira > .chamada-esteiraSplide > .splide__arrows > .splide__arrow--prev > svg {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    right: 0;
    rotate: -90deg;
}

#mw-verao > .chamada-esteira > .chamada-esteiraSplide > .splide__arrows > .splide__arrow--next > svg {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    left: 0;
    rotate: 90deg;
}
#mw-verao > .chamada-esteira > .chamada-esteiraSplide > .splide__arrows > button > svg > path {
    stroke: #fff;
}
#mw-verao > .chamada-esteira > .chamada-esteiraSplide > .splide__track {
    
}
#mw-verao > .chamada-esteira > .chamada-esteiraSplide .splide__slide > a {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#mw-verao > .chamada-esteira > .chamada-esteiraSplide .splide__slide > a > figure {
    width: 379px;
    min-width: 379px;
    height: 280px;
    border: 1px solid #742f07;
    overflow: hidden;
}
#mw-verao > .chamada-esteira > .chamada-esteiraSplide .splide__slide > a > figure > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#mw-verao > .chamada-esteira > .chamada-esteiraSplide .splide__slide > a > span {
    font-family: 'Ubuntu-Regular', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #4a230c;
}
#mw-verao > .chamada-esteira > .chamada-esteiraSplide .splide__slide > a > h2 {
    font-family: 'Ubuntu-Bold', sans-serif;
    font-size: 32px;
    line-height: 34px;
    letter-spacing: -0.64px;
    color: #4a230c;
}
#mw-verao > .chamada-esteira > .chamada-esteiraSplide .splide__slide > a:hover > h2 {
    text-decoration: underline!important;
}
#mw-verao > .chamada-esteira > .chamada-esteiraSplideCarnaval {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 5;
}

#mw-verao > .chamada-esteira > .chamada-esteiraSplideCarnaval > .splide__arrows > .splide__arrow--prev {
    background: #C75002;
    width: 60px;
    height: 60px;
    opacity: 1;
    right: 88px;
    top:-110px;
    left: unset;
}

#mw-verao > .chamada-esteira > .chamada-esteiraSplideCarnaval > .splide__arrows >  .splide__arrow--next {
    background: #C75002;
    width: 60px;
    height: 60px;
    opacity: 1;
    right: 0px;
    top:-110px;
}

#mw-verao > .chamada-esteira > .chamada-esteiraSplideCarnaval > .splide__arrows > .splide__arrow--prev > svg {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    right: 0;
    rotate: -90deg;
}

#mw-verao > .chamada-esteira > .chamada-esteiraSplideCarnaval > .splide__arrows > .splide__arrow--next > svg {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    left: 0;
    rotate: 90deg;
}
#mw-verao > .chamada-esteira > .chamada-esteiraSplideCarnaval > .splide__arrows > button > svg > path {
    stroke: #fff;
}
#mw-verao > .chamada-esteira > .chamada-esteiraSplideCarnaval > .splide__track {
    
}
#mw-verao > .chamada-esteira > .chamada-esteiraSplideCarnaval .splide__slide > a {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#mw-verao > .chamada-esteira > .chamada-esteiraSplideCarnaval .splide__slide > a > figure {
    width: 100%;
    min-width: 100%;
    height: 180px;
    border: 1px solid #742f07;
    overflow: hidden;
}
#mw-verao > .chamada-esteira > .chamada-esteiraSplideCarnaval .splide__slide > a > figure > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#mw-verao > .chamada-esteira > .chamada-esteiraSplideCarnaval .splide__slide > a > span {
    font-family: 'Ubuntu-Regular', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #4a230c;
}
#mw-verao > .chamada-esteira > .chamada-esteiraSplideCarnaval .splide__slide > a > h2 {
    font-family: 'Ubuntu-Bold', sans-serif;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #4a230c;
}
#mw-verao > .chamada-esteira > .chamada-esteiraSplideCarnaval .splide__slide > a:hover > h2 {
    text-decoration: underline!important;
}
#mw-verao > .tabua-de-mare {

}
#mw-verao > .tabua-de-mare > header {
    max-width: 1240px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto 60px;
    position: relative;
}
#mw-verao > .tabua-de-mare > header > h2 {
    display: flex;
    gap: 24px;
    justify-content: flex-end;
}
#mw-verao > .tabua-de-mare > header > h2 > span {
    font-family: 'Ubuntu-Light', sans-serif;
    font-size: 54px;
    line-height: 56px;
    color: #4a230c;
    position: relative;
    text-align: right;
    display: block;
}
#mw-verao > .tabua-de-mare > header > h2 > span:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    background: transparent linear-gradient(90deg, #E77B0600 0%, #E77B06 100%) 0% 0% no-repeat padding-box;
    width: 126px;
    height: 10px;
}
#mw-verao > .tabua-de-mare > header > .guarda-chuva-1 {
    display: none;
}
#mw-verao > .tabua-de-mare > header > .guarda-chuva-2 {
    position: absolute;
    left: -340px;
    top: -550px;
    z-index: 1;
}
#mw-verao > .tabua-de-mare > div {
    padding: 26px 24px 24px 50px;
    display: flex;
    justify-content: space-between;
    gap: 57px;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
#mw-verao > .tabua-de-mare > div::after {
    content: '';
    position: absolute;
    mix-blend-mode: multiply;
    background: #a83400 0% 0% no-repeat padding-box;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
#mw-verao > .tabua-de-mare > div > .tabua-de-mare-tabela-container {
    display: flex;
    flex-direction: column;
    gap: 36px;
    width: 100%;
    max-width: 680px;
    z-index: 1;
}
#mw-verao > .tabua-de-mare > div > .tabua-de-mare-tabela-container > h2 {
    font-family: 'Ubuntu-Light', sans-serif;
    font-size: 36px;
    line-height: 38px;
    color: #FFFFFF;
    margin-top: 20px;
}
#mw-verao > .tabua-de-mare > div > .tabua-de-mare-tabela-container > table {
    width: 100%;
    border-collapse: collapse;
}
#mw-verao > .tabua-de-mare > div > .tabua-de-mare-tabela-container > table thead {
    border-bottom: 2px solid #c750022b;
}
#mw-verao > .tabua-de-mare > div > .tabua-de-mare-tabela-container > table th {
    padding: 10px;
    font-family: 'Ubuntu-Regular', sans-serif;
    font-size: 20px;
    line-height: 19px;
    color: #FFFFFF;
}
#mw-verao > .tabua-de-mare > div > .tabua-de-mare-tabela-container > table tr td:first-of-type {
    font-size: 16px;
    line-height: 19px;
}
#mw-verao > .tabua-de-mare > div > .tabua-de-mare-tabela-container > table td {
    padding: 16px 10px;
    font-family: 'Ubuntu-Regular', sans-serif;
    font-size: 20px;
    line-height: 19px;
    color: #FFFFFF;
}
#mw-verao > .tabua-de-mare > div > .tabua-de-mare-tabela-container > table td > div {
    font-size: 14px;
    line-height: 14px;
}
#mw-verao > .tabua-de-mare > div > .tabua-de-mare-tabela-container > table th {
    font-size: 22px;
    line-height: 24px;
    text-align: left;
}
#mw-verao > .tabua-de-mare > div > .tabua-de-mare-tabela-container > table .up {
    color: #17C445;
    font-size: 10px;
    line-height: 10px;
}
#mw-verao > .tabua-de-mare > div > .tabua-de-mare-tabela-container > table .down {
    color: #E83232;
    font-size: 10px;
    line-height: 10px;
}
#mw-verao > .tabua-de-mare > div > .informacoes-previsao {
    display: flex;
    flex-direction: column;
    gap: 33px;
    background-color: #C75002;
    padding: 30px;
    width: 388px;
    border-radius: 14px;
    z-index: 1;
}
#mw-verao > .tabua-de-mare > div > .informacoes-previsao > p {
    font-family: 'Ubuntu-Light', sans-serif;
    font-size: 36px;
    line-height: 38px;
    color: #FFFFFF;
    text-align: center;
}
#mw-verao > .tabua-de-mare > div > .informacoes-previsao > .info-hoje {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
#mw-verao > .tabua-de-mare > div > .informacoes-previsao > .info-hoje > span {
    font-family: 'Ubuntu-Regular', sans-serif;
    font-size: 16px;
    line-height: 19px;
    opacity: 0.6;
    color: #FFFFFF;
}
#mw-verao > .tabua-de-mare > div > .informacoes-previsao > .info-hoje > h2 {
    font-family: 'Ubuntu-Bold', sans-serif;
    font-size: 91px;
    line-height: 93px;
    color: #FFFFFF;
}
#mw-verao > .tabua-de-mare > div > .informacoes-previsao > .info-proximos-dias {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}
#mw-verao > .tabua-de-mare > div > .informacoes-previsao > .info-proximos-dias > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    border-radius: 18px;
    background-color: #A12301;
    padding: 10px 14px;
    grid-column: span 2;
}
#mw-verao > .tabua-de-mare > div > .informacoes-previsao > .info-proximos-dias > div:nth-child(1) {
    grid-column: span 3;
}
#mw-verao > .tabua-de-mare > div > .informacoes-previsao > .info-proximos-dias > div:nth-child(2) {
    grid-column: span 3;
}
#mw-verao > .tabua-de-mare > div > .informacoes-previsao > .info-proximos-dias > div > span {
    font-family: 'Ubuntu-Regular', sans-serif;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}
#mw-verao > .tabua-de-mare > div > .informacoes-previsao > .info-proximos-dias > div > img {
    width: 40px;
    height: 42px;
}
#mw-verao > .tabua-de-mare > div > .informacoes-previsao > .info-proximos-dias > div > p {
    font-family: 'Ubuntu-Regular', sans-serif;
    font-size: 22px;
    line-height: 19px;
    color: #FFFFFF; 
}
#mw-verao > .tabua-de-mare > div > .informacoes-previsao > .info-proximos-dias > div > p > b {
    font-family: 'Ubuntu-Bold', sans-serif;
}
.fixed-share {
    position: fixed;
    right: 10px;
    bottom: 10px;
    box-shadow: 0px 10px 16px #0000001A;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px 14px;
    background-color: #C75002;
    z-index: 10;
}
.fixed-share > p {
    font-family: 'Ubuntu-Light', sans-serif;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.16px;
    color: #fff;
    text-align: right;
}
.fixed-share > p > b {
    font-family: 'Ubuntu-Medium', sans-serif;
}
.fixed-share > div {
    display: flex;
    gap: 10px;
}
.fixed-share > div > a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fixed-share > div > a:nth-child(1) {
    background-color: #28A745;
}
.fixed-share > div > a:nth-child(2) {
    background-color: #4165AF;
}
.fixed-share > div > a:nth-child(3) {
    background-color: #000000;
}
.fixed-share > div > a:nth-child(4) {
    background-color: #5E5E5E;
}
.loader-spinner {
    border: 16px solid #f3f3f3; /* Cor de fundo da borda */
    border-top: 16px solid #c75002; /* Cor da borda superior (onde o efeito gira) */
    border-radius: 50%; /* Deixa o loader circular */
    width: 90px;
    height: 90px;
    animation: spin 2s linear infinite; /* Animação de rotação */
    margin: auto;
}
.hidden {
    display: none!important;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#botaoExibirMais {
    border: 1px solid #C75002;
    border-radius: 24px;
    font-family: 'Ubuntu-Bold', sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 15px 0;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    #mw-verao {
        padding: 36px 0 60px;
        overflow-x: hidden;
    }
    #mw-verao > img {
        width: 139px;
        height: 146px;
        margin: 0 auto 20px;
    }
    #mw-verao > .chamadas-superior > div {
        flex-direction: column;
        gap: 22px;
    }
    #mw-verao > .chamadas-superior > h2 > img {
        width: auto;
        height: 60px;
    }
    #mw-verao > .chamadas-superior > h2 > span {
        font-size: 34px;
        line-height: 38px;
    }
    #mw-verao > .chamadas-superior > h2 > span::after {
        height: 6px;
    }
    #mw-verao > .chamadas-superior > div  {
        gap: 22px;
        margin-top: 22px;
    }
    #mw-verao > .chamadas-superior > div > a > figure {
        width: 100%;
        min-width: unset;
        height: 216px;
    }
    #mw-verao > .chamadas-superior > div > div > a {
        flex-direction: row;
        align-items: center;
        gap: 12px;
    }
    #mw-verao > .chamadas-superior > div > div > a > figure {
        width: 100px;
        min-width: 100px;
        height: 100px;
    }
    #mw-verao > .chamadas-superior > div > div > a > h2 {
        font-size: 18px;
        min-height: unset;
    }
    #mw-verao > .chamadas-superior > div > div {
        gap: 22px;
    }
    #mw-verao > .chamada-esteira {
        margin-top: 80px;
    }
    #mw-verao > .chamada-esteira > header {
        margin: 0 auto 36px;
    }
    #mw-verao > .chamada-esteira > header  > h2 > img {
        width: auto;
        height: 60px;
    }
    #mw-verao > .chamada-esteira > header > h2 > span {
        font-size: 30px;
        line-height: 32px;
    }
    #mw-verao > .chamada-esteira > header > h2 > span::after {
        bottom: 0;
        height: 6px;
    }
    #mw-verao > .chamada-esteira > .chamada-esteiraSplide {
        padding: unset;
    }
    #mw-verao > .chamada-esteira > .chamada-esteiraSplide > .splide__track {
        padding: 0 20px !important;
    }
    #mw-verao > .chamada-esteira > .chamada-esteiraSplide .splide__slide {
        min-width: 280px;
        max-width: 280px;
    }
    #mw-verao > .chamada-esteira > .chamada-esteiraSplide .splide__slide > a > figure {
        width: 280px;
        min-width: 280px;
        height: 216px;
    }
    #mw-verao > .chamada-esteira > .chamada-esteiraSplide .splide__slide > a > h2 {
        font-size: 24px;
        line-height: 28px;
    }
    #mw-verao > .chamada-esteira > .chamada-esteiraSplide > .splide__arrows > .splide__arrow--prev {
        width: 46px;
        height: 46px;
    }
    #mw-verao > .chamada-esteira > .chamada-esteiraSplide > .splide__arrows >  .splide__arrow--next {
        width: 46px;
        height: 46px;
    }
    #mw-verao > .chamada-esteira > .chamada-esteiraSplide > .splide__arrows > .splide__arrow--prev > svg {
        width: 35px;
        height: 35px;
        position: absolute;
        top: 14px;
        right: -2px;
        rotate: -90deg;
    }
    #mw-verao > .chamada-esteira > .chamada-esteiraSplide > .splide__arrows > .splide__arrow--next {
        right: 1em;
        top: 50%;
    }
    #mw-verao > .chamada-esteira > .chamada-esteiraSplide > .splide__arrows > .splide__arrow--prev {
        left: 1em;
        top: 50%;
        right: unset;
    }
    #mw-verao > .chamada-esteira > .chamada-esteiraSplide > .splide__arrows > .splide__arrow--next > svg {
        width: 35px;
        height: 35px;
        position: absolute;
        top: 14px;
        left: -2px;
        rotate: 90deg;
    }
    #mw-verao > .chamada-esteira > .chamada-esteiraSplideCarnaval {
        padding: unset;
    }
    #mw-verao > .chamada-esteira > .chamada-esteiraSplideCarnaval > .splide__track {
        padding: 0 20px !important;
    }
    #mw-verao > .chamada-esteira > .chamada-esteiraSplideCarnaval .splide__slide {
        min-width: 280px;
        max-width: 280px;
    }
    #mw-verao > .chamada-esteira > .chamada-esteiraSplideCarnaval .splide__slide > a > figure {
        width: 280px;
        min-width: 280px;
        height: 216px;
    }
    #mw-verao > .chamada-esteira > .chamada-esteiraSplideCarnaval .splide__slide > a > h2 {
        font-size: 24px;
        line-height: 28px;
    }
    #mw-verao > .chamada-esteira > .chamada-esteiraSplideCarnaval > .splide__arrows > .splide__arrow--prev {
        width: 46px;
        height: 46px;
    }
    #mw-verao > .chamada-esteira > .chamada-esteiraSplideCarnaval > .splide__arrows >  .splide__arrow--next {
        width: 46px;
        height: 46px;
    }
    #mw-verao > .chamada-esteira > .chamada-esteiraSplideCarnaval > .splide__arrows > .splide__arrow--prev > svg {
        width: 35px;
        height: 35px;
        position: absolute;
        top: 14px;
        right: -2px;
        rotate: -90deg;
    }
    #mw-verao > .chamada-esteira > .chamada-esteiraSplideCarnaval > .splide__arrows > .splide__arrow--next {
        right: 1em;
        top: 50%;
    }
    #mw-verao > .chamada-esteira > .chamada-esteiraSplideCarnaval > .splide__arrows > .splide__arrow--prev {
        left: 1em;
        top: 50%;
        right: unset;
    }
    #mw-verao > .chamada-esteira > .chamada-esteiraSplideCarnaval > .splide__arrows > .splide__arrow--next > svg {
        width: 35px;
        height: 35px;
        position: absolute;
        top: 14px;
        left: -2px;
        rotate: 90deg;
    }
    #mw-verao > .tabua-de-mare > header {
        padding: 0 20px;
        margin: 0 auto 36px;
    }
    #mw-verao > .tabua-de-mare > header > h2 {
        justify-content: unset;
    }
    #mw-verao > .tabua-de-mare > header > h2 > img {
        width: auto;
        height: 60px;
    }
    #mw-verao > .tabua-de-mare > header > h2 > span {
        font-size: 34px;
        line-height: 38px;
        text-align: left;
        max-width: 135px;
    }
    #mw-verao > .tabua-de-mare > header > h2 > span::after {
        height: 6px;
        bottom: -12px;
        right: unset;
        left: 0;
        background: transparent linear-gradient(270deg, #E77B0600 0%, #E77B06 100%) 0% 0% no-repeat padding-box;
    }
    #mw-verao > .tabua-de-mare > div {
        padding: 30px 20px;
        border-radius: unset;
        flex-direction: column;
    }
    #mw-verao > .tabua-de-mare > div > .tabua-de-mare-tabela-container {
        max-width: 100%;
        overflow-x: scroll;
    }
    #mw-verao > .tabua-de-mare > div > .informacoes-previsao > p {
        font-size: 28px;
        line-height: 30px;
        text-align: left;
    }
    #mw-verao > .tabua-de-mare > div > .informacoes-previsao > .info-hoje {
        gap: 10px;
        align-items: flex-start;
    }
    #mw-verao > .tabua-de-mare > div > .informacoes-previsao > .info-hoje > span {
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0.12px;
    }
    #mw-verao > .tabua-de-mare > div > .informacoes-previsao > .info-hoje > h2 {
        font-size: 50px;
        line-height: 52px;
    }
    #mw-verao > .tabua-de-mare > div > .informacoes-previsao > .info-proximos-dias > div {
        gap: 6px;
    }
    #mw-verao > .tabua-de-mare > div > .informacoes-previsao > .info-proximos-dias > div > span {
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0.12px;
    }
    #mw-verao > .tabua-de-mare > div > .informacoes-previsao > .info-proximos-dias > div > p {
        font-size: 16px;
        line-height: 18px;
        letter-spacing: 0.16px;
    }
    #mw-verao > .tabua-de-mare > div > .informacoes-previsao {
        gap: 33px;
        background-color: #C75002;
        padding: 22px 20px;
        width: 100%;
    }
    #mw-verao > .tabua-de-mare > header > .guarda-chuva-1 {
        position: absolute;
        right: -285px;
        top: -344px;
        z-index: 1;
        display: block;
    }
    #mw-verao > .tabua-de-mare > header > .guarda-chuva-2 {
        display: none;
    }
    .fixed-share {
        right: 0;
        left: 0;
        bottom: 0;
        box-shadow: 0px -10px 16px #0000001A;
        border-radius: 14px 14px 0px 0px;
    }
    .fixed-share > p {
        text-align: left;
    }
    #mw-verao > section:nth-child(4) > header > h2 > span {
        padding-bottom: 20px;
    }
}