@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");

body {
    line-height: 1.2;
    font-family: "Poppins", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    color: #232323;
}

.ubuntu-regular {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    display: block;
    color: #223a66;
}

.barra-titulo:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 80px;
    content: '.';
    color: transparent;
    background: #b18a4a;
    height: 4px
}

.topbar {
    background-color: #223a66;
}

a.text-top {
    font-size: 0.75rem;
    color: #ffffff;
    text-decoration: none;
    transition: .5s;
}

a.text-top:hover {
    color: #9b9bc4;
    transition: .5s;
}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

img.logo-principal {
    width: 320px;
}

.logo-rodape {
    background-image: url(../../files/imagens/logo-meuimovelnolitoral-rodape.png);
    background-size: cover;
    width: 240px;
    height: 163px;
}

.background-destaque {
    background-image: url(../../files/imagens/background.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about p,
span {
    color: #232323;
}

.about-item-inner {
    border: silver 1px solid;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    background: var(--bs-light);
}

.about-item-inner p {
    font-size: 0.8rem;
    color: #353535;
}

.about-item-inner .fas {
    color: #b18a4a;
}

.about-item-inner h6 {
    color: #353535;
}

.box-tenho-interesse {
    border: silver 1px solid;
    border-radius: 10px;
    background: var(--bs-light);
    padding: 24px;
}

.box-tenho-interesse h3 {
    color: #182b45;
}

.icone-busca {
    background-color: #dee2e6;
}

.icone-busca>span {
    color: #b18a4a;
}

.input-group>input,
.input-group>select {
    color: var(--bs-secondary);
}

.valor-destaque {
    border-bottom: #b18a4a 1px solid;
    margin-bottom: 20px;
}

.valor-destaque>h3 {
    color: #b18a4a;
}

h4.valor-imovel {
    font-size: 1.2rem;
    color: #182b45;
}

h4.titulo-imovel {
    font-size: 1.3rem;
}

ul.contatos {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li.nome-contato {
    font-size: 1.6rem;
    font-weight: 600;
}

ul.contatos .contato-item {
    border: 1px solid rgb(41, 167, 26);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 10px 16px;
    display: inline-block;
    width: auto;
    transition: 0.5s;
}

ul.contatos .contato-item a {
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    color: rgb(41, 167, 26);
}

ul.contatos .contato-item:hover {
    background-color: rgb(0, 73, 10);
}

ul.contatos .contato-item a:hover {

    color: rgb(255, 255, 255);
}

input[type="submit"] {
    background-color: rgb(41, 167, 26);
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 18px 14px 40px;
    cursor: pointer;
    float: left;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

input:hover[type="submit"] {
    background-color: rgb(0, 73, 10);
}

.input-container {
    position: relative;
    display: inline-block;
}

.input-container .icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-sm-square {
    width: 31px;
    height: 31px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-secondary {
    background: #9b9bc4;
}

.btn.btn-secondary:hover {
    color: #182b45;
    background: #ffffff;
}

.btn.btn-light {
    color: #ffffff;
    background: #9b9bc4;
    border: none;
}

.btn.btn-light:hover {
    background: #ffffff;
    color: var(--bs-primary) !important;
}

.btn.btn-primary {
    background-color: #b18a4a;
    color: var(--bs-white);
    border: none;
}

.btn.btn-primary:hover {
    background: #182b45;
}

/*** End Button Start ***/

/*** Navbar Start ***/

.nav-bar {
    background: var(--bs-white);
}

.sticky-top {
    transition: 1s;
}

.navigation {
    background-color: #ffffff;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    letter-spacing: 1px;
    color: var(--bs-dark);
    font-size: 17px;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: #223a66;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #b18a4a;
}

.sticky-top .navbar-light .navbar-brand img {
    max-height: 50px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    margin-top: 8px !important;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        margin-top: 8px !important;
        transition: .5s;
        opacity: 0;
    }
}

@media (max-width: 991px) {
    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .sticky-top .navbar-light .navbar-nav .nav-link {
        padding: 12px 0;
    }
}

/*** Navbar End ***/

/*** Início imóveis destaques ***/

.text-body {
    font-size: 0.85rem;
}

.categories .categories-item {
    position: relative;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    transition: 0.5s;
}

.categories .categories-item:hover {
    border: 1px solid #182b45;
}

.categories .categories-item .categories-item-inner {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: 0.5s;
}

.categories .categories-item-inner .categories-img {
    background-color: #ebebeb;
}

.categories .categories-item-inner .categories-content {
    border-top: 4px solid var(--bs-white);
    text-align: center;
    background-color: rgb(230, 230, 230);
}

.categories .categories-item-inner .categories-review {
    display: flex;
    align-items: center;
    justify-content: center;
}

.categories-carousel .owl-stage-outer {
    margin-top: 65px;
    margin-right: -1px;
}

.categories-carousel .owl-nav .owl-prev,
.categories-carousel .owl-nav .owl-next {
    position: absolute;
    top: -65px;
    padding: 10px 35px;
    color: var(--bs-white);
    background: #b18a4a;
    border-radius: 50px;
    transition: 0.5s;
}

.categories-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.categories-carousel .owl-nav .owl-next {
    right: 0;
}

.categories-carousel .owl-nav .owl-prev:hover,
.categories-carousel .owl-nav .owl-next:hover {
    background: #182b45;
    color: var(--bs-white);
}

/*** Fim imóveis destaques ***/

.service a {
    text-decoration: none;
}

.service .service-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
    border-radius: 10px;
    background: var(--bs-white);
    transition: 0.5s;
    color: #182b45;
}

.service .service-item:hover {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 60px;
    background: var(--bs-light);
}

.service .service-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: #182b45;
    border-radius: 10px;
    z-index: -1;
    transition: 0.5s;
    opacity: 0;
}

.service .service-item:hover::after {
    opacity: 1;
}

.service .service-item .service-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: #c3cbcc 8px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b18a4a;
    background: #ffffff;
    font-size: 3rem;
    font-weight: bold;
}

/*** Pagination Start ***/
.pagination>li>a {
    background-color: white;
    color: #182b45;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #182b45;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>.active>a {
    color: white;
    background-color: #182b45 !Important;
    border: solid 1px #182b45 !Important;
}

.pagination>.active>a:hover {
    background-color: #182b45 !Important;
    border: solid 1px #182b45;
}

/*** Botão mais fotos ***/
.centered {
    border: 2px solid #ffffff;
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0.5);
    width: auto;
    padding: 8px 18px;
    position: absolute;
    top: 75%;
    left: 75%;
    transform: translate(-50%, -50%);
}

/*** Footer Start ***/
.footer {
    background-color: #182b45;
}

.footer .footer-item h4 {
    color: #9b9bc4;
}

.footer .footer-item a {
    line-height: 30px;
    text-decoration: none;
    color: #ffffff;
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 30px;
}

.footer .footer-item a:hover {
    color: #9b9bc4;
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary) !important;
}

/*** Footer End ***/

/*** Concent Cookies start ***/

.cookieConsentContainer {
    z-index: 999;
    width: 350px;
    min-height: 20px;
    box-sizing: border-box;
    padding: 21px;
    background: #e2e2e2;
    overflow: hidden;
    position: fixed;
    bottom: 22px;
    left: 22px;
    display: none;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}

.cookieConsentContainer .cookieTitle {
    font-family: 'Open Sans', arial, sans-serif;
    color: #343a40;
    font-size: 18px;
    line-height: 20px;
    display: block
}

.cookieConsentContainer .cookieDesc p {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', arial, sans-serif;
    color: #343a40;
    font-size: 13px;
    line-height: 20px;
    display: block;
    margin-top: 10px
}

.cookieConsentContainer .cookieDesc a {
    font-family: 'Open Sans', arial, sans-serif;
    color: #343a40;
    text-decoration: underline
}

.cookieConsentContainer .cookieButton a {
    display: inline-block;
    font-family: 'Open Sans', arial, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-top: 12px;
    background: #b18a4a;
    box-sizing: border-box;
    padding: 12px 20px;
    text-align: center;
    transition: background .3s;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.cookieConsentContainer .cookieButton a:hover {
    color: #b18a4a;
    cursor: pointer;
    background: #fff
}

.cover {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(31, 148, 255, 0.75);
    transition: opacity 0.15s ease-in;
    opacity: 0;
    padding-top: 80px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

@media (max-width:980px) {
    .cookieConsentContainer {
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important
    }

    img.logo-principal {
        width: 220px;
    }

    .logo-rodape {
        background-image: url(../../files/imagens/logo-meuimovelnolitoral-rodape2.png);
        background-size: cover;
        width: 280px;
        height: 55px;
    }

    .background-destaque {
        background-image: url(../../files/imagens/background-mobile.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    /*** Botão mais fotos ***/
    .centered {
        top: 88%;
        left: 50%;
    }

}

/*** Concent Cookies end ***/