/*
Theme Name: Diogo Nogueira
Author: Daniela Ponciano e Natalia Pedroso
Author URI: http://www.nataliapedroso.com.br
Description: Tema feito para voce
Version: 1.0
Tags: Responsive, Flexbox

*/

@font-face {
    font-family: "Agrandir";
    src: url('./fonts/agrandir-normal-webfont.woff2') format('woff2'),
         url('./fonts/agrandir-normal-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}
@font-face {
    font-family: "Agrandir";
    src: url('./fonts/agrandir-normalitalic-webfont.woff2') format('woff2'),
         url('./fonts/agrandir-normalitalic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;

}
@font-face {
    font-family: "Agrandir";
    src: url('./fonts/agrandir-normalbold-webfont.woff2') format('woff2'),
         url('./fonts/agrandir-normalbold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}
@font-face {
    font-family: "Agrandir";
    src: url('./fonts/agrandir-normalbolditalic-webfont.woff2') format('woff2'),
         url('./fonts/agrandir-normalbolditalic-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;

}
@font-face {
    font-family: "Agrandir";
    src: url('./fonts/agrandir-normalheavy-webfont.woff2') format('woff2'),
         url('./fonts/agrandir-normalheavy-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;

}
@font-face {
    font-family: "Agrandir";
    src: url('./fonts/agrandir-normalheavyitalic-webfont.woff2') format('woff2'),
         url('./fonts/agrandir-normalheavyitalic-webfont.woff') format('woff');
    font-weight: 800;
    font-style: italic;

}

@font-face {
    font-family: "Agrandir";
    src: url('./fonts/agrandir-normallight-webfont.woff2') format('woff2'),
         url('./fonts/agrandir-normallight-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Agrandir";
    src: url('./fonts/agrandir-normallightitalic-webfont.woff2') format('woff2'),
         url('./fonts/agrandir-normallightitalic-webfont.woff') format('woff');
    font-weight: 300;
    font-style: italic;

}


:root {
    /* Fonts */
    --ff-main: "Agrandir", sans-serif;
    --ff-title: "Agrandir", sans-serif;
    /* Defaults */
    --base-boxshadow: 0px 3px 6px rgba(30, 28, 37, 0.15);
    --base-transition: 0.3s ease-in-out;
    /* Colours */
    --basecolor-black: #1e1c25;
    --basecolor-yellow: #b09310;
    --basecolor-dark-yellow: #8e7400;
    --basecolor-green: #004239;
    --basecolor-dark-green:#153539;
    --basecolor-white: #dfd4d4;
    --basecolor-pink: #81123f;
    --basecolor-bright-pink: #e71d6f;


     --search-bg: #f9f9f9;
      --search-border: #e6e6e6;
      --search-focus: #e71d6f;
      --search-text: #1e1c25;
      --search-placeholder: #9aa0a6;
      --search-radius: 999px;
      --search-padding-y: .5rem;
      --search-padding-x: 1rem;
      --search-height: 40px;
      --search-shadow: 0 2px 8px rgba(12,12,12,0.06);
    
    
    --font-w-300: 'wght' 300;
    --font-w-400: 'wght' 400;
    --font-w-500: 'wght' 500;
    --font-w-600: 'wght' 600;
    --font-w-700: 'wght' 700;
    --font-w-800: 'wght' 800;

}
html {
    background-color: var(--basecolor-black);
}

body {
    font-family: var(--ff-main);
    font-size: 16px;
    line-height: 1.5;
    background-color: var(--basecolor-black);
    color: var(--basecolor-white);
    height: 100%;
    font-weight: 400;
    font-variation-settings: var(--font-w-400);

}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    transition: var(--base-transition);
}

a:hover, a:focus {
    color: inherit;
    opacity: 0.5;
    text-decoration: none;
}

a:focus {
    outline: 0;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--ff-title);
    font-weight: 600;
    font-variation-settings: var(--font-w-600);
    line-height: 1;
}

.custom-edit-button {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    background-color: var(--basecolor-white);
    color: var(--basecolor-black);
    border-radius: 3rem;
    height: 3rem;
    width: 3rem;
    text-indent: -999999px;
    background-image: url(./images/edit.svg);
    background-size: 1.6rem;
    background-repeat: no-repeat;
    background-position: center;
}
.hiddenFont{
    display: none;
}
.hiddenFont h3{
    font-family: 'Agrandir', sans-serif;
    font-weight: 400;
    font-variation-settings: var(--font-w-400);
}
/* =========================================== Header & Menu  =============== */
.logo {
    padding: 2rem;
    display: block;
    max-width: 200px;
}

.brandImg {
    max-width: 200px;
}

.menu li a.botaoMenu {
    font-size: 1rem;
    padding: .4rem 1rem;
    display: inline-block;
}

.menu li a.botaoMenu i {
    transform: rotate(-45deg);
}

.menu li a.botaoMenu:hover {
    opacity: 1;
    color: #fff;
}

@media(max-width: 991px) {
}

/* ========================================= Geral ============== */
.tituloArea {
}

.tituloArea h2 {
    font-size: 4rem;
    line-height: 1;
}

.tituloArea h3 {
    font-size: 1.5rem;
    font-weight: 600;
    font-variation-settings: var(--font-w-600);
    text-rendering: geometricprecision;
    padding-top: .5rem;
}

.buttonBase {
    background-color: var(--basecolor-pink);
    color: var(--basecolor-white);
    border-radius: 6px;
    padding: .4rem 1rem;
    border: 2px solid var(--basecolor-pink);
    display: inline-block;
    font-weight: 600;
    font-variation-settings: var(--font-w-600);
    text-transform: uppercase;
    font-size: .9rem;
}

.buttonBase i {
    margin-right: 5px;
}

.buttonEsgotado {
    border-color: var(--basecolor-white);
    background-color: var(--basecolor-black);
}

.buttonRealizado {
    border-color: var(--basecolor-yellow);
    color: var(--basecolor-yellow);
    background-color: var(--basecolor-black);
}

.eventoDisponivel i {
    transform: rotate(-45deg);
}

.buttonBase:hover {
    opacity: 1;
    transform: scale(1.15);
    color: inherit;
}

.buttonRealizado:hover {
    color: var(--basecolor-yellow);
}

@media(max-width: 767px) {
    .infinitoSambaArea h2 {
        font-size:2.5rem;
    }

    .tituloArea h2 {
        font-size: 2.5rem;
        line-height: 1;
    }

    .tituloArea h3 {
        font-size: 1.2rem;
    }
}

/* ========================================= Banner ============== */
.hero {
    background: linear-gradient(#81123f 0%, #1e1c25);
}

.innerHero {
    min-height: 100vh;
    width: 100vw;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.innerHero > span {
    display: block;
    padding: 2rem;
    box-sizing: border-box;
}

.innerHero:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 10vh;
    background: linear-gradient(rgb(30 28 37 / 0%) 0%, rgb(30 28 37));
}
.innerHero img{
    max-height: 90vh;
    width:auto;
}
@media(max-width:767px){
    .innerHero{
        height:auto;
        min-height:auto;
        padding-top:4rem;
        padding-bottom: 1rem;
    }
}
/* ========================================= Agenda ============== */
.agenda {
    padding: 4rem;
}
.tituloAgendaContent{
    display: flex;
    flex-direction: row;
    gap: 3rem;
    align-items: center;
    margin-bottom: 4rem;
}
.agenda .tituloArea {
    max-width: 500px;
}

.agendaEmBreve {
    padding: 7rem 0;
    text-align: center;
}

.agendaEmBreve h3 {
    font-size: 3rem;
}

ul.listaDeShows {
    display: flex;
    flex-direction: column;
}
ul.listaDeShows > li {
    display: flex;
    flex-direction: row;
    padding: 2rem 0;
    border-bottom: 1px solid;
    align-items: center;
    gap: 7vw;
}

ul.listaDeShows > li > div {
    width: 25%;
}

ul.listaDeShows > li > div:nth-child(2), ul.listaDeShows > li > div:nth-child(3) {flex-grow: 1;text-align: center;}

ul.listaDeShows > li > div:nth-child(4) {
    text-align: right;
    width: auto;
    min-width: 250px;
}

ul.listaDeShows > li > div.dataLE {
    display: flex;
    flex-direction: column;
    line-height: 1;
    width: 100px;
    text-align: center;
}

.diaLE {
    font-weight: 600;
    font-variation-settings: var(--font-w-600);
    font-size: 3rem;
    font-family: var(--ff-title);
}

.mesLE {
    text-transform: uppercase;
    font-size: 1.6rem;
}

.cidadeLE {
    font-size: 2rem;
    font-weight: 600;
    font-variation-settings: var(--font-w-600);
    font-family: var(--ff-title);
}

.localLE {
    font-size: 1.7rem;
}

@media(max-width: 767px) {
    .agenda {
        padding:2rem;
    }

    .agenda > .tituloArea {
        max-width: 100vw;
        margin-bottom: 2rem;
    }
    .tituloAgendaContent{
        flex-direction: column;
    }
    ul.listaDeShows > li {
        flex-direction: column;
        gap: .5rem;
        text-align: center;
        align-items: center;
    }

    ul.listaDeShows > li > div {
        width: 100%;
    }

    .cidadeLE {
        font-size: 1.5rem;
        line-height: 1;
    }

    .localLE {
        font-size: 1rem;
    }

    ul.listaDeShows > li > div:nth-child(4) {
        text-align: center;
        width: 100%;
    }

    ul.listaDeShows > li > div.dataLE {
        width: 100%;
        text-align: center;
        margin-bottom: 1rem;
    }
}
/* ========================================= Galeria ============== */
#galeria {
    padding: 4rem 0;
}

.galeriaVilaEstoril {
    overflow: hidden;
    position: relative;
}

#galeriaHorizontal1.swiper-container {
    position: relative;
}

#galeriaHorizontal1 .swiper-container, #galeriaHorizontal1 .swiper-wrapper {
}

#galeriaHorizontal1 .swiper-slide {
    width: auto !important;
    height: auto !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    margin-right: .5rem;
}

#galeriaHorizontal1 .swiper-slide img {
    height: 70vh;
    width: auto;
    max-width: 100%;
    display: block;
    object-fit: contain;
}

.scrollLeft, .scrollRight {
    position: absolute;
    top: calc(50% - 30px);
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    background: var(--basecolor-black);
    color: white;
    width: 45px;
    height: 60px;
    cursor: pointer;
    background-image: url(./images/arrow.svg);
}

.scrollLeft, .scrollRight {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13px;
    text-indent: -99999px;
}

.scrollLeft {
    left: 0;
    border-radius: 0 6px 6px 0;
}

.scrollRight {
    right: 0;
    transform: rotate(180deg);
    border-radius: 0 6px 6px 0;
}

.featherlight.galleryItem, .featherlight.iframePopup {
    background: rgb(30 28 37 / 73%);
}

.featherlight.iframePopup iframe {
    width: 80vw;
    height: 70vh;
}

.featherlight-previous, .featherlight-next {
    position: absolute;
    top: -13px;
    transition: var(--base-transition);
    background-color: transparent !important;
}

.featherlight-previous span, .featherlight-next span {
    transition: var(--base-transition);
}

.featherlight.galleryItem .featherlight-content, .featherlight.iframePopup .featherlight-content {
    max-width: 90vw;
    box-sizing: border-box;
    margin: 0;
    border: 0;
    top: 0;
    text-align: center;
    padding: 0;
    max-height: 90%;
    background: transparent;
    padding: 1.5rem;
    box-sizing: border-box;
}

.featherlight.galleryItem .featherlight-image {
    margin: 0 auto;
}

.featherlight.galleryItem .featherlight-close-icon.featherlight-close, .featherlight.iframePopup .featherlight-close-icon.featherlight-close {
    background-image: url(./images/close.svg);
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -999999px;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    transition: var(--base-transition);
    background-color: transparent;
}

.featherlight.iframePopup .featherlight-close-icon.featherlight-close {
    background-image: url(./images/closewhite.svg);
}

.featherlight.galleryItem .featherlight-next span, .featherlight.galleryItem .featherlight-previous span {
    display: block;
    text-indent: -9999px;
    background-image: url(./images/arrow.svg);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: center left;
}

.featherlight.galleryItem .featherlight-next span {
    background-image: url(./images/arrowright.svg);
    background-position: center right;
}

.featherlight.galleryItem .featherlight-next:hover span, .featherlight.galleryItem .featherlight-prev:hover span {
    background-color: transparent;
    opacity: .4;
}

.featherlight.galleryItem img.featherlight-image.featherlight-inner {
    /* max-width: 80vw; */
    /* max-height: 80vw; */
}

/* ========================================= InfinitoSamba ============== */
h2.pageTitle {
    font-size: 3rem;
    margin-bottom: 1rem;
}

#infinitoSamba {
    padding: 4rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
}

.infinitoSambaArea {
    padding-top: 1rem;
}

.infinitoSambaArea h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.infinitoSambaArea p {
    max-width: 900px;
    text-rendering: auto;
}

.infinitoSambaVideo {
    width: 900px;
    max-width: 100%;
}

.infinitoSambaVideo iframe {
    width: 100%;
}

.buttonInfinitoSamba {
}

.buttonSaibaMais {
    background-color: var(--basecolor-green);
    border-color: var(--basecolor-green);
    color: var(--basecolor-white);
    padding: .4rem 2rem;
}

.buttonSaibaMais:hover {
    color: var(--basecolor-white);
}

@media(max-width: 767px) {
    #infinitoSamba {
        padding:3rem 2rem;
    }

    .infinitoSambaArea {
        padding-top: 0;
    }

    .infinitoSambaArea h2 {
        font-size: 2.5rem;
    }

    .infinitoSambaArea p {
        font-size: 1rem;
    }
}

/* ========================================= Text Page ============== */
body.page-template-default{
    background: var(--basecolor-white);
}
.innerPage {
    background-color: var(--basecolor-white);
    color: var(--basecolor-black);
    padding: 2rem;
    padding-right: 20vw;
}

.innerPage:after {
    content: '';
    display: block;
    background: linear-gradient(#e71d6f, #81123f);
    width: 20vw;
    height: 40vw;
    border-radius: 50rem 0 0 50rem;
    position: fixed;
    right: 0;
    top: calc(50% - 20vw);
}

article ul, article ol {
    padding-left: 2em;
    margin-bottom: 1rem;
}

article ul {
    list-style: disc;
}

article ol {
    list-style: decimal;
}

article em {
    font-style: italic;
}

article strong {
    font-weight: 600;
    font-variation-settings: var(--font-w-600);
    text-rendering: geometricPrecision;
}

article hr {
    border: 0;
    border-top: 1px solid var(--basecolor-white);
    opacity: 0.1;
    margin: 1rem 0;
}

article blockquote {
    padding: 3em 2rem 1rem 2rem;
    font-size: 1.2rem;
    background-image: url(./images/quote.svg);
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: 13px 15px;
}

article blockquote p:last-child {
    margin-bottom: 0
}

article a {
    color: var(--basecolor-bright-pink);
    text-decoration: underline;
}
article a:hover{
    color: var(--basecolor-pink);
    text-decoration: underline;
    opacity: 1;
}


article p {
    width: 100%;
    display: inline-block;
    margin-bottom: 1rem;
    text-rendering: geometricPrecision;
    line-height: 1.75;
}

article p:last-child {
    margin-bottom: 0;
}

article p > img.aligncenter {
    display: flex;
}

article pre {
    background-color: var(--basecolor-dark-green);
    font-family: monospace;
    padding: 2rem;
}

article .alignleft {
    float: left;
    padding-right: 1rem;
}

article .alignright {
    float: right;
    padding-left: 1rem;
}

article .aligncenter {
    margin: 0 auto;
    padding: 1rem;
}

article .wp-caption {
    padding: 1em;
}

article iframe {
    width: 100%;
    min-height: 400px;
}

.wp-caption-text {
    margin: 0;
    padding-top: 5px;
    font-size: .7em;
    font-style: italic;
    text-align: center;
}

article h1 {
    font-size: 2rem;
    margin: 1.5rem 0;
}

article h2 {
    font-size: 1.75rem;
    margin: 1.25rem 0;
}

article h3 {
    font-size: 1.5rem;
    margin: 1rem 0;
}

article h4 {
    font-size: 1.25rem;
    margin: 1rem 0;
}

article h5 {
    font-size: 1rem;
    margin: 0.75rem 0;
}

article h6 {
    font-size: 0.875rem;
    margin: 0.75rem 0;
}

article h1, article h2, article h3, article h4, article h5, article h6 {
    text-rendering: geometricPrecision;
    font-weight: 600;
    font-variation-settings: var(--font-w-600);
}

article figcaption {
    font-style: italic;
    font-size: .8rem;
    opacity: .5;
}

article table {
    border: 1px solid var(--basecolor-white);
    align-items: center;
}

article tr {
}

article thead th {
    background: var(--basecolor-black);
    color: #fff;
}

article td, article th {
    border: 1px solid var(--basecolor-dark-green);
    padding: 5px;
}

@media(max-width: 991px) {
    h2.pageTitle {
        font-size: 2rem;
        line-height: 1.5;
        position: relative;
        z-index: 1;
    }

    article {
        font-size: 14px;
        position: relative;
        z-index: 1;
    }

    article h1 {
        font-size: 1.8rem;
        margin: 1.2rem 0;
    }

    article h2 {
        font-size: 1.5rem;
        margin: 1rem 0;
    }

    article h3 {
        font-size: 1.3rem;
        margin: 0.9rem 0;
    }

    article h4 {
        font-size: 1.1rem;
        margin: 0.8rem 0;
    }

    article h5 {
        font-size: 1rem;
        margin: 0.7rem 0;
    }

    article h6 {
        font-size: 0.875rem;
        margin: 0.7rem 0;
    }

    article p {
        line-height: 1.5;
    }

    .featherlight.iframePopup .featherlight-content {
        padding: 0;
    }

    .featherlight.iframePopup iframe {
        width: 90vw;
        height: 80vh;
    }

    .featherlight.iframePopup .featherlight-close-icon.featherlight-close {
        background-image: url(./images/close.svg);
        top: 5px;
        right: 5px;
    }
    .innerPage:after{
        width:35%;
        height:50%;
        top:-10%;
        
    }
}

/* ========================================= Sobre o Diogo ============== */
#sobreDiogo {
    background-color: var(--basecolor-white);
    color: var(--basecolor-black);
    padding: 4rem;
    padding-right: 25vw;
    position: relative;
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    justify-content: center;
    position: relative;
}

#sobreDiogo:after {
    content: '';
    display: block;
    background: linear-gradient(#e71d6f, #81123f);
    width: 15vw;
    height: 30vw;
    border-radius: 50rem 0 0 50rem;
    position: absolute;
    right: 0;
}

#sobreDiogo .previewConhecaDiogo {
    position: relative;
    z-index: 1
}

.previewConhecaDiogo p {
    margin-bottom: 1rem;
    line-height: 1.75;
}

.previewConhecaDiogo p:last-child {
    margin-bottom: 0;
}

@media(max-width: 991px) {
    #sobreDiogo {
        padding: 4rem 2rem;
        gap: 2rem;
    }

    #sobreDiogo:after {
        content: '';
        display: block;
        background-color: var(--basecolor-yellow);
        width: 30vw;
        height: 60vw;
        border-radius: 50rem 0 0 50rem;
        right: 0;
        top: calc(20% - 10vw);
    }
}

/* ========================================= Discografia ============== */
#discografia {
    position: relative;
    padding: 5rem 4rem;
}

#discografia .tituloArea {
    margin-bottom: 4rem;
}

.discografiaSWIPER.swiper-initialized.swiper-horizontal {
    overflow: hidden;
}

.innerSlider {
    box-sizing: border-box;
    padding: 2rem;
}

.innerSlider img {
    max-width: 280px;
    margin-bottom: 1rem;
}

.infosCDS h3 {
    font-family: var(--ff-main);
    font-weight: 500;
    font-variation-settings: var(--font-w-500);
}

.infosCDS h3 span {
    display: block;
}

.infosCDS {
    margin-bottom: 1rem;
}

.buttonSpotify {
    background-color: #1DB954;
    color: #fff;
    border-color: #1DB954;
}

.buttonSpotify:hover {
    color: #1DB954;
    background-color: transparent;
}

.navigationSlide {
    position: relative;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 10px;
}

#paginationDiscoPrev, #paginationDiscoNext {
    display: block;
    color: var(--basecolor-yellow);
    font-size: 20px;
    transition: var(--base-transition);
}

div#paginationDisco {
    width: auto;
}

#paginationDiscoPrev:hover, #paginationDiscoNext:hover, .swiper-pagination-bullet:hover {
    cursor: pointer;
    opacity: .5;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border: 1.5px solid var(--basecolor-yellow);
    opacity: 1;
    background: transparent;
    margin: 0 5px !important;
    transition: var(--base-transition);
}

.swiper-pagination-bullet-active {
    background-color: var(--basecolor-yellow);
}

@media(max-width: 767px) {
    .innerSlider {
        display:flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    #discografia {
        padding: 4rem 2rem;
    }

    #discografia .tituloArea {
        margin-bottom: 2rem
    }

    #paginationDiscoPrev, #paginationDiscoNext {
        font-size: 15px;
    }

    .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
        border: 1px solid var(--basecolor-yellow);
        opacity: 1;
        margin: 0 2px !important;
        transition: var(--base-transition);
    }
}
/* ========================================= Blog ============== */
#blogHome{
    background: linear-gradient(#1e1c25, var(--basecolor-green));
}
#blogHome .listaPosts{
    margin:0 auto;
}
#blogHome .blogHomeSec > .listaPosts{
    gap:0rem;
}
#blogHome .blocoPost{
    transform:scale(.85);
}
#blogHome .voltarParaBlog{
    margin-top:2rem;
}
@media(max-width:767px){
    section.blogPage.blogHomeSec{
        padding-top:0;
    }
}
/* ========================================= instagram ============== */
#instagram {
    background: #fff;
    padding: 6rem 4rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 4rem;
    align-items: center;
}

#instagram .tituloArea {
    color: var(--basecolor-black);
}

#instagram .tituloArea h3 {
    font-size: 1.2rem;
}

.buttonOutline {
    background: transparent;
    color: var(--basecolor-pink);
}

.buttonOutline:hover {
    color: var(--basecolor-white);
    background-color: var(--basecolor-pink);
}
.zoom-instagram.feed-1314 .wpz-insta-view-on-insta-button{
    border-radius:6px!important;
}
.instaContainer {
    color: var(--basecolor-black);
}

.instaContainer {
}

@media(max-width: 767px) {
    #instagram {
        padding:4rem 2rem;
    }

    #instagram .tituloArea h2 {
        font-size: 2rem;
    }

    #instagram .tituloArea h3 {
        font-size: 1rem;
    }

    @media screen and (max-width: 600px) {
        .zoom-instagram .zoom-instagram-widget__items.layout-fullwidth {
            grid-template-columns: repeat(2, 1fr) !important;
            grid-template-rows: repeat(2, 1fr) !important;
        }
    }
}

/* ========================================= 9Novidades ============== */
#novidades {
    background: linear-gradient(var(--basecolor-dark-yellow), rgb(30 28 37));
    /* background-image: url(./images/bgNove.png); */
    background-size: 100% 100%;
    padding: 4rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 4rem;
    color: var(--basecolor-white);
}

#novidades .tituloArea h3 {
    font-size: 1rem;
}

.formularioMailing {
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}

.formularioMailing a {
    font-weight: 600;
    font-variation-settings: var(--font-w-600);
    text-decoration: underline;
}

.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=phone], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style textarea, .frm_form_fields_style, .with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .with_frm_style .frm-card-element.StripeElement, .with_frm_style .frm_slimselect.ss-main {
    border-left: 0;
}

.with_frm_style .frm_inline_box {
    background: #fff;
    border-right: 0;
    color: #dadada;
    padding-right: 0;
}

/* ========================================= footer ============== */
.footer {
    padding: 4rem;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.footer .tituloArea h2 {
    font-size: 2.5rem;
}

.footer .tituloArea h3 {
    font-size: 1.5rem;
}

.listaDeContatos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.blocoContato {
    line-height: 2;
}

.blocoContato h4 {
    text-transform: uppercase;
    display: inline-block;
    padding-top: 10px;
    border-top: 2px solid rgb(223 212 212 / 16%);
}

.blocoContato a:hover {
    opacity: 1;
}

.socialFoooter .social {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.socialFoooter .social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: transparent;
    border: 2px solid;
    color: #81123f;
    transition: 0.3s;
    font-size: 1.5em;
}

.socialFoooter .social a:hover {
    background: #81123f;
    color: #1E1C25;
    opacity: 1;
}

.rodapePe {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.rodapePe > div {
    width: 33%;
}

.copyFooter {
    text-align: center;
}

.rodapePe img {
    max-height: 88px;
}

.rodapePe a:hover {
    opacity: 1;
    transform: scale(1.15);
}
.rodapePe > div:last-child {
    text-align:right;
}

@media(max-width: 767px) {
    .footer {
        padding: 4rem 2rem 2rem 2rem;
    }

    .listaDeContatos {
        flex-direction: column;
        align-items: flex-start;
    }

    .rodapePe {
        flex-direction: column;
        gap: 3rem;
    }

    .rodapePe > div {
        width: 100%;
        text-align: center;
    }

    .socialFoooter .social {
        flex-wrap: wrap;
    }
    .rodapePe > div:last-child {
        text-align:center;
    }
}

/* ========================================= Countdown ============== */
body.countdown-lock, #countdown-overlay {
    overflow: hidden !important;
    height: 100vh;
}
body.countdown-lock{
    background: linear-gradient(#81123f 0%, #1e1c25);
}

div#countdown-overlay {
    background-size: cover;
    background-position: center;
}

.countdown-content img {
    max-width: 500px;
}

.countdown-content {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6rem;
    backdrop-filter: blur(10px);
    padding: 2rem;
    box-sizing: border-box;
}

.countdownText {
    text-align: center;
}

.countdownText h2 {
    font-size: 2rem;
    margin-top: 2rem;
}

#contador {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}
#contador b, #contador > div{
    font-size: 6rem;
    font-weight:600;
    font-variation-settings: var(--font-w-600);
    line-height: 1.2;
}
#contador span{
    min-width: 140px;
    position: relative;
}

#contador p {
    display: block;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
    font-weight: 500;
    font-variation-settings: var(--font-w-500);
}

@media(max-width:767px){
    body.countdown-lock, #countdown-overlay,
    .countdown-content {
        min-height: 90%;
        height: auto;
        
    }
    .countdown-content{
        height:90vh;
        padding-top:5vh;
    }
    #contador{
        gap:0rem;
        margin-top:2rem;
    }
    .countdownText h2{
        margin-top:3.5rem;
    }
    #contador b{
        font-size: 2.5rem;
    }
    #contador span{
        min-width: 70px;
    }
    #contador b:after{
        font-size:2rem;
        margin-left: 0;
        top: 10px;
        right: -10px;
    }
    #contador p {
        font-size:.7rem;
    }
    #contador > div{
        font-size:2rem;
    }
    .countdown-content img {
        max-width: 230px;
    }
}
/*=============================================== Blog =================*/
.heroBlog{
    position:relative;
}
.sliderBlog {
    background-size: cover;
    background-position: center;
}
.innerSliderBlog {
    display: flex;
    min-height: 70vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgb(0 66 57 / 30%), #1e1c25);
    backdrop-filter: blur(3px);
    padding:2rem;
    box-sizing:border-box;
    gap:2rem
}
.innerSliderBlog h3{
    font-size:3rem;
    max-width:800px;
    text-align:center;
    line-height:1.2;
}
.heroNoticias{
    display:flex;
    flex-direction:column;
    align-items:center;
}

.heroNoticias .navigationSlide  {
    justify-content: center;
    color: var(--basecolor-yellow);
}
.tituloBlog {
    padding: 5rem 5rem;
    padding-bottom: 2rem;
    text-align:center;
}

.tituloBlog h2 {
    font-size: 3.5rem;
}
section.emptyBlog {
    padding: 4rem;
    text-align: center;
    min-height: 50vh;
    background: linear-gradient(#004239, transparent);
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section.emptyBlog h1 {
    font-size: 6rem;
    text-transform: uppercase;
}
.blogPage {
    padding: 4rem;
}
.listaPosts {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    justify-content: center;
}

.blocoPost {
    width: calc(33.333% - 3rem);
}
.blocoPost a{
    display:flex;
    flex-direction:column;
    border-radius:2rem;
    overflow: hidden;
    background:var(--basecolor-white);
    color:var(--basecolor-black);
    position:relative;
    height: 100%;
    justify-content: space-between;
}
ul.listaCategoriaPosts {
    padding: 2rem;
    padding-bottom: 0;
    display:flex;
    flex-wrap:wrap;
    gap:1rem;
}
.textoBlocoPost{
    padding: 2rem;
    flex-grow: 1;
    display: flex;
    align-items: center;
}
ul.listaCategoriaPosts li span {
    background: var(--basecolor-pink);
    color:var(--basecolor-white);
    font-size:.7rem;
    line-height:1;
    font-weight:600;
    font-variation-settings: var(--font-w-600);
    text-transform:uppercase;
    padding:5px 10px 3px;
    border-radius:1rem;
    text-rendering:geometricprecision;
}
ul.listaCategoriaPosts li.dataPost span{
    background: var(--basecolor-pink);
}
.postBlocoTitle h3 {
    font-size: 1.75rem;
    line-height: 1.2;
}
.imagemBlocoPost {
    width: 100%;
    height: 230px;
    background-size: cover;
    background-position: center;
    border-radius: 2rem 2rem 0 0;
    align-self: flex-end;
    transition:var(--base-transition);
    background-color: #004239;
}
.placeHolderblog{
    background-color: #004239;
    background-image:url(./images/logo.svg);
    background-size:60%;
    background-repeat:no-repeat;
    box-shadow:inset 0 -80px 80px -60px rgb(0 0 0 / 45%);
}
.postBlocoButton {
    position: absolute;
    bottom: 2rem;
    display: inline-block;
    color:var(--basecolor-white);
    right:2rem;
    font-size:1.25rem;
    width:2.5rem;
    height:2.5rem;
    border-radius:4rem;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:var(--base-transition);
    backdrop-filter: blur(10px);
}
.blocoPost a:hover{
    opacity:1;
    transform: scale(1.05);

}
.blocoPost a:hover .postBlocoButton {
    background-color: var(--basecolor-pink);
}
.blocoPost a:hover .imagemBlocoPost{
    box-shadow: 0 60px 70px 70px rgb(0 0 0 / 15%);
}
nav.NavPagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4rem;
    gap: 1rem;
    font-size: 1.1rem;
}

.page-numbers {
    display:flex;
    width:2rem;
    height:2rem;
    border-radius:2rem;
    justify-content:center;
    align-items:center;
    line-height:1;
    font-weight:600;
    font-variation-settings: var(--font-w-600);
}

.page-numbers.current {
    background-color:var(--basecolor-pink);
}
@media(max-width:767px){
    .blogPage{
        padding:2rem;
    }
    .listaPosts{
        flex-direction:column;
        gap:2rem;
    }
    .blocoPost{
        width:100%
    }
    .blocoPost a{
        border-radius:1.5rem;
    }
    ul.listaCategoriaPosts{
        padding:1.5rem;
        padding-bottom: 0;
    }
    .textoBlocoPost{
        padding:1.5rem;
    }
    .postBlocoTitle h3{
        font-size:1.25rem;
    }
    .imagemBlocoPost{
        height:180px;
    }
}

/* ================================== Busca ==================== */
.heroBusca{
    display: flex;
    min-height: 40vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(var(--basecolor-green), #1e1c25);
    backdrop-filter: blur(3px);
    padding:2rem;
    box-sizing:border-box;
    text-align:center;
}
.heroBusca .tituloArea h3{
}
.heroBusca .tituloArea h2{
    line-height:1;
    font-style:italic;
    position:relative;
    margin-top:1.5rem;
    margin-bottom:2rem;
}
.heroBusca .tituloArea h2:after{
    content:'';
    display: block;
    background-color:var(--basecolor-green);
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:-1;
    transform:rotate(-2deg);
}
.voltarParaBlog {
    display: block;
    text-align: center;
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
}


/* container adjust (optional) */
.buscaArea {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  /* margin-bottom: 1.25rem; */
}

/* main form */
.search-form {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--search-bg);
  border: 1px solid var(--search-border);
  border-radius: var(--search-radius);
  padding: 3px;
  box-shadow: none;
  transition: box-shadow .18s ease, border-color .18s ease, transform .08s ease;
  max-width: 680px;
  width: 100%;
  box-sizing: border-box;
}

.search-form > label {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  margin: 0;
  gap: 0.5rem;
  min-width: 0; /* allows input to shrink properly */
}

.search-form .screen-reader-text {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

/* the input */
.search-field {
  border: 0;
  outline: none;
  font-size: 1rem;
  background: transparent;
  padding: var(--search-padding-y) var(--search-padding-x);
  height: var(--search-height);
  line-height: 1;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  min-width: 0;
  padding-right: 0;
}

/* placeholder */
.search-field::placeholder {
  color: var(--search-placeholder);
  opacity: 1;
}

/* submit button */
.search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  height: calc(var(--search-height) - 6px);
  width: calc(var(--search-height) - 6px);
  margin-right: 3px;
  /* margin-left: 4px; */
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  transition: background-color .14s ease, transform .08s ease;
  color: var(--search-text);
  font-size: 1.05rem;
}

/* icon sizing (Font Awesome) */
.search-submit .fa-solid {
  font-size: 1rem;
  line-height: 1;
  pointer-events: none;
}

/* hover / focus states */
.search-form:focus-within {
}

.search-submit:hover,
.search-submit:focus {
  background: rgba(0,0,0,0.04);
  transform: translateY(-1px);
  outline: none;
}

/* keyboard focus visible */
.search-field:focus,
.search-submit:focus {
  outline: 0; /* remove default */
  box-shadow: none;
}

/* explicit focus ring for accessibility */
.search-field:focus-visible {
  /* box-shadow: 0 0 0 4px rgba(26,115,232,0.12); */
  color: var(--basecolor-bright-pink);
}

/* small/compact variant for header */
.search-form--compact {
  max-width: 320px;
  padding: 2px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
}

.search-form--compact .search-field {
  padding-left: 0.6rem;
  font-size: .95rem;
}

/* large variant for hero areas */
.search-form--large {
  max-width: 900px;
  padding: 6px;
  box-shadow: var(--search-shadow);
}

.search-form--large .search-field {
  font-size: 1.125rem;
  height: 56px;
}

/* responsive behavior */
@media (max-width: 768px) {
  .buscaArea { justify-content: stretch; }
  .search-form {width: 100%;max-width: 80%;margin: 0 auto;}
  .search-submit {height: 40px;width: 30px;}
}

/* optional: clear button / aria 'x' if you add one */
.search-clear {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .25rem;
  margin-right: .25rem;
}

/* error / empty state - subtle */
.search-form.is-empty {
  opacity: .95;
}

/* override browser autofill styles lightly */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px var(--search-bg) inset;
  box-shadow: 0 0 0px 1000px var(--search-bg) inset;
  -webkit-text-fill-color: var(--search-text) !important;
}

/* utility: center search form */
.search-center {
  display:flex;
  align-items:center;
  justify-content:center;
}
.emptySearch{
    text-align: center;
}
.emptySearch h1{
    font-size:2rem;
    margin-bottom:1rem;
}
.iconNothing{
    font-size:5rem;
    opacity:.2;
}
@media(max-width:767px){
    .heroBusca{
        padding-bottom:0;
        min-height: 50vh;
    }
    .search-no-results .heroBusca{
        min-height: 100%;
        padding-top:7rem;
        width: 100%;
    }
    .innerSliderBlog h3{
        font-size:2rem;
    }
    .tituloBlog{
        padding:2rem;
        padding-top:4rem;
    }
    .tituloBlog h2{
        font-size:2.5rem;
    }
}

/*============================================== Single ================*/
.singlePageBlog{
    padding-top: 4rem;
}
.singlePageBlog .listaCategoriaPosts{
    padding:0;
}
.singlePage{
    max-width: 1200px;
    padding:4rem;
    margin:0 auto;
}
.navigationSingle {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    margin-top:2rem;
}

.navigationSingle .prev a,
.navigationSingle .next a{
    display:flex;
    align-items:baseline;
    gap:5px;
    color:var(--basecolor-bright-pink);

}

@media(max-width:767px){
    .singlePageBlog{
        min-height: 50vh;
    }
    .singlePage{
        padding:2rem;
    }
}

/*============================================== 404 ================*/
.single404{
    background: linear-gradient(var(--basecolor-pink), #1e1c25);
    color: var(--basecolor-white);
    text-align:center;
    min-height:50vh;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}
.single404 h2{
    font-size:4rem;
}
.single404 p{
    font-size:1.5rem;
    width:90%;
    max-width:500px;
}
@media(max-width:767px){
   .single404{
       padding-top:5rem
   } 
}
