@font-face {
    font-family: 'b-semibold';
    src: url('../fonts/Bevenida-SemiBold.otf');
}

@font-face {
    font-family: 's-regular';
    src: url('../fonts/Source\ Sans\ Pro.otf');
}


@font-face {
    font-family: 's-extralight';
    src: url('../fonts/Source\ Sans\ Pro\ ExtraLight.otf');
}

@font-face {
    font-family: 's-italic';
    src: url('../fonts/Source\ Sans\ Pro\ Italic.otf');
}

@font-face {
    font-family: 'b-regular';
    src: url('../fonts/Bevenida-Regular.otf');
}


@font-face {
    font-family: 'b-bold';
    src: url('../fonts/Bevenida-Bold.otf');
}


@font-face {
    font-family: 'b-medium';
    src: url('../fonts/Bevenida-Medium.otf');
}

@font-face {
    font-family: 's-medium';
    src: url('../fonts/Source\ Sans\ Pro.otf');
}


body {
    font-family: 'b-regular';

}


* {
    letter-spacing: 2px;
    list-style: none;
}

.btn-primary {
    display: inline-block;
    padding: 16px 24px;
    text-decoration: none;
    background: linear-gradient(17deg, #82734C, #DED4AF, #796640);
    color: #003B3A;
    font-family: 'b-medium';
    transition: all .3s ease-in-out;
    border: 1px solid transparent;
    font-size: 18px;
    line-height: 150%;
}

.btn-primary:hover {
    background: #003B3A;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}


/* CLASSES FONTES */

.k-regular {
    font-family: 'k-regular';
}

.k-medium {
    font-family: 's-medium';
    margin-bottom: 10px;
}


.o-regular {
    font-family: 'o-regular';
}

.dot {
    height: 25px;
    width: 25px;
    background-color: #fe0505;
    border-radius: 50%;
    display: inline-block;
}

.title {
    font-size: 2rem;
    font-family: 'b-bold';
    background: linear-gradient(40deg, #82734C, #DED4AF, #796640);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #82734C;
    text-align: center;
    margin-bottom: 10px;
}

:root {

    --cor-cinza: #7c8989;
    --cor-amarelo: #AD7D59;
    --cor-preto: #595959;

}

/* CLASSES TAMANHO */

.size-titulo {
    font-size: 1.2rem;

}

.size-subtitulo {
    font-size: 2rem;
    font-family: 'k-regular';
}

.size-texto {
    font-size: 1rem;
}

.slider-gallery {
    margin-top: 30px;
}

.img_banner_flutuante {
    display: none !important;
}

.dados-terrazzo a {
    text-decoration: none;
    color: white;
}

.text-white {
    color: #ffffff;
}

.text-yellow {
    color: #AD7D59;
}


html {
    scroll-behavior: smooth;
}

header {
    display: none;

}

body {
    font-family: 'k-ext-light';
    font-size: 1.1rem;
    background-color: #003B3A;
    color: #ffffff;
    margin: 0 auto;
    overflow-y: hidden;
    overflow-x: hidden;
}


.mobile-container {
    display: none;

}

.logo-menu {
    width: 200px;
    height: auto;
    left: 0;
    padding-left: 8%;
    margin-top: 9px;
}

.hidden-arrow {
    display: none;
}


.side-bar {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    width: 170px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100%;
    overflow-y: auto;
    transition: 0.6s ease;
    transition-property: right;
    background: #003B3A;
    min-height: 100vh;
    z-index: 20;
}

.side-bar.active {
    right: 0;
}

.side-bar .menu-item {
    width: 100%;
    margin-top: 80px;
}

.side-bar .menu-item .item {
    position: relative;
    cursor: pointer;
}

.row {
    text-align: center;
}


.side-bar .menu-item .item a {
    color: #fff;
    font-size: 0.8rem;
    text-decoration: none;
    display: block;
    padding: 5px 30px;
    line-height: 60px;
    text-align: center;

}

.side-bar .menu-item .item a:hover {
    background: #e4a52f;
    transition: 0.3s ease;
}

.side-bar .menu-item .item i {
    margin-right: 15px;
}

.side-bar .menu-item .item a .dropdown {
    position: absolute;
    right: 0;
    margin: 20px;
    transition: 0.3s ease;
}

.side-bar .menu-item .item .sub-menu {
    background: rgba(255, 255, 255, 0.1);
    display: none;
}

.side-bar .menu-item .item .sub-menu a {
    padding-left: 80px;
}


.close-btn {
    position: absolute;
    color: #3f692a;
    font-size: 20px;
    right: 0;
    margin: 25px;
    cursor: pointer;
    z-index: 20;
}

.menu-t-btn {
    position: absolute;
    color: #000000;
    font-size: 29px;
    margin: 18px;
    right: 0;
    cursor: pointer;
    z-index: 20;
}

.menu-t-btn svg {
    fill: #faa914;

}

.mobile-container {

    height: 60px;

}


.active {
    color: white;
}


html {
    overflow-y: scroll;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

ul {
    margin-block-start: 0px;
    margin-block-end: 0px;
    padding-inline-start: 0px;
}

p {
    display: block;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

nav {
    display: grid;
    grid-template-columns: 25% 50% 25%;
    grid-template-rows: 88px;
    z-index: 2;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    background: transparent;
}

.nav-menu {
    height: 88px;
}

.green-menu {
    background-color: #003B3A;
    z-index: 9999;
}

.menu-btn {
    display: none;
}

.logo {
    display: flex;
    align-items: right;
    z-index: 1;
}

.logo img {
    object-fit: cover;
    margin-top: 0px;
    height: auto;
    padding-left: 0px;
}

nav ul {
    display: flex;
    list-style: none;
    padding-bottom: 20px;
    margin-top: 45px;
    margin-left: 90px;
}

nav ul li {
    padding-right: 10px;
    padding-left: 10px;


    color: #3f692a;
    letter-spacing: 1px;
    text-wrap: nowrap;

}

.icon-network img {
    width: auto;
    height: auto;
}


.network {
    display: flex;
    justify-content: flex-end;
    align-self: end;
    padding-bottom: 16px;
    padding-left: 0px;
}

.network img {
    width: 30px;
    height: auto;
    margin-right: 10px;
}

nav ul li a {
    color: #ffff;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 500;
    font-family: 's-medium';
    letter-spacing: 1px;
    transition: all 0.3 ease;
    font-size: 1.2rem;

}


nav ul li a.active {

    border-radius: 15px;
    color: #ecb500;
    padding-left: 15px;
    padding-right: 15px;

}

nav li:last-child {
    border-right: none;

}

nav .menu-btn svg {
    color: #fff;
    cursor: pointer;
    display: none;
}

iframe {
    width: 100%;
    height: 800px;
}


@media only screen and (max-width: 1339px) {
    .network {
        display: flex;
        align-self: end;
        padding-bottom: 16px;
        padding-left: 120px;
    }

    nav {
        display: grid;
        grid-template-columns: 20% 50% 30%;
        grid-template-rows: 88px;
        z-index: 2;
        width: 100%;

        position: fixed;
        margin-top: 0px;
        background: transparent;
    }

}

@media only screen and (max-width: 1216px) {
    nav ul li {
        padding-right: 20px;
        padding-left: 20px;

        color: #3f692a;
        letter-spacing: 1px;
        text-wrap: nowrap;
    }

}

@media only screen and (max-width: 1134px) {
    .network {
        display: none;
    }

}

@media only screen and (max-width: 942px) {
    .network {
        display: none;
    }

    .logo img {
        object-fit: cover;
        width: 100%;
        margin-top: 10px;
        height: 60px;
        padding-left: 60px;
    }

}


@media only screen and (max-width: 782px) {
    header {
        display: block;
    }

    iframe {
        width: 100%;
        height: 300px;
    }


    .title-cliente {
        text-align: center;
        font-size: 1.5rem;
        color: #FFCB05;
    }

    .icon-network img {
        width: 25px;
        height: auto;
    }

    .nav-menu {
        height: 0px;
    }


    .mobile-container {
        display: block;
        background: #003B3A;
    }

    .mobile-container img {
        width: 250px;
        height: auto;
        margin-top: -20px;
        margin-left: -30px;
    }

    .logo-menu {
        width: 200px;
        height: auto;
        left: 0;
        padding-left: 8%;
        margin-top: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    ul {
        display: block;
        list-style-type: disc;
        margin-block-start: 0px;
        margin-block-end: 0px;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 0px;
    }

    .icon-network {
        display: grid;
        grid-template-columns: max-content max-content max-content;
        grid-template-rows: max-content;
        justify-content: center;
        column-gap: 10px;
    }

    .topnav {
        overflow: hidden;
        background-color: #ffffff;
        position: relative;
        display: block;
    }

    nav {

        grid-template-rows: 45px;
        display: none;
        margin-top: 150px;
        background-color: transparent;

    }

    .menu-btn {
        display: block;
        order: 2;
        text-align: center;
    }


    nav .menu-btn svg {
        display: block;
        padding-top: 10px;
        float: right;
        margin-right: 10px;
        width: 35px;
        height: 35px;
    }

    nav ul {
        position: fixed;
        top: 0;
        left: -100%;
        background-color: #fff;
        height: 100vh;
        max-width: 50%;
        text-align: center;
        display: block;
        transition: all 0.3s ease;
        z-index: 5;
    }

    nav ul.open {
        left: 0;
    }

    nav li a {
        padding-right: 5%;
    }

    nav ul li {
        width: 100%;
        margin-top: 50px;
        margin-left: -4%;
        border: 0;
    }

    nav ul li a {
        font-size: 1.4375rem;
    }

    nav ul li a.active,
    nav ul li a:hover {
        background: none;
        color: white;
        font-weight: bold;
    }


    nav .menu-btn svg {
        display: block;
        padding-top: 10px;
        float: right;
        margin-right: 10px;
        width: 35px;
        fill: #f2ca80;
        height: 35px;
    }


    #back-to-top {
        visibility: visible;
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 9999;
    }

    #back-to-top a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background-color: #333;
        color: #fff;
        text-decoration: none;
        transition: opacity 0.3s ease-in-out;
    }

    #back-to-top a:hover {
        opacity: 0.7;
    }

    #back-to-top svg {
        height: 35px;
    }

}
.WhatsappChat__Text-sc-1wqac52-2 input {
    margin: 5px;
}


/* CSS Multiple Whatsapp Chat */
.whatsapp-name {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 0.5;
}

#whatsapp-chat {
    box-sizing: border-box !important;

    outline: none !important;
    position: fixed;
    width: 350px;
    border-radius: 10px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    bottom: 90px;
    right: 30px;
    overflow: hidden;
    z-index: 1043;
    animation-name: showchat;
    animation-duration: 1s;
    transform: scale(1);
}

a.blantershow-chat {
    /*   background: #009688; */
    background: #fff;
    color: #404040;
    position: fixed;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    z-index: 98;
    bottom: 21px;
    right: 30px;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

.WhatsappChat__Text-sc-1wqac52-2 input {
    padding: 10px;
    border-radius: 3px;
    border-color: #aaaaaf;

}

.WhatsappChat__Message-sc-1wqac52-4 button {
    border: 2px;
    padding: 10px;
    color: white;
}


a.blantershow-chat svg {
    transform: scale(1.2);
    margin: 0 10px 0 0;
}

.blantershow-chat {
    text-decoration: none;
}




.header-chat {
    /*   background: linear-gradient(to right top, #6f96f3, #164ed2); */
    background: #009688;
    background: #095e54;
    color: #fff;
    padding: 20px;
}

.header-chat h3 {
    margin: 0 0 10px;
}

.header-chat p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

.info-avatar {
    position: relative;
}

.info-avatar img {
    border-radius: 100%;
    width: 50px;
    float: left;
    margin: 0 10px 0 0;
}

a.informasi {
    padding: 20px;
    display: block;
    overflow: hidden;
    animation-name: showhide;
    animation-duration: 0.5s;
}

a.informasi:hover {
    background: #f1f1f1;
}

.info-chat span {
    display: block;
}

#get-label,
span.chat-label {
    font-size: 12px;
    color: #888;
}

#get-nama,
span.chat-nama {
    margin: 5px 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #222;
}

#get-label,
#get-nama {
    color: #fff;
}

span.my-number {
    display: none;
}

/* .blanter-msg {
color: #444;
padding: 20px;
font-size: 12.5px;
text-align: center;
border-top: 1px solid #ddd;
} */
textarea#chat-input {
    border: none;
    font-family: "Arial", sans-serif;
    width: 100%;
    height: 20px;
    outline: none;
    resize: none;
    padding: 10px;
    font-size: 14px;
}


.first-msg {
    background: transparent;
    padding: 30px;
    text-align: center;

    & span {
        background: #e2e2e2;
        color: #333;
        font-size: 14.2px;
        line-height: 1.7;
        border-radius: 10px;
        padding: 15px 20px;
        display: inline-block;
    }
}

.start-chat .blanter-msg {
    display: flex;
}

#get-number {
    display: none;
}

a.close-chat {
    position: absolute;
    top: 20px;
    right: 15px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;

}

@keyframes ZpjSY {
    0% {
        background-color: rgb(182, 181, 186);
    }

    15% {
        background-color: rgb(17, 17, 17);
    }

    25% {
        background-color: rgb(182, 181, 186);
    }
}

@keyframes hPhMsj {
    15% {
        background-color: rgb(182, 181, 186);
    }

    25% {
        background-color: rgb(17, 17, 17);
    }

    35% {
        background-color: rgb(182, 181, 186);
    }
}

@keyframes iUMejp {
    25% {
        background-color: rgb(182, 181, 186);
    }

    35% {
        background-color: rgb(17, 17, 17);
    }

    45% {
        background-color: rgb(182, 181, 186);
    }
}


@keyframes showhide {
    from {
        transform: scale(0.5);
        opacity: 0;
    }
}

@keyframes showchat {
    from {
        transform: scale(0);
        opacity: 0;
    }
}

@media screen and (max-width: 480px) {
    #whatsapp-chat {
        width: auto;
        left: 5%;
        right: 5%;
        font-size: 80%;
    }
}

.hide {
    display: none;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
}

.show {
    display: block;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
}

.whatsapp-message-container {
    display: flex;
    z-index: 1;
}

.whatsapp-message {
    padding: 7px 14px 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
    padding: 20px 20px 20px 10px;
    background-color: rgb(230, 221, 212);
    position: relative;

    &::before {
        display: block;
        position: absolute;
        content: "";
        left: 0px;
        top: 0px;
        height: 100%;
        width: 100%;
        z-index: 0;
        opacity: 0.08;
        background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
        /* // background-image: url(https://res.cloudinary.com/eventbree/image/upload/v1575782560/Widgets/whatsappbg_opt.jpg); */
    }
}

.dAbFpq {
    display: flex;
    z-index: 1;
}

.eJJEeC {
    background-color: rgb(255, 255, 255);
    width: 52.5px;
    height: 32px;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    margin-left: 10px;
    opacity: 0;
    transition: all 0.1s ease 0s;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
    position: relative;
    display: flex;
}

.ixsrax {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    background-color: rgb(158, 157, 162);
    animation-name: ZpjSY;
}

.dRvxoz {

    height: 5px;
    width: 5px;
    margin: 0px 2px;
    background-color: rgb(182, 181, 186);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    animation-name: hPhMsj;
}

.kAZgZq {
    padding: 7px 14px 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: 15px;
    max-width: calc(100% - 66px);

    &::before {
        position: absolute;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        top: 0px;
        left: -12px;
        width: 12px;
        height: 19px;
    }
}

.bMIBDo {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: black;
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}

.cqCDVm {
    text-align: right;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color:
        rgba(17, 17, 17, 0.5);
    margin-right: -8px;
    margin-bottom: -4px;
}

.developer{
    display: grid;
    grid-template-columns: max-content;
    grid-template-rows: max-content;
    background-color: #363e51;
    color: white;
    justify-content: end;
    padding-right: 10%;

    
}

.texto-developer{
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    
}

.img-affinity{
    padding-top: 3px;
    padding-left: 5px;
    width: 50px;
}

.estrutura{
    display: grid;
    grid-template-columns: 70%; 
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #003B3A;
    
  
}

.estrutura p{
    text-align: center;

}

.list-estrutura{
    display: grid;
    grid-template-columns: max-content max-content max-content;
    grid-template-rows: auto;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
    column-gap: 60px;
    background: #003B3A;

}


.img-estrutura {
    display: grid;
    grid-template-columns: 15% 15% 15%;
    justify-content: center;
    column-gap: 10px;
    row-gap: 10px;
    grid-template-rows: 250px;
    margin-top: 10px;
}



.container-gallery{
    display: grid;
    justify-content: center;
    grid-template-columns: 100%;

}

.img-estrutura img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list-estrutura ul{
    list-style: none;

}

.title-estrutura{
    color: #AD7D59;
    font-size: 2.5rem;
    font-family: 'b-bold';
}

.descr-estrutura{
    font-family: 'k-ext-light-italic';
}

.list-estrutura li{
    display: grid;
    grid-template-columns: max-content max-content;  
    margin-bottom: 10px;
}

.list-estrutura img{
    margin-right: 10px;
}

.gallery-img{
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: max-content;
    justify-content: center;
    
}


@media only screen and (max-width: 782px) {

    .list-estrutura {
        display: grid;
        grid-template-columns: max-content;
        grid-template-rows: max-content max-content max-content;
        justify-content: center;
        padding-top: 0px;
        padding-bottom: 0px;
        column-gap: 60px;
        background: #003B3A;
    }

    .estrutura {
        display: grid;
        grid-template-columns: 80%;
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 10px;
        background-color: #003B3A;
    }

    .title-estrutura{
        color: #AD7D59;
        font-size: 2rem;
        font-family: 'b-bold';
        margin-top: 0px;
    }

    .title-estrutura{
        color: #AD7D59;
        font-size: 2rem;
        font-family: 'b-bold';
    }

    .img-estrutura {
        display: grid;
        grid-template-columns: 15% 15% 15%;
        justify-content: center;
        column-gap: 10px;
        row-gap: 10px;
        grid-template-rows: max-content;
        margin-top: 10px;
    }

    .row-estrutura{
        margin-top: -16px;
    }
    
    

}

.img_banner_flutuante {
    position: absolute;
    top: 249px;
    left: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img_banner_flutuante img {
    width: 344px;
}

.close-btn {
    position: absolute;
    top: -33px;
    left: -324px;
    background-color: transparent;
    border: none;
    font-size: 24px;
    background: linear-gradient(17deg, #82734C, #DED4AF, #796640);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #82734C;
    cursor: pointer;
    padding: 5px;
}
.close-btn:hover {
    background: linear-gradient(17deg, #e1c681, #ebdfb4, #ffdd98);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #82734C;
}


@media only screen and (max-width: 782px) {

    .img_banner_flutuante {
        margin-top: -75px;
        position: relative;
        top: 249px;
        left: 15%;
        display: flex;
        /* align-items: center; */
        /* justify-content: center; */
        margin-left: -38px;
    }

.img_banner_flutuante img {
    width: 90%;
}

    .form-int {
        position: relative;
        right: 0px;
        top: 0px;
        background-color: #002E2E;
        margin-top: 283px !important;
    }

    .form-int {
        width: initial !important;
    }

    .form-informativo {
        display: grid
;
        grid-template-columns: 100% !important;
        justify-content: center;
        justify-items: center;
    }

.close-btn{
display:none !important;
}

}

.localizacao {
    display: grid;
    grid-template-columns: max-content;
    justify-content: center;
    padding-top: 50px;
    justify-items: center;
}

.title-localizacao {
    font-size: 2.5rem;
    background: linear-gradient(17deg, #82734C, #DED4AF, #796640);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #82734C;
    font-family: 'b-bold';
    text-align: center;
}

.img_mapa {
    width: 100%;
}

.subtitle-localizacao {
    font-family: 's-italic';
}


.container-implantacao {

}


.container-localizacao {
    background: url('../image/localizacao/background.webp');
    background-size: 100% 90%;
    background-repeat: no-repeat;
    position: relative;

}

.video-localizacao {
    width: 100%;
    height: auto;
    margin-top: 50px;
}


.terrazzo-video {
    display: grid;
    grid-template-columns: 100%;
    justify-content: center;

}

.loc-descr {
    display: grid;
    grid-template-columns: 35% 35%;
    grid-template-rows: max-content max-content;
    margin-top: 50px;
    justify-content: center;
    align-items: center;
}

.loc-descr img {
    width: 90%;
}

.loc-descr-2 {
    display: grid;
    grid-template-columns: 35% 35%;
    grid-template-rows: max-content;
    margin-top: 50px;
    margin-bottom: 50px;
    justify-content: center;
    align-items: center;
}

.loc-descr-2 img {
    width: 90%;
    height: auto;
}

.text-localizacao {
    font-size: 1.2rem;
}


.text-localizacao-2 {
    padding-right: 30px;
    grid-column: 1 / span 2;
}

.img-2-loc {
    margin-top: 60px;
}


.input-enviar {
    margin-top: 10px;
}


.video img {
    width: 100%;

}

.title-localizacao {
    font-size: 2.5rem;
}

.video {
    display: grid;
    grid-template-columns: 70%;
    justify-content: center;
}

@media only screen and (max-width: 782px) {

    .title-localizacao {
        font-size: 2rem;
    }

    .row-localizacao {
        margin-top: -16px;
    }

    .terrazzo-video {
        display: grid;
        grid-template-columns: 80%;
        justify-content: center;

    }

    .terrazzo-video {
        display: grid;
        grid-template-columns: 100%;
        justify-content: center;
    }

    .text-localizacao-2 {
        padding-right: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
    }


    .loc-descr {
        display: grid;
        grid-template-columns: 80%;
        grid-template-rows: max-content;
        margin-top: 10px;
        margin-bottom: 10px;
        justify-content: center;

    }

    .txt-loc-2 {
        margin-top: 20px;

    }

    .txt-loc-3 {
        margin-top: 20px;

    }

    .txt-loc-4 {
        margin-top: 20px;

    }

    .video-localizacao {
        width: 100%;
        height: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .loc-descr img {
        width: 100%;
        height: auto;
        margin-top: 0px;
    }

    .text-localizacao {
        margin-top: 20px;
        font-family: 's-extralight';


    }

    .localizacao {
        display: grid;
        grid-template-columns: 80%;
        justify-content: center;
    }

    .container-terrazzo {
        background: none;
    }

    .container-localizacao {
        background: none;
    }

    .container-implantacao {

        background: none;
    }

    .container-lazer {
        background: none;
    }


    .loc-descr {
        display: grid;
        grid-template-columns: 0%;
        grid-template-rows: max-content;
        margin-top: 10px;
        margin-bottom: 10px;
        justify-content: center;
    }

    .text-localizacao {
        margin-top: 20px;
        font-family: 's-extralight';
        display: grid;
        grid-template-columns: 80%;
        justify-content: center;
        justify-content: 80%;
    }

    .subtitle-localizacao {
        font-family: 's-italic';
        grid-template-columns: 100%;
        display: grid;
    }


}

.lazer{
    display: grid;
    grid-template-columns: 90%;
    justify-content: center;
    padding-top: 20px;


}

.title-lazer{
    text-align: center;
    margin-top: 20px;
    font-family: 'b-bold';
}

.container-slide-img{
    display: grid;
    grid-template-columns: 70%;
    justify-content: center;
}

.container-lazer{

    background-image:  url('../image/seed/loc-dir.webp');
    background-repeat: no-repeat;
    background-position: 120%;
  
}


/* .slide-img{
    display: grid;
    grid-template-columns: 50%;
    grid-template-rows: 800px;
    justify-content: center;
} */

.subtitle-lazer{
    text-align: center;
}

.itens-lazer{
    display: grid;
    grid-template-columns: 30%  max-content max-content;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    column-gap: 30px;
}

.list-1-lazer, .list-2-lazer{
    list-style: none;
    margin-left: 50px;

}

.lazer-slide img{

}

.title-lazer{
    font-size: 2.5rem;
    color: #AD7D59;
}

.itens-lazer li{
    list-style: none;
    margin-bottom: 20px;
}

.img-espiral{
    margin-top: 50px;
}

.list_conforto{
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 50px;
    margin-top: 60px;
}

.list_conforto li{
    margin-bottom: 10px;
    display: flex;
    column-gap: 10px;
    align-items: center;
    column-gap: 9px;
    color: var(--cor-preto);
    font-family: 's-regular';

}


@media only screen and (max-width: 782px) {

    .lazer {
        display: grid;
        grid-template-columns: 80%;
        justify-content: center;
        padding-top: 10px;
        margin-bottom: 10px;
    }
    .img-laz-wp{
        height: 200px;
    }

    
    .title-lazer {
        font-size: 2rem;
        text-align: center;
        margin-top: 0px;
        font-family: 'b-bold';
    }

    .row-lazer{
        margin-top: -16px;
    }

    .itens-lazer {
        display: grid;
        grid-template-columns: 100%;
        justify-content: center;
        margin-top: 0px;
        margin-bottom: 20px;
        column-gap: 30px;
    }

    .list_conforto li {
        margin-bottom: 10px;
        display: flex;
        column-gap: 10px;
        align-items: center;
        column-gap: 9px;
        color: var(--cor-preto);
        font-family: 's-regular';
        flex-direction: column;
        margin-bottom: 10px;
    }

    .list_conforto {
        display: grid;
        grid-template-columns: 50% 50%;
        justify-content: center;
        align-items: center;
        column-gap: 0px;
        margin-top: 60px;
        flex-direction: column;
        text-align: center;
    }

    .list_conforto ul li {
        margin-bottom: 20px;
    }
}
.mapa {
    display: grid;
    grid-template-columns: 80%;
    justify-content: center;
}

.mapa .title {
    text-align: center;
    margin-bottom: 10px;
}

.text_localizacao ul {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    list-style: circle;
    column-gap: 20px;

}

.text_localizacao {
    margin-bottom: 20px;
}

.img_mapa {
    width: 100%;
}

.localizacao_endereco {
    text-align: center;
}

.localizacao_endereco span {
    background-color: #82734C;
    padding: 10px 30px;
    position: relative;
    font-family: 'b-medium';
}

.text_localizacao_vertical {
    width: 579px !important;
    height: 394px !important;
    transform: rotate(-180deg) translate(-187%, 0) !important;
    font-size: 28px !important;
    position: absolute;
    z-index: 30;
}


@media only screen and (max-width: 782px) {

    .text_localizacao ul {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
        list-style: circle;
        column-gap: 20px;
        flex-direction: column;
    }

    .text_localizacao_vertical {
        display: none;
    }


    .text_localizacao li {
        margin-bottom: 10px;
    }

    .localizacao_endereco span {
        background-color: #82734C;
        padding: 0px 0px;
        position: relative;
        font-family: 'b-medium';
    }

}

.exclusividade {
    display: grid;
    grid-template-columns: max-content;
    justify-content: center;
    text-align: center;

}


.exclusividade-img {
    display: grid;
    grid-template-columns: 35% 35% 30%;
}

.exclusividade-img img {
    width: 100%;
    height: 100%;
}

.exclusividade-text {
    display: grid;
    grid-template-columns: 50%;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

@media only screen and (max-width: 782px) {
    .row-exclusividade {
        margin-top: -40px;
    }

    .exclusividade-img img{
        margin-top: 10px;
    }

    .exclusividade {
        display: grid;
        grid-template-columns: max-content;
        justify-content: center;
        text-align: center;
        margin-top: 30px;
    }

    .row-implantacao{
        margin-top: -16px;

    }

    .exclusividade-text {
        display: grid;
        grid-template-columns: 80%;
        justify-content: center;
        margin-top: 50px;
        margin-bottom: 50px;
        text-align: center;
    }

    .exclusividade-text {
        display: grid;
        grid-template-columns: 80%;
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 10px;
        text-align: center;
    }

}

.container_proj{
    display: grid;
    grid-template-columns: 40% 40%;
    column-gap: 6%;
    margin-top: 50px;
    background: url('../image/projeto/background.webp') no-repeat bottom;
    background-size: 100% auto;
    padding-bottom: 35px;
    justify-content: center;

}

.container_proj .left img{
    width: 100%;
    margin-top: 83px;
}

.container_proj .right .img_planta{
    width: 100%;
}



.container_proj .bottom .img_imp{
    width: 100%;
}

.title-projeto {
    font-size: 2.5rem;
    color: #AD7D59;
    font-family: 'b-bold';
    text-align: center;
    margin-top: 80px;
}


.container_proj .bottom{
    grid-column: 1 / span 2;
}

.projeto{
    display: grid;
        grid-template-columns: max-content;
        justify-content: center;
        margin-bottom: 20px;
        margin-top: 75px;
}

@media only screen and (max-width: 782px) {
    .projeto{
        display: grid;
            grid-template-columns:80%;
            justify-content: center;
            margin-bottom: 20px;
            margin-top: 0px;
    }

    .container_proj .bottom{
        grid-column: 1 / span 1;
    }

    .container_proj .left img {
        width: 100%;
        margin-top: 0px;
    }

    .container_proj {
        display: grid;
        grid-template-columns: 90%;
        column-gap: 6%;
        margin-top: 0px;
        background: url(../image/projeto/background.webp) no-repeat bottom;
        background-size: 100% auto;
        padding-bottom: 35px;
        justify-content: center;
    }
}

.servicos {
    display: grid;
    grid-template-columns: 70%;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #003B3A;
}

.texto-servicos p {
    margin-bottom: 20px;
}

.item-servicos {
    display: flex;
    align-items: center;
    color: #AD7D59;
    font-family: 'b-bold';
}

.item-servicos img {
    margin-right: 10px;
}

.list-servicos {
    display: flex;
}

.list-servicos ul {
    list-style: none;
    margin-left: 20px;
}

.list-servicos li {
    margin-top: 10px;
}

.servicos-sujeitos{
    font-size: 0.8rem;
    color: #d5e27142;
    
}

@media only screen and (max-width: 782px) {
    .list-servicos {
        display: flex;
        flex-direction: column;
    }
}

.status{
    display: grid;
    grid-template-columns: 60%;
    justify-content: center;
    padding-top: 50px;
    margin-bottom: 100px;

}

.title_status{
    font-size: 2rem;
    font-family: 'b-bold';
    color: var(--cor-amarelo);
    text-align: center;
    margin-bottom: 10px;  
}

.subtitle_status{
    font-family: 's-italic';
    text-align: center;
    margin-bottom: 40px;
}


.title_item_status{
    margin-bottom: 6px;
    font-family: 'CamptonExtraLight';
    
}

.item_status{
    margin-bottom: 17px;
    
}

@media only screen and (max-width: 900px) {

    .status {
        display: grid;
        grid-template-columns: 75%;
        justify-content: center;
        padding-top: 50px;
        margin-bottom: 36px;
    }

}


.w3-bordered tr,
.w3-table-all tr {
    border-bottom: 1px solid #ddd
}

.w3-striped tbody tr:nth-child(even) {
    background-color: #f1f1f1
}

.w3-table-all tr:nth-child(odd) {
    background-color: #fff
}

.w3-table-all tr:nth-child(even) {
    background-color: #f1f1f1
}

.w3-hoverable tbody tr:hover,
.w3-ul.w3-hoverable li:hover {
    background-color: #ccc
}

.w3-centered tr th,
.w3-centered tr td {
    text-align: center
}

.w3-table td,
.w3-table th,
.w3-table-all td,
.w3-table-all th {
    padding: 8px 8px;
    display: table-cell;
    text-align: left;
    vertical-align: top
}

.w3-table th:first-child,
.w3-table td:first-child,
.w3-table-all th:first-child,
.w3-table-all td:first-child {
    padding-left: 16px
}

.w3-btn,
.w3-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap
}

.w3-btn:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.w3-btn,
.w3-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.w3-disabled,
.w3-btn:disabled,
.w3-button:disabled {
    cursor: not-allowed;
    opacity: 0.3
}

.w3-disabled *,
:disabled * {
    pointer-events: none
}

.w3-btn.w3-disabled:hover,
.w3-btn:disabled:hover {
    box-shadow: none
}

.w3-badge,
.w3-tag {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center
}

.w3-badge {
    border-radius: 50%
}

.w3-ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.w3-ul li {
    padding: 8px 16px;
    border-bottom: 1px solid #ddd
}

.w3-ul li:last-child {
    border-bottom: none
}

.w3-tooltip,
.w3-display-container {
    position: relative
}

.w3-tooltip .w3-text {
    display: none
}

.w3-tooltip:hover .w3-text {
    display: inline-block
}

.w3-ripple:active {
    opacity: 0.5
}

.w3-ripple {
    transition: opacity 0s
}

.w3-input {
    padding: 8px;
    display: block;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%
}

.w3-select {
    padding: 9px 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc
}

.w3-dropdown-click,
.w3-dropdown-hover {
    position: relative;
    display: inline-block;
    cursor: pointer
}

.w3-dropdown-hover:hover .w3-dropdown-content {
    display: block
}

.w3-dropdown-hover:first-child,
.w3-dropdown-click:hover {
    background-color: #ccc;
    color: #000
}

.w3-dropdown-hover:hover>.w3-button:first-child,
.w3-dropdown-click:hover>.w3-button:first-child {
    background-color: #ccc;
    color: #000
}

.w3-dropdown-content {
    cursor: auto;
    color: #000;
    background-color: #fff;
    display: none;
    position: absolute;
    min-width: 160px;
    margin: 0;
    padding: 0;
    z-index: 1
}

.w3-check,
.w3-radio {
    width: 24px;
    height: 24px;
    position: relative;
    top: 6px
}

.w3-sidebar {
    height: 100%;
    width: 200px;
    background-color: #fff;
    position: fixed !important;
    z-index: 1;
    overflow: auto
}

.w3-bar-block .w3-dropdown-hover,
.w3-bar-block .w3-dropdown-click {
    width: 100%
}

.w3-bar-block .w3-dropdown-hover .w3-dropdown-content,
.w3-bar-block .w3-dropdown-click .w3-dropdown-content {
    min-width: 100%
}

.w3-bar-block .w3-dropdown-hover .w3-button,
.w3-bar-block .w3-dropdown-click .w3-button {
    width: 100%;
    text-align: left;
    padding: 8px 16px
}

.w3-main,
#main {
    transition: margin-left .4s
}

.w3-modal {
    z-index: 3;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4)
}

.w3-modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 600px
}

.w3-bar {
    width: 100%;
    overflow: hidden
}

.w3-center .w3-bar {
    display: inline-block;
    width: auto
}

.w3-bar .w3-bar-item {
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0
}

.w3-bar .w3-dropdown-hover,
.w3-bar .w3-dropdown-click {
    position: static;
    float: left
}

.w3-bar .w3-button {
    white-space: normal
}

.w3-bar-block .w3-bar-item {
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0
}

.w3-bar-block.w3-center .w3-bar-item {
    text-align: center
}

.w3-block {
    display: block;
    width: 100%
}

.w3-responsive {
    display: block;
    overflow-x: auto
}

.w3-container:after,
.w3-container:before,
.w3-panel:after,
.w3-panel:before,
.w3-row:after,
.w3-row:before,
.w3-row-padding:after,
.w3-row-padding:before,
.w3-cell-row:before,
.w3-cell-row:after,
.w3-clear:after,
.w3-clear:before,
.w3-bar:before,
.w3-bar:after {
    content: "";
    display: table;
    clear: both
}

.w3-col,
.w3-half,
.w3-third,
.w3-twothird,
.w3-threequarter,
.w3-quarter {
    float: left;
    width: 100%
}

.w3-col.s1 {
    width: 8.33333%
}

.w3-col.s2 {
    width: 16.66666%
}

.w3-col.s3 {
    width: 24.99999%
}

.w3-col.s4 {
    width: 33.33333%
}

.w3-col.s5 {
    width: 41.66666%
}

.w3-col.s6 {
    width: 49.99999%
}

.w3-col.s7 {
    width: 58.33333%
}

.w3-col.s8 {
    width: 66.66666%
}

.w3-col.s9 {
    width: 74.99999%
}

.w3-col.s10 {
    width: 83.33333%
}

.w3-col.s11 {
    width: 91.66666%
}

.w3-col.s12 {
    width: 99.99999%
}

@media (min-width:601px) {
    .w3-col.m1 {
        width: 8.33333%
    }

    .w3-col.m2 {
        width: 16.66666%
    }

    .w3-col.m3,
    .w3-quarter {
        width: 24.99999%
    }

    .w3-col.m4,
    .w3-third {
        width: 33.33333%
    }

    .w3-col.m5 {
        width: 41.66666%
    }

    .w3-col.m6,
    .w3-half {
        width: 49.99999%
    }

    .w3-col.m7 {
        width: 58.33333%
    }

    .w3-col.m8,
    .w3-twothird {
        width: 66.66666%
    }

    .w3-col.m9,
    .w3-threequarter {
        width: 74.99999%
    }

    .w3-col.m10 {
        width: 83.33333%
    }

    .w3-col.m11 {
        width: 91.66666%
    }

    .w3-col.m12 {
        width: 99.99999%
    }
}

@media (min-width:993px) {
    .w3-col.l1 {
        width: 8.33333%
    }

    .w3-col.l2 {
        width: 16.66666%
    }

    .w3-col.l3 {
        width: 24.99999%
    }

    .w3-col.l4 {
        width: 33.33333%
    }

    .w3-col.l5 {
        width: 41.66666%
    }

    .w3-col.l6 {
        width: 49.99999%
    }

    .w3-col.l7 {
        width: 58.33333%
    }

    .w3-col.l8 {
        width: 66.66666%
    }

    .w3-col.l9 {
        width: 74.99999%
    }

    .w3-col.l10 {
        width: 83.33333%
    }

    .w3-col.l11 {
        width: 91.66666%
    }

    .w3-col.l12 {
        width: 99.99999%
    }
}

.w3-rest {
    overflow: hidden
}

.w3-stretch {
    margin-left: -16px;
    margin-right: -16px
}

.w3-content,
.w3-auto {
    margin-left: auto;
    margin-right: auto
}

.w3-content {
    max-width: 980px
}

.w3-auto {
    max-width: 1140px
}

.w3-cell-row {
    display: table;
    width: 100%
}

.w3-cell {
    display: table-cell
}

.w3-cell-top {
    vertical-align: top
}

.w3-cell-middle {
    vertical-align: middle
}

.w3-cell-bottom {
    vertical-align: bottom
}

.w3-hide {
    display: none !important
}

.w3-show-block,
.w3-show {
    display: block !important
}

.w3-show-inline-block {
    display: inline-block !important
}

@media (max-width:1205px) {
    .w3-auto {
        max-width: 95%
    }
}

@media (max-width:600px) {
    .w3-modal-content {
        margin: 0 10px;
        width: auto !important
    }

    .w3-modal {
        padding-top: 30px
    }

    .w3-dropdown-hover.w3-mobile .w3-dropdown-content,
    .w3-dropdown-click.w3-mobile .w3-dropdown-content {
        position: relative
    }

    .w3-hide-small {
        display: none !important
    }

    .w3-mobile {
        display: block;
        width: 100% !important
    }

    .w3-bar-item.w3-mobile,
    .w3-dropdown-hover.w3-mobile,
    .w3-dropdown-click.w3-mobile {
        text-align: center
    }

    .w3-dropdown-hover.w3-mobile,
    .w3-dropdown-hover.w3-mobile .w3-btn,
    .w3-dropdown-hover.w3-mobile .w3-button,
    .w3-dropdown-click.w3-mobile,
    .w3-dropdown-click.w3-mobile .w3-btn,
    .w3-dropdown-click.w3-mobile .w3-button {
        width: 100%
    }
}

@media (max-width:768px) {
    .w3-modal-content {
        width: 500px
    }

    .w3-modal {
        padding-top: 50px
    }
}

@media (min-width:993px) {
    .w3-modal-content {
        width: 900px
    }

    .w3-hide-large {
        display: none !important
    }

    .w3-sidebar.w3-collapse {
        display: block !important
    }
}

@media (max-width:992px) and (min-width:601px) {
    .w3-hide-medium {
        display: none !important
    }
}

@media (max-width:992px) {
    .w3-sidebar.w3-collapse {
        display: none
    }

    .w3-main {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .w3-auto {
        max-width: 100%
    }
}

.w3-top,
.w3-bottom {
    position: fixed;
    width: 100%;
    z-index: 1
}

.w3-top {
    top: 0
}

.w3-bottom {
    bottom: 0
}

.w3-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2
}

.w3-display-topleft {
    position: absolute;
    left: 0;
    top: 0
}

.w3-display-topright {
    position: absolute;
    right: 0;
    top: 0
}

.w3-display-bottomleft {
    position: absolute;
    left: 0;
    bottom: 0
}

.w3-display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0
}

.w3-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.w3-display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%)
}

.w3-display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%)
}

.w3-display-topmiddle {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%)
}

.w3-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%)
}

.w3-display-container:hover .w3-display-hover {
    display: block
}

.w3-display-container:hover span.w3-display-hover {
    display: inline-block
}

.w3-display-hover {
    display: none
}

.w3-display-position {
    position: absolute
}

.w3-circle {
    border-radius: 50%
}

.w3-round-small {
    border-radius: 2px
}

.w3-round,
.w3-round-medium {
    border-radius: 4px
}

.w3-zero{
    background-color: transparent !important;

}

.w3-round-large {
    border-radius: 8px
}

.w3-round-xlarge {
    border-radius: 16px
}

.w3-round-xxlarge {
    border-radius: 32px
}

.w3-row-padding,
.w3-row-padding>.w3-half,
.w3-row-padding>.w3-third,
.w3-row-padding>.w3-twothird,
.w3-row-padding>.w3-threequarter,
.w3-row-padding>.w3-quarter,
.w3-row-padding>.w3-col {
    padding: 0 8px
}

.w3-container{
    font-size: 1rem;
}

.w3-container,
.w3-panel {
    padding: 0.01em 16px
}

.w3-panel {
    margin-top: 16px;
    margin-bottom: 16px
}

.w3-code,
.w3-codespan {
    font-family: Consolas, "courier new";
    font-size: 16px
}

.w3-code {
    width: auto;
    background-color: #fff;
    padding: 8px 12px;
    border-left: 4px solid #4CAF50;
    word-wrap: break-word
}

.w3-codespan {
    color: crimson;
    background-color: #f1f1f1;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 110%
}

.w3-card,
.w3-card-2 {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

.w3-card-4,
.w3-hover-shadow:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19)
}

.w3-spin {
    animation: w3-spin 2s infinite linear
}

@keyframes w3-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(359deg)
    }
}

.w3-animate-fading {
    animation: fading 10s infinite
}

@keyframes fading {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.w3-animate-opacity {
    animation: opac 0.8s
}

@keyframes opac {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.w3-animate-top {
    position: relative;
    animation: animatetop 0.4s
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.w3-animate-left {
    position: relative;
    animation: animateleft 0.4s
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0
    }

    to {
        left: 0;
        opacity: 1
    }
}

.w3-animate-right {
    position: relative;
    animation: animateright 0.4s
}

@keyframes animateright {
    from {
        right: -300px;
        opacity: 0
    }

    to {
        right: 0;
        opacity: 1
    }
}

.w3-animate-bottom {
    position: relative;
    animation: animatebottom 0.4s
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

.w3-animate-zoom {
    animation: animatezoom 0.6s
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.w3-animate-input {
    transition: width 0.4s ease-in-out
}

.w3-animate-input:focus {
    width: 100% !important
}

.w3-opacity,
.w3-hover-opacity:hover {
    opacity: 0.60
}

.w3-opacity-off,
.w3-hover-opacity-off:hover {
    opacity: 1
}

.w3-opacity-max {
    opacity: 0.25
}

.w3-opacity-min {
    opacity: 0.75
}

.w3-greyscale-max,
.w3-grayscale-max,
.w3-hover-greyscale:hover,
.w3-hover-grayscale:hover {
    filter: grayscale(100%)
}

.w3-greyscale,
.w3-grayscale {
    filter: grayscale(75%)
}

.w3-greyscale-min,
.w3-grayscale-min {
    filter: grayscale(50%)
}

.w3-sepia {
    filter: sepia(75%)
}

.w3-sepia-max,
.w3-hover-sepia:hover {
    filter: sepia(100%)
}

.w3-sepia-min {
    filter: sepia(50%)
}

.w3-tiny {
    font-size: 10px !important
}

.w3-small {
    font-size: 12px !important
}

.w3-medium {
    font-size: 15px !important
}

.w3-large {
    font-size: 18px !important
}

.w3-xlarge {
    font-size: 24px !important
}

.w3-xxlarge {
    font-size: 36px !important
}

.w3-xxxlarge {
    font-size: 48px !important
}

.w3-jumbo {
    font-size: 64px !important
}

.w3-left-align {
    text-align: left !important
}

.w3-right-align {
    text-align: right !important
}

.w3-justify {
    text-align: justify !important
}

.w3-center {
    text-align: center !important
}

.w3-border-0 {
    border: 0 !important
}

.w3-border {
    border: 1px solid #ccc !important
}

.w3-border-top {
    border-top: 1px solid #ccc !important
}

.w3-border-bottom {
    border-bottom: 1px solid #ccc !important
}

.w3-border-left {
    border-left: 1px solid #ccc !important
}

.w3-border-right {
    border-right: 1px solid #ccc !important
}

.w3-topbar {
    border-top: 6px solid #ccc !important
}

.w3-bottombar {
    border-bottom: 6px solid #ccc !important
}

.w3-leftbar {
    border-left: 6px solid #ccc !important
}

.w3-rightbar {
    border-right: 6px solid #ccc !important
}

.w3-section,
.w3-code {
    margin-top: 16px !important;
    margin-bottom: 16px !important
}

.w3-margin {
    margin: 16px !important
}

.w3-margin-top {
    margin-top: 16px !important
}

.w3-margin-bottom {
    margin-bottom: 16px !important
}

.w3-margin-left {
    margin-left: 16px !important
}

.w3-margin-right {
    margin-right: 16px !important
}

.w3-padding-small {
    padding: 4px 8px !important
}

.w3-padding {
    padding: 8px 16px !important
}

.w3-padding-large {
    padding: 12px 24px !important
}

.w3-padding-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important
}

.w3-padding-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important
}

.w3-padding-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important
}

.w3-padding-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important
}

.w3-padding-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important
}

.w3-padding-top-64 {
    padding-top: 64px !important
}

.w3-padding-top-48 {
    padding-top: 48px !important
}

.w3-padding-top-32 {
    padding-top: 32px !important
}

.w3-padding-top-24 {
    padding-top: 24px !important
}

.w3-left {
    float: left !important
}

.w3-right {
    float: right !important
}

.w3-button:hover {
    color: #000 !important;
    background-color: #ccc !important
}

.w3-transparent,
.w3-hover-none:hover {
    background-color: transparent !important
}

.w3-hover-none:hover {
    box-shadow: none !important
}

/* Colors */
.w3-amber,
.w3-hover-amber:hover {
    color: #000 !important;
    background-color: #ffc107 !important
}

.w3-aqua,
.w3-hover-aqua:hover {
    color: #000 !important;
    background-color: #00ffff !important
}

.w3-blue,
.w3-hover-blue:hover {
    color: #fff !important;
    background-color: #C2B9A5 !important
}

.w3-light-blue,
.w3-hover-light-blue:hover {
    color: #000 !important;
    background-color: #87CEEB !important
}

.w3-brown,
.w3-hover-brown:hover {
    color: #fff !important;
    background-color: #795548 !important
}

.w3-cyan,
.w3-hover-cyan:hover {
    color: #000 !important;
    background-color: #00bcd4 !important
}

.w3-blue-grey,
.w3-hover-blue-grey:hover,
.w3-blue-gray,
.w3-hover-blue-gray:hover {
    color: #fff !important;
    background-color: #607d8b !important
}

.w3-green,
.w3-hover-green:hover {
    color: #fff !important;
    background-color: #4CAF50 !important
}

.w3-light-green,
.w3-hover-light-green:hover {
    color: #000 !important;
    background-color: #8bc34a !important
}

.w3-indigo,
.w3-hover-indigo:hover {
    color: #fff !important;
    background-color: #3f51b5 !important
}

.w3-khaki,
.w3-hover-khaki:hover {
    color: #000 !important;
    background-color: #f0e68c !important
}

.w3-lime,
.w3-hover-lime:hover {
    color: #000 !important;
    background-color: #cddc39 !important
}

.w3-orange,
.w3-hover-orange:hover {
    color: #000 !important;
    background-color: #ff9800 !important
}

.w3-deep-orange,
.w3-hover-deep-orange:hover {
    color: #fff !important;
    background-color: #ff5722 !important
}

.w3-pink,
.w3-hover-pink:hover {
    color: #fff !important;
    background-color: #e91e63 !important
}

.w3-purple,
.w3-hover-purple:hover {
    color: #fff !important;
    background-color: #9c27b0 !important
}

.w3-deep-purple,
.w3-hover-deep-purple:hover {
    color: #fff !important;
    background-color: #673ab7 !important
}

.w3-red,
.w3-hover-red:hover {
    color: #fff !important;
    background-color: #f44336 !important
}

.w3-sand,
.w3-hover-sand:hover {
    color: #000 !important;
    background-color: #fdf5e6 !important
}

.w3-teal,
.w3-hover-teal:hover {
    color: #fff !important;
    background-color: #009688 !important
}

.w3-yellow,
.w3-hover-yellow:hover {
    color: #000 !important;
    background-color: #ffeb3b !important
}

.w3-white,
.w3-hover-white:hover {
    color: #000 !important;
    background-color: #fff !important
}

.w3-black,
.w3-hover-black:hover {
    color: #fff !important;
    background-color: #000 !important
}

.w3-grey,
.w3-hover-grey:hover,
.w3-gray,
.w3-hover-gray:hover {
    color: #000 !important;
    background-color: #9e9e9e !important
}

.w3-light-grey,
.w3-hover-light-grey:hover,
.w3-light-gray,
.w3-hover-light-gray:hover {
    color: #000 !important;
    background-color: #214f4f  !important
}

.w3-dark-grey,
.w3-hover-dark-grey:hover,
.w3-dark-gray,
.w3-hover-dark-gray:hover {
    color: #fff !important;
    background-color: #616161 !important
}

.w3-pale-red,
.w3-hover-pale-red:hover {
    color: #000 !important;
    background-color: #ffdddd !important
}

.w3-pale-green,
.w3-hover-pale-green:hover {
    color: #000 !important;
    background-color: #ddffdd !important
}

.w3-pale-yellow,
.w3-hover-pale-yellow:hover {
    color: #000 !important;
    background-color: #ffffcc !important
}

.w3-pale-blue,
.w3-hover-pale-blue:hover {
    color: #000 !important;
    background-color: #ddffff !important
}

.w3-text-amber,
.w3-hover-text-amber:hover {
    color: #ffc107 !important
}

.w3-text-aqua,
.w3-hover-text-aqua:hover {
    color: #00ffff !important
}

.w3-text-blue,
.w3-hover-text-blue:hover {
    color: #2196F3 !important
}

.w3-text-light-blue,
.w3-hover-text-light-blue:hover {
    color: #87CEEB !important
}

.w3-text-brown,
.w3-hover-text-brown:hover {
    color: #795548 !important
}

.w3-text-cyan,
.w3-hover-text-cyan:hover {
    color: #00bcd4 !important
}

.w3-text-blue-grey,
.w3-hover-text-blue-grey:hover,
.w3-text-blue-gray,
.w3-hover-text-blue-gray:hover {
    color: #607d8b !important
}

.w3-text-green,
.w3-hover-text-green:hover {
    color: #4CAF50 !important
}

.w3-text-light-green,
.w3-hover-text-light-green:hover {
    color: #8bc34a !important
}

.w3-text-indigo,
.w3-hover-text-indigo:hover {
    color: #3f51b5 !important
}

.w3-text-khaki,
.w3-hover-text-khaki:hover {
    color: #b4aa50 !important
}

.w3-text-lime,
.w3-hover-text-lime:hover {
    color: #cddc39 !important
}

.w3-text-orange,
.w3-hover-text-orange:hover {
    color: #ff9800 !important
}

.w3-text-deep-orange,
.w3-hover-text-deep-orange:hover {
    color: #ff5722 !important
}

.w3-text-pink,
.w3-hover-text-pink:hover {
    color: #e91e63 !important
}

.w3-text-purple,
.w3-hover-text-purple:hover {
    color: #9c27b0 !important
}

.w3-text-deep-purple,
.w3-hover-text-deep-purple:hover {
    color: #673ab7 !important
}

.w3-text-red,
.w3-hover-text-red:hover {
    color: #f44336 !important
}

.w3-text-sand,
.w3-hover-text-sand:hover {
    color: #fdf5e6 !important
}

.w3-text-teal,
.w3-hover-text-teal:hover {
    color: #009688 !important
}

.w3-text-yellow,
.w3-hover-text-yellow:hover {
    color: #d2be0e !important
}

.w3-text-white,
.w3-hover-text-white:hover {
    color: #fff !important
}

.w3-text-black,
.w3-hover-text-black:hover {
    color: #000 !important
}

.w3-text-grey,
.w3-hover-text-grey:hover,
.w3-text-gray,
.w3-hover-text-gray:hover {
    color: #757575 !important
}

.w3-text-light-grey,
.w3-hover-text-light-grey:hover,
.w3-text-light-gray,
.w3-hover-text-light-gray:hover {
    color: #f1f1f1 !important
}

.w3-text-dark-grey,
.w3-hover-text-dark-grey:hover,
.w3-text-dark-gray,
.w3-hover-text-dark-gray:hover {
    color: #3a3a3a !important
}

.w3-border-amber,
.w3-hover-border-amber:hover {
    border-color: #ffc107 !important
}

.w3-border-aqua,
.w3-hover-border-aqua:hover {
    border-color: #00ffff !important
}

.w3-border-blue,
.w3-hover-border-blue:hover {
    border-color: #2196F3 !important
}

.w3-border-light-blue,
.w3-hover-border-light-blue:hover {
    border-color: #87CEEB !important
}

.w3-border-brown,
.w3-hover-border-brown:hover {
    border-color: #795548 !important
}

.w3-border-cyan,
.w3-hover-border-cyan:hover {
    border-color: #00bcd4 !important
}

.w3-border-blue-grey,
.w3-hover-border-blue-grey:hover,
.w3-border-blue-gray,
.w3-hover-border-blue-gray:hover {
    border-color: #607d8b !important
}

.w3-border-green,
.w3-hover-border-green:hover {
    border-color: #4CAF50 !important
}

.w3-border-light-green,
.w3-hover-border-light-green:hover {
    border-color: #8bc34a !important
}

.w3-border-indigo,
.w3-hover-border-indigo:hover {
    border-color: #3f51b5 !important
}

.w3-border-khaki,
.w3-hover-border-khaki:hover {
    border-color: #f0e68c !important
}

.w3-border-lime,
.w3-hover-border-lime:hover {
    border-color: #cddc39 !important
}

.w3-border-orange,
.w3-hover-border-orange:hover {
    border-color: #ff9800 !important
}

.w3-border-deep-orange,
.w3-hover-border-deep-orange:hover {
    border-color: #ff5722 !important
}

.w3-border-pink,
.w3-hover-border-pink:hover {
    border-color: #e91e63 !important
}

.w3-border-purple,
.w3-hover-border-purple:hover {
    border-color: #9c27b0 !important
}

.w3-border-deep-purple,
.w3-hover-border-deep-purple:hover {
    border-color: #673ab7 !important
}

.w3-border-red,
.w3-hover-border-red:hover {
    border-color: #f44336 !important
}

.w3-border-sand,
.w3-hover-border-sand:hover {
    border-color: #fdf5e6 !important
}

.w3-border-teal,
.w3-hover-border-teal:hover {
    border-color: #009688 !important
}

.w3-border-yellow,
.w3-hover-border-yellow:hover {
    border-color: #ffeb3b !important
}

.w3-border-white,
.w3-hover-border-white:hover {
    border-color: #fff !important
}

.w3-border-black,
.w3-hover-border-black:hover {
    border-color: #000 !important
}

.w3-border-grey,
.w3-hover-border-grey:hover,
.w3-border-gray,
.w3-hover-border-gray:hover {
    border-color: #9e9e9e !important
}

.w3-border-light-grey,
.w3-hover-border-light-grey:hover,
.w3-border-light-gray,
.w3-hover-border-light-gray:hover {
    border-color: #f1f1f1 !important
}

.w3-border-dark-grey,
.w3-hover-border-dark-grey:hover,
.w3-border-dark-gray,
.w3-hover-border-dark-gray:hover {
    border-color: #616161 !important
}

.w3-border-pale-red,
.w3-hover-border-pale-red:hover {
    border-color: #ffe7e7 !important
}

.w3-border-pale-green,
.w3-hover-border-pale-green:hover {
    border-color: #e7ffe7 !important
}

.w3-border-pale-yellow,
.w3-hover-border-pale-yellow:hover {
    border-color: #ffffcc !important
}

.w3-border-pale-blue,
.w3-hover-border-pale-blue:hover {
    border-color: #e7ffff !important
}

.slide-container .p-small {
  padding-bottom: 5px;
}

.slide-container .p-medium {
  padding-bottom: 10px;
}

.slide-container .p-y {
  padding: 10px 0;
}

.slide-container .m-y {
  margin: 10px 0;
}

.slide-container p {
  font-size: 1.6rem;
  line-height: 1.5;
}

.slide-container img {
  /* width: 100%; */
}

.slide-container .container {
  max-width: 1200px;
  margin: 0 auto;
  /* padding: 0 20px; */
}

.slide-container h1 {
  font-size: 3rem;
  line-height: 2;
  text-align: center;
  color: var(--color-primary);
}

.slide-container main {
  background-color: #f4f4f4;
  padding: 4rem 0;
}

.slide-container {
  max-width: 1078px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.slide-container .arrow {
  width: 2rem;
  margin: 0 1rem;
  cursor: pointer;
  height: auto;
}

.img-thmb {
  width: 300px;
  height: 400px !important;
  object-fit: cover;
}

.slide-container section {
  width: 100%;
  /* height: 300px; */
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* border: 1px solid black; */
  transition: all 0.3s;
}

.slide-container section::-webkit-scrollbar {
  height: 5px;
  width: 2px;
  border: 1px solid #d5d5d5;
  background: #d5d5d5;
}

.slide-container section::-webkit-scrollbar-track {
  --webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.slide-container section::-webkit-scrollbar-thumb {
  background-color: var(--color-primary);
  outline: 1px solid #eee;
  /* border-radius: 100px; */
}

.slide-container section .thumbnail {
  flex: 0 0 auto;
  object-fit: cover;
  cursor: pointer;
  margin: 5px;
  /* border: 1px solid var(--black); */
  overflow: hidden;
  transform: scale(0.95);
  transition: all 0.3s;
  border-radius: 5px;
}

.slide-container section .thumbnail:hover {
  transform: scale(1);
}

.slide-container .product-details {
  text-align: center;
  background-color: #2e2727;
  color: white;
  padding: 10px 5px;
}

.slide-container .product-details h2 {
  font-size: 1.2rem;
  font-weight: 500;
  color: white;
}

.slide-container .product-details p {
  font-size: 1rem;
  padding-bottom: 1rem;
  color: green;
  font-weight: 700;
}

.slide-container .product-details p span {
  text-decoration: line-through;
  color: red;
  font-weight: normal;
}

.slide-container .product-details a {
  font-size: 1rem;
  text-decoration: none;
  background-color: var(--color-sec);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 3px;
}

.slide-container .product-details a:hover {
  background-color: var(--color-primary);
}


.slide-container .title-details {
  text-align: center;
  background-color: #fff;
  /* border: 1px solid black; */
  border-bottom: 0px;
  padding: 10px 5px;
  background-color: #5c0000;
  color: white;
  font-weight: bold;
}

.slide-container .title-details h2 {
  font-size: 1.2rem;
  font-weight: 500;
}

.slide-container .title-details p {
  font-size: 1rem;
  padding-bottom: 1rem;
  color: green;
  font-weight: 700;
}

.slide-container .title-details p span {
  text-decoration: line-through;
  color: red;
  font-weight: normal;
}

.slide-container .title-details a {
  font-size: 1rem;
  text-decoration: none;
  background-color: var(--color-sec);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 3px;
}

.slide-container .title-details a:hover {
  background-color: var(--color-primary);
}

.slide-container .scroll-right {
  transform: translateX(250px);
}


.thumbnail img {
  max-width: 300px;
  height: auto;
}

@media screen and (max-width: 824px) {

  .slide-container {
    max-width: 600px;
    display: grid;
    grid-template-columns: 10% 70% 10%;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  .tab-links-2 {
    display: grid;
    justify-content: center;
    grid-template-columns: 30% 30% 30%;
    z-index: 1;
    font-size: 0.8rem;
  }

  .img-thmb {
    width: 300px;
    height: 300px !important;
    object-fit: cover;
  }

  .slide-container .arrow {
    width: 1rem;
    margin: 0px;
    cursor: pointer;
    height: auto;
  }

  .thumbnail img {
    max-width: 300px;
    height: 101px;
  }

  .img-thmb {
    width: 200px;
    height: 200px !important;
    object-fit: cover;
  }

  .tab-links {
    width: 100%;
    z-index: 1;
    display: grid;
    grid-template-columns: max-content max-content;
    justify-content: center;
    column-gap: 2px;
    row-gap: 2px;
  }

}

.plano {

    display: grid;
    grid-template-columns: 30% 40%;
    grid-template-rows: max-content;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
    align-items: center;

}

.logo-item {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
}

.map-plan img {
    width: 100%;
    height: auto;
}

.master-plan ul {
    list-style: none;
    margin-top: 20px;
}

.plano table {
    text-align: left;

}

.col-tipo {
    width: 250px;
}

table {
    margin-top: 20px;

}

.plano a {
    text-decoration: none;
    color: white;
}

.plano a:hover {
    text-decoration: none;
    color: #ecb500;
}


@media only screen and (max-width: 782px) {

    .plano {
        display: grid;
        grid-template-columns: 80%;
        grid-template-rows: max-content;
        justify-content: center;
        margin-top: 10px;
        margin-bottom: 10px;
        align-items: center;
    }

    .map-plan img {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

    .master-plan table {
        font-size: 1rem;
    }


    .col-tipo {
        width: 190px;
    }



    .itens-lazer {
        display: grid;
        grid-template-columns: 100%;
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 20px;
        column-gap: 30px;
    }


    .itens-lazer li {
        list-style: none;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .dados-terrazzo-patacho {
        order: 2;
        font-family: 's-medium';

    }

    .formulario {
        order: 1;
        margin-bottom: 20px;

    }

    .master-plan table {
        font-size: 1rem;
    }

    .dados-terrazzo {
        order: 3;


    }

    .dados-terrazzo img{
        margin-bottom: 40px;
    }

    .dados-terrazzo ul{
        margin-bottom: 10px;
    }



    .formulario-contato input {
        background-color: #839395;
        border: 0;
        color: #003B3A;
        padding: 10px;
        margin-bottom: 10px;
        width: 100%;
    }
}

#social-sidebar {
    right: 0; /* MantÃ©m no lado direito */
    position: fixed;
    top: 47%;
}
#social-sidebar li:first-child a { border-top-right-radius: 5px; }
#social-sidebar li:last-child a { border-bottom-right-radius: 5px; }

#social-sidebar a {
    background: rgba(0, 0, 0, .7);
    color: #fff;
    text-decoration: none;
    display: block;
    height: 50px;
    width: 50px;  
    font-size: 20px;
    line-height: 50px;
    position: relative;
    text-align: center;
    cursor: pointer;
}
#social-sidebar a:hover span {
   left: -150%; /* Muda a direÃ§Ã£o do efeito */
    opacity: 1;
}
#social-sidebar a span {
  font: 12px "Open Sans", sans-serif;
  text-transform: uppercase;
    border-radius: 3px;
    line-height: 24px;
    left: 100%;
    margin-top: -16px;
    opacity: 0;
    padding: 4px 8px;
    position: absolute;
    transition: opacity .3s, left .4s;
    top: 50%;
    z-index: -1;
}

#social-sidebar a span:before {
    content: "";
    display: block;
    height: 8px;
  width: 8px;
    left: -4px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
}

#social-sidebar a:hover .link_facebook {
   left: -178%; 
    opacity: 1;
}

#social-sidebar a:hover .link_instagram {
   left: -197%; 
    opacity: 1;
}

#social-sidebar a:hover .link_youtube {
    left: -167%;
    opacity: 1;
}

#social-sidebar a:hover .link_linkedin {
    left: -172%;
    opacity: 1;
}

#social-sidebar a:hover .link_phone {
    left: -182%;
    opacity: 1;
}

#social-sidebar li{
    list-style: none;
}

#social-sidebar a[class*="instagram"]:hover,
#social-sidebar a[class*="instagram"] span,
#social-sidebar a[class*="instagram"] span:before {background: #ea4c89;}

#social-sidebar a[class*="facebook"]:hover,
#social-sidebar a[class*="facebook"] span,
#social-sidebar a[class*="facebook"] span:before {background: #3B5998;}

#social-sidebar a[class*="youtube"]:hover,
#social-sidebar a[class*="youtube"] span,
#social-sidebar a[class*="youtube"] span:before {background: #E34429;}

#social-sidebar a[class*="linkedin"]:hover,
#social-sidebar a[class*="linkedin"] span,
#social-sidebar a[class*="linkedin"] span:before {background: #8487f3;}

#social-sidebar a[class*="whatsapp"]:hover,
#social-sidebar a[class*="whatsapp"] span,
#social-sidebar a[class*="whatsapp"] span:before {background: #5cb415;}


/* Izmir - ImageHover CSS LIbrary
  ----------------------------- */
.c4-izmir {
  --text-color: #ffffff;
  --primary-color: #003B3A;
  --secondary-color: #0083B0;
  --padding: 1em;
  --transition-duration: 1200ms;
  --border-margin: 15px;
  --border-width: 3px;
  --border-color: #ffffff;
  --border-radius: 3px;
  --image-opacity: 0.25;
  display: inline-flex;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0;
  padding: 0;
  color: #ffffff;
  color: var(--text-color);
  border-radius: 3px;
  border-radius: var(--border-radius); width: 100%; }
  .c4-izmir:before, .c4-izmir:after, .c4-izmir *, .c4-izmir *:before, .c4-izmir *:after {
    box-sizing: border-box;
    transition: all 600ms ease;
    transition: all var(--transition-duration) ease; }
  .c4-izmir figcaption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1em;
    padding: var(--padding);
    width: 100%;
    z-index: 1; }
  .c4-izmir img {
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    height: 100%; }
  .c4-izmir h1,
  .c4-izmir h2,
  .c4-izmir h3,
  .c4-izmir h4,
  .c4-izmir h5,
  .c4-izmir h6,
  .c4-izmir p {
    margin-top: 0;
    color: #ffffff;
    color: var(--text-color); }
    .c4-izmir h1:last-child,
    .c4-izmir h2:last-child,
    .c4-izmir h3:last-child,
    .c4-izmir h4:last-child,
    .c4-izmir h5:last-child,
    .c4-izmir h6:last-child,
    .c4-izmir p:last-child {
      margin-bottom: 0; }

/* c4-border-*
   ----------------------------- */
[class^='c4-border']:before, [class^='c4-border']:after,
[class^='c4-border'] figcaption:before,
[class^='c4-border'] figcaption:after,
[class*=' c4-border']:before,
[class*=' c4-border']:after,
[class*=' c4-border'] figcaption:before,
[class*=' c4-border'] figcaption:after {
  background-color: #ffffff;
  background-color: var(--border-color);
  position: absolute;
  content: ''; }
[class^='c4-border']:before, [class^='c4-border']:after,
[class*=' c4-border']:before,
[class*=' c4-border']:after {
  z-index: 1;
  height: 3px;
  height: var(--border-width);
  left: 15px;
  left: var(--border-margin);
  right: 15px;
  right: var(--border-margin);
  transform: scaleX(0); }
[class^='c4-border']:before,
[class*=' c4-border']:before {
  top: 15px;
  top: var(--border-margin); }
[class^='c4-border']:after,
[class*=' c4-border']:after {
  bottom: 15px;
  bottom: var(--border-margin); }
[class^='c4-border'] figcaption,
[class*=' c4-border'] figcaption {
  z-index: 3; }
  [class^='c4-border'] figcaption:before, [class^='c4-border'] figcaption:after,
  [class*=' c4-border'] figcaption:before,
  [class*=' c4-border'] figcaption:after {
    z-index: -1;
    width: 3px;
    width: var(--border-width);
    top: 15px;
    top: var(--border-margin);
    bottom: 15px;
    bottom: var(--border-margin);
    transform: scaleY(0); }
  [class^='c4-border'] figcaption:before,
  [class*=' c4-border'] figcaption:before {
    left: 15px;
    left: var(--border-margin); }
  [class^='c4-border'] figcaption:after,
  [class*=' c4-border'] figcaption:after {
    right: 15px;
    right: var(--border-margin); }
[class^='c4-border'].hover:before, [class^='c4-border'].hover:after,
[class^='c4-border'].hover figcaption:before,
[class^='c4-border'].hover figcaption:after, [class^='c4-border']:hover:before, [class^='c4-border']:hover:after,
[class^='c4-border']:hover figcaption:before,
[class^='c4-border']:hover figcaption:after, [class^='c4-border']:focus:before, [class^='c4-border']:focus:after,
[class^='c4-border']:focus figcaption:before,
[class^='c4-border']:focus figcaption:after, :focus > [class^='c4-border']:before, :focus > [class^='c4-border']:after,
:focus > [class^='c4-border'] figcaption:before,
:focus > [class^='c4-border'] figcaption:after,
[class*=' c4-border'].hover:before,
[class*=' c4-border'].hover:after,
[class*=' c4-border'].hover figcaption:before,
[class*=' c4-border'].hover figcaption:after,
[class*=' c4-border']:hover:before,
[class*=' c4-border']:hover:after,
[class*=' c4-border']:hover figcaption:before,
[class*=' c4-border']:hover figcaption:after,
[class*=' c4-border']:focus:before,
[class*=' c4-border']:focus:after,
[class*=' c4-border']:focus figcaption:before,
[class*=' c4-border']:focus figcaption:after, :focus >
[class*=' c4-border']:before, :focus >
[class*=' c4-border']:after,
:focus >
[class*=' c4-border'] figcaption:before,
:focus >
[class*=' c4-border'] figcaption:after {
  transform: scale(1); }

/* c4-border-center
  ----------------------------- */
/* c4-border-vert
  ----------------------------- */
.c4-border-vert:before, .c4-border-vert:after {
  transition-duration: 0s; }
.c4-border-vert.hover:before, .c4-border-vert.hover:after, .c4-border-vert:hover:before, .c4-border-vert:hover:after, .c4-border-vert:focus:before, .c4-border-vert:focus:after, :focus > .c4-border-vert:before, :focus > .c4-border-vert:after {
  transition-delay: 480ms; }

/* c4-border-horiz
  ----------------------------- */
.c4-border-horiz figcaption:before, .c4-border-horiz figcaption:after {
  transition-duration: 0s; }
.c4-border-horiz.hover figcaption:before, .c4-border-horiz.hover figcaption:after, .c4-border-horiz:hover figcaption:before, .c4-border-horiz:hover figcaption:after, .c4-border-horiz:focus figcaption:before, .c4-border-horiz:focus figcaption:after, :focus > .c4-border-horiz figcaption:before, :focus > .c4-border-horiz figcaption:after {
  transition-delay: 480ms; }

/* c4-border-bottom
  ----------------------------- */
.c4-border-bottom:after {
  transition-delay: 480ms; }
.c4-border-bottom:before, .c4-border-bottom:after {
  transition-duration: 0s; }
.c4-border-bottom figcaption:before, .c4-border-bottom figcaption:after {
  transform-origin: 100% 100%; }
.c4-border-bottom.hover:before, .c4-border-bottom:hover:before, .c4-border-bottom:focus:before, :focus > .c4-border-bottom:before {
  transition-delay: 480ms; }
.c4-border-bottom.hover:after, .c4-border-bottom:hover:after, .c4-border-bottom:focus:after, :focus > .c4-border-bottom:after {
  transition-delay: 0s; }

/* c4-border-top
  ----------------------------- */
.c4-border-top:before {
  transition-delay: 480ms; }
.c4-border-top:before, .c4-border-top:after {
  transition-duration: 0s; }
.c4-border-top figcaption:before, .c4-border-top figcaption:after {
  transform-origin: 0 0; }
.c4-border-top.hover:after, .c4-border-top:hover:after, .c4-border-top:focus:after, :focus > .c4-border-top:after {
  transition-delay: 480ms; }
.c4-border-top.hover:before, .c4-border-top:hover:before, .c4-border-top:focus:before, :focus > .c4-border-top:before {
  transition-delay: 0s; }

/* c4-border-right
  ----------------------------- */
.c4-border-right:before, .c4-border-right:after {
  transform-origin: 100% 100%; }
.c4-border-right figcaption:after {
  transition-delay: 480ms; }
.c4-border-right figcaption:before, .c4-border-right figcaption:after {
  transition-duration: 0s; }
.c4-border-right.hover figcaption:before, .c4-border-right:hover figcaption:before, .c4-border-right:focus figcaption:before, :focus > .c4-border-right figcaption:before {
  transition-delay: 480ms; }
.c4-border-right.hover figcaption:after, .c4-border-right:hover figcaption:after, .c4-border-right:focus figcaption:after, :focus > .c4-border-right figcaption:after {
  transition-delay: 0s; }

/* c4-border-left
  ----------------------------- */
.c4-border-left:before, .c4-border-left:after {
  transform-origin: 0 0; }
.c4-border-left figcaption:before {
  transition-delay: 480ms; }
.c4-border-left figcaption:before, .c4-border-left figcaption:after {
  transition-duration: 0s; }
.c4-border-left.hover figcaption:after, .c4-border-left:hover figcaption:after, .c4-border-left:focus figcaption:after, :focus > .c4-border-left figcaption:after {
  transition-delay: 480ms; }
.c4-border-left.hover figcaption:before, .c4-border-left:hover figcaption:before, .c4-border-left:focus figcaption:before, :focus > .c4-border-left figcaption:before {
  transition-delay: 0s; }

/* c4-border-corners-1
  ----------------------------- */
.c4-border-corners-1:before,
.c4-border-corners-1 figcaption:before {
  transform-origin: 0 0; }
.c4-border-corners-1:after,
.c4-border-corners-1 figcaption:after {
  transform-origin: 100% 100%; }

/* c4-border-corners-2
  ----------------------------- */
.c4-border-corners-2:before,
.c4-border-corners-2 figcaption:before {
  transform-origin: 100% 100%; }
.c4-border-corners-2:after,
.c4-border-corners-2 figcaption:after {
  transform-origin: 0 0; }

/* c4-border-top-left
  ----------------------------- */
.c4-border-top-left:before, .c4-border-top-left:after,
.c4-border-top-left figcaption:before,
.c4-border-top-left figcaption:after {
  transform-origin: 0 0; }
.c4-border-top-left:before {
  transition-delay: 480ms;
  transition-delay: calc(var(--transition-duration) / 1.25); }
.c4-border-top-left:after {
  transition-delay: 0s; }
.c4-border-top-left figcaption:before {
  transition-delay: 480ms;
  transition-delay: calc(var(--transition-duration) / 1.25); }
.c4-border-top-left figcaption:after {
  transition-delay: 0s; }
.c4-border-top-left.hover:before, .c4-border-top-left:hover:before, .c4-border-top-left:focus:before, :focus > .c4-border-top-left:before {
  transition-delay: 0s; }
.c4-border-top-left.hover:after, .c4-border-top-left:hover:after, .c4-border-top-left:focus:after, :focus > .c4-border-top-left:after {
  transition-delay: 480ms;
  transition-delay: calc(var(--transition-duration) / 1.25); }
.c4-border-top-left.hover figcaption:before, .c4-border-top-left:hover figcaption:before, .c4-border-top-left:focus figcaption:before, :focus > .c4-border-top-left figcaption:before {
  transition-delay: 0s; }
.c4-border-top-left.hover figcaption:after, .c4-border-top-left:hover figcaption:after, .c4-border-top-left:focus figcaption:after, :focus > .c4-border-top-left figcaption:after {
  transition-delay: 480ms;
  transition-delay: calc(var(--transition-duration) / 1.25); }

/* c4-border-top-right
  ----------------------------- */
.c4-border-top-right:before, .c4-border-top-right:after,
.c4-border-top-right figcaption:before,
.c4-border-top-right figcaption:after {
  transform-origin: 100% 0%; }
.c4-border-top-right:before {
  transition-delay: 480ms;
  transition-delay: calc(var(--transition-duration) / 1.25); }
.c4-border-top-right:after {
  transition-delay: 0s; }
.c4-border-top-right figcaption:before {
  transition-delay: 0s; }
.c4-border-top-right figcaption:after {
  transition-delay: 480ms;
  transition-delay: calc(var(--transition-duration) / 1.25); }
.c4-border-top-right.hover:before, .c4-border-top-right:hover:before, .c4-border-top-right:focus:before, :focus > .c4-border-top-right:before {
  transition-delay: 0s; }
.c4-border-top-right.hover:after, .c4-border-top-right:hover:after, .c4-border-top-right:focus:after, :focus > .c4-border-top-right:after {
  transition-delay: 480ms;
  transition-delay: calc(var(--transition-duration) / 1.25); }
.c4-border-top-right.hover figcaption:before, .c4-border-top-right:hover figcaption:before, .c4-border-top-right:focus figcaption:before, :focus > .c4-border-top-right figcaption:before {
  transition-delay: 480ms;
  transition-delay: calc(var(--transition-duration) / 1.25); }
.c4-border-top-right.hover figcaption:after, .c4-border-top-right:hover figcaption:after, .c4-border-top-right:focus figcaption:after, :focus > .c4-border-top-right figcaption:after {
  transition-delay: 0s; }

/* c4-border-bottom-left
  ----------------------------- */
.c4-border-bottom-left:before, .c4-border-bottom-left:after,
.c4-border-bottom-left figcaption:before,
.c4-border-bottom-left figcaption:after {
  transform-origin: 0 100%; }
.c4-border-bottom-left:before {
  transition-delay: 0s; }
.c4-border-bottom-left:after {
  transition-delay: 480ms;
  transition-delay: calc(var(--transition-duration) / 1.25); }
.c4-border-bottom-left figcaption:before {
  transition-delay: 480ms;
  transition-delay: calc(var(--transition-duration) / 1.25); }
.c4-border-bottom-left figcaption:after {
  transition-delay: 0s; }
.c4-border-bottom-left.hover:before, .c4-border-bottom-left:hover:before, .c4-border-bottom-left:focus:before, :focus > .c4-border-bottom-left:before {
  transition-delay: 480ms;
  transition-delay: calc(var(--transition-duration) / 1.25); }
.c4-border-bottom-left.hover:after, .c4-border-bottom-left:hover:after, .c4-border-bottom-left:focus:after, :focus > .c4-border-bottom-left:after {
  transition-delay: 0s; }
.c4-border-bottom-left.hover figcaption:before, .c4-border-bottom-left:hover figcaption:before, .c4-border-bottom-left:focus figcaption:before, :focus > .c4-border-bottom-left figcaption:before {
  transition-delay: 0s; }
.c4-border-bottom-left.hover figcaption:after, .c4-border-bottom-left:hover figcaption:after, .c4-border-bottom-left:focus figcaption:after, :focus > .c4-border-bottom-left figcaption:after {
  transition-delay: 480ms;
  transition-delay: calc(var(--transition-duration) / 1.25); }

/* c4-border-bottom-right
  ----------------------------- */
.c4-border-bottom-right:before, .c4-border-bottom-right:after,
.c4-border-bottom-right figcaption:before,
.c4-border-bottom-right figcaption:after {
  transform-origin: 100% 100%; }
.c4-border-bottom-right:before {
  transition-delay: 0s; }
.c4-border-bottom-right:after {
  transition-delay: 480ms;
  transition-delay: calc(var(--transition-duration) / 1.25); }
.c4-border-bottom-right figcaption:before {
  transition-delay: 0s; }
.c4-border-bottom-right figcaption:after {
  transition-delay: 480ms;
  transition-delay: calc(var(--transition-duration) / 1.25); }
.c4-border-bottom-right.hover:before, .c4-border-bottom-right:hover:before, .c4-border-bottom-right:focus:before, :focus > .c4-border-bottom-right:before {
  transition-delay: 480ms;
  transition-delay: calc(var(--transition-duration) / 1.25); }
.c4-border-bottom-right.hover:after, .c4-border-bottom-right:hover:after, .c4-border-bottom-right:focus:after, :focus > .c4-border-bottom-right:after {
  transition-delay: 0s; }
.c4-border-bottom-right.hover figcaption:before, .c4-border-bottom-right:hover figcaption:before, .c4-border-bottom-right:focus figcaption:before, :focus > .c4-border-bottom-right figcaption:before {
  transition-delay: 480ms;
  transition-delay: calc(var(--transition-duration) / 1.25); }
.c4-border-bottom-right.hover figcaption:after, .c4-border-bottom-right:hover figcaption:after, .c4-border-bottom-right:focus figcaption:after, :focus > .c4-border-bottom-right figcaption:after {
  transition-delay: 0s; }

/* c4-border-cc-1
  ----------------------------- */
.c4-border-cc-1:before, .c4-border-cc-1:after,
.c4-border-cc-1 figcaption:before,
.c4-border-cc-1 figcaption:after {
  transition-duration: 300ms; }
.c4-border-cc-1:before,
.c4-border-cc-1 figcaption:after {
  transform-origin: 0 0; }
.c4-border-cc-1:after,
.c4-border-cc-1 figcaption:before {
  transform-origin: 100% 100%; }
.c4-border-cc-1:before {
  transition-delay: 600ms; }
.c4-border-cc-1:after {
  transition-delay: 0s; }
.c4-border-cc-1 figcaption:before {
  transition-delay: 900ms; }
.c4-border-cc-1 figcaption:after {
  transition-delay: 300ms; }
.c4-border-cc-1.hover:before, .c4-border-cc-1:hover:before, .c4-border-cc-1:focus:before, :focus > .c4-border-cc-1:before {
  transition-delay: 300ms; }
.c4-border-cc-1.hover:after, .c4-border-cc-1:hover:after, .c4-border-cc-1:focus:after, :focus > .c4-border-cc-1:after {
  transition-delay: 900ms; }
.c4-border-cc-1.hover figcaption:before, .c4-border-cc-1:hover figcaption:before, .c4-border-cc-1:focus figcaption:before, :focus > .c4-border-cc-1 figcaption:before {
  transition-delay: 0s; }
.c4-border-cc-1.hover figcaption:after, .c4-border-cc-1:hover figcaption:after, .c4-border-cc-1:focus figcaption:after, :focus > .c4-border-cc-1 figcaption:after {
  transition-delay: 600ms; }

/* c4-border-ccc-1
  ----------------------------- */
.c4-border-ccc-1:before, .c4-border-ccc-1:after,
.c4-border-ccc-1 figcaption:before,
.c4-border-ccc-1 figcaption:after {
  transition-duration: 400ms; }
.c4-border-ccc-1:before,
.c4-border-ccc-1 figcaption:after {
  transform-origin: 100% 100%; }
.c4-border-ccc-1:after,
.c4-border-ccc-1 figcaption:before {
  transform-origin: 0 0; }
.c4-border-ccc-1:before {
  transition-delay: 0s; }
.c4-border-ccc-1:after {
  transition-delay: 600ms; }
.c4-border-ccc-1 figcaption:before {
  transition-delay: 900ms; }
.c4-border-ccc-1 figcaption:after {
  transition-delay: 300ms; }
.c4-border-ccc-1.hover:before, .c4-border-ccc-1:hover:before, .c4-border-ccc-1:focus:before, :focus > .c4-border-ccc-1:before {
  transition-delay: 900ms; }
.c4-border-ccc-1.hover:after, .c4-border-ccc-1:hover:after, .c4-border-ccc-1:focus:after, :focus > .c4-border-ccc-1:after {
  transition-delay: 300ms; }
.c4-border-ccc-1.hover figcaption:before, .c4-border-ccc-1:hover figcaption:before, .c4-border-ccc-1:focus figcaption:before, :focus > .c4-border-ccc-1 figcaption:before {
  transition-delay: 0s; }
.c4-border-ccc-1.hover figcaption:after, .c4-border-ccc-1:hover figcaption:after, .c4-border-ccc-1:focus figcaption:after, :focus > .c4-border-ccc-1 figcaption:after {
  transition-delay: 600ms; }

/* c4-border-cc-2
  ----------------------------- */
.c4-border-cc-2:before,
.c4-border-cc-2 figcaption:after {
  transform-origin: 0 0; }
.c4-border-cc-2:after,
.c4-border-cc-2 figcaption:before {
  transform-origin: 100% 100%; }

/* c4-border-ccc-2
  ----------------------------- */
.c4-border-ccc-2:before,
.c4-border-ccc-2 figcaption:after {
  transform-origin: 100% 100%; }
.c4-border-ccc-2:after, .c4-border-ccc-2 figcaption:before {
  transform-origin: 0 0; }

/* c4-border-cc-3
  ----------------------------- */
.c4-border-cc-3:before, .c4-border-cc-3 figcaption:after {
  transform-origin: 0 0; }
.c4-border-cc-3:after, .c4-border-cc-3 figcaption:before {
  transform-origin: 100% 100%; }
.c4-border-cc-3:before {
  right: 33px;
  right: calc(var(--border-margin) + var(--border-margin) + var(--border-width));
  left: 0; }
.c4-border-cc-3:after {
  left: 33px;
  left: calc(var(--border-margin) + var(--border-margin) + var(--border-width));
  right: 0; }
.c4-border-cc-3 figcaption:before {
  top: 33px;
  top: calc(var(--border-margin) + var(--border-margin) + var(--border-width));
  bottom: 0; }
.c4-border-cc-3 figcaption:after {
  bottom: 33px;
  bottom: calc(var(--border-margin) + var(--border-margin) + var(--border-width));
  top: 0; }

/* c4-border-ccc-3
  ----------------------------- */
.c4-border-ccc-3:before,
.c4-border-ccc-3 figcaption:after {
  transform-origin: 100% 100%; }
.c4-border-ccc-3:after,
.c4-border-ccc-3 figcaption:before {
  transform-origin: 0 0; }
.c4-border-ccc-3:before {
  left: 33px;
  left: calc(var(--border-margin) + var(--border-margin) + var(--border-width));
  right: 0; }
.c4-border-ccc-3:after {
  right: 33px;
  right: calc(var(--border-margin) + var(--border-margin) + var(--border-width));
  left: 0; }
.c4-border-ccc-3 figcaption:before {
  bottom: 33px;
  bottom: calc(var(--border-margin) + var(--border-margin) + var(--border-width));
  top: 0; }
.c4-border-ccc-3 figcaption:after {
  top: 33px;
  top: calc(var(--border-margin) + var(--border-margin) + var(--border-width));
  bottom: 0; }

/* c4-border-fade
  ----------------------------- */
.c4-border-fade:before, .c4-border-fade:after,
.c4-border-fade figcaption:before,
.c4-border-fade figcaption:after {
  transform: scale(1);
  opacity: 0; }
.c4-border-fade.hover:before, .c4-border-fade.hover:after,
.c4-border-fade.hover figcaption:before,
.c4-border-fade.hover figcaption:after, .c4-border-fade:hover:before, .c4-border-fade:hover:after,
.c4-border-fade:hover figcaption:before,
.c4-border-fade:hover figcaption:after, .c4-border-fade:focus:before, .c4-border-fade:focus:after,
.c4-border-fade:focus figcaption:before,
.c4-border-fade:focus figcaption:after, :focus > .c4-border-fade:before, :focus > .c4-border-fade:after,
:focus > .c4-border-fade figcaption:before,
:focus > .c4-border-fade figcaption:after {
  opacity: 1; }

.c4-image-zoom-in.hover img, .c4-image-zoom-in:hover img, .c4-image-zoom-in:focus img, :focus > .c4-image-zoom-in img {
  transform: scale(1.25); }
.c4-image-zoom-out img {
  transform: scale(1.25); }
.c4-image-zoom-out.hover img, .c4-image-zoom-out:hover img, .c4-image-zoom-out:focus img, :focus > .c4-image-zoom-out img {
  transform: scale(1); }
.c4-image-pan-up img {
  transform-origin: top;
  transform: scale(1.2) translate(0, 0); }
.c4-image-pan-up.hover img, .c4-image-pan-up:hover img, .c4-image-pan-up:focus img, :focus > .c4-image-pan-up img {
  transform: scale(1.2) translate(0, -15%); }
.c4-image-pan-down img {
  transform-origin: bottom;
  transform: scale(1.2) translate(0, 0); }
.c4-image-pan-down:hover img, .c4-image-pan-down:focus img, :focus > .c4-image-pan-down img {
  transform: scale(1.2) translate(0, 15%); }
.c4-image-pan-left img {
  transform-origin: left;
  transform: scale(1.2) translate(0, 0); }
.c4-image-pan-left.hover img, .c4-image-pan-left:hover img, .c4-image-pan-left:focus img, :focus > .c4-image-pan-left img {
  transform: scale(1.2) translate(-15%, 0); }
.c4-image-pan-right img {
  transform-origin: right;
  transform: scale(1.2) translate(0, 0); }
.c4-image-pan-right.hover img, .c4-image-pan-right:hover img, .c4-image-pan-right:focus img, :focus > .c4-image-pan-right img {
  transform: scale(1.2) translate(15%, 0); }
.c4-image-blur.hover img, .c4-image-blur:hover img, .c4-image-blur:focus img, :focus > .c4-image-blur img {
  filter: blur(4px);
  transform: scale(1.1); }
.c4-image-rotate-left img {
  transform: scale(1.1) translate(0, 0); }
.c4-image-rotate-left.hover img, .c4-image-rotate-left:hover img, .c4-image-rotate-left:focus img, :focus > .c4-image-rotate-left img {
  transform: scale(1.3) rotate(-15deg); }
.c4-image-rotate-right img {
  transform: scale(1.1) translate(0, 0); }
.c4-image-rotate-right.hover img, .c4-image-rotate-right:hover img, .c4-image-rotate-right:focus img, :focus > .c4-image-rotate-right img {
  transform: scale(1.3) rotate(15deg); }

.c4-delay-100,
.c4-delay-100 > * {
  transition-delay: 100ms; }

.c4-delay-200,
.c4-delay-200 > * {
  transition-delay: 200ms; }

.c4-delay-300,
.c4-delay-300 > * {
  transition-delay: 300ms; }

.c4-delay-400,
.c4-delay-400 > * {
  transition-delay: 400ms; }

.c4-delay-500,
.c4-delay-500 > * {
  transition-delay: 500ms; }

.c4-delay-600,
.c4-delay-600 > * {
  transition-delay: 600ms; }

.c4-delay-700,
.c4-delay-700 > * {
  transition-delay: 700ms; }

.c4-delay-800,
.c4-delay-800 > * {
  transition-delay: 800ms; }

.c4-delay-900,
.c4-delay-900 > * {
  transition-delay: 900ms; }

.c4-delay-1000,
.c4-delay-1000 > * {
  transition-delay: 1000ms; }

[class^='c4-fade'],
[class*=' c4-fade'],
[class^='c4-reveal'],
[class*=' c4-reveal'],
[class^='c4-rotate'],
[class*=' c4-rotate'] {
  display: inline-block; }
  [class^='c4-fade'] > *,
  [class*=' c4-fade'] > *,
  [class^='c4-reveal'] > *,
  [class*=' c4-reveal'] > *,
  [class^='c4-rotate'] > *,
  [class*=' c4-rotate'] > * {
    display: inline-block; }
    [class^='c4-fade'] > *:last-child,
    [class*=' c4-fade'] > *:last-child,
    [class^='c4-reveal'] > *:last-child,
    [class*=' c4-reveal'] > *:last-child,
    [class^='c4-rotate'] > *:last-child,
    [class*=' c4-rotate'] > *:last-child {
      margin-bottom: 0; }

[class^='c4-reveal'],
[class*=' c4-reveal'],
[class^='c4-rotate'],
[class*=' c4-rotate'] {
  overflow: hidden;
  opacity: 1; }

[class^='c4-fade'],
[class*=' c4-fade'] {
  opacity: 0; }

.c4-izmir.hover [class^='c4-fade'],
.c4-izmir.hover [class*=' c4-fade'], .c4-izmir:hover [class^='c4-fade'],
.c4-izmir:hover [class*=' c4-fade'], .c4-izmir:focus [class^='c4-fade'],
.c4-izmir:focus [class*=' c4-fade'], :focus > .c4-izmir [class^='c4-fade'],
:focus > .c4-izmir [class*=' c4-fade'] {
  opacity: 1;
  transform: translate(0); }
.c4-izmir.hover [class^='c4-reveal'],
.c4-izmir.hover [class*=' c4-reveal'],
.c4-izmir.hover [class^='c4-rotate'],
.c4-izmir.hover [class*=' c4-rotate'], .c4-izmir:hover [class^='c4-reveal'],
.c4-izmir:hover [class*=' c4-reveal'],
.c4-izmir:hover [class^='c4-rotate'],
.c4-izmir:hover [class*=' c4-rotate'], .c4-izmir:focus [class^='c4-reveal'],
.c4-izmir:focus [class*=' c4-reveal'],
.c4-izmir:focus [class^='c4-rotate'],
.c4-izmir:focus [class*=' c4-rotate'], :focus > .c4-izmir [class^='c4-reveal'],
:focus > .c4-izmir [class*=' c4-reveal'],
:focus > .c4-izmir [class^='c4-rotate'],
:focus > .c4-izmir [class*=' c4-rotate'] {
  opacity: 1; }
  .c4-izmir.hover [class^='c4-reveal'] > *,
  .c4-izmir.hover [class*=' c4-reveal'] > *,
  .c4-izmir.hover [class^='c4-rotate'] > *,
  .c4-izmir.hover [class*=' c4-rotate'] > *, .c4-izmir:hover [class^='c4-reveal'] > *,
  .c4-izmir:hover [class*=' c4-reveal'] > *,
  .c4-izmir:hover [class^='c4-rotate'] > *,
  .c4-izmir:hover [class*=' c4-rotate'] > *, .c4-izmir:focus [class^='c4-reveal'] > *,
  .c4-izmir:focus [class*=' c4-reveal'] > *,
  .c4-izmir:focus [class^='c4-rotate'] > *,
  .c4-izmir:focus [class*=' c4-rotate'] > *, :focus > .c4-izmir [class^='c4-reveal'] > *,
  :focus > .c4-izmir [class*=' c4-reveal'] > *,
  :focus > .c4-izmir [class^='c4-rotate'] > *,
  :focus > .c4-izmir [class*=' c4-rotate'] > * {
    transform: translate(0) rotate(0deg); }

.c4-fade-up {
  transform: translateY(1.5rem); }
.c4-fade-down {
  transform: translateY(-1.5rem); }
.c4-fade-left {
  transform: translateX(1.5rem); }
.c4-fade-right {
  transform: translateX(-1.5rem); }
.c4-reveal-up > * {
  transform: translateY(100%); }
.c4-reveal-down > * {
  transform: translateY(-100%); }
.c4-reveal-left > * {
  transform: translateX(100%); }
.c4-reveal-right > * {
  transform: translateX(-100%); }
.c4-rotate-up-right > * {
  transform-origin: bottom left;
  transform: rotate(90deg); }
.c4-rotate-up-left > * {
  transform-origin: bottom right;
  transform: rotate(-90deg); }
.c4-rotate-down-right > * {
  transform-origin: top left;
  transform: rotate(-90deg); }
.c4-rotate-down-left > * {
  transform-origin: top right;
  transform: rotate(90deg); }

.c4-gradient-top {
  background-image: linear-gradient(180deg, #00B4DB 0%, #0083B0 100%);
  background-image: linear-gradient(180deg, var(--primary-color) 0%, var(--secondary-color) 100%); }
.c4-gradient-left {
  background-image: linear-gradient(90deg, #00B4DB 0%, #0083B0 100%);
  background-image: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%); }
.c4-gradient-right {
  background-image: linear-gradient(270deg, #00B4DB 0%, #0083B0 100%);
  background-image: linear-gradient(270deg, var(--primary-color) 0%, var(--secondary-color) 100%); }
.c4-gradient-bottom {
  background-image: linear-gradient(0deg, #00B4DB 0%, #0083B0 100%);
  background-image: linear-gradient(0deg, var(--primary-color) 0%, var(--secondary-color) 100%); }
.c4-gradient-top-left {
  background-image: linear-gradient(135deg, #00B4DB 0%, #0083B0 100%);
  background-image: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%); }
.c4-gradient-top-right {
  background-image: linear-gradient(225deg, #00B4DB 0%, #0083B0 100%);
  background-image: linear-gradient(225deg, var(--primary-color) 0%, var(--secondary-color) 100%); }
.c4-gradient-bottom-left {
  background-image: linear-gradient(45deg, #00B4DB 0%, #0083B0 100%);
  background-image: linear-gradient(45deg, var(--primary-color) 0%, var(--secondary-color) 100%); }
.c4-gradient-bottom-right {
  background-image: linear-gradient(315deg, #00B4DB 0%, #0083B0 100%);
  background-image: linear-gradient(315deg, var(--primary-color) 0%, var(--secondary-color) 100%); }

.c4-izmir .c4-layout-top-left {
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left; }
.c4-izmir .c4-layout-top-center {
  justify-content: flex-start; }
.c4-izmir .c4-layout-top-right {
  justify-content: flex-start;
  align-items: flex-end;
  text-align: right; }
.c4-izmir .c4-layout-center-left {
  align-items: flex-start;
  text-align: left; }
.c4-izmir .c4-layout-center-right {
  align-items: flex-end;
  text-align: right; }
.c4-izmir .c4-layout-bottom-left {
  justify-content: flex-end;
  align-items: flex-start;
  text-align: left; }
.c4-izmir .c4-layout-bottom-center {
  justify-content: flex-end; }
.c4-izmir .c4-layout-bottom-right {
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right; }

.c4-izmir {
  background-color: #00B4DB;
  background-color: var(--primary-color); 
}
  .c4-izmir figcaption {
    padding: 2em !impo;
    padding: calc(var(--padding) * 2); }
    .c4-izmir figcaption > * {
      opacity: 0; }
  .c4-izmir.hover > img, .c4-izmir:hover > img, .c4-izmir:focus > img, :focus > .c4-izmir > img {
    opacity: 0.25;
    opacity: var(--image-opacity); }
  .c4-izmir.hover figcaption > *, .c4-izmir:hover figcaption > *, .c4-izmir:focus figcaption > *, :focus > .c4-izmir figcaption > * {
    opacity: 1; }

/*# sourceMappingURL=izmir.css.map */


.infraestrutura{
    display: grid;
    grid-template-columns: 45% 35%;
    justify-content: center;
    background-color: var(--cor-berge);
    padding-top: 50px;
    padding-bottom: 50px;
}

.infra-bottom{
    grid-column: span 2;
    display: grid;
    grid-template-columns: 25% 25% 25%;
    justify-content: center;
    text-transform: uppercase;
    text-align: center;
    color: var(--cor-amarelo);
    font-family: var(--light);
}

.metragem{
    font-family: var(--bold);
    padding-top: 5px;
    font-size: 1.8rem;
}

.title-infra{

}

.item-title{

}

.title-investir{
    font-size: 2rem;
    color: var(--cor-amarelo);
    margin-bottom: 30px;
    font-family: var(--light);
}


.infra-right b{
    font-family: var(--bold);
}

.title-infra{
    font-family: var(--bold);
}

.infra-right{
    color: var(--cor-amarelo);
    padding-left: 30px;
}

.txt-infra{
    margin-bottom: 20px;
    font-family: var(--light);
}

@media only screen and (max-width: 813px) {
    .infra-right {
        font-family: var(--bold);
        order: 1;
    }

    .infra-left{
        order: 2;
    }

    .infraestrutura{
        display: grid;
        grid-template-columns: 80%;
        justify-content: center;
        background-color: var(--cor-berge);
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .infra-bottom{
        grid-column: span 1;
        display: grid;
        grid-template-columns: 100%;
        row-gap: 20px;
        justify-content: center;
        text-transform: uppercase;
        text-align: center;
        color: var(--cor-amarelo);
        order: 3;
    }

    .infra-right {
        color: var(--cor-amarelo);
        padding-left: 0px;
    }
}

.slider{
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
    margin-top: 0px;

}

.slider-container{
    display: grid;
    grid-template-columns: 5% 80%;
    grid-template-rows: auto;

}

.box {
    display: inline-block;
    width: 20px;
    height: 273px;
    font-family: 'k-ext-light';
    color: #476263;
  }

  .box > div {
    text-align: center;
    width: 600px;
    height: 20px;
    transform: rotate(-90deg) translate(-328px, 0);
    transform-origin: 0 0;
    display: grid;
    align-content: center;
    margin-left: -7px;
font-size: 1rem;
  }

  .box .box_text_1{
    padding-top: 1px;
    padding-right: 43px;
  }

  .box .box_text_2{
    background: linear-gradient(90deg, #82734C, #DED4AF, #796640);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #82734C;
    letter-spacing:normal;
    margin-left: 12px;
  }

.network-slide{
    background-color: #003B3A;
    z-index: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
}

.network-slide img{
    margin-top: 20px;
}
.slider .list{
    position: absolute;
    width: 100%;
    height: 70vh;
    left: 0;
    top: 0;
    display: flex;
    transition: 1s;
}

.dots img{
    margin-left: 10%;
}

.banner-texto{
    margin-top: 230px;
}

.slider .list img{
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    object-fit: fill;
}

.dots {
    list-style: none;
    padding: 0;
  }
  
  .animate-image {
    animation: moveUpDown 2s ease-in-out infinite alternate;
  }
  
  @keyframes moveUpDown {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-20px); /* Ajuste a distÃ¢ncia vertical desejada */
    }
  }


.slider .buttons{
    position: absolute;
    top: 45%;
    left: 2%;
    width: 90%;
    display: flex;
    justify-content: space-between;


}
.slider .buttons button{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff5;
    color: #fff;
    border: none;
    font-family: monospace;
    font-weight: bold;
}
.slider .dots{
    position: absolute;
    bottom: 30px;
    right: 90px;
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.slider .dots li{
    list-style: none;
    width: 0px;
    height: 10px;
    background-color: #fff;
    margin: 10px;
    transition: 0.5s;
}
.slider .dots li.active{
    width: 30px;
    background-color: #F2CA80;
}


.text-banner{
    position: absolute;
    top: 280px; 
    left: 15%;
    z-index: 1;


    color: #ffffff;

}

.title-banner{

    text-align: center;
    font-family: 's-medium';
    font-size: 1.8rem;
    text-transform: uppercase;
background-color: rgba(173, 125, 89, 0.6); 

}

.subtitle-banner{
    font-size: 1.2rem;
    font-family: 'k-regular';
}

.descr-banner{
    font-family: 'r-bold';
    font-size: 3rem;

    

}



.container-network{

    margin-top: 300px;
}

.form-int{
    position: absolute;
    right: 132px;
    height: 373px;
    top: 230px;
    background-color: #002E2E;
    
}
.form-int form{
    display: flex;
    flex-direction: column;

}

.form-int label{
    font-family: 's-medium';
    color: var(--cor-amarelo);
    margin-bottom: 2px;
}

.form-int p{
    text-align: center;

    background-color: #AD7D59;
    color: #003B3A;
    font-family: 'k-regular';
    width: 100% !important;
    font-size: 1.3rem;
    font-family: 'b-bold';
    padding-top: 10px;
}

.form-int div{
    display: flex;
}

.form-int input{
    width: 100%;
    border: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: transparent;
    border: 1px solid white;
    border-top: 0;
    color: white;
    padding: 7px;
    margin-bottom: 12px;
}

.form-int input::placeholder{

    color: #002E2E;


}

.email {
    margin-top: 10px;
}

.nome{
    margin-top: 10px;
}




.form-int button{
    background-color: #AD7D59;
    border: 0;
    margin-top: 10px;
    padding: 10px;
    color: #ffffff;
    font-weight: bold;

}
.form-int {
    width: 304px;


}

.form-int form{
    padding-bottom: 20px;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 16px;
}
@media only screen and (max-width: 1143px) {

    .title-banner {
        display: none;
    }
}


@media only screen and (max-width: 782px) {

    .slider {
        width: 100vw;
        max-width: 100vw;
        height: 200px;
        margin: auto;
        position: relative;
        overflow: hidden;
        margin-top: 0px;
    }

    .subtitle-banner{
        display: inline;
        font-size: 0.7rem;


    }

    .network-slide{
        display: none;
    }

    .title-banner {
    font-family: 's-medium';
        font-size: 1rem;
        text-transform: uppercase;
    }

    .subtitle-banner {
        font-size: 1rem;
        font-family: 'k-regular';
    }

    .descr-banner {
        font-family: 'r-bold';
        font-size: 1.5rem;
    }

    .slider .list{
        position: absolute;
        width: 100%;
        height: 200px;
        left: 0;
        top: 0;
        display: flex;
        transition: 1s;
    }
    .slider .list img{
        width: 100vw;
        max-width: 100vw;
        height: 200px;
        object-fit: fill;
    }

    

    .text-banner button{
        background: #FFCB05;
    border: 0px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    padding: 0px;
    padding-left: 15px;
    padding-right: 15px;
    color: #ffffff;
    font-family: 'r-medium';
    margin-top: 20px;
}

.slider .dots li {
    list-style: none;
    width: 10px;
    height: 6px;
    background-color: #fff;
    margin: 10px;
    transition: 0.5s;
}

}

@media only screen and (max-width: 782px) {

    .slider {
        width: 100vw;
        max-width: 100vw;
        height: 150px;
        margin: auto;
        position: relative;
        overflow: hidden;
        margin-top: 0px;
    }

    .slider .dots{
        display: none;
    }

    .slider .list img {
        width: 100vw;
        max-width: 100vw;
        height: 150px;
        object-fit: fill;
    }

    .text-banner {
        position: relative;
        top:230px;
        left: initial;
        z-index: 1;
        font-family: 'r-medium';
        text-align: center;
        color: #ffffff;
    }

    .text-banner{
        display: none;
    }

    .descr-banner {
        font-family: 'r-bold';
        font-size: 1rem;
    }

    .text-banner button{
        background: #FFCB05;
    border: 0px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    padding: 0px;
    padding-left: 15px;
    padding-right: 15px;
    color: #ffffff;
    font-family: 'r-medium';
    margin-top: 12px;
}

.mobile-container img {
    width: 250px;
    height: auto;
    margin-top: -20px;
    margin-left: -30px;
}


.form-int{
    position: relative;
    right: 0px;

    top: 0px;
    background-color: #002E2E;
    margin-top: 33px;
}
.form-int form{
    display: flex;
    flex-direction: column;

}

.form-int p{

    text-align: center;

    background-color: #AD7D59;
    color: #003B3A;
    font-family: 'k-regular';
    width: 100% !important;
}

.form-int div{
    display: flex;
}

.form-int input{
    width: 100%;
    border: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #456162;
    color: #002E2E;


}

.form-int input::placeholder{

    color: #002E2E;


}

.email {
    margin-top: 10px;
}

.nome{
    margin-top: 10px;
}

.form-informativo{
    display: grid;
    grid-template-columns: 100%;
    justify-content: center;
    justify-items: center;
}




.form-int button{
    background-color: #AD7D59;
    border: 0;
    color: #ffffff;
    font-weight: bold;

}
.form-int {
    width: 350px;
        margin-top: 33px !important;

}

.form-int form{
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 14px;
}



}

/* Style the tab */
.tab {
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    column-gap: 20px;

}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 7px 14px;
    transition: 0.3s;
    font-size: 17px;
    border: 1px solid var(--cor-cinza);
    color: var(--cor-cinza);
    letter-spacing: 2px;
}


/* .tab button:hover {
    background-color: var(--cor-amarelo);
    color: var(--cor-cinza) ;
  }
   */
/* Create an active/current tablink class */
.tab button.active {
    border: 1px solid var(--cor-amarelo);
    color: var(--cor-amarelo);

}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    padding-right: 0px;
    border-top: none;
    margin-top: 36px;
}

.tabcontent li {
    list-style: none;
}

.planta {
    display: grid;
    grid-template-columns: 50% 50%;

}

.planta_itens li {
    display: flex;
    column-gap: 8px;
    margin-bottom: 10px;
    align-items: center;
}

.img_planta {
    grid-column: 1 / span 3;
}


.img_planta img {
    width: 100%;
}

.planta .title_planta :nth-child(1) {
    font-family: 'b-regular';
    font-size: 1.5rem;
}

.planta .title_planta :nth-child(2) {
    font-family: 's-regular';
}

.planta .img_planta {
    margin-top: 40px;
}

.planta ul li {
    font-family: 's-regular';
}

.planta .planta_itens ul {
    display: grid;
    grid-template-columns: max-content;
    justify-content: end;
}


.bottom .container {
    display: grid;
    grid-template-columns: 80%;
    justify-content: center;
    margin-top: 69px;
    justify-items: center;
}

.text_implantacao {
    display: grid;
    grid-template-columns: 50% 50%;

}

.list_implantacao li {
    font-family: 's-light';
}

.list_implantacao {
    display: flex;
    justify-content: end;

}

.text_implantacao .title_imp p {
    margin-bottom: 8px;
}

.text_implantacao .title_imp :nth-child(1) {
    font-family: 'b-bold';
    letter-spacing: 2px;
    font-size: 1.5rem;
}

.text_implantacao .title_imp :nth-child(2) {
    font-family: 's-light';
}

.text_implantacao .title_imp :nth-child(3) {
    font-family: 's-light';
}

.list_implantacao li {
    display: flex;
    column-gap: 5px;
    margin-bottom: 10px;

}

.list_options {
    display: flex;
    column-gap: 3%;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.list_options li {
    display: flex;
    align-items: center;
    column-gap: 5px;
    row-gap: 10px;
    margin-bottom: 10px;

}

@media only screen and (max-width: 782px) {

    .tab {
        overflow: hidden;
        display: flex;
        justify-content: flex-end;
        column-gap: 0px;
        margin-top: 50px;
        flex-direction: column;
    }

    .planta {
        display: flex;
        grid-template-columns: 80%;
        flex-direction: column;
    }

    .img_planta {
        grid-column: 1 / span 2;
    }

    .planta .planta_itens ul {
        display: grid;
        grid-template-columns: max-content;
        justify-content: start;
    }

    .text_implantacao {
        display: grid;
        grid-template-columns: 100%;
    }

    .bottom .container {
        display: grid;
        grid-template-columns: 100%;
        justify-content: start;
        margin-top: 50px;
    }

    .list_implantacao {
        display: flex;
        justify-content: start;
    }

    .list_options {
        display: flex;
        column-gap: 3%;
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 20px;
        flex-direction: column;
    }

}

.opcao-lazer {
    display: grid;
    grid-template-columns: 100%;
    justify-content: center;
    /* background-image: url('../image/lazer/background-cinza.png'); */
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-color: white;
    padding-top: 50px;
    padding-bottom: 50px;
}

.title-opcao-lazer {
    color: #B1B3B6;


}

.opcao-lazer .title{
    font-family: 'b-bold';
    color: red;
}

.opcao-lazer .subtitle{
    color: var(--cor-preto);
}

.text-lazer {
    display: grid;
    flex-direction: 60%;
    margin-top: 10px;
    column-gap: 3%;
    text-align: center;
}

.title-lazer {

    font-family: 'b-bold';
    color: #c3b07d;
    font-size: 2rem;
}

.opcao-lazer .subtitle p {
    color: var(--cor-preto);
    font-family: 's-italic';
    margin-bottom: 10px;
}

.text-lazer ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #16263E;
}

.subtitle-lazer {
    color: var(--cor-preto);
    font-family: var(--light);
    font-size: 1.3rem;
    padding: 20px;
}

.text-lazer li {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.text-lazer img {
    margin-right: 10px;
}

.gallery-espaco {
    width: 100% !important;
    margin-top: 50px;
}

.text-lista-localizacao {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #636466;
}

.list-loc {
    display: flex;
    justify-content: center;
    text-align: start;
    color: #636466;
}

.list-loc li {
    list-style: none;
}

.list-loc ul {
    margin-left: 50px;
}

iframe {
    width: 100%;
}



@media only screen and (max-width: 782px) {
    .text-lazer {
        display: flex;
        /* grid-template-columns: 25% 25% 25% 25%; */
        margin-top: 10px;
        flex-direction: column;
    }

    .opcao-lazer {
        display: grid;
        grid-template-columns: 90%;
        justify-content: center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .gallery-espaco {
        width: 100% !important;
        margin-top: 0px;
    }

    

    .title-lazer {

        font-size: 1.5rem !important;
    }




}

footer {
    background-image: url('../image/footer/background-footer.png');
    background-size: 100% 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.dados-contato {
    display: grid;
    grid-template-columns: max-content max-content max-content;
    justify-content: center;
    column-gap: 5%;

}

.text_title_contato{
font-size: 1.5rem;
}

footer ul {
    list-style: none;
}

footer li {
    display: flex;
    padding-right: 2px;
    align-items: center;
}

.formulario-contato {
    display: flex;
    flex-direction: column;
    align-items: flex-end;

}

.formulario-contato input {
    background-color: rgba(131, 147, 149, 0.3);
    border: 0;
    color: white;
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.formulario-contato textarea {
    background-color: rgba(131, 147, 149, 0.3);
    width: 100%;
    height: 100px;
}

.formulario-contato input::placeholder {
    color: white;
}

.formulario-contato button {
    background-color: #AD7D59;
    border: 0;
    color: white;
    padding: 10px;
    margin-top: 10px;
    font-family: 's-regular';
}

.link_regulamento{
text-decoration:none;
color:white;
}

.botao_regulamento{
    background-color: #AD7D59;
    border: 0;
    color: white;
    padding: 10px;
    margin-top: 10px;
    font-family: 's-regular';
}

.dados-terrazzo-patacho li img {
    margin-right: 5px;
}

.dados-terrazzo-patacho li {
    margin-bottom: 10px;
}


.dados-terrazzo li {
    margin-bottom: 10px;
}

.dados-terrazzo li img {
    margin-right: 5px;
}

.dados-terrazzo p {
    display: flex;
}

.dados-terrazzo-patacho p {
    display: flex;
}

.img-terrazzo-footer {
    margin-bottom: 20px;
}


@media only screen and (max-width: 782px) {

    .dados-contato {
        display: grid;
        grid-template-columns: 80%;
        justify-content: center;
        font-size: 0.8rem;
        margin-top: 10px;
    }

    .img-wp-footer {
        width: 200px;
    }

    .img-terrazzo-footer {
        width: 200px;
    }



    .dados-terrazzo img {
        margin-bottom: 10px;
    }

    .dados-terrazzo{
        margin-top: 30px;
    }

}

/* ===== AJUSTES SUBMENU TOUR VIRTUAL ===== */
nav ul.menu {
    overflow: visible;
}

nav ul.menu > li {
    position: relative;
    overflow: visible;
}

nav ul.menu > li.has-submenu {
    padding-bottom: 18px;
    margin-bottom: -18px;
}

nav ul.menu > li.has-submenu > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

nav ul.menu > li.has-submenu > a::after {
    content: "▾";
    font-size: 10px;
    line-height: 1;
    color: #f2ca80;
    position: relative;
    top: 1px;
}

nav ul.menu > li.has-submenu > .submenu {
    position: absolute;
    top: calc(100% - 6px);
    left: 0;
    min-width: 250px;
    padding: 14px 0;
    margin: 0;
    background: #004c4c;
    border-radius: 0 0 14px 14px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    z-index: 9999;
}

nav ul.menu > li.has-submenu:hover > .submenu,
nav ul.menu > li.has-submenu:focus-within > .submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

nav ul.menu > li.has-submenu > .submenu li {
    width: 100%;
    padding: 0;
    margin: 0;
}

nav ul.menu > li.has-submenu > .submenu li a {
    display: block;
    width: 100%;
    padding: 14px 20px;
    font-size: 1rem;
    line-height: 1.2;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
}

nav ul.menu > li.has-submenu > .submenu li a:hover {
    background: rgba(242, 202, 128, 0.14);
    color: #f2ca80;
}

/* ===== AJUSTES SUBMENU MOBILE / MENU LATERAL ===== */
.side-bar {
    z-index: 99999;
}

.side-bar .menu-item .item.has-submenu-mobile > a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.side-bar .menu-item .item.has-submenu-mobile > a::after {
    content: "▾";
    font-size: 12px;
    line-height: 1;
    color: #f2ca80;
}

.side-bar .submenu-mobile {
    display: none;
    background: rgba(255, 255, 255, 0.04);
    padding: 6px 0 10px;
}

.side-bar .submenu-mobile.open {
    display: block;
}

.side-bar .submenu-mobile .subitem a {
    padding: 8px 30px;
    line-height: 1.4;
    font-size: 0.92rem;
}

@media only screen and (max-width: 782px) {
    .menu-t-btn {
        position: fixed;
        top: 18px;
        right: 18px;
        z-index: 100000;
    }

    .menu-t-btn svg {
        width: 38px;
        height: 38px;
        display: block;
    }

    .side-bar {
        width: 290px;
        right: -290px;
        box-shadow: -10px 0 25px rgba(0, 0, 0, 0.28);
    }

    .side-bar.active {
        right: 0;
    }

    .side-bar .menu-item {
        margin-top: 96px;
        padding-bottom: 24px;
    }

    .side-bar .menu-item .item a {
        line-height: 1.4;
        padding-top: 14px;
        padding-bottom: 14px;
    }
}
