html,
body {
    font-family: 'Nunito', sans-serif;
    width: 100%;
    height: 100%;
    background-color: #ececec;
}

@keyframes WaveWhatsApp {
    0% {
        transform: scale(0.5);
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.whatsapp-plug-icon {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    cursor: pointer;
    background-color: #0ba360;
    transition: .3s;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/whatsapp.svg');
    background-size: 50% auto;
}

.whatsapp-plug-icon::after,
.whatsapp-plug-icon::before {
    content: '';
    position: absolute;
    opacity: 0;
    border: 4px solid #0ba360;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    -webkit-border-radius: 50%;
    animation: WaveWhatsApp 1.5s ease infinite;
    animation-delay: 0s;
}

.whatsapp-plug-icon::after {
    animation-delay: .5s;
}

.whatsapp-plug-icon {
    cursor: pointer;
}

.menu-mobile {
    color: #000;
    display: none;
    font-size: 26px;
}

.site-cabecalho {
    background: #333;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
}

.site-cabecalho.fixo {
    transition: .4s;
    padding-top: 20px;
}

.site-cabecalho.fixo .menu-com-megamenu {
    margin: 30px 0 0 0;
}

.site-cabecalho.fixo .row:first-child {
    display: none;
}

.site-cabecalho.fixo .logo-site {
    margin-top: 0;
}

.site-cabecalho .container {
    position: relative;
}

.site-cabecalho .email-contato {
    display: block;
    margin: 14px 0;
    font-size: 13px;
    color: #fff;
}

.site-cabecalho .telefone-contato {
    display: block;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
}

.site-cabecalho form {
    background: #333;
    display: flex;
    width: 80%;
    margin-top: 20px;
    height: 35px;
    float: right;
    padding: 0;
}

.site-cabecalho form input {
    font-weight: bold;
    font-size: 12px;
    height: 35px;
    border: 1px solid #d2d3d5;
    color: #fff;
    background: #333;
}

.site-cabecalho form .btn {
    background: #d2d3d5;
    color: #333;
    border-radius: 10%;
    height: 35px;
    margin-left: 2px;
}

.site-cabecalho .redes-socias {
    float: right;
    display: inline-block;
    padding: 0;
    margin-top: 15px;
}

.site-cabecalho .redes-socias li {
    float: left;
    list-style: none;
    padding: 0 7px;
}

.site-cabecalho .redes-socias li a {
    color: #fff;
    font-size: 30px;
}

.site-cabecalho .logo-site {
    display: block;
    width: 190px;
    margin-top: -40px;
    margin-bottom: 10px;
}

.site-cabecalho .menu-com-megamenu {
    float: right;
    padding: 0;
    margin: 20px 0 0 0;
    position: relative;
}

.site-cabecalho .menu-com-megamenu li {
    float: left;
    list-style: none;
    font-size: 16px;
}

.site-cabecalho .menu-com-megamenu li a:hover ~ .mega-menu {
    display: block;
}

.site-cabecalho .menu-com-megamenu .mega-menu {
    display: none;
    position: absolute;
    top: 77px;
    width: 1120px;
    background: #505050;
    left: -470px;
    right: 0;
    padding: 20px;
    text-align: center;
}

.site-cabecalho .menu-com-megamenu .mega-menu li {
    float: left;
    width: 25%;
    padding: 10px;
}

.site-cabecalho .menu-com-megamenu .mega-menu li .titulo {
    border: 1px solid #282828;
    display: block;
    width: 100%;
    color: #F03A00;
    position: relative;
    height: 40px;
}

.site-cabecalho .menu-com-megamenu .mega-menu li .titulo span {
    display: block;
    background: #505050;
    margin: 0 auto -25px auto;
    width: 170px;
    font-size: 11px;
    text-transform: none;
    color: #fff;
}

.site-cabecalho .menu-com-megamenu .mega-menu ul {
    padding: 20px 0 0 0;
}

.site-cabecalho .menu-com-megamenu .mega-menu li ul li {
    display: block;
    width: 100%;
    padding: 11px 0;
}

.site-cabecalho .menu-com-megamenu .mega-menu li ul li a {
    color: #fff;
    padding: 0;
    font-size: 12px;
}

.main-navbar {
    background: #fff;
    box-shadow: 0 2px 7px 0 rgba(94, 94, 94, 1);
}

.main-navbar .navbar-brand img {
    width: 110px;
}

.main-navbar.fixed-top {
    background: #fff;
}

.main-navbar.fixed-top .navbar-brand img {
    width: 70px;
}

.main-navbar .nav-link {
    color: #d2d3d5;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}

.main-navbar .nav-link:hover {
    color: #d2d3d5;
    transition: .2s
}

.search-page {
    margin-top: 175px;
}

.banner-home {
    width: 100%;
    height: 100%;
    position: relative;
}

.banner-home .carousel,
.banner-home .carousel .carousel-inner,
.banner-home .carousel .carousel-inner .carousel-item {
    height: 100%;
}

.banner-home .carousel .carousel-control-next,
.banner-home .carousel .carousel-control-prev {
    font-size: 60px;
    color: #fff;
}

.banner-home .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .35);
}

.banner-home .overlay .search-home {
    bottom: 50px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 99;
}

.banner-home .overlay .nav-tabs {
    border: none;
    margin-bottom: 10px;
}

.banner-home .overlay .nav-tabs .nav-link {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    background: #fff;
    color: #000;
    margin-left: 8px;
    border: none;
    padding: 14px;
    border-radius: 30px;
    min-width: 100px;
}

.banner-home .overlay .nav-tabs .nav-link.active,
.banner-home .overlay .nav-tabs .nav-link:hover {
    background: #d2d3d5;
    color: #222;
}

.banner-home .overlay .nav-tabs .nav-link:first-child {
    margin-left: 0;
}

.banner-home .overlay .tab-content {
    padding: 10px;
    background: #d2d3d5;
    border-radius: 30px;
}

.banner-home .overlay .tab-content .btn {
    border-radius: 0;
}

.banner-home .overlay .search-home .form-control,
.banner-home .overlay .search-home .form-control:focus {
    box-shadow: none;
    background-color: #d2d3d5;
    border: 1px solid #fff;
    font-size: 14px;
    border-radius: 20px;
    color: #222;
}

.banner-home .overlay .search-home .btn {
    display: block;
    width: 100%;
    font-size: 14px;
    background-color: #333;
    border: none;
    color: #fff;
    height: 34px;
    border-radius: 30px;
}

.listing-item-headline {
    text-transform: uppercase;
    font-size: 23px;
    margin: 15px 0;
    display: block;
}

.listing-item-headline-searchs {
    font-size: 25px;
    margin: 15px 0 0 0;
}

.listing-item-headline-searchs span {
    font-size: 15px;
}

.listing-item-headline-breadcrumbs {
    padding: 0;
    margin: 0;
}

.listing-item-headline-breadcrumbs li {
    float: left;
    padding-left: 14px;
    list-style: none;
    font-size: 14px;
}

.listing-item-headline-breadcrumbs li:first-child {
    padding-left: 0;
}

.listing-item-headline-breadcrumbs li a {
    color: #333;
}

.listing-item-list {
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.listing-item-list .listing-img-container {
    position: relative;
    height: 300px;
    width: 100%;
    display: block;
}

.listing-item-list .listing-badges {
    position: absolute;
    top: 0;
    z-index: 999;
    right: 0;
    width: 100%;
    display: block;
    font-size: 13px;
    padding: 0;
    overflow: hidden;
    height: 100px;
}

.listing-item-list .listing-badges div {
    color: #fff;
    display: inline-block;
    padding: 1px 10px;
    float: right;
    background-color: #222;
    border-radius: 3px;
    top: 15px;
    right: 15px;
    position: absolute;
}

.listing-item-list .listing-badges .featured {
    float: left;
    transform: rotate(-45deg);
    left: -60px;
    top: 25px;
    position: relative;
    text-align: center;
    width: 200px;
    font-size: 12px;
    margin: 0;
}

.listing-item-list .listing-img-content {
    position: absolute;
    z-index: 99;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 7px 20px 16px 20px;
    line-height: 1;
}

.listing-item-list .listing-img-container:after,
.listing-item-list .listing-img-container:before {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    content: "";
    z-index: 9;
}

.listing-item-list .listing-img-container:hover:before {
    opacity: 0.9;
    background: linear-gradient(to bottom, transparent 65%, #d2d3d5);
    transition: opacity .3s;
}

.listing-item-list .listing-img-container .image {
    height: 300px;
    width: 100%;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.listing-item-list .listing-img-container:after {
    background: linear-gradient(to bottom, transparent 60%, #333);
}

.listing-item-list .listing-img-container .listing-price {
    color: #fff;
    font-size: 23px;
}

.listing-item-list .listing-content {
    background-color: #fff;
}

.listing-item-list .listing-content .listing-title {
    padding: 2px 20px;
    min-height: 115px;
}

.listing-item-list .listing-title h4 {
    height: 32px;
    line-height: 1.2;
    font-size: 14px;
    margin: 7px 0 8px;
    font-weight: bold;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    min-height: 35px;
}

.listing-item-list .listing-title h2,
.listing-title h5 {
    font-size: 13px;
    margin: 7px 0;
}

.listing-item-list .listing-features {
    width: 100%;
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 2px;
}

.listing-item-list .listing-features li {
    float: left;
    width: 33.33%;
    font-size: 13px;
    text-align: center;
}

.listing-item-list .listing-features li span,
.listing-item-list .listing-features li i {
    display: block;
    font-size: 10px;
    margin-bottom: 4px;
}

.listing-item-list .listing-features li i {
    font-size: 14px;
}

.back-to-listings {
    height: 60px;
    width: 60px;
    background-color: #d2d3d5;
    color: #fff;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    text-align: center;
    padding: 12px 10px;
    transition: all 0.2s;
    font-size: 25px;
}

.back-to-listings:hover {
    color: #000;
}

.sidebar-listing-search {
    padding: 14px;
    box-sizing: border-box;
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 40px;
}

.single-broker {
    background: #fff;
    margin-bottom: 55px;
}

.single-broker .single-broker-header {
    background-color: #dedede;
    padding: 10px 25px;
    border: 1px solid #ccc;
    border-bottom: none;
    float: left;
    width: 100%;
}

.single-broker .single-broker-header h5 {
    margin-bottom: 0;
    font-size: 18px;
    color: #717171;
}

.single-broker .single-broker-header p {
    margin: 0;
    font-size: 13px;
    color: #717171;
}

.single-broker .content {
    padding: 20px;
    float: left;
    width: 100%;
}

.single-broker .content .image {
    float: left;
    width: 30%;
}

.single-broker .content .image img {
    border-radius: 50%;
    width: 80px;
    object-fit: cover;
    height: 80px;
}

.single-broker .content .info {
    width: 70%;
    float: left;
    line-height: 19px;
    text-align: center;
}

.single-broker .content .info p {
    font-size: 21px;
    margin-bottom: 0;
}

.single-broker .content .info span {
    color: #348620;
    font-size: 13px;
}

.single-broker .content .info .cellphone {
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-top: 6px;
    background: #25D366;
    padding: 5px 10px;
    border-radius: 30px;
    color: #fff;
}

.single-broker .content .info .cellphone:hover {
    background: #075E54;
    text-decoration: none;
    transition: .3s;
}

/*   Galeria de imagens no imovel   */

.gallery-listing {
    float: left;
    width: 100%;
}

.gallery-listing .item {
    float: left;
    width: 25%;
    height: 290px;
    border: 1px solid #000;
    display: none;
}

.gallery-listing .item:nth-child(1),
.gallery-listing .item:nth-child(2),
.gallery-listing .item:nth-child(3),
.gallery-listing .item:nth-child(4),
.gallery-listing .item:nth-child(5),
.gallery-listing .item:nth-child(6),
.gallery-listing .item:nth-child(7) {
    display: block;
}

.gallery-listing .item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.gallery-listing .item.active {
    float: left;
    height: 580px;
}

.block-features-property {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.block-features-property header {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.block-features-property header h3 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.block-features-property ul {
    margin: 0;
    padding: 0;
}

.block-features-property ul li {
    float: left;
    width: 33.33%;
    font-weight: 400;
    list-style: none;
    font-size: 14px;
    margin: 4px 0;
}

.block-features-property ul li:before {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 10px;
    top: -1px;
    position: relative;
    font-family: "FontAwesome";
    content: "\f00c";
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 15px;
    background-color: #d2d3d5;
    border: 2px solid transparent;
    transition: border-color 0s;
    border-radius: 2px;
}

.single-listing .price {
    font-weight: bold;
    margin: 0;
    text-align: right;
}

.single-listing .price-condominium {
    font-weight: bold;
    text-align: right;
    margin: 0;
}

.single-listing .form-contact {
    background-color: #fff;
    padding: 30px 25px;
}

.single-listing .form-contact p {
    font-weight: bold;
    text-align: center;
}

.single-listing .form-contact .form-control,
.single-listing .form-contact .form-control:focus {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.single-listing .share-options {
    margin-top: 20px;
    background: #fff;

}

.single-listing .share-options .title {
    background: #d2d3d5;
    padding: 14px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.single-listing .share-options .content {
    padding: 14px;
    text-align: center;
}

.single-listing .share-options .content ul {
    padding: 0;
    margin: 0;
}

.single-listing .share-options .content ul li {
    list-style: none;
    display: inline-block;
    padding: 5px;
}

.single-listing .share-options .content ul li a {
    background: #d2d3d5;
    width: 50px;
    height: 50px;
    display: block;
    padding: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 27px;
}

.main-footer {
    background: #333;
    padding-top: 40px;
    padding-bottom: 40px;
}


.main-footer h3 {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

.main-footer ul {
    padding: 0;
    margin: 0;
}

.main-footer ul li {
    font-size: 14px;
    display: block;
    margin-bottom: 7px;
    color: #fff;
}

.main-footer ul li a {
    color: #fff;
}

.sidebar-listing-search button {
    background-color: #d2d3d5;
    border-color: #fff;
}

.form-contact .btn {
    color: #fff;
    background-color: #d2d3d5;
    border-color: #000;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.contact-page {
    margin-top: 190px;
    margin-bottom: 35px;
}

.contact-page .btn {
    background-color: #d2d3d5;
    border-color: #000;
}

.contact-page iframe {
    border-radius: 3%;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #cd3539;
    border-color: #fff;
}

.page-link {
    color: #cd3539;
}

.page-link:hover {
    z-index: 2;
    color: #cd3539;
}

.page-link:focus {
    box-shadow: 0 0 0 0.2rem rgb(205 53 57 / 38%);
}

section#contact {
    margin-top: 25px;
    background-color: #ececec;
    background-position: center;
    background-repeat: no-repeat;
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #e27965;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}

.img-about-us img {
    width: 500px;
    height: 280px;
    object-fit: cover;
}

.rodape-site-indices {
    margin-top: 50px;
    margin-bottom: 30px;
}

.rodape-site-indices .titulo {
    text-align: center;
    margin-bottom: 14px;
}

.rodape-site-indices .titulo p {
    background: #000;
    display: inline-block;
    padding: 9px 21px;
    color: #fff;
    text-transform: uppercase;
}

.rodape-site-indices .item {
    display: flex;
}

.rodape-site-indices .item p {
    padding: 10px;
    background: #e7c132;
    color: #000;
    border-radius: 10px;
    margin-right: 15px;
    font-weight: bold;
    margin-top: 7px;
    font-size: 13px;
}

.rodape-site-indices .item span {
    display: block;
    margin-bottom: 0;
    font-size: 13px;
}

.gallery-listing {
    margin-top: 110px;
}

.site-cabecalho .menu-com-megamenu {
    float: right;
    padding: 0;
    margin: 20px 0 0 0;
    position: relative;
}

.site-cabecalho .menu-com-megamenu li a {
    display: inline-block;
    color: #d2d3d5;
    padding: 10px 15px;
}

.site-cabecalho .menu-com-megamenu li a:hover ~ .mega-menu {
    display: block;
}

.site-cabecalho .menu-com-megamenu .mega-menu {
    display: none;
    position: absolute;
    top: 77px;
    width: 1120px;
    background: #505050;
    left: -470px;
    right: 0;
    padding: 20px;
    text-align: center;
}

.site-cabecalho .menu-com-megamenu .mega-menu li {
    float: left;
    width: 25%;
    padding: 10px;
}

.site-cabecalho .menu-com-megamenu .mega-menu li .titulo {
    border: 1px solid #282828;
    display: block;
    width: 100%;
    color: #F03A00;
    position: relative;
    height: 40px;
}

.site-cabecalho .menu-com-megamenu .mega-menu li .titulo span {
    display: block;
    background: #505050;
    margin: 0 auto -25px auto;

    .menu-com-megamenu {
        display: none;
    }

    width: 170px;
    font-size: 11px;
    text-transform: none;
    color: #fff;
}

.site-cabecalho .menu-com-megamenu .mega-menu ul {
    padding: 20px 0 0 0;
}

.site-cabecalho .menu-com-megamenu .mega-menu li ul li {
    display: block;
    width: 100%;
    padding: 11px 0;
}

.site-cabecalho .menu-com-megamenu .mega-menu li ul li a {
    color: #fff;
    padding: 0;
    font-size: 12px;
}

@keyframes WaveWhatsApp {
    0% {
        transform: scale(0.5);
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.whatsapp-plug-icon {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    cursor: pointer;
    background-color: #0ba360;
    transition: .3s;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/whatsapp.svg');
    background-size: 50% auto;
}

.whatsapp-plug-icon::after,
.whatsapp-plug-icon::before {
    content: '';
    position: absolute;
    opacity: 0;
    border: 4px solid #0ba360;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    -webkit-border-radius: 50%;
    animation: WaveWhatsApp 1.5s ease infinite;
}

.whatsapp-plug-icon::after {
    animation-delay: .5s;
}

.whatsapp-plug-icon {
    cursor: pointer;
}

.listing-item-list img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

@media screen and (min-width: 1220px) {

    .container {
        max-width: 1260px !important;
    }

}

@media screen and (max-width: 768px) {

    .site-cabecalho .logo-site {
        margin: 10px 0;
    }

    .pg-search {
        margin-top: 10px !important;
    }

    .pg-search h1 {
        font-size: 28px;
    }

    .no-ajax form {
        display: none;
    }

    .tabela-preco tr td {
        font-size: 10px;
    }

    .tabela-preco th {
        font-size: 8px;
    }

    .site-cabecalho form {
        display: none;
    }

    .menu-com-megamenu {
        display: none;
    }

    .menu-mobile {
        display: block !important;
        float: right;
    }

    .site-cabecalho {
        background: #333;
        position: relative;
    }

    .site-cabecalho .redes-socias li a {
        font-size: 23px;
    }

    .menu-mobile {
        color: #fff;
        display: block;
        margin-top: 45px;
    }

    .site-cabecalho.fixo {
        position: static !important;
    }

    .site-cabecalho .email-contato {
        display: none;
    }

    .site-cabecalho .telefone-contato {
        display: none;
    }

    .site-cabecalho .menu-com-megamenu li {
        width: 100%;
    }

    .site-cabecalho .menu-com-megamenu li a {
        display: block;
        width: 100%;
    }

    .site-cabecalho.fixo .menu-com-megamenu {
        margin: 30px 0 0 0;
    }

    .site-cabecalho .menu-com-megamenu .mega-menu {
        display: none !important;
    }

    .main-navbar .navbar-brand img {
        width: 90px;
    }

    .banner-home .overlay .search-home {
        bottom: 65px;
    }

    .banner-home,
    .banner-home .carousel .carousel-inner .carousel-item img {
        height: 190px;
        object-fit: contain;
    }

    .banner-home .overlay .search-home .form-control {
        margin-bottom: 5px;
    }

    .banner-home .overlay .nav-tabs .nav-link {
        width: 100%;
        margin-bottom: 5px;
        font-size: 9px;
        padding: 5px;
        margin-left: 0;
        display: block;
    }

    .gallery-listing .item,
    .gallery-listing .item.active {
        height: auto;
        display: block;
        width: 100%;
        padding: 5px;
        border: none;
    }

    .main-footer {
        height: 800px;
    }

    .main-footer ul {
        margin: 0 0 40px 0;
    }

    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }

    .map {
        margin-top: 20px;
    }

    .listing-item-headline {
        font-size: 20px;
    }

    .listing-item-headline-searchs {
        font-size: 22px;
        margin-left: 9px;
        margin-top: 17px;
    }

    .img-about-us img {
        width: 100%;
        height: 100%;
        padding: 10px;
    }

    .banner-home {
        margin-bottom: 430px;
    }

    .banner-home .overlay {
        bottom: -400px;
    }
}

@media screen and (max-width: 375px) {
    .listing-item-headline {
        font-size: 18px;
    }
}