/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/
@import url('./reset.css');
@import url('./fonts.css');

body, html{
    font-family: Effra;
    color: #838383;
}
header {
    background: #ededed;
    padding: 60px 0 20px 0;
}
.navfixed {
    position: fixed;
    top: -150px;
    background: #ededed;
    transition: 0.3s ease;
    width: 100%;
    align-items: center;
    z-index: 999;
    opacity: 0;
    border-bottom: 1px #e0e0e0 solid;
}
.navfixed-show {
    opacity: 1!important;
    top: 0px!important;
}
.navbar-brand img {
    max-width: 150px;
}
.navbar-toggler {
    color: #3e490e;
}
.nav-link {
    color: #3d490d;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 10px;
}
.social-icons .nav-link {
    margin: 0;
}
.nav-link:hover {
    color: #3d490d;
    font-size: 16px;
    text-transform: uppercase;
}
.active .nav-link {
    border: 2px #3e490e solid;
    border-radius: 50px;
    padding: 5px 15px!important;
    display: inline-block;
}
.social-icons i {
    background-color: #3d490d;
    padding: 8px;
    color: #fff;
    border-radius: 30px;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    margin: 0;
    padding: 5px 10px 0px 10px;
    border-radius: 50px;
    box-shadow: 3px 4px 6px #00000091;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #3d490d;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #819604;
}

#video {
    background-color: #ededed;
    position: relative;
    padding: 250px 0;
}
#video .element {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
#video iframe {
    width: 100%;
    height: 60vh;
    border-radius: 30px;
}
#video-image {
    width: calc(100% - 30px);
    height: 60vh;
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    cursor: pointer;
}
#integrado {
    background: url(../img/bg-01.jpg);
    background-size: cover;
    background-position: bottom;
    height: 100vh;
    padding-top: 150px;
}
#integrado h2 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
}
#integrado h2 span {
    font-size: 3rem;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    display: block;
}
#texto-um {
    position: relative;
    background-color: #3d490d;
}
.img-texto {
    background: url(../img/img-01.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 48vw;
}
#texto-um p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #fff;
    font-size: 20px;
    text-align: justify;
}
#texto-um .col-lg-6 {
    padding-top: 100px;
    padding-bottom: 100px;
}
#texto-um .element {
    position: absolute;
    top: -450px;
    right: 10%;
    max-width: 350px;
    z-index: 9;
}
#equipe {
    background-color: #fff;
    padding: 150px 0;
}
#equipe h2 {
    font-size: 3rem;
    font-weight: 500;
    color: #3d490d;
    text-transform: uppercase;
    display: block;
}
#equipe p {
    font-size: 1.5rem;
    color: #3d490d;
}
.box-equipe {
    margin: 75px auto 50px auto;
    max-width: 350px;
}
.box-equipe img {
    width: 100%;
    border-radius: 30px;
}
.box-equipe h3 {
    font-size: 1.5rem;
    color: #3d490d;
}
.box-equipe h4 {
    font-size: 1rem;
    color: #3d490d;
}
.box-equipe .text-content {
    max-width: 250px;
    margin-top: 20px;
}

#planta {
    position: relative;
}
.box-lojas {
    position: absolute;
    top: 25px;
    left: 5%;
}
.item-lojas {
    display: flex;
    gap: 15px;
    margin: 75px 0;
}
.item-lojas img {
    max-width: 20px;
    margin-top: -45px;
}
.item-lojas h4 {
    color: #263320;
    font-size: 18px;
}
.item-lojas h4 strong {
    font-weight: 700;
    display: block;
    font-size: 25px;
}
.item-lojas hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid rgba(38, 51, 33, 0.20);
    width: 490px;
}
.item-lojas p {
    color: #263320;
    max-width: 325px;
    margin: 0;
}
.btn-zoom {
    display: inline-block;
    position: absolute;
    top: 105px;
    right: 10%;
}
.btn-zoom img {
    max-width: 25px;
}
.icons-planta {
    position: absolute;
    bottom: 30px;
    right: 10%;
    z-index: 9;
}
.item-icons {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px;
}
.item-icons img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}
.espaco-modular {
    position: absolute;
    bottom: 45px;
    right: 20%;
    display: flex;
    align-items: center;
    text-align: right;
    gap: 25px;
    z-index: 9;
}
.espaco-modular h4 {
    font-size: 17px;
    text-transform: uppercase;
    color: #263321;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 4px;
}
.espaco-modular p {
    margin-top: 0;
    margin-bottom: 0;
    color: #263321;
    font-size: 14px;
    max-width: 250px;
    line-height: 16px;
}
.espaco-modular img {
    max-width: 100px;
}
#visao-aerea {
    position: relative;
    margin-top: -100px;
}
.box-visao-info {
    position: absolute;
    left: 15%;
    bottom: 100px;
    max-width: 260px;
}
.box-visao-info h6 {
    font-size: 1rem;
    color: #fff;
    font-weight: 700;
}
.box-visao-info h4 {
    font-size: 1.5rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
}
.box-visao-info p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    line-height: 1.1;
}

#ficha {
    background: #263320;
    position: relative;
    padding: 100px 0;
}
.badge-ficha {
    color: #263320;
    background: #fff;
    padding: 15px 25px;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 25px;
    border-radius: 50px;
}
.box-icon-ficha {
    display: flex;
    gap: 20px;
    margin: 35px 0;
}
.box-icon-ficha img {
    max-width: 50px;
    max-height: 50px;
    object-fit: contain;
}
.box-icon-ficha h3 {
    font-size: 15px;
    color: #fff;
    font-weight: 300;
}
.box-icon-ficha h6 {
    font-size: 23px;
    color: #fff;
}
.bandeira{
    position: absolute;
    bottom: 0;
    max-width: 250px;
    right: 15%;
}
.badge-previsao {
    color: #fff;
    text-transform: uppercase;
    border: 2px #fff solid;
    padding: 14px 25px;
    display: inline-block;
    border-radius: 50px;
}
#coracao {
    position: relative;
}
#coracao h2 {
    font-size: 4rem;
    position: absolute;
    font-weight: 400;
    top: 22.5vw;
    left: 50%;
    transform: translateX(-50%);
    background-image: linear-gradient(to bottom, #3f4b12 35%, #868e76);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    text-align: center;
}

#oportunidade {
    position: relative;
    background: linear-gradient(to right, #282e0f 50%, #3d490d 50%);
    display: flex;
    align-items: center;
}
.box-text-left {
    flex: 0 0 50%;
    padding: 50px 50px 50px 10vw;
}
.box-text-right {
}
.box-text-left h4 {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
}
.box-text-left h2 {
    font-size: 2.5rem;
    color: #fff;
    text-transform: uppercase;
}
.box-text-left p {
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: justify;
    color: #fff;
}
.box-border{
    padding: 55px;
    border: 2px #fff solid;
    max-width: 450px;
    border-radius: 35px;
    margin: 60px;
}
.box-border h2 {
    font-size: 2rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 60px;
}
.box-border p {
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
}
.box-border a {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    display: inline-block;
    font-size: 12px;
    text-align: center;
}
#oportunidade  .text-content{
    margin: 25px 0;
}
#oportunidade  .text-content h3 {
    font-size: 2rem;
    color: #fff;
    font-weight: 700;
    margin: 0;
}
#sociodemografica {
    padding: 150px 0;
    background: linear-gradient(#f7f7f7 80%, #eeeeee 80%, #eeeeee 90%, #e8e8e8 90%);
}
#sociodemografica h6 {
    font-size: 1rem;
    color: #3d490d;
    font-weight: 700;
}
#sociodemografica h4 {
    font-size: 2.5rem;
    color: #3d490d;
    text-transform: uppercase;
    max-width: 325px;
    font-weight: 400;
}
.img-element {
    position: absolute;
    top: -35px;
    left: 200px;
    width: 200px;
}
.img-bag {
    max-width: 450px;
    margin-bottom: -107px;
}
#infos-sociodemografica {
    padding: 50px 0 90px 0;
    background: #e8e8e8;
}
.box-infos-sociodemografica {
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.box-infos-sociodemografica img {
    max-width: 110px;
    padding: 15px;
}
.box-infos-sociodemografica .text-content h6 {
    color: #3e4a0f;
    font-size: 22px;
}
.box-infos-sociodemografica .text-content h6 strong {
    font-weight: 800;
    display: block;
}
.box-infos-sociodemografica .text-content img.icon-person {
    max-width: 18px;
    padding: 0;
}
#infos-sociodemografica .col-lg-5:nth-child(1) {
    border-right: 3px #3e4a1020 solid;
}
#aproveite {
    background: #f6f6f6;
}
#aproveite h2 {
    font-size: 2.5rem;
    color: #3d490d;
    text-transform: uppercase;
}
#aproveite p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #3d490d;
}
a.btn-solid-green {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    background: #829e49;
    padding: 8px 16px;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}
a.btn-solid-green:hover {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    background: #789341;
    padding: 8px 16px;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
}
#aproveite .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: center;
}

#book {
    background: #3d490d;
    padding: 50px 0;
}
.btn-solid-white {
    background-color: #f7f7f7;
    display: inline-block;
    white-space: nowrap;
    padding: 5px;
    width: 170px;
    text-align: center;
    border-radius: 27px;
    color: #3e490e;
    font-weight: 700;
}
.btn-solid-white:hover {
    color: #3e490e;
}
.btn-solid-white img {
    max-width: 35px;
    margin-left: -5px;
}
#book h5 {
    font-size: 1.25rem;
    display: inline-block;
    color: #fff;
    font-weight: 600;
}

footer {
    padding: 30px 0;
}
footer p {
    color: #3d490d;
    font-size: 12px;
    margin: 0;
}
footer .row {
    align-items: center;
}

  .btn-whatsapp {
    color: #ffffff;
    background: linear-gradient(45deg, #5fef6f, #30c348);
    padding: 13px 15px 0px 15px;
    font-size: 40px;
    position: fixed;
    right: -155px;
    bottom: 20px;
    border-radius: 20px 0px 0px 20px;
    transition: ease-in-out 0.3s;
    z-index: 1;
  }
  .btn-whatsapp:hover {
    color: #ffffff;
    background: linear-gradient(45deg, #5fef6f, #30c348);
    font-size: 40px;
    position: fixed;
    right: 0;
    bottom: 20px;
    border-radius: 20px 0px 0px 20px;
  }
  .btn-whatsapp .row {
    flex-direction: row-reverse;
  }
  .btn-whatsapp p {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.2;
  }
  .btn-whatsapp p strong {
    display: block;
    font-size: 16px;
  }
  .btn-whatsapp i {
    position: relative;
    top: -5px;
  }

@media (min-width: 1440px) {
    #video-image {
        width: calc(100% - 30px);
        height: 50vh;
        border-radius: 30px;
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px;
        cursor: pointer;
    }
    #video iframe {
        width: 100%;
        height: 50vh;
        border-radius: 30px;
    }
}
@media (max-width: 1440px) {
    .bandeira {
        position: absolute;
        bottom: 0;
        max-width: 240px;
        right: 10%;
    }
    .box-lojas {
        position: absolute;
        top: 0px;
        left: 5%;
    }
    .icons-planta {
        position: absolute;
        bottom: 0px;
        right: 8%;
        z-index: 9;
    }
}
@media (max-width: 1024px) {
    #texto-um .element {
        position: absolute;
        top: -300px;
        right: 10%;
        max-width: 250px;
        z-index: 9;
    }
    .item-lojas hr {
        margin-top: 0px;
        margin-bottom: 7px;
        border: 0;
        border-top: 1px solid rgba(38, 51, 33, 0.20);
        width: 300px;
        margin-left: 0;
    }
    .box-lojas {
        position: absolute;
        top: 25px;
        left: 1%;
    }
    .item-lojas h4 {
        color: #263320;
        font-size: 14px;
    }
    .item-lojas h4 strong {
        font-weight: 700;
        display: block;
        font-size: 18px;
    }
    .item-lojas p {
        color: #263320;
        max-width: 250px;
        margin: 0;
        font-size: 14px;
        line-height: 1.2;
    }
    .item-lojas {
        display: flex;
        gap: 15px;
        margin: 30px 0;
    }
    .espaco-modular {
        position: absolute;
        bottom: 35px;
        right: 18%;
        display: flex;
        align-items: center;
        text-align: right;
        gap: 25px;
        z-index: 9;
    }
    .espaco-modular img {
        max-width: 60px;
    }
    .espaco-modular h4 {
        font-size: 12px;
        text-transform: uppercase;
        color: #263321;
        font-weight: 700;
        margin-top: 10px;
        margin-bottom: 0;
    }
    .espaco-modular p {
        margin-top: 0;
        margin-bottom: 0;
        color: #263321;
        font-size: 12px;
        max-width: 200px;
        line-height: 13px;
    }
    .btn-zoom {
        display: inline-block;
        position: absolute;
        top: 50px;
        right: 8%;
    }
    .item-icons {
        width: 25px;
        height: 35px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 9px;
    }
    .icons-planta {
        position: absolute;
        bottom: 30px;
        right: 2%;
        z-index: 9;
        max-width: 100px;
    }
    .box-visao-info {
        position: absolute;
        left: 5%;
        bottom: 80px;
        max-width: 260px;
    }
    .bandeira {
        position: absolute;
        bottom: 0;
        max-width: 180px;
        right: 2%;
    }
}
@media (max-width: 850px) {
    .navbar-nav.social-icons {
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: center;
    }
    .navbar-nav.social-icons li{
        padding: 5px;
    }
    .navbar-collapse {
        text-align: center;
        margin-top: 30px;
    }
    #video iframe {
        width: 100%;
        height: 450px;
        border-radius: 30px;
    }
    #video-image {
        width: calc(100% - 30px);
        height: 450px;
        border-radius: 30px;
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px;
        cursor: pointer;
    }
    #integrado {
        background: url(../img/bg-01.jpg);
        background-size: cover;
        background-position: left bottom;
        height: 950px;
        padding-top: 150px;
    }
    #integrado h2 {
        font-size: 1.5rem;
        font-weight: 400;
        color: #fff;
        padding: 0 30px;
    }
    .img-texto {
        background: url(../img/img-01.jpg);
        background-size: cover;
        background-position: center;
        position: relative;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 350px;
    }
    #texto-um .element {
        position: absolute;
        top: -350px;
        right: 10%;
        max-width: 250px;
        z-index: 9;
    }
    #equipe .text-right {
        text-align: left!important;
    }
    .box-lojas {
        position: relative;
        top: 0px;
        left: 25px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .item-lojas {
        display: flex;
        gap: 15px;
        margin: 30px 0;
        flex: 0 0 50%;
    }
    .espaco-modular {
        display: none;
    }
    .icons-planta {
        display: none;
    }
    .btn-zoom {
        bottom: 30px;
        z-index: 9;
        top: auto;
    }
    .bg-planta {
        max-width: 130%;
        margin-left: -30%;
    }
    .box-visao-info {
        position: absolute;
        left: 2%;
        bottom: 70px;
        max-width: 325px;
        background: #263122b5;
        padding: 30px;
        border-radius: 12px;
    }
    #ficha .text-center {
        text-align: left!important;
    }
    .bandeira {
        position: absolute;
        bottom: 0;
        max-width: 250px;
        right: 5%;
    }
    #coracao h2 {
        top: 18.5vw;
    }
    #oportunidade {
        position: relative;
        background: linear-gradient(to right, #282e0f 50%, #282e0f 50%);
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    #aproveite {
        background: #f6f6f6;
        padding: 10%;
    }
    #book h5 {
        font-size: 1.25rem;
        display: inline-block;
        color: #fff;
        font-weight: 600;
        margin-bottom: 1.5rem;
    }
    footer {
        padding: 30px 20px;
        text-align: center;
    }
    footer .img-fluid {
        max-width: 300px;
        height: auto;
        margin-bottom: 15px;
    }
}
@media (max-width: 425px) {
    .owl-theme .owl-nav.disabled+.owl-dots {
        background: #fff;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 15px;
        margin: 0;
        padding: 3px 3px 0px 3px;
        border-radius: 50px;
        box-shadow: 3px 4px 6px #00000091;
    }
    #video .col-lg-8 {
        max-width: 300px;
        margin: 0 auto;
    }
    #video-image {
        width: calc(100% - 30px);
        height: 180px;
        border-radius: 10px;
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px;
        cursor: pointer;
    }
    #video iframe {
        width: 100%;
        height: 180px;
        border-radius: 10px;
    }
    #video {
        background-color: #ededed;
        position: relative;
        padding: 150px 0;
    }
    #equipe h2 {
        font-size: 2rem;
        font-weight: 500;
        color: #3d490d;
        text-transform: uppercase;
        display: block;
    }
    .box-visao-info {
        display: none;
    }
    #visao-aerea {
        position: relative;
        margin-top: -50px;
    }
    .badge-ficha {
        color: #263320;
        background: #fff;
        padding: 12px 22px;
        position: absolute;
        top: -27px;
        left: 50%;
        transform: translateX(-50%);
        text-transform: uppercase;
        font-weight: 600;
        font-size: 20px;
        border-radius: 50px;
        width: 100%;
        text-align: center;
        max-width: 271px;
    }
    .bandeira {
        position: absolute;
        bottom: 0;
        max-width: 250px;
        right: 5%;
        display: none;
    }
    #coracao h2 {
        top: 18.5vw;
        font-size: 1.5rem;
        font-weight: 500;
    }
    #ficha .text-center {
        text-align: center!important;
    }
    .img-bag {
        max-width: 450px;
        margin-bottom: -107px;
        margin-top: 70px;
    }
    #aproveite h2 {
        font-size: 2rem;
        color: #3d490d;
        text-transform: uppercase;
    }
    .box-text-left h2 {
        font-size: 1.5rem;
        color: #fff;
        text-transform: uppercase;
    }
    .badge-previsao {
        color: #fff;
        text-transform: uppercase;
        border: 2px #fff solid;
        padding: 14px 25px;
        display: inline-block;
        border-radius: 50px;
        font-size: 13px;
    }
}
@media (max-width: 376px) {}