html {
    overflow-x: hidden;
    max-width: 100vw
}

body {
    overflow-x: hidden;
    padding: 0;
    height: 100%;
    margin: 0;
    padding-right: 0 !important;
    background-color: #F9F9F9;
}

.container-fluid {
    padding: 0;
}

.bg-marrom{
    background-color: #AA9C8B;
}

.navbar-toggler:focus,
.navbar-toggler-icon:focus,
.form-control:focus,
.form-select:focus {
    outline: none;
    box-shadow: none;
}

/*topo*/
.navbar {
    background-color: transparent !important;
    text-align: center;
    padding: 10px;
    font-family: 'Noir Pro Regular';
    font-size: 13px;
    letter-spacing: 4px;
}

.navbar .navbar-toggler {
    border: 0
}

.navbar .border-end {
    border-right: 2px solid #216B90 !important;
}

.navbar-toggler span {
    display: block;
    background-color: #216B90;
    height: 3px;
    width: 32px;
    margin-top: 0px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.35s ease-out;
    transform-origin: center left;
}

.navbar-toggler span:nth-child(1) {
    transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
    opacity: 1;
}

.navbar-toggler span:nth-child(3) {
    transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(1) {
    margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    transform: translate(15%, -194%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: translate(15%, 33%) rotate(-45deg);
}

.navbar .nav-item {
    padding: 0px 25px 0px 25px;
}

.navbar .nav-link {
    padding: 0;
}

.navbar .nav-item a {
    color: #999999;
    text-transform: uppercase;
    transition: transform .3s;
}

.navbar .nav-item a:hover {
    color: #216B90;
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.navbar .active {
    color: #216B90 !important;
}

/*slideprinc*/
.slideprinc .carousel-indicators {
    bottom: 55px;
}

.slideprinc .carousel-indicators [data-bs-target] {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    border: 2px solid #216B90;
    margin-left: 6px;
    margin-right: 6px;
    opacity: 1;
}

.slideprinc .carousel-indicators .active {
    background-color: #fff;
    border: 2px solid #216B90;
    background-image: url("../images/point-f.png");
    background-position: top center;
    background-repeat: no-repeat;
}

.slideprinc .card {
    border: 0;
}

.slideprinc .card-img-overlay p {
    font-family: 'Noir Pro Light';
    color: #fff;
    font-size: 22px;
    padding-bottom: 35px;
}

.slideprinc .card-img-overlay p span {
    display: block;
}

.slideprinc .card-img-overlay small {
    font-family: 'Noir Pro Regular';
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 3px;
    color: #A7E2FF;
    padding-bottom: 25px;
}

.slideprinc .card-img-overlay h1 {
    font-family: 'Noir Pro Light';
    color: #fff;
    font-size: 61px;
    padding-bottom: 25px;
}

.slideprinc .card-img-overlay h1 span {
    display: block;
}

.btnsite {
    transition: transform .3s;
}

.btnsite:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*busca*/
.boxbusca {
    font-family: 'Noir Pro Regular';
    color: #fff;
    background-color: #AA9C8B;
    border-radius: 15px;
    padding: 20px;
    width: 70%;
    margin-left: 15%;
    margin-top: -50px;
    z-index: 1;
    position: relative;
}

.boxbusca .btn-success {
    background-color: #216B90;
    border: 1px solid #216B90;
    font-family: 'Noir Pro Regular';
    text-transform: uppercase;
    padding: 10px 45px 10px 45px;
    font-size: 19px;
    width: 100%;
}

.boxbusca .btn-success:focus {
    background-color: #216B90;
    border: 1px solid #216B90;
}

.boxbusca .form-check-label {
    font-size: 14px;
}

.boxbusca p {
    text-transform: uppercase;
}

.boxbusca .form-check-input {
    border-radius: 5px;
    background-color: #fff;
}

.boxbusca .form-check-input:checked {
    background-color: #216B90;
    border-color: #216B90;
}

/*destaque*/
.destaque {
    background-color: #E4E0E0;
    padding: 15px;
}

.destaque h2 {
    font-family: 'Noir Pro Regular';
    color: #216b90;
    text-transform: uppercase;
    font-size: 30px;
    padding-bottom: 20px;
}

.destaque .box {
    color: #fff;
    background-color: #AA9C8B;
    border-radius: 15px;
    padding: 0px;
    width: 70%;
    margin-left: 15%;
}

.destaque .box p {
    font-family: 'Noir Pro Regular';
    font-size: 16px;
}

.destaque .box p span {
    display: block;
}

.destaque .box .photodest {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.destaque .box .btn-outline-light {
    border-radius: 25px;
    font-family: 'Noir Pro Regular';
    text-transform: uppercase;
    font-size: 14px;
}

/*imoveis*/
.imoveis .box {
    background-color: #fff;
    border-radius: 15px;
}

.imoveis .box .photodest {
    border-radius: 10px 10px 15px 15px;
}

.imoveis .card {
    border: 0;
}

.imoveis .box .card-img-overlay {
    padding: 0
}

.imoveis .box .card-img-overlay p {
    font-family: 'Noir Pro Regular';
    font-size: 11px;
    margin-bottom: 10px;
    line-height: 22px;
    text-align: left;
}

.imoveis .box h2 {
    color: #000;
    font-family: 'Noir Pro Regular';
    font-size: 25px;
    text-transform: uppercase;
    padding-top: 10px;
}

.imoveis .box h6 {
    font-family: 'Noir Pro Light';
    font-size: 21px;
    color: #216b90;
}

.imoveis .box h6 span {
    color: #000;
    font-size: 18px;
}

.imoveis .box .boxdet {
    background-color: #F2F2EA;
    border-radius: 10px;
    padding: 5px;
}

.imoveis .box .boxdet p {
    font-family: 'Noir Pro Light';
    font-size: 14px;
    margin-bottom: 0;
}

.imoveis .box p {
    font-family: 'Noir Pro Light';
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
}

.imoveis .box hr {
    border-top: 2px solid #E4E0E1;
}

.imoveis .box .btn-success {
    background-color: #216B90;
    border: 1px solid #216B90;
    font-family: 'Noir Pro Light';
    text-transform: uppercase;
    padding: 6px 25px 6px 25px;
    font-size: 16px;
    font-weight: bold;

}

.imoveis .carousel-indicators {
    bottom: -75px;
}

.imoveis .carousel-indicators [data-bs-target] {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    border: 2px solid #216B90;
    margin-left: 6px;
    margin-right: 6px;
    opacity: 1;
}

.imoveis .carousel-indicators .active {
    background-color: #fff;
    border: 2px solid #216B90;
    background-image: url("../images/point-f.png");
    background-position: top center;
    background-repeat: no-repeat;
}

/*lista*/
.lista {
    background-color: #E4E0E0;
}

.lista .card {
    border: 0;
    background-color: transparent;
}

.lista .card p {
    font-family: 'Noir Pro Light';
    font-size: 14px;
    line-height: 24px;
}

.lista .card h5 {
    font-family: 'Noir Pro Regular';
    font-size: 14px;
}

.lista .card h4 {
    font-family: 'Noir Pro Regular';
}

.lista .card hr {
    border-top: 3px solid #216B90;
}

.lista .carddest {
    margin-top: -25px;
    margin-bottom: -25px;
}

/*cyrela*/
.cyrela p {
    font-family: 'Noir Pro Light';
    font-size: 13px;
    color: #6E6E6E;
}

.cyrela hr {
    border-top: 1px solid #AA9C8B;
}

/*modal*/
.modal-backdrop {
    --bs-backdrop-bg: #5E5E5E;
    --bs-backdrop-opacity: 0.9;
    z-index: 2
}

.modal-content {
    background-color: #5E5E5E;
    border: 0px;
}

.modal-footer {
    border-top: 0px;
}

.modal-content h6 {
    font-family: 'Noir Pro Regular';
    color: #fff;
}

.modal-content .btn-success {
    background-color: #216B90;
    border: 1px solid #216B90;
    font-family: 'Noir Pro Regular';
    padding: 5px 0px 5px 0px;
    font-size: 15px;
}

.modal-content .btn-success:focus {
    background-color: #216B90;
    border: 1px solid #216B90;
}

.modal-content .form-control {
    font-family: 'Noir Pro Regular';
    font-size: 13px;
}

.modal-content .btn-close {
    margin-bottom: -70px !important;
    margin-right: 225px !important;
    --bs-btn-close-bg: none;
    opacity: 1;
    width: 38px !important;
    height: 38px !important;
}

.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none;
}

/*footer*/
footer {
    background-color: #AA9C8B;
    border-radius: 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}

footer p {
    font-family: 'Noir Pro Light';
    font-size: 14px;
    color: #fff;
    padding-top: 15px;
}

/*media*/
@media (min-width: 1921px) {}


@media (max-width: 1680px) {}

@media (max-width: 1440px) {}

@media (max-width: 1400px) {}

@media (max-width: 1366px) {}

@media (max-width: 1280px) {
    .slideprinc .card-img-overlay h1 {
        font-size: 45px;
        padding-bottom: 10px;
    }
}

@media (max-width: 1200px) {}

@media (max-width: 1024px) {
    .slideprinc .card-img-overlay h1 {
        font-size: 40px;
        padding-bottom: 10px;
    }

    .slideprinc .card-img-overlay p {
        font-size: 18px;
        padding-bottom: 5px;
    }
}

@media (max-width: 991px) {
    .navbar {
        padding: 5px;
        text-align: right;
        font-size: 15px;
    }

    .navbar .border-end {
        border-right: 0px !important;
    }

    .navbar-toggler p {
        font-size: 13px;
    }

    .slideprinc .carousel-indicators {
        bottom: -45px;
    }

    .boxbusca {
        margin-top: 55px;
        width: 85%;
        margin-left: 7.5%;
    }

    .boxbusca .btn-success {
        margin-top: 15px;
        width: 75%;
    }

    .destaque .box .photodest {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 20px;
    }

    .destaque .box p span {
        display: inline;
    }

    .destaque .box {
        width: 85%;
        margin-left: 7.5%;
    }

    .destaque .box .colbox {
        padding: 25px;
    }

    .destaque .box p {
        font-size: 14px;
    }

    .imoveis .card p {
        text-align: left;
    }

    .cyrela p {
        padding-top: 20px;
    }

    .lista .carddest {
        margin-top: -25px;
        margin-bottom: -65px;
    }
}

@media (max-width: 768px) {
    .slideprinc .card-img-overlay h1 {
        font-size: 35px;
        padding-bottom: 10px;
    }

    .slideprinc .card-img-overlay p {
        font-size: 18px;
        padding-bottom: 0px;
    }

    .slideprinc .card-img-overlay small {
        padding-bottom: 10px;
    }
}

@media (max-width: 767px) {}

@media (max-width: 480px) {
    .navbar {
        padding: 0px;
    }

    .logo {
        width: 210px;
        padding: 0 0 10px 0;
    }

    .slideprinc .card-img-overlay p span {
        display: inline;
    }

    .slideprinc .card-img-overlay h1 span {
        display: inline;
    }

    .boxbusca {
        padding: 20px;
        width: 100%;
        margin-left: 0%;
        margin-top: 55px;
    }

    .boxbusca .form-check-label {
        font-size: 1rem;
    }

    .destaque .box {
        width: 100%;
        margin-left: 0%;
    }

    .destaque {
        padding: 5px;
    }

    .destaque h2 {
        font-size: 20px;
        padding-bottom: 20px;
        padding-top: 25px;
    }

    .destaque .box .btn-outline-light {
        border-radius: 15px;
        font-size: 10px;
    }

    .destaque .box p {
        font-size: 12px;
    }

    footer p {
        font-size: 12px;
    }
}

@media (max-width: 390px) {
    .logo {
        width: 180px;
        padding: 0 0 15px 0;
    }

    .slideprinc .card-img-overlay h1 {
        font-size: 31px;
        padding-bottom: 0px;
    }

    .slideprinc .card-img-overlay p {
        font-size: 16px;
        padding-bottom: 0px;
    }

    .slideprinc .card-img-overlay small {
        font-size: 13px;
        padding-bottom: 0px;
    }

    .boxbusca .form-check-label {
        font-size: 12px;
    }
}

@media (max-width: 320px) {
    footer p {
        font-size: 11px;
    }
}


.box-locais:hover {
    background: #00000080;
}

.box-locais:hover .container .row .col-lg-12 p {
    display: flex !important;
}

.box-locais .container .row .col-lg-12 p {
    display: none !important;
}

 select {
    font-family: 'Noir Pro Regular';
    font-size: 13px !important;
    color: #595c5f !important;
}


.cards-cyrela{

    position: relative;
    top: -5rem;

}


.maisde h2{


font-style: normal;
font-weight: 300;
font-size: 48px;
line-height: 58px;

color: #aa9c8b ; 


}

.maisde h2 span{
    /* Mais de */
 


font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 18px;
text-transform: uppercase;

color: #aa9c8b ; 
}

.maisde small{
 

font-style: normal;
 
font-size: 15px;
line-height: 18px;

color: #aa9c8b ; 


}

#cookies * {
    font-family: 'Noir Pro Light';
    border-radius:  unset;
}

div#cookies {
    border-radius: unset !important;
    background: #fff !important;
}

#cookies button {
    letter-spacing: 0.2rem;
}

@media (max-width: 800px){
   .cards-cyrela{

    position: unset;
    

}

}

.boxtxt p{

    background-color: #216B90;
    border-radius: 26px;

    display: inline-flex;
    padding: .5rem .8rem;
        align-items: center;
 margin-bottom: 0px !important;
 

}
.boxtxt {
   margin-bottom: 1rem !important;
}


.destaqueconteudo{

    min-height: 600px;
    max-height: 1000px;
    height: 70vh;
    background:  linear-gradient(#00000059 , #00000059) , url('../images/destaque/banner.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    

}

.enderecotxt{
    text-align: left !important;
}



@media (max-width: 800px){



.destaqueconteudo{

    min-height: 300px;
    max-height: 1000px;
    height: 30vh;
    background:  linear-gradient(#00000059 , #00000059) , url('../images/destaque/banner.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    

}


.destaqueconteudo h3{

    font-size: 1rem;

}



    .owl-item img {
    height: 400px;
    object-fit: cover;
}


h2.text-dark.font-weight-bold.d-flex.flex-column {
    text-align: center;
    font-size: 2.5rem !important;
}


h2.text-dark.font-weight-bold {
    font-size: 2.5rem !important;

 

}

}

