﻿@charset "utf-8";
/* CSS Document */

/*===================================================================*/
/************************* CSS EXTERNOS ******************************/
/*===================================================================*/

/******** FONTFACE *********/
/******** FIN FONTFACE **********/

/************* FONT AWESOME **************/
.fa-stack-2x {font-size:4em}
.fa-stack-1x {font-size:1.2em}

.fa-stack {
     position: static !important;
    /* display: inline-block; */
    /* width: 2em; */
    /* height: 2em; */
    line-height: 4em;
    vertical-align: middle;
	color:#CCC;
}

/****** ESTILOS PARA OCULTAR EL BLOQUE DE TÍTULO, ICONOS Y PRECIO EN EL DETALLE AFFIX***/
.TitulosArriba{
  display:none;
}

.bloqueIconosArribaSlider{
  display:none;
}

.bloquePreciosArribaSlider{
  display: none;
}

@media (max-width: 600px) {

}


    /******PLAY PARA DETALLE VIDEOS*/

    .play.big:before {
        top: 33% !important;
        margin: -25px 0 auto;
        /*z-index: 99999!important;*/
        width: 100% !important;
        left: 0 !important;
        float: left;
        text-align: center;
    }

    /**********	AFFIX	************/
    .affix {
        width: 100%;
        top: 0px;
        z-index: 999;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    }

    /********** FIN AFFIX	*******/

    /********** SCRIPTS ************/
    .filtroIsotope {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 20px;
        font-weight: 100
    }

        .filtroIsotope ul li a {
            color: #333;
            padding: 12px 20px;
            display: block;
            -webkit-transition: all 300ms ease-out;
            -moz-transition: all 300ms ease-out;
            -o-transition: all 300ms ease-out;
            transition: all 300ms ease-out;
        }

            .filtroIsotope ul li a:hover {
                color: #fff;
                background: #ae0e2c;
                text-decoration: none;
            }

        .filtroIsotope .selected a {
            color: #fff;
            background: #ae0e2c
        }

    .isotope,
    .isotope .isotope-item {
        /* change duration value to whatever you like */
        -webkit-transition-duration: 0.8s;
        -moz-transition-duration: 0.8s;
        -ms-transition-duration: 0.8s;
        -o-transition-duration: 0.8s;
        transition-duration: 0.8s;
    }

    .isotope {
        -webkit-transition-property: height, width;
        -moz-transition-property: height, width;
        -ms-transition-property: height, width;
        -o-transition-property: height, width;
        transition-property: height, width;
    }

        .isotope .isotope-item {
            -webkit-transition-property: -webkit-transform, opacity;
            -moz-transition-property: -moz-transform, opacity;
            -ms-transition-property: -ms-transform, opacity;
            -o-transition-property: -o-transform, opacity;
            transition-property: transform, opacity;
        }

            /**** disabling Isotope CSS3 transitions ****/
            .isotope.no-transition,
            .isotope.no-transition .isotope-item,
            .isotope .isotope-item.no-transition {
                -webkit-transition-duration: 0s;
                -moz-transition-duration: 0s;
                -ms-transition-duration: 0s;
                -o-transition-duration: 0s;
                transition-duration: 0s;
            }
    /********** SCRIPTS ***********/

    /*===================================================================*/
    /*********************** FIN CSS EXTERNOS ****************************/
    /*===================================================================*/


    /*===================================================================*/
    /****************** DEFINICIÓN ETIQUETAS HTML ************************/
    /*===================================================================*/
    body { /*font-family: 'Open Sans', sans-serif;*/
    }

    h1, h2, h3, h4, h5, h6 {
        font-family: 'Roboto Condensed', sans-serif;
    }
    /*============================================================*/
    /****************FIN DEFINICIÓN ETIQUETAS HTML ****************/
    /*============================================================*/

    /*============================================================*/
    /************************** PANES *****************************/
    /*============================================================*/
    .ThreePanes {
        margin-bottom: 40px;
        margin-top: 20px
    }
    /*============================================================*/
    /********************** FIN PANES *****************************/
    /*============================================================*/

    /*============================================================*/
    /************************ MÓDULOS *****************************/
    /*============================================================*/

    .tituloSeccion h1,
    .tituloSeccion h2,
    .tituloSeccion h3,
    .tituloSeccion h4,
    .tituloSeccion h5 {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 500;
        border-bottom: 1px solid #D6D6D6;
    }

    .tituloSeccion h1,
    .tituloSeccion h2 {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 500;
        border-bottom: 1px solid #D6D6D6;
        font-size: 2em !important;
        text-transform: uppercase;
        text-align: center;
        padding-bottom: 8px;
        margin-bottom: 15px;
    }

    .zm-header h1 {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 500;
        border-bottom: 1px solid #D6D6D6;
        font-size: 2em !important;
        text-transform: uppercase;
        text-align: center;
        padding-bottom: 20px
    }
    /*============================================================*/
    /************************ FIN MÓDULOS *************************/
    /*============================================================*/

    /*============================================================*/
    /************************** ANIMACIÓN *************************/
    /*============================================================*/
    .anim {
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }


    /*============================================================*/
    /******************* INTERFAZ DE USUARIO **********************/
    /*============================================================*/

    /************** PADDINGS ***************/
    /***************************************/
    .paddingV30 {
        padding: 30px 0px
    }

    .padding30 {
        padding: 30px;
    }

    .paddingBottom30 {
        padding-bottom: 30px
    }

    /************** MENUES ****************/
    /**************************************/

    /******** mainmenu ********/
    .navbar {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 300;
        font-size: 1.4em
    }

        .navbar .dropdown-menu {
            margin: 0
        }

    .dropdown-menu > li {
    }

    .menuBlock {
        font-size: 0.8em;
    }
    /******** fin mainmenu ********/
    /******** Breadcrumbs *********/

    /****** Fin Breadcrumbs *******/

    /********** menu pie **********/
    .menuPie {
        padding: 20px 0;
        font-size: 1.2em;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 500;
    }

        .menuPie ul li {
            border-right: 1px solid #666
        }

        .menuPie a {
            padding: 0 20px;
            color: #fff
        }

    /******** fin menu pie ********/


    /************ FIN MENUES **************/
    /**************************************/

    /************ BUSCADOR **************/
    /************************************/
    .buscadorPagina {
        padding: 0;
        color: #242424
    }

        .buscadorPagina .nombreCampo {
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 500;
            font-size: 15px;
            color: #fff
        }

.campoBuscador {
    margin: 4px 0;
    padding-left: 2px;
    padding-right: 2px;
}

    #collapseBuscador {
        padding: 10px 0
    }

    /* Hacemos el buscador collapsable */
    @media (min-width: 768px) {
        .buscadorPagina.collapse {
            display: block !important;
            height: auto !important;
            overflow: visible !important;
        }

        .buscadorPagina {
            padding: 20px 0;
        }
    }
    /********** FIN  BUSCADOR *************/
    /**************************************/

    /******** panel contacto ********/
    .panel {
        /*background-image: url(Images/panelContacto.jpg);*/
        background-repeat: no-repeat;
        background-position: -100px 50px;
        color: #2d2d2d;
        padding: 10px
    }

    .llamanos {
        font-size: 2em;
        font-weight: 500;
        font-family: 'Roboto Condensed', sans-serif;
        margin-top: 30px;
        margin-left: 20px
    }

        .llamanos div {
            margin-bottom: 20px
        }

    .panel .telefono {
        font-size: 1.8em;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700
    }
    /******** Fin panel contacto ********/

    /******* headers de páginas **********/
    .headers img {
        width: 100%
    }
    /******* headers de páginas **********/

    /********** nodos **********/
    .nodoPadre {
        font-weight: bold !important
    }

    .nodoHijo {
        padding-left: 30px !important;
    }

    a.nounderline:hover, a.nounderline:active, a.nounderline:focus {
        text-decoration: none
    }
    /********** fin nodos **********/
    /*============================================================*/
    /******************* FIN INTERFAZ DE USUARIO ******************/
    /*============================================================*/

    /*============================================================*/
    /************************* PÁGINAS ****************************/
    /*============================================================*/
    /* Inicio */
    /* Fin Inicio */

    /* Contacto */
    #mapa {
        width: 100%;
        height: 250px
    }

    .LinkAceptarCondiciones {
        margin-bottom: 10px
    }
    /* Fin Contacto */
    /* Servicios */
    .servicios h3 {
        text-transform: uppercase;
        font-size: 1.4em
    }
    /*Fin Servicios */



/*=============================================================================================
************************************************************************************  SERVICIOS (NUEVO CSS 2022)
===============================================================================================*/
.servicios .text-right {
    position: relative;
    text-align: right;
}

.servicios .text-left {
    position: relative;
    text-align: left;
}

.servicios .item {
    position: relative;
    min-height: 100px;
    height: auto;
}

.servicios .text-right .icono.animated.fadeIn {
    position: absolute;
    float: right;
    right: 20px;
}

.servicios .text-left .icono.animated.fadeIn {
    position: absolute;
    float: left;
    left: -71px;
}

.servicios em.fa.fa-circle.fa-stack-2x.text-primary {
    font-size: 3.5em;
}

.servicios .fa-inverse {
    color: #fff;
    margin-top: -10px;
}
/*  =====================================================
    =            Bootstrap 3.3 Media Queries            =
    =====================================================   */
@media only screen and (min-width : 1200px) {
}

@media only screen and (min-width : 992px) and (max-width: 1199px) {
}

@media only screen and (min-width : 768px) and (max-width: 991px) {
    .servicios .text-right {
        position: relative;
        text-align: left;
    }

    .item {
        position: relative;
        min-height: 100px;
        height: auto;
        padding-left: 90px;
    }

    .servicios .text-left .icono.animated.fadeIn {
        position: absolute;
        float: left;
        left: 0;
    }

    .servicios .text-right .icono.animated.fadeIn {
        position: absolute;
        float: right;
        right: 0;
        left: 0px;
    }
}

@media only screen and (max-width : 767px) {
    .servicios .text-right {
        position: relative;
        text-align: left;
    }

    .servicios .item .col-xs-10,
    .servicios .item .col-xs-2 {
        position: absolute;
    }

    .servicios .item {
        position: relative;
        min-height: 150px;
        height: auto !important;
        padding-left: 60px;
    }

    .servicios .icono {
        width: 60px;
    }

    .servicios .text-left .icono.animated.fadeIn {
        position: absolute;
        float: left;
        left: 0;
    }

    .servicios .text-right .icono.animated.fadeIn {
        position: absolute;
        float: right;
        right: 0;
        left: 0px;
    }
}


/***********************   Servicios New Grid ***************************************/
.serviciosNew h1.titulo {
	text-align: center;
}
.serviciosNew .item-flex {
    margin-right: 0px;
    margin-left: 0px;
    min-height: 300px;
    display: flex;
    align-items: stretch;
    margin-top: 10px;
}
.serviciosNew .item {
    margin-top: 25px;
    padding: 40px 20px 0;
	min-height: 290px;
	margin-bottom: 50px;
	background: #fff;
	    -webkit-box-shadow: 4px 2px 10px 0px rgb(0 0 0 / 8%);
    -moz-box-shadow: 4px 2px 10px 0px rgb(0 0 0 / 8%);
    box-shadow: 4px 2px 10px 0px rgb(0 0 0 / 8%);
}
.serviciosNew .item-flex:nth-child(3) .item {
    min-height: 289px!important;
}
.serviciosNew .item h3 {
    font-size: 15px!important;
    text-transform: uppercase;
    padding-bottom: 8px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    text-align: center;
    line-height: 22px;
}
.serviciosNew .item .icono {
    margin-top: -24px;
    text-align: center;
	width: 100%;
}
.serviciosNew .item em.fa {
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 6px #f2f2f2;
    /*color: #fff;*/
    cursor: pointer;
    font-size: 30px;
    height: 60px;
    margin: 5px 30px 0;
    position: relative;
    text-align: center;
    width: 60px;
    z-index: 5;
    padding-top: 10px;
	/*background: var(--main-bg-color);*/
}
.serviciosNew .item a.btn.btn-bnnr {
    position: absolute;
    text-align: center;
    color: #fff!important;
    border: 1px solid #ffb800;
    background: #ffb800;
    padding: 6px 40px;
    bottom: 39px;
	left: 31%;
	display: none;
}
/*  =====================================================
    =            Bootstrap 3.3 Media Queries            =
    =====================================================   */
@media only screen and (min-width : 1200px) {

}

@media only screen and (min-width : 992px) and (max-width: 1199px) {
.serviciosNew .item {
	min-height: 340px;
}
.serviciosNew .item-flex:nth-child(3) .item {
    min-height: 308px!important;
}
}

@media only screen and (min-width : 768px) and (max-width: 991px) {
	.serviciosNew .item-flex {
    min-height: auto;
    display: block;
    align-items: stretch;
    margin-top: 10px;
}
	.serviciosNew .item a.btn.btn-bnnr {
    left: 40%;
}
	.serviciosNew .item {
	min-height: auto;
		padding-bottom: 20px;
		margin-bottom: 10px;
}
.serviciosNew .item-flex:nth-child(3) .item {
    min-height: auto!important;
	padding-bottom: 20px;
}
}

@media only screen and (max-width : 767px) {
	.serviciosNew .item-flex {
    min-height: auto;
    display: block;
    align-items: stretch;
    margin-top: 10px;
}
		.serviciosNew .item a.btn.btn-bnnr {
    left: 30%;
}
		.serviciosNew .item {
	min-height: auto;
		padding-bottom: 20px;
		margin-bottom: 10px;
}
.serviciosNew .item-flex:nth-child(3) .item {
    min-height: auto!important;
	padding-bottom: 20px;
}
}





    /*============================================================*/
    /********************* FIN PÁGINAS ****************************/
    /*============================================================*/

    /*============================================================*/
    /************************* CABECERA ***************************/
    /*============================================================*/

    .cabeceraPagina .logo img {
        width: 100%
    }

    .datosCabecera {
        margin-top: 20px
    }

        .datosCabecera .telefono {
            font-size: 18px;
            font-family: 'Open Sans', sans-serif;
            font-weight: 500;
            float: left;
            padding-top: 10px;
            padding-right: 10px
        }

            .datosCabecera .telefono .nounderline {
                font-size: 20px;
                font-weight: 700;
            }

    .fixedHead {
        z-index: 999;
        width: 100%;
        background: #FFF
    }

    .navbar .telefono a {
        color: #FFFFFF
    }

    .navbar i {
        color: #FFFFFF;
        padding-top: 15px;
        padding-left: 10px
    }
    /*============================================================*/
    /************************* FIN CABECERA ***********************/
    /*============================================================*/

    /*============================================================*/
    /**************************** PIE *****************************/
    /*============================================================*/
    .pie {
        background: #2d2d2d;
        color: #fff;
        padding-bottom: 20px
    }

        .pie .logo {
            margin-top: 20px
        }

    /*============================================================*/
    /*************************FIN PIE *****************************/
    /*============================================================*/

    /***************************
    ESTILOS THEME INMOBS3   
****************************/
    /* CAROUSEL HOME */
    .carousel {
    }

        .carousel .carousel-inner {
            min-height: 400px; /*height: 360px;*/
        }

        .carousel .item {
            height: 100%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        .carousel .titulo span {
            color: #FFFFFF;
            background: rgba(0,0,0,0.42);
            text-align: right;
            font-weight: bold;
            font-size: 22px;
            padding: 15px;
            display: inline-block;
            margin: 0px 60px 15px 0px;
        }

        .carousel .subTitulo span {
            color: #FFFFFF;
            background: rgba(0,0,0,0.42);
            text-align: right;
            font-size: 20px;
            padding: 15px;
            display: inline-block;
            margin: 0px 60px 15px 0px;
        }

    .carousel-fade .carousel-inner .item {
        transition-property: opacity;
    }

    .carousel-fade .carousel-inner .item,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        opacity: 0;
    }

    .carousel-fade .carousel-inner .active,
    .carousel-fade .carousel-inner .next.left,
    .carousel-fade .carousel-inner .prev.right {
        opacity: 1;
    }

        .carousel-fade .carousel-inner .next,
        .carousel-fade .carousel-inner .prev,
        .carousel-fade .carousel-inner .active.left,
        .carousel-fade .carousel-inner .active.right {
            left: 0;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

    .carousel-fade .carousel-control {
        z-index: 2;
    }

    .carousel-inner .item {
        height: 100%;
        min-height: 400px;
    }

    /* GRID INMUEBLES */
    .subtitulo {
        line-height: 1.3;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .DLFichaParent {
        border: 1px solid #ccc;
        border-bottom: 3px solid #ccc;
        background: #fff;
        padding: 0px;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: -9px;
        margin-right: -9px;
        overflow: hidden !important
    }

        .DLFichaParent .DLFichaImagen {
            max-height: 184px;
            height: 184px;
            position: relative;
            overflow: hidden
        }

            .DLFichaParent .DLFichaImagen > a > img {
                width: 100% !important;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                padding: 0 15px;
                margin: auto;
            }

    .DLFichaImagen .container_image {
        position: relative;
        width: 100%;
        height: 184px;
        float: left;
        overflow: hidden;
    }

        .DLFichaImagen .container_image .carousel-images {
            width: 100%;
            height: 184px;
            overflow: hidden;
        }

            .DLFichaImagen .container_image .carousel-images img {
                object-fit: cover;
                width: 100%;
                height: 184px;
            }

        .DLFichaImagen .container_image .controles {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 1
        }

            .DLFichaImagen .container_image .controles .anterior {
                color: #fff;
                display: inline-block;
                width: 50px;
                float: left;
                text-align: center;
                font-size: 55px;
                line-height: 184px;
                opacity: 0.5
            }

            .DLFichaImagen .container_image .controles .siguiente {
                color: #fff;
                display: inline-block;
                width: 50px;
                float: right;
                text-align: center;
                font-size: 55px;
                line-height: 184px;
                opacity: 0.5
            }

            .DLFichaImagen .container_image .controles a:hover {
                opacity: 1
            }

            .DLFichaImagen .container_image .controles .gotoInmueble {
                color: #fff;
                display: inline-block;
                width: calc(100% - 100px);
                float: left;
                text-align: center;
                font-size: 55px;
                line-height: 184px;
                opacity: 0.5;
            }

                .DLFichaImagen .container_image .controles .gotoInmueble:hover {
                    text-decoration: none;
                }

    .DLFicha.Destacado .DLFichaParent .DLFichaImagen {
        max-height: 237px;
        height: 237px;
    }

    .DLFicha.Destacado .DLFichaImagen .container_image {
        position: relative;
        width: 100%;
        height: 237px;
        float: left;
        overflow: hidden;
    }

        .DLFicha.Destacado .DLFichaImagen .container_image .carousel-images {
            width: 100%;
            height: 237px;
            overflow: hidden;
        }

            .DLFicha.Destacado .DLFichaImagen .container_image .carousel-images img {
                object-fit: cover;
                width: 100%;
                height: 237px;
            }

    .DLFichaParent .DLFichaTitulo {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 300;
        max-height: 76px;
        height: 76px;
        padding: 10px 25px;
        font-size: 1.5em;
        line-height: 1.1em;
        overflow: hidden;
    }

    .DLFichaParent .DLFichaResumen {
        font-weight: normal;
        font-size: 1em;
        padding: 0 34px;
        max-height: 100px;
        height: 100px;
        overflow: hidden;
        color: #777;
    }

    .DLFichaParent .DLFichaReferencia {
        min-height: 20px;
        font-size: 12px;
    }

    .DLFichaParent .DLFichaPrecioVenta {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 500;
        min-height: 20px;
        font-size: 1.6em;
        padding: 10px 30px;
    }

    .DLFichaParent .DLFichaPrecioTraspaso {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 500;
        min-height: 20px;
        font-size: 1.6em;
        padding: 10px 30px;
        display: none;
    }

    .DLFichaParent .DLFichaPrecioRenta {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 500;
        min-height: 20px;
        font-size: 1.6em;
        padding: 10px 30px;
        color: #999;
        display: none;
    }

    .DLFichaParent .DLFichaPrecioAlquiler {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 500;
        min-height: 20px;
        font-size: 1.6em;
        padding: 10px 30px;
        color: #999
    }

    .DLFichaParent .DLFichaCaracteristicas {
    }

    .DLFichaParent .iconos {
        background: rgba(255,255,255, 0.8);
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 4px 20px;
        text-align: left;
        z-index: 1;
    }

        .DLFichaParent .iconos span {
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 900
        }

        .DLFichaParent .iconos i {
            margin-right: 10px;
        }


    /*********** Etiquetas ***************/

    #infoListado .tag {
        display: none
    }

    .bloqueInfo {
        position: relative;
        overflow: hidden
    }

    .DLFichaParent {
        position: relative;
        overflow: hidden
    }

    .tag {
        width: 270px;
        z-index: 9;
        background: #900;
        position: absolute;
        top: 50px;
        left: -44px;
        text-align: center;
        padding: 10px 20px;
        color: #FFF;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 20px;
        text-transform: uppercase;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.45);
        -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.45);
        box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.45);
        font-weight: 300;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
        letter-spacing: 2px
    }


    .DLFicha .tag {
        width: 80px;
        font-size: 18px;
        top: -3px;
        left: -23px;
        padding: 5px 10px;
        z-index: 8;
    }

    .DLFicha .DLFichaImagen .tag {
        left: -10px;
    }
    /*********** Etiquetas ***************/

    @media only screen and (min-width : 1200px) {

        li.play.big.lslide.active {
            background: #000;
            padding: 44px 0;
            height: 567px;
            /* border: 1px solid red; */
        }

        .Destacado .DLFichaParent .DLFichaResumen {
            max-height: 70px;
            height: 70px;
        }

        .Destacado .DLFichaParent .DLFichaPrecioVenta {
            font-size: 2em;
            padding-bottom: 2px;
        }

        .Destacado .DLFichaParent .DLFichaPrecioTraspaso {
            font-size: 2em;
            padding-bottom: 2px;
        }

        .Destacado .DLFichaParent .DLFichaPrecioAlquiler {
            font-size: 2em;
            padding-bottom: 2px;
        }

        .Destacado .DLFichaParent .DLFichaTitulo {
            max-height: 52px;
            height: 52px
        }

        .Destacado .DLFichaParent .DLFichaImagen {
            max-height: 237px;
            height: 237px;
            position: relative;
            overflow: hidden
        }

        .bloqueMenuInmueble .affix, .bloqueMenuInmueble .affix-bottom {
            width: 870px;
            background-color: #ECECEC;
            margin-left: -22px;
            padding: 25px 40px 20px 40px;
        }


        .bloqueMenuInmueble .affix {
            animation: fadeIn 0.3s ease-in both;
            z-index: 8 !important;
            border-bottom: none !important;
            -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.39) !important;
            -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.39) !important;
            box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.39) !important;
        }

        .affixedMenuInmueble.affix::before {
            content: '';
            width: 100%;
            height: 40px;
            position: absolute;
            bottom: -40px;
            left: 0px;
            background: rgba(255,255,255,1);
            background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
            background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
            background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
            background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
            background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
        }

        .affixedMenuInmueble.affix::after {
            content: '';
            width: 100%;
            height: 6px;
            position: absolute;
            bottom: -6px;
            left: 0px;
            background: rgba(255,255,255,1);
            background: -moz-linear-gradient(top, rgba(0,0,0,0.21) 0%, rgba(255,255,255,0) 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.21)), color-stop(100%, rgba(255,255,255,0)));
            background: -webkit-linear-gradient(top, rgba(0,0,0,0.21) 0%, rgba(255,255,255,0) 100%);
            background: -o-linear-gradient(top, rgba(0,0,0,0.21) 0%, rgba(255,255,255,0) 100%);
            background: -ms-linear-gradient(top, rgba(0,0,0,0.21) 0%, rgba(255,255,255,0) 100%);
            background: linear-gradient(to bottom, rgba(0,0,0,0.21) 0%, rgba(255,255,255,0) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=0 );
        }
    }

    @media only screen and (min-width : 992px) and (max-width: 1199px) {
        .Destacado .DLFichaParent .DLFichaImagen {
            max-height: 184px;
            height: 184px;
        }
        /*.DLFichaParent .DLFichaResumen {max-height:90px; height:90px;}*/
    }

    @media only screen and (min-width : 768px) and (max-width: 991px) {
        .Destacado .DLFichaParent .DLFichaImagen {
            max-height: 184px;
            height: 184px;
        }
        /*.DLFichaParent .DLFichaResumen {max-height:90px; height:90px;}*/
    }

    @media only screen and (max-width : 767px) {
        .play.big:before {
            top: 33% !important;
        }

        .Destacado .DLFichaParent .DLFichaResumen {
            max-height: 100px;
            height: 100px;
        }
    }

    /* Le puede interesar */
    .containerLinksInteres {
        display: inline-block
    }

        .containerLinksInteres ul {
            padding: 10px 0 10px 0;
            margin-bottom: 30px
        }

            .containerLinksInteres ul li {
                display: block;
                font-size: 18px;
                background: url(arrow.png) no-repeat left 3px
            }

                .containerLinksInteres ul li a {
                    padding-left: 10px;
                    display: block;
                    font-weight: 500 !important;
                    color: #666;
                }

                    .containerLinksInteres ul li a:hover {
                    }


    /* GRID INMUEBLES DESTACADOS */
    .Destacado .DLFichaPrecioVenta {
        color: #ae0e2c;
    }

    .Destacado .DLFichaPrecioAlquile {
        color: #ae0e2c;
    }

    /*  MAPA INMUEBLES */
    .tablaMapa {
        width: 300px;
    }

        .tablaMapa .foto {
            width: 110px;
            vertical-align: top;
            text-align: left;
        }

            .tablaMapa .foto img {
                margin-bottom: 10px;
            }

        .tablaMapa .tipo {
            font-weight: bold;
            font-size: large;
            vertical-align: top;
        }

        .tablaMapa .resumen {
            vertical-align: top;
        }

        .tablaMapa .precio {
            font-weight: bold;
            font-size: 12px;
        }

            .tablaMapa .precio span {
                display: block;
            }

    /******** DETALLE *********/
    /**************************/
    .bloqueInfo {
        background: #eee;
        margin-bottom: 20px;
    }

    .lslide img {
        width: 100%
    }

    .detalle.tituloSeccion h1 {
        text-align: left
    }

    .IDDescripcion {
        padding-top: 15px;
    }

    .IDSeccion {
        font-weight: bold;
        margin: 10px 0;
    }

    .IDPropiedad {
        border-bottom: 1px solid #ababab;
        padding-bottom: 5px;
        margin-bottom: 5px;
        min-height: 28px;
        display: inline-block;
        width: 100%;
    }

    .IDResumen {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 16px;
        margin-right: 15px
    }

    @media only screen and (max-width: 991px) {
        .IDResumen {
            margin-left: 15px
        }
    }

    .IDResumen .IDPrecio {
        font-size: 33px;
        font-weight: bold
    }

    .IDResumen .IDSeparador {
        border-bottom: 1px solid #ffa600;
        margin: 7px 0;
    }

    .IDOtrosDatos {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 16px;
    }

    .IDContacto {
        background: #ECECEC;
        padding-top: 15px;
        padding-bottom: 15px;
        color: #242424;
        font-family: 'Roboto Condensed', sans-serif
    }

        .IDContacto label {
            font-weight: normal
        }

        .IDContacto a {
        }

    .play:before {
        content: "\f16A";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        color: #0E0D0D;
        opacity: 0.7;
        font-size: 48px;
        position: absolute;
        top: -1px;
        left: 35px;
        cursor: pointer;
        z-index: 999
    }

    .play:hover:before {
        opacity: 0.9;
        color: #E50E12;
    }

    .iconoListado {
    }

    .iconoAnterior {
        margin-right: 10px
    }

    .iconoSiguiente {
    }

    .play {
        position: relative
    }

        .play.big {
            position: relative
        }
            /*.play.big:before {font-size:80px !important; left:386px; top:188px; }*/

            .play.big:before {
                font-size: 80px !important;
                top: 33% !important;
                margin: -25px 0 auto;
                width: 100% !Important;
                left: 0 !Important;
                float: left;
                text-align: center
            }

    .oculto {
        display: none
    }

    /******** FIN DETALLE *********/
    /**************************/


    /******** DETALLE BIG *********/
    /**************************/
    .bloqueInfoBig {
        background: #eee;
        margin-bottom: 20px;
        overflow: hidden;
    }

    .lslide img {
        width: 100%
    }

    .detalleBig.tituloSeccionBig h1 {
        text-align: left
    }

    .IDDescripcionBig {
        padding-top: 15px;
    }

    .IDSeccionBig {
        font-weight: bold;
        margin: 10px 0;
    }

    .IDPropiedadBig {
        border-bottom: 1px solid #ababab;
        padding-bottom: 5px;
        margin-bottom: 5px;
        min-height: 28px;
        display: inline-block;
        width: 100%;
    }

    .IDResumenBig {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 16px;
        margin-right: 15px
    }

    @media only screen and (max-width: 991px) {
        .IDResumenBig {
            margin-left: 15px
        }

        .bloqueDetalleBig .IDResumenBig{
            margin-left:0px !important;
        }
    }

    .IDResumenBig .IDPrecioBig {
        font-size: 33px;
        font-weight: bold
    }

    .IDPrecioBig.Anterior {
        font-size: 20px;
        text-decoration: none;
        color: #A94442;
    }

        .IDPrecioBig.Anterior .labelAlquilerAntes {
            text-decoration: line-through;
        }

    .IDPrecioBig {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 27px;
    }

    .IDResumenBig .IDSeparadorBig {
        border-bottom: 1px solid #ffa600;
        margin: 7px 0;
    }



    .IDOtrosDatosBig2Columnas {
        padding-top: 40px;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 16px;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px;
    }

    .bloqueIconosBig {
        font-size: 20px;
    }

    .bloquePreciosBig {
        font-size: 20px;
    }

    .IDContactoBig {
        background: #ECECEC;
        padding-top: 15px;
        padding-bottom: 15px;
        color: #242424;
        font-family: 'Roboto Condensed', sans-serif
    }

        .IDContactoBig label {
            font-weight: normal
        }

        .IDContactoBig a {
        }

    .iconoListadoBig {
    }

    .iconoAnteriorBig {
        margin-right: 10px
    }

    .iconoSiguienteBig {
    }

    .ocultoBig {
        display: none
    }

    .spanIconosInmuebleBig {
        font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    }

    /******** FIN DETALLE BIG *********/
    /**************************/

    /******** ENCABEZADO DETALLE BIG *********/
    /**************************/

    .fotoDetalleBig {
        background: url(SliderBorrar.jpg) no-repeat;
        background-size: cover;
        height: 600px;
    }

    .infoTopBig {
        padding: 240px 0;
        position: absolute;
        z-index: 99;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .gradientBig {
        background: rgba(0,0,0,0.3);
        top: -600px;
    }

    .tituloEncabezadoBig {
        border-bottom: none !important;
        margin-bottom: 20px;
    }

        .tituloEncabezadoBig h1 {
            color: #FFF;
            text-transform: uppercase;
            margin-top: 0;
            font-weight: 400;
            font-size: 40px;
            text-align: center;
            font-family: 'Oswald', sans-serif;
            text-shadow: none;
            line-height: 1.1;
        }

    .datosPrincipalesEncabezadoBig {
        color: #FFF;
        font-size: 15px;
        margin-bottom: 10px;
        text-align: center;
    }

        .datosPrincipalesEncabezadoBig span {
            border-right: 1px solid #FFF;
            margin-right: 4px;
        }

            .datosPrincipalesEncabezadoBig span:last-child {
                border: 0;
                padding: 0;
            }

    .precioDetalleEncabezadoBig {
        padding-top: 25px;
        position: relative;
        text-align: center;
    }

        .precioDetalleEncabezadoBig .precio.venta {
            padding: 10px;
            border: none;
            background-color: #027081;
            border-radius: 4px;
            color: #fff;
            margin: 15px 15px 0px 0px;
            font-size: 20px;
            text-align: center;
            font-weight: 500;
        }

    .PrecioAnteriorEncabezadoBig {
        padding-top: 30px;
        color: #fff;
        font-size: 17px;
        text-align: center;
        font-weight: 500;
    }

        .PrecioAnteriorEncabezadoBig .text-antes {
            margin: 15px 15px 0px 0px;
            color: #fff;
            font-size: 17px;
            text-align: center;
            font-weight: 500;
            text-decoration: line-through;
        }

    .iconosEncabezadoBig {
        background: #e0212100;
        width: 100%;
        height: 30px;
        text-align: center;
        z-index: 99;
        color: #fff;
        font-size: 18px;
        font-weight: lighter;
        position: relative;
    }


        .iconosEncabezadoBig i {
            margin-right: 20px;
        }

        .iconosEncabezadoBig .fa {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .iconosEncabezadoBig span {
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 400;
        }


    .contenedorTag {
        position: relative;
        overflow: hidden;
    }

    /*********DETALLE 3 (AFFIX)*****************/

    .tituloFix {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 27px;
        font-weight: 500;
        line-height: 1.1;
        color: inherit;
    }

    .tituloAuxFix {
        font-size: 15px;
        font-weight: 500;
        line-height: 1.1;
        color: inherit;
    }

    .bloqueIconosAfix {
        color: #6b6962;
    }

    .tituloSeccionAffix {
        font-size: 25px !important;
    }

    /**********FIN DE DETALLE 3 (AFFIX)*********/




    /**********COMIENZA::DETALLE AFFIX FULL*******/
    .imagenGaleriaAbajo {
        width: 100%;
        object-fit: cover;
        height: 300px;
        padding-bottom: 20px;
        object-position: bottom right;
    }

    .imagenPanoramicasAbajo {
        width: 100%;
        object-fit: cover;
        height: 100px;
        padding-bottom: 20px;
        object-position: bottom right;
    }

    img.icono360panoramica {
        height: 31px;
        position: absolute;
        top: 49px;
        right: 19px;
    }

    .tituloGaleriaAbajo {
        font-size: 24px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: normal;
        padding-bottom: 20px;
    }

    @media only screen and (max-width : 767px) {
        .imagenPanoramicasAbajo {
            width: 100%;
            object-fit: cover;
            height: 300px;
            padding-bottom: 20px;
            object-position: bottom right;
        }



        img.icono360panoramica {
            height: 65px;
            position: absolute;
            top: 214px;
            right: 29px;
        }

        #panorama {
            height: 300px;
        }
    }


    .botonMasImagenes {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

        .botonMasImagenes:hover {
            text-decoration: none;
        }

	/*
    .etiquetaEficienciaAbajo {
        transform: scale(0.5);
        transform-origin: top;
        height: 200px;
    }
	*/

    .tituloEficiencia {
        font-size: 20px;
    }

    .valorEficiencia {
        font-size: 20px;
        font-weight: bold;
    }

    /**********FIN::DETALLE AFFIX FULL************/


    /**********COMIENZA::DETALLE CONDE************/
    .bloqueContenidoConde {
        margin-top: 50px !important;
    }

    .bloqueImagenPortadaConde {
        padding: 0px;
        padding-left: 1px;
        padding-right: 1px;
    }

    .imagenPortadaConde {
        padding: 0px;
        width: 100%;
        object-fit: cover;
        object-position: bottom;
        height: 450px;
    }

    .tituloInmuebleConde {
        color: #002B2A;
        font-family: "Amiko", Sans-serif;
        font-size: 28px;
        font-weight: 500;
        text-transform: lowercase;
    }

        .tituloInmuebleConde:first-letter {
            text-transform: uppercase;
        }

    .seccionDetalleConde {
        color: #002B2A;
        font-family: "Amiko", Sans-serif;
        font-size: 28px;
        font-weight: 500;
    }

    .subtituloConde h3 {
        color: #848484;
        font-family: "futura-pt", Sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.7em;
    }

    .labelBasicoConde {
        color: #848484;
        font-family: "futura-pt", Sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.7em;
    }

    .valorBasicoConde {
        color: #002B2A;
        font-family: "Amiko", Sans-serif;
        font-size: 28px;
        font-weight: 500;
    }

        .valorBasicoConde span {
            font-size: 28px !important;
            color: #002B2A !important;
        }


    .IDPropiedadConde {
        padding-bottom: 5px;
        margin-bottom: 5px;
        min-height: 28px;
        display: inline-block;
        width: 100%;
    }

    .propiedadTituloConde {
        color: #848484;
        font-family: "futura-pt", Sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.7em;
    }

    .propiedadValorConde {
        color: #848484;
        font-family: "futura-pt", Sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.7em;
        font-weight: bold;
    }

    .valorCaracteristicaConde {
        font-weight: bold;
    }

    .IDDescripcionConde {
        color: #848484;
        font-family: "futura-pt", Sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.5em;
    }

    .IDOtrosDatosConde3Columnas {
        padding-top: 40px;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 16px;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px;
    }


    .bloqueBotonesSlider {
        padding-left: 25px;
        position: relative;
        top: -55px;
        height: 20px;
        visibility: visible;
        display: block;
        z-index: 7;
    }


    @media (max-width: 768px) {

        .bloqueBotonesSlider {
            top: -120px !important;
        }
        

    }
    /*zona contacto conde*/

    #ContenidoContactoConde .IDContactoConde {
        background-color: transparent !important;
    }

    /**********FIN::DETALLE CONDE*****************/

    /******** DETALLE *********/
    /**************************/
    .alquilerDiaOcupado {
        background-color: #ae0e2c !important;
    }

    .alquilerDiaOcupadoText {
        color: #ae0e2c !important;
    }

    .alquilerDiaOcupadoSalida {
        background: linear-gradient(to right bottom, #ae0e2c 50%, #ffffff 50%);
        color: black !important;
    }

    .alquilerDiaOcupadoEntrada {
        background: linear-gradient(to left top, #ae0e2c 50%, #ffffff 50%);
        color: black !important;
    }
    /****** FIN DETALLE *******/
    /**************************/


    /******** INFO AGENTE *********/
    /**************************/
    .IDinfoAgenteBig {
        background: #ECECEC;
        padding-top: 15px;
        padding-bottom: 15px;
        color: #242424;
        font-family: 'Roboto Condensed', sans-serif;
        margin-top: 15px;
        margin-bottom: 15px;
        text-align: center;
    }

    .IDinfoAgenteConde {
        padding-top: 15px;
        color: #242424;
        font-family: 'Roboto Condensed', sans-serif;
        text-align: left;
    }

    .IDImagenAgenteConde {
        padding-left: 0px;
        width: 40%;
        float: left;
    }

    .IDInfoAgenteConde {
        width: 60%;
        float: left;
        margin-top: 42px;
    }

    .ID
    .IDTituloAgente {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 24px;
        color: #000;
        font-weight: 500;
    }

    .IDTituloAgenteConde {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 24px;
        color: #000;
        font-weight: 500;
        text-align: left;
    }

    .IDnombreAgente {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 16px;
    }

    .IDtelefonoAgente {
        margin: 10px 0px;
    }

        .IDtelefonoAgente a {
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 19px;
            text-decoration: none;
            color: #000;
            font-weight: 500;
        }

    .IDemailAgente {
        margin: 10px 0px;
    }

        .IDemailAgente a {
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 19px;
            text-decoration: none;
            color: #000;
            font-weight: 500;
        }

    .bloqueFotoAgente img {
        object-fit: cover;
        object-position: center;
        height: 150px;
        width: 150px;
        border-radius: 50%;
        margin: 20px 0px;
    }

    .bloqueFotoAgenteConde img {
        object-fit: cover;
        object-position: center;
        height: 100px;
        width: 100px;
        border-radius: 50%;
        margin: 20px 0px;
        padding-left: 0px;
    }

    /******** FIN INFO AGENTE *********/
    /**************************/


    /*DETALLE CONTACTO AFFIX*/

    .IDContactoAffix {
        background: #ECECEC;
        padding: 15px;
        color: #242424;
        font-family: 'Roboto Condensed', sans-serif;
        margin-bottom: 20px;
        -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.39) !important;
        -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.39) !important;
        box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.39) !important;
    }

    .encabezadoContactoAffix {
        text-align: center;
        padding: 5px;
        margin-bottom: 10px;
    }


    .labelVentaAffix {
        font-size: 20px;
    }


    /*FIN::DETALLE CONTACTO AFFIX*/


    /*COMIENZA::AGENTES ACTIVOS*/
    .fichaAgente {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .info_agente {
        z-index: 9;
        position: relative;
        top: 50px;
    }

    .agente_img_circle {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 104%;
        height: 122px;
        width: 122px;
        border-radius: 70px;
        float: left;
        top: -20px;
        left: 0;
        position: relative;
    }

    .agente_img_logo {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 122px;
        height: 122px;
        width: 122px;
        float: left;
        top: -20px;
        left: 0;
        position: relative;
    }

    .nombre_agente {
        text-align: left;
        float: left;
        position: relative;
        top: -24px;
        left: 142px;
    }

    

        .nombre_agente h7 {
            margin: 0 0 10px;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 600;
            font-size: 1.3em;
            line-height: 23px;
        }

    .agente_datos {
        border-top: 1px solid #07443814;
        margin-top: -40px;
        border-bottom: 1px solid #07443842;
        position: relative;
        float: left;
        height: auto;
    }

        .agente_datos p {
            color: #777;
            padding: 20px 0px;
            font-size: 15px;
        }


    .Half {
        float: left;
        display: inline-block;
    }

    .circuloAgenteGrande {
        width: 60%;
        height: 220px;
        left: 20%;
        position: relative;
        margin-bottom: 15px;
        margin-top: 10px;
    }

    img.imgAgenteCompletoCirculo {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
        border-radius: 200px;
    }

    .nombre_agente {
        height: 250px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .descripcionAgente {
        text-align: justify;
    }

    .AgenteCuenta .nombre_agente {
        left:10px;
    }


    @media only screen and (min-width : 992px) and (max-width: 1199px) {

        .imagenAgente.Half.text-center {
            width: 30%;
        }

        .info_agente.Half {
            position: relative;
            top: 0;
            right: 0;
            width: 47%;
            margin-left: 13px;
        }
    }

    @media only screen and (min-width : 768px) and (max-width: 991px) {
        .imagenAgente.Half.text-center {
            width: 30%;
        }

        .info_agente.Half {
            position: relative;
            top: 0;
            right: 0;
            width: 47%;
            margin-left: 13px;
        }
    }


    @media only screen and (max-width : 767px) {

        .fichaAgente .col-xs-12 {
            padding-right: 0;
            padding-left: 0;
        }

        .nombre_agente {
            height: auto !important;
            padding-left: 0px !important;
            padding-right: 0px !important;
        }

        .agente_img_logo {
            background-position: center center;
            background-repeat: no-repeat;
            background-size: 92px;
            height: 92px;
            width: 92px;
            float: left;
            top: -20px;
            left: 0;
            position: relative;
        }

        .circuloAgenteGrande {
            width: 50%;
            height: 230px;
            left: 25%;
            position: relative;
            margin-bottom: 10px;
        }

        .imagenAgente.Half.text-center {
            width: 30%;
            margin-left: 0px;
        }

        .info_agente.Half {
            position: relative;
            top: 0;
            right: 0;
            width: 56%;
            margin-left: 22px;
        }

        .fichaAgente {
            min-height: 150px;
            height: auto !important;
            margin-top: 20px;
            margin-bottom: 0px;
        }

        .agente_img_circle {
            background-size: 100%;
            height: 92px;
            width: 92px;
            top: -10px;
        }

        
            .fichaAgente .panel-group .panel {
            margin-bottom: 0;
            border-radius: 0;
            padding: 10px 0px;
        }


        .col-xs-12.col-md-12.fichaAgente.AgenteCuenta.Half {
            position: relative;
            left: -73px;
        }
    }

    .bloqueDescripcionDesplegable {
        position: relative;
        top: 0;
        z-index: 999;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #ddd;
        background: #fff;
        display: block;
        position: relative;
        z-index: 9999;
        padding-bottom: 50px;
    }

    .fichaAgente {
        height: 150px;
        margin-top: 50px;
        margin-bottom: 50px;
    }


    .info_agente.Half {
        position: relative;
        top: 0;
        right: 0;
    }

    .nombre_agente {
        text-align: left;
        float: left;
        position: relative;
        top: -4px;
        left: 0;
        padding-left: 20px;
        padding-right: 20px;
        height: 125px;
    }

    .bloqueDescripcionDesplegable {
        position: relative;
        top: 0;
    }

    .Half {
        float: left;
        display: inline-block;
        margin-left: 33px;
    }

    .AgenteCuenta { /*Listado agentes en cuentas*/
        margin-left: 0px !important;
    }

    

    .agenteDesplegable .info_agente {
        z-index: 99;
        position: relative;
        top: 50px;
    }

    .agenteDesplegable .agente_img_circle {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 104%;
        height: 122px;
        width: 122px;
        border-radius: 70px;
        float: left;
        top: -20px;
        left: 0;
        position: relative;
    }

    .agenteDesplegable .agente_img_logo {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 122px;
        height: 122px;
        width: 122px;
        float: left;
        top: -20px;
        left: 0;
        position: relative;
    }

    .agenteDesplegable .nombre_agente {
        text-align: left;
        float: left;
        position: relative;
        top: -24px;
        left: 142px;
    }

        .agenteDesplegable .nombre_agente h7 {
            margin: 0 0 10px;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 600;
            font-size: 1.3em;
            line-height: 23px;
        }

    .agenteDesplegable .agente_datos {
        border-top: 1px solid #07443814;
        margin-top: -40px;
        border-bottom: 1px solid #07443842;
        position: relative;
        float: left;
        height: auto;
    }

        .agenteDesplegable .agente_datos p {
            color: #777;
            padding: 20px 0px;
            font-size: 15px;
        }


    .agenteDesplegable .Half {
        float: left;
        display: inline-block;
    }




    .agenteDesplegable .circuloAgenteGrande {
        width: 60%;
        height: 220px;
        left: 20%;
        position: relative;
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .agenteDesplegable img.imgAgenteCompletoCirculo {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
        border-radius: 200px;
    }

    .agenteDesplegable .nombre_agente {
        height: 250px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .agenteDesplegable .descripcionAgente {
        text-align: justify;
    }

.agenteDesplegable .info_agente.Half {
    z-index:0;
}


    @media only screen and (min-width : 992px) and (max-width: 1199px) {

        .agenteDesplegable .imagenAgente.Half.text-center {
            width: 30%;
        }

        .agenteDesplegable .info_agente.Half {
            position: relative;
            top: 0;
            right: 0;
            width: 47%;
            margin-left: 13px;
        }
    }

    @media only screen and (min-width : 768px) and (max-width: 991px) {
        .agenteDesplegable .imagenAgente.Half.text-center {
            width: 30%;
        }

        .agenteDesplegable .info_agente.Half {
            position: relative;
            top: 0;
            right: 0;
            width: 47%;
            margin-left: 13px;
        }

        .AgenteCuenta {
            z-index: 1;
        }
    }


    @media only screen and (max-width : 767px) {

        .agenteDesplegable .fichaAgente .col-xs-12 {
            padding-right: 0;
            padding-left: 0;
        }

        .agenteDesplegable .nombre_agente {
            height: auto !important;
            padding-left: 0px !important;
            padding-right: 0px !important;
        }

        .agenteDesplegable .agente_img_logo {
            background-position: center center;
            background-repeat: no-repeat;
            background-size: 92px;
            height: 92px;
            width: 92px;
            float: left;
            top: -20px;
            left: 0;
            position: relative;
        }

        .agenteDesplegable .circuloAgenteGrande {
            width: 50%;
            height: 230px;
            left: 25%;
            position: relative;
            margin-bottom: 10px;
        }

        .agenteDesplegable .imagenAgente.Half.text-center {
            width: 30%;
            margin-left: 0px;
        }

        .agenteDesplegable .info_agente.Half {
            position: relative;
            top: 0;
            right: 0;
            width: 56%;
            margin-left: 22px;
        }

        .agenteDesplegable .fichaAgente {
            min-height: 150px;
            height: auto !important;
            margin-top: 20px;
            margin-bottom: 0px;
        }

        .agenteDesplegable .agente_img_circle {
            background-size: 100%;
            height: 92px;
            width: 92px;
            top: -10px;
        }

        .agenteDesplegable .fichaAgente .panel-group .panel {
            margin-bottom: 0;
            border-radius: 0;
            padding: 10px 0px;
        }
    }

    .agenteDesplegable .bloqueDescripcionDesplegable {
        position: relative;
        top: 0;
        z-index:9;
    }

    .agenteDesplegable .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #ddd;
        background: #fff;
        display: block;
        position: relative;
        z-index: 9;
        padding-bottom: 50px;
    }

    .agenteDesplegable .fichaAgente {
        height: 150px;
        margin-top: 50px;
        margin-bottom: 50px;
    }


    .agenteDesplegable .info_agente.Half {
        position: relative;
        top: 0;
        right: 0;
    }

    .agenteDesplegable .nombre_agente {
        text-align: left;
        float: left;
        position: relative;
        top: -4px;
        left: 0;
        padding-left: 20px;
        padding-right: 20px;
        height: 125px;
    }

    .agenteDesplegable .bloqueDescripcionDesplegable {
        position: relative;
        top: 0;
    }

    .agenteDesplegable .Half {
        float: left;
        display: inline-block;
        margin-left: 33px;
    }

    .AgenteCuenta .nombre_agente {
        left:105px;
    }

    /*FIN AGENTES CON DESPLEGABLE*/


    /*COMIENZAN::ESTILOS DE WEB CUENTAS (OFICINAS)*/

    .fa-spin-fast {
        -webkit-animation: fa-spin-fast 0.2s infinite linear;
        animation: fa-spin-fast 0.2s infinite linear;
    }

    @-webkit-keyframes fa-spin-fast {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
        }
    }

    @keyframes fa-spin-fast {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
        }
    }

    .material-card {
        position: relative;
        height: 0;
        padding-bottom: calc(100% - 16px);
        margin-bottom: 6.6em;
    }

        .material-card h2 {
            position: absolute;
            top: calc(100% - 16px);
            left: 0;
            width: 100%;
            padding: 10px 16px;
            color: #fff;
            font-size: 1.4em;
            line-height: 1.6em;
            margin: 0;
            z-index: 10;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

            .material-card h2 span {
                display: block;
            }

            .material-card h2 strong {
                font-weight: 400;
                display: block;
                font-size: 0.8em;
            }

            .material-card h2:before,
            .material-card h2:after {
                content: ' ';
                position: absolute;
                left: 0;
                top: -16px;
                width: 0;
                border: 8px solid;
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -ms-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s;
            }

            .material-card h2:after {
                top: auto;
                bottom: 0;
            }

    @media screen and (max-width: 767px) {
        .material-card.mc-active {
            padding-bottom: 0;
            height: auto;
        }
    }

    .material-card.mc-active h2 {
        top: 0;
        padding: 10px 16px 10px 90px;
    }

        .material-card.mc-active h2:before {
            top: 0;
        }

        .material-card.mc-active h2:after {
            bottom: -16px;
        }

    .material-card .mc-content {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 16px;
        left: 16px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .material-card .mc-btn-action {
        position: absolute;
        right: 16px;
        top: 15px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 5px solid;
        width: 54px;
        height: 54px;
        line-height: 44px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        z-index: 20;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .material-card.mc-active .mc-btn-action {
        top: 62px;
    }

    .material-card .mc-description {
        position: absolute;
        top: 100%;
        right: 30px;
        left: 30px;
        bottom: 54px;
        overflow: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 1.2s;
        -moz-transition: all 1.2s;
        -ms-transition: all 1.2s;
        -o-transition: all 1.2s;
        transition: all 1.2s;
    }

    .material-card .mc-footer {
        height: 0;
        overflow: hidden;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

        .material-card .mc-footer h4 {
            position: absolute;
            top: 200px;
            left: 30px;
            padding: 0;
            margin: 0;
            font-size: 16px;
            font-weight: 700;
            -webkit-transition: all 1.4s;
            -moz-transition: all 1.4s;
            -ms-transition: all 1.4s;
            -o-transition: all 1.4s;
            transition: all 1.4s;
        }

        .material-card .mc-footer a {
            display: block;
            float: left;
            position: relative;
            margin-left: 5px;
            margin-bottom: 15px;
            font-size: 15px;
            color: black;
            line-height: 52px;
            text-decoration: none;
            top: 200px;
            background-color: transparent;
        }

            .material-card .mc-footer a:nth-child(1) {
                -webkit-transition: all 0.5s;
                -moz-transition: all 0.5s;
                -ms-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
            }

            .material-card .mc-footer a:nth-child(2) {
                -webkit-transition: all 0.6s;
                -moz-transition: all 0.6s;
                -ms-transition: all 0.6s;
                -o-transition: all 0.6s;
                transition: all 0.6s;
            }

            .material-card .mc-footer a:nth-child(3) {
                -webkit-transition: all 0.7s;
                -moz-transition: all 0.7s;
                -ms-transition: all 0.7s;
                -o-transition: all 0.7s;
                transition: all 0.7s;
            }

            .material-card .mc-footer a:nth-child(4) {
                -webkit-transition: all 0.8s;
                -moz-transition: all 0.8s;
                -ms-transition: all 0.8s;
                -o-transition: all 0.8s;
                transition: all 0.8s;
            }

            .material-card .mc-footer a:nth-child(5) {
                -webkit-transition: all 0.9s;
                -moz-transition: all 0.9s;
                -ms-transition: all 0.9s;
                -o-transition: all 0.9s;
                transition: all 0.9s;
            }

    .material-card .img-container {
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 3;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .material-card.mc-active .img-container {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        left: 0;
        top: 12px;
        width: 60px;
        height: 60px;
        z-index: 20;
    }

    .material-card.mc-active .mc-content {
        padding-top: 5.6em;
    }

    @media screen and (max-width: 767px) {
        .material-card.mc-active .mc-content {
            position: relative;
            margin-right: 16px;
        }
    }

    .material-card.mc-active .mc-description {
        top: 50px;
        padding-top: 5.6em;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    @media screen and (max-width: 767px) {
        .material-card.mc-active .mc-description {
            position: relative;
            top: auto;
            right: auto;
            left: auto;
            padding: 50px 30px 70px 30px;
            bottom: 0;
        }
    }

    .material-card.mc-active .mc-footer {
        overflow: visible;
        position: absolute;
        top: calc(100% - 16px);
        left: 16px;
        right: 0;
        height: 82px;
        padding-top: 15px;
        padding-left: 25px;
    }

        .material-card.mc-active .mc-footer a {
            top: 0;
        }

        .material-card.mc-active .mc-footer h4 {
            top: -32px;
        }

    .material-card.Grey h2 {
        background-color: #9E9E9E;
    }

        .material-card.Grey h2:after {
            border-top-color: #9E9E9E;
            border-right-color: #9E9E9E;
            border-bottom-color: transparent;
            border-left-color: transparent;
        }

        .material-card.Grey h2:before {
            border-top-color: transparent;
            border-right-color: #212121;
            border-bottom-color: #212121;
            border-left-color: transparent;
        }

    .material-card.Grey.mc-active h2:before {
        border-top-color: transparent;
        border-right-color: #9E9E9E;
        border-bottom-color: #9E9E9E;
        border-left-color: transparent;
    }

    .material-card.Grey.mc-active h2:after {
        border-top-color: #212121;
        border-right-color: #212121;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }

    .material-card.Grey .mc-btn-action {
        background-color: #9E9E9E;
    }

        .material-card.Grey .mc-btn-action:hover {
            background-color: #212121;
        }

    .material-card.Grey .mc-footer h4 {
        color: #212121;
    }

    .material-card.Grey .mc-footer a {
        background-color: transparent;
    }

    .material-card.Grey.mc-active .mc-content {
        background-color: #FAFAFA;
    }

    .material-card.Grey.mc-active .mc-footer {
        background-color: #F5F5F5;
    }

    .material-card.Grey.mc-active .mc-btn-action {
        border-color: #FAFAFA;
    }

    .github-corner:hover .octo-arm {
        animation: octocat-wave 560ms ease-in-out;
    }

    @keyframes octocat-wave {
        0%,100% {
            transform: rotate(0);
        }

        20%,60% {
            transform: rotate(-25deg);
        }

        40%,80% {
            transform: rotate(10deg);
        }
    }

    @media (max-width:500px) {
        .github-corner:hover .octo-arm {
            animation: none;
        }

        .github-corner .octo-arm {
            animation: octocat-wave 560ms ease-in-out;
        }
    }

    .img-oficina {
        object-fit: cover;
        height: 279px;
        width: 100%;
    }

    .img-oficinas {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    .Encabezado.Black {
        background: #000;
        height: 300px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .Encabezado img {
        object-fit: cover;
        object-position: bottom;
        height: 80%;
        width: 80%;
        margin-top: -82px;
        float: right;
        padding-right: 30px;
    }

    /*FIN::ESTILOS DE WEB CUENTAS (OFICINAS)*/


    /****** Calificación Energética *****/
    .calificacionEnergetica {
        position: relative;
        height: 428px;
        width: 568px
    }

        .calificacionEnergetica .fondo {
            position: absolute;
            width: 100%
        }

        .calificacionEnergetica .valor {
            position: absolute;
            z-index: 1;
            background-color: #000;
            background-image: url(arrowCalif.png);
            background-position: left;
            background-repeat: no-repeat;
            font-size: 22px;
            font-weight: bold;
            padding: 5px 6px;
            color: #FFF;
            width: 101px;
            text-align: right
        }

            .calificacionEnergetica .valor.consumo {
                right: 132px;
            }

            .calificacionEnergetica .valor.emisiones {
                right: 23px;
            }

        .calificacionEnergetica .filaA {
            top: 50px
        }

        .calificacionEnergetica .filaB {
            top: 102px
        }

        .calificacionEnergetica .filaC {
            top: 155px
        }

        .calificacionEnergetica .filaD {
            top: 208px
        }

        .calificacionEnergetica .filaE {
            top: 260px
        }

        .calificacionEnergetica .filaF {
            top: 312px
        }

        .calificacionEnergetica .filaG {
            top: 365px
        }
    /********************************
    FIN ESTILOS THEME INMOBS3   
*********************************/

    /************* Cookies ***************/
    #stickyFooter {
        position: fixed;
        width: 100%;
        left: 0;
        margin: auto;
        bottom: -25000;
        height: auto;
        background: #333;
        text-align: center;
        z-index: 1000;
    }

        #stickyFooter p {
            padding: 20px;
            font-size: 14px;
            color: #FFF
        }

        #stickyFooter a {
            color: red
        }

    .aceptarCookies {
        background-color: #4d90fe;
        background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
        border: 1px solid #3079ed;
        border-radius: 2px;
        color: #fff;
        cursor: default;
        display: inline-block;
        font-size: 11px;
        font-weight: bold;
        height: 20px;
        line-height: 20px;
        margin-right: 0px;
        min-width: 26px;
        outline: 0;
        padding: 0 8px;
        text-align: center;
        white-space: nowrap;
    }

        .aceptarCookies:hover {
            background-color: #357ae8;
            background-image: -webkit-linear-gradient(top,#4d80fe,#357ae8);
            border: 1px solid #2f5bb7;
            border-bottom-color: 2f 5bb 7;
        }

    /************* Cookies ***************/

    /******** Media queries ************/
    /***********************************/

    /*  =====================================================
    =            Bootstrap 3.3 Media Queries            =
    =====================================================   */
    @media only screen and (min-width : 1200px) {
        .text-left-lg {
            text-align: left;
        }

        .text-right-lg {
            text-align: right;
        }

        .text-center-lg {
            text-align: center;
        }

        .text-justify-lg {
            text-align: justify;
        }

        .padding_lg_10-0-0-0 {
            padding: 10px 0 0 0;
        }
    }

    @media only screen and (min-width : 992px) and (max-width: 1199px) {
        .Half {
            width: 100%;
            float: left;
            position: relative;
        }

        .text-left-md {
            text-align: left;
        }

        .text-right-md {
            text-align: right;
        }

        .text-center-md {
            text-align: center;
        }

        .text-justify-md {
            text-align: justify;
        }

        .padding_md_10-0-0-0 {
            padding: 10px 0 0 0;
        }

        .panel .telefono {
            font-size: 2em;
        }
    }

    @media only screen and (min-width : 768px) and (max-width: 991px) {

        .Half {
            width: 100%;
            float: left;
            position: relative;
        }


        .text-left-sm {
            text-align: left;
        }

        .text-right-sm {
            text-align: right;
        }

        .text-center-sm {
            text-align: center;
        }

        .text-justify-sm {
            text-align: justify;
        }

        .padding_sm_10-0-0-0 {
            padding: 10px 0 0 0;
        }

        .panel .telefono {
            font-size: 1.6em;
        }

        .panel .llamanos {
            font-size: 1.4em
        }

        .panel .btn {
            white-space: normal
        }
    }

    @media only screen and (max-width : 767px) {
		/*
        .etiquetaEficienciaAbajo {
            transform: scale(0.9);
        }
		*/

        .Half {
            width: 100%;
            float: left;
            position: relative;
        }

        .text-left-xs {
            text-align: left;
        }

        .text-right-xs {
            text-align: right;
        }

        .text-center-xs {
            text-align: center;
        }

        .text-justify-xs {
            text-align: justify;
        }

        .padding_xs_10-0-0-0 {
            padding: 10px 0 0 0;
        }

        .cabeceraPagina .telefono {
            font-size: 1.6em
        }

        .cabeceraMenu {
            padding: 2px 0
        }
		
		.cabeceraPagina, .cabeceraMenu {
			background: #242424 !important;
		}

        .menuBlock {
            font-size: 0.8em;
            background: #3f3f3f !important
        }

        .pie .logo {
            margin-top: 20px;
            margin-bottom: 20px;
            width: 100%;
        }

            .pie .logo img {
                width: 100px;
                height: auto;
            }

        .copyright {
            padding: 15px
        }

        /****** Calificación Energética *****/
        .calificacionEnergetica {
            height: 250px;
            width: 300px;
            margin: auto
        }

            .calificacionEnergetica .valor {
                font-size: 12px;
                padding: 3px 6px;
                width: 53px;
            }

                .calificacionEnergetica .valor.consumo {
                    right: 70px;
                }

                .calificacionEnergetica .valor.emisiones {
                    right: 11px;
                }

            .calificacionEnergetica .filaA {
                top: 25px
            }

            .calificacionEnergetica .filaB {
                top: 53px
            }

            .calificacionEnergetica .filaC {
                top: 81px
            }

            .calificacionEnergetica .filaD {
                top: 108px
            }

            .calificacionEnergetica .filaE {
                top: 136px
            }

            .calificacionEnergetica .filaF {
                top: 164px
            }

            .calificacionEnergetica .filaG {
                top: 191px
            }
    }

    

    /* Blog */
    .blog {
        border: 1px solid #ccc;
        background: #fff;
        padding: 0px;
        overflow: hidden !important;
        margin-bottom: 30px;
        -webkit-box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.22);
        -moz-box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.22);
        box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.22)
    }


    .blogInicio {
        border: none;
        background: transparent;
        padding: 0px;
        overflow: hidden !important;
        margin-bottom: 30px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .blog .imagen {
        height: 250px;
        width: 100%;
        position: relative;
    }

    .tituloBlog {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        border-bottom: none;
        font-size: 17px !important;
        text-transform: uppercase;
        text-align: center;
        margin: 10px 0px;
    }

        .tituloBlog a {
            color: #000;
        }

    .resumenBlog {
        font-family: 'Poppins', sans-serif;
        color: #545454;
        font-size: 17px;
        line-height: 25px;
        font-weight: 300;
        max-height: 104px;
    }

    .blog .imagen .sombra {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.31+1,0+38 */
        background: -moz-linear-gradient(-45deg, rgba(0,0,0,0.31) 0%, rgba(0,0,0,0.31) 1%, rgba(0,0,0,0) 38%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0.31) 0%,rgba(0,0,0,0.31) 1%,rgba(0,0,0,0) 38%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, rgba(0,0,0,0.31) 0%,rgba(0,0,0,0.31) 1%,rgba(0,0,0,0) 38%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
        width: 600px;
        height: 200px;
        position: absolute;
        left: 0;
        top: 0
    }


    .blog .imagen img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    .blog .imagen .fecha {
        position: absolute;
        top: 15px;
        left: 15px;
        padding: 10px 20px;
        background: #ffffff;
        color: #313131;
        -webkit-box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.22);
        -moz-box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.22);
        box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.22)
    }

        .blog .imagen .fecha .dia {
            border-bottom: 1px solid #313131;
        }

    .blog .titulo {
        padding: 20px;
        font-family: inherit;
        font-size: 14px;
    }

        .blog .titulo a {
            font-size: 1.5em;
            color: #1E1E1E;
        }

            .blog .titulo a:hover {
                text-decoration: none;
            }

    .blog .resumen {
        padding: 15px;
        padding: 15px;
        font-family: inherit;
        font-size: 14px;
        line-height: inherit;
    }

    .blog .link {
        padding: 15px;
    }

    .blog .dia {
        font-size: 36px;
        font-weight: 800
    }

    .blogMiniContainer {
    }

        .blogMiniContainer .titulo {
        }

        .blogMiniContainer .blogMini {
            padding-bottom: 15px;
            margin-bottom: 15px;
            border-bottom: 1px solid #CCC;
            display: inline-block;
            width: 100%;
        }

            .blogMiniContainer .blogMini .imagen {
                width: 100px;
                float: left;
            }

            .blogMiniContainer .blogMini .fecha {
                padding-left: 115px;
            }

            .blogMiniContainer .blogMini .titulo {
                padding-left: 115px;
            }

    .blog .link {
        font-weight: bold;
        text-transform: uppercase
    }

    .categorias {
        margin-bottom: 30px
    }

        .categorias .titulo {
            font-size: 20px;
            margin-bottom: 10px;
            text-transform: uppercase;
            background: #D7D7D7;
            padding: 10px 15px;
            text-align: center
        }

        .categorias .categoria {
            padding: 4px 10px;
            border-bottom: 1px solid #D3D3D3;
            text-transform: uppercase
        }

    .blogMiniContainer .title {
        font-weight: 700;
        margin-bottom: 10px;
        font-size: 20px
    }

    .blogMini a {
        color: #2E2E2E
    }

    .blogMini .fecha {
        font-weight: 700;
        margin-bottom: 10px
    }

    .categoria a {
        color: #232323
    }

    .post .titulo {
        font-size: 24px;
        margin-bottom: 20px;
        margin-top: 10px;
        font-weight: 700;
        font-family: inherit;
        line-height: inherit
    }

    .post .image {
        margin-bottom: 20px
    }

    .post .resumen {
        font-size: 18px;
        /*font-style: italic;*/
        margin-bottom: 20px;
        font-family: inherit;
        line-height: inherit;
        padding-left: 30px;
        margin-right: 60px;
        margin-left: 30px;
        border-left: 4px solid #ddd;
    }
        .post .resumen p {
            color: #666666;
            font-weight: 500;
        }

    .post .descripcion {
        margin-bottom: 30px
    }

        .post .descripcion img {
            max-width: 100%;
        }

    /* ADMIN IP SYSTEM */
    #ctl00_PanelAltMaster .settings-table legend {
        padding-top: 15px;
        background-color: #e6e6e6;
    }

    #ctl00_PanelAltMaster .settings-table {
        margin: auto;
        width: 1200px;
    }

        #ctl00_PanelAltMaster .settings-table fieldset {
            line-height: 27px;
            border: 1px solid #ddd;
            margin-top: 15px;
            padding: 15px;
        }

        #ctl00_PanelAltMaster .settings-table .SettingsTableColumn2 {
            min-width: 300px;
        }



    /* BANNERS */
    /* Layout 1 */

    .layoutBanners {
        margin-top: 50px;
        margin-bottom: 50px
    }

        .layoutBanners .itemBanner img {
            display: block;
            width: 100%;
            height: auto;
        }

        .layoutBanners .itemBanner {
            position: relative
        }

            .layoutBanners .itemBanner .overlay {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                height: 100%;
                width: 100%;
                opacity: 0;
                transition: .5s ease;
                background-color: #CF1839;
            }

    .itemBanner:hover .overlay {
        opacity: 1;
    }

    .layoutBanners .itemBanner .text {
        color: #fff;
        font-size: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .layoutBanners .itemBanner a.linItem {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 99;
        left: 0;
        top: 0;
        color: transparent !important;
        background-color: transparent !important;
        margin: 0 !important;
        padding: 0 !important;
        text-decoration: none;
        cursor: pointer;
    }

    .layoutBanners h3 {
        padding: 5px;
        background-color: #242424;
        font-size: 21px;
        text-align: center;
        margin-top: 0px;
        color: #CF1839;
    }

        .layoutBanners h3 a {
            color: #fff;
        }

            .layoutBanners h3 a:hover {
                color: #ae0e2c;
                text-decoration: none
            }

    /* Layout 2 */
    .bannersLayout2 {
        margin-top: 50px;
    }

        .bannersLayout2 .row.no-gutters {
            margin-right: 0;
            margin-left: 0;
        }

            .bannersLayout2 .row.no-gutters > [class^="col-"],
            .bannersLayout2 .row.no-gutters > [class*=" col-"] {
                padding-right: 0;
                padding-left: 0;
            }

        .bannersLayout2 .Banners2 a {
            padding: 1px;
            display: block;
        }

        .bannersLayout2 .Banners2ImageContainer {
            height: 350px;
        }

        .bannersLayout2 .Banners2Image {
            display: block;
            object-fit: cover;
            height: 100%;
            width: 100%;
            font-family: 'object-fit: cover';
        }

        .bannersLayout2 .Banners2Content {
            position: absolute;
            top: 40%;
            width: 100%;
            text-align: center;
            color: #fff !important;
            z-index: 11;
        }

        .bannersLayout2 .Banners2Title {
            font-size: 2.5rem;
            font-weight: 600;
        }

        .bannersLayout2 .Banners2Subtitle {
            font-size: 1.5rem;
            margin-top: 1rem;
        }

    .Banners2ImageContainer::after {
        background-color: rgba(0, 0, 0, 0.4);
        content: '';
        height: 100%;
        left: 0;
        opacity: 1;
        position: absolute;
        top: 0;
        transition: 0.3s;
        width: 100%;
        z-index: 10;
    }

    .Banners2ImageContainer:hover::after {
        background-color: transparent;
    }

    .bannersLayout2 .Banners2 > a:hover .Banners2ImageContainer::after {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .bannersLayout2 .Banners2Content::after {
        background-color: #ffffff;
        content: '';
        height: 1px;
        left: calc(50% - 2rem);
        position: absolute;
        bottom: -2rem;
        transition: 350ms ease;
        width: 4rem;
    }

    /* Layout 3 */
    .Banners3 {
        margin-top: 80px
    }

        .Banners3 .bx-wrapper {
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            border: none;
        }


    /*ESTILOS PARA LOS GRID DE LAS DESCRIPCIONES*/

    /*
@media only screen and (max-width : 767px) {
  .DLFichaParent {
  border: 1px solid #ccc;
  border-bottom: 3px solid #ccc;
  background: #fff;
  padding: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: -9px;
  margin-right: -9px;
  overflow: hidden !important;
  height: 450px;
}
.DLFichaParent .DLFichaResumen {
color: #00569a;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: normal;
  max-height: 170px !important;
  height: 170px !important;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 1.1em;
  overflow: hidden;
  position: absolute !important;
  top: 238px !important;
  z-index: 1;
  background: #00569a;
  width: 100%;
  margin-left: 15px;
}
  .DLFichaResumen p {
  max-height: 160px !important;
  overflow: hidden;
}
  .DLFichaParent .DLFichaPrecio {
  position: absolute;
  bottom: 0px;
  left: 0px;
      width: 100%;
}
}

*/
    /*FIN ESTILOS PARA LOS GRID DE LAS DESCRIPCIONES*/



    /*************** ESTILOS PARA LOS DESTACADOS DEL INICIO EN EL LAYOUT DATATABLERESIDENCIAL********/
    /******************************************************************************* listado destacados*/
    .imgComplet .DLFichaImagen .container_image .controles .siguiente {
        color: #fff;
        display: inline-block;
        width: 50px;
        float: right;
        text-align: center;
        font-size: 55px;
        line-height: 184px;
        opacity: 0.5;
        height: 100%;
    }

    .imgComplet i.fa.fa-angle-right {
        position: absolute;
        top: 40%;
    }

    .imgComplet i.fa.fa-angle-left {
        position: absolute;
        top: 40%;
    }

    .imgComplet {
        background: #f6f6f6;
        margin: 0px 0px 0px 0px;
        padding: 10px 0px 50px 0px;
    }


        .imgComplet .tituloSeccion h1 {
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
            border-bottom: none;
            font-size: 26px !important;
            text-transform: uppercase;
            text-align: center;
            padding-bottom: 8px;
            margin-bottom: 15px;
        }

        .imgComplet .DLFichaParent {
            border: 1px solid #cccccc4d;
            border-bottom: 1px solid #cccccc4d;
            background: #fff;
            padding: 0px;
            margin-top: 10px;
            margin-bottom: 10px;
            margin-left: -9px;
            margin-right: -9px;
            overflow: hidden !important;
            box-shadow: 0px 3px 12px -2px rgba(0,0,0,0.28);
        }

            .imgComplet .DLFichaParent .DLFichaTitulo {
                font-family: 'Montserrat', sans-serif;
                font-weight: 400;
                max-height: 62px;
                height: 62px;
                color: #231f20;
                font-size: 20px;
                line-height: 26px;
            }

                .imgComplet .DLFichaParent .DLFichaTitulo a {
                    color: #231f20;
                }

                    .imgComplet .DLFichaParent .DLFichaTitulo a:hover {
                        color: #6f2683;
                        text-decoration: none;
                    }

            .imgComplet .DLFichaParent .DLFichaResumen {
                max-height: 100px;
                height: 100px;
                font-weight: normal;
                padding: 10px 25px;
                overflow: hidden;
                color: #231f20;
                font-family: 'Poppins', sans-serif;
                font-size: 15px;
                line-height: 20px;
            }

            .imgComplet .DLFichaParent .DLFichaPrecioVenta {
                font-size: 22px;
                padding-bottom: 2px;
                font-family: 'Poppins', sans-serif;
                color: #000;
                font-weight: 400;
            }

            .imgComplet .DLFichaParent .DLFichaPrecioAlquiler {
                font-weight: 500;
                min-height: 20px;
                padding: 17px 30px;
                color: #999;
                font-size: 17px;
                padding-bottom: 2px;
                font-family: 'Poppins', sans-serif;
            }

            .imgComplet .DLFichaParent .DLFichaPrecioTraspaso {
                font-size: 22px;
                padding-bottom: 2px;
                font-family: 'Poppins', sans-serif;
                color: #000;
                font-weight: 400;
            }
        /*********************/
        .imgComplet .Destacado .DLFichaParent .DLFichaTitulo {
            font-family: 'Montserrat', sans-serif;
            font-weight: 400;
            max-height: 52px;
            height: 52px;
            color: #231f20;
            font-size: 20px;
            line-height: 26px;
        }

            .imgComplet .Destacado .DLFichaParent .DLFichaTitulo a {
                color: #231f20;
            }

                .imgComplet .Destacado .DLFichaParent .DLFichaTitulo a:hover {
                    color: #6f2683;
                    text-decoration: none;
                }

        .imgComplet .Destacado .DLFichaParent .DLFichaResumen {
            max-height: 70px;
            height: 70px;
            font-weight: normal;
            padding: 10px 25px;
            overflow: hidden;
            color: #231f20;
            font-family: 'Poppins', sans-serif;
            font-size: 15px;
            line-height: 20px;
        }

        .imgComplet .Destacado .DLFichaParent .DLFichaPrecioAlquiler {
            padding-bottom: 2px;
            font-size: 22px;
        }

        .imgComplet .Destacado .DLFichaParent .DLFichaPrecioVenta {
            font-size: 22px;
            padding-bottom: 2px;
            font-family: 'Poppins', sans-serif;
            color: #000;
            font-weight: 400;
        }
        /**************************************** listado imagen completa DESTACADO ***/
        .imgComplet .DLFicha.Destacado .DLFichaParent {
            background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.25) 70%, rgba(0,0,0,0.25) 100%);
        }

            .imgComplet .DLFicha.Destacado .DLFichaParent .DLFichaImagen {
                max-height: 409px;
                height: 409px;
            }

                .imgComplet .DLFicha.Destacado .DLFichaParent .DLFichaImagen::before {
                    content: '';
                    width: 100%;
                    height: 25%;
                    position: absolute;
                    bottom: 0px;
                    left: 0px;
                    z-index: 2;
                    background: rgba(0,0,0,0.25);
                }

        .imgComplet .DLFicha.Destacado .DLFichaImagen .container_image {
            position: relative;
            width: 100%;
            height: 409px;
            float: left;
            overflow: hidden;
        }

            .imgComplet .DLFicha.Destacado .DLFichaImagen .container_image .carousel-images {
                width: 100%;
                height: 409px;
                overflow: hidden;
            }

                .imgComplet .DLFicha.Destacado .DLFichaImagen .container_image .carousel-images img {
                    object-fit: cover;
                    width: 100%;
                    height: 409px;
                }

        .imgComplet .DLFicha.Destacado .DLFichaParent .iconos {
            background: transparent;
            position: absolute;
            bottom: 0;
            width: 100%;
            padding: 10px 15px;
            text-align: left;
            z-index: 2;
            color: #fff;
            text-shadow: -1px -1px 4px #484441, 1px 1px 4px #48444136;
        }

        .imgComplet .DLFicha.Destacado .DLFichaParent .DLFichaTitulo {
            font-family: 'Montserrat', sans-serif;
            font-weight: 400;
            max-height: 72px;
            height: 72px;
            color: #fff;
            font-size: 20px;
            line-height: 26px;
            padding: 10px 15px;
            position: absolute;
            left: 0;
            bottom: 33px;
            z-index: 2;
            text-shadow: -1px -1px 4px #484441, 1px 1px 4px #48444136;
            width: 70%;
        }

            .imgComplet .DLFicha.Destacado .DLFichaParent .DLFichaTitulo a {
                color: #fff;
                position: absolute;
                bottom: 0;
                font-size: 17px;
                line-height: 21px;
            }

        .imgComplet .DLFicha.Destacado .DLFichaParent .DLFichaResumen {
            max-height: 70px;
            height: 70px;
            font-weight: normal;
            padding: 10px 25px;
            overflow: hidden;
            color: #fff;
            font-family: 'Poppins', sans-serif;
            font-size: 15px;
            line-height: 20px;
            position: absolute;
            bottom: 27px;
            z-index: 2;
            text-shadow: -1px -1px 4px #484441, 1px 1px 4px #48444136;
            display: none;
        }

        .imgComplet .DLFicha.Destacado .DLFichaParent .DLFichaPrecioVenta {
            font-size: 22px;
            padding-bottom: 2px;
            font-family: 'Poppins', sans-serif;
            color: #fff;
            position: absolute;
            bottom: 25px;
            z-index: 2;
            text-shadow: -1px -1px 4px #484441, 1px 1px 4px #48444136;
            right: 0;
        }

        .imgComplet .DLFicha.Destacado .DLFichaParent .DLFichaPrecioAlquiler {
            padding-bottom: 2px;
            font-size: 22px;
            color: #fff;
            position: absolute;
            bottom: 0px;
            z-index: 2;
            text-shadow: -1px -1px 4px #484441, 1px 1px 4px #48444136;
            right: 0;
            text-align: right;
            font-weight: 400;
        }






    /**************ESTILOS PARA EL DATATABLERESIDENCIAL EN VENTA-ALQUILER**********************************

/********************************************************* listado busqueda **/

    .dataTableResidencial .DLFichaParent {
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.25) 70%, rgba(0,0,0,0.25) 100%);
    }

        .dataTableResidencial .DLFichaParent .DLFichaImagen {
            max-height: 409px;
            height: 409px;
        }

            .dataTableResidencial .DLFichaParent .DLFichaImagen::before {
                content: '';
                width: 100%;
                height: 31%;
                position: absolute;
                bottom: 0px;
                left: 0px;
                z-index: 2;
                background: rgba(0,0,0,0.25);
            }

    .dataTableResidencial .DLFichaImagen .container_image {
        position: relative;
        width: 100%;
        height: 409px;
        float: left;
        overflow: hidden;
    }

        .dataTableResidencial .DLFichaImagen .container_image .carousel-images {
            width: 100%;
            height: 409px;
            overflow: hidden;
        }

            .dataTableResidencial .DLFichaImagen .container_image .carousel-images img {
                object-fit: cover;
                width: 100%;
                height: 409px;
            }

    .dataTableResidencial .DLFichaParent .iconos {
        background: transparent;
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 10px 15px;
        text-align: left;
        z-index: 2;
        color: #fff;
        text-shadow: -1px -1px 4px #484441, 1px 1px 4px #48444136;
    }

    .dataTableResidencial .DLFichaParent .DLFichaTitulo {
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        max-height: 72px;
        height: 72px;
        color: #fff;
        font-size: 20px;
        line-height: 26px;
        padding: 10px 15px;
        position: absolute;
        left: 0;
        bottom: 33px;
        z-index: 2;
        text-shadow: -1px -1px 4px #484441, 1px 1px 4px #48444136;
        width: 67%;
    }

        .dataTableResidencial .DLFichaParent .DLFichaTitulo a {
            color: #fff;
            position: absolute;
            bottom: 0;
            font-size: 17px;
            line-height: 21px;
        }

    .dataTableResidencial .DLFichaParent .DLFichaResumen {
        max-height: 90px;
        height: 90px;
        font-weight: normal;
        padding: 10px 25px;
        overflow: hidden;
        color: #fff;
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        line-height: 20px;
        position: absolute;
        bottom: 27px;
        z-index: 2;
        text-shadow: -1px -1px 4px #484441, 1px 1px 4px #48444136;
        display: none;
    }

    .dataTableResidencial .DLFichaParent .DLFichaPrecioVenta {
        font-size: 22px;
        padding-bottom: 2px;
        font-family: 'Poppins', sans-serif;
        color: #fff;
        position: absolute;
        bottom: 25px;
        z-index: 2;
        text-shadow: -1px -1px 4px #484441, 1px 1px 4px #48444136;
        right: 0;
        padding: 10px;
    }

    .dataTableResidencial .DLFichaParent .DLFichaPrecioAlquiler {
        padding-bottom: 2px;
        font-size: 22px;
        color: #fff;
        position: absolute;
        bottom: 0px;
        z-index: 2;
        text-shadow: -1px -1px 4px #484441, 1px 1px 4px #48444136;
        right: 0;
        text-align: right;
        padding: 10px;
    }

    .dataTableResidencial .DLFichaParent .DLFichaPrecioRenta,
    .dataTableResidencial .DLFichaParent .DLFichaPrecioTraspaso {
        padding-bottom: 2px;
        font-size: 22px;
        color: #fff;
        position: absolute;
        bottom: 0px;
        z-index: 2;
        text-shadow: -1px -1px 4px #484441, 1px 1px 4px #48444136;
        right: 0;
        padding: 10px;
        display: none; /*Por defecto oculto, para que en los genéricos no se vea*/
    }

    .DLFichaImagen .container_image .controles .gotoInmueble {
        height: 400px !important;
    }

    /*Estilos para compartir en redes*/

.bloqueCompartirRedes.col-xs-12.col-md-6 {
    text-align: right;
    padding-bottom: 20px;
}

.compartirRedesSociales {
    display: inline-block;
}

.boton-compartir {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    background-color: #4285f4; /* Color de fondo de Google (puedes cambiarlo) */
    color: #ffffff; /* Color del texto */
    border-radius: 5px; /* Bordes redondeados */
    cursor: pointer;
}

.icono{
    margin-right:10px;
}

.iconoRedondo {
    font-size: 25px;
    position: relative;
    top: 6px;
    background: var(--main-bg-color);
    color: white;
    width: 35px;
    text-align: center;
}

.menu-desplegable {
    position: relative;
    display: inline-block;
}

.contenido-menu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}