/*
Theme Name: DaniTheme 26
Author: Daniela Ponciano
Author URI: http://www.danielaponciano.co
Description: Portfolio Dani.
Version: 1.0
Tags: bootstrap 4, responsive, 12 columns

*/
:root {
    --colour-bg-branco: #fff;
    --colour-bg-branco-2: #F7F7F7;
    --colour-text-preto: #260f29;
    --colour-primary-red: #ea431b;
    --colour-secondary-blue: #8fc6fb;
    --colour-secondary-fucsia: #f5a8f3;
    --colour-secondary-green: #07da86;
    --colour-secondary-soft-yellow: #F4EDCB;
    --colour-secondary-yellow: #ffa339;
    --font-family-sans: 'Lato', sans-serif;
    --font-family-serif: "BioRhyme", serif;
    --BS-top: 0px -12px 60px rgba(0, 0, 0, 0.04);
    --BS-regular: 0px 3px 6px rgba(0, 0, 0, 0.16);
    --bgGradient: radial-gradient(at 99% 97%, hsla(313,71%,72%,1) 0px, transparent 50%), radial-gradient(at 46% 90%, hsla(38,84%,72%,1) 0px, transparent 50%), radial-gradient(at 85% 6%, hsla(28,63%,67%,1) 0px, transparent 50%), radial-gradient(at 54% 19%, hsla(352,82%,72%,1) 0px, transparent 50%), radial-gradient(at 6% 80%, hsla(47,61%,88%,1) 0px, transparent 50%);
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: var(--colour-bg-branco);
}

body {
    font-family: var(--font-family-sans);
    font-size: 17px;
    line-height: 1.5;
    color: var(--colour-text-preto);
    height: 100%;
    background-color: var(--colour-bg-branco);
    text-rendering: geometricprecision;
}

a {
    font-weight: bold;
    color: inherit;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

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

:focus {
    outline: 0;
}

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

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-family-serif);
    font-weight:600;
}

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

article ul, .contentProjetos ul {
    list-style: disc;
}

article ol, .contentProjetos ol {
    list-style: decimal;
}

article li, .contentProjetos li {
    margin-bottom: 1rem;
}

article em, .contentProjetos em {
    font-style: italic;
}

article strong, .contentProjetos strong {
    font-weight: bolder;
}

article blockquote, .contentProjetos blockquote {
    /* background: #f2f2f2; */
    padding: 3rem;
    font-size: 1.2rem;
    background-image: url(./images/aspas.svg);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 13px 15px;
    font-style: italic;
}

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

article a, .contentProjetos a {
    text-decoration: underline;
    font-weight: bolder;
}

article p, .contentProjetos p {
    width: 100%;
    /* display: inline-block; */
    margin-bottom: 1rem;
}

article p:last-child, .contentProjetos p:last-child {
    margin-bottom: 0rem;
}

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

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

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

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

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

article iframe, .contentProjetos 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, .contentProjetos h1 {
    font-size: 2em;
    margin: 0 0 0.67em 0;
}

article h2, .contentProjetos h2 {
    font-size: 1.5em;
    margin: 0 0 0.83em 0;
}

article h3, .contentProjetos h3 {
    font-size: 1.17em;
    margin: 0 0 1em 0;
}

article h4, .contentProjetos h4 {
    font-size: 1em;
    margin: 0 0 1.33em 0;
}

article h5, .contentProjetos h5 {
    font-size: 0.83em;
    margin: 0 0 1.67em 0;
}

article h6, .contentProjetos h6 {
    font-size: 0.67em;
    margin: 0 0 2.33em 0;
}

/* =========================================== header  =============== */
.menuareaheader {
    display: flex;
    flex-direction: row;
    height: auto;
    align-items: baseline;
    flex-grow: 1;
    justify-content: flex-end;
}

.menuareaheader ul.menu {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    margin: 0;
}

ul.menu .menu-item a {
    height: auto;
    line-height: 1;
    margin: 0;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.header {
    padding: 2rem 3rem;
    z-index: 10;
    position: absolute;
    /* align-items: center; */
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.nabar-brand {
    display: block;
}

.logo-img {
    width: 100%;
    max-width: 200px;
}

.langSwitcher {
    position: absolute;
    top: 0;
    right: 0;
}

.langSwitcher li a {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 500;
    height: 2rem;
    width: 2rem;
    font-weight: bold;
    font-size: .9rem;
    text-align: center;
    /* border-radius: 3rem; */
    box-sizing: border-box;
    background: linear-gradient(143.94deg, rgba(255, 255, 255, 0.5) 2%, rgba(196, 196, 196, 0) 100%);
    backdrop-filter: blur(3px);
}

.langSwitcher li a:hover {
    opacity: 1;
    background-color: var(--colour-secondary-fucsia);
    color: var(--colour-bg-branco);
}

.langSwitcher ul {
    margin: 0;
}

#toggle-hamburger {
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 10px;
    right: 0;
    top: -7px;
    border-radius: 3rem;
    z-index: 1000;
}

#toggle-hamburger:focus {
    outline: none;
}

.menuInnerMob {
    display: flex;
    align-items: baseline;
}

@media(max-width: 991px) {
    .header {
        flex-direction:column;
        padding: 1rem;
        text-align: center;
        justify-content: center;
        gap: .2rem;
    }

    .menuareaheader {
    }

    .menuareaheader ul.menu {
        width: 100%;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }

    .logo-img {
        max-width: 260px;
        margin-top: 1rem;
        margin-bottom: 0rem;
    }

    .langSwitcher li a {
    }

    ul.menu .menu-item a {
        font-size: .8rem;
        font-weight: bold;
    }
}

/* =========================================== 404  =============== */
.single404 {
    text-align: center;
    min-height: 50vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 1rem;
}

.single404 img {
    max-width: 430px;
    padding: 2rem;
}

.single404 p {
    font-size: 1.5rem;
    max-width: 600px;
}

/* =========================================== Hero =============== */
.page-template-home #hero .heroInner {
    min-height: 100vh;
}

.heroInner {
    position: relative;
    top: 0;
    width: 100%;
    padding: 2rem;
    padding-top: 6rem;
    display: flex;
    align-items: center;
    /* text-align: center; */
    justify-content: center;
    z-index: 1;
    background-image: url(./images/gradient2.svg);
    background-position: top center;
    background-color: var(--colour-bg-branco);
    background-repeat: no-repeat;
    background-size: 100%;
}

.page-template-home .heroInner {
    padding: 5rem;
    padding-top: 6rem;
}

.heroInner:after {
    content: '';
    display: block;
    width: 100%;
    background-image: url(./images/texture.png);
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    opacity: .5;
    mix-blend-mode: overlay;
    opacity: .2;
    background-color: #fff;
}

.heroContentText {
    position: relative;
    z-index: 1;
    /* max-width: 50vw; */
}

.heroContentText h2 {
    font-size: 5vw;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 1rem;
}

.heroContentText p {
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content: flex-end;
    gap:1rem;
    margin: 0;
}

.heroContentText a {
    font-size:1rem;
    background: rgba(255, 255, 255, 0.31);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.29);
    padding:5px 1rem;
}

.heroContentText a:hover {
    opacity: 1;
    background-color: var(--colour-secondary-fucsia);
}

@keyframes brath {
    0% {
        background-size: 100%;
    }

    50% {
        background-size: 200%;
    }

    100% {
        background-size: 100%;
    }
}

@-webkit-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

@-moz-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

@keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

.scroll-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
    bottom: 0%;
    background: #fff;
    box-shadow: 0 -45px 50px 22px #ffffff, 0 -70px 76px #fff, 104px -20px 16px #fff, -104px -20px 16px #fff;
}

.scroll-btn > * {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #7f8c8d;
    color: #ffffff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
}

.scroll-btn.botaoEscuro > * {
    color: #000000;
}

.scroll-btn > *:hover, .scroll-btn > *:focus, .scroll-btn > *.active {
    color: #ffffff;
}

.scroll-btn.botaoEscuro > *:hover, .scroll-btn.botaoEscuro > *:focus, .scroll-btn.botaoEscuro > *.active {
    color: #000000;
}

.scroll-btn > *:hover, .scroll-btn > *:focus, .scroll-btn > *:active, .scroll-btn > *.active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.scroll-btn .mouse {
    position: relative;
    display: block;
    width: 25px;
    height: 40px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid var(--colour-text-preto);
    border-radius: 23px;
}

.scroll-btn .mouse > * {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: var(--colour-text-preto);
    border-radius: 50%;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;
}
.heroContentText p.listaBotoesHome{
    margin:0;
    margin-top: 2rem;
}
@media(max-width: 767px) {
    .page-template-home .heroInner {
        padding: 2rem;
        padding-top: 7rem;
        padding-bottom: 6rem;
        background-size: cover;
    }

    .heroContentText h2 span {
        display: none;
    }

    .heroContentText h2 {
        font-size: 3rem;
        line-height: 1.2;
        text-align: center;
    }

    .heroContentText p {
        font-size: 1.2rem;
        margin-top: 1.1rem;
        text-align: center;
    }
    .heroContentText p.listaBotoesHome{
        flex-direction:column;
    }
    .error404 .heroInner {
    background-size: 550px;
}
}

/* =========================================== about =============== */
.pictureArea span {
    display: block;
    border-radius: 30rem;
    background-size: cover;
    box-shadow: var(--BS-regular);
    aspect-ratio: 1/1;
}

.pictureArea {
    height: 250px;
    width: 250px;
    border-radius: 30rem;
    padding: .3rem;
    border: 1px solid var(--colour-secondary-yellow);
    margin-bottom: 4rem;
    margin-top: 2rem;
}

.pictureArea span:after {
    boder: 1px solid
}

.singleAboutCon.content-single {
    display: flex;
    padding-top: 0;
    gap: 0;
    flex-direction: column;
    align-items: center;
}

.singleAboutCon p:first-child {
    font-size: 1.4rem;
}

.singlePageAbout {
    padding: 5rem 0;
}

.personalInfo {
    background-color: var(--colour-secondary-fucsia);
    position: relative;
    box-shadow: var(--BS-top);
    padding: 7rem 2rem;
    text-align: center;
    color: #fff;
}

.personalInfo:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(./images/grainy.png);
    top: 0;
    opacity: .3;
    right: 0;
    left: 0;
    bottom: 0;
}

.personalInfo:before {
    content: '';
    display: block;
    width: 100%;
    background-image: url(./images/circle.svg);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    opacity: .2;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 30%;
    transform: rotate(180deg);
}

.personalInfo h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

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

#depoimentos {
    background-color: var(--colour-secondary-blue);
    background-image: radial-gradient(at 6% 90%, hsl(38deg 84% 72% / 56%) 0px, transparent 50%), radial-gradient(at 85% 6%, hsl(354.25deg 65.11% 58.5%) 0px, transparent 50%);
    padding: 7rem 1rem;
    overflow: hidden;
    color: var(--colour-bg-branco-2);
}

#depoimentos h2 {
    margin-bottom: 2rem;
    text-align: center;
}

.navSlider {
    margin-top: 2rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.buttonprev, .buttonnext {
    background-image: url(./images/seta.svg);
    width: 20px;
    height: 20px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 1.5rem;
}

.buttonnext {
    transform: rotate(180deg);
    margin-left: 1.5rem;
    margin-right: 0;
}

.swiper-button-disabled {
    opacity: .4
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    border: 1px solid #fff;
    background-color: transparent;
}

#galeriaPag .swiper-pagination-bullet {
    border: 1px solid var(--colour-primary-red);
}

.swiper-pagination-bullet-active {
    background-color: #fff;
}

#galeriaPag .swiper-pagination-bullet-active {
    background-color: var(--colour-primary-red);
}

.swiper-button-next, .swiper-button-prev {
    color: var(--colour-primary-red);
    transform: scale(.5);
}

#galeriaPag {
    padding-top: 2rem;
}

.swiper-pagination {
    position: relative;
    width: auto !important;
    bottom: 0 !important;
    top: 0 !important;
}

.blocoDepoimento {
    margin: 0rem auto;
    text-rendering: geometricPrecision;
    margin-top: 0;
    height: 100%;
    max-width: 100%;
    background-color: var(--colour-bg-branco-2);
    box-shadow: var(--BS-regular);
    border-radius: 2rem;
    color: var(--colour-text-preto);
    padding: 2rem;
}

.innerBlocoDepoimento {
    /* border-left:2px solid; */
    /* padding-left:2rem; */
}

.depoInfo {
    line-height: 1.2;
}

.innerBlocoDepoimento b {
    font-family: var(--font-family-serif);
    text-rendering: geometricprecision;
    font-weight: 400;
    font-size: 1.1rem;
}

.ocupacaotxt {
    display: block;
    font-size: .75em;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.depotxt {
    margin-bottom: 1rem;
    font-style: italic;
}

.depotxt:before {
    content: '';
    background: url(./images/aspas.svg);
    width: 100%;
    height: 30px;
    display: block;
    background-repeat: no-repeat;
    position: relative;
    transform: rotate(180deg);
    opacity: .3;
    background-position: left;
}

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

    .page-template-about .heroInner:before, .personalInfo:before {
        background-size: 200px;
    }

    .page-template-about .heroInner {
        padding-top: 8rem;
    }

    .personalInfo, #depoimentos {
        padding: 5rem 2rem;
    }

    .pictureArea span {
        /* border-radius: 0 0 20rem 20rem; */
        margin: 0;
        width: 100%;
        max-width: 100%;
        margin-bottom: 1rem;
    }

    .singleAboutCon {
        padding: 4rem 2rem;
    }
}

/* =========================================== Home =============== */
ul.listaProjetosHome {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

.listaProjetosHome li {
    /* padding: 4rem; */
    padding-top: 0;
}

.blocoHomeProjeto {
    display: flex;
    gap: 0rem;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.blocoHomeProjeto:hover {
    opacity: 1;
    transform: scale(.99);
}

.blocoHomeProjeto > div:last-child {
    height: 140vh;
}

.textoHomeProjeto {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.textoHomeProjeto {
    padding: 2rem;
    border-radius: 2rem;
    box-sizing: border-box;
    box-shadow: 0 0 black;
    background: rgba(255, 255, 255, 0.31);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.29);
    position:absolute;
    left: 10%;
    z-index:2;
    max-width: 42%;
}


.textoHomeProjeto span {
    text-transform: uppercase;
    font-size: .8rem;
    margin-bottom: 1rem;
    opacity: .6;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 1;
}

.textoHomeProjeto h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: 800;
}

.textoHomeProjeto p {
    margin: 0;
    font-weight: 400;
}

.textoHomeProjeto span:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 2rem;
    margin-right: .5rem;
}

.listaProjetosHome li:nth-child(4n+1) .textoHomeProjeto span:before {
    background: var(--colour-secondary-green);
}

.listaProjetosHome li:nth-child(4n+2) .textoHomeProjeto span:before {
    background: var(--colour-secondary-blue);
}

.listaProjetosHome li:nth-child(4n+3) .textoHomeProjeto span:before {
    background: var(--colour-secondary-fucsia);
}

.listaProjetosHome li:nth-child(4n+4) .textoHomeProjeto span:before {
    background: var(--colour-secondary-yellow);
}

span.fotoHomeProjetoInner {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    aspect-ratio: 3 / 4;
    box-sizing: border-box;
}

@media(max-width: 767px) {
    ul.listaProjetosHome {
        gap:0;
    }

    .listaProjetosHome li {
        padding: 0;
    }

    .listaProjetosHome li a {
        flex-direction: column;
        gap: 2rem;
    }

    .listaProjetosHome li a > div {
        width: 100%;
        
        
    }
    .textoHomeProjeto{
        left: 2rem;
        bottom: 20%;
        min-width:calc(100% - 4rem);
    }
    

    .textoHomeProjeto h2 {
        font-size: 1.8rem;
    }
    .textoHomeProjeto p{
        font-size:1rem;
    }
    span.fotoHomeProjetoInner{
        background-size:cover;
        aspect-ratio: unset;
        width: 100%;
        height: 96vh;
    }
}

/* =========================================== Hero Single =============== */
#hero, #work{
    overflow: hidden;
}
.heroSingle .heroInner {
    min-height: 80vh;
}

.heroSingle {
    overflow: hidden;
}

.heroInnerWithImage {
}

.heroInnerWithImage {
    position: relative;
    top: 0;
    width: 100%;
    padding-top: 6rem;
    padding-right: 0;
    display: flex;
    align-items: stretch;
    background-image: url(./images/gradient3.svg);
    z-index: 1;
    min-height: 90vh;
    justify-content: space-between;
    background-position: top center;
    background-size:cover
}

.heroInnerWithImage .heroContentText {
    padding-left: 10rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}

.imageHeroProj {
    display: block;
    width: 100%;
    background-size: 670px;
    background-repeat: no-repeat;
    background-position: center top;
}

.heroInnerWithImage:after {
    content: '';
    display: block;
    width: 100%;
    background-image: url(./images/texture.png);
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    opacity: .5;
    mix-blend-mode: overlay;
    opacity: .2;
    background-color: #fff;
}

@media(max-width: 767px) {
    .heroInnerWithImage {
        flex-direction:column;
    }

    .heroInnerWithImage .heroContentText {
        padding: 2rem;
        text-align: center;
    }

    .imageHeroProj {
        width: 100%;
        min-height: 350px;
        background-size: 500px;
        background-position: center 23%;
    }

    .heroInnerWithImage {
        min-height: auto;
    }
}


.aboutMe {
    max-width: 800px;
    padding: 4rem;
    line-height: 1.75;
    margin: 0 auto;
}
/* =========================================== about home  =============== */

.svgOverdown {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    height: 100%;
    text-align: right;
}

section#about {
    position: relative;
}

.textoAbout {
    position: relative;
    z-index: 1;
}

.svgOverdown svg {
    height: 100%;
    width: 100%;
}
/* =========================================== Single Page  =============== */
.singlePage {
}

.content-single {
    padding: 4rem 2rem;
}

.flexibleArea {
    overflow: hidden;
}

.flexibleAreaInner {
    display: flex;
    flex-direction: column;
    padding: 6rem;
}

.flexibleAreaCarrossel {
    padding: 6rem;
}

.noSidePad {
    padding-right: 0;
    padding-left: 0;
}

.FAalignLeft {
}

.FAalignCenter {
    align-items: center;
}

.FAalignCenter .blocoInnerSingle {
    text-align: center;
}

.FAalignRight {
    align-items: flex-end;
}

.imageFull img {
    width: 100%;
}

.blocoInnerSingle {
    max-width: 100%;
    width: 800px;
}

.titleProjetos {
    font-size: 2.1rem;
    margin-bottom: 2rem;
    line-height: 1.5;
}

.flexibleAreaCarrossel .titleProjetos {
    text-align: center;
}

.flexibleAreaCarrossel .blocoInnerSingle {
    margin: 0 auto;
}

ul.conteudosRepetidos {
    display: flex;
    gap: 2.5em;
    margin: 0;
    margin-top: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}

ul.conteudosRepetidos > li {
    padding: 2.5rem;
    background: #ffffff;
    border-radius: 2rem;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.topicosDiscover ul {
    flex-direction: column;
}

.topicosDiscover ul > li {
    flex-direction: row;
    max-width: 100%;
    color: #fff;
}

.conteudosRepetidos > li > span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 2rem;
    margin-bottom: 1rem;
}

.conteudosRepetidos > li:nth-child(4n+1) > span, .topicosDiscover > ul > li:nth-child(4n+1) {
    background: rgb(7 218 134);

}

.conteudosRepetidos > li:nth-child(4n+2) > span, .topicosDiscover > ul > li:nth-child(4n+2) {
    background: #ffa339;
}

.conteudosRepetidos > li:nth-child(4n+3) > span, .topicosDiscover > ul > li:nth-child(4n+3) {
    background: #ea431b;
}

.conteudosRepetidos > li:nth-child(4n+4) > span, .topicosDiscover > ul > li:nth-child(4n+4) {
    background: #8fc6fb;
}

.topicosDiscover > ul > li span {
    background: #fff !important;
    display: inline-block;
}

.topicosDiscover > ul > li > span {
    display: inline-block;
    margin-bottom: 0;
    margin-right: .5rem;
}

.topicosDiscover > ul > li h4 {
    display: inline-block;
    font-size: 1.2rem;
}

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

.innerSliderGal {
    text-align: center;
}

.swiper-wrapper {
    align-items: center;
}

.innerSliderGal img {
    max-width: 800px;
    max-height: 800px;
}

.flexibleAreaMansory {
    padding: 4rem;
}

.mansory-grid {
    column-count: 3;
    column-gap: 3rem;
}

.blocoGaleria {
    break-inside: avoid;
    margin-bottom: 3rem;
}

.blocoGaleria img {
    width: 100%;
    height: auto;
    display: block;
}

.blocoSingle2Columns {
    width: 100%;
}

.duascolunasArea {
    display: flex;
    gap: 6rem;
}

.icon2Column {
    margin-bottom: 1rem;
    width: 1rem;
}

.duascolunasArea > div {
    width: 50%;
}

.timelineArea .flexibleAreaInner {
    padding-bottom: 2rem;
}

.timelineArea {
    padding-bottom: 6rem;
}

.bgCal {
    display: flex;
    justify-content: space-evenly;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.calArea {
    position: relative;
    z-index: 1;
}

.bgCal .range-item {
    flex-grow: 1;
    text-align: center;
    background: rgb(0 0 0 / 3%);
}

.bgCal .range-item:nth-child(odd) {
    background: rgb(0 0 0 / 1%);
}

.range-item h4 {
    display: block;
    text-align: left;
}

.range-item h4 span {
    display: inline-block;
    text-transform: uppercase;
    font-family: var(--font-family-sans);
    font-size: .8rem;
    letter-spacing: .5px;
    background: rgb(0 0 0 / 7%);
    color: #8a8a8a;
    padding: 2px 7px;
    border-radius: 3rem;
    margin-bottom: .6rem;
}

.calendarioLista {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 5rem;
}

.line-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.blank-space {
    background-color: transparent;
    /* Invisible spacer */
}

.active-section {
    display: flex;
    text-align: left;
}

.active-section div {
    width: 100%;
}

.active-section h4 {
    font-size: 1.1rem;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    font-family: var(--font-family-sans);
    font-size: .85rem;
    letter-spacing: .5px;
    color: #fff;
    padding: 4px 9px;
    border-radius: 3rem;
    margin: 0;
    font-weight: 600;
}

.line-item:nth-child(4n+1) .active-section h4 {
    background-color: var(--colour-secondary-blue)
}

.line-item:nth-child(4n+2) .active-section h4 {
    background-color: var(--colour-secondary-fucsia)
}

.line-item:nth-child(4n+3) .active-section h4 {
    background-color: var(--colour-secondary-green)
}

.line-item:nth-child(4n+4) .active-section h4 {
    background-color: var(--colour-secondary-yellow)
}

.active-section p {
    margin: 0;
    font-size: .8rem;
    padding: 4px .5rem .5rem .5rem;
}

.calendario {
    position: relative;
    margin: 0 6rem;
    margin-top: 0;
}

.scroll-button {
    display: none;
}

ul.conteudosRepetidos.conteudoPersonas {
}

ul.conteudoPersonas > li {
    max-width: 47%;
    padding: 0;
}

.personaHeader {
    background-color: var(--colour-primary-red);
    display: flex;
    padding: 2rem;
    color: #fff;
    align-items: center;
    gap: 2rem;
    background-image: url(./images/grainy.png);
    box-shadow: inset 0 0 110px rgb(0 0 0 / 10%);
    border-radius: 2rem 2rem 0 0;
}

ul.conteudoPersonas > li:nth-child(2n+2) .personaHeader {
    background-color: var(--colour-secondary-blue);
}

.personaHeader p {
    font-size: .95rem;
}

.personaHeader h4 {
    display: inline-block;
    text-transform: uppercase;
    font-family: var(--font-family-sans);
    font-size: .8rem;
    letter-spacing: .5px;
    background: rgb(0 0 0 / 10%);
    color: #fff;
    padding: 2px 7px;
    border-radius: 3rem;
    margin-bottom: .6rem;
}

.fotoPersona {
    padding: .3rem;
    border: 1px solid #ffffff2b;
    border-radius: 10rem;
}

.fotoPersona span {
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 10rem;
    background-size: cover;
    background-position: center;
}

.textoPersona {
    padding: 2rem;
    font-size: .9rem;
}

.listaArquiteturaArea {
    background-color: #d9534f;
    max-width: fit-content;
    padding: 4rem;
    border-radius: 2rem;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    background-image: radial-gradient(at 99% 97%, hsla(352, 82%, 72%, 1) 0px, transparent 50%), radial-gradient(at 46% 90%, #d9534f 0px, transparent 50%), radial-gradient(at 85% 6%, hsl(8.46deg 69.42% 60.37%) 0px, transparent 50%), radial-gradient(at 6% 80%, #ca312c 0px, transparent 50%);
    color: #fff;
}

ul.listaArquitetura, .listaArquitetura ul {
    position: relative;
}

ul.listaArquitetura h4, ul.listaArquitetura h5, ul.listaArquitetura h6 {
    font-family: var(--font-family-sans);
    margin-bottom: 1rem;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .5px;
    background: #fff;
    color: var(--colour-primary-red);
    padding: .2rem 1rem;
    font-weight: 600;
    border-radius: 3rem;
    margin-top: 1rem;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    left: 0;
}

ul.listaArquitetura h4 {
    left: -3px;
}

ul.listaArquitetura h4 {
    font-size: 1.5rem;
    margin-top: 0;
}

ul.listaArquitetura h5 {
    font-size: 1.2rem;
}

ul.listaArquitetura h6 {
    font-size: 1rem;
}

ul.listaArquitetura:before {
    content: "";
    position: absolute;
    width: 2px;
    left: 0rem;
    top: 1rem;
    bottom: 20%;
    display: block;
    background: #ffffff;
    left: 0px;
}

.listaArquitetura h5:before, .listaArquitetura h6:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 3rem;
    height: 2px;
    left: -3rem;
    display: block;
    background: #ffffff;
}

.listaArquitetura h5:after, .listaArquitetura h6:after {
    content: "";
    position: absolute;
    height: 2.8rem;
    width: 2px;
    left: -3rem;
    bottom: 50%;
    display: block;
    background: #ffffff;
}

ul.listaArquitetura ul {
    margin-left: 3rem;
}

ul.listaArquitetura li {
    padding-left: 0;
}


@media(max-width: 767px) {
    .content-single, .flexibleAreaInner, .flexibleAreaMansory {
        padding: 3rem;
    }

    .blocoSingle2Columns {
        width: 100%;
    }

    .duascolunasArea {
        flex-direction: column;
        gap: 4rem;
    }

    .flexibleAreaCarrossel .titleProjetos {
        padding: 3rem;
        padding-bottom: 0;
    }

    .flexibleAreaCarrossel {
        padding: 0;
        padding-bottom: 2rem;
    }

    .titleProjetos {
        font-size: 1.8rem;
    }

    ul.conteudosRepetidos {
        flex-direction: column;
        margin-bottom: 2rem;
    }

    ul.conteudosRepetidos > li {
        max-width: 100%;
    }

    .innerSliderGal img {
        max-width: 100%;
        max-height: 500px;
    }

    .innerSliderGal {
        padding: 0 3rem;
    }

    .mansory-grid {
        column-count: 1;
        column-gap: 3rem;
    }

    .blocoGaleria {
        margin-bottom: 3rem;
    }

    .duascolunasArea > div {
        width: 100%;
    }

    .calendario {
        position: relative;
        width: 100%;
        min-width: 900px;
        margin: 0;
    }

    .horizontal-scroll-container {
        position: relative;
        display: flex;
        align-items: center;
        overflow: hidden;
        padding-top: 0;
        transition: .3s ease-in-out;
    }

    .scrollable-content {
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;
        scrollbar-width: none;
        padding-bottom: 4rem;
        /* position: relative; */
        transition: .3s ease-in-out;
    }

    .scrollable-content::-webkit-scrollbar {
        display: none;
    }

    .calendarioOuter {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0 1rem;
    }

    .buttonareascroll {
    }

    .scroll-button {
        position: absolute;
        bottom: 1rem;
        z-index: 10;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 2rem;
        text-indent: -99999px;
        width: 30px;
        height: 30px;
        display: block;
        box-sizing: border-box;
        cursor: pointer;
        background-image: url(./images/setared.svg);
        background-repeat: no-repeat;
        background-size: 8px;
        background-position: center;
        transition: .3s ease-in-out;
    }

    .scroll-button:focus, .scroll-button:active {
        outline: none;
    }

    .scroll-left {
        left: 1rem;
    }

    .scroll-right {
        right: 1rem;
        transform: rotate(180deg);
    }

    .scrollable-content:before, .scrollable-content:after {
        content: '';
        position: absolute;
        top: 1rem;
        left: 0;
        width: 2px;
        bottom: 0;
        height: 86%;
        z-index: 10;
        background-color: #afaeae;
        filter: blur(5px);
        mix-blend-mode: multiply;
        transition: .3s ease-in-out;
        opacity: 0;
    }

    .scrollable-content:after {
        left: auto;
        right: 0;
    }

    .can-scroll-left:before, .can-scroll-right:after {
        opacity: 1;
    }

    .scroll-button:disabled {
        opacity: .1;
        cursor: not-allowed;
    }

    ul.conteudoPersonas {
        padding-top: 2rem;
        gap: 6rem;
    }

    .personaHeader {
        flex-direction: column-reverse;
        padding: 1.5rem;
        padding-top: 4rem;
        text-align: center;
    }

    .fotoPersona {
        position: absolute;
        top: -2rem;
    }

    .fotoPersona span {
        width: 80px;
        height: 80px;
    }

    .textoPersona {
        padding: 1.5rem;
    }

    .listaArquiteturaArea {
        padding: 2rem;
    }

    ul.listaArquitetura h4 {
        font-size: 1.1rem;
    }

    ul.listaArquitetura h5 {
        font-size: 1rem;
    }

    ul.listaArquitetura h6 {
        font-size: .65rem;
        line-height: 1;
        left: 3px;
    }

    .repeater_lv_2 li:nth-child(1) h5:after, .repeater_lv_3 li:nth-child(1) h6:after {
        height: 2.54rem;
    }

    ul.listaArquitetura ul, ul.listaArquitetura ul ul {
        margin-left: 1.5rem;
    }

    .listaArquitetura h5:before, .listaArquitetura h6:before {
        width: 1.5rem;
        left: -1.5rem;
    }

    .listaArquitetura h5:after, .listaArquitetura h6:after {
        height: 3rem;
        left: -1.5rem;
    }
}

/* =========================================== Footer =============== */
#footer{
    position:relative;
}
#footer > .container-fluid{
    z-index:10;
}
.footer {
    position: absolute;
    background-image: url(./images/gradientB.svg);
    background-size:cover;
    background-position:bottom left;
    box-sizing:border-box;
    width: 100%;
    display: block;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
}
.footer:before{
    content:'';
    position:absolute;
    width:100%;
    background-color:#ffffff;
    height:30%;
    filter:blur(20px);
}

.footer:after {
    content: '';
    display: block;
    width: 100%;
    background-image: url(./images/texture.png);
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    opacity: .5;
    mix-blend-mode: overlay;
    opacity: .2;
    background-color: #fff;
}

.footerInner {
    padding: 1rem;
    position: relative;
    z-index: 10;
}
.contentFooter{
    text-align:center;
}
.contentFooter h2 {
    font-size: 4rem;
    margin-top: 1rem;
    font-weight:600
}


.aboutWork p a {
    font-weight: 600;
   
}

ul.linksFooter {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
    margin-bottom: 3rem;
    justify-content:center;
}

ul.linksFooter li {
    margin-right: 1rem;
}

ul.linksFooter li a {
    font-size:1.5rem;
    background: rgba(255, 255, 255, 0.31);
    border-radius: 10px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.29);
    padding: .5rem;
}

ul.linksFooter li a:hover {
    background-color: var(--colour-secondary-fucsia);
    opacity: 1;
    color: var(--colour-bg-branco);
}

.copyright p {
    text-rendering: geometricprecision;
    font-size: .75rem;
    text-align: center;
    font-weight: 600;
}

@media(max-width: 767px) {
    .copyright p {
        font-size:.7rem;
    }
}
