/* ----------------------------------------------------------:: Template Name: Geovani Assis Pereira - Madnezz:: Author: Geovani Assis:: Author URL: https://www.geovaniassis.dev.br:: Version: 1.0.0:: Created: 25 de Novembro de 2025----------------------------------------------------------
/***************************************************************************   Fonts   ***************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

/***************************************************************************   Variáveis   ***************************************************************************/
:root {
    --cor-branco: #ffffff;
    --cor-preto: #1d1e25;
    --cor-laranja: #fb701d;
    --cor-cinza01: #e9eaf3;
    --cor-cinza02: #f4f4f9;
    --cor-azul: #151831;
    --cor-marinho: #51757f;

    --font-nunito: "Nunito", sans-serif;
    --font-nunito-sans: "Nunito Sans", sans-serif;
}

/***************************************************************************    KeyFrames   ***************************************************************************/
@keyframes animate-balanca {
    0% {
        top: 0px;
    }

    25% {
        top: 15px;
    }

    50% {
        top: 0px;
    }

    75% {
        top: -15px;
    }

    100% {
        top: 0px;
    }
}

/***************************************************************************    All   ***************************************************************************/
html,
body {
    margin: 0;
    overflow-x: clip;
    background: var(--cor-branco);
}

* {
    margin: 0;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
    font-family: var(--font-nunito-sans);
}

a {
    text-decoration: none !important;
    cursor: pointer;
}

button:focus {
    outline: none;
}


.mobile {
    display: none;
}

.transition_on *,
.transition_on {
    transition: ease .5s all !important;
}

.transition_off *,
.transition_off {
    transition: none !important;
}

.mrg-0 {
    margin: 0px !important;
}

.mrg-15-0 {
    margin: 15px 0px;
}

.mrg-top-30 {
    margin-top: 30px;
}

.mrg-top-45 {
    margin-top: 45px;
}

.mrg-top-50 {
    margin-top: 50px;
}

.mrg-bot-10 {
    margin-bottom: 10px;
}

.mrg-bot-20 {
    margin-bottom: 20px;
}

.mrg-bot-30 {
    margin-bottom: 30px;
}

.mrg-bot-40 {
    margin-bottom: 40px;
}

.mrg-bot-50 {
    margin-bottom: 50px !important;
}

.mrg-bot-60 {
    margin-bottom: 60px;
}

.mrg-bot-75 {
    margin-bottom: 75px;
}

.pdd-0 {
    padding: 0 !important;
}

.pdd-15 {
    padding: 15px !important;
}

.pdd-0-15 {
    padding: 0 15px !important;
}

.pdd-0-40 {
    padding: 0 40px !important;
}

.pdd-15-0 {
    padding: 15px 0 !important;
}

.pdd-50-0 {
    padding: 50px 0 !important;
}

.pdd-70-0 {
    padding: 70px 0 !important;
}

.pdd-100-0 {
    padding: 100px 0 !important;
}

.pdd-25-0-0 {
    padding: 25px 0 0 !important;
}

.pdd-70-0-0 {
    padding: 70px 0 0 !important;
}

.pdd-0-15-0-0 {
    padding: 0 15px 0 0 !important;
}

.pdd-lef-30 {
    padding-left: 30px !important;
}

.pdd-lef-35 {
    padding-left: 35px !important;
}

.pdd-lef-40 {
    padding-left: 40px !important;
}

.pdd-lef-45 {
    padding-left: 45px !important;
}

.pdd-lef-50 {
    padding-left: 50px !important;
}

.pdd-lef-55 {
    padding-left: 55px !important;
}

.pdd-lef-60 {
    padding-left: 60px !important;
}

.pdd-lef-65 {
    padding-left: 65px !important;
}

.pdd-lef-70 {
    padding-left: 70px !important;
}

.pdd-lef-75 {
    padding-left: 75px !important;
}

.pdd-lef-80 {
    padding-left: 80px !important;
}

.pdd-lef-85 {
    padding-left: 85px !important;
}

.pdd-lef-90 {
    padding-left: 90px !important;
}

.pdd-lef-95 {
    padding-left: 95px !important;
}

.pdd-lef-100 {
    padding-left: 100px !important;
}

.pdd-lef-105 {
    padding-left: 105px !important;
}

.pdd-lef-110 {
    padding-left: 110px !important;
}

.pdd-lef-115 {
    padding-left: 115px !important;
}

.pdd-lef-120 {
    padding-left: 120px !important;
}

.pdd-lef-125 {
    padding-left: 125px !important;
}

.pdd-lef-150 {
    padding-left: 150px !important;
}

.pdd-bot-50 {
    padding-bottom: 50px !important;
}

.txt-center {
    text-align: center !important;
}

.txt-justify-center {
    justify-content: center !important;
}

.txt-left {
    text-align: left !important;
}

.txt-right {
    text-align: right !important;
}

.txt-webkit-right {
    text-align: -webkit-right !important;
}

.nao-quebrar {
    white-space: nowrap;
}

.align_self-center {
    align-self: center;
}

.text_align_last-center {
    text-align-last: center;
}

.dpy-flex {
    display: flex;
}

.dpy-flow-root {
    display: flow-root;
}

.dpy-grid {
    display: grid;
}

.flt-left {
    float: left;
}

.flt-right {
    float: right;
}

.enfeite_balanca {
    transition: ease .8s all;
    animation: animate-balanca 25s infinite;
    position: relative;
}

.tituloSite{
    margin: 0;
    text-align: center;
    color: #1d1e25;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 50px;
}

.btnlaranja{
    background: var(--cor-branco);
    color: #e17218;
    width: 200px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-size: 15px;
    font-family: var(--font-nunito);
    font-weight: bold;
    border: solid 1px #fff;
    transition: ease .5s all;
}
.btnlaranja:hover{
    background: #e17218;
    color: var(--cor-branco);
    transform: scale(1.1);
}

.btnBordaDegradeLaranja{
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e17218;
    font-size: 15px;
    font-family: var(--font-nunito);
    font-weight: bold;
    border-radius: 100px;
    border: 3px solid transparent;
    background:
        linear-gradient(var(--cor-branco), var(--cor-branco)) padding-box,
        linear-gradient(
            90deg,
            rgba(193, 33, 23, 1) 5%,
            rgba(242, 170, 8, 1) 95%
        ) border-box;
    transition: ease .5s all;
}
.btnBordaDegradeLaranja:hover{ transform: scale(1.1);color: #e17218;}

.btnBordaCinza{
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #c4c4c4;
    border-radius: 100px;
    gap: 10px;
    color: #5b5c61;
    transition: ease .5s all;
}
.btnBordaCinza:hover{ transform: scale(1.1);color: #5b5c61;}

.btnBordaLaranja{
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px var(--cor-laranja);
    border-radius: 100px;
    gap: 10px;
    color: var(--cor-laranja);
    transition: ease .5s all;
    margin: 15px 7px;
    min-width: 190px;
    width: fit-content;
}
.btnBordaLaranja:hover{ transform: scale(1.1);color: var(--cor-laranja);}

.btnDegradeLaranja{
    background:
        linear-gradient(
            90deg,
            rgba(193, 33, 23, 1) 5%,
            rgba(242, 170, 8, 1) 95%
        ) border-box;
    transition: ease .5s all;
    min-width: 190px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 45px;
    border-radius: 100px;
    margin: 15px 7px;
}
.btnDegradeLaranja:hover{ transform: scale(1.1);color: #fff;}

.input{
    border: solid 2px #286f84;
    width: 100%;
    border-radius: 25px;
    height: 40px;
    background-color: transparent;
    padding: 0 20px;
}
textarea.input{
    height: 105px;
    padding: 10px 20px;
    resize: none;
}
/***************************************************************************	Menu	***************************************************************************/
    header {
        background: #ffffff8a;
        position: fixed;
        top: 0px;
        width: 100%;
        height: 99px;
        z-index: 99;
        border-bottom: solid 1px #fff;
    }
    header.drop{
        background: #c9cad0;
    }
    header .logomenu img{
        max-height: 98px;
    }
    header ul.menu{
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        height: 100%;
        gap: 30px;
    }
    header ul.menu li{
        display: block;
    }
    header ul.menu li a{
        color: var(--cor-marinho);
        font-weight: 600;
        font-family: var(--font-nunito);
        font-size: 15px;
        display: flex;
        align-items: center;
        gap: 7px;
    }
    header ul.menu li a.destaque{
        color: #be8232;
    }
    header ul.menu ul{
        position: absolute;
        background: #ffffffdb;
        width: 160px;
        border-radius: 20px;
        padding: 15px 0;
        margin: 0 0 0 -33px;
        display: none;
    }
    header ul.menu li:hover ul {
        display: flow;
    }
    header ul.menu ul li{
        padding: 0 0 0 15px;
    }
    header ul.menu ul li img{
        opacity: 0.5;
        transform: rotate(272deg);
    }
    header ul.menu ul li a{
        font-size: 13px;
    }
    header ul.menu ul hr{
        margin: 7px 0;
    }

    header .social ul{
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        border-left: solid 1px #fff;
        border-right: solid 1px #fff;
        max-width: 195px;
    }
    header .social ul li{
        display: block;
    }

    header .hamburguer-bt{
        cursor: pointer;
    }
    header .hamburguer-bt .hamburguer_line{
        width: 25px;
        height: 4px;
        background: #51757f;
        display: block;
        margin: 4px 0;
        border-radius: 100px;
    }

/***************************************************************************    Banner na Home    ***************************************************************************/
.banner .swiper-container ul{
    padding: 0;
}
.banner .swiper-container li{
    height: 761px;
    display: flex;
    align-items: flex-end;
    background-position: center;
    background-repeat: no-repeat;
}
.banner .swiper-container li .rightText{
    margin-top: 160px;
    margin-bottom: 60px;
    text-align: right;
}
.banner .swiper-container li h2{
    color: #b22b06;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
}
.banner .swiper-container li p{
    color: var(--cor-preto);
    font-size: 23px;
    line-height: 28px;
    font-weight: bold;
    max-width: 450px;
}
.banner .swiper-container li h3{
    color: var(--cor-branco);
    font-weight: bold;
    margin: 0;
    font-size: 24px;
}
.banner .swiper-container li span{
    color: #e7a50d;
    font-family: var(--font-nunito);
    font-weight: 600;
    font-size: 17px;
}



.banner .swiper-pagination{
    position: relative;
    text-align: right;
    margin: -70px 0 0 0;
}
.banner .swiper-pagination-bullet{
    width: 24px;
    height: 10px;
    border-radius: 3px;
    background: #fff;
    opacity: 0.5;
    margin-left: 5px;
    transition: ease .5s all;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: linear-gradient(90deg,rgba(193, 33, 23, 1) 5%, rgba(242, 170, 8, 1) 95%);
    opacity: 1;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 14px;
    height: 22px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 14px 22px;
    background-position: center;
    background-repeat: no-repeat;
}
.banner .swiper-button-next {transform: rotate(180deg);}
/***************************************************************************    Numeros na Home    ***************************************************************************/

#numeros{
    background-color: #e9eaf3;
    min-height: 100px;
    align-content: center;
    margin-top: -16px;
}
#numeros .box{
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
    align-items: center;
    justify-content: center;
}
#numeros .box img{
    
}
#numeros .box em{
    color: #151831;
    font-size: 42px;
    font-weight: 700;
    margin: 0 10px;
    font-style: normal;
}
#numeros .box em span{
    font-size: 30px;
}
#numeros .box em span.antes{
    margin: 15px 0 0 -5px;
    position: absolute;
    font-size: 22px;
    font-weight: 900;
}
#numeros .box p{
    margin: 0px;
    display: flex;
    flex-direction: column;
    color: #151831;
    font-size: 20px;
    font-weight: 700;
    line-height: 17px;
}
#numeros .box p span{
    color: #9597a6;
    font-weight: 100;
    font-size: 14px;
}
/***************************************************************************    Empreendiamentos na Home    ***************************************************************************/
#empreendimentos{
    background-color: #f4f4f9;
    padding: 65px 0 140px;
    background-image: url('../../img/logo-fundo-empreendimentos.png');
    background-repeat: no-repeat;
    background-position: 100% 90%;
}
#empreendimentos .box{
    background: var(--cor-branco);
    border: solid 1px #d3d3dc;
    max-width: 420px;
    height: 445px;
    margin-bottom: 30px;
}
#empreendimentos .box span{
    background: linear-gradient(90deg, rgba(193, 33, 23, 1) 5%, rgba(242, 170, 8, 1) 95%);
    position: absolute;
    z-index: 1;
    color: #fff;
    font-size: 15px;
    font-family: var(--font-nunito);
    border-radius: 100px;
    padding: 0 10px;
    height: 20px;
    margin: 15px 0 0 15px;
}
#empreendimentos .box .foto{
    width: 100%;
    height: 195px;
    object-fit: cover;
    object-position: left;
    opacity: 0.3;
    filter: grayscale(1);
    transition: ease .5s all;
    position: relative;
}
#empreendimentos .box:hover .foto{
    opacity: 1;
    filter: grayscale(0);
}
#empreendimentos .box .logo{
    width: 110px;
    height: 110px;
    background: var(--cor-branco);
    border-radius: 100%;
    box-shadow: 0 0 15px 0px #00000040;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    margin: -77px 0px 0 25px;
    position: relative;
}
#empreendimentos .box .logo img{
    max-width: 100%;
}
#empreendimentos .box h3{
    margin: 25px 15px 0 25px;
    color: #151831;
    font-size: 25px;
    font-weight: 700;
}
#empreendimentos .box p{
    margin: 15px 15px 20px 25px;
    padding-left: 22px;
    color: #151831;
    font-size: 15px;
    font-weight: 400;
    min-height: 45px;
}
#empreendimentos .box p::before {
    content: '';
    width: 15px;
    height: 15px;
    background: linear-gradient(90deg, rgba(193, 33, 23, 1) 5%, rgba(242, 170, 8, 1) 95%);
    border-radius: 100%;
    position: absolute;
    margin: 2px 0 0 -20px;
}


#empreendimentos .box .areaBtn{
    display: flex;
    margin: 0 15px 0 25px;
    padding-bottom: 25px;
    gap: 10px;
}

#empreendimentos .box .areaBtn .btnBordaCinza{
    width: 150px;
}
#empreendimentos .box .areaBtn .btnBordaDegradeLaranja{
    width: -webkit-fill-available;
}

#empreendimentos .textoFinal p{
    text-align: center;
    margin: 25px 0;
    color: #5d5e69;
    font-size: 19px;
    font-weight: 300;
    max-width: 700px;
}
#empreendimentos .textoFinal p span{
    color: #fb701d;
    font-weight: 700;
}
/***************************************************************************    Experiencias na Home    ***************************************************************************/
#experiencia{
    background-color: var(--cor-azul);
}
#experiencia img{
    max-width: 100%;
    margin: -20px 0 -40px;
}
#experiencia h2{
    color: var(--cor-branco);
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 30px;
}
#experiencia p{
    color: #d5d6e4;
    font-size: 16px;
    font-weight: 300;
}
#experiencia p span{
    color: #fb701d;
    font-weight: 800;
}
#experiencia .areaBtns{
    display: flex;
    flex-wrap: wrap;
}
/***************************************************************************    Trajetoria na Home    ***************************************************************************/

#trajetoria{
    background-color: #f0f1fa;
    padding: 135px 0 ;
}
#trajetoria span{
    margin: 0;
    text-align: center;
    color: #fb701d;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 35px;
    display: block;
    margin-top: -50px;
    font-family: var(--font-nunito);
}
#trajetoria .areaImagem{
    border-top: solid 1px #dedfe7;
    border-bottom: solid 1px #dedfe7;
}


.scroll-horizontal {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    cursor: grab;

    /* Remove barras no Chrome, Edge, Safari */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}
.scroll-horizontal::before{
    content: "";
    display: block;
    width: 100px;
    height: 460px;
    background: linear-gradient(90deg, rgba(193, 33, 23, 0) 0%, rgba(240, 241, 250, 1) 60%);
    position: absolute;
    right: 0;
}

.scroll-horizontal::-webkit-scrollbar {
    display: none; /* Chrome / Safari */
}
.scroll-horizontal img {
    user-select: none;
    pointer-events: none;
    -webkit-user-drag: none; /* Safari */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/***************************************************************************    Shopping na Home    ***************************************************************************/

#shopping .banner .swiper-container li{
    height: auto;
}
#shopping .banner .swiper-container li .rightText{
    margin-top: -120px;
}
#shopping .banner .swiper-container li img{
    width: 100%;
}
/***************************************************************************    Missiao na Home    ***************************************************************************/

.missao{
    padding: 80px 0;
}
.missao h2{
    font-size: 26px;
    color: #282828;
    font-weight: 800;
}
.missao p{
    color: #626368;
    font-size: 16px;
    font-weight: 300;
}
.missao p b{
    color: #fb701d;
    font-weight: 700;
}
.missao .areaBtns{
    display: flex;
    flex-wrap: wrap;
}
/***************************************************************************    Footer    ***************************************************************************/
footer .faixaAzul{
    background-color: #151831;
    padding: 15px 0 30px;
}
footer .faixaAzul .logo{
    margin-top: 25px;
}
footer .faixaAzul h2{
    color: #fb701d;
    font-family: var(--font-nunito);
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 400;
}
footer .faixaAzul a{
    color: #fff;
    font-family: var(--font-nunito);
    font-size: 14px;
    font-weight: 400;
    display: block;
    transition: all .5s ease;
}
footer .faixaAzul a:hover{transform: scale(1.1);}
footer .redes{
    display: flex;
    margin: 30px 0;
    gap: 15px;
}

footer .btnFooter{
    margin-bottom: 12px;
}
footer .btnFooter img{
    width: 25px;
    height: 25px;
    object-fit: none;
    margin-right: 5px;
}

footer .faixaAzulEscuro{
    background-color: #12142a;
    border-top: solid 1px #272a41;
}
footer .faixaAzulEscuro p{
    margin: 0;
    color: #fff;
    text-align: center;
    font-family: var(--font-nunito);
    font-size: 13px;
    font-weight: 700;
    min-height: 40px;
    display: block;
    align-items: center;
    place-content: center;
}
footer .faixaAzulEscuro p a{
    color: #fff;
}
/***************************************************************************    Titulo interno    ***************************************************************************/
#tituloAzul,
#tituloLaranja{
    background-image: url('../../img/banner-interno-azul.png');
    height: 415px;
    width: 100%;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#tituloAzul h2,
#tituloLaranja h2{
    color: #1f1f1f;
    font-size: 40px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    margin: 0;
    text-shadow: 0 0 2px #ffffff;
}
#tituloAzul h2 span,
#tituloLaranja h2 span{
    color: #b22b06;
    font-size: 18px;
    font-weight: 300;
    text-shadow: 0 0 2px #ffffff;
}
#tituloLaranja{
    background-image: url('../../img/banner-interno-laranja.png');
}
/***************************************************************************    Blocos Flutuantes    ***************************************************************************/
.blocosFlutuantes .areaBlocos{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: -25px;
    flex-wrap: wrap;
}.blocosFlutuantes .area2{
    margin-top: 65px;
}
.blocosFlutuantes .blocoLaranja,
.blocosFlutuantes .blocoAzul,
.blocosFlutuantes .blocoCinza{
    max-width: 350px;
    width: 100%;
    min-height: 100px;
    padding: 25px 20px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blocosFlutuantes .blocoLaranja{
    background: linear-gradient(22deg,rgba(194, 35, 24, 1) 30%, rgba(244, 176, 7, 1) 70%);
}
.blocosFlutuantes .blocoAzul{
    background: linear-gradient(22deg,rgba(27, 84, 100, 1) 30%, rgba(41, 114, 136, 1) 70%);
}
.blocosFlutuantes .blocoCinza{
    background: linear-gradient(22deg,#e5e8ec 30%, #eaeef2 70%);
}

.blocosFlutuantes .blocoLaranja h2,
.blocosFlutuantes .blocoAzul h2{
    margin: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 25px;
    font-weight: 600;
}
.blocosFlutuantes .blocoCinza h2,
.blocosFlutuantes .blocoCinza h2 a{
    margin: 0;
    color: #525356;
    display: flex;
    flex-direction: column;
    font-size: 25px;
    font-weight: 600;
    transition: all .5s ease;
}
.blocosFlutuantes .blocoCinza h2 a:hover{
    transform: scale(1.1);
}

.blocosFlutuantes .blocoLaranja h2 span,
.blocosFlutuantes .blocoAzul h2 span,
.blocosFlutuantes .blocoCinza h2 span{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 200;
}
.blocosFlutuantes .blocoCinza .areaSocial{

}
.blocosFlutuantes .blocoCinza .areaSocial img{
    transition: all .5s ease;
    border-radius: 100px;
}
.blocosFlutuantes .blocoCinza .areaSocial img:hover{
    transform: scale(1.1);
}

.blocosFlutuantes .btnBordaDegradeLaranja{
    margin: 0;
    width: 120px;
    min-width: 120px;
    color: #fff;
    background: linear-gradient(#297288, #297288) padding-box, linear-gradient(90deg, rgba(193, 33, 23, 1) 5%, rgba(242, 170, 8, 1) 95%) border-box;
}
/***************************************************************************    IMAGEM DE FUNDO    ***************************************************************************/
.imageFundo img{
    width: 100%;
    margin-top: 80px;
}

/***************************************************************************    ONDE ESTAMOS    ***************************************************************************/
#estamos .areaTexto{
    min-height: 230px;
    display: flex;
    align-items: flex-end;
    background-image: url('../../img/fundo-mapa.png');
    background-position-x: left;
    background-position-y: bottom;
    background-repeat: no-repeat;
}
#estamos .areaTexto .tituloSite{
    margin-bottom: 5px;
    text-align: left;
}
#estamos .areaTexto .contatos{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
}
#estamos .areaTexto p{
    color: #151831;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-left: 20px;
}
#estamos .areaTexto p::before {
    content: '';
    width: 15px;
    height: 15px;
    background: linear-gradient(90deg, rgba(193, 33, 23, 1) 5%, rgba(242, 170, 8, 1) 95%);
    border-radius: 100%;
    position: absolute;
    margin: 2px 0 0 -20px;
}
#estamos .btnBordaDegradeLaranja{
    max-width: 180px;
    gap: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

/***************************************************************************    CONTATO   ***************************************************************************/
#contato{
    margin: 70px 0 30px;
}
#contato .blcImagem{
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 50%, rgba(241, 243, 245, 1) 50%);
}
#contato .blcImagem img{
    margin-bottom: -40px;
    max-width: 100%;

}
#contato .blcFormulario{
    background: #f1f3f5;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}
#contato .blcFormulario .tituloSite{
    margin-bottom: 0px;
    text-align: left;
}
#contato .blcFormulario p{
    margin-bottom: 5px;
    color: #282828;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
}
#contato .btnBordaDegradeLaranja{
    width: 120px;
    margin: 15px 0;
    background: linear-gradient(#f1f3f5, #f1f3f5) padding-box, linear-gradient(90deg, rgba(193, 33, 23, 1) 5%, rgba(242, 170, 8, 1) 95%) border-box;
}

/***************************************************************************    Comercialização    ***************************************************************************/
#comercializacao{
    background: linear-gradient(140deg,rgba(21, 24, 49, 1) 50%, rgba(31, 91, 113, 1) 90%);
    padding-bottom: 50px;
}
#comercializacao img {
    max-width: 100%;
    margin: -20px 0 30px;
}
#comercializacao h2{
    color: #fff;
    font-weight: 700;
    font-size: 36px;
}
#comercializacao p {
    margin-bottom: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
}
#comercializacao .input{
    border: solid 2px #d86310;
}
#comercializacao .btnBordaDegradeLaranja{
    width: 120px;
    border: solid 2px #d86310;
    background: transparent;
    margin-top: 15px;
}

/***************************************************************************    Banner interno Shopping    ***************************************************************************/
#bannerInternoShopping{
    min-height: 767px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}
#bannerInternoShopping .container-fluid{
    background-image: url('../../img/fundo-banner-interno.png');
    min-height: 767px;
    background-repeat: no-repeat;
    background-position: center left;
    padding-top: 180px;
}
#bannerInternoShopping .logo{
    width: 135px;
    margin-left: 60px;
}
#bannerInternoShopping h2{
    font-size: 37px;
    font-weight: 700;
    color: #1f1f1f;
}
#bannerInternoShopping .btnBordaDegradeLaranja{
    width: 180px;
}
#bannerInternoShopping .btnBordaDegradeLaranja img{
    margin-left: 20px;
}
#bannerInternoShopping p.local{
    margin: 15px 15px 15px 25px;
    padding-left: 0;
    color: #151831;
    font-size: 15px;
    font-weight: 400;
}
#bannerInternoShopping p.local::before {
    content: '';
    width: 15px;
    height: 15px;
    background: linear-gradient(90deg, rgba(193, 33, 23, 1) 5%, rgba(242, 170, 8, 1) 95%);
    border-radius: 100%;
    position: absolute;
    margin: 2px 0 0 -25px;
}
#bannerInternoShopping .numeros{
    padding-top: 50px;
}

#bannerInternoShopping .numeros .blockUm{
    padding-left: 80px;
    display: flex;
    justify-content: flex-start;
    gap: 30px;
}
#bannerInternoShopping .numeros .blockDois{
    display: flex;
    justify-content: flex-start;
    gap: 30px;
}
#bannerInternoShopping .numeros .blcNumero{
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
    align-items: center;
    justify-content: center;
}
#numeros .box img{
    
}
#bannerInternoShopping .numeros .blcNumero em{
    color: #151831;
    font-size: 42px;
    font-weight: 700;
    margin: 0 10px;
    font-style: normal;
}
#bannerInternoShopping .numeros .blcNumero em span{
    font-size: 30px;
}
#bannerInternoShopping .numeros .blcNumero em span.antes{
    margin: 15px 0 0 -5px;
    position: absolute;
    font-size: 22px;
    font-weight: 900;
}
#bannerInternoShopping .numeros .blcNumero p{
    margin: 0px;
    display: flex;
    flex-direction: column;
    color: #151831;
    font-size: 20px;
    font-weight: 700;
    line-height: 17px;
}
#bannerInternoShopping .numeros .blcNumero p span{
    color: #9597a6;
    font-weight: 100;
    font-size: 14px;
}

/***************************************************************************    LINK SITE    ***************************************************************************/
#linkSite {
    margin: 30px 0;
}
#linkSite .btnBordaDegradeLaranja{
    max-width: 180px;
    gap: 15px;
}
#linkSite .col-12{
    text-align: -webkit-center;
}
#linkSite h2{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

/***************************************************************************    Galeria Shopping    ***************************************************************************/
#galeriaFotos{
    background-image: url('../../img/fundo-carrossel-shopping.png');
    padding-bottom: 160px;
    background-position-x: right;
    background-position-y: bottom;
    background-repeat: no-repeat;
}
#galeriaFotos img{
    width: 100%;
}
#galeriaFotos .main-slider img{
    border-radius: 15px;
    height: 470px;
    object-fit: cover;
}
#galeriaFotos .slick-list{
    height: fit-content !important;
}
.slick-dots li button:before,
.slick-dots li.slick-active button:before,
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
    display: none;
}
#galeriaFotos  .slick-dots{
    position: relative;
    text-align: center;
    margin: -70px 0 68px 0;
}
#galeriaFotos .slick-dots li button{
    width: 24px;
    height: 10px;
    border-radius: 3px;
    background: #fff;
    opacity: 0.6;
    margin-left: 5px;
    transition: ease .5s all;
}
#galeriaFotos .slick-dots li.slick-active button{
    background: linear-gradient(90deg,rgba(193, 33, 23, 1) 5%, rgba(242, 170, 8, 1) 95%);
    opacity: 1;
}


#galeriaFotos .slick-prev:before,
#galeriaFotos .slick-next:before{
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    background-image: url('../../img/icone-seta-carrosel.png');
    background-repeat: no-repeat;
    background-position: center;
    transition: ease .5s all;
    z-index: 10;
}

#galeriaFotos .slick-next:before{
    transform: rotate(180deg);
    right: -5px;
}
#galeriaFotos .slick-next{
    z-index: 10;
    right: -5px;
}
#galeriaFotos .slick-prev {
    z-index: 10;
    left: -5px;
}
#galeriaFotos .thumb-slider{
    width: calc(100% + 30px);
    margin-left: -15px;
}
#galeriaFotos .thumb-slider .slick-slide {
    margin: 0 15px;
}
#galeriaFotos .thumb-slider img{
    border-radius: 5px;
    height: 100px;
    object-fit: cover;
    cursor: pointer;
}














/***************************************************************************    Responsivo    ***************************************************************************/
@media (max-width: 1500px) {
    #bannerInternoShopping .container-fluid {background-position: -60px 0px;}
}


@media (max-width: 1327px) {
    header ul.menu { gap: 10px; }
    header ul.menu li a { font-size: 14px; }

}

@media (max-width: 1100px) {
    #bannerInternoShopping .container-fluid { background-position: -90px 0px; }
}

@media (max-width: 991px) {
    .desktop { display: none !important; }
    .mobile { display: block; }
    header .social{ text-align: -webkit-right; }
    #experiencia img{margin: -30px 0 30px; width: 420px;}
    #experiencia .areaBtns{ margin-bottom: 50px; }
    #shopping .banner .swiper-container li img{height: 350px;object-fit: cover;}

    #contato .blcFormulario {
        border-top-right-radius: 40px;
        border-top-left-radius: 40px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        max-width: 508px;
        padding: 40px;
    }
    #contato .blcImagem{
        background: #fff;
        text-align: center;
        padding: 0;
    }
    #bannerInternoShopping .container-fluid { background-position: -200px 0px; }
    #bannerInternoShopping .numeros .blockUm { padding-left: 0; }
    #bannerInternoShopping .areaTitulo{ padding-left: 70px; }
}
@media (max-width: 575px) {
    .banner .swiper-button-next,
    .banner .swiper-button-prev {top: 73%;}
    
    #shopping .banner .swiper-button-next,
    #shopping .banner .swiper-button-prev {top: 50%;}
}
@media (max-width: 490px) {
    #bannerInternoShopping .numeros .blockUm,
    #bannerInternoShopping .numeros .blockDois {
        gap: 0px;
        flex-direction: column;
        flex-wrap: wrap;
    }
    #bannerInternoShopping .numeros .blcNumero{ margin-top: 0; }
    #bannerInternoShopping .container-fluid {
        background-position: -260px bottom;
        background-size: cover;
    }


}