/*
Theme Name: BBC Group
Author: Daniela Ponciano e Natalia Pedroso
Author URI: http://www.danielaponciano.com
Description: Tema feito para você
Version: 1.0
Tags: Responsive, Flexbox

*/
:root {
    /* Fonts */
    --ff-main: "Quicksand", sans-serif;
    --ff-title: "Oswald", sans-serif;
    /* Defaults */
    --base-boxshadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    --base-boxshadow-in: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.16);
    --base-transition: 0.3s ease-in-out;
    /* Colours */
    --basecolor-black: #0B0B0B;
    --basecolor-white: #FAFAFA;
    --basecolor-neon: #6FF8D3;
    --basecolor-purple: #522685;
    --basecolor-cyan: #50C7F8;
    --basecolor-orange: #EE5E36;
    --basecolor-navy: #0A1030;
    --basecolor-gray: #767676;
    --spacing-small: .2rem;
    --spacing-medium: 1rem;
    --border-radius: 2rem;
}

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

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

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);
}

.custom-edit-button {
    position: fixed;
    right: 1rem;
    top: 1rem;
    background-color: var(--basecolor-neon);
    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;
    z-index: 30000;
}

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

article ul {
    list-style: square;
}

article ol {
    list-style: decimal;
}

article em {
    font-style: italic;
}

article strong {
    font-weight: bolder;
}

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

article blockquote {
    /* background: #f2f2f2; */
    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 {
    text-decoration: underline;
    font-weight: bolder;
}

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

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

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: 2em;
    margin: 0.67em 0;
}

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

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

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

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

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

/* Shared Button Styles */
.button-common a {
    color: var(--basecolor-white);
    padding: .2rem 1rem;
    font-size: 1rem;
    letter-spacing: 1px;
    border-radius: 2rem;
    text-transform: uppercase;
    transition: var(--base-transition);
    border: 1px solid var(--basecolor-white);
    background-color: rgb(10 16 48 / 10%);
}

.button-common a:hover {
    color: var(--basecolor-neon);
    border-color: var(--basecolor-neon);
}

.botaoFaleConosco, .botaoHomeA, .botaoSobre {
    @extend .button-common; }

.botaoFaleConoscoServico a {
    border-color: var(--basecolor-orange);
    background-color: var(--basecolor-orange);
    font-family: var(--ff-title);
    font-weight: 200;
}

.botaoFaleConoscoServico a:hover {
    color: var(--basecolor-orange);
    background-color: var(--basecolor-white);
}

.botaoSobre a {
    border-color: var(--basecolor-navy);
    background-color: var(--basecolor-navy);
}

/* =========================================== Header  =============== */
.overMenu {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    /* padding: .5rem; */
    min-height: 32px;
}

.overMenu > div {
    transform: scale(.9);
}

/* Primary Menu Styles */
.primary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    transition: all 0.3s ease-in-out;
    gap: 2.4rem;
    padding-right: 1.75rem;
    align-items: stretch;
}

.primary-menu a {
    color: var(--basecolor-white);
    font-family: var(--ff-title);
    font-weight: 300;
    font-size: 1.1rem;
    position: relative;
    transition: var(--base-transition);
}

.primary-menu a:before {
    content: '';
    display: block;
    margin: 0 auto;
    position: absolute;
    top: -1rem;
    right: 0;
    left: 0;
    background-color: var(--basecolor-neon);
    height: 8px;
    width: 8px;
    border-radius: 1rem;
    text-align: center;
    opacity: 0;
    transition: var(--base-transition);
}

.primary-menu a:hover, .current_page_item a {
    color: var(--basecolor-neon);
    opacity: 1;
}

.primary-menu a:hover:before, .current_page_item a:before {
    opacity: 1;
}

.menu-item-has-children > a {
    display: flex;
    align-items: center;
    gap: .4rem;
    justify-content: center;
    pointer-events: none;
    cursor: default;
}

.menu-item-has-children > a:after {
    content: '▼';
    font-size: .5rem;
}

.menu-item-has-children:hover > a:after {
    content: '▲';
}

/* Submenu Styles */
.primary-menu .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    box-shadow: var(--base-boxshadow);
    border-radius: .3rem;
}

.primary-menu .sub-menu li {
    width: 200px;
}

.primary-menu .sub-menu a {
    padding: 10px;
}

/* Show Submenu on Hover */
.primary-menu li:hover > .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}

.botaoFaleConosco {
}

.botaoFaleConosco a {
    color: var(--basecolor-white);
    border: 1px solid var(--basecolor-white);
    padding: .2rem 2rem;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 1px;
    border-radius: 2rem;
    background-color: rgb(10 16 48 / 10%);
}

.botaoFaleConosco a:hover {
    color: var(--basecolor-neon);
    border-color: var(--basecolor-neon);
}

.botaoFaleConosco a:hover:before {
    opacity: 0;
}

/* Mobile Menu Styles */
@media (max-width: 991px) {
    .primary-menu {
        display: none;
        /* Hidden by default */
        transition: 0.3s ease-in-out;
        opacity: 0;
    }

    .primary-menu a {
        font-size: 1.3rem;
    }

    .botaoFaleConosco a {
        font-size: 1rem;
    }

    .primary-menu.active {
        display: flex;
        flex-direction: column;
        transition: .3s ease-in-out;
        /* padding: 1rem; */
        text-align: center;
        opacity: 1;
        transition: opacity 0.3s ease-in-out;
        background: rgb(10 16 48 / 80%);
        gap: 0;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        padding-right: 7rem;
        padding-top: 10rem;
        padding-bottom: 2rem;
    }

    .primary-menu li {
        width: 100%;
        text-align: left;
        padding: .6rem !important;
        padding-left: 2.5rem !important;
    }

    .primary-menu .sub-menu {
        position: static;
        box-shadow: none;
        padding-left: 2rem;
    }

    .menu-item-has-children > a {
        justify-content: flex-start;
    }
}

.hamburger {
    display: none
}

@media (min-width: 992px) {
    .desk-menu nav {
        width: 100%;
    }

    .menu-main-container {
        width: 100%;
    }

    ul#menu-main {
        justify-content: space-between;
    }

    ul#menu-main > * {
        flex: 1;
        text-align: center;
    }
}

.desk-menu {
    display: flex;
    justify-content: space-between;
    position: absolute;
    z-index: 2;
    right: 0;
    left: 0;
    align-items: center;
}

.logo a {
    display: inline-block;
    padding: 1.75rem;
    z-index: 10;
    position: relative;
}

img.brandImg {
    display: block;
    width: 160px;
}

@media (max-width: 991px) {
    .hamburger {
        position: absolute;
        display: inline-block;
        cursor: pointer;
        z-index: 10;
        /* Ensure it's above the menu */
        right: 1.75rem;
        top: 3rem;
    }

    .hamburger .bar {
        display: block;
        width: 28px;
        height: 2px;
        margin: 5px auto;
        background-color: #ffffff;
        border-radius: 2rem;
        transition: all 0.3s ease;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .desk-menu {
        flex-direction: column;
        padding: 0;
        align-items: self-start;
    }

    .logo {
        /* padding: 1.75rem; */
    }

    img.brandImg {
        width: 120px;
    }

    .primary-menu a:hover:before, .current_page_item a:before {
        opacity: 0;
    }
}

/* =========================================== hero  =============== */
.heroAll {
    background-color: var(--basecolor-navy);
    color: var(--basecolor-white);
    min-height: 500px;
    background-image: url(./images/bgMain.png);
    background-size: 60%;
    background-position: bottom right;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.heroAll:after {
    content: '';
    position: absolute;
    bottom: -1px;
    background-image: url(./images/borderBottom.svg);
    width: 100%;
    background-position: bottom center;
    min-height: 80px;
    background-repeat: no-repeat;
}

.heroPagesTitle {
    font-size: 3rem;
    padding-bottom: 6rem;
}

@media(max-width: 991px) {
    .heroAll {
        background-size:cover;
        min-height: 300px;
    }

    .heroPagesTitle {
        font-size: 2.3rem;
        padding-bottom: 30%;
    }
}

/* =========================================== Pages  =============== */
.innerPage {
    padding: 5rem;
}

.innerPageCircles, .innerPageCircles2 {
    position: relative;
}

.innerPageCircles:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(./images/circleOrange.svg);
    width: 80px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center right;
}

.innerPageCircles:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(./images/circleNeon.svg);
    width: 50px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center right;
}

.innerPageCircles2:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(./images/circleOrange.svg);
    width: 80px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center right;
}

.innerPageCircles2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(./images/circlePurple.svg);
    width: 50px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center right;
}

.pageIntro {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 5rem;
}

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

@media(max-width: 991px) {
    .pageIntro {
        margin-bottom: 3rem;
    }

    .innerPage {
        padding: 3rem;
    }

    .innerPageCircles:before, .innerPageCircles:after {
        width: 40px;
    }
}

/* =========================================== Index  =============== */
/* BreakPoint Mobile */
@media(max-width: 991px) {
}

/* =========================================== Serviço =============== */
.listaServicos {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#servicos .botaoHomeA {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.blocoServico {
    min-width: 40%;
}

.blocoServico a {
    box-shadow: var(--base-boxshadow-in);
    font-family: var(--ff-title);
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 20px;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
}

.blocoServico .iconBLoco {
    background-color: var(--basecolor-cyan);
    color: var(--basecolor-white);
    position: absolute;
    top: 1rem;
    right: 1rem;
    border-radius: 2rem;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 13px;
    transform: rotate(-45deg);
    transition: var(--base-transition)
}

.blocoServico h3 {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
}

.blocoServico p {
    color: var(--basecolor-gray);
    font-weight: 300;
    font-size: .9rem;
    text-transform: uppercase;
    transition: var(--base-transition);
}

.backgroundIcon {
    display: block;
    width: 210px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .05;
}

.blocoServico a:hover {
    opacity: 1;
    background-color: var(--basecolor-cyan);
    color: var(--basecolor-white);
    box-shadow: var(--base-boxshadow-in), var(--base-boxshadow);
}

.blocoServico a:hover .iconBLoco {
    top: .7rem;
    right: .7rem;
    color: var(--basecolor-cyan);
    background-color: var(--basecolor-white);
}

.blocoServico a:hover p {
    color: var(--basecolor-white);
}

@media(max-width: 767px) {
    .listaServicos {
        gap: 1rem;
        flex-direction: column;
    }

    .blocoServico {
        width: 100%;
    }

    .blocoServico a {
        padding: 1rem;
        min-height: auto;
    }

    .backgroundIcon {
        width: 100%;
        height: 100%;
        background-position: bottom right;
        background-size: 34%;
    }
}

/* =========================================== Single Servico =============== */
.innerSer {
    display: flex;
    gap: 5rem;
    flex-direction: row;
    position: relative;
    justify-content: center;
}

.innerSer > div {
    max-width: 50%;
}

.chamadaSer {
    font-size: 2rem;
    margin-bottom: 2rem;
}

.botaoFaleConoscoServico {
    padding-top: 2rem;
}

.botaoFaleConoscoServico a {
    color: var(--basecolor-white);
    border: 1px solid var(--basecolor-orange);
    padding: .2rem 1rem;
    font-size: 1rem;
    letter-spacing: 1px;
    border-radius: 2rem;
    background-color: var(--basecolor-orange);
    font-family: var(--ff-title);
    font-weight: 200;
    padding-right: .4rem;
}

.botaoFaleConoscoServico a span {
    display: inline-block;
    width: 22px;
    height: 22px;
    color: var(--basecolor-orange);
    background-color: var(--basecolor-white);
    line-height: 20px;
    border-radius: 20px;
    margin-left: .5rem;
    transition: var(--base-transition);
    font-size: 13px;
    text-align: center;
    top: -2px;
    right: -2px;
    position: relative;
}

.botaoFaleConoscoServico a span i {
    position: relative;
    left: 1px;
}

.botaoFaleConoscoServico a:hover {
    color: var(--basecolor-orange);
    border-color: var(--basecolor-orange);
    opacity: 1;
    background-color: var(--basecolor-white);
}

.botaoFaleConoscoServico a:hover span {
    color: var(--basecolor-white);
    background-color: var(--basecolor-orange);
}

.colunaComoFazemos {
    box-shadow: var(--base-boxshadow);
    border-radius: 1.5rem;
    padding: 2rem;
    max-width: 320px;
    margin: 0 auto;
}

.colunaComoFazemos h4 {
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.colunaComoFazemos ul {
    list-style: disc;
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

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

    .innerSer > div {
        max-width: 100%;
    }

    .chamadaSer {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }

    .botaoFaleConoscoServico a {
        display: block;
        text-align: center;
    }
}

/* =========================================== Blog =============== */
.heroBlog {
    background-color: var(--basecolor-navy);
    color: var(--basecolor-white);
    position: relative;
}

.heroBlog:after {
    content: '';
    position: absolute;
    bottom: -1px;
    background-image: url(./images/borderBottom.svg);
    width: 100%;
    background-position: bottom center;
    min-height: 80px;
    background-repeat: no-repeat;
    z-index: 1;
}

.innerSlider {
    min-width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    align-items: center;
    box-sizing: border-box;
    background-color: var(--basecolor-purple);
}

.contentSlider {
    background: linear-gradient(#0a1030 0%, rgba(10, 16, 48, 0.36) 100%);
    padding: 7rem 5rem;
    display: flex;
    height: 100%;
    align-items: center;
    min-height: 50vh;
}

.contentSlider a {
    display: flex;
    gap: 2rem;
    color: var(--basecolor-white);
    flex-direction: column;
    align-items: flex-start;
    max-width: 500px;
}

.contentSlider a:hover {
    opacity: 1;
}

.contentSlider a .data {
    font-family: var(--ff-title);
    font-weight: 300;
    font-size: 1rem;
}

.contentSlider a .titulo {
    font-weight: 500;
    text-rendering: geometricPrecision;
    font-size: 2.5rem;
    line-height: 1.2;
}

.contentSlider a p {
}

.alignCenterPag {
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    min-height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    border: 1px solid #fff;
    bottom: 5rem;
    width: auto;
    display: inline-block;
    margin: 0 auto;
    border-radius: 1rem;
    padding: 0 4px;
    min-height: 26px;
    position: relative;
}

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

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

.pageIntroBlog {
    margin: 0;
    text-align: left;
    max-width: 490px;
}

.listaBlog {
}

.listaBlog {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    padding-bottom: 3rem;
    align-items: stretch;
}

.listaBlog > div {
    max-width: calc(33.333% - 3rem);
    width: 100%;
    margin-bottom: 3rem;
}

.blocoPost a {
    box-shadow: var(--base-boxshadow);
    border-radius: 1.5rem;
    padding: 1.2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blocoPost a:hover {
    opacity: 1;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.4);
}

.textoBlocoPost {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.postBlocoTitle {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.postBlocoTitle .data {
    font-family: var(--ff-title);
    font-weight: 300;
    color: var(--basecolor-gray);
    font-size: .9rem;
}

.postBlocoTitle .titulo {
    font-weight: 500;
    text-rendering: geometricPrecisionrecision;
    font-size: 1.4rem;
    line-height: 1.2;
}

.postBlocoTitle p {
}

.imagemBlocoPost {
    min-width: 100%;
    height: 250px;
    border-radius: 1.2rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 1rem;
    background-color: #eee;
}

.postBlocoButton {
    color: var(--basecolor-white);
    border: 1px solid var(--basecolor-cyan);
    padding: .2rem 1rem;
    font-size: .9rem;
    letter-spacing: 1px;
    border-radius: 2rem;
    background-color: var(--basecolor-cyan);
    font-family: var(--ff-title);
    font-weight: 200;
    padding-right: .4rem;
    display: inline-block;
}

.postBlocoButton span {
    display: inline-block;
    font-size: .8rem;
    width: 1.3rem;
    height: 1.3rem;
    color: var(--basecolor-cyan);
    background-color: var(--basecolor-white);
    text-align: center;
    line-height: 1.3rem;
    border-radius: 1rem;
    margin-left: .5rem;
    transition: var(--base-transition);
}

.postBlocoButtonHero {
    color: var(--basecolor-white);
    border: 1px solid var(--basecolor-purple);
    background-color: var(--basecolor-purple);
}

.postBlocoButtonHero span {
    color: var(--basecolor-purple);
}

.contentSlider a:hover .postBlocoButtonHero {
    color: var(--basecolor-purple);
    border: 1px solid var(--basecolor-white);
    background-color: var(--basecolor-white);
}

.contentSlider a:hover .postBlocoButtonHero span {
    color: var(--basecolor-white);
    background-color: var(--basecolor-purple);
}

.verTodosPosts {
    text-transform: uppercase;
    color: var(--basecolor-white);
    border: 1px solid var(--basecolor-navy);
    background-color: var(--basecolor-navy);
    padding: .2rem 1.2rem;
}

.verTodosPosts:hover {
    opacity: 1;
    color: var(--basecolor-navy);
    background-color: var(--basecolor-white);
}

.verTodosPostsCon {
    text-align: center;
}

.navigationMain {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 2rem;
    gap: 1rem;
}

.page-numbers {
    font-family: var(--ff-title);
    font-size: 1.2rem;
    font-weight: 200;
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 2rem;
    line-height: 35px;
    border: 1px solid transparent;
}

.page-numbers.current {
    background-color: var(--basecolor-neon);
}

a.page-numbers:hover {
    opacity: 1;
    border-color: var(--basecolor-neon)
}

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

    .listaBlogHome > div {
        max-width: 100%;
    }

    .listaBlog > div {
        max-width: calc(100% - 3rem);
        margin: 0 auto;
    }

    .postBlocoTitle p {
        display: none;
    }

    .postBlocoButton {
        margin-top: 1rem;
    }

    .navigationMain {
        padding: 0;
    }

    .contentSlider {
        padding: 0 1.75rem;
        padding-top: 8rem;
        padding-bottom: 3rem;
        min-height: 60vh;
    }

    .contentSlider a .titulo {
        font-size: 2rem;
    }

    .swiper-pagination-bullet {
        width: 8px;
        height: 8px
    }

    .swiper-pagination-bullets {
        bottom: 3rem;
    }
}

/* =========================================== Blog Single =============== */
.backgroundImageSingle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .2;
    background-size: cover
}

.heroSingle {
}

.heroSingle h2 {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 3rem;
    padding-bottom: 6rem;
    max-width: 800px;
}

.singlePage {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.singlePage article {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    display: inline-block;
}

.postIntro {
    font-family: var(--ff-title);
    font-weight: 200;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.postIntro span {
    display: block;
}

.navigationSingle {
    display: flex;
    justify-content: space-between;
    font-family: var(--ff-title);
    font-weight: 100;
}

.navigationSingle span {
    font-size: .8rem;
}

@media(max-width: 991px) {
    .heroSingle {
        min-height:500px;
    }

    .heroSingle h2 {
        padding-bottom: 2rem;
        line-height: 1.3;
    }
}

/* =========================================== Home =============== */
#hero, #sobre, #servicos, #ecossistema, #filiais, #blog {
    overflow: hidden;
}

.heroHomeMain {
    background-color: var(--basecolor-navy);
    color: var(--basecolor-white);
    min-height: 95vh;
    background-image: url(./images/bgMain.png);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.heroHomeMain:after {
    content: '';
    position: absolute;
    bottom: -1px;
    background-image: url(./images/borderBottom.svg);
    width: 100%;
    background-position: bottom center;
    min-height: 80px;
    background-repeat: no-repeat;
    z-index: 1;
}

.heroInnerHome:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 0;
    background-image: url(./images/bgRings.svg);
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.heroInnerHome {
    display: block;
    color: var(--basecolor-white);
    text-align: center;
    z-index: 1;
}

.heroInnerHome h2 {
    font-size: 3.5rem;
    font-weight: 400;
    text-rendering: geometricprecision;
    line-height: 1.5;
    position: relative;
    z-index: 2;
}

.heroInnerHome h2 span {
    display: block;
    color: var(--basecolor-white) !important;
    min-height: 5.5rem;
    text-transform: uppercase;
    font-weight: bold;
}

.heroInnerHome p {
    font-family: var(--ff-title);
    font-weight: 200;
    font-size: 1.5rem;
    position: relative;
    z-index: 2;
}

ul.botoesHero {
    display: flex;
    gap: 1rem;
    padding: 2rem;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.botaoHomeA a {
    color: var(--basecolor-white);
    border: 1px solid var(--basecolor-white);
    padding: .2rem 2rem;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 1px;
    border-radius: 2rem;
    background-color: rgb(10 16 48 / 10%);
    font-family: var(--ff-title);
    text-rendering: geometricPrecision;
}

.botaoHomeA a:hover {
    color: var(--basecolor-neon);
    border-color: var(--basecolor-neon);
    opacity: 1;
}

.botaoHomeA:nth-child(1) a {
    color: var(--basecolor-navy);
    border: 1px solid var(--basecolor-white);
    background-color: var(--basecolor-white);
}

.botaoHomeA:nth-child(1) a:hover {
    background-color: var(--basecolor-neon);
    border-color: var(--basecolor-neon);
}

@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: 5%;
}

.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: 39px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid white;
    border-radius: 23px;
}

.scroll-btn.botaoEscuro .mouse {
    border-color: black;
}

.scroll-btn .mouse > * {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: white;
    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;
}

#sobre {
    overflow: hidden;
}

.innerPageSobre {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3rem 0;
    gap: 8rem;
}

.sobreText h2 {
    font-size: 2rem;
}

.sobreText h2 strong {
    font-weight: bolder
}

.sobreText h3 {
    font-size: 1.75rem;
    padding-bottom: 2rem;
}

.sobreText p {
    padding-bottom: 1rem;
}

.botaoSobre {
    margin-top: 2rem;
}

.botaoSobre a {
    color: var(--basecolor-white);
    border: 1px solid var(--basecolor-navy);
    padding: .2rem 1rem;
    font-size: 1rem;
    letter-spacing: 1px;
    border-radius: 2rem;
    background-color: var(--basecolor-navy);
    font-family: var(--ff-title);
    font-weight: 200;
    text-transform: uppercase;
}

.botaoSobre a span {
    display: inline-block;
    width: 22px;
    height: 22px;
    color: var(--basecolor-navy);
    background-color: var(--basecolor-white);
    line-height: 20px;
    border-radius: 20px;
    margin-left: .5rem;
    transition: var(--base-transition);
    font-size: 13px;
    text-align: center;
    top: -2px;
    right: -2px;
    position: relative;
}

.sobreImage img {
    max-width: 800px;
    min-width: 550px;
    border-radius: 45px 0 0 45px;
    border: 10px solid #fff;
    border-right: 0;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
}

#servicos:before {
    content: '';
    position: absolute;
    top: -1px;
    background-image: url(./images/borderBottom.svg);
    width: 100%;
    background-position: bottom center;
    min-height: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
    left: 0;
    transform: rotate(180deg);
}

#servicos {
    background-color: var(--basecolor-navy);
    position: relative;
}

#servicos:after {
    content: '';
    position: absolute;
    bottom: -1px;
    background-image: url(./images/borderBottomPurple.svg);
    width: 100%;
    background-position: bottom center;
    min-height: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
    left: 0;
}

#servicos .titleArea {
    color: var(--basecolor-white);
    padding-top: 3rem;
}

#servicos .innerPageCircles2:before {
    background-image: url(./images/circleCyan.svg);
    top: 15%;
}

#servicos .innerPageCircles2:after {
    background-image: url(./images/circleNeon.svg);
    bottom: 15%;
}

.listaServicosHome {
    padding-bottom: 2rem;
}

.listaServicosHome .blocoServico {
    min-width: 30%;
}

#ecossistema {
    background-color: var(--basecolor-purple);
    position: relative;
    background-image: url(./images/bgRings.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    overflow: hidden;
}

#ecossistema:after {
    content: '';
    position: absolute;
    bottom: -1px;
    background-image: url(./images/borderTop.svg);
    width: 100%;
    background-position: bottom center;
    min-height: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
    left: 0;
    transform: rotate(180deg);
}

#ecossistema .titleArea {
    color: var(--basecolor-white);
    padding-top: 3rem;
}

#ecossistema .innerPage {
    padding-top: 0;
    padding-bottom: 8rem;
}

.divider-spans {
    margin: 6rem 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 2rem;
    width: 100%;
    justify-content: space-around;
    position: relative;
}

.divider-spans li {
    box-sizing: border-box;
    flex: 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.divider-spans li:after {
    content: '';
    display: block;
    width: calc(100% + 2rem);
    position: absolute;
    border-top: 1px dashed var(--basecolor-neon);
    right: 0;
    left: 50%;
    top: 50%;
}

.divider-spans li:last-child:after {
    display: none;
}

.divider-spans li span {
    display: block;
    width: 14px;
    height: 14px;
    background-color: var(--basecolor-neon);
    border-radius: 2rem;
    position: relative;
}

.itensEco {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
	justify-content:center;
}

.itensEcoTop {
}

.itensEcoBottom {
}

.blocoEco {
    box-sizing: border-box;
    flex: 1 0;
    position: relative;
    display: flex;
	max-width:300px;
}

.blocoEco > div {
    position: relative;
    display: flex;
    padding: 0.8rem;
    text-align: center;
    background: #fff;
    border-radius: 2rem;
    box-shadow: var(--base-boxshadow);
    justify-content: stretch;
	width:100%;
}

.blocoEco > div > .textBlocoEco {
    padding: 1rem;
    padding-bottom: 4rem;
    box-shadow: var(--base-boxshadow);
    border-radius: 1.5rem;
	width:100%;
}

.blocoEco h3 {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.25;
    margin-bottom: 1rem;
    text-rendering: geometricprecision;
}

.blocoEco p {
    font-size: 0.9rem;
}

.blocoLogo {
    /*background-color: var(--basecolor-neon);*/
    background-color:white;
    position: absolute;
    text-align: center;
    border-radius: 2rem;
    padding: 1rem;
    right: 1rem;
    left: 1rem;
    bottom: -3rem;
}

.blocoLogo img {
    max-width: 90px;
    max-height: 90px;
}

.blocoLogo:after {
    content: '';
    width: 100%;
    height: 16px;
    background-image: url('./images/triangle.svg');
    position: absolute;
    bottom: -1rem;
    right: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: top center;
    transform: rotate(180deg);
}

.itensEcoBottom .blocoEco > div > .textBlocoEco {
    padding: 1rem;
    padding-top: 4rem;
}

.itensEcoBottom .blocoLogo {
    top: -3rem;
    bottom: auto;
}

.itensEcoBottom .blocoLogo:after {
    position: absolute;
    top: -1rem;
    bottom: 0;
    transform: rotate(0deg);
}

#filiais {
    position: relative;
}

#filiais:after {
    content: '';
    position: absolute;
    bottom: -1px;
    background-image: url(./images/borderBottom2.svg);
    width: 100%;
    background-position: bottom center;
    min-height: 120px;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
    left: 0;
}

#filiais .innerPageCircles:after {
    bottom: 15%;
}

.pageIntroFiliais {
    text-align: center;
    padding: 0 5rem;
}

.pageContentFiliais {
    display: flex;
    gap: 3rem;
}

.pageContentFiliais > div {
    max-width: 50%;
}
.areaMapa img{
    width:100%;
}
.areaFiliais {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex: 1;
    padding: 3rem;
}

.listaFiliais {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.blocoFilialClick{
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
    padding: 1rem;
    min-width: 320px;
    display: flex;
}
.blocoFilialClick div{
    width:100%;
    background-image:url(./images/mapMarker.svg);
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center right;
    text-rendering: geometricPrecision;
    text-transform: uppercase;
    font-family: var(--ff-title);
    line-height: 1;
}
.bolinha{
    width: 15px;
    height: 14px;
    border-radius: 7rem;
    display: inline-block;
    background-color:var(--basecolor-purple);
    margin-right: 1rem;
    top: 5px;
    position: relative;
    transition: var(--base-transition);
}
.sobreInfo2 .bolinha,
.sobreInfo6 .bolinha,
.blocoFilialClick2 .bolinha,
.blocoFilialClick6 .bolinha{
    background-color:var(--basecolor-orange);
}
.sobreInfo3 .bolinha,
.sobreInfo7 .bolinha,
.blocoFilialClick3 .bolinha,
.blocoFilialClick7 .bolinha{
    background-color:var(--basecolor-cyan);
}
.sobreInfo4 .bolinha,
.sobreInfo8 .bolinha,
.blocoFilialClick4 .bolinha,
.blocoFilialClick8 .bolinha{
    background-color:var(--basecolor-neon);
}

.blocoFilialClick div h3,
.sobreInfo > div > div h3{
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: .25rem;
}
.blocoFilialClick div span, .sobreInfo > div > div > span{
    color:var(--basecolor-gray);
    font-weight: 400;
    font-size: .9rem;
    transition: var(--base-transition);
}
.blocoFilialClick:hover{
    opacity:1;
    background-color:var(--basecolor-purple);
    color:var(--basecolor-white);
}
.blocoFilialClick:hover div span{
    color:var(--basecolor-white);
}
.blocoFilialClick:hover .bolinha{
    background-color:var(--basecolor-white);
}
.featherlightDarkClose:last-of-type {
        background: rgba(9,18,46,.8)
}
.featherlightDarkClose .featherlight-content {
    background: transparent;
}

.featherlightDarkClose button.featherlight-close-icon.featherlight-close {
    background:transparent;
    color:#fff;
}
.blocoFilialPopup{
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);

}
.sobreInfo{
    padding:1rem;
    box-shadow: var(--base-boxshadow), var(--base-boxshadow-in);
    min-width: 360px;
    max-width: 90vw;
}
.sobreInfo > div{
    background-image:url(./images/mapMarker.svg);
    background-repeat:no-repeat;
    background-size:40px;
    background-position:top right;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.sobreInfo > div > div:first-child{
    text-rendering: geometricPrecision;
    text-transform: uppercase;
    font-family: var(--ff-title);
    line-height: 1;
}
.sobreInfo > div > div h3{
    display:flex;

}

.sobreInfo > div > div > span{
    margin-left: 2rem;
    font-family: var(--ff-title);
}
.sobreInfo > div h4{
    font-family: var(--ff-main);
    font-weight: bold;
}
.filialButton{
    text-transform: uppercase;
    border-color: var(--basecolor-navy);
    color: var(--basecolor-navy);
    background-color:  var(--basecolor-white);
}
.filialButton span{
    background-color: var(--basecolor-navy);
    color:  var(--basecolor-white);
    transition: var(--base-transition);
}
.filialButton:hover{
    opacity: 1;
    color:  var(--basecolor-white);
    background-color: var(--basecolor-navy);
}
.filialButton:hover span{
    color: var(--basecolor-navy);
    background-color: var(--basecolor-white);

}
.listaBlogHome {
    max-width: 1000px;
    margin: 0 auto;
}

.listaBlogHome > div {
    max-width: calc(50% - 3rem);
    width: 100%;
    margin-bottom: 3rem;
}

@media(max-width: 767px) {
    .listaBlogHome > div {
        max-width: 100%;
    }

    .listaBlogHome > div .imagemBlocoPost {
        max-height: 200px;
    }

    .heroHomeMain {
        background-position: center;
        min-height: 85vh;
    }

    .heroInnerHome {
        padding: 2rem;
    }

    .heroInnerHome h2 {
        font-size: 2.5rem;
        min-height: 10rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .heroInnerHome h2 span {
        line-height: 1;
        min-height: auto;
    }

    .heroInnerHome p {
        font-size: 1.2rem;
    }

    .innerPageSobre {
        flex-direction: column;
        gap: 0rem;
    }

    .sobreText {
        padding-top: 0;
        padding-bottom: 1rem;
    }

    .sobreImage {
        padding: 2rem;
    }

    .sobreImage img {
        min-width: 100%;
        max-width: 100%;
        border-radius: 45px;
        border: 10px solid #fff;
    }

    ul.botoesHero {
        flex-direction:column;
        padding: 2rem 0;
    }

    ul.botoesHero li a {
        padding: .2rem 1.5rem;
    }

    .listaEcossistemaMob {
        display: flex;
        justify-content: center;
    }

    .itensEco li:before {
        content: '';
        position: absolute;
        width: 15px;
        height: 15px;
        border-radius: 2rem;
        background-color: var(--basecolor-neon);
        z-index: 1;
        left: calc(-4rem - 8.5px);
        top: calc(50% - 7.5px);
    }

    .itensEco li:after {
        content: '';
        position: absolute;
        width: 1px;
        height: calc(100% + 2.1rem);
        border-radius: 2rem;
        left: -4.05rem;
        top: 0rem;
        bottom: 0rem;
        border-left: 1px dashed var(--basecolor-neon);
    }

    .itensEco li:first-child:after {
        top: 50%;
        height: calc(50% + 2.15rem)
    }

    .itensEco li:last-child:after {
        bottom: 50%;
        height: calc(50%)
    }

    .itensEco {
        flex-direction: column;
        padding-left: 4rem;
        position: relative;
    }

    .blocoEco > div {
        align-items: stretch;
        justify-content: stretch;
        text-align: left;
        width:100%;
    }

    .blocoEco > div > .textBlocoEco {
        padding: 1rem;
        padding-left: 3rem;
        width:100%;
    }

    .blocoLogo {
        left: -2rem;
        right: auto;
        top: 1rem;
        bottom: 1rem;
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .blocoLogo:after {
        transform: rotate(-90deg);
        top: 0;
        bottom: 0;
        right: auto;
        left: -1rem;
        background-position: right center;
        width: 22px;
        height: auto;
    }

    .blocoLogo img {
        max-width: 50px;
        max-height: 50px;
    }
    .pageContentFiliais{
        flex-direction:column-reverse;
    }
    .pageContentFiliais > div{
        max-width: 100%;
    }
}

/* =========================================== Footer =============== */
.footer {
    color: var(--basecolor-white);
    background-color: var(--basecolor-navy);
    position: relative;
    min-height: 300px;
    padding-top: 5rem;
    background-image: url(./images/bgRings.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.footer:before {
    content: '';
    position: absolute;
    top: -1px;
    background-image: url(./images/borderTop.svg);
    width: 100%;
    background-position: bottom center;
    min-height: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
    left: 0;
}

.footerContent {
    display: flex;
    gap: 10rem;
    padding: 5rem;
    padding-bottom: 4rem;
}

.footerCol1, .footerCol2 {
    max-width: 50%;
}

.footerCol1 {
}

.titleArea h2 {
    font-size: 2.5rem;
    font-weight: bold;
    text-rendering: geometricPrecision;
    padding-bottom: 1rem;
}

ul.lista-de-contatos li {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    max-width: 410px;
    flex-direction: row;
    align-items: flex-start;
}

ul.lista-de-contatos li .icone {
    background: rgb(80,199,248);
    background: linear-gradient(321deg, rgba(80,199,248,1) 0%, rgba(111,248,211,1) 100%);
    display: block;
    min-width: 2rem;
    height: 2rem;
    font-size: 1.1rem;
    text-align: center;
    line-height: 2rem;
    border-radius: 2rem;
}

ul.lista-de-contatos li a:hover {
    opacity: 1;
    color: var(--basecolor-neon);
}

.bancoDeTalentos {
    padding-top: 2rem;
    border-top: 1px solid rgb(255 255 255 / 9%);
    display: block;
}

.bancoDeTalentos p {
    font-size: .85rem;
    margin-bottom: 1rem
}

.bancoDeTalentos a {
    color: var(--basecolor-white);
    border: 1px solid var(--basecolor-white);
    padding: .2rem 1rem;
    font-size: 1rem;
    letter-spacing: 1px;
    border-radius: 2rem;
    background-color: rgb(10 16 48 / 10%);
    font-family: var(--ff-title);
    font-weight: 200;
    padding-right: .4rem;
}

.bancoDeTalentos a span {
    display: inline-block;
    width: 1.3rem;
    height: 1.3rem;
    color: var(--basecolor-navy);
    background-color: var(--basecolor-white);
    text-align: center;
    line-height: 1.3rem;
    border-radius: 1rem;
    margin-left: .5rem;
    transition: var(--base-transition);
}

.bancoDeTalentos a:hover {
    color: var(--basecolor-navy);
    border-color: var(--basecolor-navy);
    opacity: 1;
    background-color: var(--basecolor-white);
}

.bancoDeTalentos a:hover span {
    color: var(--basecolor-white);
    background-color: var(--basecolor-navy);
}

.footerCol2 {
}

.titleArea {
    margin-bottom: 3rem;
}

.frm_button_submit {
    transition: var(--base-transition);
}

.disclaimerForm {
    font-size: .8rem;
}

.disclaimerForm a {
    font-weight: bold;
    text-decoration: underline;
}

.footerCopy {
    font-size: .8rem;
    text-align: center;
    padding: 1rem;
}

.zap-button {
    position: fixed;
    right: 1.2rem;
    bottom: 1.2rem;
    background-color: #25D366;
    color: #fff;
    border-radius: 3rem;
    height: 3rem;
    width: 3rem;
    box-shadow: 0 3px 5px rgb(0 0 0 / 13%);
    transition: var(--base-transition);
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.zap-button:hover {
    opacity: 1;
    color: #fff;
    transform: scale(1.2);
}

@media(max-width: 767px) {
    .footer {
        background-size:400%;
    }

    .footerContent {
        flex-direction: column;
        padding: 3rem;
        gap: 5rem;
    }

    .footerCol1, .footerCol2 {
        min-width: 100%;
    }
}
