@font-face {
    font-family: 'Averta';
    src: url('../fonts/Averta-Bold.eot');
    src: url('../fonts/Averta-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Averta-Bold.woff2') format('woff2'),
        url('../fonts/Averta-Bold.woff') format('woff'),
        url('../fonts/Averta-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Averta';
    src: url('../fonts/Averta-Regular.ttf');
    src: url('../fonts/Averta-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Averta-Regular.woff2') format('woff2'),
        url('../fonts/Averta-Regular.woff') format('woff'),
        url('../fonts/Averta-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --bg-azul: #11b9ec;
    --bg-lilas: #7c64e6;
    --bg-lilas2: #7011EC;
    --bg-cinza: #f5f5f5;
    --cor-paragrafo: #253858;
    --fonte-averta: "Averta", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
    --fg-verde: #1D412A;
    --fg-marrom: #542C33;
    --btn-hover: #330f17;
}


#doc-invalido-alerta, .alert-danger {
    /* display: none; */
    z-index: 30;
    position: absolute;
    margin-top: 5px;
    margin-left: 81px;
    width: 180px;
    text-align: center;
    display: none;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: .2s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

* {
    padding: 0;
    margin: 0;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


a {
    text-decoration: none;
}

body {
    font-family: var(--fonte-averta);
}

header {
    position: relative;
}

header nav figure a img {
    margin: 0;
    max-height: 120px;
}

body>header>nav>ul>li>a {
    color: #fff;
    font-size: 1.2rem;
    background: transparent;
    padding: 14px 25px;

}

body header nav ul li a:hover {
    background: #f4f3f3;
    border-radius: 40px;
    padding: 14px 25px;
    cursor: pointer;
    color: #1e1b19;
    transform: all 0.2s;
}

header {
    background: rgb(145, 112, 96);
    background: linear-gradient(315deg, rgba(145, 112, 96, 1) 0%, rgba(255, 218, 200, 1) 100%);
}

.img-fluid-politicas {
    height: 400px;
}

#hero {
    position: relative;
    color: #1e1b19;
}

#hero>div h1 {
    font-weight: bold;
    font-size: 4.5rem;
    line-height: 1;
}

#hero>div h1 span {
    color: var(--fg-marrom);
}

#hero>div>p {
    font-size: 1.15rem;
    color: var(--fg-marrom);
}



#hero>div>h1 {
    font-size: 4rem;
    color: #212529;
    font-weight: bolder;
    line-height: 1.1;
}

#hero>div>h5 {
    font-size: 2rem;
    /* font-weight: bold; */
}

#hero>div>p {
    font-size: 1.2rem;
    font-weight: 100;
}


#hero>div>form>button {
    z-index: 10;
    position: absolute;
    margin-left: -75px;
    background-color: var(--fg-marrom);
    border-color: #ffffff;
    border-radius: 22px;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    padding: 16px 40px;
}

#hero>div>form>button:hover {
    background-color: var(--btn-hover);
}



.custom-shape-divider-bottom-1645483965 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1645483965 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 117px;
    transform: scale(1.02)
}

.custom-shape-divider-bottom-1645483965 .shape-fill {
    fill: rgb(245, 237, 215);
}



#hero img {
    position: relative;
    max-width: 100%;
    border-radius: 18px;
    box-shadow: 0px 9px 24px -3px #00000029, 0px 4px 8px -1px #00000014;
    transform: perspective(1000px) rotateY(345deg);
    filter: brightness(85%);
    z-index: 10;
}

#sobre {
    background-color: rgb(245, 237, 215);
    position: relative;
}

#sobre>div h2 {
    margin-bottom: 1.5rem;
    font-size: 3.8rem;
    font-weight: bolder;
    letter-spacing: -0.25rem;
}

#sobre>div p {
    font-size: 1.25rem;
    font-weight: 300;
    /* padding-bottom: 15rem; */
}

#sobre>div h2 span {
    color: var(--fg-marrom);
    font-weight: 700;
}

#sobre div img {
    margin-top: 3rem;
    position: relative;
    max-width: 95%;
    border-radius: 18px;
    box-shadow: 0px 9px 24px -3px #00000029, 0px 4px 8px -1px #00000014;
    z-index: 1;
    transform: perspective(1000px) rotateY(15deg);
    filter: brightness(85%);
}

/* SVG Sobre*/
.custom-shape-divider-bottom-1645491992 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1645491992 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 110px;
    transform: scale(1.02)
}

.custom-shape-divider-bottom-1645491992 .shape-fill {
    fill: var(--bg-cinza);
}

/* Fim SVG */

#estrutura {
    background-color: #fff;
}

.container {
    padding: 5rem;
    max-width: 100%;
    position: relative;
    background-color: var(--bg-cinza);
    height: 570px;
    display: grid;
    grid-template-columns: repeat(3, 500px);
    grid-template-rows: 50px 500px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.container .card {
    position: relative;
    max-width: 400px;
    height: 215px;
    background-color: #fff;
    margin: 30px 10px;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease-in-out;
    border-radius: 15px;
}

.container .card:hover {
    height: 350px;
}


.container .card .image {
    position: relative;
    width: 360px;
    height: 260px;
    top: -40%;
    margin-left: 6px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.container .card .image:hover {
    filter: none;
}

.container .card .image img {
    max-width: 100%;
    border-radius: 15px;
}

.container .card .content {
    position: relative;
    top: -140px;
    padding: 10px 15px;
    color: #111;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;

}

.container .card:hover .content {
    margin-top: 30px;
    visibility: visible;
    opacity: 1;
    transition-delay: 0.2s;
}

.segmento-cabecalho {
    grid-column: 1/-1;

    text-align: center;
}

/* Cards Segmento */
.image-block {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #444;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 375px;
    height: 375px;
    border-radius: 18px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
    filter: grayscale(0.4);
}

.image-block:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    filter: none;
}

.image-block:hover img {
    transform: scale(1.10);
}

.image-block:hover figcaption {
    bottom: 0;
}

.image-block h1 {
    position: absolute;
    top: 30px;
    left: 20px;
    margin: 0;
    padding: 0;
    color: white;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1;
}

.image-block img {
    height: 100%;
    transition: 0.25s;
}

.image-block figcaption {
    position: absolute;
    left: 0;
    /* bottom: -33%; */
    width: 100%;
    margin: 0;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.85);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    color: white;
    line-height: 1;
    transition: 0.25s;
}

#segmento div div h2 {
    margin-bottom: 1.5rem;
    font-size: 3.8rem;
    font-weight: bolder;
    letter-spacing: -0.25rem;
}

#segmento div div h2 span {
    color: var(--fg-marrom);
}

#segmento div div p {
    font-weight: 100;
}

#segmento>div>figure:nth-child(2)>figcaption {
    bottom: -63%;
}

#segmento>div>figure:nth-child(3)>figcaption {
    bottom: -50%;
}

#segmento>div>figure:nth-child(4)>figcaption {
    bottom: -63%;
}

#segmento>div>figure:nth-child(2):hover>figcaption,
#segmento>div>figure:nth-child(3):hover>figcaption,
#segmento>div>figure:nth-child(4):hover>figcaption {
    bottom: 0;
}

.image-block figcaption h3 {
    font-size: 1.4rem;
    margin: 0 0 20px;
    padding: 0;
}

.image-block figcaption p {
    font-size: 1rem;
    font-weight: lighter;
    line-height: 1.5;
}

/* Fim Cards */

#cpfcnpj {
    padding: 0.85rem 1rem;
    border: none;
    width: 333px;
    outline: 0;
    font-weight: 700;
    font-size: 1.25rem;
    background: #fff;
    border-radius: 22px;
    line-height: 30px;
    color: #333;
    position: relative;
    z-index: 9;
}


#negociacao {
    display: grid;
    justify-content: center;
    padding: 5rem;
    line-height: 2.25rem;
    text-align: center;
    background-color: var(--bg-cinza);
}

#negociacao form {
    margin-bottom: 2rem;
}

#negociacao h2 {
    font-size: 3.8rem;
    color: #212529;
    font-weight: bolder;
}

#negociacao h2 span {
    color: var(--fg-marrom);
}

#negociacao h5 {
    font-size: 1.6rem;
    font-weight: regular;
}

#negociacao p {
    font-size: 1.2rem;
    font-weight: 100;
}


#negociacao form button {
    z-index: 10;
    position: absolute;
    margin-top: 25px;
    margin-left: -80px;
    background-color: var(--fg-marrom);
    border-color: #ffffff;
    border-radius: 22px;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    padding: 12px 30px;
    font-size: 1.2rem;
}

#negociacao form button:hover {
    background-color: var(--btn-hover);
}

.btn-negociacao {
    justify-self: center;
    width: 250px;
    align-items: center;
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    --tw-text-opacity: 1;
    opacity: 1;
    font-weight: 500;
    padding: 0.75rem 2rem;
    --tw-bg-opacity: 1;
    background-color: rgb(145 112 96);
    border-color: transparent;
    border-width: 1px;
    border-radius: 0.375rem;
}

.btn-negociacao:hover {
    background-color: var(--btn-hover);
}

.btn-negociacao svg {
    width: 30px;
    color: #fff;
}

.btn-negociacao a {
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
}

.lista-atuacao {
    display: grid;
    grid-template-columns: repeat(4, fit-content(100%));
    grid-template-rows: repeat(2, fit-content(100%));
    gap: 10px;
    border: 1px solid #333;
}

#produtos {

    display: grid;
    grid-template-columns: 500px 600px;
    padding: 2rem 0;
    justify-content: center;
    gap: 0 1rem;
}

#produtos>div:nth-child(3) {
    grid-column: 2/3;
}

#produtos img {
    width: 100%;
    border-radius: 18px;
    box-shadow: 0px 9px 24px -3px #00000029, 0px 4px 8px -1px #00000014;
    align-self: center;
}

.produtos-img2,
.produtos-img3 {
    display: none;
}

#produtos>div {
    grid-column: 1/-1;
    /* text-align: center; */
    padding: 2rem;
}

#produtos>div:nth-child(3)>div {
    margin: 2rem 0;
}

#produtos div h5 {
    font-size: 2.2rem;
    font-weight: bolder;
    color: var(--fg-marrom);
}

#produtos>div:nth-child(3)>div>p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #444;
}

#produtos>div:nth-child(1)>h2 {
    text-align: center;
    font-size: 3.8rem;
    font-weight: bold;
    letter-spacing: -0.25rem;
}

#produtos div h2 span {
    color: var(--fg-marrom);
}

.empresarial {
    text-align: center;
}

.empresarial div i {
    color: #fff;
    background-color: var(--fg-marrom);
    padding: 1.5rem;
    border-radius: 50%;

}

.empresarial div p {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.6;
    padding: 0.5rem;
    margin-top: 0.5rem;
}

.googlemaps {
    width: 550px;
    height: 400px;
}

#contato {
    position: relative;
    display: grid;
    grid-template-columns: 600px 500px;
    justify-content: center;
    background-color: var(--bg-cinza);
    padding: 5rem;
    gap: 2.5rem;
}

.fale-conosco {
    position: relative;
    background-color: #fff;
    padding: 2rem;
    border-radius: 18px;
    box-shadow: 0px 9px 24px -3px #00000029, 0px 4px 8px -1px #00000014;
    z-index: 20;
}

#contato div {
    text-align: center;
}

#contato div h2 {
    font-size: 2.5rem;
    font-weight: bolder;
    text-align: center;
}

#contato div p {
    font-size: 1rem;
    font-weight: 100;
}

#form-fale-conosco > input[type=submit] {
    width: 7.25rem;
    background-color: var(--fg-marrom) !important;
    border: 1px solid var(--fg-marrom);
    justify-self: center;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 18px;
}

#form-fale-conosco > input[type=submit]:hover {
    background-color: var(--btn-hover) !important;
}

#contato>div:nth-child(1) {
    align-self: center;
}

span {
    color: var(--fg-marrom);
}

#lgpd {
    text-align: center;
    font-size: 0.9rem;
    color: var(--fg-marrom);
    max-width: 1300px;
    margin: 0 auto;
}

#cookieConsentContainer {
    background-color: var(--fg-marrom);
    color: #fff;
    max-width: 700px;
    position: fixed;
    bottom: 10px;
    left: 50%;
    padding: 1rem 2rem;
    transform: translate(-50%, 0);
    z-index: 999;
    font-size: 0.9rem;
    border-radius: 18px;
    line-height: 2;
}

#cookieConsentContainer p {
    margin-bottom: 0;
    display: inline;
}

#cookieConsentContainer a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

#btn-ok-cookies {
    background-color: rgb(145, 112, 96);
    border: 1px solid var(--fg-marrom);
    color: #fff;
    padding: 0.5rem 2rem;
    text-decoration: none;
    border-radius: 18px;
    margin-left: 1rem;
}

.cookies a {
    text-decoration: underline;
    color: #fff;
}

.creditos {
    background-color: #fff;
    font-size: 0.9rem;
    color: var(--fg-marrom);
    text-align: center;
}

.creditos p {
    margin: 0;
    padding: 0.5rem;
}



.custom-shape-divider-top-1645545616 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1645545616 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
    transform: scale(1.02)
}

.custom-shape-divider-top-1645545616 .shape-fill {
    fill: #FFFFFF;
}


/* MEDIA QUERIES */

@media screen and (max-width: 575px) {
    #hero {
        text-align: center;
    }

    #logo {
        text-align: center;
    }

    #navbar {
        display: none !important;
    }

    #hero>div>h1 {
        text-align: center;
        font-size: 2.5rem;
        color: #212529;
        font-weight: bolder;
        line-height: 1;
    }

    #hero>div>h5 {
        font-size: 1.5rem;
        font-weight: bold;
    }

    #hero>div>p {
        font-size: 1.2rem;
        font-weight: 100;
        position: relative;
        z-index: 10;
    }

    #cpfcnpj {
        padding: 0.85rem 1rem;
        border: none;
        justify-items: center;
        width: 333px;
        outline: 0;
        font-weight: 700;
        font-size: 1.15rem;
        background: #fff;
        border-radius: 22px;
        line-height: 30px;
        color: #333;
        position: relative;
        z-index: 9;
        margin: 2rem 0 4rem 0;
    }

    #hero>div>form>button {
        margin-top: 32px;
        margin-left: -98px
    }

    .custom-shape-divider-bottom-1645483965 svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 117px;
        transform: scale(1.10)
    }

    body>header>nav>ul {
        gap: 2rem 0;
        justify-content: center;
    }


    #sobre>div:nth-child(2) {
        display: none;
    }


    #sobre>div.col-md-12.col-lg-5.col-xl-4.align-self-center.text-center {
        font-size: 10rem;
        margin: 0;
        padding: 0 3rem 5rem;
        position: relative;
        z-index: 10;
        width: 100%;
    }

    #sobre>div h2 {
        margin-bottom: 1.5rem;
        font-size: 3rem;
        font-weight: bolder;
        letter-spacing: -0.25rem;
    }

    #sobre>div p {
        font-size: 1.1rem;
        font-weight: 300;
        /* padding-bottom: 15rem; */
    }

    .container {
        padding: 5rem;
        gap: 2rem 1rem;
        max-width: 100%;
        position: relative;
        background-color: var(--bg-cinza);
        height: 1370px;
        display: grid;
        grid-template-columns: repeat(1, auto);
        grid-template-rows: unset;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    #segmento div div h2 {
        font-size: 3rem;
    }

    #negociacao h2 {
        font-size: 1.5rem;
        color: #212529;
        font-weight: bolder;
    }

    #negociacao h2 span {
        color: var(--fg-marrom);
    }

    #negociacao h5 {
        font-size: 1rem;
        font-weight: regular;
    }

    #negociacao form button {
        z-index: 10;
        position: absolute;
        margin-top: 25px;
        margin-left: -98px;
        padding: 0.90rem 1rem;
        background-color: var(--fg-marrom);
    }

    #produtos {
        display: grid;
        grid-template-columns: 400px;
        padding: 2rem 0;
        justify-content: center;
        gap: unset;
        text-align: center;
    }

    #produtos>div:nth-child(1)>h2 {
        text-align: center;
        font-size: 3rem;
        font-weight: bold;
        letter-spacing: -0.25rem;
    }

    #produtos>div:nth-child(1) {
        grid-column: 1/3;
    }

    #produtos>div:nth-child(3) {
        grid-column: unset;
    }

    #produtos img {
        width: auto;
        height: 400px;
        grid-column: 1/3;
        justify-self: center;
    }

    #atuacao {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem 0;
    }

    .googlemaps {
        width: 380px;
        height: 400px;
    }


    #contato {
        position: relative;
        z-index: 10;
        display: grid;
        grid-template-columns: 380px;
        justify-content: center;
        background-color: var(--bg-cinza);
        padding: 5rem;
        gap: 2.5rem;
    }

    #contato>div:nth-child(1) {
        position: relative;
        z-index: 10;
    }
}



@media screen and (min-width: 768px) and (max-width: 991px) {
    #hero {
        position: relative;
        color: #1e1b19;
        text-align: center;
    }

    #hero>div h1 span {
        color: var(--fg-marrom);
    }

    #hero>div>p {
        font-size: 1.15rem;
        color: var(--fg-marrom);
    }

    #hero>div>h1 {
        font-size: 2.2rem;
        color: #212529;
        font-weight: bolder;
        line-height: 1;
    }

    #hero>div>h5 {
        font-size: 1.5rem;
        font-weight: bold;
    }

    #hero>div>p {
        font-size: 1.2rem;
        font-weight: 100;
        position: relative;
        z-index: 10;
    }

    #cpfcnpj {
        padding: 0.85rem 1rem;
        border: none;
        justify-items: center;
        width: 333px;
        outline: 0;
        font-weight: 700;
        font-size: 1.25rem;
        background: #fff;
        border-radius: 22px;
        line-height: 30px;
        color: #333;
        position: relative;
        z-index: 9;
        margin: 2rem 0 4rem 0;
    }

    #hero>div>form>button {
        z-index: 10;
        position: absolute;
        margin-left: -75px;
        margin-top: 32px;
        background-color: var(--fg-marrom);
        border-color: #ffffff;
        border-radius: 22px;
        border-style: solid;
        border-width: 1px;
        color: #fff;
        padding: 16px 40px;
    }

    .custom-shape-divider-bottom-1645483965 svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 117px;
        transform: scale(1.10)
    }

    body>header>nav>ul {
        gap: 2rem 0;
        justify-content: center;
    }


    #sobre>div:nth-child(2) {
        display: none;
    }

    #sobre>div.col-md-12.col-lg-5.col-xl-4.align-self-center.text-center {
        margin: 0;
        padding: 0 3rem 5rem;
        position: relative;
        z-index: 10;
    }

    .container {
        padding: 5rem;
        gap: 0 1rem;
        max-width: 100%;
        position: relative;
        background-color: var(--bg-cinza);
        height: 970px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 50px 500px;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    #segmento>div>figure:nth-child(4) {
        grid-column: 1/-1;
    }

    #segmento>div>figure {
        max-width: 350px;
    }


    #produtos {
        display: grid;
        grid-template-columns: 600px;
        padding: 2rem 0;
        justify-content: center;
        gap: unset;
        text-align: center;
    }

    #produtos>div:nth-child(1) {
        grid-column: 1/3;
    }

    #produtos>div:nth-child(3) {
        grid-column: unset;
    }

    #produtos img {
        width: auto;
        height: 600px;
        grid-column: 1/3;
        justify-self: center;
    }

    #atuacao {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem 0;
    }

    .googlemaps {
        width: 600px;
        height: 400px;
    }

    #contato {
        position: relative;
        z-index: 10;
        display: grid;
        grid-template-columns: 600px;
        justify-content: center;
        background-color: var(--bg-cinza);
        padding: 5rem;
        gap: 2.5rem;
    }
}




@media screen and (min-width: 576px) and (max-width: 767px) {
    #hero {
        text-align: center;
    }

    #hero>div>h1 {
        text-align: center;
        font-size: 2.5rem;
        color: #212529;
        font-weight: bolder;
        line-height: 1;
    }

    #hero>div>h5 {
        font-size: 1.5rem;
        font-weight: bold;
    }

    #hero>div>p {
        font-size: 1.2rem;
        font-weight: 100;
        position: relative;
        z-index: 10;
    }

    #cpfcnpj {
        padding: 0.85rem 1rem;
        border: none;
        justify-items: center;
        width: 333px;
        outline: 0;
        font-weight: 700;
        font-size: 1.25rem;
        background: #fff;
        border-radius: 22px;
        line-height: 30px;
        color: #333;
        position: relative;
        z-index: 9;
        margin: 2rem 0 4rem 0;
    }

    #hero>div>form>button {
        z-index: 10;
        position: absolute;
        margin-left: -75px;
        margin-top: 32px;
        background-color: var(--fg-marrom);
        border-color: #ffffff;
        border-radius: 22px;
        border-style: solid;
        border-width: 1px;
        color: #fff;
        padding: 16px 40px;
    }

    .custom-shape-divider-bottom-1645483965 svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 117px;
        transform: scale(1.10)
    }

    body>header>nav>ul {
        gap: 2rem 0;
        justify-content: center;
    }


    #sobre>div:nth-child(2) {
        display: none;
    }


    #sobre>div.col-md-12.col-lg-5.col-xl-4.align-self-center.text-center {
        font-size: 10rem;
        margin: 0;
        padding: 0 3rem 5rem;
        position: relative;
        z-index: 10;
        width: 100%;
    }

    #sobre>div h2 {
        margin-bottom: 1.5rem;
        font-size: 3rem;
        font-weight: bolder;
        letter-spacing: -0.25rem;
    }

    #sobre>div p {
        font-size: 1.1rem;
        font-weight: 300;
        /* padding-bottom: 15rem; */
    }

    .container {
        padding: 5rem;
        gap: 2rem 1rem;
        max-width: 100%;
        position: relative;
        background-color: var(--bg-cinza);
        height: 1370px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: unset;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    #segmento>div>figure:nth-child(4) {
        grid-column: 1/-1;
    }

    #segmento div div h2 {
        font-size: 3rem;
    }

    #negociacao h2 {
        font-size: 2.5rem;
        color: #212529;
        font-weight: bolder;
    }

    #negociacao h2 span {
        color: var(--fg-marrom);
    }

    #negociacao h5 {
        font-size: 1.3rem;
        font-weight: regular;
    }

    #negociacao form button {
        z-index: 10;
        position: absolute;
        margin-top: 25px;
        margin-left: -98px;
        background-color: var(--fg-marrom);
    }

    #produtos {
        display: grid;
        grid-template-columns: 600px;
        padding: 2rem 0;
        justify-content: center;
        gap: unset;
        text-align: center;
    }

    #produtos>div:nth-child(1)>h2 {
        text-align: center;
        font-size: 3rem;
        font-weight: bold;
        letter-spacing: -0.25rem;
    }

    #produtos>div:nth-child(1) {
        grid-column: 1/3;
    }

    #produtos>div:nth-child(3) {
        grid-column: unset;
    }

    #produtos img {
        width: auto;
        height: 400px;
        grid-column: 1/3;
        justify-self: center;
    }

    #atuacao {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem 0;
    }

    .googlemaps {
        width: 500px;
        height: 400px;
    }

    #contato {
        position: relative;
        z-index: 10;
        display: grid;
        grid-template-columns: 500px;
        justify-content: center;
        background-color: var(--bg-cinza);
        padding: 5rem;
        gap: 2.5rem;
    }

    #contato>div:nth-child(1) {
        position: relative;
        z-index: 10;
    }
}




@media screen and (min-width: 992px) and (max-width: 1199px) {

    #hero {
        position: relative;
        color: #1e1b19;
        text-align: center;
    }

    #hero>div>h1 {
        font-size: 2.5rem;
        color: #212529;
        font-weight: bolder;
        line-height: 1;
    }

    #hero>div>h5 {
        font-size: 1.5rem;
        font-weight: bold;
    }

    #cpfcnpj {
        width: 280px;
        height: 55px;
        font-size: 1rem;
        margin: 1rem 0 4rem 0;
    }

    #hero>div>form>button {
        margin-top: 15px;
    }

    #sobre>div.col-md-12.col-lg-5.col-xl-4.align-self-center.text-center {
        margin: 0;
        padding: 0 3rem 5rem;
        position: relative;
        z-index: 10;
    }

    #sobre div p {
        font-size: 1.2rem;
    }

    .container {
        padding: 5rem;
        gap: 0 1rem;
        max-width: 100%;
        position: relative;
        background-color: var(--bg-cinza);
        height: 970px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 50px 500px;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    #segmento>div>figure:nth-child(4) {
        grid-column: 1/-1;
    }

    #segmento>div>figure {
        max-width: 350px;
    }

    #negociacao>form>button {
        margin-left: -96px;
    }


    #produtos {
        display: grid;
        grid-template-columns: 600px;
        padding: 2rem 0;
        justify-content: center;
        gap: unset;
        text-align: center;
    }

    #produtos>div:nth-child(1) {
        grid-column: 1/3;
    }

    #produtos>div:nth-child(3) {
        grid-column: unset;
    }

    #produtos img {
        width: auto;
        height: 600px;
        grid-column: 1/3;
        justify-self: center;
    }

    #atuacao {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem 0;
    }

    .googlemaps {
        width: 600px;
        height: 400px;
    }

    #contato {
        position: relative;
        z-index: 10;
        display: grid;
        grid-template-columns: 600px;
        justify-content: center;
        background-color: var(--bg-cinza);
        padding: 5rem;
        gap: 2.5rem;
    }

    #contato>div:nth-child(1) {
        position: relative;
        z-index: 10;
    }

}

@media screen and (min-width: 1200px) {
    #hero>div.col-sm-10.col-md-10.col-lg-4.align-self-center {
        z-index: 10;
    }

    #sobre>div.col-md-12.col-lg-5.col-xl-4.align-self-center.text-center {
        margin: 0;
        padding: 0 3rem 5rem;
        position: relative;
        z-index: 10;
    }

}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .container {
        padding: 5rem;
        gap: 0 1rem;
        max-width: 100%;
        position: relative;
        background-color: var(--bg-cinza);
        height: 970px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 50px 500px;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    #segmento>div>figure:nth-child(4) {
        grid-column: 1/-1;
    }
}