#form-side-contact h1, #form-side-contact h2, #form-side-contact h3, #form-side-contact h4, #form-side-contact h5, #form-side-contact p {
    color: black;
}

#form-side-contact button.btn, #form-side-contact .btn:not(.close):not(.mfp-close) {
    /*    font-family: 'gothambook';*/
    border-radius: 0px 0px 0px 0px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    text-decoration: none;
    outline: none;
    padding: 12px 18px;
    position: relative;
    text-transform: uppercase;
    background-color: #33471c;
    border-color: #33471c;
    border-width: 1px;
    border-style: solid;
    color: #ffffff;
    transition: all 0.3s;
    margin-bottom: 6px;
    outline: none;
    line-height: 14px;
    cursor: pointer;
}

#form-side-contact button.btn.btn-primary:hover{
    background-color: #262424;
    border-color: #262424;
    color: #ffffff;
}

/*menu hover*/
#mainMenu a {
    display: inline-block;
    text-decoration: none;
}

#mainMenu a:hover{
    color: #262424!important;
}

#mainMenu a::after {
    margin-top: 10px;
    content: '';
    display: block;
    width: 0;
    opacity: 0;
    height: 2px;
    background: #262424;
    transition: width .5s;
}

#mainMenu a:hover::after {
    opacity: 1;
    width: 100%;
}

/* portfolio */
.portfolio-item{
    transition: width 0.7s, opacity 0.7s, transform 0.7s;
}

@media (min-width:481px){
    .portfolio-item{
        padding-right: 20px;
    }
}

.hidden-building{
    transform: scale(0);
    transform-origin: bottom left;
    width: 0 !important;
    padding: 0;
    opacity: 0;
}

/* Buildings Filter */
.buildings-filter-switch__button{
    transition: left 0.3s;
}
.buildings-filter-switch__container{
    transition: background 0.3s;
}
.buildings-filter-switch__container.active{
    background: #33471c;
}
.buildings-filter-switch__container.active .buildings-filter-switch__button{
    left: 1.65rem;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}


/*---------Side Contact---------*/

ul.contato-lateral {
    position: fixed;
    right: 23px;
    bottom: 0px;
    z-index: 99998;
    transition: all .5s cubic-bezier(.65,.62,.38,1.22);
}

#shake-icon {
    animation: tremer 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}


@keyframes tremer {
    0% {
        transform: rotate(0deg);
        color: #4d6f25;
    }

    1% {
        transform: rotate(20deg);
    }

    2% {
        transform: rotate(0deg);
    }

    3% {
        transform: rotate(-20deg);
    }

    4% {
        transform: rotate(0deg);
    }

    5% {
        transform: rotate(20deg);
    }

    6% {
        transform: rotate(0deg);
    }

    7% {
        transform: rotate(-20deg);
    }

    8% {
        transform: rotate(0deg);
        color: inherit;
    }

    100% {
        transform: rotate(0deg);
    }
}

.contato-lateral-hidden {
    opacity: 0;
    transform: scale(0);
    visibility: hidden;
    transition: all .3s cubic-bezier(.65,.62,.38,1.22);
}

.formas-contact {
    font-size: 20px !important;
    /*    padding-left: 35px!important;*/
}

    .formas-contact p {
        font-size: 16px !important;
        color: black;
    }

    .formas-contact ul li {
        list-style: none;
        padding-bottom: 1rem !important;
    }


ul.contato-lateral li {
    list-style: none;
}

    ul.contato-lateral li a {
        width: 83px;
        line-height: 39px;
        text-align: center;
        font-size: 20px;
        color: white !important;
        display: block;
        border-radius: 50%;
        background: #33471c;
    }

        ul.contato-lateral li a:hover {
            color: white !important;
            background: #262424;
        }

.list-contact a i {
    color: #33471c;
}

.list-contact a p {
    display: inline-block !important;
}

.barra {
    position: fixed;
    right: 30px;
    bottom: 20px;
    z-index: 999999;
    width: calc(100% - 35px);
    opacity: 0;
    transform: scale(0);
    visibility: hidden;
    transition: all .3s cubic-bezier(.65,.62,.38,1.22);
    transform-origin: 100% 50%;
}

.barra-open {
    opacity: 1;
    transform: scale(1);
    transition-delay: .1s;
    visibility: visible;
    transition: all .5s cubic-bezier(.65,.62,.38,1.22);
}


.barra .barra-content {
    background: #33471c;
    color: #fff !important;
    border: 1px solid transparent;
    border-radius: 50px;
    box-shadow: 0 10px 10px 0 rgb(0 0 0 / 20%);
    padding: 12px 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    transition: all .5s cubic-bezier(.65,.62,.38,1.22);
}

    .barra .barra-content .barra-item {
        color: white;
        margin: 0 50px;
        font-size: 20px;
    }

        .barra .barra-content .barra-item a p {
            display: inline;
        }

        .barra .barra-content .barra-item a i {
            padding-right: 8px;
        }


.close-contact {
    border: none;
    background: none;
    color: #fff;
    font-size: 24px;
    height: 56px;
    width: 40px;
    position: absolute;
    right: 0;
    top: 12px;
}

.close {
    font-size: 1rem;
}

.modal .modal-content .modal-header {
    display: block;
}

    .modal .modal-content .modal-header .modal-title {
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 0;
    }

.modal-header .close {
    position: absolute;
    right: 20px;
    top: 15px;
    font-weight: 100;
}

.modal-title {
    display: block;
    font-size: 28px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 20px;
}

.modal p {
    font-size: 15px;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 13px;
    font-weight: 300;
}

.close-mod {
    padding: 0px 10px 6px 10px;
    background-color: #33471c;
    border-radius: 50%;
}



/* form starting stylings ------------------------------- */
.group {
    position: relative;
    margin-bottom: 45px;
    padding-right: 30px;
}

.group12 {
    margin-bottom: 10px;
}

    .group12 input {
        width: 100%;
    }

    .group12 .bar {
        width: 100%;
    }

.group input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #757575;
}

    .group input:focus {
        outline: none;
    }

.file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px;
    border: 1px dashed #33471c;
    border-radius: 3px;
    transition: 0.2s;
    &.is-active

{
    background-color: rgba(255, 255, 255, 0.05);
}

}

.fake-btn {
    flex-shrink: 0;
    background-color: #cddbbd38;
    border: 1px solid rgb(54 47 47 / 10%);
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
}

.file-msg {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
    &:focus

{
    outline: none;
}

}


/* LABEL ======================================= */
.group label {
    color: #999;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

@media(max-width: 767px) {
    .group .label-responsive {
        margin-top: -20px;
    }
}

@media(max-width: 371px) {
    .group .label-responsive {
        margin-top: -35px;
    }
}

/* active state */
.group input:focus ~ label,
.group input:not(:placeholder-shown) ~ label {
    top: -20px;
    font-size: 14px;
    color: #33471c;
}

.select-group {
    border: none;
    border-bottom: 1px solid #757575 !important;
    border-radius: 0;
    width: 400px;
}

    .select-group:active {
        border: none !important;
        border-bottom: 1px solid #33471c !important;
        border-radius: 0 !important;
        width: 400px;
    }

/* BOTTOM BARS ================================= */
.bar {
    position: relative;
    display: block;
    width: 100%;
}

    .bar:before, .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #33471c;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .bar:before {
        left: 50%;
    }

    .bar:after {
        right: 50%;
    }

/* active state */
.group input:focus ~ .bar:before, input:focus ~ .bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
.group input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}



@media(max-width: 921px) {
    .barra .barra-content .barra-item a p {
        display: none;
    }

    .barra .barra-content .barra-item {
        margin: 0 12px;
    }
}

@media(min-width: 1980px) {
    .barra {
        width: 1500px;
        right: calc(50% - 750px);
    }
}


@media(min-width: 1200px) and (max-width: 1980px) {
    .barra {
        width: 90%;
        right: 6%;
    }
}