* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    max-width: 100%;
}
  
.header-nav {
    background-color: #a1c517;
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.header-content-left {
    margin-left: 15%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.header-content-right {
    margin-right: 15%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.menu-item {
    background-color: #a1c517;
    width: 99px;
    height: 108px;
    text-align: center;
    color: rgb(249, 245, 244);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 300;
}

.menu-item.active {
    background-color: rgb(137, 168, 18);
}

.menu-item:hover {
    background-color: rgb(137, 168, 18);
}

.banner-img {
    width: 100%;
    height: 545px;
    background-repeat: no-repeat;
    margin-top: -3px;
    background-image: url('../img/banner.png');
    background-position: center;
    position: relative;
    background-size: cover;
}

.imagens-content {
    width: 100%;
    height: 545px;
    padding-top: 40px;
    background-color: #FFF;
    text-align: center;
}

.span-textos {
    font-size: 38px;
    font-family: "Roboto";
    color: rgb(1, 72, 152);
    text-transform: uppercase;
    line-height: 1.014;
    text-align: center;
    -moz-transform: matrix( 2.32683336367965,0,0,2.3743197588568,0,0);
    -webkit-transform: matrix( 2.32683336367965,0,0,2.3743197588568,0,0);
    -ms-transform: matrix( 2.32683336367965,0,0,2.3743197588568,0,0);
}

.formulario {
    background-color: rgb(161, 197, 23);
    position: relative;
    width: 100%;
    height: 592px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-formulario {
    font-size: 24px;
    font-weight: 600;
    font-family: "Roboto";
    color: rgb(255, 192, 0);
    line-height: 1.2;
    text-align: left;
    -moz-transform: scale(0.98, 1);
    -webkit-transform: scale(0.98, 1);
    -ms-transform: scale(0.98, 1);
    position: relative;
    width: 450.52px;
}

.form-subtitle {
    font-size: 20px;
    font-weight: 400;
    font-family: "Roboto";
    color: #FFF;
    line-height: 1.2;
    text-align: left;
    -moz-transform: scale(0.98, 1);
    -webkit-transform: scale(0.98, 1);
    -ms-transform: scale(0.98, 1);
    position: relative;
    width: 450.52px;
}

.label-form {
    font-size: 16px;
    font-weight: 300;
    font-family: "Roboto";
    color: #FFF;
}

.form-texto {
    font-size: 18px;
    font-weight: 300;
    font-family: "Roboto";
    color: #FFF;
    line-height: 1.2;
    text-align: left;
    -moz-transform: scale(0.98, 1);
    -webkit-transform: scale(0.98, 1);
    -ms-transform: scale(0.98, 1);
    position: relative;
    width: 450.52px;
}

.form-title {
    font-size: 24px;
    font-family: "Roboto";
    color: rgb(255, 254, 254);
    letter-spacing: 0.25em;
    line-height: 0.563;
    text-align: center;
    -moz-transform: scale(0.98, 1);
    -webkit-transform: scale(0.98, 1);
    -ms-transform: scale(0.98, 1);
    position: relative;
    width: 100%;
    height: 31px;
}

.btn-enviar {
    border-radius: 4px;
    border: none;
    background-color: rgb(1, 72, 152);
    position: relative;
    width: 160px;
    height: 63px;
    color: #FFF;
    font-size: 24px;
    font-weight: 300;
    float: right;
    cursor: pointer;
}
  

.input-text {
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    position: relative;
    width: 95%;
    height: 40px;
    margin-bottom: 10px;
    border: 1px solid white;
    padding: 6px;
    padding-left: 12px;
    color: #615c5c;
    font-size: 16px;
}

.input-text-mini {
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    position: relative;
    width: 80px;
    height: 30px;
    margin-bottom: 10px;
    border: 1px solid white;
    padding: 6px;
    padding-left: 12px;
    color: #615c5c;
    font-size: 16px;
}

.radio-buttons {
    color: #FFF;
    font-size: 18px;
    font-weight: 300;
}

.form-options {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-options-items {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    height: 130px;
}

::placeholder {
    color: #9a9a9a;
}
  
  

.textos-formulario {
    width: 30%;
    height: 375px;
}

.badges-casa {
    background-color: rgb(82, 82, 82);
    position: relative;
    width: 70%;
    height: 471px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.badges-casa-content {
    background-color: rgb(82, 82, 82);
    position: relative;
    width: 100%;
    height: 471px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.videos-content {
    width: 100%;
    height: 600px;
    padding-top: 40px;
    background-color: #FFF;
    text-align: center;
}

.localizacao-content {
    width: 100%;
    height: 1038px;
    padding-top: 40px;
    background-color: #FFF;
    text-align: center;
}

.texto-localizacao {
    font-size: 27px;
    font-family: "Roboto";
    color: rgb(137, 137, 137);
    text-transform: uppercase;
    line-height: 1.101;
    text-align: center;
    -moz-transform: scale(0.98, 1);
    -webkit-transform: scale(0.98, 1);
    -ms-transform: scale(0.98, 1);
    position: relative;
    width: 80%;
    height: 48.73px;
}  

.plantas-section {
    background-color:#91c737;
    position: relative;
    width: 100%;
    height: 989px;
    padding-top: 40px;
    text-align: center;
}
  
.span-textos-branco {
    font-size: 32px;
    font-family: "Roboto";
    color: rgb(254, 254, 254);
    text-transform: uppercase;
    line-height: 1.014;
    text-align: center;
    -moz-transform: matrix( 2.32683336367965,0,0,2.3743197588568,0,0);
    -webkit-transform: matrix( 2.32683336367965,0,0,2.3743197588568,0,0);
    -ms-transform: matrix( 2.32683336367965,0,0,2.3743197588568,0,0);
}

.acabamentos-section {
    background-color: rgb(82, 82, 82);
    position: relative;
    width: 100%;
    height: 500px;
    padding-top: 40px;
    text-align: center;
}
  
.rodape-logo {
    background-color: #014898;
    position: relative;
    width: 100%;
    height: 227px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rodape-text-div {
    background-color: #a1c517;
    position: relative;
    width: 100%;
    height: 120px;
    text-align: center;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

.rodape-texto {
    font-size: 16.486px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    text-align: center;
    -moz-transform: scale(0.98, 1);
    -webkit-transform: scale(0.98, 1);
    -ms-transform: scale(0.98, 1);
    position: relative;
    width: 951.752px;
}

.pdt-80 {
    padding-top: 80px;
}

.gallery {
    background: #FFF;
    width: 70%;
    margin: 0 auto;
}

.gallery-cell {
    height: 310px;
    margin-right: 32px;
    background: #8C8;
    counter-increment: gallery-cell;
    width: 50%;
}

.flickity-button-icon {
    color: #ffc000;
}
.dot.is-selected {
    background: #ffc000 !important;
}

.texto-plantas {
    margin: 0 auto;
    font-size: 29.49px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: left;
    -moz-transform: scale(0.98, 1);
    -webkit-transform: scale(0.98, 1);
    -ms-transform: scale(0.98, 1);
    position: relative;
    width: 754.192px;
    height: 276.715px;
    z-index: 46;
}
  
.texto-acabamento {
    font-size: 20px;
    display: inline-block;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    line-height: 1.76;
    text-align: left;
    -moz-transform: scale(0.98, 1);
    -webkit-transform: scale(0.98, 1);
    -ms-transform: scale(0.98, 1);
    position: relative;
    width: 450px;
    z-index: 40;
}

.btn-google {
    border: 1px solid #FFF;
    border-radius: 10px;
    background-color: rgb(251, 193, 29);
    position: relative;
    width: 192px;
    height: 55px;
    text-decoration: none;
    padding: 12px 18px 12px 18px;
    color: #FFF;
    font-size: 20px;
    font-family: "Roboto";
    text-transform: uppercase;
}

.btn-waze {
    border: 1px solid #FFF;
    border-radius: 10px;
    background-color: #004da3;
    position: relative;
    width: 192px;
    height: 55px;
    text-decoration: none;
    padding: 12px 18px 12px 18px;
    color: #FFF;
    font-size: 20px;
    font-family: "Roboto";
    text-transform: uppercase;
}
  
.mapa-image {
    background-color: rgb(255, 192, 0);
    position: relative;
    width: 80%;
    height: 790px;
    margin: 0 auto;
}

.localizacao-items {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}

.localizacao-texto {
    font-size: 22px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 40px;
    text-align: left;
    -moz-transform: matrix( 0.84014576218976,0,0,0.85729159407118,0,0);
    -webkit-transform: matrix( 0.84014576218976,0,0,0.85729159407118,0,0);
    -ms-transform: matrix( 0.84014576218976,0,0,0.85729159407118,0,0);
    position: relative;
    width: 523.089px;
    height: 184.84px;
}

a.icon {
    display: none;
}

@media screen and (max-width: 800px) {
    .header-nav a {display: none;}
    .header-nav a.icon {
        float: right;
        display: block;
        color: #FFF;
        margin-right: 30px;
        font-size: 22px;
    }
    .header-nav .header-logo {
        display: block;
    }
    .menu-item {
        width: 100%;
    }
    .badges-casa-content {
        height: 900px;
    }
    .badges-casa {
        flex-direction: column;
        height: 900px;
    }

    .rodape-text-div {
        height: 250px;
    }

    .header-content-left {
        margin-left: 0;
    }
    .formulario {
        flex-direction: column;
        height: 900px;
    }
    .textos-formulario {
        width: 100%;
        text-align: center;
    }
    .acabamentos-section {
        height: 850px;
    }
    .localizacao-items {
        flex-direction: column;
    }
    .localizacao-content {
        height: 1090px;
    }
}

.iframe-video {
    width: 60%;
    height: 450px;
}

.mapa-imagem-element {
    max-height: 550px;
}

@media screen and (max-width: 900px) {
    .banner-img {
        width: 100%;
        background-image: url('../img/banner-computador.jpg');
    }
    .acabamentos-section {
        height: 850px;
    }
    .gallery {
        width: 90%;
    }
    .gallery-cell {
        width: 60%;
    }
}
.mobile-menu {
    display: none;
}

@media screen and (max-width: 765px) {
    .banner-img {
        width: 100%;
        background-image: url('../img/banner-tablet.jpg');
    }
}

@media screen and (max-width: 600px) {
    .topbar.responsive {position: relative;}
    .topbar.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topbar.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    .iframe-video {
        width: 90%;
        height: 450px;
    }
    .plantas-section {
        height: 1050px;
    }

    .gallery-cell {
        width: 90%;
    }
}


@media screen and (max-width: 525px) {
    .banner-img {
        width: 100%;
        background-image: url('../img/banner-cel.jpg');
    }
}

@media screen and (max-width: 395px) {
    .banner-img {
        width: 100%;
        background-image: url('../img/banner-cel2.jpg');
    }
}


@media screen and (max-width: 360px) {
    .banner-img {
        width: 100%;
        background-image: url('../img/banner-cel3.jpg');
        background-size: contain;
        height: 475px;
    }
}

.planta-img {
    width: 100%;
}

.image-container {
    position: relative;
    width: 90%;
    max-width: 680px;
    padding-right: 4px;
    padding-bottom: 32px;
    margin-right: 12px;
    margin-bottom: 60px;
    display: inline-block;
}
  
.image-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #000;
}
  
.image-container:hover .image-overlay {
    opacity: 0.7;
}
  
.image-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: Aeonik-Regular;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 10px;
    text-align: center;
    line-height: 24px;
}