/**
 * script.min protected under GLP.
 */

 @import url('https://fonts.cdnfonts.com/css/book-antiqua');

 html {
    scroll-behavior: smooth;
    font-family: "Book Antiqua", Courier;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
 }
 body {
    font-family: "Book Antiqua", Courier;
 }
/**
 * Font
 */
 h1, h2, h3, h4, h5, h6, a, p, b, span, time {
    font-family: "Book Antiqua", Courier;
 }
 @media only screen and (min-width: 1025px) {
    p, a {
        font-size: calc(1rem + .2vw);
    }
    .navbar-expand-md .navbar-nav .nav-link {
        font-size: calc(.7rem + .3vw);
    }
 }
 .toggler {
    display: none!important;
 }
 .anchor {
    display: block;
    height: 115px;
    margin-top: -115px;
    visibility: hidden;
 }
 .hide {
    display: none;
 }
 h1, h2, h3, h4, h5, h6, p {
    color: #343331;
 }
 h1 {
    font-size: 4rem!important;
 }
 span {
    color: #727272;
 }
 .bolder, strong, b, small {
    font-weight: 700!important;
 }
 .thin {
    font-weight: 400!important;
 }
 .btn {
    padding: 15px 75px;
 }
 .btn:hover {
    opacity: .8;
    transition: .5s ease-in-out;
 }
 .btn-cta {
    padding: 15px 75px!important;
 }
 .btn-second {
    padding: 15px 75px!important;
 }
 .container a {
    color: #727272;
    text-decoration: none;
    transition: 0.5s ease-in-out;
 }
 .container a:hover {
    color: #727272;
 }
 .color-white {
    color: #fff!important;
 }
 .color-green {
    color: #727272!important;
 }
 .color-gray {
    color: #343331!important;
 }
 .btn-style {
    background-color: #212529;
    padding: 5px 60px;
    border: none;
    font-size: 24px;
    border-radius: 6px;
    font-weight: 600;
    color: #727272;
}
.btn-style:hover {
    background-color: #ffffff;
    color: #ffffff;
}
.mais-noticias-btn {
    background-color: #727272;
    color: #fff!important;
    border-radius: 3px;
    transition: .5s ease-in;
    padding: 5px 15px 8px 15px;
    text-transform: uppercase;
    cursor: pointer;
}
.mais-noticias-btn:hover {
    background-color: #343331;
    opacity: .7;
}
.pagination {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.pagination .page-numbers {
    padding: 0 10px;
}
.pagination .current {
    font-weight: bold;
}
.pagination .dots {
    font-weight: bold;
}
.pagination .next {
    font-weight: bold;
}
.pagination .a {
    color: #727272;
}
.pagination .a:hover {
    color: #343331;
}
.square-transparent {
    background-color: inherit;
}
.square-grey {
    background-color: #f3f4f5;
}
.down-arrow {
    display: flex;
    justify-content: center;
}
.cli-style-v2 {
    color: #343331;
}

/*whatsappbtn*/
    #whatsapplink {
        color: transparent;
        transition: .5s ease-in-out;
        z-index: 10;
    }
    #whatsappclickbtn {
        background-image: url(https://rafaelcamilo.dev.br/sandbox/rosnerfadul/wp-content/themes/rosnerfadul/build/imgs/logo-whatsapp.png);
        background-color: transparent;
        background-size: 40px;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 15%;
        width: 60px;
        height: 60px;
        cursor: pointer;
        position: fixed;
        right: 20px;
        bottom: 20px;
        transition: .5s ease-in-out;
        z-index: 10;
    }
    #whatsappclickbtn:hover {
        background-color: #727272;
        box-shadow: 0px 0px 0px 3048px #000000a6;
    }
    #whatsapptxt {
        font-size: 16px;
        width: 150px;
        margin-right: 50px;
        height: auto;
        cursor: pointer;
        position: fixed;
        right: 20px;
        bottom: 5px;
        transition: .5s ease-in-out;
        z-index: 11;
    }
    #whatsapptxt {
        color: transparent;
        transition: .5s ease-in-out;
        z-index: 11;
    }

 /*header*/
    #header {
        min-height: 150px;
        box-shadow: 0px 5px 20px #00000038;
        transition: .5s ease-in-out;
        font-size: 18px;
        z-index: 999;
    }
    #header #navbar #menu-main-menu {
        width: 70%;
        display: flex;
        justify-content: flex-end;
        transition: .5s ease-in-out;
        padding-right: 30px;
    }
    #header #menu-buttons {
        width: 30%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        flex-direction: row;
        padding-left: 40px;
        border-left: solid 2px #e1e3e4;
        height: 50px;
    }
    #header #menu-buttons .btn-area {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    #header #menu-buttons .btn-area .menu-btn {
        padding: 0.4rem 0.9rem;
        margin-right: 0.5rem;
    }
    #header #menu-buttons .btn-area .menu-btn-a {
        background-color: #343331;
        color: #fff;
        border-radius: 3px;
        transition: .5s ease-in;
    }
    #header #menu-buttons .btn-area .menu-btn-b {
        background-color: #727272;
        color: #fff;
        border-radius: 3px;
        transition: .5s ease-in;
    }
    #header #menu-buttons .btn-area .menu-btn-a:hover {
        background-color: #727272;
        opacity: .7;
    }
    #header #menu-buttons .btn-area .menu-btn-b:hover {
        background-color: #343331;
        opacity: .7;
    }
    #header .logo-size {
        height: 100px;
        transition: .5s ease-in-out;
    }
    #header .logo-size-h-scrolled {
        height: 100px!important;
    }
    #header .menu-h-scrolled {
        font-size: inherit;
    }
    .header-scrolled {
        min-height: 35px!important;
        background-color: #d0d0d0!important;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #343331!important;
    }
    .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
        color: #343331!important;
    }
    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #727272!important;
    }
    #menu-social-links {
        width: 25%;
        margin-left: 15px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-evenly;
        align-items: center;
        transition: .5s ease-in-out;
    }
    #menu-social-links a {
        color: inherit;
        transition: .5s ease-in-out;
    }
    #menu-social-links a:hover {
        color: #727272;
    }

/*footer*/
    #footer {
        background-color: #343331!important;
        color: #fff;
        min-height: 500px;
        padding-top: 100px;
    }
    #footer #menu-social-links-footer {
        width: 100%;
        font-size: 38px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        transition: .5s ease-in-out;
    }
    #footer #menu-social-links-footer a {
        color: #212529;
        padding: 0 10px;
        transition: .5s ease-in-out;
    }
    #footer #menu-social-links-footer a:hover {
        color: #727272;
    }
    #footer .f-content-brand {
        width: 100%;
        height: 100%;
        color: #fff;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
        align-items: flex-start;
        justify-content: flex-start;
    }
    #footer .f-content-brand .content-l2 {
        color: #fff;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-start;
        align-items: flex-start;
        justify-content: flex-start;
        padding-left: 0px;
    }
    #footer .f-content-brand .content-l2 a,
    #footer .f-content-brand .content-l2 p,
    #footer .f-content-brand .content-l2 small {
        color: #fff;
    }
    #footer .f-content-brand .content-l2 a:hover {
        color: #727272;
    }
    #footer .f-content {
        width: 100%;
        height: 100%;
        color: #fff;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        align-items: flex-start;
        justify-content: flex-start;
    }
    #footer .f-content .content-l1,
    #footer .f-content .content-l2,
    #footer .f-content .content-l3 {
        color: #fff;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-start;
        align-items: flex-start;
        justify-content: flex-start;
    }
    #footer .f-content h6,
    #footer .f-content small,
    #footer .f-content b {
        color: #fff;
    }
    #footer .f-content p,
    #footer .f-content a {
        color: #fff;
        margin: 5px 0;
        transition: .5s ease-in-out;
    }
    #footer .f-content a:hover {
        color: #727272;
    }
    #footer .f-content i {
        padding-right: 5px;
    }
    #footer .f-content label {
        color: #fff;
        width: 100%;
    }
    #footer .f-content span {
        color: #727272;
    }
    #footer #logo-footer {
    width: 65%;
    max-width: 480px;
    height: auto;
    }

 /* bootstrap menu hamburguer */
    .animated-icon1, .animated-icon2, .animated-icon3 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  .animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .animated-icon1 span {
    background: #343331;
    height: 4px;
  }
  .animated-icon1 span:nth-child(1) {
    top: 0px;
  }
  .animated-icon1 span:nth-child(2) {
    top: 10px;
  }
  .animated-icon1 span:nth-child(3) {
    top: 20px;
  }
  .animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  .animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }  

/*Parallax breakpoint fix*/
@media only screen and (min-width: 1200px) {
    .parallax {
      background-attachment: scroll;
    }
}

/*Admin bar fix*/
@media screen and (max-width: 600px){
    #wpadminbar {
        position: fixed;
    }
}
@media screen and (max-width: 781px){
    body.admin-bar #header.fixed-top {
        top: 47px!important;
    }
}

/*Menu Hamburguer fix*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #header {
        font-size: 15px!important;
    }
    #header .menu-h-scrolled {
        font-size: 15px!important;
    }
    #header #menu-buttons {
        width: 22%;
        height: 120px;
    }
    #header #navbar #menu-main-menu {
        width: 78%;
    }    
    #header #menu-buttons .btn-area{
        text-align: center;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: space-evenly;
        align-content: center;
    }
    #header .logo-size {
        height: 100px;
    }
    #header .logo-size-h-scrolled {
        height: 100px!important;
    }
    #header #menu-buttons .btn-area .menu-btn {
        margin-right: 0
    }
    #footer #logo-footer {
        width: 65%;
    }
    #footer .f-content-brand .content-l2 {
        font-size: 13px;
    }
    #footer .f-content .content-l1, 
    #footer .f-content .content-l2, 
    #footer .f-content .content-l3 {
        font-size: 13px;
    }
    #footer .f-content p, 
    #footer .f-content a {
        font-size: 13px;
    }
}
@media only screen and (max-width: 767px) {
    #header #navbar #menu-main-menu {
        width: 100%;
        display: flex;
        justify-content: center;
        align-content: flex-end;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-end;
        padding: 50px 0 0 0;
        margin: 0;
    }
    .navbar-collapse {
        padding: 20px 50px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-end;
        align-items: flex-end;
        justify-content: center;
    }
    .navbar-light .navbar-toggler {
        border-color: transparent!important;;
        color: transparent!important;;
    }
    .navbar-toggler:focus {
        -webkit-box-shadow: unset!important;
        border-color: unset!important;
        box-shadow: unset!important;
    }
    #header #menu-buttons {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
        flex-direction: row;
        padding-left: 0;
        border-left: none;
        height: 140px;
        align-content: center;
        align-items: center;
    }
    #header #menu-buttons .btn-area {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        align-content: flex-end;
        justify-content: space-evenly;
        flex-wrap: nowrap;
        width: 100%;
        height: 100%;
        text-align: right;
    }
    #header #menu-buttons .btn-area .menu-btn {
        margin-right: 0
    }
    #header .collapsing .navbar-nav {
        display: none!important;
    }
}

/* CONTENT */

/*Homepage*/
    /*Homepage Slider*/
    #home-slider {
        width: 100%;
        transition: 1s ease-in-out;
        margin-top: -50px;
    }
    #home-slider .slider-cover-img {
		height: 75vh;
		min-height: 75vh;
        background-position: center;
        background-size: cover;
    }
    #home-slider .slider-divider {
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        justify-content: center;
    }
    #home-slider .slider-content-a {
        width: 70%;
        height: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: flex-start;
        padding-top: 100px;
        padding-bottom: 55px;
    }
    #home-slider .slider-content-a .slider-box {
        width: 450px;
        margin-top: 9%;
        padding: 40px;
        border-radius: 0px;
        min-height: auto;
        background-color: #ffffffd4;
    }
    #home-slider .slider-content-a .slider-box .slider-box-upper {
        border-bottom: 1px solid #343331;
    }
    #home-slider .slider-content-a .slider-box .slider-box-upper h1 {
        text-align: right;
        font-size: 70px;
        font-weight: 700;
        color: #343331;
        margin: 0;
        padding-bottom: 45px;
    }
    #home-slider .slider-content-a .slider-box .slider-box-upper img {
        width: 100%;
        padding-bottom: 45px;
    }
    #home-slider .slider-content-a .slider-box .slider-box-bottom p {
        color: #343331;
    }
    #home-slider .slider-content-a .slider-box .slider-box-bottom a {
        color: #343331;
        border-bottom: solid 1px #343331;
        font-weight: 1000;
    }
    #home-slider .slider-content-a .slider-box .slider-box-bottom a:hover {
        color: #727272;
        border-bottom: solid 1px #727272;
    }
    #home-slider .slider-content-a .slider-arrows {
        width: 450px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-content: center;
        align-items: center;
        padding: 10px 0;
    }
    #home-slider .slider-content-a .slider-arrows .arrow-prev-btn {
        padding-right: 20px;
    }
    #home-slider .slider-content-a .slider-arrows .arrow-next-btn {
        padding-left: 20px;
    }
    #home-slider .slider-content-a .slider-arrows .arrow-prev-btn,
    #home-slider .slider-content-a .slider-arrows .arrow-next-btn,
    #home-slider .slider-content-a .slider-arrows .arrow-prev-btn i,
    #home-slider .slider-content-a .slider-arrows .arrow-next-btn i {
        font-size: 1.3rem;
        color: #fff;
        background-color: transparent;
        border: none;
    }
    #home-slider .slider-content-a .slider-arrows .arrows-txt,
    #home-slider .slider-content-a .slider-arrows .arrows-txt p{
        font-size: 1.3rem;
        color: #fff;
        margin: 0;
    }

    /*Homepage - A empresa*/
    #homepage-a-empresa {
        width: 100%;
        background-position: center;
        background-size: cover;
    }
    #homepage-a-empresa .content {
        width: 100%;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-evenly;
    }
    #homepage-a-empresa .content .title {
        width: 100%;
        height: 40%;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        padding-top: 2rem;
    }
    #homepage-a-empresa .content .title .line1,
    #homepage-a-empresa .content .title .line2,
    #homepage-a-empresa .content .title .line3,
    #homepage-a-empresa .content .title .line4 {
        width: 50%;
        display: flex;
        font-size: 4rem;
    }
    #homepage-a-empresa .content .title .line1 {
        justify-content: flex-end;
    }
    #homepage-a-empresa .content .title .line2 {
        justify-content: flex-start;
    }
    #homepage-a-empresa .content .title .line3 {
        justify-content: center;
    }
    #homepage-a-empresa .content .title .line4 {
        justify-content: flex-end;
    }
    #homepage-a-empresa .content .text {
        width: 100%;
        height: 30%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-end;
        align-items: flex-end;
        justify-content: center;
    }
    #homepage-a-empresa .content .text .txt-box {
        width: 50%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-end;
        align-content: flex-end;
        justify-content: center;
    }
    #homepage-a-empresa .content .text .txt-box p {
        text-align: right;
        font-size: .8rem;
    }
    #homepage-a-empresa .content .text .txt-box a {
        text-align: right;
        font-size: .8rem;
        color:#343331;
        border-bottom: solid 1px #343331;
    }
    #homepage-a-empresa .content .text .txt-box a:hover {
        color: #727272;
        border-bottom: solid 1px #727272;
    }

    /*Homepage Empreendimentos*/
    #homepage-empreendimentos .title h1 {
        font-weight: 1000;
        font-size: 4rem;
    }
    #homepage-empreendimentos .text {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    #homepage-empreendimentos .text p {
        font-weight: 1000;
        font-size: 1rem;
    }
    #homepage-empreendimentos .text .right {
        width: 35%;
        padding-right: 10%;
        text-align: right;
        font-size: .8rem;
    }
    #homepage-empreendimentos .squares {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    /*
    #homepage-empreendimentos .squares .item {
        width: 48%;
        height: 540px;
        margin: 1%;
        border-radius: 5px;
        background-size: cover;
        background-position: center;
    }
    */
    /*
    #homepage-empreendimentos .squares .item .inside {
        width: 100%;
        height: 100%;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        color: transparent;
        font-size: 3rem;
        transition: .5s ease-in;
    }
    */
    #homepage-empreendimentos .squares .item .inside:hover {
        color: #fff;
        backdrop-filter: brightness(0.8) blur(1px);
        text-shadow: 1px 4px 3px #00000030;
    }

    /*Homepage Blog*/
    #homepage-blog .title h1 {
        font-size: 4rem;
    }
    #homepage-blog .text {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    #homepage-blog .text .right {
        width: 40%;
        padding-right: 10%;
        text-align: right;
        font-size: .8rem;
    }
    #homepage-blog .text .right p {
        font-weight: 1000;
        font-size: 1rem;
    }
    #homepage-blog .text .right a {
        text-align: right;
        font-size: .8rem;
        color: #343331;
        border-bottom: solid 1px #343331;
    }
    #homepage-blog .text .right a:hover {
        color: #727272;
        border-bottom: solid 1px #727272;
    }
    #homepage-blog .squares {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #homepage-blog .squares .item {
        width: 31.33%;
        min-height: auto;
        margin: 1%;
    }
    #homepage-blog .squares .item .upper {
        width: 100%;
        height: 380px;
        background-size: cover;
        background-position: center;
        border-radius: 5px; 
        transition: .5s ease-in;
    }
    #homepage-blog .squares .item .upper:hover {
        opacity: .8;
    }
    #homepage-blog .squares .item .bottom h3 {
        padding: 35px 0px 50px 0px;
        font-size: 1.2rem;
        font-weight: bold;
        border-bottom: solid 1px #e1e3e4;
    }
    #homepage-blog .squares .item .bottom h4 {
        padding: 20px 0px 0px 0px;
        font-size: 1rem;
        font-weight: bold;
    }
    #homepage-blog .squares .item .bottom p {
        font-size: .8rem;
        font-weight: 1000;
    }

    /*Homepage Na Mídia*/
    #homepage-na-midia {
        background-color: #f3f4f5;
    }
    #homepage-na-midia .divisor {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-content: center;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
    }
    #homepage-na-midia .divisor .left {
        width: 50%;
    }
    #homepage-na-midia .divisor .left h1 {
        font-size: 4rem;
        font-weight: 1000;
    }
    #homepage-na-midia .divisor .right {
        width: 34%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    #homepage-na-midia .divisor .right p {
        font-weight: 1000;
        width: 100%;
        text-align: right;
        font-size: 1rem;
    }
    #homepage-na-midia .divisor .right a {
        text-align: right;
        font-size: .8rem;
        color: #343331;
        border-bottom: solid 1px #343331;
    }
    #homepage-na-midia .divisor .right a:hover {
        color: #727272;
        border-bottom: solid 1px #727272;
    }
    #homepage-na-midia .itens {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-evenly;
        align-items: center;
    }
    #homepage-na-midia .itens img {
        width: 138px;
        height: auto;
    }

    #cookie-law-info-again {
        padding: 5px 45px!important;
        font-weight: 600;
        right: unset!important;
        left: 360px;
    }

    /*Newsletter*/
    #newsletter .small-grid {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    #newsletter .small-grid .content {
        width: 100%;
    }
    #newsletter .small-grid .content p {
        margin: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    #newsletter .small-grid .content p span {
        width: 50%;
    }
    #newsletter .small-grid .content a {
        color: #343331;
        text-decoration: none;
    }
    #newsletter .small-grid .content a:hover {
        color: #727272;
    }
    #newsletter-form {
        display: flex;
        padding: 30px 0;
    }
    #newsletter-form .text-160,
    #newsletter-form .your-email {
        width: 100%;
    }
    #newsletter-form .wpcf7-text,
    #newsletter-form .wpcf7-email {
        width: 100%;
        min-height: 65px;
        border-radius: 0;
        border: none;
        background-color: #f3f4f5;
        color: #343331;
        padding: 0 0 0 20px;
    }
    #newsletter-form .wpcf7-submit {
        padding: 15px 75px;
        background-color: #343331;
        border: none;
        border-radius: 0;
        color: #fff;
        min-height: 40px;
        transition: .5s ease-in;
    }
    #newsletter-form .wpcf7-submit:hover {
        background-color: #727272;
    }
    #newsletter-form .wpcf7-spinner {
        display: none;
    }

        /*Homepage - A empresa*/
    #homepage-a-empresa {
        width: 100%;
        background-position: center;
        background-size: cover;
    }
    #homepage-a-empresa .content {
        width: 100%;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-evenly;
    }
    #homepage-a-empresa .content .title {
        width: 100%;
        height: 40%;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        padding-top: 2rem;
    }
    #homepage-a-empresa .content .title .line1,
    #homepage-a-empresa .content .title .line2,
    #homepage-a-empresa .content .title .line3,
    #homepage-a-empresa .content .title .line4 {
        font-weight: 1000;
        width: 50%;
        display: flex;
        font-size: 4rem;
    }
    #homepage-a-empresa .content .title .line1 {
        justify-content: center;
        padding-left: 150px;
        margin: 0;
    }
    #homepage-a-empresa .content .title .line2 {
        justify-content: center;
        padding-right: 150px;
        margin: 0;
    }
    #homepage-a-empresa .content .title .line3 {
        justify-content: center;
        padding-right: 40px;
        margin: 0;
    }
    #homepage-a-empresa .content .title .line4 {
        justify-content: center;
        padding-left: 110px;
        margin: 0;
    }
    #homepage-a-empresa .content .title .color-green {
        font-weight: 1000;
    }
    #homepage-a-empresa .content .text {
        width: 100%;
        height: 30%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-end;
        align-items: flex-end;
        justify-content: center;
    }
    #homepage-a-empresa .content .text .txt-box {
        width: 50%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-end;
        align-content: flex-end;
        justify-content: center;
    }
    #homepage-a-empresa .content .text .txt-box p {
        font-weight: 1000;
        text-align: right;
        font-size: 1rem;
    }
    #homepage-a-empresa .content .text .txt-box a {
        text-align: right;
        font-size: .8rem;
        color:#343331;
        border-bottom: solid 1px #343331;
    }
    #homepage-a-empresa .content .text .txt-box a:hover {
        color: #727272;
        border-bottom: solid 1px #727272;
    }

    /*Generic Page*/
    #generic-page {
        background-size: cover;
        background-position: center;
        margin-top: -50px;
        min-height: 520px;
    }
    #generic-page .title h1 {
        margin-top: 50px;
        text-transform: uppercase;
    }

    /*Pagina Empreendimentos*/
    #page-empreendimentos .title h1 {
        color: #727272;
        font-weight: 1000;
    }
    #page-empreendimentos .text {
        width: 50%;
        text-align: left;
    }
    #page-empreendimentos .text p {
        font-weight: 1000;
    }
    #page-empreendimentos .squares {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    #page-empreendimentos .squares .inside {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    #page-empreendimentos .squares .reverse {
        flex-direction: row-reverse;
        /*border: solid 1px #5c5c5c2b;*/
    }
    #page-empreendimentos .squares .normal {
        flex-direction: row;
        /*border: solid 1px #5c5c5c2b;*/
    }
    #page-empreendimentos .squares .inside .left {
        width: 49%;
    }
    #page-empreendimentos .squares .inside .left .img {
        width: 100%;
        min-height: 500px;
        background-size: cover;
        background-position: center;
        transition: 1s ease-in-out;
    }
    #page-empreendimentos .squares .inside .left .img:hover {
        opacity: .8;
    }
    #page-empreendimentos .squares .inside .right {
        width: 48%;
        margin: 1%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        padding: 0 20px;
    }
    #page-empreendimentos .squares .inside .right h3 {
        font-size: 3rem;
        color: #727272;
        padding-bottom: 2rem;
        font-weight: 1000;
    }

    /*Half Width*/
    #half-width {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    #half-width .blog-left {
        width: 70%;
        padding-right: 5%;
    }
    #half-width .blog-right {
        width: 30%;
    }
    #divisor-dash {
        width: 100%;
        border-bottom: solid 2px #727272;
    }

    /*Generic Title*/
    #generic-title .title h1 {
        color: #727272;
        text-align: left;
        font-weight: 1000;
    }
    #generic-title .text,
    #generic-title .text p {
        color: #899295;
        text-align: left;
        font-weight: 1000;
    }

    /*Empreendimentos Single*/
    #empreendimento-single img {
        width: 200px;
        padding-bottom: 1rem;
    }
    #empreendimento-single h3 {
        color: #727272;
    }
    #empreendimento-single p {
        font-size: .8rem;
    }
    #empreendimento-single .video {
        padding: 30px 170px 3rem 170px;
    }
    #empreendimento-divisor-cta-1 {
        background-color: #303536;
    }
    #empreendimento-divisor-cta-1 .divisor {
        display: flex;
        align-items: center;
        justify-content: space-between;
        align-content: center;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #empreendimento-divisor-cta-1 .divisor .left {
        width: 55%;
    }
    #empreendimento-divisor-cta-1 .divisor .left h3 {
        color: #fff;
    }
    #empreendimento-divisor-cta-1 .divisor .left p {
        color: #fff;
        margin: 0;
    }
    #empreendimento-divisor-cta-1 .divisor .right {
        width: 40%;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    #empreendimento-divisor-cta-1 .divisor .right a {
        color: #fff;
        background-color: #727272;
        padding: 15px 75px;
        transition: .5s ease-in;
    }
    #empreendimento-divisor-cta-1 .divisor .right a:hover {
        opacity: .7;
        background-color: #fff;
        color: #000;
    }
    #empreendimento-squares .squares{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    #empreendimento-squares .squares .item {
        width: 100%;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    #empreendimento-squares .squares .squares-1,
    #empreendimento-squares .squares .squares-3 {
        flex-direction: row;
    }
    #empreendimento-squares .squares .squares-2 {
        flex-direction: row-reverse;
    }
    #empreendimento-squares .squares .item .left {
        width: 46%;
        margin: 1%;
        min-height: 350px;
        background-size: cover;
        background-position: center;
    }
    #empreendimento-squares .squares .item .right {
        width: 46%;
        margin: 1%;
    }
    #empreendimento-squares .squares .item .right h3 {
        color:#727272;
    }
    #empreendimento-squares .squares .item .right p {
        margin: 0;
    }
    #empreendimento-divisor-cta-2 {
        background-color: #727272;
        text-align: center;
    }
    #empreendimento-divisor-cta-2 h4 {
        color: #fff;
        padding: 0 90px;
    }
    #empreendimento-divisor-cta-2 p {
        margin: 0;
    }
    #empreendimento-informacoes h3 {
        font-weight: bold;
    }
    #empreendimento-informacoes p {
        margin: 0;
    }
    #empreendimento-informacoes .bloco-ico {
        display: flex;
        justify-content: space-evenly;
        align-content: center;
        align-items: center;
    
    }
    #empreendimento-informacoes .bloco-ico img {
        width: 10%;
    }
    #empreendimento-informacoes .bloco-cta {
        text-align: center;
    }
    #empreendimento-informacoes .bloco-cta a {
        border: solid 2px #727272;
        padding: 15px 75px;
        transition: .5s ease-in;
    }
    #empreendimento-informacoes .bloco-cta a:hover {
        background-color: #727272;
        color:#fff
    }
    #empreendimento-razoes h3 {
        font-weight: bold;
        color: #727272;
    }
    #empreendimento-razoes h3 {
        font-weight: bold;
        color: #727272;
    }
    #empreendimento-razoes p {
        margin: 0;
    }
    #motivos .item {
        padding: 15px;
    }
    #motivos .item .img {
        width: 100%;
        height: 440px;
    }
    #motivos .slick-dots {
        margin-top: 0px;
    }

    /* some tweaks */
    .cli-tab-footer .wt-cli-privacy-accept-btn {
        background-color: #727272!important;
    }
    .cli-switch input:checked+.cli-slider {
        background-color: #727272!important;
    }

    /**************************WORKING HERE***************************************/

/*Desktop breakpoints*/
@media only screen and (min-width: 2001px) {
    #box-contato .popup-modal {
        width: 60%;
    }
}
@media only screen and (min-width: 1801px) and (max-width: 2000px) {
    #box-contato .popup-modal {
        width: 70%;
    }
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
    #box-contato .popup-modal {
        width: 80%;
    }
}
@media only screen and (min-width: 1401px) and (max-width: 1600px) {
    #box-contato .popup-modal {
        width: 83%;
    }
}
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    #header .logo-size {
        height: 100px;
    }
    #header .logo-size-h-scrolled {
        height: 100px!important;
    }
    #header .menu-h-scrolled {
        font-size: 13px!important;
    }
    #footer #logo-footer {
        width: 70%;
    }
    #box-contato .popup-modal {
        width: 85%;
    }

}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    #header .logo-size {
        height: 100px;
    }
    #header .logo-size-h-scrolled {
        height: 100px!important;
    }
    #header .menu-h-scrolled {
        font-size: 9px!important;
    }
    #footer #logo-footer {
        width: 60%;
    }
    #footer .f-content-brand .content-l2 {
        font-size: 16px;
    }
    #footer .f-content .content-l1, 
    #footer .f-content .content-l2, 
    #footer .f-content .content-l3 {
        font-size: 16px;
    }
    #footer .f-content p, 
    #footer .f-content a {
        font-size: 16px;
    }
    #box-contato .popup-modal {
        width: 85%;
    }
}

/*General mobile breakpoints*/
@media only screen and (max-width: 1024px) {
    h1 {
        font-size: 2rem!important;
    }
    .navbar-brand img {
        padding-left: 1rem;
    }
    #home-slider .slider-content-a {
        width: 85%;
    }
    #home-slider .slider-content-a .slider-box {
        width: 100%;
    }
    #home-slider .slider-content-a .slider-arrows {
        width: 100%;
    }
    #home-slider .slider-content-a .slider-box .slider-box-upper h1 {
        font-size: 2rem;
    }
    #home-slider .slider-content-a .slider-box .slider-box-bottom p {
        font-size: 1rem;
    }
    #home-slider .slider-content-a .slider-box .slider-box-bottom a {
        font-size: 1rem;
    }
    #home-slider .slider-cover-img {
        min-height: 70vh;
    }
    #homepage-a-empresa .content {
        min-height: 75vh;
    }
    #homepage-a-empresa .content .title .line1, 
    #homepage-a-empresa .content .title .line2, 
    #homepage-a-empresa .content .title .line3, 
    #homepage-a-empresa .content .title .line4 {
        width: 60%;
        font-size: 2rem;
    }
    #homepage-a-empresa .content .title .line1 {
        justify-content: center;
        padding-left: 20px;
    }
    #homepage-a-empresa .content .title .line2 {
        justify-content: center;
        padding-right: 120px;
    }
    #homepage-a-empresa .content .title .line3 {
        justify-content: center;
        padding-right: 40px;
    }
    #homepage-a-empresa .content .title .line4 {
        justify-content: center;
        padding-left: 45px;
    }
    #homepage-a-empresa .content .text .txt-box {
        width: 90%;
    }
    #homepage-empreendimentos .title h1 {
        font-size: 2rem;
    }
    #homepage-empreendimentos .text .right {
        width: 90%;
        padding-right: 0; 
    }
    #homepage-blog .title h1 {
        font-size: 2rem;
    }
    #homepage-blog .text .right {
        width: 90%;
        padding-right: 0;
    }
    #homepage-blog .squares {
        width: 99%;
        flex-direction: column;
    }
    #homepage-blog .squares .item {
        width: 100%;
    }
    /*
    #homepage-empreendimentos .squares .item .inside {
        font-size: 1.2rem;
        color: #fff;
        backdrop-filter: brightness(0.8);
        text-shadow: 1px 4px 3px #00000030;
    }
    */
    #homepage-na-midia .divisor .left h1 {
        text-align: center;
        font-size: 2rem;
    }
    #homepage-na-midia .divisor {
        flex-direction: column;
    }
    #homepage-na-midia .divisor .left,
    #homepage-na-midia .divisor .right {
        width: 100%;
    }
    #homepage-blog .squares .item .bottom h3 {
        border-bottom: none;
    }
    #newsletter .small-grid .content h4 {
        font-size: 1rem;
    }
    #newsletter .small-grid .content p {
        font-size: .9rem;
        display: flex;
        flex-direction: column;
    }
    #newsletter .small-grid .content p span {
        width: 100%;
    }
    #newsletter .small-grid .content {
        width: 90%;
    }
    #newsletter-form .wpcf7-submit {
        padding: 0px 15px;
    }
    #newsletter-form .wpcf7-text, 
    #newsletter-form .wpcf7-email {
        font-size: .5rem;
    }
    /*generic page*/
    #generic-page .title h1 {
       font-size: 2rem!important;
    }
    /*internas*/
    #bloco-a-empresa .content .title .line1, 
    #bloco-a-empresa .content .title .line2, 
    #bloco-a-empresa .content .title .line3, 
    #bloco-a-empresa .content .title .line4 {
        width: 70%;
        font-size: 1.8rem;
    }
    #bloco-a-empresa .content .title .line1 {
        padding-right: 70px;
    }
    #bloco-a-empresa .content .title .line2 {
        padding-left: 110px;
    }
    #bloco-a-empresa .content .title .line3 {
        padding-right: 60px;
    }
    #bloco-a-empresa .content .title .line4 {
        padding-left: 50px;
        padding-bottom: 40px;
    }
    #bloco-a-empresa .content .text .txt-box {
        width: 70%;
    }
    #bloco-ne-parceiros .title h1 {
        font-size: 2rem;
    }
    #bloco-ne-parceiros .text .right {
        width: 65%;
    }
    #bloco-ne-parceiros .itens {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    #bloco-ne-parceiros .item {
        width: 98.5%;
    }
    #bloco-ne-parceiros .item-2,
    #bloco-ne-parceiros .item-3 {
        padding-top: 30px;
    }
    #bloco-ne-parceiros .element {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    #bloco-ne-parceiros .element .left,
    #bloco-ne-parceiros .element .right {
        width: 100%;
        margin-bottom: 2rem;
    }
    #bloco-ne-parceiros .element .right {
        min-height: 0px;
    }
    #bloco-empreendimentos .title h1 {
        font-size: 2rem;
    }
    #bloco-empreendimentos .text .right {
        width: 65%;
    }
    #bloco-empreendimentos .squares {
        display: flex;
        width: 100%;
        flex-direction: column;
        flex-wrap: wrap;
    }
    #bloco-empreendimentos .squares .inside {
        width: 100%;
        padding-bottom: 1rem;
    }
    #page-empreendimentos .title h1 {
        font-size: 2rem;
    }
    #page-empreendimentos .text {
        width: 100%;
    }
    #page-empreendimentos .squares .normal {
        flex-direction: column;
    }
    #page-empreendimentos .squares .reverse {
        flex-direction: column;
    }
    #page-empreendimentos .squares .inside .left {
        width: 100%;
        padding-bottom: 2rem;  
    }
    #page-empreendimentos .squares .inside .right {
        width: 98%;
        padding-bottom: 2rem;
    }
    #page-empreendimentos .squares .inside .left .img {
        min-height: 300px;
    }    
    /*Uma nova vida*/
    #half-width {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    #half-width .blog-left,
    #half-width .blog-right {
        width: 100%;
        padding: 1%;
    }
    /*Imprensa*/
    #imprensa-midia .item {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    #imprensa-midia .item .left {
        width: 35%;
        padding-bottom: 40px;
    }
    #imprensa-midia .item .middle {
        width: 100%;
        padding-bottom: 40px;
    }
    #imprensa-midia .item .middle h5 {
        text-align: left;
    }
    #imprensa-midia .item .right {
        width: 100%;
        padding-bottom: 40px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-end;
        align-items: flex-end;
    }
    #box-contato .options .wpcf7,
    #box-contato .options input,
    #box-contato .options label,
    #box-contato .options textarea {
        width: 100%;
    }
    #box-contato .selectors .item,
    #box-contato .selectors .item-selected {
        text-align: left;
        padding-left: 0.3rem;
        height: 70px;
        font-size: .8rem;
    }
    #box-mapa .mapa {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    #box-mapa .mapa .left,
    #box-mapa .mapa .right {
        width: 100%;
    }
    #box-contato .popup-modal .inside {
        width: 100%;
    }
    #box-contato .trabalhe-conosco .item {
        display: flex;
        flex-direction: column;
    }
    #box-contato .trabalhe-conosco .item .left {
        width: 100%;
    }
    #box-contato .trabalhe-conosco .item .right {
        width: 100%;
        display: flex;
        align-content: flex-end;
        flex-direction: column;
        flex-wrap: wrap;
        padding-top: 15px;
    }
    #box-contato .trabalhe-conosco .item .left a {
        display: none;
    }
    #box-contato .options textarea {
        height: 50px;
    }
    #box-contato .content h4 {
        padding-top: 10px;
        font-size: 5vw;
    }
    #box-contato .content p {
        font-size: 3vw;
    }
    #recursos-de-midia .fotos-block .gallery {
        display: flex;
        flex-direction: column;
    }
    #recursos-de-midia .fotos-block .gallery img {
        width: 100%;
        padding: 5px;
    }
    #recursos-de-midia .fotos-block .gallery .gallery-item {
        max-width: 100%;
        width: 100%;
    }
    #recursos-de-midia .logotipos-block .logotipos {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    #recursos-de-midia .logotipos-block .logos-a,
    #recursos-de-midia .logotipos-block .logos-b  {
        width: 100%;
    }
    #recursos-de-midia .logotipos-block .logos-b img {
        width: 100%;
        padding-bottom: 40px;
    }
    #empreendimento-single .video {
        padding: 5px 10px 1rem 10px;
    }
    #empreendimento-divisor-cta-1 .divisor {
        flex-direction: column;
    }
    #empreendimento-divisor-cta-1 .divisor .left,
    #empreendimento-divisor-cta-1 .divisor .right {
        width: 100%;
    }
    #empreendimento-divisor-cta-1 .divisor .right a {
        padding: 8px 20px;
        margin-top: 2rem;
    }
    #empreendimento-squares .squares .item {
        flex-direction: column;
    }
    #empreendimento-squares .squares .item .left {
        width: 99%;
        margin: 1%;
        min-height: 350px;
    }
    #empreendimento-squares .squares .item .right {
        width: 99%;
        margin: 1%;
        padding-top: 20px;
    }
    #empreendimento-divisor-cta-2 h4 {
        padding: 0;
    }

    #empreendimento-informacoes .bloco-cta a {
        padding: 15px 40px;
    }
    #empreendimento-informacoes .bloco-ico {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #empreendimento-informacoes .bloco-ico img {
        width: 15%;
    }
    #cookie-law-info-again {
        left: 40px;
    }
    #footer p {
        margin-top: -40px;
        font-size: 15px;
    }

    /**************************WORKING HERE***************************************/

}
@media only screen and (max-width: 767px) {
    #footer .f-content {
        width: 100%;
        height: 100%;
        color: #fff;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-start;
        align-items: flex-start;
        justify-content: flex-start;
        padding-left: 27px;
        padding-top: 27px;
    }
    footer .f-content-brand {
        padding-left: 27px;
    }
    #footer #logo-footer {
        width: 85%;
        height: auto;
        padding: 0;
    }
    #footer .f-content-brand .content-l2 {
        font-size: 16px;
    }
    #footer .f-content .content-l1, 
    #footer .f-content .content-l2, 
    #footer .f-content .content-l3 {
        font-size: 16px;
    }
    #footer .f-content p, 
    #footer .f-content a {
        font-size: 16px;
    }
}

/*Mobile breakpoints*/
@media only screen and (min-width: 767px) and (max-width: 1024px) {
    #homepage-empreendimentos .squares .item {
        height: 250px;
    }
    #box-contato .popup-modal {
        width: 70%;
    }
    
}
@media only screen and (min-width: 581px) and (max-width: 767px) {
    #homepage-empreendimentos .squares .item {
        height: 230px;
    }
    #box-contato .popup-modal {
        width: 85%;
    }
}
@media only screen and (min-width: 421px) and (max-width: 580px) {
    #homepage-empreendimentos .squares .item {
        height: 200px;
    }
    #box-contato .popup-modal {
        width: 92%;
    }
}
@media only screen and (min-width: 376px) and (max-width: 420px) {
    #homepage-empreendimentos .squares .item {
        height: 180px;
    }
    #box-contato .popup-modal {
        width: 92%;
    }
}
@media only screen and (min-width: 321px) and (max-width: 375px) {
    #homepage-empreendimentos .squares .item {
        height: 150px;
    }
    #box-contato .popup-modal {
        width: 92%;
    }
}
@media only screen and (max-width: 320px) {
    #homepage-empreendimentos .squares .item {
        height: 120px;
    }
    #box-contato .popup-modal {
        width: 92%;
    }
}

/*general*/
    /*slickarrows*/
        .slick-arrow {
            border: none;
            background: transparent;
        }
        .slick-arrow i {
            font-size: 48px;
            color: #727272;
        }

    /* slickdots */
        .slick-dots li { /* fix one image dots */
            display: inline-block;
        }
        .slick-dots li:only-child {
            display: none; /* fix one image dots */
        }
        .slick-dots {
            display: flex;
            justify-content: center;
            align-content: flex-end;
            flex-wrap: wrap;
            flex-direction: row;
            margin-top: -50px;
            padding-inline-start: 0px;
            z-index: 6;
        }
        .slick-dots li {
            position: relative;
            display: inline-block;
            width: 20px;
            height: 20px;
            margin: 0 5px;
            padding: 0;
            cursor: pointer;
        }
        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }
        .slick-dots li.slick-active button:before {
            font-size: 38px;
            color: #727272;
        }
        .slick-dots li button:before {
            font-size: 48px;
            font-family: 'slick';
            line-height: 20px;
            position: absolute;
            top: 0;
            left: 0;
            width: 20px;
            height: 20px;
            content: '•';
            text-align: center;
            color: #727272;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }


/* New homepage banner design */
@media only screen and (min-width: 1900px) {
    .hp-banner-new-style .slider-content-a-new,
    .hp-banner-new-style .slider-arrows-new {
        width: 69%;
    }
}
@media only screen and (min-width: 1700px) and (max-width: 1899px) {
    .hp-banner-new-style .slider-content-a-new,
    .hp-banner-new-style .slider-arrows-new {
        width: 73%;
    }
}
@media only screen and (min-width: 1500px) and (max-width: 1699px) {
    .hp-banner-new-style .slider-content-a-new,
    .hp-banner-new-style .slider-arrows-new {
        width: 78%;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1499px) {
    .hp-banner-new-style .slider-content-a-new,
    .hp-banner-new-style .slider-arrows-new {
        width: 83%;
    }
}
@media only screen and (min-width: 0px) {
    .hp-banner-new-style .slider-cover-img-new {
        height: 75vh;
        min-height: 75vh;
        background-position: center;
        background-size: cover;
        background-position-y: -150px;
        background-repeat: no-repeat;
        background-color: #343331;
    }
    .hp-banner-new-style .slider-divider-new {
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: flex-end;
        align-items: center;
        justify-content: center;
        margin-top: -70px;
    }
    .hp-banner-new-style .slider-content-a-new {
        height: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: flex-start;
    }
    .hp-banner-new-style .slider-content-a-new .slider-box-new {
        width: 100%;
        min-height: 135px;
        margin-top: unset;
        background-color: #ffffff;
        padding: 45px 40px;
        border-radius: 1px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        margin-bottom: -150px;
    }
    .hp-banner-new-style .slider-content-a-new .slider-box-new .slider-box-left {
        width: 40%;
        display: flex;
        justify-content: flex-end;
    }
    .hp-banner-new-style .slider-content-a-new .slider-box-new .slider-box-left img {
        width: 100%;
        max-width: 100px;
    }
    .hp-banner-new-style .slider-content-a-new .slider-box-new .slider-box-right {
        width: 55%;
    }
    .hp-banner-new-style h1 {
        font-size: 2rem!important;
        padding-right: 20px;
        -webkit-text-stroke-width: 2px;
    }
    .hp-banner-new-style p {
        font-size: .8rem;
    }
    .hp-banner-new-style a {
        font-size: .8rem;
        color: #343331;
        font-weight: 700;
        text-decoration: underline;
        margin-top: 5px;  
        transition: .5s ease-in-out;      
    }
    .hp-banner-new-style a:hover {
        color: #727272;
    }
    .hp-banner-new-style .slider-arrows-new {
        position: absolute;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-end;
        align-items: center;
        padding-top: 10px;
        padding-bottom: 27px;
        z-index: 10;
    }
    .hp-banner-new-style .slider-arrows-new .slick-prev {
        color: #fff;
        padding-right: 40px;
        margin-top: 4px; 
    }
    .hp-banner-new-style .slider-arrows-new .slick-next {
        color: #fff;
        padding-left: 40px;
        margin-top: 4px;
    }
    .hp-banner-new-style .slider-arrows-new .arrows-txt {
        color: #fff;
    }
    .hp-banner-new-style .a-sep,
    .hp-banner-new-style .a-sep:hover {
        color: #fff;
        text-decoration: none;
        padding: 0 4px;
        font-weight: 500;
    }
    .hp-banner-new-style .slick-dots .dot {
        color: #fff;
        text-decoration: none;
        font-weight: 500;
    }
    .hp-banner-new-style .slick-dots .sep {
        color: #fff;
        padding: 10px;
    }
    .hp-banner-new-style .slick-dots .dot:hover {
        color: #727272!important;
        text-decoration: underline;
    }
    .hp-banner-new-style .custom-slider-dots .slick-dots .slick-active a,
    .hp-banner-new-style .custom-slider-dots .slick-dots .slick-active .dot {
        color: #727272!important;
    }
    .hp-banner-new-style .slick-dots {
        display: flex;
        justify-content: center;
        align-content: flex-end;
        flex-wrap: wrap;
        flex-direction: row;
        margin: 0px!important;
        padding-inline-start: 0px!important;
        z-index: 6;
    }
    .hp-banner-new-style .slick-dots li {
        margin-left: 13px;
        text-align: center;
        position: unset;
        display: unset;
        width: unset;
        height: unset;
        margin: unset;
        padding: unset;
        cursor: pointer;
    }
    .hp-banner-new-style .slick-dots li button {
        font-size: 19px;
        font-weight: 100;
        line-height: unset;
        display: contents;
        width: 35px;
        height: 35px;
        padding: 5px;
        cursor: pointer;
        color: #fff;
        border: 0;
        outline: none;
        background: transparent;
        transition: .5s ease-in-out;
    }
    .hp-banner-new-style .slick-dots li button:hover {
        color: #727272;
        text-decoration: underline;
    }
    .hp-banner-new-style .slick-dots li button:before {
        display: none;
    }

}

    /*New Emp*/
    .custom-slider-dots-emp .slick-dots {
        margin-top: 10px;
    }
    #homepage-empreendimentos .squares .item {
        width: auto;
        height: 540px;
        margin: 10px;
        border-radius: 1px;
        background-size: cover;
        background-position: center;
    }
    #homepage-empreendimentos .squares .item .inside {
        width: 100%;
        height: 100%;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        color: transparent;
        font-size: 2rem;
        transition: .5s ease-in;
    }
    #homepage-empreendimentos .slick-dots li.slick-active button:before {
        font-size: 48px;
        color: #727272;
    }
    #homepage-empreendimentos .slick-dots li button:before {
        color: #343331;
    }
    
@media only screen and (max-width: 1024px) {
    #homepage-empreendimentos .squares .item .inside {
        font-size: 1.2rem;
        color: #fff;
        backdrop-filter: brightness(0.8);
        text-shadow: 1px 4px 3px #00000030;
    }
    /*mob adjust for old home banner*/
    .h-slider-mob-new .slider-content-a .slider-box {
        background-color: #f8f9fa!important;
    }
    .h-slider-mob-new .slider-content-a .slider-box .slider-box-upper h1,
    .h-slider-mob-new .slider-content-a .slider-box .slider-box-bottom p {
        color: #343331!important;
    }
    .h-slider-mob-new .slider-content-a .slider-box .slider-box-upper {
        border-bottom: 1px solid #343331!important;
    }
    #header .logo-size {
        height: 60px;
    }
    #header {
        min-height: 100px;
    }
    #home-slider .slider-content-a .slider-box .slider-box-upper {
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    #home-slider .slider-content-a .slider-box .slider-box-upper img {
        width: 50%;
        padding-bottom: 40px;
    }
    #form-container {
        padding: 0!important;
    }
    #emp-local .sides .right .sides2 {
        display: flex!important;
        flex-direction: column!important;
    }
    #emp-local .sides .right {
        padding-left: 1rem!important;
        padding-right: 1rem!important;
    }
    #emp-local .sides .right .sides2 .left2 {
        width: 100%!important;
        padding-bottom: 1rem!important;
    }
    #emp-local .sides .right .sides2 .right2 {
        width: 100%!important;
    }
    #generic-page {
        min-height: 300px;
    }

}


.right-container {
    width: 100%;
}

.blog-left .post {
    border-bottom: solid 1px #343331;
    margin-bottom: 1rem;
}

.has-text-align-center {
    margin-bottom: 0!important;
}
.wp-block-columns {
    margin-bottom: 0em!important;
}

/* forms */
#form-container {
    padding: 0 250px;
}

#form-container .contact-form .wpcf7-submit {
    padding: 0px 40px;
    background-color: #343331;
    border: none;
    border-radius: 0;
    color: #fff;
    min-height: 40px;
    transition: .5s ease-in;
}
#form-container .contact-form .wpcf7-submit:hover {
    background-color: #727272;
}
#form-container .contact-form p,
#form-container .contact-form label,
#form-container .contact-form span,
#form-container .contact-form input,
#form-container .contact-form textarea,
#form-container .contact-form select {
    width: 100%;
    margin: 8px 0 0 0;
}

.blog-left .middle {
    min-height: 400px;
    background-size: cover;
}

.post .btn,
.blog-left .bottom .btn {
    width: 100%;
    font-weight: 600;
}
.post .btn:hover,
.blog-left .bottom .btn:hover {
    background-color: #727272;
    border-radius: 0!important;
    color: #fff;
    font-weight: 600;
}
.post-data {
    color: #343331;
}

@media only screen and (max-width: 1024px) {
    #empreendimento-divisor-cta-1 .divisor .left p {
        text-align: center!important;
    }
    #posts-single .uma-nova-vida-blog .post {
        min-height: 0px!important;
    }
}

/* cookie law tweaks */
#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head {
    font-size: 1.5rem!important;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message, #cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message {
    font-size: 1rem!important;
}
.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button), .cli-style-v2 .cli_settings_button:not(.cli-plugin-button), .cli-style-v2 .cli_action_button:not(.cli-plugin-button) {
    font-size: 1rem!important;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
    font-size: 1rem!important;
}
.cli-tab-container p, .cli-privacy-content-text {
    font-size: 1rem!important;
}
a.cli-privacy-readmore:before {
    font-size: 1rem!important;
}
.cli-tab-header a.cli-nav-link {
    font-size: 1rem!important;
}