body {
    font-family: 'Red Hat Display', sans-serif;
    color: #616266;
    font-size: 14px;
    padding-top: 70px;
}

h2 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

h3 {
    font-size: 16px;
    font-weight: 700;
}

a {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

a:hover {
    text-decoration: none;
    opacity: .7;
}

.container-fluid {
    padding-right: 30px;
    padding-left: 30px;
}

/* header */

.main-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    padding-top: 15px;
    padding-bottom: 10px;
    background-color: #fff;
    box-shadow: 0 3px 6px #00000029;
}

.header-logo>img {
    height: 40px;
}

.header-logo>h1 {
    display: inline;
}

.menu-btn {
    height: 44px;
    width: 44px;
    padding: 0;
    float: right;
    position: relative;
    -webkit-transition: none;
    transition: none;
}

.menu-btn:focus {
    box-shadow: none;
}

.menu-btn span {
    position: absolute;
    left: 12px;
    width: 18px;
    height: 2px;
    background-color: #000;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.menu-btn span:first-child {
    top: 16px;
}

.menu-btn span:nth-child(2) {
    top: 20px;
}

.menu-btn span:nth-child(3) {
    top: 24px;
}

.menu-btn.active span:first-child {
    top: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-btn.active span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.menu-btn.active span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.main-menu-wrapper {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    width: 100%;
    padding: 20px;
    list-style-type: none;
    background-color: #000;
    margin-bottom: 0;
}

.menu-link {
    text-transform: uppercase;
}

.menu-link>a {
    display: inline-block;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* footer */

.main-footer {
    text-align: center;
    font-size: 14px;
    padding-top: 30px;
    border-top: 1px solid #E2E3E4;
}

.main-footer a {
    color: #707070;
}

.footer-logo {
    height: 50px;
}

.address-wrapper {
    margin-top: 20px;
}

.promotor-wrapper {
    font-weight: 700;
    margin-top: 20px;
}

.promotor-logo {
    width: 150px;
}

.social-media-link {
    width: 44px;
    height: 44px;
}

.copyright-wrapper {
    color: #AAADAF;
    font-size: 10px;
    text-align: center;
    border-top: 1px solid #E2E3E4;
    padding-top: 15px;
    padding-bottom: 34px;
}

.copyright-wrapper a {
    font-weight: 700;
    color: #AAADAF;
    text-transform: uppercase;
}

/* home */

.home-intro {
    position: relative;
    margin-bottom: 60px;
}

.home-intro .carousel-item-next, .carousel-item-prev, .carousel-item.active {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}

.home-intro .carousel-control-next, 
.home-intro .carousel-control-prev {
    width: 40px;
}

.home-intro .carousel-control-next img, 
.home-intro .carousel-control-prev img {
    height: 10px;
}

.home-intro .carousel-control-prev img {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.home-intro .carousel-control-next img {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.home-intro .carousel-item img {
    max-height: 80vh;
}

.scroll-indicator {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 26px;
    margin: auto;
}

.scroll-indicator .icon {
    width: 26px;
    height: 14px;
    -webkit-animation: bounce 1s infinite alternate;
    animation: bounce 1s infinite alternate;
}

.text-img-block {
    margin-bottom: 60px;
}

.text-img-block .img {
    min-height: 100%;
    background-position: center;
    background-size: cover;
}

.text-img-block .text {
    padding-top: 40px;
    padding-bottom: 40px;
}

.plantas-block {
    margin: 0 -30px 30px;
    background-size: cover;
    background-position: center;
}

.plantas-column {
    color: #E1E1E0;
    text-align: center;
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 130px;
    background-color: rgb(74 65 49 / 70%);
}

.plantas-two-column {
    column-count: 2;
    column-gap: 30px;
}

.plantas-two-column h2, .plantas-two-column h3 {
    column-span: all;
}

.plantas-column h2 {
    margin-bottom: 20px;
}

.plantas-column h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.fracao-link {
    display: inline-block;
    color: #616266;
    font-size: 12px;
    font-weight: 700;
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
    background-color: rgb(255 255 255 / 80%);
    -webkit-transition-property: background-color;
    transition-property: background-color;
}

.fracao-link:hover {
    color: #616266;
    background-color: #fff;
    opacity: 1;
}

.fracao-link.disabled {
    opacity: .35;
    pointer-events: none;
}

.pdf-link {
    position: absolute;
    bottom: 100%;
    right: 0;
    z-index: 1;
    width: 54px;
    height: 54px;
    background-color: #000;
    background-image: url('../img/pdf.png');
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.pdf-link:hover {
    opacity: .7!important;
}

.planta-text {
    font-size: 12px;
    line-height: 16px;
}

.planta-text:first-child {
    text-align:center;
}

.fracao-name {
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}

.btn-acabamentos {
    text-transform: uppercase;
    width: 100%;
    background-color: #FF5E13;
    border-radius: 0;
    color: #fff;
    font-size: 1.2rem;
}
.btn-acabamentos:hover {
    color: #fff;
    background-color: #666;
}

.galeria-wrapper {
    margin-top: 30px;
    margin-bottom: 80px;
    padding-top: 30px;
}

.galeria-wrapper a {
    margin-bottom: 30px;
}

.galeria-img {
    max-width: 100%;
}

.galeria-autor {
    font-size: 11px;
    opacity: .6;
}

.modal-content {
    border-width: 0;
    background-color: transparent;
}

.modal-header {
    border-width: 0;
}

.modal-header, .modal-body {
    padding: 0;
}

.modal-header .close {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    height: 44px;
    padding: 0;
    width: 44px;
    opacity: 1;
    margin-left: auto;
}

.modal-header .close:focus {
    outline: none;
}

.modal-body {
    background-color: #000;
}

.modal-footer {
    color: #fff;
    border-top: 0;
    border-radius: 0;
    background-color: #000;
    position: relative;
}

.modal-backdrop.show {
    opacity: .7;
}

#acabamentosModal .modal-body {
    color: #000;
    padding: 30px;
    background-color: #fff;
}

/* == xs only == */

@media (max-width: 767.98px) {
    [data-aos-delay] {
        transition-delay: 0s !important;
    }
    .text-img-block {
        margin-bottom: 30px;
    }
    #localizacao.text-img-block .img {
        padding-bottom: 65%;
    }
    #tipologia.text-img-block .img {
        padding-bottom: 135%;
    }
    .plantas-column {
       padding-right: 30px; 
       padding-left: 30px; 
    }
    .galeria-wrapper .row {
        margin-right: -8px;
        margin-left: -8px;
    }
    .galeria-wrapper [class^="col-"], .galeria-wrapper [class*=" col-"] {
        padding-right: 8px;
        padding-left: 8px;
    }
    .galeria-wrapper a {
        margin-bottom: 16px;
    }
}

/* == lg == */

@media (min-width: 992px) {
    body {
        font-size: 18px;
        padding-top: 144px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 20px;
    }
    .main-header {
        text-align: center;
        padding: 25px 0 0;
    }
    .header-logo>img {
        height: 70px;
    }
    .main-menu-wrapper {
        display: block!important;
        padding: 5px;
        position: static;
        margin-top: 20px;
    }
    .menu-link {
        display: inline;
    }
    .menu-link>a {
        padding: 0 20px;
    }
    .main-footer {
        text-align: left;
    }
    .footer-logo, .address-wrapper, .promotor-wrapper {
        float: left;
    }
    .address-wrapper {
        margin-top: 0;
    }
    .promotor-wrapper {
        margin-top: 0;
        margin-left: 80px;
    }
    .footer-logo {
        margin-right: 80px;
        margin-bottom: 0;
    }
    .copyright-wrapper {
        text-align: right;
    }
    .home-intro {
        margin-bottom: 100px;
    }
    .home-intro .carousel-item img{
        max-height: none;
        width: 100%;
    }
    .text-img-block {
        margin-bottom: 110px;
    }
    .galeria-wrapper {
        margin-top: 50px;
        margin-bottom: 100px;
    }
    #acabamentosModal .modal-body {
        padding: 60px;
    }

}

@keyframes bounce {
    from {
      transform: translateY(0px);
    }
    to {
      transform: translateY(-15px);
    }
  }
  @-webkit-keyframes bounce {
    from {
      transform: translateY(0px);
    }
    to {
      transform: translateY(-15px);
    }
  }