:root{
    --colorprimary: #fbb92d;
    --colorsecondary: #7A2A2B;
    --colorlight: #fff;
    --colordark: #444E56;
    --colorgrey: #4A4A4A;
}


.title-box{
    text-align: left!important;
    margin-top: 20px;
}

.address{
    text-align: left;
}

footer .address{
    text-align: center;
}

.nav-pills a.nav-link{
    white-space: nowrap;
}

.status-itens-list .item{
    display: inline-block;
    margin-left: 30px;
}

.nav-pills{
    justify-content: flex-start;
    padding-left: 10px;
}

a.open-modal{
    text-decoration: none;
    font-size: 12px;
    color: #333;
    font-weight: bold;
    margin-left: 5px;
}

.rower {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
}
.rower > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

#header-single-1{
    padding-top: 70px;
}

#header-single-1 .location{
    margin-bottom: 77px;
}

#header-single-1 .info-bg-header{
    background: rgba(0, 0, 0, 0.2);
    padding-top: 5px;
    padding-bottom: 5px;
}

.newthumb{
    display: inline-block;
}

.lead{
    -webkit-box-shadow: 0px 0px 101px -20px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 101px -20px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 101px -20px rgba(0,0,0,0.75);
    border-radius: 10px;
    border-top: 15px solid #FBB92D;
    margin-top: 3rem;
    text-align: center;
    background-color: #fff;
    top: 0;
}

#single-info .title-box::after{
}

#single-info ul.anchornav{
    display: flex;
    flex-flow: row;
    flex-grow: 1;
    margin-bottom: 0;
}

#single-info ul.anchornav li{
    list-style: none;
    flex: 1 1 0;
    text-align: center;
}

#single-info ul.anchornav li:last-child{
    padding-right: 30px;
}

#single-info .nav-inside a{
    font-size: 13px;
}


.lead .form-lead-header{
    width: 100%;
    position: relative;
    left: 0;
    background: #993334;
    color: #fff;
    text-align: center;
    padding: 1rem 15px;
    line-height: 1.1rem;
}

.lead .form-lead p{
    text-align: center;
    font-size: 10pt;
    line-height: 15px;
    margin: 1rem 0;
    padding-left:15px;
    padding-right: 15px;
}

.lead .form-lead p strong{
    font-weight: bold;
}

.lead .form-lead input,.lead .form-lead textarea{
    width: 85%;
    margin-bottom: .2rem;
    border: 1px solid #ddd;
    padding-left: 12px;
    border-radius: 5px;
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.lead .form-lead .btn-lead:hover{
    color: #fff;
    background: #823031;
}

.lead .form-lead .btn-lead{
    background: #993334;
    color: #fff;
    padding: 10px 0;
    margin-bottom: 15px;
}

.btn-interesse-red{
    text-align: center;
    display: block;
    background: #993334;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    text-decoration: none;
    position: sticky;
    bottom: 0;
    z-index: 999;
}

.btn-interesse-red:hover{
    text-decoration: none;
    color: #fff;
    background: #823031;
}

.bannerlink{
    display: block;
    width: auto;
    height: 100%;
}

.slinks{
    margin-top: 25px;
    margin-bottom: 20px;
}

.slinks a{
    margin-left: 15px;

}

.btn-interesse-red:active, .btn-interesse-red:focus{
    text-decoration: none;
    color: #fff;
}

#header-single-1 .info-bg-header .info-1{
    display: block;
}



.scrtabs-left:after{
    content: "<";
    position: relative;
    top: -4px;
    font-weight: bold;
}

.scrtabs-right:after{
    content: ">";
    position: relative;
    top: -4px;
    font-weight: bold;
}
.galdesc{
    margin-top: 5px;
}
.newthumb{
    padding-bottom: 10px;
}

img.galimg{
     margin-bottom: 3px;
     border: 1px solid #777;
 }

img.planimg{
    margin-bottom: 3px;
    border: 1px solid #777;
}

.lead a.fancyclose{
    display: block;
    width: 18px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: -25px;
}



.plantabox{
    display: inline-block;
}

.plantabox span{
    display: block;
    padding-left: 5px;
}

select#gal-select{
    border-radius: 0;
    padding: 10px 15px;
    background-color: transparent;
    border: #55595c solid 2px;
    transition: all .2s;
    height: 50px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/icon-select-grey.svg);
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
}

@media (min-width: 990px) {
    .slinks a{
        text-align: left;
        float:left;
    }

    footer .faddress{
        text-align: right;
    }
}


@media (max-width: 730px) {
    .hide730{
        display: none!important;
    }

    #header-single-1 .info-bg-header{
        background-color: #993334!important;
    }

}

@media (max-width: 640px) {
    #single-info .title-box{
        margin-top: 50px;
    }


}

@media (max-width: 447px) {
    #plantas{
        text-align: center;
    }
}
