/*** DESHABILITO LA CARACTERISTICA RESPONSIVE ***/
.container{
  max-width: 1000px !important;
  width: 1000px ;
}
.padding0{
  padding: 0;
}

/*** CONSTANTES ***/
.silver-gr{
  background: #fafafa; /* Old browsers */
  background: -moz-linear-gradient(top,  #fafafa 0%, #eaeaea 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fafafa 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fafafa 0%,#eaeaea 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fafafa 0%,#eaeaea 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fafafa 0%,#eaeaea 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}

/*** SLIDER Producto ***/
.galleria-stage{
  background: #BFBFBF none repeat scroll 0% 0%  !important;
}
.galleria-thumbnails-container {
  height: 46px !important;
}
.sin-registros {
  padding: 15px;
  text-align: center;
  border: 2px dashed silver;
  background: #EEE;
  color: black;
}

/** MENSAJE ALERTA **/
.alert-fixed{
  position: fixed;
  width: 50%;
  left: 25%;
  z-index: 9999;
  top: 20px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
}
@media(max-width: 768px){
  .alert-fixed{
    width: 90%;
    left: 5%;
  }
}


/*** CLASES Y ETIQUETAS ***/
.clear{
  display: block;
  clear: both;
}
i.glyphicon{ margin-left: 5px; margin-right: 10px; }
.col-xs-3.img{ padding-right: 0px; }
.col-xs-9{ padding-left: 5px; }
textarea{
  resize: vertical;
  min-height: 93px;
  max-height: 150px;
}
h1{
  padding: 0;
  margin: 0;
  font-size: 12px;
  display: initial;
}


/*** CUERPO Y CONTENEDOR PRINCIPAL ***/
body{
  background: white;
}
body > .container{
  margin: 20px auto;
  padding-bottom: 15px;
  box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px 0px;
  background: white;
  overflow: hidden;
}
a{ color: #000; }
a:hover{ color: #333; }


/*** CABECERA Y MENU ***/
/*** CABECERA Y MENU ***/
.header{
  margin-bottom: 10px;
  /*background-image: url('../images/header-blue.jpg');*/
  background-repeat: no-repeat;
  width: 1000px;
  margin-left: -15px;
  background-position-x: 30px;
}
.header .info {
  float: right;
}
.header .logo{
  max-height: 140px;
  max-width: 300px;
}
.header .menu{
  float: right;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 10px;
  box-shadow: rgba(0 ,0 ,0 , 0.2) 1px 1px 5px 0px;
  overflow: hidden;
}
.header .menu a{
  text-align: center;
  padding: 8px 30px;
  color: white;
  text-decoration: none;
  display: block;
  float: right;
  font-size: 17px;
  transition: 0.2s;
  border-right: 1px solid;
}
.header .menu a:first-child{
  border-right: 0px;
}
.header .menu a:hover{
  background: rgba(0, 0, 0, 0.36);
}
.header .menu a.active{
  background: rgba(255, 255, 255, 0.2);
  font-weight: bold;
}
.header .info{
  margin-top: 10px;
  margin-right: 20px;
}
.header .redes{
  text-align: right;
}
.header .redes img{
  width: 40px;
}
.registro a{
  color: black;
  font-size: 16px;
}
.logo{
  padding: 20px;
}
/*** ANIMACION PRINCIPAL ***/
.slider{
  width: 100%;
  height: 297px;
  overflow: hidden;
  margin: 2px auto;
  box-shadow: rgba(0, 0, 0, 0.9) 0px 0px 5px 0px;
}
.slider > img{
  width: 100%;
}


/*** REGISTROS ***/
.info{
  float: right;
  margin-top: 5px;
  text-align: right;
}
.info > div{
  margin-bottom: 5px;
}
.info > div:first-of-type{
  font-weight: bold;
  font-size: 18px;
}
.info > div > i{
  background: white;
  padding: 5px;
  border-radius: 50px;
  box-shadow: rgba(70, 70, 70, 0.5) 1px 1px 2px 0px,
    inset rgba(138, 138, 138, 0.5) -6px -8px 6px -10px;
  font-size: 14px;
}

.col-xs-4 > div{
  background: #F1F1F1;
  padding: 10px;
}
.col-xs-4 .title{
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.col-xs-4 p{
  padding: 0px;
  margin: 0;
  margin-top: 10px;
  font-weight: bold;
}
.col-xs-4 p:last-of-type{
  padding-bottom: 10px;
}
.col-xs-4 button{
  margin-bottom: 10px;
}

.sociales{
  display: table;
  margin: auto;
  width: 100%;
  margin-top: 10px;
}
.sociales a{
  display: table-cell;
  text-align: center;
}
.sociales a img{
  width: 50px;
}

.records{
  
}
.records > .record{
  margin-top: 30px;
  padding: 10px 0px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
  overflow: hidden;
}
.records > .record .title{
  color: #000;
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: -10px;
  padding: 5px 10px;
  margin-right: -15px;
}
.records > .record .details{
  font-size: 12px;
  text-align: justify;
}
.records > .record .img img{

}
/**** BUSCADOR****/
.titulo2{
  padding: 7px;
  color: #FFF;
  text-align: center;
  border-radius: 5px;
}
/***** Principal *******/
.principal{
  padding: 15px;
  padding-right: 0px;
  padding-top: 0px;
}
/***** SECCION *********/
.seccion h2{
  margin-top: -10px;
border-bottom: 1px solid rgb(214, 214, 214);
margin-bottom: 20px;
}
/**** Articule Bloque ******/

.linea-puntiada{
  border-right: 1px dashed #ddd;
}
article{
  box-shadow: gray 2px 3px 16px -5px;
}
article.bloque{
  margin-bottom: 20px;
  margin-top: 0px;
  border-radius: 0px 0px 10px 10px;

}

article.bloque .contenido{
  padding: 5px;
  border-radius: 0px 0px 10px 10px;
  border: 1px solid rgb(216, 216, 216);
  
}
article.bloque .titulo{
  width: 100%;
  font-weight:normal;
  color: rgb(241, 241, 241);
  font-size: 20px;
  margin-bottom: 0px;

  /*float: left;*/
  

  border-radius: 5px 5px 0px 0px;
  margin-top: 0px;
  padding: 3px 10px;
  
  text-align: left;
  padding-left: 15px;
}
article.bloque img{
  float: left;
  margin: 0 10px 10px 0;
}
article.bloque span{

}

/*** GALERIA ***/
.gallery{
  height: 160px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.gallery > div{
  width: 940px;
  margin: auto;
  text-align: center;
}
.gallery > div > a{
  margin-right: 22px;
  text-decoration: none;
}
.gallery > div > a:last-of-type{
  margin-right: 0;
}

/**** Articule Producto ******/
article.producto .titulo-item{
  font-size: 18px;
  border-bottom: 1px solid rgb(213, 213, 213);
  margin-top: 0px;
}
article.producto{
 box-shadow: rgba(0, 0, 0, 0.50) 0px 3px 10px 0px;
  
  border: 1px solid rgb(199, 199, 199);
}
article.producto .contenido {
  padding: 5px;
}
article.producto .precio{
  font-size: 19px;
  font-weight: bold;
}
article.producto .texto{
  height: 90px;
}
article.producto .info{
  width: 100%;
  text-align: left;
  padding: 5px 0 0 0 ;
 border-top: 1px solid rgb(213, 213, 213);
}
article.producto .detalle{
  margin-top: 3px;
  font-weight: normal;
}
article.producto .dormitorios{
  padding-bottom: 0px;
  margin-top: 4px;
}
article.producto .btn{
  padding: 2px 15px;
}
article.producto:hover{
  border: 1px solid rgb(29, 85, 168);
  animation:sombra 2s infinite;
  -webkit-animation:sombra 2s infinite; /* Safari and Chrome */
}
article.producto img{
  height: 153px;
  width: 100%;
}
@keyframes sombra
{
0% {box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 10px 0px;}
50% {box-shadow: rgba(0, 0, 0, 0.6) 0px 2px 15px 1px;}
90% {box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 11px 0px;}
}
@-webkit-keyframes sombra
{
0% {box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 10px 0px;}
40% {box-shadow: rgba(0, 0, 0, 0.60) 0px 2px 15px 1px;}
50% {box-shadow: rgba(0, 0, 0, 0.60) 0px 2px 15px 1px;}
90% {box-shadow: rgba(0, 0, 0, 0.4)0px 2px 11px 0px;}
}
/*** Ficha producto ***/
.ficha-producto .titulo{
  width: 100% !important;
  padding: 7px !important;
  text-align: left !important;
}
.ficha-producto h1{
    font-size: 20px;
}
/*** PIE DE PAGINA ***/
.footer{
  font-size: 12px;
  color: black;
  padding: 10px;
}
.footer > div{
  margin: auto;
  text-align: left;
}
.footer > div.title{
  padding: 10px;
  text-align: center;
  color: white;
  margin: 0px -25px 20px -25px;
  font-size: 18px;
  padding: 5px;
}
.footer .agmarketing{
  position: absolute;
  margin-left: 850px;
  margin-top: 10px;
}


@media all and (max-width: 994px){
  .footer .agmarketing{

      margin-top: 13px;
      margin-left: 87%;
      
  }
}


@media all and (max-width: 854px){
.footer .agmarketing{

    margin-top: 13px;
    margin-left: 84%;
    
}
}
@media all and (max-width: 511px){
.footer .agmarketing {
    position: absolute;
    margin-left: 74%;
    margin-top: 44px;
}
}

@media all and (max-width: 387px){
.footer .agmarketing{

    margin-top: 50px;
    margin-left: 66%;
    padding-right: 50px;
}
}
.footer .agmarketing > img{
  height: 25px;
}


/**** CSS MENU ******/
#cssmenu{
  border-radius: 5px;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9999;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: 'Open Sans', Helvetica, sans-serif;
  background: #999999;
  background: -moz-linear-gradient(top, #a8a8a8 0%, #858585 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a8a8a8), color-stop(100%, #858585));
  background: -webkit-linear-gradient(top, #a8a8a8 0%, #858585 100%);
  background: -o-linear-gradient(top, #a8a8a8 0%, #858585 100%);
  background: -ms-linear-gradient(top, #a8a8a8 0%, #858585 100%);
  background: linear-gradient(to bottom, #a8a8a8 0%, #858585 100%);
}
#cssmenu > ul {
  background: url('bg.png');
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.05);
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li > a {
  padding: 18px 25px 21px 25px;
  border-right: 1px solid rgba(80, 80, 80, 0.12);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
  color: #ffffff;
  background: #919191;
  background: rgba(0, 0, 0, 0.1);
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 45px;
}
#cssmenu > ul > li.has-sub > a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #ffffff;
  right: 17px;
  top: 22px;
}
#cssmenu > ul > li.has-sub.active > a::after,
#cssmenu > ul > li.has-sub:hover > a {
  border-top-color: #ffffff;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 60px;
  padding-top: 6px;
  font-size: 13px;
  opacity: 0;
  -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
  -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
  -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
  -o-transition: top 0.2s ease, opacity 0.2s ease-in;
  transition: top 0.2s ease, opacity 0.2s ease-in;
}
#cssmenu > ul > li > ul::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #ffffff;
  top: -4px;
  left: 20px;
}
#cssmenu ul ul ul::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: #ffffff;
  top: 11px;
  left: -4px;
}
#cssmenu > ul > li > ul {
  top: 120px;
}
#cssmenu > ul > li:hover > ul {
  top: 52px;
  left: 0;
  opacity: 1;
}
#cssmenu ul ul ul {
  padding-top: 0;
  padding-left: 6px;
}
#cssmenu ul ul > li:hover > ul {
  left: 180px;
  top: 0;
  opacity: 1;
}
#cssmenu ul ul li a {
  text-decoration: none;
  font-weight: 400;
  padding: 11px 25px;
  width: 180px;
  color: #777777;
  background: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.active > a {
  color: #333333;
}
#cssmenu ul ul li:first-child > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#cssmenu ul ul li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#cssmenu > ul > li > ul::after {
  position: absolute;
  display: block;
}
#cssmenu ul ul li.has-sub > a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #777777;
  right: 17px;
  top: 14px;
}
#cssmenu ul ul li.has-sub.active > a::after,
#cssmenu ul ul li.has-sub:hover > a::after {
  border-left-color: #333333;
}

.letrasM{
text-transform: lowercase;
}
.letrasM:first-letter{
text-transform: uppercase;
}
.contacto{
margin: 5px 0px;
}
.products{
margin: 0 -10px 0 -10px;
}
.barrasuperior{
  padding-left: 0; margin-left: 0px;
}
 .logos {
    max-height: 120px;
    max-width: 260px;
    margin: 0 auto;
}
#menu_select{
display: none;
width: 100%;
height: 32px;
margin: 10px;
}
.buscador-sidebar-responsive{
display: none;

}
.buscador-sidebar{
display: block;

}
@media all and (max-width: 800px), 
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
 only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
   only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), 
   only screen and (min-resolution: 192dpi) and (max-width: 1024px), 
   only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    background: #999999;
  }
  #cssmenu > ul {
   /* display: none;*/
  }

  .menu_w{
    float: left;
    margin-left: 0px;
    width: 100%;
  }
    #cssmenu{
    display: block;
  }
#cssmenu > ul > li > a{
padding: 18px 9px 21px 9px;
  border-right: 1px solid rgba(80, 80, 80, 0.12);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.barrasuperior {
  width: 55%;
}
/*
  #cssmenu > ul.open {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu > ul > li > a {
    padding: 18px 25px 18px 25px;
    border-right: 0;
  }
  #cssmenu > ul > li:hover > a,
  #cssmenu > ul > li.active > a {
    background: rgba(0, 0, 0, 0.1);
  }
  #cssmenu #menu-button {
    display: block;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    padding: 18px 25px 18px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: url('bg.png');
    cursor: pointer;
  }
  #cssmenu ul ul,
  #cssmenu ul li:hover > ul,
  #cssmenu > ul > li > ul,
  #cssmenu ul ul ul,
  #cssmenu ul ul li:hover > ul {
    left: 0;
    top: auto;
    opacity: 1;
    width: 100%;
    padding: 0;
    position: relative;
  }
  #cssmenu ul ul li {
    width: 100%;
  }
  #cssmenu ul ul li a {
    width: 100%;
    box-shadow: none;
    padding-left: 35px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 45px;
  }
  #cssmenu ul ul li:first-child > a,
  #cssmenu ul ul li:last-child > a {
    border-radius: 0;
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    right: 25px;
    top: 18px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    right: 25px;
    top: 28px;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }*/
}






@media all and (max-width: 875px), 
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 875px),
 only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 875px),
  only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 875px),
   only screen and (min-device-pixel-ratio: 2) and (max-width: 875px), 
   only screen and (min-resolution: 192dpi) and (max-width: 875px), 
   only screen and (min-resolution: 2dppx) and (max-width: 875px) {
    #cssmenu{
    display: block;
  }
#cssmenu > ul > li > a{
padding: 18px 9px 21px 9px;
  border-right: 1px solid rgba(80, 80, 80, 0.12);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.barrasuperior {
  width: 55%;
}
    .container{
      
      width: 99%;
    }
.principal,.seccion,.ficha-producto{
    width: 61.667%;
}
.barralateral{
  min-width: 300px;
}
.products{
  margin: 0px 15px;
}
    .item{
      width: 41.333%;
      min-width: 219px;
    }
    .header .logo {
    }
    .logo{
      width: 100%;
    }
    .logo img {
      height: 100%;
width: 100%;
    }
    .text-right {
    margin-right: 25px;  
  }
  .contacto{
margin-right: 25px;
}

}


@media all and (max-width: 768px), 
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px),
 only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px),
  only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 768px),
   only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), 
   only screen and (min-resolution: 192dpi) and (max-width: 768px), 
   only screen and (min-resolution: 2dppx) and (max-width: 768px) {
      #cssmenu{
    display: block;
  }
#cssmenu > ul > li > a{
padding: 18px 9px 21px 9px;
  border-right: 1px solid rgba(80, 80, 80, 0.12);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.barrasuperior {
  width: 55%;
}
    .container{
      
      width: 99%;
    }
.principal,.seccion,.ficha-producto{
    width: 64%;
}
.barrasuperior{
  padding-left: 0; 
  margin-left: 0px;
}
.barralateral{
  min-width: 272px;
}
.products{
  margin: 0px 15px;
}
    .item{
      width: 41.333%;
      min-width: 219px;
    }
       {
    }
    .logo{
      width: 100%;
    }
    .header .logo{
  max-height: 140px;
  max-width: 220px;
}
    .logo img {
     height: 100%;
width: 100%;
    }
    .text-right {
    margin-right: 25px;  
  }
  .contacto{
margin-right: 25px;
}

}


@media all and (max-width: 760px), 
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 760px),
 only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 760px),
  only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 760px),
   only screen and (min-device-pixel-ratio: 2) and (max-width: 760px), 
   only screen and (min-resolution: 192dpi) and (max-width: 760px), 
   only screen and (min-resolution: 2dppx) and (max-width: 760px) {
    #cssmenu{
    display: block;
  }
#cssmenu > ul > li > a{
padding: 18px 9px 21px 9px;
  border-right: 1px solid rgba(80, 80, 80, 0.12);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.barrasuperior {
  width: 55%;
}
             .container{
                
                width: 99%;
              }
          .principal,.seccion,.ficha-producto{
              width: 54%;
          }
          .barrasuperior{
            padding-left: 0; 
            margin-left: 0px;
          }
          .barralateral{
            min-width: 232px;
          }
          .products{
            margin: 0px 15px;
          }

              .item{
                width: 41.333%;
                min-width: 219px;
              }
              .header .logo {
    padding-left: 12%;
   
              }
              .logo{
                width: 100%;
              }
             
              .logos {
    max-height: 100%;
    max-width: 100%;
}
              .text-right {
              margin-right: 25px;  
            }
            .contacto{
          margin-right: 25px;
          }

}

#cssmenu ul ul li a:hover{
  background: rgb(240, 240, 255);
}


#img-vendida-alquilada {
    margin-top: -186px;
}
#img-vendida-alquilada img{
    margin-bottom: -5px;
}
.contenedor-img {
    overflow: hidden;
    height: 151px;
    margin: 4px;
}
#img-hover,.img-hover{
  display: inline-block;
    overflow: hidden;
}
#img-hover:hover{
  /*margin: 4px;*/
}
.home{
    display: none;
    padding: 10px;
  }


@media all and (max-width: 511px), 
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 511px),
 only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 511px),
  only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 511px),
   only screen and (min-device-pixel-ratio: 2) and (max-width: 511px), 
   only screen and (min-resolution: 192dpi) and (max-width: 511px), 
   only screen and (min-resolution: 2dppx) and (max-width: 511px) {
.buscador-sidebar-responsive{
display: block;

}
.buscador-sidebar{
display: none;

}

  #cssmenu{
    display: none;
  }
  #menu_select{
display: block;

}


  .home{
    display: none;
    padding: 10px;
  }

  .header{
    width: 100%;
  }
    .container{
      
      width: 99%;
    }

.responsive-cartel{
  margin-bottom: -32px;
}
.principal,.seccion,.ficha-producto{
    width: 96%;
}
.barrasuperior{
  padding-left: 0; 
  margin-left: 0px;
  width: 100%;
}

.barralateral{
  min-width: 100%;
}
.products{
  margin: 0px 15px;
}
article.producto img {
    width: 100%;
    height: 100%;

            width: 406px;
          }
.contenedor-img {
    height: 100%;

}
#img-vendida-alquilada {
  margin-top: -79%;
height: 310px;
width: 98%;
}

    .item{
      width: 70.333%;
min-width: 100%;
    }
    .header .logo {
    max-height: 100%;
    max-width: 100%;
}
    .logo{
      width: 100%;
    }
    .logo img {
   height: 100%;
width: 100%;
    }
    .text-right {
    margin-right: 25px;  
  }
  .contacto{
display: none;
}

}


@media all and (max-width: 480px), 
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 480px),
 only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 480px),
  only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 480px),
   only screen and (min-device-pixel-ratio: 2) and (max-width: 480px), 
   only screen and (min-resolution: 192dpi) and (max-width: 480px), 
   only screen and (min-resolution: 2dppx) and (max-width: 480px) {
#img-vendida-alquilada {
    margin-top: -85%;}
}
@media all and (max-width: 360px), 
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 360px),
 only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 360px),
  only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 360px),
   only screen and (min-device-pixel-ratio: 2) and (max-width: 360px), 
   only screen and (min-resolution: 192dpi) and (max-width: 360px), 
   only screen and (min-resolution: 2dppx) and (max-width: 360px) {
  #cssmenu{
    display: none;
  }

  .header{
    width: 100%;
  }
    .container{
      
      width: 99%;
    }

.responsive-cartel{
  margin-bottom: -32px;
}
.principal,.seccion,.ficha-producto{
    width: 96%;
}
.barrasuperior{
  padding-left: 0; 
  margin-left: 0px;
}
.barralateral{
  min-width: 100%;
}
.products{
  margin: 0px 15px;
}
article.producto img {
    width: 100%;
    height: 100%;

          }
.contenedor-img {
    height: 100%;

}
#img-vendida-alquilada {
    margin-top: -84%;
    width: 100%;
    height: 200px;
}

    .item{
      width: 70.333%;
min-width: 100%;
    }
    .header .logo {
 
}
    .logo{
      width: 100%;
    }
    .logo img {
     height: 100%;
width: 100%;
    }
    .text-right {
    margin-right: 25px;  
  }
  .contacto{
display: none;
}

}
@media only screen and (max-width: 650px) {
    
    /* Force table to not be like tables anymore */
  #no-more-tables table, 
  #no-more-tables thead, 
  #no-more-tables tbody, 
  #no-more-tables th, 
  #no-more-tables td, 
  #no-more-tables tr { 
    display: block; 
  }
 
  /* Hide table headers (but not display: none;, for accessibility) */
  #no-more-tables thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  #no-more-tables tr { border: 1px solid #ccc; }
 
  #no-more-tables td { 
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee; 
    position: relative;
    padding-left: 10%; 
    white-space: normal;
    text-align:left;
  }
 
  #no-more-tables td:before { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
    text-align:left;
    font-weight: bold;
  }
 
  /*
  Label the data
  */
  #no-more-tables td:before { content: attr(data-title); }
}




.zo{

       overflow: hidden;
    transition: 1.5s ease;
    -moz-transition: 1.5s ease; 
    -webkit-transition: 1.5s ease; 
    -o-transition: 1.5s ease;  


  }
  .zo:hover{
   /* padding: 3px;*/
        overflow: hidden;
    transform : scale(1.5);
    -moz-transform : scale(1.5); 
    -webkit-transform : scale(1.5); 
    -o-transform : scale(1.5); 
    -ms-transform : scale(1.5);  
  }
  .video{
    width: 100%; height: 350px;
    text-align: center;padding: 15px;
  }
  @media print { 
   /* body * { visibility: hidden; }*/
   .no-print,#video{
    visibility: hidden;
    height: 0px;
    width: 0px;}

    .footer .agmarketing {
  
  margin-left: 750px;


}




   .ficha-producto{
       float: center;
       margin: auto;

    text-align: center;

   }
   #map-canvas,#mapa,#map,.print{
    visibility: visible; 
   }
  .section-to-print, .section-to-print * { visibility: visible; }
   .section-to-print { position: absolute; left: 0; top: 0; } 
 }

