 /******** importa base: Demo1.css ******  INMOANDRA  ***/
 @import url("/DesktopModules/InmoBS3/layouts/css/Demo1.css");
 /***************************************/
/*======
Mobilia
Copyright 2016
 



/*colores paleta
-------------
#242424 - gris
#ae0e2c - rojo
============ */

/** variaciones **/
.copyright a {color:#CF1839}
.cabeceraPagina .logo {width:200px; padding-top:5px; padding-bottom:5px;}
.slide-primary {
	background:rgba(20,20,20,0.8); 
	color:#fff !important;
	-webkit-box-shadow: 10px 10px 18px -5px rgba(0,0,0,0.49);
	-moz-box-shadow: 10px 10px 18px -5px rgba(0,0,0,0.49);
	box-shadow: 10px 10px 18px -5px rgba(0,0,0,0.49);
	}
.slide-secondary {
	background:rgba(255,255,255,0.6); 
	color:#000 !important;
	-webkit-box-shadow: 10px 10px 18px -5px rgba(0,0,0,0.49);
	-moz-box-shadow: 10px 10px 18px -5px rgba(0,0,0,0.49);
	box-shadow: 10px 10px 18px -5px rgba(0,0,0,0.49);
	}
	
.slide-titulo{font-size:30px; }
.slide-subtitulo{font-size:22px;}
.slide-boton a { color: #ffffff !important; }
/********************/
 .tituloSeccion h1, .tituloSeccion h2 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    border-bottom: 1px solid #D6D6D6;
    font-size: 2em !important;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 8px;
    margin-bottom: 15px;
    color: #4f4790;
}
/******** COLOR CABECERA *************/
.cabeceraMenu {background:#191631}
/************************************/
/*********************************************************************************** BOTONES */
.btn-primary {
    color: #fff;
    background-color: #272155;
}
.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: #fff;
    background-color: #5176b9;
    border-color: #a19d9d;
}
.btn-primary:hover {
    color: #fff;
    background-color: #5176b9;
    border-color: #c2bfbf;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #272156;
    text-decoration: none;
    background-color: #c1d1ef;
}
/*==============================================================================================
************************************************************************************** CABECERA
===============================================================================================*/

/* NO TOCAR */
.cabeceraContainer {
    position: relative;
    /*max-height: 98px;*/	
}
.cabeceraContainer .cabeceraLogo {
    position: absolute;
    top: 3px;
    left: 0px;
}
.cabeceraContainer .cabeceraLogo a {
    width: 100px;
    height: 50px;
    display: block;
}
.cabeceraContainer .cabeceraLogo a img {
    height: auto;
    width: 100%;
    object-fit: contain;
}
/*********************************/
/* TOCAR */
.cabeceraMenu.affix {
    background: #191631;
    min-height: 121px;
}
.cabeceraContainer .cabeceraMenu.affix .cabeceraLogo {
    position: absolute;
    top: -4px;
    left: -70px;
	/*transform: scale(2.5);*/
}
#pID0 .cabeceraContainer {
	background: #191631;
	z-index: 9;
}
.cabeceraContainer {
	background: transparent;
	z-index: 9;
}
.cabeceraContainer .cabeceraLogo {
    /*transform: scale(2.5);*/
	position: absolute;
    top: -34px;
    left: -70px;
}
.cabeceraContainer .cabeceraLogo a {
    width: 79% !important;
    height: auto !important;
}

.cabeceraPagina {
    background: #191631;
    color: #191631;
}
.datosCabecera {
    margin-top: 4px;
    height: 25px;
	color: #fff;
}
.datosCabecera a {
        color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
	
}
.cabeceraMenu {
    background: transparent;
	min-height: 90px;
}
#pID0 .cabeceraMenu {
	background: #191631;
	min-height: 90px;
	
}
.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: 1px solid transparent;
    padding: 1px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	    background: transparent;
}
.navbar {
    margin-top: 0px;
}
.navbar-default .navbar-collapse {
    float: right;
}
.cabeceraContainer .cabeceraMenu.affix ul.nav.navbar-nav.anim {
    margin-top: 31px;
}
.navbar-nav>li>a {
    padding-top: 55px;
    padding-bottom: 0px;
    /* line-height: 20px; */
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    text-shadow: 0 1px 2px rgb(0 0 0 / 83%);
    font-weight: 400;
    padding-bottom: 13px;
    letter-spacing: 4px;
}
.cabeceraMenu.affix .navbar-default .navbar-nav>li>a {
    color: #fff;
    text-shadow: none;
}
.cabeceraMenu.affix .navbar-default .navbar-nav>li>a:hover, .cabeceraMenu.affix .navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent;
    box-shadow: inset 0px -2px 0px #f4d758;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent;
    box-shadow: inset 0px -2px 0px #f4d758;
}
.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 {
    color: #fff;
    background-color: transparent;
    box-shadow: inset 0px -2px 0px #f4d758;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: transparent;
    box-shadow: inset 0px -2px 0px #f4d758;
}

/****************************************************************** memu desplegable */

.navbar-nav>li>.dropdown-menu {
    margin-top: -3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: none;
    box-shadow: none;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
        color: #fff;
    background-color: transparent;
}
.navbar-nav .dropdown-menu>li>a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.navbar-nav .dropdown-menu>li>a:hover, .navbar-nav .dropdown-menu>li>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #27457ba8;
}


/*  =====================================================
    =            Bootstrap 3.3 Media Queries            =
    =====================================================   */
@media only screen and (min-width : 1200px) {
#pID0 .cabeceraContainer .cabeceraMenu .cabecera_titulolg::after  {
    content: 'Encuentra lo que buscas con nosotros';
    width: 100%;
    text-align: center;
    color: #27457b;
    font-size: 45px;
    position: absolute;
    font-family: 'Work Sans', sans-serif;
    font-weight: 200;
    margin-top: 310px;
    background: rgba(255, 255, 255, 0.65);
    border-bottom: solid 1px #77777763;
    transition: opacity .2s ease-in-out, transform .2s ease-in-out;
    opacity: 1;
    transform: translate(0,0);
}
#pID0 .cabeceraContainer .cabeceraMenu.affix .cabecera_titulolg::after  {
	transition:  opacity .2s ease-in-out, transform .2s ease-in-out;
	opacity: 0;
	 transform: translate(0,-70px);
}
.lang-en #pID0 .cabeceraContainer .cabeceraMenu .cabecera_titulolg::after  {
    content: 'The luxury of living in an island inside an island';
    width: 100%;
    text-align: center;
    color: #27457b;
    font-size: 45px;
    position: absolute;
    font-family: 'Work Sans', sans-serif;
    font-weight: 200;
    margin-top: 310px;
    background: rgba(255, 255, 255, 0.65);
    border-bottom: solid 1px #77777763;
    transition: opacity .2s ease-in-out, transform .2s ease-in-out;
    opacity: 1;
    transform: translate(0,0);
}
.lang-en #pID0 .cabeceraContainer .cabeceraMenu.affix .cabecera_titulolg::after  {
	transition:  opacity .2s ease-in-out, transform .2s ease-in-out;
	opacity: 0;
	 transform: translate(0,-70px);
}	
}

@media only screen and (min-width : 992px) and (max-width: 1199px) {
#pID0 .cabeceraContainer .cabeceraMenu .cabecera_titulolg::after  {
    content: 'El lujo de vivir en una isla dentro de una isla';
    width: 100%;
    text-align: center;
    color: #27457b;
    font-size: 45px;
    position: absolute;
    font-family: 'Work Sans', sans-serif;
    font-weight: 200;
    margin-top: 310px;
    background: rgba(255, 255, 255, 0.65);
	border-bottom: solid 1px #77777763;
	transition:  opacity .2s ease-in-out, transform .2s ease-in-out;
	opacity: 1;
	 transform: translate(0,0);
}
#pID0 .cabeceraContainer .cabeceraMenu.affix .cabecera_titulolg::after  {
	transition:  opacity .2s ease-in-out, transform .2s ease-in-out;
	opacity: 0;
	 transform: translate(0,-70px);
}
.lang-en #pID0 .cabeceraContainer .cabeceraMenu .cabecera_titulolg::after  {
    content: 'The luxury of living in an island inside an island';
    width: 100%;
    text-align: center;
    color: #27457b;
    font-size: 45px;
    position: absolute;
    font-family: 'Work Sans', sans-serif;
    font-weight: 200;
    margin-top: 310px;
    background: rgba(255, 255, 255, 0.65);
	border-bottom: solid 1px #77777763;
	transition:  opacity .2s ease-in-out, transform .2s ease-in-out;
	opacity: 1;
	 transform: translate(0,0);
}
}

@media only screen and (min-width : 768px) and (max-width: 991px) {
	.cabeceraContainer {
    background: #191631;
    z-index: 9;
}
.navbar-collapse {
    overflow: hidden;
}
#pID0 .cabeceraContainer .cabecera_titulosm::after {
    content: ' ';
	display: none;
}
	.cabeceraContainer {
    position: relative;
    max-height: inherit;
}
	.cabeceraContainer .cabeceraLogo {
    position: absolute;
    top: -35px;
    left: -70px;
		/*transform: scale(1.5);*/
}
	.cabeceraContainer .cabeceraMenu.affix .cabeceraLogo {
		position: absolute;
    top: -4px;
    left: -38px;
	}
	.cabeceraContainer .cabeceraMenu.affix .cabeceraLogo a {
	    width: 57% !important;
    height: auto !important;	
	}
	.navbar-header {
    min-height: 0px;
}
	.navbar-default .navbar-collapse {
    float: right;
    width: 100%;
	background: transparent;
}
	.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    text-shadow: 0 1px 2px rgb(0 0 0 / 83%);
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 4px;
    text-align: center;
}

}

@media only screen and (max-width : 767px) {
	.cabeceraContainer {
    background: #191631;
    z-index: 9;
}
.navbar-collapse {
    overflow: hidden;
}
#pID0 .cabeceraContainer .cabecera_titulosm::after {
    content: ' ';
	display: none;
}
	.cabeceraContainer {
    position: relative;
    max-height: inherit;
}
.cabeceraContainer .cabeceraLogo {
    position: absolute;
    top: -35px;
    left: -50px;
		/*transform: scale(1.5);*/
}
	.cabeceraContainer .cabeceraMenu.affix .cabeceraLogo {
		position: absolute;
    top: -4px;
    left: -38px;
	}
	.cabeceraContainer .cabeceraMenu.affix .cabeceraLogo a {
	    width: 57% !important;
    height: auto !important;	
	}
	.navbar-header {
    min-height: 0px;
}
	.navbar-default .navbar-collapse {
    float: right;
    width: 100%;
	background: transparent;
}
	.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    text-shadow: 0 1px 2px rgb(0 0 0 / 83%);
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 4px;
    text-align: center;
}
}
/*==============================================================================================
************************************************************************************** SLIDER
===============================================================================================*/
.carousel {
    z-index: 0;
    margin-top: -132px;
}
.carousel-inner .item{
	height: 100%;
    min-height: 700px;
    margin-top: -120px;
}
.carousel .titulo span {
    background: transparent;
    text-align: center;
    font-weight: normal;
    font-size: 40px;
    padding: 0px;
    display: inline-block;
    margin: -30px 60px 0px 0px;
    width: 100%;
    color: #333;
}
.carousel .subTitulo span {
    color: #333;
    background: transparent;
    text-align: center;
    font-size: 37px;
    padding: 10px;
    display: inline-block;
    margin: -40px 60px 15px 0px;
    width: 100%;
    font-weight: 700;
}

/*  =====================================================
    =            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) {
.marginTop-slider {
		display: none;
	}
}
/*==============================================================================================
************************************************************************************** BUSCADOR
===============================================================================================*/
.marginTop-buscador {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -87px;
}
.buscadorPagina .nombreCampo {
    color: #333;
}
#pID0 #collapseBuscador {
	padding: 10px 0;
    position: relative;
    z-index: 8;
    background: rgba(255, 255, 255, 0.75);
    border-bottom: solid 1px #77777763;
    border-top: solid 1px #77777763;
}
#collapseBuscador {
    padding: 10px 0;
    background-color: #ecebeb;
}
.buscadorPagina .nombreCampo {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #251e5d;
    text-transform: uppercase;
}

/*  =====================================================
    =            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) {
	.marginTop-buscador {
		margin-top: -217px;
	}
}
@media only screen and (max-width : 767px) {
	.marginTop-buscador {
		margin-top: 0px;
	}
}
/*==============================================================================================
************************************************************************************* ENCABEZADO
===============================================================================================*/
.top-listado {
    top: -110px;
    position: relative;
    margin-bottom: -110px;
    background: #191631;
}
.bannerTopImage {
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: bottom center;
    opacity: .45;
}
/*==============================================================================================
************************************************************************************** LISTADO
===============================================================================================*/
.DLFichaParent .DLFichaTitulo {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    max-height: 76px;
    height: 76px;
    padding: 10px 25px;
    font-size: 1.5em;
    line-height: 1.1em;
    overflow: hidden;
    color: #272156;
}
.DLFichaParent .DLFichaResumen {
    font-weight: normal;
    font-size: 1em;
    padding: 0 34px;
    max-height: 100px;
    height: 100px;
    overflow: hidden;
    color: #777;
}
.DLFichaParent .DLFichaPrecioAlquiler {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    min-height: 20px;
    font-size: 1.6em;
    padding: 10px 30px;
    color: #999;
}
.DLFichaParent .DLFichaPrecioVenta {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    min-height: 20px;
    font-size: 1.6em;
    padding: 10px 30px;
    color: #272156;
}
/*  =====================================================
    =            Bootstrap 3.3 Media Queries            =
    =====================================================   */
@media only screen and (min-width : 1200px) {
#pID52575 .cabeceraContainer .cabeceraMenu .cabecera_titulolg::after  {
    content: 'La mejor solución sólo para ti';
    width: 100%;
    text-align: center;
    color: #191631;
        font-size: 35px;
    line-height: 63px;
    position: absolute;
    font-family: 'Work Sans', sans-serif;
    font-weight: 200;
    margin-top: 96px;
    background: rgba(255, 255, 255, 0.65);
    border-bottom: solid 1px #77777763;
    transition: opacity .2s ease-in-out, transform .2s ease-in-out;
    opacity: 1;
    transform: translate(0,0);
	    z-index: 9999;
}
#pID52575 .cabeceraContainer .cabeceraMenu.affix .cabecera_titulolg::after  {
	transition:  opacity .2s ease-in-out, transform .2s ease-in-out;
	opacity: 0;
	 transform: translate(0,-70px);
}
}

@media only screen and (min-width : 992px) and (max-width: 1199px) {
#pID52575 .cabeceraContainer .cabeceraMenu .cabecera_titulolg::after  {
    content: 'La mejor solución sólo para ti';
    width: 100%;
    text-align: center;
    color: #191631;
        font-size: 35px;
    line-height: 63px;
    position: absolute;
    font-family: 'Work Sans', sans-serif;
    font-weight: 200;
    margin-top: 96px;
    background: rgba(255, 255, 255, 0.65);
	border-bottom: solid 1px #77777763;
	transition:  opacity .2s ease-in-out, transform .2s ease-in-out;
	opacity: 1;
	 transform: translate(0,0);
	    z-index: 9999;
}
#pID52575 .cabeceraContainer .cabeceraMenu.affix .cabecera_titulolg::after  {
	transition:  opacity .2s ease-in-out, transform .2s ease-in-out;
	opacity: 0;
	 transform: translate(0,-70px);
}
}

@media only screen and (min-width : 768px) and (max-width: 991px) {
	#pID52575 .cabeceraContainer .cabecera_titulosm::after {
    content: ' ';
    display: none;
}
}
@media only screen and (max-width : 767px) {
	#pID52575 .cabeceraContainer  .cabecera_titulosm::after {
    content: ' ';
    display: none;
}
}
/*==============================================================================================
************************************************************************************ PROMOCIONES
===============================================================================================*/
#pID52586 .ThreePanes {
    margin-bottom: 40px;
    margin-top: 0px;
}


/*==============================================================================================
****************************************************************************************** FOOTER
===============================================================================================*/

.pie {
        background: #fff;
    color: #272156;
    padding-bottom: 20px;
	    -webkit-box-shadow: 0px 0px 10px 0px rgb(216 216 216);
    -moz-box-shadow: 0px 0px 10px 0px rgb(216 216 216);
    box-shadow: 0px 0px 10px 0px rgb(216 216 216);
}
.menuPie {
    padding: 20px 0 5px 0;
    font-size: 1.2em;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
}
.menuPie a {
    padding: 0 20px;
    color: #272156;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 15px;
}
.links a {
    color:#272156;
}
.copyright {
    padding: 20px 0px;
}
.pie .copyright img {
    width: 180px;
}
/*==============================================================================================
**************************************************************************************** DETALLE
===============================================================================================*/
.bloqueInfo {
    background: transparent;
    margin-bottom: 20px;
}
.IDResumen .IDPrecio {
    font-size: 25px;
    font-weight: 500;
    font-family: 'Work Sans', sans-serif;
    color: #272156;
}
.IDContacto {
    background: #ECECEC;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #242424;
    font-family: 'Work Sans', sans-serif;
}
.IDResumen {
    font-size: 14px;
    margin-right: 15px;
    font-family: 'Work Sans', sans-serif;
}
.IDOtrosDatos {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
}
.IDDescripcion {
    padding-top: 17px;
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
}

/*==============================================================================================
**************************************************************************************** CONTACTO
===============================================================================================*/
#pID52578 .ThreePanes {
    margin-bottom: 40px;
    margin-top: 0px;
}
label {
	font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #251e5d;
    text-transform: uppercase;
}
.container.content_contacto h3 {
    display: none;
}
/***************************************************************************************** UBICACION*/

.content_contacto address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
    margin-top: -50px;
    background: #ffffff9e;
    padding: 5px;
}
.dos-columnas {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	-webkit-column-gap: 20px; /* Chrome, Safari, Opera */
    -moz-column-gap: 20px; /* Firefox */
    column-gap: 20px;
}
/*  =====================================================
    =            Bootstrap 3.3 Media Queries            =
    =====================================================   */
@media only screen and (min-width : 1200px) {
#pID52578 .cabeceraContainer .cabeceraMenu .cabecera_titulolg::after  {
    content: 'Contáctanos y te ayudaremos';
    width: 100%;
    text-align: center;
    color: #191631;
    font-size: 35px;
    line-height: 63px;
    position: absolute;
    font-family: 'Work Sans', sans-serif;
    font-weight: 200;
    margin-top: 97px;
    background: rgba(255, 255, 255, 0.65);
    border-bottom: solid 1px #77777763;
    transition: opacity .2s ease-in-out, transform .2s ease-in-out;
    opacity: 1;
    transform: translate(0,0);
}
#pID52578 .cabeceraContainer .cabeceraMenu.affix .cabecera_titulolg::after  {
	transition:  opacity .2s ease-in-out, transform .2s ease-in-out;
	opacity: 0;
	 transform: translate(0,-70px);
}
.lang-en #pID52578 .cabeceraContainer .cabeceraMenu .cabecera_titulolg::after  {
    content: 'An island connected to the world';
    width: 100%;
    text-align: center;
    color: #191631;
    font-size: 45px;
    position: absolute;
    font-family: 'Work Sans', sans-serif;
    font-weight: 200;
    margin-top: 109px;
    background: rgba(255, 255, 255, 0.65);
    border-bottom: solid 1px #77777763;
    transition: opacity .2s ease-in-out, transform .2s ease-in-out;
    opacity: 1;
    transform: translate(0,0);
}
}

@media only screen and (min-width : 992px) and (max-width: 1199px) {
#pID52578 .cabeceraContainer .cabeceraMenu .cabecera_titulolg::after  {
    content: 'Contáctanos y te ayudaremos';
    width: 100%;
    text-align: center;
    color: #191631;
    font-size: 35px;
    line-height: 63px;
    position: absolute;
    font-family: 'Work Sans', sans-serif;
    font-weight: 200;
    margin-top: 97px;
    background: rgba(255, 255, 255, 0.65);
	border-bottom: solid 1px #77777763;
	transition:  opacity .2s ease-in-out, transform .2s ease-in-out;
	opacity: 1;
	 transform: translate(0,0);
}
#pID52578 .cabeceraContainer .cabeceraMenu.affix .cabecera_titulolg::after  {
	transition:  opacity .2s ease-in-out, transform .2s ease-in-out;
	opacity: 0;
	 transform: translate(0,-70px);
}	
	
}

@media only screen and (min-width : 768px) and (max-width: 991px) {
		#pID52578 .cabeceraContainer .cabecera_titulosm::after {
    content: ' ';
    display: none;
}
	.centradoTXT {
    padding: 0px 20px;
}
		.content_contacto address {
    margin-top: -30px;
}
}

@media only screen and (max-width : 767px) {
	#pID52578 .cabeceraContainer  .cabecera_titulosm::after {
    content: ' ';
    display: none;
}
		.centradoTXT {
    padding: 0px 20px;
}
	.content_contacto address {
    margin-top: -50px;
}
	.dos-columnas {
    -webkit-column-count: 1;
    -moz-column-count: 2;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 20px;
    column-gap: 0px;
}
}
/*  =====================================================
    =            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) {

}
