html{
    overflow-x: hidden;
}
* {
    box-sizing: border-box;
}
img {
    max-width: 100% !important;
}
h1,h2,h3,h4,h5,h6,ul,li,a,p{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}
a:hover {
    text-decoration: none !important;
}
body {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    color: #000;
    font-family: 'Times New Roman' !important;
}
#wrapper {
    position: relative;
    overflow: hidden;
}
#header .header-holder {
    background: #003154;
    padding: 0 0 0 5%;
    overflow: hidden;
}
#header .header-holder .log-bar {
    float: left;
    width: 110px;
    padding: 10px 0;
}
#header .header-holder .nav-area {
    float: right;
    padding: 25px 5% 0 0;
}
#header .header-holder .nav-area ul {
    margin: 0;
}
#header .header-holder .nav-area ul li {
    display: inline-block;
    padding: 0 20px 0 0;
    position: relative;
}
#header .header-holder .nav-area ul li a {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    font-family: 'Times New Roman' !important;
    font-style: italic;
}
#header .img-holder {
    float: right;
    width: 320px;
}
#header .header-holder .log-bar a {
    display: block;
}
#header .header-holder .nav-area ul li:after {
    position: absolute;
    top: -7px;
    left: auto;
    right: 6px;
    width: 1px;
    height: 40px;
    background: #fff;
    z-index: 1;
    content: "";
}
#header .header-holder .nav-area ul li:last-child:after {
    display: none;
}
#main {
    position: relative;
    overflow: hidden;
}
#main .slider-holder {
    padding: 3%;
}
#main .slider-holder .img-holder img {
    width: 100%;
}
#main .slick-dots {
    bottom: 30px;
}
#main .slick-dots li button:before {
    font-size: 14px;
    color: #d7d7d7;
    opacity: 1;
}
#main .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}
#main .slider-holder .slick-dotted.slick-slider {
    margin-bottom: 0;
}
#main .text-block {
    background: #003154;
    text-align: center;
    padding: 20px 0;
}
#main .text-block h1 {
    margin: 0 0 5px;
    font-size: 50px;
    line-height: 52px;
    color: #cdb08e;
    font-style: italic;
    font-family: 'Times New Roman' !important;
    letter-spacing: 2px;
}
#main .text-block p {
    margin: 0;
    font-size: 25px;
    line-height: 27px;
    color: #cdb08e;
    letter-spacing: 2px;
    font-family: 'Times New Roman' !important;
}
#main .form-block {
    padding: 50px 0;
}
#main .form-block input,#main .form-block textarea {
    border-radius: 0;
    padding: 12px 20px;
    font-size: 15px;
    line-height: 17px;
    color: #003154;
    border: 1px solid #003154;
    font-weight: bold;
}
#main .form-block input::placeholder,#main .form-block textarea::placeholder {
    color: #003154;
}
#main .form-block .btn-area {
    text-align: center;
}
#main .form-block form {
    padding: 0 80px;
}
#main .form-block .btn-submit {
    border-radius: 0;
    background: #003154;
    border: 1px solid #003154;
    font-size: 20px;
    line-height: 22px;
    color: #cdb08e;
    font-family: 'Times New Roman' !important;
    padding: 8px 18px;
}
#main .two-block {
    padding: 0 3%;
    overflow: hidden;
    margin: 0 0 80px;
}
#main .two-block .block {
    background: #003154;
    height: 100%;
    padding: 60px 0 0 60px;
}
#main .two-block .block .text {
    padding: 0 50px 0 0;
}
#main .two-block .block .small-text-info {
    padding: 12%;
    text-align: justify;
}
#main .two-block .block .text h2 {
    margin: 0;
    font-size: 110px;
    line-height: 112px;
    color: #cdb08e;
    font-style: italic;
    font-family: 'Times New Roman' !important;
    letter-spacing: 2px;
    text-align: center;
}
#main .two-block .block .text h3 {
    font-size: 25px;
    line-height: 27px;
    color: #cdb08e;
    font-family: 'Times New Roman' !important;
    letter-spacing: 2px;
    text-align: center;
    margin: 20px 0px 0px 0px;
}
#main .two-block .block .text p {
    font-size: 20px;
    line-height: 30px;
    color: #cdb08e;
    margin: 0 0 60px;
    letter-spacing: 2px;
}
#main .two-block .block .text-infoo {
    text-align: center;
    padding: 50px 0;
}
#main .two-block .block .text-infoo h2 {
    margin: 0 0 8px;
    font-size: 38px;
    line-height: 32px;
    color: #cdb08e;
    font-family: 'Times New Roman' !important;
    letter-spacing: 2px;
}
#main .two-block .block .text-infoo h4 {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 20px;
    color: #cdb08e;
    font-family: 'Times New Roman!important';
    letter-spacing: 2px;
}
#main .three-block .upper {
    position: relative;
}

.three-block .text-bar {
    text-align: center;
    margin: 0 0 20px;
}
.three-block .text-bar h2 {
    font-size: 35px;
    line-height: 37px;
    color: #cdb08e;
    font-family: 'Times New Roman' !important;
    letter-spacing: 3px;
    margin: 0;
}
.three-block .text-bar h3 {
    font-size: 120px;
    line-height: 60px;
    color: #cdb08e;
    font-family: 'Times New Roman' !important;
    letter-spacing: 10px;
    font-style: italic;
    display: inline-block;
    margin: 0 0 50px 15%;
}
.three-block .text-hold {
    padding: 15px;
    background: #003154;
}
.three-block .text-hold h2 {
    font-size: 25px;
    line-height: 27px;
    color: #cdb08e;
    font-family: 'Times New Roman' !important;
    letter-spacing: 4px;
    margin: 0 0 5px;
}
.three-block .text-hold h3 {
    font-size: 45px;
    line-height: 47px;
    color: #cdb08e;
    font-family: 'Times New Roman' !important;
    letter-spacing: 4px;
    margin: 0 0 15px;
    font-style: italic;
    padding: 0 0 0 25px;
}
.three-block .text-hold p {
    font-size: 30px;
    line-height: 32px;
    color: #cdb08e;
    font-family: 'Times New Roman' !important;
    letter-spacing: 3px;
    margin: 0;
    text-align: center;
}
#main .three-block {
    margin: 0 0 30px;
}
#main .icon-area {
    background: #003154;
    padding: 20px 0;
}
#main .icon-area ul {
    margin: 0;
    display: flex;
    align-items: flex-end;
}
#main .icon-area ul li {
    width: 25%;
    float: left;
    text-align: center;
}
#main .icon-area ul li .img-box {
    text-align: center;
    margin: 0 0 15px;
}
#main .icon-area ul li .img-box img {
    width: 120px;
    margin: 0 0;
}
#main .icon-area ul li p {
    font-size: 18px;
    line-height: 20px;
    color: #cdb08e;
    font-family: 'Times New Roman' !important;
    letter-spacing: 1px;
    margin: 0;
    text-align: center;
    font-style: italic;
}
#main .toper {
    text-align: center;
}
#main .icon-box {
    padding: 10px 0 0;
    margin: 0 0 2%;
}
#main .icon-box .toper p {
    font-size: 15px;
    line-height: 17px;
    color: #cdb08e;
    font-family: 'Times New Roman' !important;
    letter-spacing: 1px;
    margin: 0 0 50px;
    font-style: italic;
}
#main .icon-box .toper h2 {
    font-size: 70px;
    line-height: 78px;
    color: #cdb08e;
    font-family: 'Times New Roman' !important;
    letter-spacing: 3px;
    margin: 0;
}
#main .icon-box .toper h6 {
    font-size: 25px;
    line-height: 27px;
    color: #cdb08e;
    font-family: 'Times New Roman' !important;
    margin: 0 0 40px;
}
#main .icon-box .toper .btn-box a {
    background: #003154;
    font-size: 25px;
    line-height: 27px;
    color: #cdb08e;
    font-family: 'Times New Roman' !important;
    letter-spacing: 2px;
    padding: 15px 30px;
    border-radius: 0;
    margin: 0 0 4%;
}
#main .location-bar {
    text-align: center;
    margin: 0 0 3%;
    padding: 3%;
}
#main .location-bar h2 {
    font-size: 90px;
    line-height: 92px;
    color: #cdb08e;
    font-family: 'Times New Roman' !important;
    letter-spacing: 3px;
    margin: 0 0 30px;
    font-style: italic;
}
#main .location-bar .map-block {
    height: 600px;
    overflow: hidden;
}
#footer {
    background: #003154;
}
#footer .footer-holder {
    padding: 0 0 0 5%;

}
#footer .footer-holder .log-bar {
    float: left;
    width: 110px;
    padding: 10px 0;
}
#footer .footer-holder .nav-area {
    float: right;
    padding: 25px 15% 0 0;
}
#footer .footer-holder .nav-area ul {
    margin: 0;
}
#footer .footer-holder .nav-area ul li {
    display: inline-block;
    padding: 0 20px 0 0;
    position: relative;
}
#footer .footer-holder .nav-area ul li a {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    font-family: 'Times New Roman' !important;
    font-style: italic;
}
#footer .img-holder {
    float: right;
    width: 220px;
    margin: -8px 0 0;
}
#footer .footer-holder .log-bar a {
    display: block;
}
#footer .footer-holder .nav-area ul li:after {
    position: absolute;
    top: -7px;
    left: auto;
    right: 6px;
    width: 1px;
    height: 40px;
    background: #fff;
    z-index: 1;
    content: "";
}
#footer .footer-holder .nav-area ul li:last-child:after {
    display: none;
}

/* responsive style start */
@media only screen and (min-width: 1825px) {
    #header .header-holder .nav-area {
        padding: 25px 7% 0 0;
    }
    #header .img-holder {
        width: 360px;
    }
    #main .two-block .block {
        background: #003154;
        height: 100%;
        padding: 0px 0 0 0px;
    }
    #main .two-block .block .text {
        padding: 20px 50px 0 0;
    }
    #main .two-block .block .small-text-info {
        padding: 10%;
        text-align: justify;
    }
}
@media only screen and (max-width: 1700px) {
    #header .img-holder {
        width: 320px;
    }
    #header .header-holder .nav-area {
        padding: 25px 7% 0 0;
    }
}
@media only screen and (max-width: 1690px) {
    #main .two-block .block {
        background: #003154;
        height: 100%;
        padding: 0px 0 0 0px;
    }
    #main .two-block .block .text {
        padding: 20px 0px 0 0;
    }
    #main .two-block .block .small-text-info {
        padding: 20px 100px 160px 100px;
        text-align: justify;
    }
    #main .two-block .block .text p {
        letter-spacing: 1px;
        margin: 30px 0px 0 0px;
    }
}
@media only screen and (max-width: 1580px) {
    #header .header-holder .nav-area {
        padding: 25px 10% 0 0;
    }
    #main .two-block .block {
        padding: 30px 0 0 30px;
    }
    #main .two-block .block .text h2 {
        font-size: 94px;
        line-height: 67px;
        margin: 0 0 20px;
    }
    #main .two-block .block .text h3 {
        margin: 20px 0 20px 0;
    }
    #main .two-block .block .text-infoo {
        padding: 20px 0;
    }
    #main .two-block .block .small-text-info {
        padding: 20px 100px 100px 100px;
    }
    #main .two-block .block .text-infoo h2 {
        font-size: 29px;
    }
    #main .two-block .block .text-infoo h4 {
        font-size:16px;
    }
    #main .two-block .block .image-holder img {
        width: 90%;
    }
    #main .two-block .block .image-holder img.logo {
        width: 40%;
    }
    .three-block .text-hold h3 {
        font-size: 35px;
        line-height: 40px;
        margin: 0 0 5px;
    }
    .three-block .text-hold h2 {
        font-size: 23px;
        line-height: 25px;
    }
    #main .icon-box .toper h2 {
        font-size: 50px;
        line-height: 62px;
    }
    #main .icon-box .toper h6 {
        font-size: 22px;
        line-height: 24px;
        margin: 0 0 30px;
    }
    #main .location-bar h2 {
        font-size: 70px;
        line-height: 72px;
        margin: 0 0 20px;
    }
}
@media only screen and (max-width: 1450px) {
    #main .two-block .block .small-text-info {
        padding: 20px 60px 80px 60px;
    }
}
@media only screen and (max-width: 1366px) {
    #header .header-holder .nav-area {
        padding: 25px 12% 0 0;
    }
    #main .two-block .block .text h2 {
        font-size: 80px;
        line-height: 58px;
    }
    #main .two-block .block .text p {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 50px;
    }
    .three-block .text-bar h3 {
        font-size: 100px;
        line-height: 48px;
        margin: 0 0 30px 15%;
    }
    #main .two-block .block .text-infoo h2 {
        font-size: 29px;
    }
    #main .two-block .block .text-infoo h4 {
        font-size:16px;
    }
}
@media only screen and (max-width: 1280px) {
    #main .two-block .block .small-text-info {
        padding: 20px 40px 70px 40px;
    }
    #header .header-holder .nav-area {
        padding: 25px 15% 0 0;
    }
    #main .two-block .block .text h2 {
        font-size: 69px;
        line-height: 40px;
    }
    #main .two-block .block .text {
        padding: 10px 15px 0 0;
    }
    #main .two-block .block {
        padding: 20px 0 0 20px;
    }
    #main .two-block .block .text p {
        font-size: 16px;
        line-height: 17px;
        margin: 0px 0 40px;
    }
    #main .two-block .block .text-infoo {
        padding: 10px 0;
    }
    #main .two-block .block .text-infoo h2 {
        font-size: 20px;
        line-height: 22px;
    }
    #main .two-block .block .text-infoo h4 {
        font-size: 12px;
        line-height: 15px;
        color: #cdb08e;
    }
    #main .two-block .block .text h3 {
        margin: 20px 0 30px 0;
    }
    .three-block .text-bar h3 {
        font-size: 90px;
        line-height: 48px;
    }
    .three-block .text-hold h3 {
        font-size: 30px;
        line-height: 32px;
    }
    #main .icon-area ul li .img-box img {
        width: 100px;
        margin: 0 0;
    }
    #footer .footer-holder .nav-area {
        float: right;
        padding: 25px 18% 0 0;
    }
}
@media only screen and (max-width: 1024px) {
    #header .header-holder .nav-area {
        padding: 25px 18% 0 0;
    }

    #main .two-block .block .small-text-info {
        padding: 20px 20px 0px 20px;
    }
    #main .two-block .block .text p {
        font-size: 12px;
    }
}
@media only screen and (max-width: 880px) {
    #main .two-block .block .text p {
        line-height: 10px;
        margin: 0px 0 32px;
    }
}
@media only screen and (max-width: 992px) {
    #header .header-holder .nav-area {
        padding: 25px 16% 0 0;
    }
    #header .header-holder .nav-area ul li a {
        font-size: 12px;
        line-height: 14px;
    }
    #main .form-block form {
        padding: 0 40px;
    }
    .three-block .text-hold h2 {
        font-size: 16px;
        line-height: 18px;
    }
    .three-block .text-hold h3 {
        font-size: 19px;
        line-height: 22px;
    }
    .three-block .text-hold p {
        font-size: 23px;
        line-height: 25px;
    }
    #main .icon-box .toper p {
        margin: 0 0 20px;
    }
    #footer .img-holder {
        width: 200px;
    }
    #footer .footer-holder .log-bar {
        width: 90px;
    }
    #footer .footer-holder .nav-area ul li a {
        font-size: 12px;
        line-height: 14px;
    }
    #footer .footer-holder .nav-area ul li {
        padding: 0 10px 0 0;
    }
    #footer .footer-holder .nav-area ul li:after {
        top: 0px;
        right: 2px;
        height: 30px;
    }
    #header .header-holder {
        padding: 0 0 0 3%;
    }
    #main .two-block {
        padding: 0 2%;
        margin: 0 0 40px;
    }
    .float {
        top: 110px !important;
    }
}
@media only screen and (max-width: 767px) {
    #main .two-block .block .text p {
        font-size: 18px;
        line-height: 23px;
        margin: 0px 10px 32px 10px;
        text-align: initial;
    }
    #main .form-block form {
        padding: 0;
    }
    #main .two-block .col-md-6.pr-0,#main .two-block .col-md-6.pl-0 {
        padding: 0 15px !important;
    }
    #main .two-block {
        padding: 0;
    }
    #main .two-block .block .text h3 {
        text-align: center;
    }
    .three-block .text-bar h3 {
        font-size: 70px;
        line-height: 0.4;
    }
    .three-block .text-hold h2 {
        font-size: 20px;
        line-height: 22px;
        text-align: center;
    }
    .three-block .text-hold h3 {
        font-size: 30px;
        line-height: 32px;
        text-align: center;
        padding: 0;
    }
    #main .icon-area ul {
        display: block;
    }
    #main .icon-area ul li {
        width: 100%;
        margin: 0 0 30px;
    }
    #main .icon-box .toper .btn-box a {
        font-size: 19px;
        line-height: 23px;
    }
    #main .icon-box .toper h2,#main .location-bar h2 {
        font-size: 40px;
        line-height: 44px;
    }
    #main .icon-box .toper h6 {
        font-size: 15px;
        line-height: 17px;
        margin: 0 0 20px;
    }
    #footer .footer-holder .nav-area {
        float: none;
        padding: 0;
        display: inline-block;
        width: 100%;
    }
    #footer .footer-holder .nav-area ul li:after {
        display: none;
    }
    #footer .footer-holder .nav-area ul li {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    #footer .img-holder {
        width: 100%;
        display: inline-block;
        float: none;
        text-align: center;
        margin: 0 0 15px;
    }
    #footer .img-holder img {
        width: 100px;
    }
    #footer .col-md-11.pr-0,#footer .col-md-1.pl-0 {
        padding: 0 15px !important;
    }
    #footer .footer-holder .nav-area {
        margin: 0 0 15px;
    }
    #footer .footer-holder .log-bar {
        width: 100%;
        text-align: center;
        margin: 0 0 15px;
        padding: 20px 0 0;
    }
    #footer .footer-holder .log-bar img {
        width: 100px;
    }
    #main .icon-area ul li .img-box img {
        width: 70px;
    }
    header#mobile-header {
        padding: 12px 25px;
        background: #003154;
        position: relative;
    }
    #mobile-header .menu-icon {
        width: 30px;
        float: left;
        padding: 7px 0 0;
    }
    #mobile-header .menu-icon span {
        width: 100%;
        background: #fff;
        height: 3px;
        margin: 0;
        padding: 0;
        float: left;
        margin: 0 0 7px;
    }
    #mobile-header .mobile-logo {
        float: right;
    }
    #mobile-header .mobile-logo img {
        width: 100px;
    }
    .side-bar {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        z-index: 9;
        content: "";
        padding: 30px;
        left: -1000px;
        transition: all 0.5s;
        width: 100%;
        height: 100vh;
    }
    .side-bar .close {
        width: 100%;
        margin: 0 0 15px;
        text-align: right;
        opacity: 1;
    }
    .side-bar .close a {
        color: #000;
    }
    .side-bar .header-nav ul li {
        display: block;
        padding: 0;
        text-transform: capitalize;
        margin: 0 0 30px;
    }
    .side-bar .header-nav ul li a {
        font-size: 26px;
        line-height: 30px;
        color: #003154;
        font-weight: bold;
    }
    header#mobile-header:after {
        display: block;
        clear: both;
        content: "";
    }
    header#mobile-header .side-bar.active {
        left: 0;
        z-index: 99;
        height: 100vh;
    }
    #wrapper.active {
        position: fixed;
        left: 0;
        width: 100%;
    }
    .side-bar .img-holder {
        float: left;
        width: 120px;
        margin: -45px 0 15px;
    }
    .side-bar .header-nav {
        width: 100%;
        display: inline-block;
    }
    .three-block .text-hold {
        margin: 0 0 15px;
    }
}
@media only screen and (max-width: 575px) {
    #footer .img-holder {
        display: none;
    }
    #main .slick-dots {
        bottom: 13px;
    }
    #main .text-block h1 {
        font-size: 35px;
        line-height: 37px;
    }
    #main .text-block p {
        font-size: 20px;
        line-height: 22px;
    }
    #main .form-block {
        padding: 30px 0;
    }
    #main .two-block {
        padding: 0;
        margin: 0 0 20px;
    }
    .three-block .text-bar h3 {
        font-size: 50px;
        letter-spacing: 2px;
    }
    .three-block .text-bar h2 {
        font-size: 30px;
        line-height: 32px;
        letter-spacing: 1px;
    }
    .three-block .text-bar {
        margin: 0;
    }
    #main .icon-box .toper h2, #main .location-bar h2 {
        font-size: 30px;
        line-height: 38px;
    }
}

.csrf-token {
    display:  none;
}

.img-box {
    padding: 3%;
}

.three-block .border-wrap {
    border-style:  solid;
    color: #cdb08e;
}
#empreendimento .image-holder {
    text-align: center;
}
#empreendimento .image-holder .logo {
    width: 40%;
}

.visite {
    background-color: #be9a74;
    color: white;
    text-align: center;
    height: 90px;
    line-height: 80px;
    font-size: 1.9em;
    width: 100%;
}

@media only screen and (max-width: 1700px) {
    #header .img-holder {
        float: right;
        width: 300px;
    }
    #footer .img-holder {
        float: right;
        width: 300px;
    }
}
@media only screen and (max-width: 900px) {
    .visite {
        font-size: 1.5em;
    }

    #header .img-holder {
        width: 250px;
    }
    #footer .img-holder {
        width: 250px;
    }

    #header .header-holder .nav-area {
        padding: 25px 10% 0 0;
    }
    #footer .footer-holder .nav-area {
        padding: 25px 10% 0 0;
    }
    #header .header-holder .nav-area ul li a {
        font-size: 12px;
    }
    #footer .footer-holder .nav-area ul li a {
        font-size: 12px;
    }
}
@media only screen and (max-width: 970px) {
    #header .header-holder .nav-area ul li a {
        font-size: 14px;
        line-height: 14px;
    }
    #footer .footer-holder .nav-area ul li a {
        font-size: 14px;
        line-height: 14px;
    }

}

@media only screen and (max-width: 820px) {
    #header .header-holder .nav-area {
        padding: 25px 0 0 0;
    }
    #footer .footer-holder .nav-area {
        padding: 25px 0 0 0;
    }
    .visite {
        font-size: 1.2em;
    }

    #header .img-holder {
        width: 197px;
    }
    #footer .img-holder {
        width: 197px;
    }
}

.visite a:hover {
    color: #003154;
}
.visite a {
    color: white;
    font-style: italic;
}
.nav-area ul li a:hover {
    color: lightgray !important;
}

.float{
    position:fixed;
    width: 87px;
    height: 104px;
    top: 160px;
    right: 0px;
    background-color: #be9a74;
    text-align:center;
    z-index: 9999;
    background-image: url("../images/fale-conosco.png");
    background-size: cover;
    background-repeat: no-repeat;
}
