/* Variables CSS*/
:root{
    --color-principal: #ffdd00;  /* (255, 221, 0) */
    --color-secundario: #e30615; /* (227, 6, 21) */
    --color-terciario: #1651a1; /* (22, 81, 161) */
    --color-default: #4d4d4d;

    --color-danger: #f94144;

    /* Variables de Scroll */
    --scrollbarBG: white;
    --thumbBG: #cccccc;
}
::selection{
    background: var(--color-terciario);
    color: white;
}
.disabled,
button:disabled,
:disabled{
    opacity: .6;
    pointer-events: none;
}
.color-danger{
    color: var(--color-danger);
}
.color-black-80{
    color: rgba(0,0,0,.8);
}
.bg-terciario{
    background-color: var(--color-terciario) !important;
}
.brd-bottom-secundario{
    border-bottom-color: var(--color-secundario);
}
a{
    color: var(--color-secundario);
    color: white;
    cursor: pointer;
}
a.color-enlace{
    color: #0000EE;
    text-decoration: underline;
}
label{
    text-transform: none;
    font-weight: normal;
    font-family: 'Roboto', sans-serif !important;
}
.inputTransparente{
    border: none;
    background-color: none;
}
.modal{
    z-index: 10000;
}
.modal-backdrop{
    z-index: 9999;
}
.section{
    background-color: #f0f0f0;
}
.font-size-16{
    font-size: 16px;
}
.font-size-18{
    font-size: 18px;
}
.icono-danger{
    margin-right: 10px;
    font-size: 22px;
}
.btn-default{
    background-color: var(--color-terciario);
    color: white;
}
.btn-default:hover{
    color: white;
}
.cursor-pointer{
    cursor: pointer;
}
#buscador input::-webkit-input-placeholder {
    color:rgba(0, 0, 0, .5);
}
#buscador input::-moz-placeholder {
    color:rgba(0, 0, 0, .5);
}
#buscador input:-moz-placeholder {
    color:rgba(0, 0, 0, .5);
}
#buscador input::-ms-input-placeholder {
    color:rgba(0, 0, 0, .5);
}
.text-uppercase-first-letter{
    text-transform: lowercase;
}
.text-uppercase-first-letter::first-letter{
    text-transform: capitalize;
}
.color-default{
    color: var(--color-default);
}
.color-white{
    color: white;
}
.button-facebook,
.button-facebook:hover{
    background-color: #3b5998;
}
.button-twitter,
.button-twitter:hover{
    background-color: #00acee;
}
.button-instagram,
.button-instagram:hover{
    background-color: #3f729b;
}
.promo-border{
    border-bottom: 60px solid var(--color-secundario);
}
form[data-hidden='true']{
    display: none;
}
/* General */
.boton-1{
    background: var(--color-secundario);
    color: white;
    padding: 7.5px 15px;
    white-space: nowrap;
    font-size: 18px;
    color: rgba(0,0,0,.8);
    border: 1px solid transparent;
}
.boton-1.boton-1-secundario{
    background-color: var(--color-terciario);
    border-color: var(--color-terciario);
    color: white;
}
.boton-1.boton-1-transparente{
    background-color: transparent;
    color: var(--color-terciario);
}

.heading-block h2{
    font-size: 40px;
    text-transform: initial;
}
/* Header */
#top-bar .social-icon{
    color: white;
}
#header #header-wrap{
    padding: 5px 0;
}
#header.header-size-md + .include-header{
    margin-top: -136px;
}
#header a.menu-link{
    font-size: 16px;
}
#header.sticky-header #header-wrap{
    background-color: #e6e6e6 !important;
}
#header.sticky-header .activo a.menu-link,
#header.sticky-header a.menu-link{
    color: var(--color-default);
}
#header.sticky-header li:hover a.menu-link{
    color: var(--color-terciario) !important;
}
#header{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
}
#header #top-bar,
#header #header-wrap{
    position: relative;
    transition: all .3s ease;
}
#header .header-wrap-clone{
    display: none;
}
#header.sticky-header #top-bar{
    margin-top: -44px;
}
#header + .section-breadcrumb,
#header + section{
    margin-top: 135px;
}
#header #header-wrap nav ul li.active a{
    color: var(--color-terciario);
}
#header #header-wrap nav ul li a div{
    border-bottom: 2px solid transparent;
}
#header #header-wrap nav ul li.active a div{
    border-color: var(--color-terciario);
}
#header #header-wrap nav ul li.active a:hover{
    color: var(--color-terciario) !important;

}
body #top-bar{
    background-color: #ebebeb !important;
}
body #top-bar .top-links-item a{
    font-family: arial, sans-serif;
}
body.estandar #header{
    border-bottom: 0;
}
body.estandar #header #header-wrap{
    background-color: #e6e6e6 !important;
}
body #top-bar a,
body #top-bar span,
body #top-bar i,
body.estandar #header #header-wrap .menu-container > .menu-item:hover > .menu-link,
body.estandar #header .activo a.menu-link,
body.estandar #header a.menu-link{
    color: var(--color-default);
}
#header #top-bar .col-12{
    ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 768px){
    #header #top-bar .col-md-auto{
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
}

/* Slider */
#slider{
    z-index: 1;
    min-height: 990px !important;
}
#slider .cajaVideo{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

#slider .tab-container{
    background: transparent;
    border-top-color: transparent !important;
    opacity: .8;
}
.buscadorFormulario .botones,
#slider .tab-container .botones{
    display: flex;
    align-items: center;
    justify-content: space-between !important;
    margin-bottom: 2px;
}
.buscadorFormulario .botones li,
#slider .tab-container .botones li{
    padding: 0 2px;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.buscadorFormulario .botones li:first-of-type,
#slider .tab-container .botones li:first-of-type{
    padding-left: 0;
}
.buscadorFormulario .botones li:last-of-type,
#slider .tab-container .botones li:last-of-type{
    padding-right: 0;
}
.buscadorFormulario .botones li a,
#slider .tab-container .botones li a{
    background: white;
    color: var(--color-default);
    padding: 10px 20px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.buscadorFormulario .botones li a.activo,
#slider .tab-container .botones li a.activo{
    color: white;
    background: var(--color-terciario);
}
.buscadorFormulario label,
#slider .tab-container label{
    color: white;
}
.buscadorFormulario select,
.buscadorFormulario input,
#slider select,
#slider input{
    height: 40px;
    border-radius: 0;
    margin-bottom: 0;
}
.buscadorFormulario .form-control,
#slider .form-control{
    border-radius: 0;
    height: 40px;
}
.botonesSlider .dropdown button,
#slider .dropdown button{
    height: 100%;
    border-radius: 0;
}
.buscadorFormulario .anadir,
#slider .anadir{
    padding: 10px;
    background: white;
    color: var(--color-default);
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border: 1px solid white;
    font-size: 30px;
    margin-right: 4px;
}
#slider video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
    max-width: 100%;
    background-position: 0 -70px;
}
#slider::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(to top, rgba(0,0,0,.8) , transparent 90%);
}
#slider .formulario{
    padding-bottom: 150px !important;
}
#slider h1{
    font-size: 80px;
    color: white;
    text-align: center;
    font-family: 'Rubik', sans-serif !important;
}
.buscadorFormulario input,
.buscadorFormulario select,
.buscadorFormulario button.dropdown-toggle,
#slider input,
#slider select,
#slider button.dropdown-toggle{
    border: 1px solid #dedede
}
.buscadorFormulario button.dropdown-toggle,
#slider button.dropdown-toggle{
    color: #495057;
    border: none !important;
}
.buscadorFormulario label,
#slider label{
    font-weight: 400;
}
.buscadorFormulario #formularioContactoVender #buscadorContactoVender,
.buscadorFormulario #buscarPropiedad,
.buscadorFormulario #buscar-propiedad-live,
#formularioContactoVender #buscadorContactoVender,
#slider #buscarPropiedad{
    background-color: var(--color-secundario);
    color: white;
    font-weight: 400;
    display: block;
    width: 100% !important;
    border-radius: 0;
    box-shadow: none;
}
.buscadorFormulario .bootstrap-switch,
#slider .bootstrap-switch{
    border-color: #dedede;
}
.buscadorFormulario .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-themecolor, #slider .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-themecolor, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-themecolor{
    background-color: var(--color-terciario) !important;
}
.buscadorFormulario .advanced-real-estate-tabs ul.tab-nav li a,
#slider .advanced-real-estate-tabs ul.tab-nav li a{
    background-color: var(--color-secundario) !important;
    color: rgba(255,255,255,1);
    font-weight: 400;
}
.buscadorFormulario .advanced-real-estate-tabs .tab-container,
#slider .advanced-real-estate-tabs .tab-container{
    border-top-color: var(--color-secundario);
}
.buscadorFormulario #collapseExtras > .row > div,
#slider #collapseExtras > .row > div,
.buscadorFormulario .botonesSlider > div,
#slider .botonesSlider > div,
.buscadorFormulario .formSlider > div,
#slider .formSlider > div{
    margin: 0;
    padding: 2px;
}
.tabNoActivo{
    display: none;
}
@media only screen and (max-width: 572px){
    #slider{
        min-height: 500px !important;
    }
}
/* Banners */
#banners{
    background-color: white;
}
#banners .banner,
#banners .banner-1,
#banners .banner-2{
    position: relative;
    cursor: pointer;
}
#banners .banner::after,
#banners .banner-1::after,
#banners .banner-2::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    transition: .2s all;
}
#bannersPrincipales .banner:hover::after,
#banners .banner:hover::after,
#banners .banner-1:hover::after,
#banners .banner-2:hover::after{
    background-color: rgba(227, 6, 21,.3);
}
#banners .banner .texto,
#banners .banner-1 .texto,
#banners .banner-2 .texto{
    font-weight: bold;
    color: white;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    padding: 30px;
}
#banners .banner .texto h2,
#banners .banner-1 .texto h2,
#banners .banner-2 .texto h2{
    font-size: 45px;
    color: white;
    margin-bottom: 15px;
    background-color: var(--color-secundario);
    padding: 0 10px;
}
#banners .banner-1 .texto{
    top: 30px;
    right: 50px;
    text-align: right;
}
#banners .banner-1 .texto h2{
    text-align: right;
}
#banners .banner-1 .texto p{
    max-width: 500px;
    margin-left: auto;
    margin-bottom: 0;
    font-size: 1.15rem;
    line-height: 1.5;
}
#banners .banner,
#banners .banner-2{
    height: 100%;
}
#banners .banner img,
#banners .banner-1 img,
#banners .banner-2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 400px;
}
#banners .banner[data-target="#modalMarca"]{
    display: flex;
}
#banners .banner[data-target="#modalMarca"] img{
    position: relative;
    z-index: 10;
    opacity: .5;
    height: 250px;
    width: 250px;
    object-fit: contain;
    margin: auto;
}
#banners .banner[data-target="#modalMarca"]::after{
    background-color: rgba(0,0,0,.8);
    transition: .2s all;
}
#banners .banner[data-target="#modalMarca"]:hover::after{
    background-color: rgba(227, 6, 21,.7);
}

/* Caja del inmueble*/
.real-estate{
    padding: 0 100px;
}
.real-estate .owl-prev,
.real-estate .owl-next{
    background: white;
    color: var(--color-default);
    font-size: 35px;
    width: 75px;
    height: 75px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}
.real-estate .owl-prev:hover,
.real-estate .owl-next:hover{
    background-color: var(--color-secundario) !important;
    color: white !important;
}
.real-estate-item-image .badge{
    background-color: var(--color-secundario) !important;
    color: white;
}
.real-estate .owl-next{
    right: 0;
    opacity: 1;
}
.real-estate .owl-prev{
    left: 0;
    opacity: 1;
}
.real-estate-item-image img{
    height: 350px;
    object-fit: cover;
    width: 100%;
}
.real-estate-item{
    background-color: white;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
}
.real-estate-item-desc{
    margin: 0;
    padding: 40px;
}
.real-estate-item-desc .h3{
    font-size: 28px;
}
.real-estate-item-desc h3{
    text-transform: lowercase;
}
.real-estate-item-desc h3:first-letter{
    text-transform: uppercase;
}
.real-estate-item-desc .h3.precio{
    white-space: nowrap;
}
.real-estate-boton a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
    color: var(--color-default);
}
.real-estate-boton a span{
    opacity: .8;
}
.real-estate-boton a.comprarBoton{
    background: var(--color-secundario);
    color: white;
}
.real-estate-boton a.alquilarBoton{
    background: var(--color-terciario);
    color: white;
}
.real-estate-item-features > .row > ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.real-estate-item-features > .row > ul li{
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 15px;
}
.real-estate-item-features > .row > ul li:first-child{
    padding-left: 0;
}
.real-estate-item-features > .row > ul li:first-child i{
    padding-left: 0;
    margin-left: 0;
}
.real-estate-item-features > .row > ul li:not(:last-child)::after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #4f453a;
    height: 15px;
    width: 2px;
}
.real-estate-item-features > .row > ul li span{
    white-space: nowrap;
}
.real-estate-item-features{
    font-size: 20px;
}
.real-estate-item-features i:not(.lni-grid-alt){
    font-size: 34px;
    margin-left: 0;
    padding-right: 5px;
}
.real-estate-item-features i.lni-grid-alt{
    font-size: 24px;
    padding-right: 10px;
}
.real-estate-item-horizontal{
    display: flex;
}
.real-estate-item-horizontal .real-estate-item-image{
    width: 300px;
    max-height: 250px;
    height: 250px;
}
.real-estate-item-horizontal .real-estate-item-image img{
    max-height: 250px;
    height: 250px;
}
.real-estate-item-horizontal .precio{
    margin-top: 15px;
}
.real-estate-item-horizontal .real-estate-item-features{
    margin-top: 15px;
}
.real-estate-item-horizontal::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 100%;
}
.real-estate-item-horizontal.alquilar::before{
    background-color: var(--color-terciario);
}
.real-estate-item-horizontal.comprar::before{
    background-color: var(--color-secundario);
    color: white;
}
/* Inicio Blog*/
#inicioBlog{
    padding: 0 100px;
}
#inicioBlog img{
    height: 250px;
    object-fit: cover;
}
#inicioBlog a{
    transition: .2s all;
}
#inicioBlog a:hover{
    color: var(--color-terciario);
}
#inicioBlog .post-md > div{
    margin: 10px 0;
}
/* Inicio Sobre Nosotros*/
#inicioSobreNosotros{
    padding: 0 100px;
}
#inicioSobreNosotros h3,
#inicioSobreNosotros p,
#inicioSobreNosotros span,
#inicioSobreNosotros i{
    color: white;
}
#inicioSobreNosotros .titulo{
    font-size: 40px;
    text-align: center;
}
#inicioSobreNosotros .titulo + span {
    display: block;
    font-weight: 300;
    font-size: 1.125rem;
    margin-top: 6px;
    padding: 0 100px;
    text-align: center;
    color: white;
}
#inicioSobreNosotros .fbox-content h3{
    font-weight: normal;
    font-size: 20px;
}
#inicioSobreNosotros .fbox-icon{
    width: 200px;
    height: auto;
}
#inicioSobreNosotros .fbox-icon img{
    width: 100%;
    height: auto;
}
#inicioSobreNosotros svg path{
    fill: white;
}
.stroke {
    margin: 0;
    font-size: 300px;
    font-weight: bold;
    width: 100%;
}

svg {
    display: block;
    width: 100%;
}

text {
    fill: transparent;
    stroke: white;
    stroke-width: 8;
}

/* Inicio Servicios*/
#inicioServicios{
    padding: 0 100px;
}
#inicioServicios #tabServicios ul{
    justify-content: center;
}
#inicioServicios #tabServicios li,
#inicioServicios #tabServicios a{
    height: auto;
}
#inicioServicios #tabServicios li{
    margin: 0 20px;
}
#inicioServicios #tabServicios a{
    line-height: normal;
    top: 1px;
}
#inicioServicios #tabServicios .tab-nav li.ui-tabs-active a {
    border-bottom: 2px solid var(--color-terciario);
}
#inicioServicios .ui-tabs-anchor i{
    font-size: 40px;
}
#inicioServicios .ui-tabs-anchor span{
    display: block;
    margin: 10px 0;
    font-size: 18px;
}
#inicioServicios .tab-content ul li{
    padding: 7.5px 0;
}
#inicioServicios .tab-content a{
    text-transform: uppercase;
    color: var(--color-default);
    font-size: 20px;
}
#inicioServicios .tab-content a.active{
    color: var(--color-terciario);
}
#inicioServicios .listaBotones{
    display: flex;
    align-items: center;
    justify-content: center;
}
#inicioServicios .listaBotones li{
    margin: 0 10px;
}
#inicioServicios .listaBotones button,
#inicioServicios .listaBotones a{
    padding: 10px 30px;
    border: 1px solid var(--color-terciario);
    color: var(--color-terciario);
    font-size: 30px;
    display: inline-block;
    transition: .2s all;
    background: white;
}
#inicioServicios .listaBotones button:hover,
#inicioServicios .listaBotones a:hover{
    background-color: var(--color-terciario);
    color: white;
}
/* Footer */
footer{
    background-color: #e6e6e6 !important;
}
footer .line{
    border-top-color: rgba( 0, 0, 0, .6) !important;
}
footer > .container-fluid .footer-widgets-wrap{
    padding: 20px 100px 80px 100px !important;
}
footer div,
footer address,
footer p,
footer i,
footer ul,
footer li{
    color: var(--color-default);
}
footer address{
    white-space: nowrap;
}
footer a{
    color: var(--color-default) !important;
}
#footer .footer-widgets-wrap{
    padding-top: 20px;
}
footer .redesSociales > .widget{
    max-width: 300px;
    margin-left: auto;
    text-align: right;
}
footer .redesSociales > .widget > p{
    font-size: 24px;
    margin-bottom: 10px;
}
footer .redesSociales .social-icon{
    display: inline-block;
    float: inherit;
    margin-bottom: 0;
}
footer .redesSociales > .widget .social-icon:last-child{
    margin-right: 0;
}
footer .widget_links li::before{
    content: none !important;
}
footer .widget_links li a{
    padding-left: 0;
    font-size: 18px;
    text-transform: uppercase;
}
footer #copyrights{
    padding: 20px 0;
}
footer #copyrights p{
    margin-bottom: 0;
}

/* Buscador */
#buscador{
    background: #e6e6e6;
    border-top-color: transparent !important;
    padding: 15px 0;
}
#buscador .botones{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2px;
}
#buscador .botones li:first-child{
    margin-left: 0;
}
#buscador .botones li a{
    background: white;
    color: var(--color-default);
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
}
#buscador .botones li a.activo{
    color: white;
    background: var(--color-terciario);
}
#buscador label{
    color: white;
}
#buscador select,
#buscador input{
    height: 40px;
}
#buscador .anadir{
    padding: 10px;
    background: white;
    color: var(--color-default);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border: 1px solid white;
    font-size: 30px;
}
#buscador input,
#buscador select,
#buscador button.dropdown-toggle{
    border: 1px solid #dedede;
    border-radius: none !important;
}
#buscador .form-control{
    border-radius: 0;
    height: 40px;
}
#buscador .dropdown button{
    height: 100%;
    border-radius: 0;
    background: white;
    color: rgba(0, 0, 0, .5);
}


#buscador #buscarPropiedad{
    background-color: var(--color-secundario);
    color: rgba(255,255,255,1);
    font-weight: 400;
    display: block;
    width: auto;
    border-radius: 0;
    box-shadow: none;
}
#buscador .bootstrap-switch{
    border-color: #dedede;
}
#buscador .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-themecolor, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-themecolor{
    background-color: var(--color-terciario) !important;
}
#buscador .botonesSlider,
#buscador .formSlider{
    margin: 0;
}
#buscador .formSlider{
    justify-content: center;
}
#buscador .botonesSlider > div,
#buscador .formSlider > div{
    margin: 0;
    padding: 2px;
}
/*.bootstrap-select .dropdown-toggle .filter-option-inner-inner,*/
/*.bootstrap-select .dropdown-menu li a span{*/
/*    text-transform: capitalize;*/
/*}*/
.TipoPropiedad .dropdown-menu li a span{
    text-transform: lowercase !important;
}
.TipoPropiedad .dropdown-menu li a span:first-letter{
    text-transform: uppercase;
}
/* Propiedad */
#propiedad{
    /*padding: 50px 100px;*/
}
#propiedad #imagenes{
    padding: 0;
}
#propiedad #imagenes .imgPrincipal{
    padding: 0;

}
#propiedad #informacion{
    padding: 50px;

}
#propiedad .titulo{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #dedede;
}
#propiedad .titulo h4,
#propiedad .titulo h5{
    margin-bottom: 0;
    font-weight: normal;
}
#propiedad .titulo .compartir{
    text-transform: uppercase;
    color: var(--color-default);
    font-size: 16px;
}
#propiedad .contenido{
    padding: 80px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #dedede;
}
#propiedad .contenido > div,
#propiedad .contenido > p{
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    font-weight: normal;
    margin-bottom: 0;
}
#propiedad .contenido .precio{
    font-size: 40px;
}
#propiedad .contenido .referencia{
    font-size: 32px;
}
#propiedad .contenido .caracteristicas ul{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 0;
}
#propiedad .contenido .caracteristicas li{
    padding: 0 40px;
    border-right: 1px solid #dedede;
}
#propiedad .contenido .caracteristicas li:last-child{
    border-right: none;
}
#propiedad .contenido .contactar{
    padding: 15px;
    text-transform: uppercase;
    font-size: 20px;
    color: var(--color-default);
    border: 1px solid var(--color-default);
    display: inline-block;
}
#propiedad .contenido > p{
    margin-bottom: 15px;
}
#propiedad .contenido > div{
    margin: 40px 0;
}
#propiedad .contenido > a{
    margin-top: 15px;
}
#propiedad .descripcion{
    padding: 40px;
    border-bottom: 1px solid #dedede;
}
#propiedad .descripcion h4{
    font-weight: normal;
    font-size: 28px;
    margin-bottom: 15px;
}
#propiedad .descripcion div,
#propiedad .descripcion p{
    font-size: 18px;
}
#propiedad .descripcion p{
    margin-bottom: 0;
}
#propiedad .detalles{
    padding: 40px;
    border-bottom: 1px solid #dedede;
}
#propiedad .detalles h4{
    font-weight: normal;
    font-size: 28px;
    margin-bottom: 15px;
}
#propiedad .detalles ul{
    font-size: 18px;
    margin-bottom: 0;
}
#propiedad .direccion{
    padding: 40px;
    border-bottom: 1px solid #dedede;
}
#propiedad .direccion h4{
    font-weight: normal;
    font-size: 28px;
    margin-bottom: 15px;
}
#propiedad .direccion p{
    font-size: 18px;
}
#propiedad .direccion iframe{
    height: 100%;
    position: static !important;
}
#propiedad .fluid-width-video-wrapper{
    padding-top: 0 !important;
}
#propiedad .agente{
    padding: 40px;
}
#propiedad .agente h4{
    font-weight: normal;
    font-size: 28px;
    margin-bottom: 15px;
    color: rgba(0,0,0, .4);
}
.fichaAgente,
#propiedad .agente .ficha{
    border: 1px solid #dedede;
    margin-bottom: 15px;
}
.fichaAgente .fichaHeader,
#propiedad .agente .ficha .fichaHeader{
    display: flex;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #dedede;
}
.fichaAgente .fichaHeader img,
#propiedad .agente .ficha .fichaHeader img{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 20px;
}
.fichaAgente .fichaHeader .nombreAgente,
#propiedad .agente .ficha .fichaHeader .nombreAgente{
    margin-bottom: 0;
}
.fichaAgente .fichaHeader a,
#propiedad .agente .ficha .fichaHeader a{
    display: block;
    color: var(--color-default);
}
#propiedad .agente .ficha .fichaContenido{
    padding: 20px;
}
#propiedad .agente .ficha .fichaContenido input,
#propiedad .agente .ficha .fichaContenido textarea{
    padding: 15px;
    height: auto;
}
#propiedad .agente .contactar{
    padding: 15px;
    text-transform: uppercase;
    font-size: 20px;
    color: var(--color-default);
    border: 1px solid var(--color-default);
    display: inline-block;
}
#propiedad .imgPrincipal{
    width: 100%;
    height: calc(80vh - 10px - 90px);
    min-height: 450px;
    object-fit: cover;
    margin-bottom: 10px;
    padding-right: 5px;
}
#propiedad .imgThumbnail{
    width: 100%;
    min-height: 125px;
    height: 20vh;
    object-fit: cover;
    padding-right: 5px;
}
#propiedad #imagenes > div{
    position: sticky;
    top: 90px;
    left: 0;
}
#propiedad .slider-for .slick-dots{
    display: none !important;
}
#propiedad .slider-for button.slick-prev,
#propiedad .slider-for button.slick-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    font-size: 24px;
    color: white;
    border: 1px solid white;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    background: var(--color-terciario);
    border-color: var(--color-terciario);
    opacity: .7;
    transition: .2s all;
}
#propiedad .slider-for button.slick-prev:hover,
#propiedad .slider-for button.slick-next:hover{
    opacity: 1;
}
#propiedad .slider-for button.slick-prev{
    left: 10px;
}
#propiedad .slider-for button.slick-next{
    right: 10px;
}
#propiedad #imagenes .paginacion{
    position: absolute;
    right: 25px;
    top: 400px;
    z-index: 10;
    background: rgba(0,0,0,.8);
    color: white;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
}
#inicioServicios #tabServicios a,
#inicioServicios #tabServicios button{
    text-align: center;
    color: var(--color-default);
    font-weight: normal;
    border: none;
    background: none;
    outline: none;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0;
}
#inicioServicios #tabServicios button.activo,
#inicioServicios #tabServicios a.activo{
    border-bottom: 2px solid var(--color-terciario);
}
#inicioServicios #dropdownMenuSerivios{
    border: 1px solid var(--color-default);
    padding: 5px;
    display: none;
}
#inicioServicios #dropdownMenuSerivios::after{
    content: none;
}
#inicioServicios #dropdownMenuSerivios + .dropdown-menu{
    font-size: 18px;
    padding: 15px 0;
    transform: translate3d(0px, 95px, 0px)!important;
}
#inicioServicios #dropdownMenuSerivios + .dropdown-menu .dropdown-item{
    cursor: pointer;
}
#inicioServicios #dropdownMenuSerivios + .dropdown-menu .dropdown-item:active{
    background-color: transparent;
}
#busqueda{
    padding: 40px 100px;
}
#busqueda .tag-searching{
    background: var(--color-terciario);
    color: white;
    padding: 7.5px 12.5px;
    font-size: 14px;
    display: none;
}

.filtroOrdenar{
    white-space: nowrap;
    display: flex;
    align-items: center;
}
.filtroOrdenar i{
    font-size: 20px;
    margin-right: 10px;
}

/* Agentes */
#agente{
    padding: 100px 50px;
}
#agente .imgAgente{
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: .25rem;
}
#agente .tarjetaTitulo{
    background-color: #dedede;
    color: #394657;
    font-weight: bold;
    padding: 12.5px;
    font-size: 22px;
    text-align: left;
}
#agente .tarjetaDatos{
    padding: 17.5px;
}
#agente .tarjetaDatos .nombreAgente{
    font-size: 22px;
    margin-bottom: 15px;
    display: block;
}
#agente .tarjetaDatos ul li{
    padding: 10px 0;
}
#agente .tarjetaDatos ul li a{
    color: var(--color-default);
    display: inline-flex;
    align-items: center;
}
#agente .tarjetaDatos ul i{
    font-size: 20px;
    margin-right: 10px;
    width: 20px;
}
.tarjetaFormulario form{
    padding-top: 17.5px;
}
.tarjetaFormulario form label,
.tarjetaFormulario form label small{
    font-weight: 600;
    font-size: 14px;
}
.tarjetaFormulario form label.labelPolitica{
    font-size: 12px;
    display: flex;
    align-items: center;
}
.tarjetaFormulario form label.labelPolitica input{
    margin-right: 10px;
}
.tarjetaFormulario .botonEnviar{
    padding: 10px 30px;
    background: #dedede;
    color: #394657;
    margin-top: 20px;
    display: inline-block;
}
.alert-danger:not(.alertUsuario),
.alert-success:not(.alertUsuario),
.alert-info:not(.alertUsuario),
.tarjetaFormulario .alert-danger,
.tarjetaFormulario .alert-success,
.tarjetaFormulario .alert-info{
    display: none;
}
/* Paginación */
.paginacion svg{
    width: 30px;
    height: 30px;
}
.paginacion .page-item.active .page-link,
.paginacion .page-item:hover .page-link,
.paginacion .page-item .page-link:focus{
    background-color: var(--color-terciario) !important;
    border-color: var(--color-terciario) !important;
    color: white !important;
}
.paginacion .page-item .page-link{
    color: var(--color-terciario);
}
.paginacion .page-item.disabled{
    opacity: .4;
    pointer-events: none;
    background-color: white !important;
    color: var(--color-terciario) !important;
}
/* Desarrollo */
#desarrollo i{
    font-size: 100px;
    margin-bottom: 10px;
    color: var(--color-terciario);
}
#desarrollo .boton{
    border: 1px solid #dedede;
    padding: 10px 40px;
    display: inline-block;
    color: var(--color-default);
    font-size: 18px;
    margin-top: 10px;
    background-color: #dedede;
}
#modalContactoVender .modal-body{
    max-height: 400px;
    overflow-y: auto;
}

/* Contacto */
#contacto .fluid-width-video-wrapper{
    padding-top: 0 !important;
    height: 100%;
}
#contacto .fluid-width-video-wrapper iframe{
    position: static;
    width: 100%;
    height: 100%;
    min-height: 400px;
}
.politicas a{
    color: var(--color-terciario);
}
.politicas ol,
.politicas ul{
    padding-left: 15px;
}
.breadcrumb-1{
    background-color: var(--color-terciario);
    padding: 40px;
    position: relative;
}
.breadcrumb-1 p{
    font-size: 40px;
    color: white;
    margin-bottom: 0;
}
.breadcrumb-1::after{
    content: '';
    position: absolute;
    bottom: -20px;
    right: calc(50% - 20px);
    width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid var(--color-terciario);
}
/* Blog */
#blog{
    padding: 80px 100px;
}
#blog .post-grid{
    color: inherit;
    display: block;
}
#blog .post-grid .imagen img{
    height: 300px;
    width: 100%;
    object-fit: cover;
}
#blog .post-grid .cuerpo{
    background-color: #e6e6e6;
    padding: 25px;
}
#blog .post-grid .cuerpo h5{
    text-align: center;
    font-size: 20px;
    margin-bottom: 0;
}

#inicioBlog .texto,
#blog .post-grid .cuerpo .texto{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    -webkit-line-clamp: 3;
}
#inicioBlog .titulo,
#blog .post-grid .cuerpo .titulo{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    -webkit-line-clamp: 2;
}
#inicioBlog .texto *,
#blog .post-grid .cuerpo .texto *{
    display: none;
}
#inicioBlog .texto p:first-of-type,
#blog .post-grid .cuerpo .texto p:first-of-type{
    display: block;
    margin-bottom: 0;
}
#blog .post-grid .cuerpo .texto,
#blog .post-grid .cuerpo .titulo{
    text-align: center !important;
}
#post{
    padding: 80px 0;
}
#post .imagen{
    height: 450px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 30px;
}
/* Formulario de busquedad */
#formularioBusqueda .ppSelectZonasAlquilar,
#formularioBusqueda[data-tipo="alquilar"] .ppSelectZonasComprar,
#formularioBusqueda[data-tipo="comprar"] .ppSelectZonasAlquilar{
    display: none;
}
#formularioBusqueda[data-tipo="alquilar"] .ppSelectZonasAlquilar{
    display: block;
}
.bootstrap-select .dropdown-menu li.disabled{
    display: none;
}
/* Banner principal */
#bannersPrincipales.container-fluid > .row > div{
    padding: .5rem .25rem 0 .25rem;
}
#bannersPrincipales.container-fluid > .row > div:first-child{
    padding-left: 0;
}
#bannersPrincipales.container-fluid > .row > div:last-child{
    padding-right: 0;
}
#bannersPrincipales .banner{
    position: relative;
    display: block;
    cursor: pointer;
}
#bannersPrincipales .banner img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
#bannersPrincipales .banner .texto{
    font-weight: bold;
    color: white;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    padding: 30px;
}
#bannersPrincipales .banner .texto h2{
    font-size: 45px;
    color: white;
    margin-bottom: 15px;
    line-height: normal;
}
#bannersPrincipales .banner::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    transition: .2s all;
}
/* Cinta de venta */
#cintaVenta{
    background-color:  var(--color-terciario);
    color: white;
    text-align: center;
}
#cintaVenta .texto{
    display: flex;
    justify-content: center;
}
#cintaVenta .texto ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
#cintaVenta .texto ul li + li{
    margin-left: 35px;
}
#cintaVenta p{
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 28px;
}
#cintaVenta span{
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    font-size: 16px;
    text-transform: uppercase;
}
@media only screen and (max-width: 1875px){
    #banners .banner .texto h2, #banners .banner-1 .texto h2, #banners .banner-2 .texto h2{
        font-size: 30px;
    }
}
@media only screen and (max-width: 1450px){
    #banners > .row > div{
        padding: .25rem;
    }
    #banners .banner-1 img, #banners .banner-2 img{
        min-height: 400px;
    }
    #banners .banner-1{
        height: 100%;
    }
    #banners .banner-1 .texto h2{
        text-align: left;
    }
    #banners .banner-1 .texto p{
        max-width: 100%;
    }
    #banners .banner .texto h2, #banners .banner-1 .texto h2, #banners .banner-2 .texto h2{
        font-size: 24px;
    }
}
@media only screen and (max-width: 1200px){
    #cintaVenta .texto > ul{
        flex-wrap: wrap;
        justify-content: center;
    }
    #cintaVenta .texto > ul > li{
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        margin: 10px 0;
    }
    #cintaVenta .texto > ul > li + li{
        margin-left: 0;
    }
}
@media only screen and (max-width: 992px){
    #inicioSobreNosotros .titulo + span{
        padding: 0;
    }
    #banners .banner-2 img{
        min-height: inherit;
    }
    #buscador{
        margin-top: 90px;
    }
    #header .svg-trigger path{
        stroke: var(--color-default);
    }
    #header{
        z-index: 9999 !important;
    }
    #header.headerSlider:not(.sticky-header) + #slider{
        padding-top: 340px;
    }
    #header.headerSlider:not(.sticky-header) .primary-menu{
        background-color: white;
    }
    #header.headerSlider:not(.sticky-header) .primary-menu a.menu-link{
        color: var(--color-default);
    }
    #header.headerSlider:not(.sticky-header) .primary-menu a.menu-link:hover{
        color: var(--color-terciario) !important;
    }
    #header.sticky-header #top-bar{
        margin-top: -32px;
    }
    #blog{
        padding: 80px 0;
    }
}
@media only screen and (max-width: 572px){
    header#header + section{
        padding-top: 50px;
    }

    #propiedad #informacion{
        padding: 15px;
    }
    #propiedad .contenido .contactar{
        text-align: center;
    }
    #propiedad .descripcion,
    #propiedad .detalles,
    #propiedad .direccion,
    #propiedad .agente{
        padding: 15px;
    }
    #propiedad .agente .email{
        word-break: break-all;
    }
    .container-fluid.px-5{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    #busqueda,
    #inicioServicios,
    #inicioSobreNosotros,
    #inicioBlog{
        padding: 0 !important;
    }
    #inicioServicios ul{
        margin: 0;
    }
    #sliderInmuebles{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .real-estate{
        padding: 0;
    }
    .owl-carousel .owl-nav [class*="owl-"]{
        top: 35%;
    }
    .real-estate-item-desc{
        padding: 30px;
    }
    .real-estate-item-desc .h3{
        line-height: normal;
    }
    .real-estate-item-desc .precio{
        white-space: nowrap;
        font-size: 26px;
    }
    .real-estate-item-features{
        margin-top: 30px;
    }
    .real-estate-item-features > .row > ul{
        justify-content: center;
    }
    #top-bar{
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }
    #top-bar a{
        color: white;
    }
    #top-bar .container{
        padding: 0;
    }
    #top-bar .container .top-links-container li:first-child{
        flex: 0 0 40%;
        max-width: 40%;
    }
    #top-bar .container .top-links-container li:last-child{
        flex: 0 0 60%;
        max-width: 60%;
    }
    #top-bar .container .top-links-container li:hover{
        background: transparent;
        color: white;
    }
    #header.sticky-header #top-bar{
        margin-top: -78px;
    }
    #header,
    #header #header-wrap{
        background-color: transparent !important;
    }
    #header.header-size-md + .include-header{
        padding-top: 340px;
    }
    #slider h1{
        font-size: 50px;
    }
    #top-bar .container .top-links-container{
        text-align: center;
    }
    #banners{
        padding-top: 0 !important;
    }
    #banners .banner-1 img, #banners .banner-2 img{
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        max-height: inherit;
    }
    #banners .row{
        width: 100%;
        margin:  0;
    }
    #banners .row > div{
        width: 100%;
        padding: .25rem 0 .25rem 0 !important;
        margin:  0;
    }
    #banners .row > div:last-child{
        padding-bottom: 0 !important;
    }
    #banners .banner-1, #banners .banner-2{
        padding: 15px;
        width: 100%;
    }
    #banners .banner-1 .texto, #banners .banner-2 .texto{
        position: inherit;
        left: 0;
        top: 0;
        min-height: 200px;
    }
    #banners .banner-1 .texto h2, #banners .banner-2 .texto h2 {
        font-size: 40px;
        color: white;
        text-align: center;
    }
    #inicioServicios ul.ui-tabs-nav{
        display: none;
    }
    #inicioServicios .listaBotones{
        flex-wrap: wrap;
    }
    #inicioServicios .listaBotones li{
        flex: 0 0 100%;
        max-width: 100%;
        margin: 10px 0;
        text-align: center;
    }
    #inicioSobreNosotros .titulo + span{
        padding: 0;
    }
    #inicioServicios #dropdownMenuSerivios{
        display: block;
    }
    footer > .container-fluid .footer-widgets-wrap{
        padding: 32px 0 !important;
    }
    footer .redesSociales > .widget{
        margin: auto;
        text-align: center;
    }
    footer .copyrights-menu{
        margin-top: 20px;
    }
    footer .copyrights-menu a{
        display: block;
        padding: 10px 0;
    }
    footer .copyrights-menu span{
        display: none;
    }
}
@media only screen and (max-width: 720px){
    #cintaVenta .texto > ul > li{
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media only screen and (max-width: 572px){
    #cintaVenta .texto > ul > li{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .promo-border{
        border: 0;
        border-radius: 0;
    }
    #inicioServicios .listaBotones button,
    #inicioServicios .listaBotones a{
        width: 180px;
    }
    #header + .section-breadcrumb,
    #header + section{
        margin-top: 168px;
    }
}
/* Area HZ */
#app .listaPropiedad{
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#app .listaPropiedad:not(:last-child){
    border-bottom: 1px solid #dedede;
}
#app .listaPropiedad:first-of-type{
    margin-top: 0;
}
#app .listaPropiedad:last-of-type{
    margin-bottom: 0;
}
#app .listaPropiedad .acciones ul{
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
#app .listaPropiedad .acciones ul li{
    margin: 0 5px;
}
#app .listaPropiedad .acciones ul li:first-child{
    margin-left: 0;
}
#app .listaPropiedad .acciones ul li:last-child{
    margin-right: 0;
}
#app .listaPropiedad .acciones ul li a{
    display: block;
    padding: 5px;
    border-radius: 4px;
    background: rgba(0,0,0,.1);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    text-decoration: none;
}
#app .listaPropiedad .acciones ul li a.eliminarListaPropiedad{
    color: var(--color-danger);
}
#app .listaPropiedad.propiedadCaducada{
    background-color: #fff3cd;
}
#app .listaPropiedad .enlace{
    opacity: .5;
    display: inline-block;
}
#app .listaPropiedad .enlace:hover{
    opacity: 1;
}
#app .navbar-light .navbar-nav .nav-link{
    color: rgba(0,0,0,.8);
}
/* Buscador general */
#buscadorGlobal{
    width: 100%;
    height: 35px;
    padding: 10px 20px;
    border: none;
    outline: none;
    height: 44px !important;
    border: none !important;
    min-width: 350px;
}
#buscadorGlobal:focus{
    border: none;
    box-shadow: none;
}
.form-group-buscador .icono{
    position: absolute;
    right: 0;
    top: 0;
    color: var(--color-muted);
    /*cursor: pointer;*/
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    transition: .3s all;
    background-color: transparent;
    height: 100%;
    border: none;
}
/*.form-group-buscador .icono:hover{*/
/*    background-color: rgba(0,0,0,.1);*/
/*}*/
#dropdown-buscador-global{
    min-width: 350px;
    background-color: white;
    border-radius: var(--border-radius-4);
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
    right: -20px;
    width: 100%;
}

#dropdown-buscador-global::-webkit-scrollbar {
    width: 11px;
}
#dropdown-buscador-global::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}
#dropdown-buscador-global::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG) ;
    border-radius: 6px;
    border: 3px solid var(--scrollbarBG);
}
#dropdown-buscador-global > div{
    padding: 10px;
}
#dropdown-buscador-global .buscadorGrupo .titulo{
    font-weight: bold;
    padding: 5px;
}
#dropdown-buscador-global .buscadorGrupo ul{
    margin-bottom: 0;
}
#dropdown-buscador-global .buscadorGrupo div[data-busqueda-seccion]{
    margin-bottom: 15px;
}
#dropdown-buscador-global .buscadorGrupo div[data-busqueda-seccion]:last-of-type{
    margin-bottom: 0;
}
#dropdown-buscador-global .buscadorGrupo ul li{
    margin: 5px 0;
}
#dropdown-buscador-global .buscadorGrupo ul li:first-child{
    margin-top: 0;
}
#dropdown-buscador-global .buscadorGrupo ul li:last-child{
    margin-bottom: 0;
}
#dropdown-buscador-global .buscadorGrupo ul li a{
    display: block !important;
    border-radius: 4px;
    padding: 5px;
    border-bottom: 1px solid #dedede;
    color: var(--color-default);
}
#dropdown-buscador-global .buscadorGrupo ul li a:last-child{
    border-bottom: 0;
}
#dropdown-buscador-global .buscadorGrupo ul li a:hover{
    background-color: rgba(0,0,0,.1);
}

#dropdown-buscador-global .buscadorGrupo ul li a .icono{
    margin-right: 5px;
    border-radius: 50%;
    padding: 5px;
    font-size: 18px;
    color: white;
}
#dropdown-buscador-global .buscadorGrupo ul li a > span{
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#dropdown-buscador-global .notFound{
    display: none;
}
#dropdown-buscador-global .notFound h6{
    font-weight: normal;
    font-size: 14px;
}
#dropdown-buscador-global .notFound .icono{
    font-size: 24px;
    margin-right: 5px;
}
@media only screen and (max-width: 922px) {
    #app .navbar-light .navbar-nav > .nav-item:nth-child(even){
        display: none !important;
    }
    #app .navbar-light .navbar-nav > .nav-item > .nav-link{
        padding: 15px 0;
    }
}
/* Modales */
.modalEstandar .modal-body,
.modalEstandar .modal-header,
.modalEstandar .modal-footer{
    position: relative;
    z-index: 5;
}
.modalEstandar .modal-fondo img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .25rem;
    z-index: 1;
    opacity: .3;
}
.modalEstandar .modal-footer,
.modalEstandar .modal-header{
    border: none;
}
.modalEstandar h5{
    font-weight: normal;
    font-size: 20px;
}
.modalEstandar .btn-primary{
    background-color: var(--color-terciario);
    border-color: var(--color-terciario);
}
#map{
    z-index: 100 !important;
}
@media only screen and (max-width: 1200px){
    #bannersPrincipales .banner .texto h2,
    #banners .banner .texto h2,
    #banners .banner-1 .texto h2,
    #banners .banner-2 .texto h2 {
        font-size: 30px;
    }
    #busqueda{
        padding: 40px 20px;
    }
}

@media only screen and (max-width: 572px){
    #app .listaPropiedad{
        flex-wrap: wrap;
    }
    #app .listaPropiedad .acciones{
        margin-top: 15px;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .real-estate-item .real-estate-item-image img {
        max-height: 250px;
        height: 250px;
    }
    .real-estate-item-horizontal{
        flex-wrap: wrap;
    }
    .real-estate-item-horizontal::before{
        top: inherit;
        bottom: 0;
        width: 100%;
        height: 15px;
    }
    .real-estate-item-horizontal > *{
        flex: 0 0 100%;
        max-width: 100%;
    }
    #buscadorGlobal{
        min-width: 100%;
    }
    #busqueda .acciones{
        flex-wrap: wrap;
    }
    #busqueda .acciones > *{
        display: none;
    }
    #busqueda .acciones .filtroOrdenar,
    #busqueda .acciones .tipoVista{
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 15px;
    }
    #busqueda .acciones .tipoVista{
        display: block;
    }
    #busqueda .acciones .filtroOrdenar{
        display: flex;
    }
    .dropdown-menu{
        max-width: 100% !important;
    }
    .bootstrap-select .dropdown-menu{
        top: 40px !important;
        transform: none !important;
    }
}
@media only screen and (min-width: 1500px){
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.3333333%;
    }
}
@media only screen and (min-width: 572px){
    .justify-content-end--sm{
        justify-content: flex-end !important;
    }
}
.contenidoHTML a{
    color: #1a0dab;
}
.contenidoHTML figure > div[data-oembed-url] > div{
    padding: 0;
}
.contenidoHTML figure > div[data-oembed-url],
.contenidoHTML figure > div[data-oembed-url] iframe{
    width: 100%;
    height: 500px !important;
}
@media only screen and (max-width: 572px){
    .contenidoHTML figure > div[data-oembed-url],
    .contenidoHTML figure > div[data-oembed-url] iframe{
        width: 100%;
        height: 300px !important;
    }
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner{
    text-transform: lowercase;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner:first-letter{
    text-transform: uppercase;
}
.selectpickerLocalizacion + .dropdown-toggle .filter-option-inner-inner,
.selectpickerZona + .dropdown-toggle .filter-option-inner-inner{
    text-transform: capitalize;
}
.bootstrap-select .dropdown-toggle .filter-option{
    display: flex;
    align-items: center;
}