.img-domus {
    object-fit: cover !important;
    height: 150px;
    width: 100% !important;
}

#mapa-detalle {
    width: 100%;
    height: 350px;
}

.hidden {
    display: none;
}
a.back-to-top {
    width: 60px;
    height: 60px;
    /* padding: 0px 0 0px 15px; */
    /* font-size: 38px; */
    position: fixed;
    z-index: 999;
    right: 27px;
    top: 80%;
    color: white;
    /* background: #27ae61 no-repeat center 43%; */
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
a.call-back {
    width: 60px;
    height: 60px;
    /* padding: 0px 0 0px 15px; */
    /* font-size: 38px; */
    position: fixed;
    z-index: 999;
    right: 27px;
    top: 69%;
    color: white;
    /* background: #27ae61 no-repeat center 43%; */
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.db{
    display: block !important;
}
.tac{
    text-align: center;
}
.rojo{
    color: #B9183A !important;
}
.amarillo{
    color: #F1CB12 !important;
}
.parallaxinicio{
    background: url(/assets/img/venta-rapida.jpg) no-repeat fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 500px;
}
.fondont50{
    background-color: rgb(0 0 0 / 50%);
}
.centro{
    text-align: center;
}
.fondoverde{
    background-color: #B6C931 !important;
}
.an80{
    width: 80% !important;
}
.only-phone-icons {
    background-color: #dee2e6;
    display: flex;
    position: fixed;
    bottom: 0px;
    width: 100% !important;
    z-index: 2;
    height: 70px;
}
.iconmovil{
    width: 50%;
    text-align: center;
    margin: 9px;
}
.imgmovil{
    height: 50px;
}
.boton-buscar, .boton-navegador{
    background-color: var(--second-bg-color);
    color: var(--second-bg-color-text);
}


@media (max-width: 767px) {
    .ocultarenmovil{
        display: none;
    }
}
@media (min-width: 768px) {
    .ocultarenpc{
        display: none !important;
    }
}

#mapa {
    width: 100%;
    height: 500px;
}

#featured_image_for_list {
    width: 100%;
    height: 250px;
}

#featured_image_for_list img {
    object-fit: cover;
}

.fnaranja{
    background-color: #f5833f;
}
.destacado{
    border: 1px solid #57a4d8 !important;
}
a#lg-download {
    display: none;
}

.button-thumbnail {
    border: none;
    background: white;
    padding: 5px;
}

.button-thumbnail img {
    width: 70px;
}

.active-thumbnail {
    background: #f84d0f;
}
.sombra {
    text-shadow: 2px 2px 2px #515151;
    font-weight: 600;
}
.ofc{
    object-fit: cover !important;
}

.white-background {
    background-color: white;
}
.calogo{
    max-width: 300px;
    object-fit: scale-down;
}
.negro{
    color: #000000 !important;
}

/* Botones de whatsapp para pc y móvil */
a.back-to-top-pc {
    width: 70px;
    height: 70px;
    line-height: 70px;
    bottom: 10%;
    text-indent: 9px;
    position: fixed;
    z-index: 999;
    font-size: 40px;
    left: 20px;
    color: white;
    background: #27AE61 no-repeat center 43%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 100px;
    display: none;
}

a.back-to-top-mobile {
    width: 70px;
    height: 70px;
    line-height: 70px;
    bottom: 10%;
    text-indent: 9px;
    position: fixed;
    z-index: 999;
    font-size: 40px;
    left: 20px;
    color: white;
    background: #27AE61 no-repeat center 43%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 100px;
}

@media(min-width: 769px) {
    a.back-to-top-mobile {
        display: none;
    }
    a.back-to-top-pc {
        display: block;
    }
}

@media(mmax-width: 769px) {
    a.back-to-top-mobile {
        display: block;
    }
    a.back-to-top-pc {
        display: none;
    }
}
.mano {
    cursor: pointer !important;
}

.tag {
    margin-right: 5px;
    padding: 5px;
    border-radius: 10%;
}

.partners img {
    height: 185px !important;
}