 /******** importa base: Demo1.css ******* INMOBILIARIAS DE SALAMANCA 2024 **/
 @import url("/DesktopModules/InmoBS3/layouts/css/Demo1.css");
 /***************************************/
/*======
Mobilia
Copyright 2016
 



/*==============================================================================================
************************************************************************************** VARIABLES
===============================================================================================*/



:root {
    --main-bg-color: #161616;
    --main-bg-color-rgb: 22, 22, 22;
    --secondary-bg-color: #9e9c9c;
    --hover-bg-color: #f6f6f6;
    --hover-bg-color-rgb: 246, 246, 246;
    --grey-bg-color: #f6f6f6;
    --main-font: 'Forum', serif;
    --number-font: 'Teachers', sans-serif;
    --secondary-font: 'Teachers', sans-serif;
    --white-bg-color: #FFFFFF;
    --font-bg-color: #404040;
}
.pie .redesSociales.inlineLista,
.pie .AsociadosLink.inlineLista {
    display: none;
}

/*==============================================================================================
************************************************************************************** GENERALES
===============================================================================================*/
/******** COLOR PAGINAS *************/
body {
    font-family: var(--main-font);
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff !important;
}
.panel-primary {
    border-color: var(--main-bg-color) !important;
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #0049b1!important;
    border-color: #0049b1!important;
}
.bg-primary {
    color: #fff;
    background-color: #0049b1!important;
}
.BGgrey {
    background: var(--grey-bg-color);
}
/************************************/

.paddingTop80 {
    padding-top: 80px;
}
.paddingBottom80 {
    padding-bottom: 80px;
}
.padding0 {
    padding: 0px;
}
p {
    margin: 0 0 10px;
    font-family: var(--secondary-font);
    font-size: 25px;
    color: var(--font-bg-color);
    line-height: 33px;
    font-weight: 300;
}
h1, .tituloSeccion h1, .tituloSeccion h2, .container.noticiasHome h2 {
    border-bottom: none;
    text-transform: inherit;
    text-align: center;
    margin-bottom: 35px;
    font-family: var(--main-font);
    font-size: 47px !important;
    color: var(--font-bg-color);
    line-height: 52px;
    font-weight: 500;
    padding-bottom: 0px;
}
h3 {
    font-size: 23px;
    line-height: 32px;
    font-weight: 700 ;
    color: var(--font-bg-color);
    font-family: var(--main-font);
    margin-top: 25px ;
    margin-bottom: 10px ;
}
a.btn.btn-bnnr {
    border: none;
    margin-top: 35px;
    color: #ffffff !important;
    padding: 9px 40px;
    background: #0049b1;
    width: auto;
    border-radius: 0px;
    font-family: var(--main-font) !important;
    font-weight: 500;
    font-size: 16px;
}
.btn-primary {
    color: #fff;
    background-color: var(--main-bg-color) !important;
    border-color: var(--main-bg-color) !important;
    transition: all .3s ease;
}
.btn-success {
    color: #fff;
    background-color: var(--main-bg-color) !important;
    border-color: var(--main-bg-color) !important;
    transition: all .3s ease;
}
    .btn-success:hover, .btn-primary:hover {
        color: #fff;
        background-color: #043377 !important;
        border-color: #043377 !important;
        transition: all .3s ease;
    }
.MargenBloque {
    padding-top: 50px;
    padding-bottom: 80px;
}
/*  =====================================================
    =            Bootstrap 3.3 Media Queries            =
    =====================================================   */
@media only screen and (min-width : 1200px) {
    .AnchoWeb {
        width: 100%;
        margin: 0 auto;
        max-width: 1320px;
    }
}

@media only screen and (min-width : 992px) and (max-width: 1199px) {
    .AnchoWeb {
        width: 100%;
        margin: 0 auto;
        max-width: 1320px;
    }
}

@media only screen and (min-width : 768px) and (max-width: 991px) {
    .AnchoWeb {
        max-width: 100%;
        width: 100%;
        padding-left: 3%;
        padding-right: 3%;
    }
    .MargenBloque {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width : 767px) {
    .AnchoWeb {
        max-width: 100%;
    }
    .MargenBloque {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    h1, .tituloSeccion h1, .tituloSeccion h2, .SumamosHome h2 {
        text-align: center;
        margin-bottom: 15px !important;
        font-weight: 500 !important;
        font-size: 33px !important;
        line-height: 35px !important;
        white-space: normal!important;
    }

    h3 {
        font-size: 19px !important;
    }

    p {
        font-size: 22px;
        line-height: 31px;
    }
    .paddingBottom80 {
        padding-bottom: 50px;
    }

    .paddingTop80 {
        padding-top: 50px;
    }
}


/*==============================================================================================
************************************************************************************** CABECERA
===============================================================================================*/

/* NO TOCAR */
.cabeceraContainer {
    position: relative;/*max-height: 98px;*/	
}
.cabeceraContainer .cabeceraLogo {
position: absolute;
top: 14px;
    left: 30px;
}
.cabeceraContainer .cabeceraLogo a {
    width: 100px;
    height: 50px;
    display: block;
}
.cabeceraContainer .cabeceraLogo a img {
    height: 100%;
    width: 100%;
	object-fit: contain;
	position: relative;
    top: 0;
}
.cabeceraContainer .cabeceraLogo_affix {
    position: absolute;
    top: -34px;
    left: 86px;
}
.cabeceraContainer .cabeceraLogo_affix a {
    width: 100%;
    height: auto;
    display: block;
}
.cabeceraContainer .cabeceraLogo_affix a img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
/*********************************/
/* TOCAR */
.cabeceraContainer {
    background-color: transparent;
    z-index: 999;
}

.cabeceraContainer .cabeceraLogo {
    position: absolute;
    top: 25px;
    left: -21px;
	width: 250px;
    /*transform: scale(2.0);*/
}
.cabeceraContainer .cabeceraLogo a {
    width: 100% !important;
    height: auto !important;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}


#pID84989 .cabeceraContainer .bg_cabecera{
    height: 0px !important;
    min-height: 0px !important;
}



.cabeceraContainer, .cabeceraMenu, .cabeceraMenu.affix {
    z-index: 999;
    height: 80px;
}


    .cabeceraMenu {
background-color: rgba(var(--main-bg-color-rgb), 0.9);
    }
    
    .affix {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
.cabeceraMenu.affix .navbar-default .navbar-collapse {
    float: left;
    margin-top: 2px !important;
    width: 100%;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.cabeceraContainer .cabeceraMenu.affix .cabeceraLogo {
	display: none;
}
.cabeceraLogo_affix {
	display: none;
}
.cabeceraContainer .cabeceraMenu.affix .cabeceraLogo_affix {
    display: block;
    position: absolute;
    top: 8px;
    left: 19px;
    width: 290px;
    /*filter: invert(1);*/
}
.cabeceraContainer .cabeceraMenu.affix .navbar {
    margin: 0px;
}
.datosCabecera .pull-right.phone {
    border: none;
    padding: 2px 10px;
    margin: -3px 10px 0px 0px;
	border-right: 1px solid #d8dce1;
}
.menu-datosCabecera {
    margin-top: 8px;
}
    .menu-datosCabecera a {
        color: #333;
        font-weight: 400;
        font-family: var(--secondary-font);
        font-size: 13px;
    }
.menu-datosCabecera a:hover{
	text-decoration: none;
	color: #000; 
}
.menu-datosCabecera ul {
	display: inline-block;
}
.menu-datosCabecera li {
	display: inline-block;
}
.datosCabecera {
    margin-top: 10px;
    height: 25px;
    float: right;
    margin-right: 0px;
}
.cabeceraPagina a.btn.btn-bnnr {
    text-align: center;
    border: none;
    margin-top: 7px;
    color: #ffffff !important;
    padding: 3px 20px;
    background: #0049b1;
    width: 160px;
    font-weight: 300;
    font-size: 17px;
    font-family: var(--main-font);
    border-radius: 2px;
}
.datosCabecera.text-center span {
    display: block;
	    font-size: 12px;
}
.datosCabecera a {
    color: #333;
    font-weight: 400;
    font-family: var(--secondary-font);
    font-size: 12px;
    padding: 0px 10px;
}
.datosCabecera .fa {
	color: #0049b1;
    font-size: 14px;
	padding: 0px 20px;
	display: none;
}
.btn-lang .caret {
    color: #fff;
}
.btn-lang {
    display: inline-block;
    margin-top: -4px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: none;
    padding: 1px 10px;
    font-size: 14px;
    line-height: 40px;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: transparent;
    color: #fff;
    font-family: var(--secondary-font);
    text-transform: uppercase;
    font-size: 16px;
    padding: 25px 15px;
    text-shadow: none;
    font-weight: 500;
    letter-spacing: 0.9px;
}
    .btn-lang:hover {
        background: transparent !important;
        border: none;
    }
    #pID0 ul.nav.navbar-nav.anim,
    ul.nav.navbar-nav.anim {
        float: right;
        margin: 0px;
        height: 80px;
        padding: 0px;
    }

.navbar {
    margin-top: 0px;
}
#pID0 .navbar-default .navbar-collapse {
    float: left;
    margin-top: 2px;
    width: 100%;
}
.navbar-default .navbar-collapse {
    float: left;
    margin-top: 0px;
    width: 100%;
}
.navbar-nav>li>a {
    padding-top: 2px;
    padding-bottom: 0px;/* line-height: 20px; */
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 12px;
}

.cabeceraMenu.affix .navbar-default .navbar-nav > li > a,
.cabeceraMenu .navbar-default .navbar-nav > li > a {
    color: #fff;
    font-family: var(--secondary-font);
    text-transform: uppercase;
    font-size: 16px;
    padding: 29px 15px 24px 15px;
    text-shadow: none;
    font-weight: 500;
    letter-spacing: 0.9px;
    transition: all .4s;
}
#pID0 .navbar-default .navbar-nav > li.menuAccesoAsociados > a:hover,
.navbar-default .navbar-nav > li.menuAccesoAsociados > a:hover,
.cabeceraMenu.affix .navbar-default .navbar-nav > li.menuAccesoAsociados > a:hover,
.navbar-default .navbar-nav > li.menuAccesoAsociados > a:hover {
    color: #fff !important;
    background: #a06e5c !important;
    transition: all .4s;
    box-shadow: none;
}

    .cabeceraMenu.affix .navbar-default .navbar-nav > li > a:hover, .cabeceraMenu.affix .navbar-default .navbar-nav > li > a:focus,
    .cabeceraMenu.affix .navbar-default .navbar-nav > li > a:hover, .cabeceraMenu.affix .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,
    .cabeceraMenu.affix .navbar-default .navbar-nav > .active > a, .cabeceraMenu.affix .navbar-default .navbar-nav > .active > a:hover,
    .cabeceraMenu.affix .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #a06e5c !important;
        opacity: 1;
        background-color: transparent;
        transition: all .4s;
        box-shadow: 0px 4px 0px #a06e5c;
    }
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent !important;
    color: #a06e5c !important;
}
#pID0 .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,
#pID0 .navbar-default .navbar-nav > .active > a, #pID0 .navbar-default .navbar-nav > .active > a:hover, #pID0 .navbar-default .navbar-nav > .active > a:focus {
    color: #a06e5c !important;
    opacity: 1;
    background-color: transparent;
    transition: all .4s;
    box-shadow: 0px 4px 0px #a06e5c;
}

.navbar-default .navbar-toggle {
    border-color: #242424;
    background: #fff;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background: transparent;
}
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus,
    .cabeceraMenu.affix .navbar-default .navbar-nav > li > a:hover, .cabeceraMenu.affix .navbar-default .navbar-nav > li > a:focus, .cabeceraMenu.affix .navbar-default .navbar-nav > li > a:hover, .cabeceraMenu.affix .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        background-color: transparent !important;
        background: transparent !important;
        color: #0049b1;
    }
/****************************************************************** memu desplegable */
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #83868563;
}
.cabeceraContainer .cabeceraMenu .navbar-nav > li > .dropdown-menu {
    margin-top: 42px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: none;
    box-shadow: none;
    background: rgba(var(--main-bg-color-rgb), 0.8);
    padding: 0px;
}
.cabeceraContainer .cabeceraMenu.affix .navbar-nav > li > .dropdown-menu {
    margin-top: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: none;
    box-shadow: none;
    background: rgba(var(--main-bg-color-rgb), 0.93);
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #ccc;
    background-color: transparent;
}
.navbar-nav .dropdown-menu li:first-child {
    margin-right: 0px;
}
.navbar-nav .dropdown-menu > li > a {
    display: block;
    padding: 10px 20px;
    clear: both;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
    letter-spacing: 0.9px;
    font-weight: 500;
    color: #fff;
    font-family: var(--secondary-font);
    text-transform: uppercase;
    font-size: 16px;
}
    .navbar-nav .dropdown-menu > li > a:hover, .navbar-nav .dropdown-menu > li > a:focus {
        color: #ccc;
        text-decoration: none;
        background-color: rgba(var(--main-bg-color-rgb), 0.8);
    }
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #ccc;
	background-color: #000;
}
.navbar-toggle {
    margin-right: -1px!important;
    margin-top: 23px!important;
    margin-bottom: 8px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #000;
    background-color: transparent !important;
    box-shadow: 0px 4px 0px #a06e5c;
}
/**************************************** Asociados */
li.menuAccesoAsociados {
    padding: 25px 20px;
}

    li.menuAccesoAsociados a {
        color: #000 !important;
        background: #fff;
        padding: 3px 9px !important;
        border: 1px solid var(--main-bg-color);
        border-radius: 12px;
        font-size: 13px !important;
        font-weight: 500 !important;
        transition: all .4s;
    }

#pID0 .navbar-default .navbar-nav li.menuAccesoAsociados a:hover {
    color: #fff !important;
    box-shadow: none !important;
    background-color: var(--main-bg-color) !important;
    border: none !important;
    transition: all .4s;
}
/*  =====================================================
    =            Bootstrap 3.3 Media Queries            =
    =====================================================   */
@media only screen and (min-width : 1200px) {

    .cabeceraMenu .container-fluid {
        padding: 0 2%;
        background: transparent;
    }

}

@media only screen and (min-width : 992px) and (max-width: 1199px) {
    .menuAccesoAsociados {
        max-width: 170px;
    }
        .menuAccesoAsociados a {
            line-height: 27px;
        }
    
    .btn-lang {
        padding: 0px 15px;
    }
    li.menuAccesoAsociados {
        padding: 5px 20px;
    }
    .cabeceraMenu.affix {
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 27%);
    }
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    overflow: hidden;
}
	.cabeceraPagina {
    height: 47px;
}
	.cabeceraContainer .cabeceraLogo {
    position: absolute;
    top: 25px;
    left: 30px;
}
	.cabeceraContainer .cabeceraMenu.affix .cabeceraLogo_affix {
    display: block;
    position: absolute;
    top: 7px;
    left: 30px;
}
	ul.nav.navbar-nav.anim {
    float: none;
    margin-bottom: 10px;
    margin-top: 40px;
    width: 100%;
    text-align: center;
}
    .cabeceraMenu .navbar-default .navbar-nav > li > a,
    .cabeceraMenu.affix .navbar-default .navbar-nav > li > a {
        color: #ccc;
        font-family: var(--secondary-font);
        text-transform: uppercase;
        font-size: 19px;
        padding: 0;
        text-shadow: none;
        font-weight: 400;
        letter-spacing: 1px;
        transition: all .4s;
        line-height: 40px;
        border-bottom: 1px solid #ffffff24;
    }

        .cabeceraMenu.affix .navbar-default .navbar-nav > li > a:hover, .cabeceraMenu.affix .navbar-default .navbar-nav > li > a:focus,
        .cabeceraMenu.affix .navbar-default .navbar-nav > .active > a, .cabeceraMenu.affix .navbar-default .navbar-nav > .active > a:hover, .cabeceraMenu.affix .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,
        .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
        .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
            color: #fff !important;
            opacity: 0.8;
            background-color: #000000 !important;
            transition: all .4s;
        }
    /***************************/
    .cabeceraMenu .nav > li {
        width: 100%;
    }
    .cabeceraContainer, .cabeceraMenu, .cabeceraMenu.affix {
        background-color: rgba(var(--main-bg-color-rgb), 0.95);
        z-index: 999;
        min-height: 80px !important;
        height: auto !important;
    }
    .navbar-nav {
        overflow: hidden;
    }
    ul.nav.navbar-nav.anim, ul.nav.navbar-nav.anim {
        float: none;
        margin: 0px;
        margin-bottom: 0px;
        margin-top: 10px;
        display: flex;
        flex-direction: column !important;
        flex-wrap: nowrap;
        justify-content: center !important;
        align-items: center !important;
        gap: 5px !important;
        height: auto !important;
        padding: 0px !important;
        align-content: center !important;
        background: #0000008a !important;
    }
	/************* submenu  ***********/
    .cabeceraContainer .cabeceraMenu.affix .navbar-nav > li > .dropdown-menu {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border: 1px solid #fff;
        box-shadow: none;
        background: transparent;
        width: 50%;
        margin: 20px auto;
        padding: 7px 0 0 0px;
    }
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
		background: #fff;
	}
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
        text-align: center;
        font-family: var(--secondary-font);
        text-transform: uppercase;
        font-size: 16px;
        padding: 7px 0;
        text-shadow: none;
        font-weight: 500;
        letter-spacing: 0px;
        border-bottom: 1px solid #e4e1e142;
    }
    .cabeceraContainer .cabeceraMenu .navbar-nav > li > .dropdown-menu {
        margin-top: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border: none;
        box-shadow: none;
        background: transparent;
        padding: 16px 0px;
        background-color: transparent !important;
    }
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #ccc!important;
    background-color: #000!important;
}
}

@media only screen and (min-width : 768px) and (max-width: 991px) {
    .menuAccesoAsociados {
        max-width: 170px;
    }
        .menuAccesoAsociados a {
            line-height: 27px;
        }
    .btn-lang {
        padding: 0px 15px;
    }

    li.menuAccesoAsociados {
        padding: 5px 20px;
    }
		.cabeceraMenu.affix {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 27%);
}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    overflow: hidden;
}
	.cabeceraPagina {
    height: 47px;
}
	.cabeceraContainer .cabeceraLogo {
    position: absolute;
    top: 25px;
    left: 30px;
}
	.cabeceraContainer .cabeceraMenu.affix .cabeceraLogo_affix {
    display: block;
    position: absolute;
    top: 7px;
    left: 30px;
}

	.cabeceraContainer .cabeceraMenu.affix ul.nav.navbar-nav.anim {
    float: none;
    margin-bottom: 0px;
    margin-top: 40px;
}
    .cabeceraMenu .navbar-default .navbar-nav > li > a,
    .cabeceraMenu.affix .navbar-default .navbar-nav > li > a {
        color: #ccc;
        font-family: var(--secondary-font);
        text-transform: uppercase;
        font-size: 19px;
        padding: 0;
        text-shadow: none;
        font-weight: 400;
        letter-spacing: 1px;
        transition: all .4s;
        line-height: 40px;
        border-bottom: 1px solid #ffffff24;
    }

        .cabeceraMenu.affix .navbar-default .navbar-nav > li > a:hover, .cabeceraMenu.affix .navbar-default .navbar-nav > li > a:focus,
        .cabeceraMenu.affix .navbar-default .navbar-nav > .active > a, .cabeceraMenu.affix .navbar-default .navbar-nav > .active > a:hover, .cabeceraMenu.affix .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,
        .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
        .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
            color: #fff !important;
            opacity: 0.8;
            background-color: #000000 !important;
            transition: all .4s;
        }
    /***************************/
    .cabeceraMenu .nav > li {
        width: 100%;
    }
    .cabeceraContainer, .cabeceraMenu, .cabeceraMenu.affix {
        background-color: rgba(var(--main-bg-color-rgb), 0.95);
        z-index: 999;
        min-height: 80px !important;
        height: auto !important;
    }

    .navbar-nav {
        overflow: hidden;
    }

    ul.nav.navbar-nav.anim,
    ul.nav.navbar-nav.anim {
        float: none;
        margin: 0px;
        margin-bottom: 0px;
        margin-top: 10px;
        display: flex;
        flex-direction: column !important;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        gap: 5px !important;
        height: auto !important;
        padding: 0px !important;
        align-content: center;
        background: #0000008a !important;
        width: 100%;
        text-align: center;
    }
	/************* submenu  ***********/
    .cabeceraContainer .cabeceraMenu.affix .navbar-nav > li > .dropdown-menu {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border: 1px solid #fff;
        box-shadow: none;
        background: transparent;
        width: 50%;
        margin: 20px auto;
        padding: 7px 0 0 0px;
    }
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
		background: #fff;
	}
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
        text-align: center;
        font-family: var(--secondary-font);
        text-transform: uppercase;
        font-size: 16px;
        padding: 7px 0;
        text-shadow: none;
        font-weight: 500;
        letter-spacing: 0px;
        border-bottom: 1px solid #e4e1e142;
    }
    .cabeceraContainer .cabeceraMenu .navbar-nav > li > .dropdown-menu {
        margin-top: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border: none;
        box-shadow: none;
        background: transparent;
        padding: 16px 0px;
        background-color: transparent !important;
    }
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #ccc!important;
    background-color: #000!important;
}
}

@media only screen and (max-width : 767px) {
    .menuAccesoAsociados {
        max-width: 170px;
    }
        .menuAccesoAsociados a {
            line-height: 27px;
        }
    .btn-lang {
        padding: 0px 15px;
    }

    li.menuAccesoAsociados {
        padding: 5px 20px;
    }
	.cabeceraMenu.affix {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 27%);
}
		.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    overflow: hidden;
}
		.cabeceraPagina {
    height: 47px;
}
	.cabeceraContainer .cabeceraLogo {
    position: absolute;
    top: 25px;
    left: -13px;
}
	.cabeceraContainer .cabeceraMenu.affix .cabeceraLogo_affix {
    display: block;
    position: absolute;
    top: 8px;
    left: -13px;
}
.navbar-nav {
    margin: 7.5px 0px!important;
}

	.cabeceraContainer .cabeceraMenu.affix ul.nav.navbar-nav.anim {
    float: none;
    margin-bottom: 0px;
    margin-top: 40px;
}
    .cabeceraMenu .navbar-default .navbar-nav > li > a,
    .cabeceraMenu.affix .navbar-default .navbar-nav > li > a {
        color: #ccc;
        font-family: var(--secondary-font);
        text-transform: uppercase;
        font-size: 19px;
        padding: 0;
        text-shadow: none;
        font-weight: 400;
        letter-spacing: 1px;
        transition: all .4s;
        line-height: 40px;
        border-bottom: 1px solid #ffffff24;
    }

        .cabeceraMenu.affix .navbar-default .navbar-nav > li > a:hover, .cabeceraMenu.affix .navbar-default .navbar-nav > li > a:focus,
        .cabeceraMenu.affix .navbar-default .navbar-nav > .active > a, .cabeceraMenu.affix .navbar-default .navbar-nav > .active > a:hover, .cabeceraMenu.affix .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,
        .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
        .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
            color: #fff !important;
            opacity: 0.8;
            background-color: #000000 !important;
            transition: all .4s;
        }
    /***************************/
    .cabeceraMenu .nav > li {
        width: 100%;
    }
    .cabeceraContainer, .cabeceraMenu, .cabeceraMenu.affix {
        background-color: rgba(var(--main-bg-color-rgb), 0.95);
        z-index: 999;
        min-height: 80px !important;
        height: auto !important;
    }

    .navbar-nav {
        overflow: hidden;
    }

    ul.nav.navbar-nav.anim, ul.nav.navbar-nav.anim {
        float: none;
        margin: 0px;
        margin-bottom: 0px;
        margin-top: 10px;
        display: flex;
        flex-direction: column !important;
        flex-wrap: nowrap;
        justify-content: center !important;
        align-items: center !important;
        gap: 5px !important;
        height: auto !important;
        padding: 0px !important;
        align-content: center !important;
        background: #0000008a !important;
        width: 100%;
        text-align: center;
    }
    /************* submenu  ***********/
    .cabeceraContainer .cabeceraMenu.affix .navbar-nav > li > .dropdown-menu {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border: 1px solid #fff;
        box-shadow: none;
        background: transparent;
        width: 80%;
        margin: 20px auto;
        padding: 7px 0 0 0px;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background: #fff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
        text-align: center;
        font-family: var(--secondary-font);
        text-transform: uppercase;
        font-size: 16px;
        padding: 7px 0;
        text-shadow: none;
        font-weight: 500;
        letter-spacing: 0px;
        border-bottom: 1px solid #e4e1e142;
    }

    .cabeceraContainer .cabeceraMenu .navbar-nav > li > .dropdown-menu {
        margin-top: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border: none;
        box-shadow: none;
        background: transparent;
        padding: 16px 0px;
        background-color: transparent !important;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #ccc !important;
        background-color: #000 !important;
    }
}

/*==============================================================================================
************************************************************************************** SLIDER
===============================================================================================*/
.marginTop-slider {
    position: relative;
    margin-top: -80px;
}

.slideCalafell::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #625247;
    opacity: .2;
    height: 100%;
    width: 100%;
    mix-blend-mode: multiply;
}
.marginTop-slider .slideCalafell {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.marginTop-slider, .carousel, .carousel-inner > .item, .slideVivalta {
    height: 700px;
}
    .marginTop-slider .row.item1 {
        height: 700px;
        width: 100%;
        object-fit: cover;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        align-content: flex-start;
        justify-content: center;
        flex-wrap: nowrap;
    }

    .marginTop-slider .tituloDestacado {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: center;
        align-items: flex-start;
        width: 50%;
    }
    .marginTop-slider h1.titulo {
        color: #fff !important;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
        font-family: var(--main-font);
        font-size: 63px !important;
        line-height: 65px !important;
        text-transform: inherit;
        font-weight: 500 !important;
        text-align: left;
        margin-bottom: 10px;
    }
    .marginTop-slider p {
        color: #fff !important;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.45);
        font-family: var(--secondary-font) !important;
        font-size: 33px !important;
        text-transform: inherit;
        font-weight: 300 !important;
    }
    .marginTop-slider .carousel-control {
        width: 40px;
        height: 40px;
        top: 50%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .marginTop-slider .mob {
        position: absolute;
        font-size: 30px;
    }
    .marginTop-slider .carousel-inner .item.active {
        padding: 0px;
    }
/*  =====================================================
    =            Bootstrap 3.3 Media Queries            =
    =====================================================   */
@media only screen and (min-width : 1200px) {
}

@media only screen and (min-width : 992px) and (max-width: 1199px) {
    .marginTop-slider h1.titulo {
        margin-top: 40px;
        line-height: 57px !important;
        margin-bottom: 15px !important;
    }
    
}

@media only screen and (min-width : 768px) and (max-width: 991px) {
    .marginTop-slider .slideCalafell .container-fluid {
        padding: 0 15px;
    }
    .marginTop-slider h1.titulo {
        margin-top: 0px;
        font-size: 53px !important;
        line-height: 57px !important;
        margin-bottom: 15px !important;
    }
    .marginTop-slider, .carousel, .carousel-inner > .item, .slideVivalta {
        height: 650px;
    }
        .marginTop-slider .slideCalafell {
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            height: 650px;
        }
        .marginTop-slider .tituloDestacado {
            position: relative;
            display: block;
            flex-direction: column;
            flex-wrap: wrap;
            align-content: center;
            justify-content: center;
            align-items: center;
            width: 100%;
            left: 2%;
            padding: 0 11%;
        }
}

@media only screen and (max-width : 767px) {
    .marginTop-slider .slideCalafell .container-fluid {
        padding: 0 15px;
    }
    .marginTop-slider .tituloDestacado {
        position: relative;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        width: 100%;
        left: 2%;
    }
    .marginTop-slider h1.titulo {
        margin-top: 0px;
        font-size: 33px !important;
        line-height: 35px !important;
        margin-bottom: 5px !important;
        text-align: center;
    }
    .marginTop-slider p {
        font-size: 21px !important;
    }
    .marginTop-slider, .carousel, .carousel-inner > .item, .slideVivalta, .marginTop-slider .row.item1 {
        height: 400px;
        object-fit: cover;
        display: block;
        align-items: center;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .marginTop-slider .slideCalafell {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 400px;
    }
    .slideCalafell::before {
        height: 400px;
    }
}
/*==============================================================================================
************************************************************************************** BUSCADOR
===============================================================================================*/
/****************************************************************** BUSCADOR HOME **/

.BuscadorHome .TituloBuscador {
    color: var(--font-bg-color);
    font-family: var(--main-font);
    font-size: 33px !important;
    line-height: 65px !important;
    text-transform: inherit;
    font-weight: 500 !important;
    text-align: left;
    margin-left: -13px;
    margin-bottom: 15px;
}

.BuscadorHome .buscadorPagina.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    padding: 40px 0 60px 0 !important;
}

.BuscadorHome .campoBuscador {
    padding-right: 2px;
    padding-left: 1px;
}

.BuscadorHome .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    border: none;
    border-bottom: 1px solid #000 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent !important;
    color: #000;
    padding: 6px 12px;
    border-radius: 0px;
    height: 45px;
}

.BuscadorHome .btn {
    color: #000;
    border: none;
    border-bottom: 1px solid #000 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.BuscadorHome .form-control, .BuscadorHome .btn-default {
    height: 45px;
}

.BuscadorHome .campoBuscador.buscadorEnviar {
    border: 1px solid var(--main-bg-color);
    height: 45px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: all .4s;
    cursor: pointer;
    background: var(--main-bg-color);
    border-radius: 30px;
    color: #fff;
}

    .BuscadorHome .campoBuscador.buscadorEnviar:hover {
        color: var(--main-bg-color);
        border-color: var(--main-bg-color);
        background: #fff;
        transition: all .4s;
    }

    .BuscadorHome .campoBuscador.buscadorEnviar .btn {
        color: #fff;
        background: transparent;
        border-color: transparent !important;
    }

.BuscadorHome .campoBuscador input#txtPrecioMin,
.BuscadorHome .campoBuscador input#txtPrecioMax {
    background: #fff !important;
}

.BuscadorHome .campoBuscador.buscadorEnviar:hover button#btnBuscar {
    color: var(--main-bg-color);
    border-color: transparent !important;
    background: transparent !important;
    transition: all .4s;
}
/***************************************************************  LISTADO BUSCADOR  **/
div#pID115958 .ThreePanes,
div#pID115957 .ThreePanes,
div#pID115965 .ThreePanes {
    margin-bottom: 0px;
    margin-top: 0px;
}
.container-fluid.affixedBuscadorANULADO {
    background: var(--grey-bg-color);
}
.affixedBuscadorANULADO #collapseBuscador {
    padding: 10px 0;
    background: var(--grey-bg-color);
}
.affixedBuscadorANULADO .row.CamposColBuscador {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0% 20px 2%;
    flex-direction: row;
    background: var(--grey-bg-color);
    width: 100%;
}
    .affixedBuscadorANULADO .row.CamposColBuscador .campoBuscador {
        margin: 10px 6px;
        width: 12.5% !important;
    }
        .affixedBuscadorANULADO .row.CamposColBuscador .campoBuscador.buscadorTipoOperacion {
            width: 9.5% !important;
        }
        .affixedBuscadorANULADO .row.CamposColBuscador .campoBuscador.buscadorHabitaciones {
            width: 10.5% !important;
        }
        .affixedBuscadorANULADO .row.CamposColBuscador .campoBuscador.buscadorBTNenviar {
            width: 11% !important;
            margin: 10px 0;
        }
/***************************************************  buscador  */
.affixedBuscadorANULADO .campoBuscador {
    margin: 10px 0;
}

#pID85133 .bloqueBuscadorAffix .bg_grey {
    padding-top: 0px !important;
    background: transparent !important;
}

#pID85133 .affixedBuscadorANULADO .btn-group.bootstrap-select.form-control button, #pID85133 .input-group .form-control {
    background: #fff !important;
}

.affixedBuscadorANULADO .nombreCampo {
    display: none;
}

.affixedBuscadorANULADO .btn-group.bootstrap-select.form-control button {
    border: none;
    border-bottom: 1px solid #000 !important;
    background: transparent !important;
    color: #999;
    padding: 6px 12px;
    height: 45px;
}

.affixedBuscadorANULADO .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    border: none;
    border-bottom: 1px solid #000 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent !important;
    color: #000;
    padding: 6px 12px;
    height: 45px;
}

div#bloqueBuscadorListado button#btnBuscar {
    height: 45px;
}

.buscador a.btn-volver {
    padding: 8px 10px 3px 3px !important;
    font-size: 14px !important;
    font-family: "Open Sans",Helvetica,Arial,sans-serif !important;
    font-weight: 500 !important;
    background: transparent !important;
    color: #616161 !important;
    border: none !important;
    height: 35px;
    float: left;
    margin-bottom: 20px;
}
    /********/

.bloqueBuscadorAffix .affixedBuscadorFijo {
    padding-top: 0px !important;
}

.buscador a.btn-volver {
    border: 1px solid #0000009c;
    color: #000;
    padding: 3px 10px 3px 3px;
    font-size: 12px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
}

    .buscador a.btn-volver:hover {
        border: 1px solid #0000009c;
        color: #fff;
        padding: 3px 10px 3px 3px;
        font-size: 12px;
        font-family: 'Quicksand';
        font-weight: 500;
        background: #000;
        text-decoration: none;
    }

    .buscador a.btn-volver .caret {
        transform: rotate(90deg) scale(1);
        margin-top: -2px;
        margin-right: 5px;
        color: #000;
    }

    .buscador a.btn-volver:hover .caret {
        color: #fff;
    }

.buscador .lbl_buscador_titulo {
    margin-top: 18px;
    margin-bottom: 5px;
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    text-decoration: none;
    text-transform: inherit;
    font-weight: 500;
    color: #404040;
    width: 100%;
    text-align: left;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: 'Work Sans', sans-serif;
}

div#bloqueBuscadorListado button#btnBuscar {
    font-family: var(--secondary-font);
    font-size: 21px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid var(--main-bg-color);
    text-align: center;
    border: none;
    margin-top: 0px;
    background: var(--main-bg-color) !important;
    color: #fff;
    border-radius: 30px;
}
    div#bloqueBuscadorListado button#btnBuscar:hover {
        border: 1px solid var(--main-bg-color);
        background: #fff!important;
        color: var(--main-bg-color) !important;
    }
    /***************************************************************************** CHECKBOX BUSCADOR */
    label {
        display: inline-block;
        max-width: 100%;
        font-weight: 400;
        font-size: 14px;
        overflow: hidden;
        color: #000;
        font-family: 'Work Sans', sans-serif;
    }

.control {
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    display: block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    color: #000;
    font-size: 13px;
}

    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    position: relative;
}

.control_indicator {
    position: absolute;
    top: 5px;
    left: 0;
    height: 14px;
    width: 14px;
    background: #ffffff;
    border: 1px solid #cacaca;
}

.control-radio .control_indicator {
    border-radius: 3px;
}

.control:hover input ~ .control_indicator, .control input:focus ~ .control_indicator {
    background: #cccccc;
}

.control input:checked ~ .control_indicator {
    background: #ffffff;
}

.control:hover input:not([disabled]):checked ~ .control_indicator, .control input:checked:focus ~ .control_indicator {
    background: #cccccc;
}

.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control_indicator:after {
    display: block;
}

.control-checkbox .control_indicator:after {
    left: 6px;
    top: -5px;
    width: 5px;
    height: 12px;
    border: solid #39909c;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}
/************************************************************************************** RANGE */
.slider.slider-horizontal {
    width: 100% !important;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
}

    .slider.slider-horizontal .slider-track {
        background: #808080 !important;
        background-image: initial !important;
        background-repeat: initial !important;
        box-shadow: initial !important;
        border-radius: initial !important;
        margin-top: -1px !important;
    }

    .slider.slider-horizontal .slider-selection {
        height: 130% !important;
    }

.slider-handle {
    top: 3px !important;
}

.slider.slider-horizontal .slider-track {
    height: 1px !important;
}

.slider-selection {
    border-radius: 0px !important;
    background: #333333 !important;
}

.slider-handle {
    background: #333333 !important;
    width: 14px !important;
    height: 14px !important;
}

.slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
    margin-left: -8px !important;
}

/*  =====================================================
    =            Bootstrap 3.3 Media Queries            =
    =====================================================   */
@media only screen and (min-width : 1200px) {
    .BuscadorHome .container-fluid {
        padding: 0 4%;
    }

    .BuscadorHome .campoBuscador {
        padding-right: 8px;
        padding-left: 8px;
    }

}

@media only screen and (min-width : 992px) and (max-width: 1199px) {
    .BuscadorHome .buscadorPagina.collapse {
        padding: 40px 15px 60px 15px !important;
    }
    /********************/
    .affixedBuscadorANULADO .row.CamposColBuscador .campoBuscador {
        margin: 10px 6px;
        width: 28% !important;
    }
        .affixedBuscadorANULADO .row.CamposColBuscador .campoBuscador.buscadorTipoOperacion {
            width: 18.5% !important;
        }
        .affixedBuscadorANULADO .row.CamposColBuscador .campoBuscador.buscadorHabitaciones {
            width: 18.5% !important;
        }
}

@media only screen and (min-width : 768px) and (max-width: 991px) {
    .BuscadorHome .campoBuscador.buscadorEnviar {
        width: 33%;
    }

    .BuscadorHome .buscadorPagina.collapse {
        padding: 40px 15px 60px 15px !important;
    }
    /*************************/
    .affixedBuscadorANULADO .row.CamposColBuscador .campoBuscador,
    .affixedBuscadorANULADO .row.CamposColBuscador .campoBuscador.buscadorTipoOperacion,
    .affixedBuscadorANULADO .row.CamposColBuscador .campoBuscador.buscadorHabitaciones {
        margin: 0px;
        width: 100% !important;
    }
    .affixedBuscadorANULADO .row.CamposColBuscador {
        padding: 10px 0px 20px 30px;
    }
        .affixedBuscadorANULADO .row.CamposColBuscador .campoBuscador.buscadorBTNenviar {
            width: 70% !important;
            margin: 40px auto 10px auto;
        }
}

@media only screen and (max-width : 767px) {
    .BuscadorHome .buscadorPagina.collapse {
        padding: 10px 15px 40px 15px !important;
    }

    .BuscadorHome .campoBuscador .col-xs-9 {
        width: 100%;
    }

    .BuscadorHome a#collapseBuscadorButton {
        display: none;
    }

    .BuscadorHome .TituloBuscador {
        font-size: 33px !important;
        line-height: 35px !important;
    }
    /************/
    .affixedBuscadorANULADO .row.CamposColBuscador .campoBuscador,
    .affixedBuscadorANULADO .row.CamposColBuscador .campoBuscador.buscadorTipoOperacion,
    .affixedBuscadorANULADO .row.CamposColBuscador .campoBuscador.buscadorHabitaciones {
        margin: 0px;
        width: 100% !important;
    }
    .affixedBuscadorANULADO .row.CamposColBuscador {
        padding: 10px 0px 20px 30px;
    }
        .affixedBuscadorANULADO .row.CamposColBuscador .campoBuscador.buscadorBTNenviar {
            width: 70% !important;
            margin: 40px auto 10px auto;
        }
    .BuscadorHome .campoBuscador.buscadorEnviar {
        margin-top: 20px;
    }
}
/*==============================================================================================
************************************************************************************** HOME
===============================================================================================*/
div#pID0 .ThreePanes {
    margin-bottom: 0px;
    margin-top: 20px;
}
.ThreePanes {
    margin-bottom: 0px;
    margin-top: 20px;
}
   
/****************************************************************** TXT INICIO **/
.TXTinicio.txtHome {
    background: var(--main-bg-color);
    padding: 80px 0;
}

    .TXTinicio.txtHome .tituloSeccion h2 {
        color: #fff !important;
        font-size: 42px ;
        font-weight: 400 !important;
    }

    .TXTinicio.txtHome p {
        color: #fff !important;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
        font-family: var(--secondary-font) !important;
        font-size: 24px !important;
        line-height: 33px;
        text-transform: inherit;
        font-weight: 100 !important;
    }

    .TXTinicio.txtHome .BTNArrowBlack {
        position: relative;
        border: 1px solid var(--main-bg-color);
        height: 45px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        transition: all .4s;
        cursor: pointer;
        background: #fff;
        border-radius: 30px;
        color: #000;
        min-width: 170px;
        width: auto;
        max-width: 250px;
        margin: 50px auto 0 auto;
        text-shadow: none;
        font-family: var(--secondary-font);
        font-size: 21px;
        font-weight: 500;
        text-decoration: none;
        gap: 15px;
    }

        .TXTinicio.txtHome .BTNArrowBlack:hover {
            color: #fff;
            background: var(--main-bg-color);
            border: 1px solid #fff;
        }
.TXTinicio.txtHome .BTNArrowBlack img {
    width: 30px;
    filter: invert(1)!important;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;

}
        .TXTinicio.txtHome .BTNArrowBlack:hover img {
            width: 30px;
            filter: invert(0)!important;
            -webkit-transition: all 200ms ease-out;
            -moz-transition: all 200ms ease-out;
            -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
        }
        /***************************************************************  SERVICIOS  **/
        .ServiciosHome {
            padding-bottom: 100px;
        }
.ServiciosHome .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
}
.ServiciosHome .item.ICO1, .ServiciosHome .item.ICO2, .ServiciosHome .item.ICO3 {
    position: relative;
    width: 33%;
    height: 360px;
    padding: 20px;
}

.ServiciosHome .item.ICO1 {
    background: url(/Portals/inmobiliariasdecalafell/Images/serviciosBG1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.ServiciosHome .item.ICO2 {
    background: url(/Portals/inmobiliariasdecalafell/Images/serviciosBG2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.ServiciosHome .item.ICO3 {
    background: url(/Portals/inmobiliariasdecalafell/Images/serviciosBG3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
    .ServiciosHome .item.ICO1::before,
    .ServiciosHome .item.ICO2::before,
    .ServiciosHome .item.ICO3::before {
        content: ' ';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #322b27;
        opacity: .5;
        transition: all .4s;
        mix-blend-mode: multiply;
    }
    .ServiciosHome .item.ICO1:hover::before,
    .ServiciosHome .item.ICO2:hover::before,
    .ServiciosHome .item.ICO3:hover::before {
        content: ' ';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #322b27;
        opacity: .8;
        transition: all .4s;
        mix-blend-mode: multiply;
    }
    .ServiciosHome .item.ICO1 .infoContent,
    .ServiciosHome .item.ICO2 .infoContent,
    .ServiciosHome .item.ICO3 .infoContent {
        position: relative;
        display: flex;
        z-index: 9;
        flex-direction: column;
        align-content: center;
        width: 100%;
        height: 70%;
        align-items: center;
        top: 30%;
        transition: all .4s;
    }
    .ServiciosHome .item.ICO1:hover .infoContent,
    .ServiciosHome .item.ICO2:hover .infoContent,
    .ServiciosHome .item.ICO3:hover .infoContent {
        height: 100%;
        top: 10%;
        transition: all .4s;
    }
.ServiciosHome .infoContent .SUBtituloSeccion {
    color: #fff;
    position: relative;
    font-family: var(--secondary-font);
    font-size: 20px;
    line-height: 33px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}
    .ServiciosHome .infoContent .SUBtituloSeccion::before {
        content: ' ';
        display: block;
        position: absolute;
        bottom: 2px;
        left: 0;
        width: 100%;
        height: 2px;
        background: #fff;
    }
.ServiciosHome .infoContent h2.tituloSeccion {
    color: #fff;
    font-size: 42px !important;
    font-weight: 400 !important;
    font-family: var(--main-font);
    padding-bottom: 10px;
}
.ServiciosHome .item.ICO1 p,
.ServiciosHome .item.ICO2 p,
.ServiciosHome .item.ICO3 p {
    color: #fff;
    font-family: var(--secondary-font) !important;
    font-size: 22px !important;
    line-height: 30px;
    text-align: center;
}
.ServiciosHome .item.ICO1 p, .ServiciosHome .item.ICO1 a,
.ServiciosHome .item.ICO2 p, .ServiciosHome .item.ICO2 a,
.ServiciosHome .item.ICO3 p, .ServiciosHome .item.ICO3 a {
    opacity: 0;
    transition: all .4s;
}
.ServiciosHome .item.ICO1:hover p, .ServiciosHome .item.ICO1:hover a,
.ServiciosHome .item.ICO2:hover p, .ServiciosHome .item.ICO2:hover a,
.ServiciosHome .item.ICO3:hover p, .ServiciosHome .item.ICO3:hover a {
    opacity: 1;
    transition: all .4s;
}
.ServiciosHome .item.ICO1 a, .ServiciosHome .item.ICO2 a, .ServiciosHome .item.ICO3 a {
    position: relative;
    border: 1px solid #fff;
    height: 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: all .4s;
    cursor: pointer;
    background: #000;
    border-radius: 30px;
    color: #fff;
    width: 65px;
    text-shadow: none;
    background: url(/Portals/inmobiliariasdecalafell/Images/arrowB.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
}
/***************************************************************  LISTADO HOME  **/
.TXTinicio .tituloSeccion {
    text-align: center;
}
    .TXTinicio .tituloSeccion span {
        position: relative;
        font-family: var(--secondary-font);
        font-size: 20px;
        line-height: 33px;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 2px;
        text-align: center;
        color: #a06e5c;
    }
.TXTinicio .tituloSeccion h2 {
    white-space: pre-line;
}
.grid-listado-destacados.MargenBloque.Grid-listado h1 {
    display: none;
}
.BTNpropiedades {
    position: relative;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    display: flex;
}
    .BTNpropiedades .BTNblack, .enlaceTodasNoticias .btn {
        position: relative;
        display: flex;
        height: 45px;
        border-radius: 30px;
        color: #fff;
        background-color: var(--main-bg-color);
        width: 250px;
        text-shadow: none;
        font-family: var(--secondary-font);
        font-size: 21px;
        font-weight: 500;
        text-decoration: none;
        border: 1px solid var(--main-bg-color);
        align-items: center;
        justify-content: center;
        align-content: center;
        margin: 0 auto;
        gap: 17px;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
        .BTNpropiedades .BTNblack img, .enlaceTodasNoticias .btn img {
            width: 30px;
            -webkit-transition: all 200ms ease-out;
            -moz-transition: all 200ms ease-out;
            -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
        }
        .BTNpropiedades .BTNblack:hover img, .enlaceTodasNoticias .btn:hover img {
            width: 30px;
            filter: invert(1);
            -webkit-transition: all 200ms ease-out;
            -moz-transition: all 200ms ease-out;
            -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
        }
        .BTNpropiedades .BTNblack:hover, .enlaceTodasNoticias .btn:hover, .enlaceTodasNoticias .btn:hover {
            background-color: #fff;
            color: #000;
            border: 1px solid var(--main-bg-color);
            -webkit-transition: all 200ms ease-out;
            -moz-transition: all 200ms ease-out;
            -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
        }
        /***************************************************************  SUMAMOS  **/
.SumamosHome {
    background-image: url(/Portals/inmobiliariasdecalafell/Images/BGcifras.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}
    .SumamosHome p.SUBtitulo {
        color: #fff;
        position: relative;
        font-family: var(--secondary-font);
        font-size: 20px;
        line-height: 33px;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 2px;
        text-align: center;
    }
        .SumamosHome p.SUBtitulo::before {
            content: ' ';
            display: block;
            position: absolute;
            bottom: 2px;
            left: calc(50% - 130px);
            width: 260px;
            height: 2px;
            background: #fff;
        }
    .SumamosHome h2 {
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        color: #fff !important;
        /* text-shadow: none; */
        font-weight: 500 !important;
        border-bottom: none;
        text-transform: inherit;
        text-align: center;
        margin-bottom: 40px;
        font-family: var(--main-font);
        font-size: 55px !important;
        line-height: 52px;
    }

.fullwidth {
    width: 100% !important;
    display: table;
    float: none;
    padding: 0;
    min-height: 1px;
    height: 100%;
    position: relative;
}

#projectFacts .fullwidth {
    padding: 0;
}

.factswrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 7%;
    padding-right: 7%;
}

    .factswrap .item {
        display: flex;
        height: 100%;
        padding: 0;
        text-align: center;
        transition: all .5s ease-in-out;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
        .factswrap .item p {
            color: #fff;
            font-size: 18px;
            margin: 0;
            padding: 0 0 10px 40px;
            CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
            transition: all .5s ease-in-out;
            font-family: var(--secondary-font);
            text-transform: uppercase;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
            text-align: right;
            width: 100%;
            font-weight: 500;
        }
            .factswrap .item p.number {
                color: #fff;
                font-size: 58px;
                padding: 0;
                font-weight: bold;
                font-family: var(--main-font-number);
                text-shadow: 2px 2px 4px rgba(0,0,0,0.45);
                text-align: left;
                width: 100%;
            }
        .factswrap .item span.Line-under {
            width: 60px;
            background: transparent;
            height: 2px;
            display: block;
            margin: 0 auto;
            transition: all .5s ease-in-out;
        }

        .factswrap .item img {
            width: 80px;
            opacity: .8;
            transition: all .5s ease-in-out;
        }

        .factswrap .item:hover img, .factswrap .item:hover p {
            color: #fff;
            opacity: 1;
        }

        .factswrap .item:hover span {
            background: white;
        }
/******/
.BblueContent h2.destacado {
    color: #fff !important;
    font-family: var(--main-font);
    font-size: 46px !important;
    text-transform: inherit;
    font-weight: 600 !important;
    text-align: center;
}
.BblueContent p {
    color: #fff !important;
    font-family: var(--main-font);
    font-size: 22px !important;
    text-transform: inherit;
    font-weight: 500 !important;
    text-align: center;
}
.BblueContent a{
    color: #fff !important;
    font-family: var(--main-font);
    font-size: 18px !important;
    text-transform: inherit;
    font-weight: 500 !important;
    text-align: center;
    border: 1px solid #fff;
}
    .BblueContent a:hover {
        color: var(--main-bg-color)!important;
        border-color: var(--main-bg-color);
        background: #fff;
        transition: all .4s;
    }
    .BblueContent .btnContent {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        align-content: center;
        flex-wrap: nowrap;
        margin-top: 30px;
    }
/***************************************************************  SLIDE LOGOS  **/
.sliderLogos .owl-carousel .owl-stage {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: space-evenly;
    align-items: center;
    gap: 25px;
}
    .sliderLogos .owl-item.active {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        background: #fff;
        margin: 0px !important;
        padding: 10px;
    }
    .sliderLogos .bloqueLogo {
        height: 140px;
        width: 180px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
        .sliderLogos .bloqueLogo img {
            height: 100%;
            width: 100%;
            object-fit: contain;
            max-height: 80px;
        }
/****nav***/
.sliderLogos .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.sliderLogos .owl-dots {
    display: none;
}
.sliderLogos .owl-carousel .owl-nav button.owl-next,
.sliderLogos .owl-carousel .owl-nav button.owl-prev {
    color: #fff;
    border: none;
    padding: 0 0 10px 0 !important;
    font: inherit;
    font-size: 40px;
    background: rgba(var(--main-bg-color-rgb), 70%);
    width: 30px;
    height: 40px;
    display: flex;
    align-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    transition: all .4s;
}
    .sliderLogos .owl-carousel .owl-nav button.owl-next:hover,
    .sliderLogos .owl-carousel .owl-nav button.owl-prev:hover {
        background: rgba(var(--main-bg-color-rgb), 98%);
        transition: all .4s;
    }
    /***************************************************  noticias **/
.container.noticiasHome h2 {
    margin-bottom: 20px !important;
}
.noticiasHome .tituloSeccion {
    padding: 0 25% 80px 25%;
    text-align: center;
}
.noticiasHome .itemNews {
    border: 1px solid rgb(70 70 70 / 52%)!important;
}
    .noticiasHome .itemNews .infoContent {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-content: center;
        align-items: center;
        padding: 5px 20px 20px 20px;
    }
.noticiasHome a {
    text-decoration: none!important;
}
.noticiasHome .bloqueImagenNoticias {
    height: 221px;
    width: 100%;
}
    .noticiasHome .bloqueImagenNoticias img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
        .noticiasHome .bloqueImagenNoticias:hover img.fotoNew {
            opacity: .4;
        }
    .noticiasHome .bloqueImagenNoticias img.arrow {
        position: absolute;
        top: 25%;
        left: calc(50% - 35px);
        border: 1px solid #fff;
        height: 40px;
        width: 70px;
        padding: 10px 20px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        transition: all .4s;
        cursor: pointer;
        border-radius: 30px;
        opacity: 0;
        transition: all .4s;
        z-index: 9;
    }
.bloqueImagenNoticias:hover img.arrow {
    opacity: 1;
    transition: all .4s;
    background: #000000a8;
}
.noticiasHome .tituloNew {
    border-bottom: none;
    margin: 15px 0px !important;
    width: 100%;
    height: 75px !important;
    font-family: var(--main-font);
    font-size: 25px !important;
    color: var(--font-bg-color);
    line-height: 30px !important;
    font-weight: 500;
    text-decoration: none !important;
    text-align: center !important;
}
.noticiasHome .textoResumen {
    max-height: 120px;
    overflow: hidden;
    margin-bottom: 20px;
}
.noticiasHome .textoResumen, .noticiasHome .textoResumen p {
    font-family: var(--secondary-font);
    font-size: 19px;
    color: var(--font-bg-color);
    line-height: 25px;
    font-weight: 300;
}
.enlaceTodasNoticias {
    width: 100%;
    text-align: center;
    padding-top: 80px;
}
  
        /************************************ NEWS NEWS*/
        /*  =====================================================
    =            Bootstrap 3.3 Media Queries            =
    =====================================================   */
        @media only screen and (min-width : 1200px) {

        }
@media only screen and (min-width : 992px) and (max-width: 1199px) {

    .SumamosHome {
        background-size: cover;
        background-position: center;
    }
}
@media only screen and (min-width : 768px) and (max-width: 991px) {
    .ServiciosHome .item.ICO1 .infoContent, .ServiciosHome .item.ICO2 .infoContent, .ServiciosHome .item.ICO3 .infoContent {
        top: 20%;
        text-align: center;
    }
    .ServiciosHome .item.ICO1:hover .infoContent, .ServiciosHome .item.ICO2:hover .infoContent, .ServiciosHome .item.ICO3:hover .infoContent {
        top: 0%;
    }
    .ServiciosHome .item.ICO1 p, .ServiciosHome .item.ICO2 p, .ServiciosHome .item.ICO3 p {
        font-size: 19px !important;
        line-height: 24px;
    }
    .factswrap .item {
        width: 20% !important;
        justify-content: flex-end;
    }
    .SumamosHome {
        background-size: cover;
        background-position: center;
    }
    .factswrap .item p,
    .factswrap .item p.number {
        text-align: center;
    }
        .itemNews {
        width: 50%!important;
    }
    /****/
    .TXTInicio .bloqueCentrado {
        padding: 0;
    }
    
    .noticiasHome .tituloSeccion {
        padding: 0 2% 80px 2%;
        text-align: center;
    }
}
@media only screen and (max-width : 767px) {

    .TXTInicio .bloqueCentrado {
        padding: 0 15px;
    }
    .TXTinicio.txtHome p {
        font-size: 22px !important;
        line-height: 31px;
    }
    .TXTInicio p.destacado {
        text-align: center;
        font-size: 18px;
        margin-top: 20px;
    }
    /*************** servicios */
    .ServiciosHome {
        padding-bottom: 10px;
    }
        .ServiciosHome .row {
            flex-direction: column;
        }
    .ServiciosHome .item.ICO1, .ServiciosHome .item.ICO2, .ServiciosHome .item.ICO3 {
        width: 100%;
        height: 300px;
    }
        .ServiciosHome .item.ICO1:hover .infoContent, .ServiciosHome .item.ICO2:hover .infoContent, .ServiciosHome .item.ICO3:hover .infoContent {
            top: 5%;
        }
        .ServiciosHome .infoContent .SUBtituloSeccion {
            font-size: 17px;
        }
        .ServiciosHome .infoContent h2.tituloSeccion {
            font-size: 35px !important;
        }
        .ServiciosHome .item.ICO1 p, .ServiciosHome .item.ICO2 p, .ServiciosHome .item.ICO3 p {
            font-size: 22px !important;
            line-height: 28px;
        }
/*********/

    .factswrap .item {
        width: 50% !important;
        padding: 30px 0 0 0;
    }
        .factswrap .item:nth-child(1),
        .factswrap .item:nth-child(2) {
            padding-top: 0px;
        }
    .SumamosHome {
        background-size: cover;
        background-position: center;
    }
        .SumamosHome h2 {
            font-size: 40px !important;
            line-height: 45px;
        }
        .SumamosHome p.SUBtitulo {
            font-size: 16px;
            line-height: 33px;
            text-transform: uppercase;
            font-weight: 500;
            letter-spacing: 2px;
            text-decoration: underline;
            margin: 0;
        }
    .factswrap .item p.number {
        font-size: 35px;
        text-align: center;
    }
    .factswrap .item p {
        font-size: 16px;
        line-height: 20px;
        padding: 16px 0 10px 0;
        font-weight: 500;
        text-align: center;
    }
    .noticiasHome .tituloSeccion {
        padding: inherit;
        text-align: center;
    }
    .container.noticiasHome h2 {
        text-align: center;
        margin-bottom: 15px !important;
        font-weight: 500;
        font-size: 33px !important;
        line-height: 35px !important;
    }
    .noticiasHome .tituloNew {
        height: auto !important;
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
        margin: 15px 0px 35px 0px !important;
    }

}
/*==============================================================================================
************************************************************************************** ENCABEZADOS
===============================================================================================*/
.Encabezado {
    margin-top: -80px;
    height: 50vh;
}


    .Encabezado .bannerTopTitle {
        color: #fff !important;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
        font-family: var(--main-font);
        font-size: 63px !important;
        line-height: 65px !important;
        text-transform: inherit;
        font-weight: 500 !important;
        display: none;
    }
.bannerTopResumen {
    color: #fff !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
    font-family: var(--secondary-font) !important;
    font-size: 33px !important;
    text-transform: inherit;
    font-weight: 300 !important;
    display: none;
}
    .Encabezado .bannerTop {
        width: 100%;
        height: 100%;
    }
.Encabezado .bannerTopContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding-top: 160px;
}
.Encabezado.listadoContentBG {
    background: url(/Portals/inmobiliariasdecalafell/Images/BGlistado.jpg) center;
    background-size: cover;
}
.Encabezado.NosotrosContentBG {
    background: url(/Portals/inmobiliariasdecalafell/Images/BGnosotros.jpg) center;
    background-size: cover;
}
.Encabezado.AsociarteContentBG {
    background: url(/Portals/inmobiliariasdecalafell/Images/BGasociarte.jpg) center;
    background-size: cover;
}
.Encabezado.AsociadosContentBG {
    background: url(/Portals/inmobiliariasdecalafell/Images/BGasociados.jpg) center;
    background-size: cover;
}
.Encabezado.ContactoContentBG {
    background: url(/Portals/inmobiliariasdecalafell/Images/BGcontacto.jpg) center;
    background-size: cover;
}
.Encabezado.NoticiasContentBG {
    background: url(/Portals/inmobiliariasdecalafell/Images/BGnoticias.jpg) center;
    background-size: cover;
    position: relative;
}
    .Encabezado.NoticiasContentBG::before {
        content: ' ';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 10%, rgb(0 0 0 / 100%) 100%);
        opacity: 0.7;
    }
    .Encabezado.NoticiasContentBG .bannerTopTitle {
        color: #fff !important;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
        font-family: var(--main-font);
        font-size: 63px !important;
        line-height: 65px !important;
        text-transform: inherit;
        font-weight: 500 !important;
        display: block;
        z-index: 2;
    }
    .Encabezado.NoticiasContentBG .bannerTopResumen {
        color: #fff !important;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
        font-family: var(--secondary-font) !important;
        font-size: 29px !important;
        line-height: 30px;
        text-transform: inherit;
        font-weight: 300 !important;
        display: block;
        z-index: 2;
    }
    .Encabezado.NoticiasContentBG .bannerTopContainer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: center;
        padding: 160px 20% 0px 20%;
    }
    /*************************************/
@media only screen and (min-width : 768px) and (max-width: 991px) {
    .Encabezado.NoticiasContentBG .bannerTopTitle {
        font-size: 53px !important;
        line-height: 57px !important;
    }
    .Encabezado.NoticiasContentBG .bannerTopResumen {
        font-size: 25px !important;
        line-height: 30px;
    }
    .Encabezado.NoticiasContentBG .bannerTopContainer {
        padding: 160px 30px 0px 30px;
    }
}
    @media only screen and (max-width : 767px) {
        .Encabezado.NoticiasContentBG .bannerTopTitle {
            font-size: 40px !important;
            line-height: 47px !important;
            text-align: center;
        }
        .Encabezado.NoticiasContentBG .bannerTopResumen {
            font-size: 20px !important;
            line-height: 24px;
            text-align: center;
        }
        .Encabezado.NoticiasContentBG .bannerTopContainer {
            padding: 100px 30px 0px 30px;
        }
        .Encabezado .bannerTopTitle {
            font-size: 36px !important;
        }
    }
    /*==============================================================================================
************************************************************************************** LISTADO
===============================================================================================*/



    .Grid-listado {
        margin-top: 0px !important;
        padding: 0 4%;
    }

    /******************************************************    generales    */
    .DLFicha .tag {
        position: absolute;
        width: auto;
        height: 25px;
        top: 10px;
        left: 10px;
        padding: 5px 10px;
        z-index: 8;
        opacity: 0.95;
        border-radius: 5px;
        color: #FFF;
        font-family: var(--main-font);
        font-size: 12px;
        text-transform: uppercase;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        font-weight: 400;
        text-shadow: none;
        letter-spacing: 1px;
    }

    .destacado-listado .DLFichaParent {
        position: relative;
        display: flex;
        border: none;
        border-bottom: none;
        background: transparent;
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
        overflow: hidden !important;
        width: 100%;
        height: 430px;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: space-between;
        justify-content: flex-start;
        align-items: stretch;
        gap: 0px;
        border-radius: 3px;
        /*border: 1px solid rgba(var(--main-bg-color-rgb), 0.6);*/
        border: 1px solid #e3e0e0a1;
        -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 / 6%);
    }

    .DLFichaFecha {
        display: none;
    }

    .DLimagenNormal {
        position: relative;
        height: 230px;
        width: 100%;
        overflow: hidden;
    }

    .imagenFichaDL {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
        transition: all .4s;
    }

    .DLCaracteristicas {
        position: relative;
        top: 0;
        width: 100%;
        height: 46px;
        padding: 0 30px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: stretch;
        gap: 10px;
    }

        .DLCaracteristicas .item {
            color: var(--font-bg-color);
            font-family: var(--main-font-number);
            font-size: 14px;
            font-weight: 500;
            display: flex;
            flex-direction: row;
            align-items: center;
            align-content: center;
            justify-content: center;
            flex-wrap: nowrap;
            border-right: 1px solid rgb(0 0 0 / 8%);
            height: 18px;
            width: auto;
            text-align: center;
            padding-right: 10px;
        }

            .DLCaracteristicas .item:last-child {
                border-right: none;
            }

        .DLCaracteristicas::after {
            content: ' ';
            display: block;
            position: absolute;
            bottom: 0;
            left: 5%;
            width: 90%;
            background: rgb(0 0 0 / 80%);
            height: 1px;
        }

    .DLFichaTituloNormal {
        position: relative;
        height: 80px !important;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
    }

        .DLFichaTituloNormal a {
            width: 100%;
            text-align: center !important;
            position: relative;
            left: 0px;
            top: 7px;
            margin: 10px !important;
            height: 60px !important;
            overflow: hidden;
            border-bottom: none;
            text-transform: inherit;
            margin-bottom: 45px !important;
            font-family: var(--main-font);
            font-size: 25px !important;
            color: var(--font-bg-color);
            line-height: 30px !important;
            font-weight: 500;
            text-decoration: none !important;
        }

    .DLdescripcion {
        display: block;
        margin: 5px 0;
        font-family: var(--main-font);
        color: var(--font-bg-color);
        font-weight: 400;
        font-size: 14px !important;
        line-height: 21px;
        height: 65px;
        min-height: 65px;
        overflow: hidden;
        padding: 0 10px;
        text-align: center;
        display: none;
    }

    .DLFichaPrecioDestacada {
        position: relative;
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: space-around;
        align-items: stretch;
    }

    .DLFichaPrecioVentaDestacada {
        color: var(--font-bg-color);
        font-family: var(--secondary-font);
        font-size: 22px;
        font-weight: 500;
    }

    .DLFichaPrecioAlquilerDestacada {
        color: var(--font-bg-color);
        font-family: var(--main-font-number);
        font-size: 20px;
        font-weight: 500;
    }
    /****************************************************************** BOTONERA TOP  */
    .Botonera-top-container {
        margin-bottom: 25px;
    }

    button.cambiarVisualizacion {
        background: transparent !important;
        color: #616161;
        border: none;
        border-right: 1px solid #0000001a !important;
        height: 35px;
    }

    .Grid-listado div#divOrdenIsotope .btn.btn-primary.dropdown-toggle {
        border: 1px solid #0000001a !important;
        background: transparent !important;
        color: #000;
        padding: 6px 12px;
        border-radius: 3px;
    }

    .cambiarVisualizacion.active {
        color: var(--main-bg-color);
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
        color: var(--main-bg-color);
    }

    .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
        color: var(--main-bg-color) !important;
    }

    /****************************************************************  GRID LISTADO   */
    div#pID0 .Grid-listado {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }

    .Grid-listado .DLFichaDescripcion, .Grid-listado .DLFichaDescripcion p {
        display: none;
    }

    .Grid-listado .DLFichaParent {
        position: relative;
        display: flex;
        border-bottom: none;
        width: 100%;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: space-between;
        justify-content: flex-start;
        align-items: stretch;
        gap: 0px;
        background: #fff;
        padding: 0px;
        margin-top: 5px;
        margin-bottom: 30px;
        margin-left: -5px;
        margin-right: 0;
        overflow: hidden !important;
        border-radius: 3px;
        border: 1px solid rgb(70 70 70 / 52%);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .Grid-listado .DLCaracteristicas {
        position: relative;
        top: 0;
        width: 100%;
        height: 46px;
        padding: 0 5px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: stretch;
        gap: 10px;
    }

    .Grid-listado .DLimagenNormal {
        position: relative;
        height: 360px;
        width: 100%;
        overflow: hidden;
        background: var(--main-bg-color);
    }

        .Grid-listado .DLimagenNormal span.BTNblack {
            position: absolute;
            top: 50%;
            left: 20%;
            display: flex;
            height: 40px;
            border-radius: 30px;
            color: #fff;
            background-color: var(--main-bg-color);
            width: 60%;
            text-shadow: none;
            font-family: var(--secondary-font);
            font-size: 18px;
            font-weight: 500;
            text-decoration: none;
            border: 1px solid #fff;
            align-items: center;
            justify-content: center;
            align-content: center;
            margin: 0 auto;
            gap: 17px;
            -webkit-transition: all 200ms ease-out;
            -moz-transition: all 200ms ease-out;
            -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
            opacity: none;
        }

            .Grid-listado .DLimagenNormal span.BTNblack img {
                width: 30px;
            }

        .Grid-listado .DLimagenNormal:hover .imagenFichaDL {
            transform: scale(1.1);
            transition: all .4s;
            opacity: .5;
        }

        .Grid-listado .DLimagenNormal span.BTNblack {
            opacity: 0;
        }

        .Grid-listado .DLimagenNormal:hover span.BTNblack {
            opacity: 1;
            z-index: 999;
        }

    .Grid-listado .DLFichaLocalizacionNormal a {
        font-size: 13px;
        margin: 0;
        font-weight: 700;
        font-family: var(--main-font);
        text-transform: uppercase;
        padding: 0px 10px !important;
        color: #757575;
    }

    .Grid-listado .DLFichaDescripcion, .Grid-listado .DLFichaDescripcion p {
        display: block;
        margin: 5px 0;
        font-family: var(--main-font);
        color: var(--font-bg-color);
        font-weight: 400;
        font-size: 14px !important;
        line-height: 20px;
        height: 65px;
        min-height: 65px;
        overflow: hidden;
        padding: 0 10px;
        text-align: center;
        display: none;
    }

    .DLFichaPrecioDestacada {
        position: relative;
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: space-around;
        align-items: stretch;
        margin: 10px 0;
    }

    .Grid-listado .DLFichaPrecioDestacada {
        position: relative;
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: center;
        align-items: stretch;
        margin-top: 8px;
    }

    .Grid-listado .DLFichaPrecioVenta,
    .Grid-listado .DLFichaPrecioAlquiler,
    .Grid-listado .DLFichaPrecioRenta,
    .Grid-listado .DLFichaPrecioTraspaso {
        color: var(--font-bg-color);
        font-family: var(--main-font-number);
        font-size: 20px;
        font-weight: 500;
        padding: 0 9px;
    }

    /****************************************************************  PAGINADO   */
    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 3;
        color: var(--font-bg-color) !important;
        cursor: default;
        background-color: #f6f6f6 !important;
        border-color: rgb(70 70 70 / 52%) !important;
    }

    .input-group-addon {
        padding: 6px 12px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        color: var(--font-bg-color);
        text-align: center;
        background-color: #f6f6f6;
        border: 1px solid rgb(70 70 70 / 52%);
        border-radius: 0;
    }

    .bootstrap-select > .dropdown-toggle {
        width: 100%;
        padding-right: 25px;
        z-index: 1;
        border: none;
        color: var(--font-bg-color);
    }

    button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
        background-color: transparent !important;
    }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: #262626;
        text-decoration: none;
        background-color: #83868563 !important;
    }
    /***************************** menu oculto */
li.menuTienda {
    display: none!important;
}
    /*  =====================================================
    =            Bootstrap 3.3 Media Queries            =
    =====================================================   */
    @media only screen and (min-width : 1200px) {
        div#mID145974 {
            background: linear-gradient(to bottom, rgb(249 249 249 / 100%) 0%, rgb(249 249 249 / 100%) 11%, rgb(255 255 255 / 100%) 11%, rgb(255 255 255) 100%);
        }

        .Grid-listado .DLFichaParent {
            height: 560px !important;
        }
    }

    @media only screen and (min-width : 992px) and (max-width: 1199px) {
        div#mID145974 {
            background: linear-gradient(to bottom, rgb(249 249 249 / 100%) 0%, rgb(249 249 249 / 100%) 11%, rgb(255 255 255 / 100%) 11%, rgb(255 255 255) 100%);
        }
    }

    @media only screen and (min-width : 768px) and (max-width: 991px) {
        div#mID145974 {
            background: #fff !important;
        }

        div#pID85133 .Grid-listado {
            margin-top: 0px !important;
            padding: 0px !important;
        }

            div#pID85133 .Grid-listado .container-fluid {
                padding-right: 0;
                padding-left: 0;
            }

        #pID85133 .bloqueBuscadorAffix .bg_grey {
            padding-top: 0px !important;
            background: #f9f9f9 !important;
        }

        .row.CamposColBuscador {
            display: flex;
            flex-wrap: wrap;
            padding: 20px 0;
        }

        .DLCaracteristicas {
            position: relative;
            top: 0;
            width: 100%;
            height: 46px;
            padding: 0px;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: center;
            justify-content: center;
            align-items: stretch;
            gap: 10px;
        }

            .DLCaracteristicas .item {
                color: var(--font-bg-color);
                font-family: var(--main-font-number);
                font-size: 14px;
                font-weight: 500;
                display: flex;
                flex-direction: row;
                align-items: center;
                align-content: center;
                justify-content: center;
                flex-wrap: nowrap;
                border-right: 1px solid #cecece;
                min-height: 18px;
                height: 18px;
                width: auto;
                text-align: center;
                padding-right: 10px;
                padding-left: 0px;
            }
    }

    @media only screen and (max-width : 767px) {
        div#mID145974 {
            background: #fff !important;
        }

        div#pID85133 .Grid-listado {
            margin-top: 0px !important;
            padding: 0px !important;
        }

            div#pID85133 .Grid-listado .container-fluid {
                padding-right: 0;
                padding-left: 0;
            }

        #pID85133 .bloqueBuscadorAffix .bg_grey {
            padding-top: 0px !important;
            background: #f9f9f9 !important;
        }

        .row.CamposColBuscador {
            display: flex;
            flex-wrap: wrap;
            padding: 20px 0;
        }

        div#mID145974 {
            background: #fff !important;
        }

        .DLFicha {
            padding-right: 0px;
            padding-left: 0px;
        }

        .DLCaracteristicas {
            position: relative;
            top: 0;
            width: 100%;
            height: 46px;
            padding: 0px;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: center;
            justify-content: center;
            align-items: stretch;
            gap: 10px;
        }

            .DLCaracteristicas .item {
                color: var(--font-bg-color);
                font-family: var(--main-font-number);
                font-size: 14px;
                font-weight: 500;
                display: flex;
                flex-direction: row;
                align-items: center;
                align-content: center;
                justify-content: center;
                flex-wrap: nowrap;
                border-right: 1px solid #cecece;
                min-height: 18px;
                height: 18px;
                width: auto;
                text-align: center;
                padding-right: 10px;
                padding-left: 0px;
            }

        .row.CamposColBuscador .col-xs-12.campoBuscador {
            width: 100% !important;
        }

        .Grid-listado {
            margin-top: 0px !important;
            padding: 0;
        }
    }
    /*==============================================================================================
************************************************************************************** DETALLE
===============================================================================================*/
    /****************************************  imagen top  */
    .portadaDetalle {
        margin-top: -100px;
        background-size: cover;
        background-position: center;
    }

        .portadaDetalle:hover {
            cursor: pointer;
        }

    .portadaDetalle, .bloqueEncabezadoAsociacion {
        position: relative;
        height: 500px;
    }

    .bloqueBotonesEncabezado {
        position: absolute;
        top: 520px;
        left: 0px;
        z-index: 99;
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 13px;
    }

        .bloqueBotonesEncabezado .btn {
            position: relative;
            border: 1px solid var(--main-bg-color);
            height: 38px;
            transition: all .4s;
            cursor: pointer;
            background: #fff !important;
            border-radius: 30px;
            color: #000;
            width: auto;
            text-shadow: none;
            font-family: var(--secondary-font);
            font-size: 21px;
            font-weight: 500;
            text-decoration: none;
            padding: 2px 20px;
        }

            .bloqueBotonesEncabezado .btn:hover {
                color: #fff;
                background: #000 !important;
            }

            .bloqueBotonesEncabezado .btn .fa {
                display: none;
            }

    .compartirRedesSociales .btn {
        border: 1px solid var(--main-bg-color);
        height: 38px;
        transition: all .4s;
        cursor: pointer;
        background: #fff !important;
        border-radius: 30px;
        color: #000;
    }

        .compartirRedesSociales .btn:hover {
            background: #000 !important;
            color: #fff;
        }
    /************************************* cabecera info */
    .bloqueTitulos {
        width: 100%;
        padding: 100px 4% 30px 4%;
        position: relative;
        background: #fff;
        border-radius: 3px;
        /* border: 1px solid rgba(var(--main-bg-color-rgb), 0.6); */
        border-bottom: 1px solid #8d8d8da1;
    }

    .tituloPrincipalAsociacion {
        border-bottom: none;
        text-transform: inherit;
        margin-bottom: 5px;
        font-family: var(--main-font);
        font-size: 39px !important;
        color: var(--font-bg-color);
        line-height: 52px;
        font-weight: 500;
    }

.tituloSecundarioAsociacion {
    font-size: 21px;
    margin: 0px 0px 30px 0px;
    font-weight: 500;
    text-transform: uppercase;
    color: #757474;
    font-family: var(--secondary-font);
    line-height: 33px;
}

.caracteristicasBasicasAsociacion {
    width: 100%;
    height: 46px;
    padding: 0 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    height: 18px;
}

    .spanIconosInmuebleBig {
        color: #616161;
        font-family: var(--main-font-number);
        font-size: 14px;
        font-weight: 500;
        height: 18px;
        padding: 0 7px 0 0;
    }

    .bloquePrecios {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
        align-items: center;
        justify-content: flex-end;
        gap: 7px;
        min-height: 134px;
    }

    span.labelPrecioVenta, span.labelPrecioAlquiler {
        color: var(--main-bg-color) !important;
        font-family: var(--secondary-font);
        font-size: 36px;
        font-weight: 600;
    }

    .labelPrecio.labelVenta, .labelPrecio.labelAlquiler {
        font-family: var(--secondary-font);
        font-size: 24px !important;
        display: block;
        color: #616161;
        font-weight: 400;
        text-align: right;
    }

.caracteristicasBasicasAsociacion span {
    font-family: var(--secondary-font);
    font-weight: 500;
    font-size: 20px;
}
    /***************************  bloque info **/
    .tituloBloqueDetalleAsociacion {
        text-align: left;
        margin-bottom: 20px !important;
        padding-top: 40px;
        border-bottom: none;
        text-transform: inherit;
        font-family: var(--main-font);
        font-size: 39px !important;
        color: var(--font-bg-color);
        line-height: 52px;
        font-weight: 500;
    }

        .tituloBloqueDetalleAsociacion:first-child {
            padding-top: 20px;
            border-top: none;
        }

div#GaleriaAbajoAffixFull .tituloBloqueDetalleAsociacion {
    padding-top: 40px;
}

    .mapa .tituloSeccion30 {
        text-align: left;
        font-size: 25px;
        color: #4d4c4c;
        line-height: 27px;
        font-weight: 500;
        font-family: var(--main-font);
        margin-bottom: 20px !important;
        padding-top: 40px;
        /* border-top: 1px solid rgba(var(--main-bg-color-rgb), 0.4);*/
    }

    .IDPropiedadBig {
        border-bottom: none;
        padding-bottom: 6px;
        min-height: 28px;
        display: inline-block;
        width: 100%;
        color: var(--font-bg-color);
        font-size: 22px !important;
        margin: 0px 0px 30px 0px;
        font-weight: 300;
        font-family: var(--secondary-font);
        line-height: 30px;
    }

        .IDPropiedadBig .pull-right {
            color: #0a0a0a;
            font-family: var(--main-font-number);
            font-size: 17px;
            font-weight: 500;
            text-transform: lowercase;
        }

    .IDOtrosDatosBig2Columnas, .IDDescripcionBig {
        padding-top: 0px;
        /* border-bottom: 1px solid rgba(var(--main-bg-color-rgb), 0.4);*/
    }

        .IDDescripcionBig, .IDDescripcionBig p, .IDDescripcionBig div {
            color: var(--font-bg-color);
            line-height: 30px;
            font-weight: 300;
            font-family: var(--secondary-font);
            font-size: 23px !important;
        }
    /*****************/
    div#lightgallery {
        padding-left: 14px;
        padding-right: 14px;
    }

    div#GaleriaAbajoAffixFull a.col-xs-12.col-sm-3 {
        padding-right: 1px;
        padding-left: 1px;
        overflow: hidden;
        height: 150px;
    }

    div#GaleriaAbajoAffixFull img.img-responsive.imagenGaleriaAbajo {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        padding-bottom: 3px;
    }

a#mostrar_mas_imagenes {
    display: block;
    margin-top: 50px !important;
    width: 30%;
    margin: 0 auto;
    border-radius: 30px;
    color: #fff;
    border: 1px solid var(--main-bg-color) #161616;
    font-family: var(--secondary-font);
    font-size: 21px;
    font-weight: 500;
    padding-bottom: 6px;
    padding-top: 6px;
}
    a#mostrar_mas_imagenes:hover {
        color: var(--main-bg-color);
        background-color: #fff !important;
        border: 1px solid var(--main-bg-color);
    }
    /*************************************************** bloque contacto  */
    .LinkAceptarCondiciones {
        font-family: var(--main-font);
        font-size: 12px;
        color: #000;
    }

    .datosOficinaDetalle {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 5px;
    }

.encabezadoContactoAsociacion {
    text-align: center;
    margin-top: 36px;
    padding-bottom: 7px;
    border-bottom: 1px solid rgba(var(--main-bg-color-rgb), 0.4);
    margin-bottom: 15px;
    padding-top: 20px;
    text-transform: inherit;
    font-family: var(--main-font);
    font-size: 39px !important;
    color: var(--font-bg-color);
    line-height: 52px;
    font-weight: 500;
}

.IDContactoAsociacion .enviarContactoAsociacion {
    border-radius: 30px;
    color: #fff;
    background-color: var(--main-bg-color);
    border: 1px solid var(--main-bg-color);
    font-family: var(--secondary-font);
    font-size: 21px;
    font-weight: 500;
}

    .IDContactoAsociacion .enviarContactoAsociacion:hover {
        color: var(--main-bg-color);
        background-color: #fff !important;
        border: 1px solid var(--main-bg-color);
    }

p.ayudaContactoInmuebleAsociacion, .calleInmo {
    color: var(--main-bg-color);
    font-size: 19px;
    font-weight: 500;
    font-family: var(--secondary-font);
    line-height: 33px;
}

p.ayudaContactoInmuebleAsociacion {
    color: var(--main-bg-color);
    font-size: 17px !important;
    font-weight: 400;
    font-family: var(--secondary-font);
    line-height: 22px;
}

    .datosOficinaDetalle a {
        color: var(--main-bg-color);
        font-size: 19px !important;
        margin: 0px 0px 30px 0px;
        font-weight: 400;
        font-family: var(--secondary-font);
        line-height: 22px;
    }

    .nombreInmo {
        color: var(--main-bg-color);
        font-size: 19px;
        font-weight: 500;
        font-family: var(--secondary-font);
        line-height: 33px;
    }

.IDContactoAsociacion .form-control {
    height: 45px;
    border: none;
    border-bottom: 1px solid #000 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.IDContactoAsociacion textarea.form-control {
    height: 125px;
}
    /*  =====================================================
    =            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) {
        .tituloSecundarioAsociacion {
            margin: 8px 0px 16px 0px;
        }

        .tituloPrincipalAsociacion, .tituloSecundarioAsociacion {
            text-align: center;
        }

        .caracteristicasBasicasAsociacion {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: center;
            justify-content: center;
            height: auto;
        }

        .bloqueBotonesEncabezado {
            position: absolute;
            top: 430px;
            left: 0px;
            width: 100%;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: center;
            gap: 2px;
        }

        .labelPrecio.labelVenta, .labelPrecio.labelAlquiler {
            display: inline-block;
        }

        .bloquePrecios {
            min-height: auto;
        }
    }

    @media only screen and (max-width : 767px) {
        .portadaDetalle, .bloqueEncabezadoAsociacion {
            position: relative;
            height: 250px;
        }

        .bloqueBotonesEncabezado {
            top: 180px;
        }

        .tituloPrincipalAsociacion {
            line-height: 32px;
            font-size: 29px !important;
        }

        .tituloSecundarioAsociacion {
            margin: 13px 0px 16px 0px;
        }

        .tituloPrincipalAsociacion, .tituloSecundarioAsociacion {
            text-align: center;
        }

        .caracteristicasBasicasAsociacion {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: center;
            justify-content: center;
            height: auto;
        }

        .bloqueBotonesEncabezado {
            height: 216px;
            position: absolute;
            top: 0;
            left: 0px;
            width: 100%;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
            gap: 2px;
            align-items: flex-end;
            align-content: flex-end;
        }

            .bloqueBotonesEncabezado a {
                height: 33px;
            }

        .labelPrecio.labelVenta, .labelPrecio.labelAlquiler {
            display: none;
        }

        span.labelPrecioVenta, span.labelPrecioAlquiler {
            font-size: 28px;
        }

        .bloquePrecios {
            min-height: auto;
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: flex-start;
            align-items: center;
            justify-content: flex-end;
            gap: 7px;
        }

        .container.bloqueTitulos {
            margin-left: 15px;
            margin-right: 15px;
            padding: 20px;
        }

        .IDOtrosDatosBig2Columnas {
            -webkit-column-count: 1;
            -moz-column-count: 1;
            column-count: 1;
            -webkit-column-gap: 0px;
            -moz-column-gap: 0px;
            column-gap: 0px;
        }

        div#GaleriaAbajoAffixFull a {
            padding-right: 1px;
            padding-left: 1px;
            overflow: hidden;
            height: 150px;
            width: 50%;
        }

            div#GaleriaAbajoAffixFull a.botonMasImagenes.btn-success {
                width: 80%;
                height: 45px;
            }
    }
    /*==============================================================================================
********************************************************************************** INMOBILIARIAS
===============================================================================================*/
.Encabezado.AsociadosContentBG .bannerTopTitle {
    display: block; 
}
/************************************************************* DIRECTIVOS  */
.TXTinicio.BGdirectivos .tituloSeccion span, .BGAsocia .tituloSeccion span {
    text-align: center;
    color: #a06e5c;
    position: relative;
    font-family: var(--secondary-font);
    font-size: 19px;
    line-height: 33px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}
.TXTinicio.BGdirectivos .ItemsContent {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    align-content: flex-start;
    gap: 40px;
    margin-top: 50px;
}
    .TXTinicio.BGdirectivos .ItemsContent .Item {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        width: 30%;
    }
        .TXTinicio.BGdirectivos .ItemsContent .Item .ItemImage {
            width: 100%;
            height: 500px;
            overflow: hidden;
        }
        .TXTinicio.BGdirectivos .ItemsContent .Item .ItemImage img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }
        .TXTinicio.BGdirectivos .ItemsContent .Item .ItemInfo {
            display: flex;
            justify-content: center;
            align-content: flex-start;
            flex-direction: column;
            align-items: center;
        }
            .TXTinicio.BGdirectivos .ItemsContent .Item .ItemInfo h3 {
                font-family: var(--main-font);
                font-size: 33px !important;
                color: #fff;
                line-height: 43px !important;
                font-weight: 500;
            }
            .TXTinicio.BGdirectivos .ItemsContent .Item .ItemInfo span {
                text-align: center;
                color: #a06e5c;
                position: relative;
                font-family: var(--secondary-font);
                font-size: 16px;
                line-height: 33px;
                text-transform: uppercase;
                font-weight: 500;
                letter-spacing: 2px;
                margin-bottom: 15px;
            }
            .TXTinicio.BGdirectivos .ItemsContent .Item .ItemInfo p {
                color: #d2d2d2 !important;
                text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
                font-family: var(--secondary-font) !important;
                font-size: 21px !important;
                line-height: 29px;
                text-align: center;
            }
            /************************************************************* INMOBILIARIAS LISTADO  */
            .inmobiliariasList {
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                justify-content: flex-start;
                align-items: flex-start;
                gap: 20px;
            }

        .inmobiliariasList .item {
            width: 32%;
            min-height: 335px;
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: space-between;
            justify-content: flex-start;
            align-items: stretch;
            gap: 10px;
            color: #848e9f;
            font-family: 'Poppins', sans-serif;
            font-size: 14px;
            font-weight: 300;
            line-height: 20px;
            padding: 20px;
            border: 1px solid rgb(0 54 124 / 9%);
            background: #fff;
        }

            .inmobiliariasList .item .img-asociaList img {
                display: block;
                width: 100%;
                height: 100%;
                object-fit: scale-down;
                max-height: 100px;
                min-height: 100px;
                max-width: 70%;
                margin: 0 auto;
            }

    .box-asociaList h5 {
        font-family: var(--main-font);
        font-size: 21px !important;
        color: #4d4c4c;
        font-weight: 500 !important;
        margin: 0px;
        text-align: center;
    }

    .ListDescripcion {
        max-height: 75px;
        height: 75px;
        overflow: hidden;
    }

        .ListDescripcion p {
            font-family: var(--main-font);
            color: #4d4c4c;
            font-weight: 400;
            font-size: 16px !important;
            line-height: 24px;
            margin: 0px;
        }

    .box-localizacion p {
        font-family: var(--main-font-number);
        color: #4d4c4c;
        font-weight: 500;
        font-size: 13px !important;
        line-height: 17px;
        margin: 0px;
    }

    .BlueLine {
        height: 1px;
        background: var(--main-bg-color);
        width: 90%;
        margin: 0 auto;
        opacity: .5;
    }

    .GreyLine {
        width: 100%;
        height: 1px;
        background: rgb(0 54 124 / 9%);
        text-align: center;
    }
    /************************************************************* INMOBILIARIAS FICHA  */
    .asociadoContent {
        display: flex;
        flex-direction: row;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 80px;
    }

    .box-asociacion-txt {
        width: 60%;
    }

    .box-asociacion-info {
        /*background: #f9f9f9;*/
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
        width: 40%;
        border: 1px solid rgb(0 54 124 / 9%);
    }

        .box-asociacion-info p {
            font-family: var(--main-font);
            color: #4d4c4c;
            font-weight: 400;
            font-size: 16px !important;
            line-height: 24px;
            margin: 0px;
        }

    .box-asociacion-txt h3 {
        font-size: 25px !important;
        color: #4d4c4c;
        line-height: 27px !important;
        font-weight: 500 !important;
        font-family: var(--main-font);
        margin-top: 0px !important;
    }

    .box-asociacion-txt p {
        font-family: var(--main-font);
        color: #4d4c4c;
        font-weight: 400;
        font-size: 16px !important;
        line-height: 27px;
        margin-bottom: 18px !important;
        text-align: justify;
    }

    .box-asociacion-info .asoDireccion p {
        font-family: var(--main-font-number);
        color: #4d4c4c;
        font-weight: 400;
        font-size: 16px !important;
        line-height: 21px;
    }

    .box-asociacion-info .asoWeb a {
        font-family: var(--main-font-number);
        color: #4d4c4c;
        font-weight: 400;
        font-size: 16px !important;
        line-height: 24px;
    }

    .box-asociacion-info .asoImagen {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
    }

        .box-asociacion-info .asoImagen img {
            width: 100%;
            height: 100%;
            object-fit: scale-down;
            max-width: 140px;
        }

    .imagenOficina img {
        width: 100%;
        object-fit: contain;
    }
    /*  =====================================================
    =        Bootstrap 3.3 Media Queries Libres          =
    =====================================================   */
    @media only screen and (min-width : 1200px) {
    }

    @media only screen and (min-width : 992px) and (max-width: 1199px) {
        .inmobiliariasList .item {
            width: 31.9%;
            min-height: 385px;
            padding: 15px;
        }

        .ListDescripcion {
            max-height: 95px;
            height: 95px;
            overflow: hidden;
        }

        .BlueLine {
            width: 100%;
        }
    }

    @media only screen and (min-width : 768px) and (max-width: 991px) {
        .inmobiliariasList .item {
            width: 48%;
            min-height: 385px;
            padding: 15px;
        }

        .ListDescripcion {
            max-height: 95px;
            height: 95px;
            overflow: hidden;
        }

        .BlueLine {
            width: 100%;
        }
        /*********************/
        .col-xs-12.asociadoContent {
            display: flex;
            flex-direction: column-reverse;
            align-content: flex-start;
            justify-content: flex-end;
            align-items: flex-start;
            gap: 0px;
        }

        .box-asociacion-txt p {
            text-align: left;
        }

        .box-asociacion-info {
            margin-bottom: 50px;
        }

        .box-asociacion-info,
        .box-asociacion-txt {
            width: 100%;
        }
    }

    @media only screen and (max-width : 767px) {
        .TXTinicio.BGdirectivos .ItemsContent {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            align-content: center;
            gap: 80px;
            margin-top: 50px;
        }
            .TXTinicio.BGdirectivos .ItemsContent .Item {
                width: 100%;
            }
                .TXTinicio.BGdirectivos .ItemsContent .Item .ItemImage {
                    width: 100%;
                    height: 380px;
                    overflow: hidden;
                }
        /****************************/
        .inmobiliariasList .item {
            width: 100%;
            min-height: auto;
            padding: 15px;
        }

        .ListDescripcion {
            max-height: 95px;
            height: 95px;
            overflow: hidden;
        }

        .BlueLine {
            width: 100%;
        }
        /*********************/
        .col-xs-12.asociadoContent {
            display: flex;
            flex-direction: column-reverse;
            align-content: flex-start;
            justify-content: flex-end;
            align-items: flex-start;
            gap: 0px;
        }

        .box-asociacion-txt p {
            text-align: left;
        }

        .box-asociacion-info {
            margin-bottom: 50px;
            align-items: center;
        }

        .box-asociacion-info,
        .box-asociacion-txt {
            width: 100%;
        }

        .asoWeb {
            width: 100%;
            display: flex;
            justify-content: center;
        }

            .asoWeb .btn {
                color: #fff !important;
                background: var(--main-bg-color);
                padding: 5px 39px !important;
                border: 1px solid var(--main-bg-color);
                border-radius: 12px;
                font-size: 13px !important;
                font-weight: 500 !important;
                transition: all .4s;
                margin-top: 20px;
            }
    }

    /*==============================================================================================
************************************************************************************** ASOCIACION
===============================================================================================*/
    div#pID85139 .ThreePanes {
        margin-bottom: 0px;
        margin-top: 20px;
    }

    .bloqueBannersSliderHome.AsociacionContent {
        height: 60vh;
        background: url(/Portals/inmobiliariasdesalamanca/images/top-asociacion.jpg) center;
        background-size: cover;
    }

        .bloqueBannersSliderHome.AsociacionContent::before {
            content: ' ';
            display: block;
            position: absolute;
            top: 80px;
            left: 0;
            width: 100%;
            height: 60vh;
            background: linear-gradient(to bottom, rgb(4 26 47) 0%, rgb(4 26 47 / 0%) 30%, rgb(4 26 47 / 0%) 70%, rgb(4 26 47 / 80%) 100%);
            opacity: 0.9;
            z-index: 0;
        }

        .bloqueBannersSliderHome.AsociacionContent .bannerTopContainer {
            position: absolute;
            top: 30%;
            left: 0px;
            padding-left: 0;
            z-index: 1;
            width: 100%;
            text-align: center;
        }
    /*******************************************************/
    .TXTiconos p.destacado {
        text-align: center;
        font-size: 24px;
        margin-top: 0px;
        margin: 0px 0px 60px;
        color: #4d4c4c;
        line-height: 27px;
        font-weight: 400;
        font-family: var(--main-font);
    }

    .TXTiconos.PreciosContent .Item {
        display: flex;
        flex-direction: column;
        justify-content: normal;
        align-items: center;
        height: 220px;
        gap: 20px !important;
        padding: 30px 22px 20px 22px;
    }

        .TXTiconos.PreciosContent .Item .imgIcono {
            width: 88px;
            height: 80px;
            position: relative;
            top: 0px;
            left: 0;
            display: flex;
            align-items: center;
            justify-content: space-around;
            flex-wrap: nowrap;
            flex-direction: row;
        }

        .TXTiconos.PreciosContent .Item .txtTitulo {
            font-weight: 700;
            font-size: 15px;
            line-height: 20px;
            text-transform: uppercase;
            color: #5E5E5E;
            text-align: center;
            /* letter-spacing: 0.03em; */
        }

    .TXTiconos.PreciosContent .ItemPrecio {
        text-align: center;
        padding: 5% 0;
    }

        .TXTiconos.PreciosContent .ItemPrecio p.destacado {
            color: var(--secondary-bg-color);
            font-weight: 400;
            font-size: 23px;
            padding-top: 20px;
        }

        .TXTiconos.PreciosContent .ItemPrecio h1 {
            font-size: 40px;
        }

    .TXTiconos.PreciosContent .ItemBoton {
        height: 220px;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .TXTiconos.PreciosContent .Item {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 30px 32px 20px 32px;
        background: #FFFFFF;
        margin-bottom: 30px;
        min-height: 300px;
        border-radius: 3px;
        border: 1px solid #e3e0e0a1;
        -webkit-box-shadow: 4px 2px 10px 0px rgb(0 0 0 / 6%);
        -moz-box-shadow: 4px 2px 10px 0px rgb(0 0 0 / 6%);
        box-shadow: 4px 2px 10px 0px rgb(0 0 0 / 6%);
        gap: 0px !important;
    }

    .TXTiconos .row .ItemContent:nth-child(1) .Item,
    .TXTiconos .row .ItemContent:nth-child(2) .Item,
    .TXTiconos .row .ItemContent:nth-child(3) .Item {
        min-height: 300px !important;
    }

    .TXTiconos .row .ItemContent:nth-child(4) .Item,
    .TXTiconos .row .ItemContent:nth-child(5) .Item,
    .TXTiconos .row .ItemContent:nth-child(6) .Item {
        min-height: 230px !important;
    }

    .TXTiconos p {
        font-family: var(--main-font);
        font-size: 17px;
        color: #4d4c4c;
        line-height: 23px;
        font-weight: 400;
        text-align: center;
    }
    
/*  =====================================================
    =        Bootstrap 3.3 Media Queries Libres          =
    =====================================================   */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .TXTiconos.PreciosContent .Item {
            display: flex;
            flex-direction: column;
            justify-content: normal;
            align-items: center;
            height: 220px;
            gap: 20px !important;
            padding: 30px 12px 20px 12px;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .TXTiconos.PreciosContent .Item {
            height: 190px;
        }

        .TXTiconos .row .ItemContent:nth-child(1) .Item,
        .TXTiconos .row .ItemContent:nth-child(2) .Item,
        .TXTiconos .row .ItemContent:nth-child(3) .Item,
        .TXTiconos .row .ItemContent:nth-child(4) .Item,
        .TXTiconos .row .ItemContent:nth-child(5) .Item,
        .TXTiconos .row .ItemContent:nth-child(6) .Item {
            min-height: 300px !important;
        }

        /*.bloqueBannersSliderHome.AsociacionContent .bannerTopContainer {
            top: 48%;
        }*/

        .bloqueBannersSliderHome .bannerTitle {
            font-size: 48px !important;
            line-height: 46px;
            white-space: normal;
        }
    }

    @media only screen and (max-width: 767px) {
        .bloqueBannersSliderHome.AsociacionContent {
            position: relative;
            height: 30vh;
        }

            .bloqueBannersSliderHome.AsociacionContent::before {
                top: 0px;
                height: 30vh;
            }

            .bloqueBannersSliderHome.AsociacionContent .bannerTopContainer {
                top: 43%;
            }

            .bloqueBannersSliderHome.AsociacionContent .bannerTitle {
                display: none;
            }

        .TXTiconos.PreciosContent.MarginModulo120 {
            padding-top: 0px;
        }

            .TXTiconos.PreciosContent.MarginModulo120 h2 {
                text-align: left;
            }

            .TXTiconos.PreciosContent.MarginModulo120 p.destacado {
                padding: 0;
                text-align: left;
                margin-bottom: 50px;
            }

            .TXTiconos.PreciosContent.MarginModulo120 .Item {
                height: auto;
            }

            .TXTiconos.PreciosContent.MarginModulo120 .ItemPrecio {
                text-align: center;
                padding: 3% 0;
            }

                .TXTiconos.PreciosContent.MarginModulo120 .ItemPrecio h2 {
                    font-size: 40px;
                    text-align: center;
                }

            .TXTiconos.PreciosContent.MarginModulo120 .ItemBoton {
                height: auto;
            }

        .TXTiconos .row .ItemContent:nth-child(1) .Item,
        .TXTiconos .row .ItemContent:nth-child(2) .Item,
        .TXTiconos .row .ItemContent:nth-child(3) .Item,
        .TXTiconos .row .ItemContent:nth-child(4) .Item,
        .TXTiconos .row .ItemContent:nth-child(5) .Item,
        .TXTiconos .row .ItemContent:nth-child(6) .Item {
            min-height: auto !important;
        }

        .TXTiconos.PreciosContent .Item {
            padding: 20px 12px 12px 12px;
        }
    }
    /*==============================================================================================
************************************************************************************** BLOG
===============================================================================================*/
   
    /************************************************************************/

    .NewHome {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: space-between;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 0px;
        height: 390px;
        margin-bottom: 30px;
    }

    .bloqueImagenNoticias {
        width: 100%;
        min-height: 225px;
        height: 225px;
        overflow: hidden;
        background: var(--main-bg-color);
    }

        .bloqueImagenNoticias img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            object-position: center;
            transition: all .4s;
            cursor: pointer;
        }


    .autorNew {
        padding: 10px 0px;
        font-size: 12px;
    }

    .NewHome a {
        text-decoration: none !important;
    }

    .autorNew span:first-child {
        display: none;
    }

    .tituloNew {
        border-bottom: none;
        text-align: left !important;
        height: 55px !important;
        font-family: var(--main-font);
        font-size: 25px;
        color: var(--font-bg-color);
        line-height: 30px;
        font-weight: 500;
        overflow: hidden;
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 15px;
        text-decoration: none;
    }

        .tituloNew:hover {
            color: var(--main-bg-color);
        }

    .textoNew {
        padding: 0px;
    }

        .textoNew, .textoNew p {
            font-weight: 400;
            font-size: 18px !important;
            line-height: 21px;
            height: 86px !important;
            padding: 0px;
            overflow: hidden;
            font-family: var(--secondary-font);
            color: var(--font-bg-color);
        }

    .listadoBlog .NewHome:first-child {
        padding: 0px;
        width: 100%;
        display: flex;
        flex-direction: row;
        max-height: 350px;
        overflow: hidden;
        margin-bottom: 100px;
        align-items: center;
    }

        .listadoBlog .NewHome:first-child .bloqueImagenNoticias {
            width: 70%;
            min-height: 350px;
        }

        .listadoBlog .NewHome:first-child .bloqueInfoNoticias {
            width: 60%;
            padding: 20px 20px 20px 60px;
            display: flex;
            flex-direction: column;
            align-content: flex-start;
            justify-content: center;
            align-items: flex-start;
            height: 350px;
        }

        .listadoBlog .NewHome:first-child .tituloNew {
            height: 83px !important;
            font-size: 35px;
            line-height: 40px;
            color: var(--font-bg-color);
        }

        .listadoBlog .NewHome:first-child .textoNew,
        .listadoBlog .NewHome:first-child .textoNew p {
            font-size: 20px !important;
            height: 95px !important;
            padding: 0px;
            overflow: hidden;
            font-family: var(--secondary-font);
            color: var(--font-bg-color);
            line-height: 23px;
            font-weight: 300;
        }
    /******************************************************************* POST */
.post .imgBlogDetalle {
    position: absolute;
    float: none;
    margin-left: 0;
    margin-bottom: 0;
    padding-top: 0;
    top: 0px;
    z-index: 0;
}
.post .box-noticia {
    position: relative;
    margin-top: -20px;
}
.post .box-image {
    overflow: hidden;
    height: 500px;
    padding: 0px;
    position: relative;
    background: #000;
}
    .post .box-image img {
        max-width: 100%;
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin: 0px;
        opacity: .6;
    }
    .post .box-image .TopTitulo {
        width: 50%;
        margin: 0 auto;
        height: 500px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    .post .box-image h1.tituloNoticia {
        color: #fff;
        font-family: var(--main-font);
        font-size: 45px !important;
        text-transform: inherit;
        font-weight: 500 !important;
        text-align: center;
        line-height: 55px!important;
        margin: 0px;
        position: relative;
        z-index: 1;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
    }
    .post .box-image span.InfoFecha {
        display: flex;
    flex-direction: row;
    margin-top: 15px;
    width: 100%;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.post p.fecha, .post p.autor {
    font-family: var(--main-font-number);
    font-size: 16px;
    color: #fff;
    line-height: 27px;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 0px 7%;
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}
    .post p.autor {
        border-left: 1px solid #fff;
    }
    .post .addthis_inline_share_toolbox {
        padding: 0px;
    }
.post .anterior a, .post .siguiente a {
    position: relative;
    display: flex;
    height: 35px;
    border-radius: 30px;
    color: var(--main-bg-color);
    background-color: #fff;
    width: auto;
    padding: 0 15px;
    text-shadow: none;
    font-family: var(--secondary-font);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid var(--main-bg-color);
    align-items: center;
    justify-content: center;
    align-content: center;
    margin: 10px auto 0 auto;
    gap: 17px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.post p.ResumenTop {
    padding: 40px 40px;
    text-align: left;
    margin-bottom: 50px !important;
    border-left: 1px solid #4d4c4c;
    border-right: 1px solid #4d4c4c;
    font-family: var(--secondary-font);
    font-size: 25px!important;
    color: var(--font-bg-color);
    line-height: 33px;
    font-weight: 400;
    font-style: italic;
}
.post .Resumen {
    padding-top: 50px;
    padding-bottom: 80px;
}
.post p.Resumen {
    padding-top: 0px;
    padding-bottom: 0px;
}
    .post iframe {
        margin: 0 auto;
        display: flex;
    }

    .post img.imagenMenu {
        width: 100%;
        display: block;
        max-width: 80%;
    }
.post .Resumen p {
    text-align: justify;
    font-size: 23px;
    line-height: 32px;
}
    .post .Resumen p b, .post .Resumen p strong {
        font-weight: 600;
    }
.post .Resumen ul {
    list-style: disc;
    padding: 20px 0;
    padding-left: 40px;
}
    /*  =====================================================
    =            Bootstrap 3.3 Media Queries            =
    =====================================================   */
    @media only screen and (min-width : 1200px) {
        .listadoBlog {
            width: 1170px;
            margin: 80px auto;
        }
        .post .col-xs-12.padding0 {
            padding-left: 0px;
            padding-right: 0px;
        }
    }

    @media only screen and (min-width : 992px) and (max-width: 1199px) {
    }

    @media only screen and (min-width : 768px) and (max-width: 991px) {
        .bloqueBannersSliderHome.NoticiasContent {
            height: 40vh !important;
            margin-top: -20px;
            margin-bottom: 50px;
        }

            .bloqueBannersSliderHome.NoticiasContent::before {
                top: 80px;
                height: 40vh;
            }

            .bloqueBannersSliderHome.NoticiasContent .bannerTopContainer {
                top: 150px;
            }
        .post .box-image .TopTitulo {
            width: 70%;
        }
    }

    @media only screen and (max-width : 767px) {
        .listadoBlog {
            width: 100%;
            margin: 80px auto;
            padding: 0 15px;
        }

        .bloqueBannersSliderHome.NoticiasContent {
            height: 30vh !important;
        }

            .bloqueBannersSliderHome.NoticiasContent::before {
                top: auto;
                bottom: 0;
                left: 0;
                height: 30vh !important;
            }

            .bloqueBannersSliderHome.NoticiasContent .bannerTopContainer {
                left: 0px;
                padding-left: 15px;
            }

            .bloqueBannersSliderHome.NoticiasContent .bannerTopTitle {
                font-size: 34px !important;
                letter-spacing: 3px;
                line-height: 35px;
            }

            .bloqueBannersSliderHome.NoticiasContent .bannerTitle {
                font-size: 22px !important;
                font-weight: 800;
                white-space: normal;
                line-height: 23px;
            }

            .bloqueBannersSliderHome.NoticiasContent .bannerTopResumen {
                font-size: 22px !important;
                white-space: normal;
                line-height: 23px;
            }
        /************************/
        .NewHome {
            height: auto;
            margin-bottom: 60px;
        }

        .bloqueImagenNoticias, .listadoBlog .NewHome:first-child .bloqueImagenNoticias {
            min-height: 200px;
            width: 100%;
            max-height: 400px;
            overflow: hidden;
        }

        .listadoBlog .NewHome:first-child .bloqueInfoNoticias {
            width: 100%;
            padding: 0px;
            display: flex;
            flex-direction: column;
            align-content: flex-start;
            justify-content: center;
            align-items: flex-start;
            height: 350px;
        }

        .listadoBlog .NewHome:first-child {
            padding: 0 15px;
            width: 100%;
            display: flex;
            flex-direction: column;
            max-height: 350px;
            overflow: hidden;
            margin-bottom: 60px;
            align-items: flex-start;
            justify-content: flex-start;
            max-height: initial;
        }

            .listadoBlog .NewHome:first-child .tituloNew,
            .tituloNew {
                border-bottom: none;
                text-align: left !important;
                height: 55px !important;
                font-family: var(--main-font);
                font-size: 24px;
                color: var(--font-bg-color);
                line-height: 30px;
                font-weight: 500;
                overflow: hidden;
                padding: 0px;
                margin-top: 0px;
                margin-bottom: 15px;
                text-decoration: none;
            }

            .listadoBlog .NewHome:first-child .textoNew,
            .listadoBlog .NewHome:first-child .textoNew p {
                font-weight: 400;
                font-size: 18px !important;
                line-height: 21px;
                height: 86px !important;
                padding: 0px;
                overflow: hidden;
                font-family: var(--secondary-font);
                color: var(--font-bg-color);
            }

            .listadoBlog .NewHome:first-child .bloqueInfoNoticias {
                height: auto;
            }
        .listadoBlog .NewHome,
        .listadoBlog .NewHome:first-child {
            padding-right: 0px;
            padding-left: 0px;
        }
        .post .box-image {
            height: 400px;
        }
            .post .box-image .TopTitulo {
                width: 100%;
                height: 400px;
            }
        .post .box-image h1.tituloNoticia {
            font-size: 35px !important;
            line-height: 40px !important;
        }
        .post p.ResumenTop {
            padding: 40px 20px;
        }
        .post .Resumen p {
            text-align: justify;
            font-size: 22px !important;
            line-height: 28px;
        }
        .post .Resumen p {
            text-align: left;
            font-size: 21px !important;
            line-height: 26px;
        }
        }
    /*==============================================================================================
************************************************************************************** CONTACTO
===============================================================================================*/
.Encabezado.ContactoContentBG .bannerTopTitle, 
.Encabezado.ContactoContentBG .bannerTopResumen {
    display: block;
    white-space: pre-line;
    text-align: center;
    line-height: 40px;
}

    /**********************************/
    .contactForm {
        background: #f9f9f9;
    }
textarea.form-control {
    height: auto;
    border-color: #000;
}
div#contentFormContacto input.btn-border {
    border: 1px solid var(--main-bg-color);
    padding: 5px 40px;
    width: 140px;
    text-align: center;
    transition: all .4s;
    text-decoration: none;
    margin-right: 15px;
    color: #fff;
    transition: all .4s;
    background-color: var(--main-bg-color) !important;
    display: flex;
    height: 45px;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    align-content: center;
}

        div#contentFormContacto input.btn-border:hover {
            background: var(--main-bg-color) !important;
            color: #fff;
            transition: all .4s;
        }

    label.AceptoCondiciones {
        font-size: 13px;
        font-weight: 500;
    }
div#contentFormContacto span.input-group-addon {
    display: none;
}
div#contentFormContacto .input-group {
    width: 100%;
}
div#contentFormContacto .input-group .form-control {
    width: 100%;
    border: none;
    border-bottom: 1px solid #000 !important;
    box-shadow: none;
    background: transparent !important;
    color: #000;
    padding: 6px 12px;
    border-radius: 0px;
    height: 45px;
}
    /*  =====================================================
    =        Bootstrap 3.3 Media Queries Libres          =
    =====================================================   */
    @media only screen and (max-width : 767px) {
        .bloqueBannersSliderHome.ContactContent {
            position: relative;
            height: 30vh !important;
        }

            .bloqueBannersSliderHome.ContactContent::before {
                top: auto;
                bottom: 0;
                left: 0;
                height: 30vh !important;
            }

            .bloqueBannersSliderHome.ContactContent .bannerTopContainer {
                top: 43%;
                left: 0px;
                padding-left: 15px;
            }

            .bloqueBannersSliderHome.ContactContent .bannerTopTitle {
                font-size: 34px !important;
                letter-spacing: 3px;
                line-height: 35px;
            }

            .bloqueBannersSliderHome.ContactContent .bannerTitle {
                font-size: 22px !important;
                font-weight: 800;
                white-space: normal;
                line-height: 23px;
            }

            .bloqueBannersSliderHome.ContactContent .bannerTopResumen {
                font-size: 22px !important;
                font-weight: 800;
                white-space: normal;
                line-height: 23px;
            }

        .mensajeInfo {
            margin-top: 20px;
        }
        div#mID190411 {
            padding-top: 20px;
            padding-bottom: 40px;
        }
    }

    /*==============================================================================================
************************************************************************************** TIENDA
===============================================================================================*/
    .bloqueBannersSliderHome.TiendaContent {
        height: 60vh;
        /*background: url(/Portals/inmobiliariasdesalamanca/images/top-tienda.jpg) center;*/
        background-size: cover;
    }

    .listadoBlog.AnchoWeb {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

        .listadoBlog.AnchoWeb .bloqueProducto {
            position: relative;
            display: flex;
            flex-direction: row;
            align-content: flex-start;
            align-items: flex-start;
            justify-content: flex-start;
            padding: 0px;
            border: 1px solid #3333331a;
            width: 70%;
            margin: 10px;
            -webkit-box-shadow: 4px 2px 10px 0px rgb(0 0 0 / 5%);
            -moz-box-shadow: 4px 2px 10px 0px rgb(0 0 0 / 5%);
            box-shadow: 4px 2px 10px 0px rgb(0 0 0 / 5%);
            height: 400px;
            border-radius: 4px;
            overflow: hidden;
        }

        .listadoBlog.AnchoWeb .bloqueImagenProducto {
            position: relative;
            top: 0px;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

            .listadoBlog.AnchoWeb .bloqueImagenProducto::before {
                content: ' ';
                display: block;
                position: absolute;
                top: 0px;
                left: 0;
                width: 100%;
                height: 60vh;
                background: linear-gradient(to bottom, rgb(4 14 29 / 10%) 0%, rgb(4 14 29 / 0%) 30%, rgb(4 14 29 / 28%) 50%, rgb(4 14 29 / 88%) 100%);
                z-index: 0;
            }

            .listadoBlog.AnchoWeb .bloqueImagenProducto a {
                display: block;
                height: 100%;
                width: 100%;
                object-fit: cover;
            }

            .listadoBlog.AnchoWeb .bloqueImagenProducto img {
                object-fit: cover;
                width: 100%;
                height: 100%;
                object-position: center;
            }

        .listadoBlog.AnchoWeb .tituloNew {
            font-family: var(--main-font);
            font-size: 20px;
            color: #404040;
            line-height: 20px;
            font-weight: 600;
            overflow: hidden;
        }

        .listadoBlog.AnchoWeb .Descripcion {
            font-family: var(--main-font);
            color: #4d4c4c;
            font-weight: 400;
            font-size: 16px !important;
            line-height: 21px;
            height: 95px !important;
            padding: 0px;
            overflow: hidden;
        }

        .listadoBlog.AnchoWeb .bloqueComprar {
            width: 50%;
            display: flex;
            justify-content: center;
        }

        .listadoBlog.AnchoWeb .BloqueInfoProducto {
            width: 100%;
            height: 100%;
            padding: 20px 20px 0 50px;
            background: transparent;
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .listadoBlog.AnchoWeb .bloqueComprar a {
            color: #fff !important;
            background: var(--main-bg-color);
            padding: 5px 29px !important;
            font-size: 16px !important;
            font-weight: 500 !important;
            margin-top: 20px;
            width: 100%;
        }

        .listadoBlog.AnchoWeb .Descripcion p.TXTDescripcion {
            margin: 0 0 10px;
            font-size: 17px;
            color: #333;
            line-height: 20px;
            font-weight: 500;
        }

        .listadoBlog.AnchoWeb .Descripcion p.TXTPrecio {
            margin: 0 0 10px;
            font-size: 19px;
            color: #333;
            line-height: 20px;
            font-weight: 500;
            font-family: var(--main-font-number);
        }

        .listadoBlog.AnchoWeb .tituloNew {
            font-family: var(--main-font-number);
            height: 43px !important;
            font-size: 18px;
            color: var(--main-bg-color);
            line-height: 20px;
            font-weight: 600;
            overflow: hidden;
            text-transform: uppercase;
            margin-bottom: 10px;
        }
    /*  =====================================================
    =        Bootstrap 3.3 Media Queries Libres          =
    =====================================================   */
    @media only screen and (min-width : 768px) and (max-width: 991px) {
        .listadoBlog.AnchoWeb {
            display: flex;
            flex-wrap: wrap;
            align-content: center;
            justify-content: center;
            align-items: center;
            width: 100%;
        }
    }

    @media only screen and (max-width : 767px) {
        .AnchoWeb {
            width: 100%;
            margin: 0 auto;
        }

        .listadoBlog.AnchoWeb .bloqueProducto {
            display: flex;
            flex-direction: column;
            align-content: center;
            align-items: center;
            justify-content: flex-start;
            border-bottom: 1px solid #3333333b;
            width: 100%;
            height: auto;
            margin: 0px;
        }

        .listadoBlog.AnchoWeb .bloqueImagenProducto {
            width: 100%;
            overflow: hidden;
            margin-bottom: 0px;
        }

        .listadoBlog.AnchoWeb .BloqueInfoProducto {
            width: 100%;
            padding: 20px 15px 0 15px;
        }

        .listadoBlog.AnchoWeb .bloqueImagenProducto img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            object-position: left center;
        }

        .listadoBlog.AnchoWeb .bloqueComprar {
            width: 100%;
            display: flex;
            justify-content: center;
            position: relative;
        }

        .listadoBlog.AnchoWeb .bloqueImagenProducto::before {
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, rgb(4 14 29 / 10%) 0%, rgb(4 14 29 / 0%) 30%, rgb(4 14 29 / 28%) 50%, rgb(4 14 29 / 88%) 100%);
            opacity: .6;
        }

        .listadoBlog.AnchoWeb .Descripcion {
            height: auto !important;
        }

        .listadoBlog.AnchoWeb .bloqueComprar a {
            margin-top: 15px;
        }

        .listadoBlog.AnchoWeb .Descripcion p.TXTDescripcion {
            height: auto;
            max-height: 95px;
        }
    }
    /*==============================================================================================
************************************************************************************** FOOTER
===============================================================================================*/
    div #pie {
        -webkit-box-shadow: inset 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: inset 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
        background: var(--main-bg-color);
        /*border-top: 10px solid var(--main-bg-color);*/
    }

    .pie {
        background: var(--main-bg-color);
        color: #ccc;
        padding: 40px 0 0 0;
        border-top: 12px solid var(--main-bg-color);
    }

    .menuPie img {
       /* filter: invert(1);*/
    }

    .pie .redesSociales.inlineLista {
        width: 50%;
        float: left;
        text-align: left;
    }

    .pie .AsociadosLink.inlineLista {
        width: 50%;
        float: left;
        text-align: right;
    }

    .pie .inlineLista a {
        color: #ccc;
        font-weight: 500;
        font-size: 18px !important;
        padding-right: 8px;
    }

    .subpie {
        background: var(--main-bg-color);
        padding: 5px 0;
    }

        .subpie

        .container {
            border-top: 1px dotted #c5c5c5b0;
        }

    .subpieBloques {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        justify-content: space-between;
    }

        .subpieBloques p, .subpieBloques p a {
            font-family: var(--main-font);
            color: #ccc;
            font-weight: 500;
            font-size: 13px !important;
        }

    /*  =====================================================
    =            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) {
        .pie .row.Direcciones {
            padding: 0;
        }
    }

    @media only screen and (max-width : 767px) {


        .pie .row.Direcciones {
            padding: 0;
        }

        .menuPie {
            padding: 0px;
        }

            .menuPie img {
                width: 80%;
                height: auto;
                object-fit: cover;
                margin-bottom: 40px;
            }

        .bloqueDirecciones {
            border-bottom: 1px solid #ffffff38;
            margin-bottom: 15px;
        }

        .container.txtHomeBlue .icono {
            width: 50px !important;
            display: inline-block !important;
            float: left !important;
        }

        .txtHomeBlue h3 {
            display: inline-block !important;
            width: 80% !important;
            margin-top: 2px !important;
            text-align: left !important;
        }

        div#mID107434 .txtHomeBlue h3 {
            display: inline-block !important;
            float: right !important;
            width: 81% !important;
            text-align: left !important;
        }

        div#mID107438 p {
            text-align: left;
        }

        .panel-heading {
            padding: 10px 0px !important;
        }

        /*Testimonios flechas*/
        .owl-nav {
            display: none;
        }

        .subpieBloques {
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            align-content: center;
            align-items: center;
            justify-content: flex-start;
            padding: 5px;
        }

        .copyright {
            padding: 5px;
            width: 100%;
            display: block;
            text-align: center;
        }

        .subpieBloques p {
            margin: 0px;
            line-height: 17px;
        }
    }




    /**********************************************************************
        **********************************ESTILOS DE LA CABECERA DE GESTIÓN 
        ********************************************************************/


    li.menuAccesoAsociados ul.dropdown-menu.menuBlock a {
        line-height: 1.42857143;
        color: #fff !important;
        white-space: nowrap;
        font-family: var(--secondary-font) !important;
        letter-spacing: 1px;
        font-weight: 500;
        text-transform: inherit;
        font-size: 14px !important;
        background: transparent;
        padding: 3px 9px !important;
        border: none !important;
        border-radius: 0 !important;
        padding: 10px 20px !important;
    }

li.menuAccesoAsociados ul.dropdown-menu.menuBlock span {
    color: #fff !important;
} 
        li.menuAccesoAsociados ul.dropdown-menu.menuBlock a:hover {
            color: #fff !important;
            background-color: #0049b1;
        }
    /*****************************/
.cabeceraGestion {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500!important;
    background-color: #e4e4e4 !important;
    color: #000;
    padding: 15px;
    padding-left: 25px;
    font-size: 20px;
    font-weight: bolder;
    margin-top: -15px;
    border-radius: 10px;
}
    .cabeceraGestion img {
        filter: invert(1);
    }
    .cabeceraGestion div {
        color: #000!important;
    }
    .cabeceraGestion h1 {
        font-family: 'Montserrat', sans-serif;
    }

    div#pID84989 .cabeceraSesion {
        position: absolute;
        top: 70px;
        width: 100%;
    }

.cabeceraSesion {
    background-color: #e4e4e4;
    color: #000;
    font-size: 14px;
    margin-bottom: 50px;
    height: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

    .breadcrumb {
        margin-top: 5px;
        font-family: 'Montserrat', sans-serif;
        background-color: transparent;
        margin-bottom: -10px;
        z-index: 999;
        position: relative;
    }
        .breadcrumb a {
            color: #a06e5c;
            font-weight: 600;
        }
    .fuenteGestion {
        font-family: 'Montserrat', sans-serif;
    }

    .cabeceraCerrarSesion {
        color: #0049b1c9;
        font-size: 14px;
        font-weight: 600;
    }
a.cabeceraCerrarSesion {
    font-family: var(--secondary-font);
    color: #000 !important;
    background: #fff;
    padding: 6px 16px !important;
    border: 1px solid var(--main-bg-color);
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    text-shadow: none;
    transition: all 500ms ease-out;
}
    a.cabeceraCerrarSesion:hover {
        border: 1px solid var(--main-bg-color);
        color: #fff !important;
        background-color: var(--main-bg-color) !important;
        transition: all 500ms ease-out;
    }
    .cabeceraCerrarSesion:hover {
        color: #AAC4F0;
        text-decoration: none;
    }


    /*ESTILOS DEL BLOQUE DE GESTION */
    .bloqueGestion {
        padding: 0px;
        background-color: white;
        border-radius: 5px;
        margin-bottom: 10px;
        -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%);
    }

.bloqueGestionTitulo:hover {
    background-color: #a06e5c;
    transition: all 500ms ease-out;
    color: #fff;
}

    .bloqueGestionTitulo:hover {
        opacity: 0.8;
    }

        .bloqueGestionTitulo:hover .tituloAcceso a {
            color: #fff;
            transition: all 50ms ease-out;
        }

    .bloqueGestionTitulo .tituloAcceso {
        transition: all 500ms ease-out;
    }

.bloqueGestionTitulo {
    background-color: #2c2b2b;
    padding: 15px;
    border-radius: 5px 5px 0px 0px;
    transition: all 500ms ease-out;
}

    .bloqueGestion div {
        display: flex;
        flex-direction: row;
        align-content: flex-end;
        justify-content: flex-start;
        align-items: center;
        text-decoration: none;
    }

        .bloqueGestion div:first-child:hover {
            color: #fff;
        }

.iconoAcceso {
    width: 35px;
    padding-right: 3px;
    border-radius: 10px;
    opacity: 1;
    filter: brightness(500%) sepia(1) saturate(0) contrast(4);
}

    .bloqueGestionTitulo:hover .iconoAcceso {
        color: #fff;
        filter: brightness(1660%) saturate(0%) contrast(900%);
        opacity: 1;
        transition: all 50ms ease-out;
    }
    /*.iconoAcceso:hover {
    color: #fff;
    filter: brightness(1660%) saturate(0%) contrast(900%);
    opacity: 1;
    transition: all 50ms ease-out;
}*/

    .tituloAcceso {
        font-family: 'Montserrat', sans-serif;
        padding-left: 10px;
        font-size: 20px;
        font-weight: 700;
    }

        .tituloAcceso a {
            color: black;
        }

            .tituloAcceso a:hover {
                color: var(--main-bg-color);
                text-decoration: none;
            }

    .descripcionAcceso {
        margin-top: 5px;
        font-family: 'Montserrat', sans-serif;
        padding: 12px;
        font-size: 15px;
        text-align: left;
        min-height: 100px;
        border-top: none;
        line-height: 24px;
    }

div#ContentFichaAsociado .fa-fw {
    width: 20px;
    text-align: center;
    font-size: 20px;
    color: #a06e5c;
}

    div#ContentFichaAsociado .input-group-addon {
        padding: 6px 12px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        color: #3081d1;
        text-align: center;
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #0000001a !important;
        border-radius: 0;
    }

    div#ContentFichaAsociado .input-group .form-control {
        border: none !important;
        border-bottom: 1px solid #0000001a !important;
        box-shadow: none;
        color: #161616;
    }

    label.control-label {
        font-weight: 400;
        color: #161616;
    }

    h2.seccionFormulario {
        background-color: #e4e4e4;
        border-radius: 5px;
        color: var(--main-bg-color);
        margin: 30px auto 30px 0;
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.4em;
        text-align: left;
        padding: 15px;
    }

    .bgGrey {
        background: #f9f9f9;
        padding: 15px;
        border-radius: 5px;
    }

    .marginR15 {
        margin-right: 10px;
    }

    .GroupForm {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        gap: 10px;
        justify-content: stretch;
    }

    .inputForm .Default.reWrapper {
        border: none;
    }

    .inputForm .Default.RadEditor {
        background-color: #f9f9f9;
    }

.tbGestion th {
    background-color: #f3f3f3 !important;
    color: var(--main-bg-color) !important;
    border: 1px solid white;
    border-radius: 3px;
    font-size: 16px !important;
    text-transform: inherit !important;
    font-weight: 600 !important;
    padding: 13px !important;
    text-align: left !important;
}

    table.tbGestion.tbGestionEncabezado {
        border-collapse: collapse;
        border-spacing: 0;
        font-family: var(--secondary-font);
    }

    .detalleAgenda h5 {
        color: var(--main-bg-color);
        font-size: 20px !important;
        background-color: transparent;
        border-radius: 5px;
        margin: 30px auto 0px 0;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        line-height: 1.4em;
        text-align: left;
        padding: 0px;
    }

    .detalleAgenda p {
        margin: 0 0 10px;
        font-family: var(--secondary-font);
        font-size: 17px;
        color: #4d4c4cd1;
        line-height: 25px;
        font-weight: 400;
    }

    .detalleAgenda .button.btn {
        cursor: pointer;
        background: #fff;
        border: 1px solid var(--main-bg-color);
        color: var(--main-bg-color);
        font-weight: 500;
        border-radius: 3px;
        transition: all 500ms ease-out;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        box-shadow: none;
    }

        .detalleAgenda .button.btn:hover {
            border: 1px solid var(--main-bg-color);
            color: #fff;
            background-color: var(--main-bg-color) !important;
            transition: all 500ms ease-out;
        }

    .ProximosEventos {
        margin-top: 130px;
    }

        .ProximosEventos h2 {
            font-family: 'Montserrat', sans-serif;
            background-color: var(--main-bg-color) !important;
            color: white;
            padding: 15px;
            padding-left: 25px;
            font-size: 20px;
            font-weight: bolder;
            margin-top: 10px;
            border-radius: 10px;
        }

    .ListaEventos {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        align-content: center;
        flex-direction: row;
        margin-bottom: 0px;
        margin-top: 50px;
    }

        .ListaEventos a {
            background: #fff;
            border: 1px solid var(--main-bg-color);
            color: var(--main-bg-color);
            box-shadow: none;
            font-weight: 600;
            border-radius: 12px;
            transition: all 500ms ease-out;
            font-family: var(--secondary-font);
            font-size: 14px;
        }

    .DetalleContactoInfo .btn {
        -webkit-appearance: button;
        cursor: pointer;
        border: 1px solid var(--main-bg-color);
        color: var(--main-bg-color);
        font-weight: 500;
        border-radius: 3px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
    }

        .DetalleContactoInfo .btn:hover {
            border: 1px solid var(--main-bg-color);
            color: #fff;
            background-color: var(--main-bg-color) !important;
            transition: all 500ms ease-out;
        }

    .DetalleContactoInfo .item {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 15px;
        margin-top: 30px;
        padding: 30px 20px;
        font-family: var(--secondary-font);
        font-size: 15px;
        font-weight: 400;
    }

        .DetalleContactoInfo .item .AsuntoMensaje {
            color: var(--main-bg-color);
            font-size: 20px !important;
            background-color: transparent;
            border-radius: 5px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 500;
            line-height: 1.4em;
            text-align: left;
            padding: 0px;
        }

        .DetalleContactoInfo .item .FechaMensaje {
            font-family: var(--secondary-font);
            letter-spacing: 1px;
            font-size: 12px;
            border: 1px solid #3333334d;
            padding: 2px 10px;
            border-radius: 5px;
        }

        .DetalleContactoInfo .item .NombreMensaje {
            font-weight: 500;
            color: #1d1d1d;
            font-family: var(--secondary-font);
            font-size: 16px;
        }

            .DetalleContactoInfo .item .NombreMensaje a {
                font-weight: 400;
                color: #000000;
                font-family: var(--secondary-font);
                font-size: 13px;
            }

        .DetalleContactoInfo .item span.labelMensaje {
            font-weight: 600;
            color: #818184;
            font-family: var(--secondary-font);
            font-size: 15px;
        }
    /*ESTILOS PARA ENCABEZADOS DE LAS ZONAS DE GESTIÓN */
    /*Estilos tabla encabezado*/
    .tbGestion th {
        background-color: var(--main-bg-color);
        color: white;
        text-align: center;
        border: 1px solid white;
        border-radius: 3px;
        font-size: 12px;
        text-transform: uppercase;
        padding: 3px;
    }

    /*Estilos tabla celda*/
    .tbGestion td {
        padding: 10px;
    }


    .tbGestion tr {
        border-bottom: 1px solid #e6e6e6;
    }


    /*ESTILOS PARA FORMULARIOS*/

    /*Encabezados formulario*/
    .seccionFormulario {
        background-color: var(--main-bg-color);
        border-radius: 5px;
        color: #fff;
        margin: 0 auto 20px 0;
        font-family: 'Montserrat', sans-serif;
        font-size: 1em;
        font-weight: bold;
        line-height: 1.4em;
        text-align: center;
        padding: 3px;
    }

    .tituloAcceso a {
        color: #fff;
        font-weight: 500;
    }

.btn.btn-border {
    -webkit-appearance: button;
    cursor: pointer;
    transition: all 500ms ease-out;
    font-family: var(--secondary-font);
    color: #000 !important;
    background: #fff;
    padding: 4px 14px !important;
    border: 1px solid var(--main-bg-color);
    border-radius: 18px;
    font-size: 16px;
    font-weight: 500;
    text-shadow: none;
}
    .btn.btn-border:hover {
        border: 1px solid var(--main-bg-color);
        color: #fff !important;
        background-color: var(--main-bg-color) !important;
        transition: all 500ms ease-out;
    }
    div#mID155482 .button:hover {
        background-color: #0049b1d4;
        color: #fff;
        text-decoration: none;
        transition: all 500ms ease-out;
    }
    /*==============================================================================================
************************************************************************************** NOSOTROS
===============================================================================================*/
    .NosotrosCifras.SumamosHome {
        position: relative;
    }

        .NosotrosCifras.SumamosHome::before {
            content: ' ';
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            background: #000000;
            opacity: .6;
            height: 100%;
            width: 100%;
        }
    /****************************** iconos */
    .TXTinicio .iconosSeccion {
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: space-around;
        align-items: center;
        padding-bottom: 60px;
    }

    .iconosSeccion::after {
        content: ' ';
        display: block;
        position: absolute;
        top: 40%;
        bottom: 0;
        left: 10%;
        background: #000;
        opacity: .7;
        height: 1px;
        width: 80%;
        z-index: 0;
    }

    .TXTinicio .iconosSeccion h3 {
        position: relative;
        font-family: var(--secondary-font);
        font-size: 18px;
        line-height: 33px;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 1px;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .TXTinicio .iconosSeccion .iconoItem {
        position: relative;
        border: 1px solid #000;
        border-radius: 50%;
        min-width: 160px;
        min-height: 160px;
        background: #fff;
        initial-letter: 2;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

        .TXTinicio .iconosSeccion .iconoItem .icono1,
        .TXTinicio .iconosSeccion .iconoItem .icono2,
        .TXTinicio .iconosSeccion .iconoItem .icono3,
        .TXTinicio .iconosSeccion .iconoItem .icono4 {
            background-repeat: no-repeat;
            background-size: 70%;
            background-position: center;
            height: 70px;
            width: 70px;
            opacity: .7;
        }

        .TXTinicio .iconosSeccion .iconoItem .icono1 {
            background: url(/Portals/inmobiliariasdecalafell/Images/NosotrosIcono01.png);
            background-repeat: no-repeat;
            background-size: 70%;
            background-position: center;
        }

        .TXTinicio .iconosSeccion .iconoItem .icono2 {
            background: url(/Portals/inmobiliariasdecalafell/Images/NosotrosIcono02.png);
            background-repeat: no-repeat;
            background-size: 70%;
            background-position: center;
        }

        .TXTinicio .iconosSeccion .iconoItem .icono3 {
            background: url(/Portals/inmobiliariasdecalafell/Images/NosotrosIcono03.png);
            background-repeat: no-repeat;
            background-size: 70%;
            background-position: center;
        }

        .TXTinicio .iconosSeccion .iconoItem .icono4 {
            background: url(/Portals/inmobiliariasdecalafell/Images/NosotrosIcono04.png);
            background-repeat: no-repeat;
            background-size: 70%;
            background-position: center;
        }

.TXTinicio .BTNArrowBlack {
    position: relative;
    border: 1px solid var(--main-bg-color);
    height: 45px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: all .4s;
    cursor: pointer;
    background: var(--main-bg-color);
    border-radius: 30px;
    color: #fff;
    min-width: 170px;
    width: auto;
    max-width: 250px;
    margin: 40px auto 0 auto;
    text-shadow: none;
    font-family: var(--secondary-font);
    font-size: 21px;
    font-weight: 500;
    text-decoration: none;
    gap: 15px;
}

        .TXTinicio .BTNArrowBlack:hover {
            color: var(--main-bg-color);
            background: #fff;
        }

        .TXTinicio .BTNArrowBlack img {
            width: 30px;
            -webkit-transition: all 200ms ease-out;
            -moz-transition: all 200ms ease-out;
            -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
        }

        .TXTinicio .BTNArrowBlack:hover img {
            filter: invert(1) !important;
        }

    div#mID188898 {
        background: var(--grey-bg-color);
    }

    .bloquesColoresContent {
        background: var(--grey-bg-color);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        gap: 50px;
        padding: 80px 4%;
    }

        .bloquesColoresContent h1 {
            margin: 0 0 10px;
            font-family: var(--secondary-font);
            font-size: 25px;
            color: var(--font-bg-color);
            line-height: 33px;
            font-weight: 300;
        }

        .bloquesColoresContent .img-item2 {
            width: 50%;
        }

        .bloquesColoresContent .info-item1 {
            width: 70%;
        }
    /*  =====================================================
    =            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) {
    }

    @media only screen and (max-width : 767px) {
        .TXTinicio .iconosSeccion {
            flex-wrap: wrap;
            gap: 30px;
        }

        .iconosSeccion::after {
            display: none;
        }

        .bloquesColoresContent {
            background: var(--grey-bg-color);
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            gap: 20px;
            padding: 40px 20px;
        }

            .bloquesColoresContent .img-item2,
            .bloquesColoresContent .info-item1 {
                width: 100%;
            }
    }
    /*==============================================================================================
************************************************************************************** ASOCIARSE
===============================================================================================*/
    .SeccionAsociarsee .infoContent {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        align-content: flex-start;
        gap: 90px;
    }
.TXTservicios .infoContent {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: center;
    align-items: stretch;
    gap: 0px;
    width: 100%;
}

        .TXTservicios .infoContent::after {
            content: ' ';
            display: block;
            position: absolute;
            top: 10%;
            bottom: 0;
            left: 48%;
            background: #000;
            opacity: .7;
            height: 70%;
            width: 1px;
            z-index: 0;
        }

    .TXTservicios .infoItem:nth-child(odd) {
        position: relative;
        width: 55%;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        padding: 0;
        background: #FFFFFF;
        margin-bottom: 0;
        border-radius: 30px;
        gap: 100px !important;
        align-content: center;
        flex-wrap: nowrap;
        text-align: left;
        left: 45%;
        right: 0%;
        min-height: unset;
        margin-top: -30px;
    }

    .TXTservicios .infoItem:nth-child(even) {
        position: relative;
        width: 51%;
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        align-items: center;
        padding: 0px;
        background: #FFFFFF;
        margin-bottom: 0px;
        border-radius: 30px;
        gap: 100px !important;
        align-content: center;
        text-align: left;
        min-height: unset;
        left: 0%;
        margin-top: -30px;
    }

    .TXTservicios .infoItem img.fotoNew {
        height: 70px;
        width: 70px;
        opacity: .7;
    }

    .TXTservicios .infoItem p {
        font-family: var(--secondary-font);
        font-size: 22px;
        color: var(--font-bg-color);
        line-height: 28px;
        font-weight: 300;
    }

    .TXTservicios .infoItem .numeroitem {
        font-family: var(--main-font);
        font-size: 40px;
        font-weight: 600;
        position: relative;
        border: 1px solid var(--font-bg-color);
        border-radius: 50%;
        width: 80px;
        height: 80px;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        color: var(--font-bg-color);
        padding: 40px;
        background: #fff;
        z-index: 2;
    }

    .TXTservicios .infoItem:nth-child(odd) .numeroitem::after {
        bottom: 0;
        opacity: .7;
        content: "";
        width: 0;
        height: 0;
        display: block;
        position: absolute;
        z-index: 0;
        border: 0;
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent;
        margin-top: -10px;
        top: 40%;
        border-left: 20px solid var(--font-bg-color);
        right: -30px;
    }

    .TXTservicios .infoItem:nth-child(even) .numeroitem::after {
        bottom: 0;
        opacity: .7;
        content: "";
        width: 0;
        height: 0;
        display: block;
        position: absolute;
        z-index: 0;
        border: 0;
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent;
        margin-top: -10px;
        top: 40%;
        border-right: 20px solid var(--font-bg-color);
        left: -30px;
    }
    /*  =====================================================
    =            Bootstrap 3.3 Media Queries            =
    =====================================================   */
    @media only screen and (min-width : 1200px) {
        .TXTservicios .infoItem:first-child {
            margin-top: 30px;
        }
    }

    @media only screen and (min-width : 992px) and (max-width: 1199px) {
        .TXTservicios .infoItem:first-child {
            margin-top: 30px;
        }
    }

    @media only screen and (min-width : 768px) and (max-width: 991px) {
        .SeccionAsociarsee .infoContent {
            display: flex;
            align-content: flex-start;
            justify-content: center;
            align-items: flex-start;
            gap: 10px;
            width: 100%;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .TXTservicios .infoContent {
            display: flex;
            flex-wrap: wrap;
            align-content: flex-start;
            justify-content: center;
            align-items: flex-start;
            gap: 90px;
            width: 100%;
            flex-direction: row;
        }

        .TXTservicios .infoItem:nth-child(odd),
        .TXTservicios .infoItem:nth-child(even) {
            position: relative;
            width: 40%;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center;
            padding: 0;
            background: #FFFFFF;
            margin-bottom: 0;
            border-radius: 30px;
            gap: 50px !important;
            align-content: center;
            flex-wrap: wrap;
            text-align: center;
            left: 0;
            right: 0;
            min-height: auto;
            margin-top: 0px;
        }

        .TXTservicios .infoContent::after {
            display: none;
        }

        .TXTservicios .infoItem:nth-child(even)::after {
            content: ' ';
            display: block;
            position: absolute;
            top: 0px;
            bottom: 0;
            left: -40px;
            background: #000;
            opacity: .5;
            height: 100%;
            width: 1px;
            z-index: 0;
        }

        .TXTservicios .infoItem:nth-child(odd) .numeroitem::after,
        .TXTservicios .infoItem:nth-child(even) .numeroitem::after {
            bottom: 0;
            opacity: .7;
            content: "";
            width: 0;
            height: 0;
            display: block;
            position: absolute;
            z-index: 0;
            border: 0;
            border-top: 20px solid var(--font-bg-color);
            margin-top: 0px;
            top: 110%;
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            left: 26%;
        }
    }

    @media only screen and (max-width : 767px) {
        .SeccionAsociarsee .infoContent {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
            align-content: flex-start;
            gap: 20px;
        }

        .TXTservicios .infoContent {
            display: flex;
            flex-wrap: nowrap;
            align-content: flex-start;
            justify-content: center;
            align-items: flex-start;
            gap: 30px;
            width: 100%;
        }

        .TXTservicios .infoItem:nth-child(odd),
        .TXTservicios .infoItem:nth-child(even) {
            position: relative;
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center;
            padding: 0;
            background: #FFFFFF;
            margin-bottom: 0;
            border-radius: 30px;
            gap: 50px !important;
            align-content: center;
            flex-wrap: wrap;
            text-align: center;
            left: 0;
            right: 0;
            min-height: auto;
            margin-top: 0px;
        }

        .TXTservicios .infoContent::after {
            display: none;
        }

        .TXTservicios .infoItem:nth-child(odd) .numeroitem::after,
        .TXTservicios .infoItem:nth-child(even) .numeroitem::after {
            bottom: 0;
            opacity: .7;
            content: "";
            width: 0;
            height: 0;
            display: block;
            position: absolute;
            z-index: 0;
            border: 0;
            border-top: 20px solid var(--font-bg-color);
            margin-top: 0px;
            top: 110%;
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            left: 26%;
        }
    }

    /*  =====================================================
    =            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) {
    }

    @media only screen and (max-width : 767px) {
        .TXTinicio.txtHome {
            padding: 50px 0;
        }
        .TXTinicio .tituloSeccion span {
            font-size: 17px;
        }
        div#pID0 .Grid-listado {
            margin-top: 0px !important;
            margin-bottom: 20px !important;
        }
        .enlaceTodasNoticias {
            padding-top: 50px;
        }
        .noticiasHome .itemNews {
            margin-bottom: 30px;
        }
        .TXTinicio .iconosSeccion .iconoItem {
            min-width: 120px;
            min-height: 120px;
        }
            .TXTinicio .iconosSeccion .iconoItem .icono1 {
                background-size: 60%;
            }
        .TXTinicio .iconosSeccion h3 {
            font-size: 13px !important;
            line-height: 13px;
            margin-top: 0px;
            margin-bottom: 10px;
        }
    }