/* ------- COLORES ----------- */
/* ------------------------- */
/* ------- MEDIDAS --------- */
.medida-contenido {
  max-width: 1128px;
  margin: 0 auto;
  width: 95%;
  min-width: 730px;
}
.medida-contenido-media {
  max-width: 93%;
  margin: 0 auto;
  width: 93%;
  min-width: 93%;
}
.medida-contenido-top {
  width: 1128px;
  margin: 60px auto 50px;
}
.medida-buscador {
  width: 79%;
}
.altura-drop {
  line-height: 45px;
  height: 45px;
}
.center_absolute {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.center_horizontal {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.close_ico:after,
.close_ico:before {
  content: '';
  position: absolute;
  width: 15px;
  top: 7px;
  right: 0;
  height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.close_ico:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close_ico:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.arrow_bottom {
  content: "";
  display: inline-table;
  vertical-align: middle;
  border-bottom: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow_top {
  content: "";
  display: inline-table;
  vertical-align: middle;
  border-top: 1px solid;
  border-left: 1px solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow_right {
  content: "";
  display: inline-table;
  vertical-align: middle;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow_left {
  content: "";
  display: inline-table;
  vertical-align: middle;
  border-bottom: 1px solid;
  border-left: 1px solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.check_arrow {
  position: absolute;
  border-top: none;
  border-right: none;
  background: transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* ------------------------- */
/* ------- BORDER ---------- */
.border-content {
  border: 1px solid #e2e2e2;
  border-bottom: 3px solid #e2e2e2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* ------------------------- */
/* ------- ACTIONS --------- */
.hover-btn {
  background: #7faf15;
}
.btn-claro {
  background: #90D113;
  color: #FFF;
  cursor: pointer;
  font-weight: bold;
}
.btn-claro a,
.btn-claro p,
.btn-claro span,
.btn-claro input {
  color: #FFF;
  font-weight: bold;
}
.btn-claro:hover {
  background: #7faf15;
}
.btn-claro:hover a,
.btn-claro:hover p,
.btn-claro:hover span,
.btn-claro:hover input {
  color: #333;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
.btn-claro-fit {
  background: #90D113;
  color: #FFF;
  cursor: pointer;
}
.btn-claro-fit a,
.btn-claro-fit p,
.btn-claro-fit span,
.btn-claro-fit input {
  color: #FFF;
}
.btn-claro-fit:hover {
  background: #7faf15;
}
.btn-claro-fit:hover a,
.btn-claro-fit:hover p,
.btn-claro-fit:hover span,
.btn-claro-fit:hover input {
  color: #333;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
.btn-contact-fit {
  background: #fc4c02;
  color: #FFF;
  cursor: pointer;
}
.btn-contact-fit a,
.btn-contact-fit p,
.btn-contact-fit span,
.btn-contact-fit input {
  color: #FFF;
}
.btn-contact-fit:hover {
  background: #e84400;
}
.btn-contact-fit:hover a,
.btn-contact-fit:hover p,
.btn-contact-fit:hover span,
.btn-contact-fit:hover input {
  color: #333;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
.btn-statistics {
  background: #D0F087;
  border-bottom: 2px solid #198e88;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9);
  color: #333;
  cursor: pointer;
  font-weight: bold;
}
.btn-statistics a,
.btn-statistics p,
.btn-statistics span,
.btn-statistics input {
  color: #333;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9);
}
.btn-statistics:hover {
  background: #7faf15;
}
.btn-statistics:hover a,
.btn-statistics:hover p,
.btn-statistics:hover span,
.btn-statistics:hover input {
  color: #333;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
.btn-infonavit {
  background: #E1102C;
  border-bottom: 2px solid #AA2525;
  color: #FFF;
  cursor: pointer;
}
.btn-infonavit a {
  color: #FFF;
}
.btn-infonavit:hover {
  background: #AA2525;
  border-bottom: 2px solid #8E2121;
}
.btn-fovisste {
  background: #2B5F93;
  border-bottom: 2px solid #1D3F71;
  color: #FFF;
  cursor: pointer;
}
.btn-fovisste a {
  color: #FFF;
}
.btn-fovisste:hover {
  background: #1D3F71;
  border-bottom: 2px solid #19375B;
}
/* Nuevos estilos */
/* BOTONES ACTION*/
.gris-gradient {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
}
.negro {
  background: #3b3b3b;
  background: -moz-linear-gradient(top, #3b3b3b 0%, #030303 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b3b3b), color-stop(100%, #030303));
  background: -webkit-linear-gradient(top, #3b3b3b 0%, #030303 100%);
  background: -o-linear-gradient(top, #3b3b3b 0%, #030303 100%);
  background: -ms-linear-gradient(top, #3b3b3b 0%, #030303 100%);
  background: linear-gradient(to bottom, #3b3b3b 0%, #030303 100%);
}
.gris {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
}
.vd-light {
  cursor: pointer;
  background: #95e111;
  background: -moz-linear-gradient(top, #80B214 0%, #95e111 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #80B214), color-stop(100%, #95e111));
  background: -webkit-linear-gradient(top, #80B214 0%, #95e111 100%);
  background: -o-linear-gradient(top, #80B214 0%, #95e111 100%);
  background: -ms-linear-gradient(top, #80B214 0%, #95e111 100%);
  background: linear-gradient(to top, #80B214 0%, #95e111 100%);
  text-shadow: 1px 1px 1px #679910;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 2px 0px #769914;
}
.vd-light:hover {
  color: #333;
  text-shadow: 1px 1px 0px #A7D32F;
  background: #7FAF15;
}
.vd-light:hover p {
  color: #333;
}
.verde-btn {
  background: #95e111;
  background: -moz-linear-gradient(top, #80B214 0%, #95e111 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #80B214), color-stop(100%, #95e111));
  background: -webkit-linear-gradient(top, #80B214 0%, #95e111 100%);
  background: -o-linear-gradient(top, #80B214 0%, #95e111 100%);
  background: -ms-linear-gradient(top, #80B214 0%, #95e111 100%);
  background: linear-gradient(to top, #80B214 0%, #95e111 100%);
  text-shadow: 1px 1px 1px #679910;
}
.gris-header {
  background: #f4f4f4;
  background: -moz-linear-gradient(top, #f4f4f4 87%, #a8a8a8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(87%, #f4f4f4), color-stop(100%, #a8a8a8));
  background: -webkit-linear-gradient(top, #f4f4f4 87%, #a8a8a8 100%);
  background: -o-linear-gradient(top, #f4f4f4 87%, #a8a8a8 100%);
  background: -ms-linear-gradient(top, #f4f4f4 87%, #a8a8a8 100%);
  background: linear-gradient(to bottom, #f4f4f4 87%, #a8a8a8 100%);
}
.gris-btn {
  background: #f9f9f9;
  background: -moz-linear-gradient(top, #f9f9f9 0%, #dadada 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(87%, #f9f9f9), color-stop(100%, #dadada));
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #dadada 100%);
  background: -o-linear-gradient(top, #f9f9f9 0%, #dadada 100%);
  background: -ms-linear-gradient(top, #f9f9f9 0%, #dadada 100%);
  background: linear-gradient(to bottom, #f9f9f9 0%, #dadada 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-bottom: 2px solid #c1c1c1;
}
.gray-header-search {
  background: #f3f3f3;
  background: -moz-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f3f3f3 0%, #ffffff 100%);
}
.vd-obs {
  background: #1ca049;
  background: -moz-linear-gradient(top, #1ca049 0%, #155925 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1ca049), color-stop(100%, #155925));
  background: -webkit-linear-gradient(top, #1ca049 0%, #155925 100%);
  background: -o-linear-gradient(top, #1ca049 0%, #155925 100%);
  background: -ms-linear-gradient(top, #1ca049 0%, #155925 100%);
  background: linear-gradient(to bottom, #1ca049 0%, #155925 100%);
}
.gray-header-search {
  background: #f3f3f3;
  background: -moz-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f3f3f3 0%, #ffffff 100%);
}
.vd-light {
  cursor: pointer;
  background: #95e111;
  background: -moz-linear-gradient(top, #80B214 0%, #95e111 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #80B214), color-stop(100%, #95e111));
  background: -webkit-linear-gradient(top, #80B214 0%, #95e111 100%);
  background: -o-linear-gradient(top, #80B214 0%, #95e111 100%);
  background: -ms-linear-gradient(top, #80B214 0%, #95e111 100%);
  background: linear-gradient(to top, #80B214 0%, #95e111 100%);
  text-shadow: 1px 1px 1px #679910;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 2px 0px #769914;
}
.vd-light:hover {
  color: #333;
  text-shadow: 1px 1px 0px #A7D32F;
  background: #7FAF15;
}
.vd-light-a {
  cursor: pointer;
  background: #95e111;
  background: -moz-linear-gradient(top, #80B214 0%, #95e111 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #80B214), color-stop(100%, #95e111));
  background: -webkit-linear-gradient(top, #80B214 0%, #95e111 100%);
  background: -o-linear-gradient(top, #80B214 0%, #95e111 100%);
  background: -ms-linear-gradient(top, #80B214 0%, #95e111 100%);
  background: linear-gradient(to top, #80B214 0%, #95e111 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 2px 0px #769914;
}
.vd-light-a a {
  color: #fff;
  text-shadow: 1px 1px 1px #679910;
}
.vd-light-a:hover {
  background: #7FAF15;
}
.vd-light-a:hover a,
.vd-light-a:hover span {
  color: #333;
  text-shadow: 1px 1px 0px #A7D32F;
}
.btn-vd-block {
  cursor: pointer;
  background: #90D113;
  color: #fff;
}
.btn-vd-block a,
.btn-vd-block span {
  color: #fff;
}
.btn-vd-block:hover {
  background: #7FAF15;
  color: #333;
  text-shadow: 1px 1px 0px #A7D32F;
}
.btn-vd-block:hover a,
.btn-vd-block:hover span {
  color: #333;
  text-shadow: 1px 1px 0px #A7D32F;
}
.vd-obs-a {
  cursor: pointer;
  background: #1ca049;
  background: -moz-linear-gradient(top, #1ca049 0%, #155925 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1ca049), color-stop(100%, #155925));
  background: -webkit-linear-gradient(top, #1ca049 0%, #155925 100%);
  background: -o-linear-gradient(top, #1ca049 0%, #155925 100%);
  background: -ms-linear-gradient(top, #1ca049 0%, #155925 100%);
  background: linear-gradient(to bottom, #1ca049 0%, #155925 100%);
  box-shadow: 0px 2px 0px #0E3A16;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.vd-obs-a a {
  color: #fff;
  text-shadow: 2px 2px 0 #155925;
}
.vd-obs-a:hover {
  background: #155925;
}
.vd-obs-a:hover a,
.vd-obs-a:hover span {
  color: #90D113;
}
/* SHADOWS */
.shadow-contenido {
  -moz-box-shadow: 0px 0px 4px #a9a9a9;
  -webkit-box-shadow: 0px 0px 4px #a9a9a9;
  box-shadow: 0px 0px 4px #a9a9a9;
}
.shadow-contenido-hover {
  -moz-box-shadow: 0px 0px 4px #696969;
  -webkit-box-shadow: 0px 0px 4px #696969;
  box-shadow: 0px 0px 4px #696969;
}
.shadow-img {
  -moz-box-shadow: 0px 0px 4px #a9a9a9;
  -webkit-box-shadow: 0px 0px 4px #a9a9a9;
  box-shadow: 0px 0px 4px #a9a9a9;
}
.tooltip-light {
  border: 1px solid #e2e2e2;
  border-bottom: 3px solid #e2e2e2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fbfbfb;
  padding: 10px 15px;
}
.tooltip-medium {
  border: 1px solid #e2e2e2;
  border-bottom: 3px solid #e2e2e2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #f6f6f6;
  padding: 10px 15px;
}
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
/* URL */
.gray_scale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(grayscale.svg);
  /* Firefox 4+ */
  filter: gray;
  /* IE 6-9 */
}
.tos-noanimation {
  -webkit-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -o-transition-property: none !important;
  transition-property: none !important;
}
.tos-fastanimation {
  -webkit-transition-duration: 0.2s !important;
  -moz-transition-duration: 0.2s !important;
  -ms-transition-duration: 0.2s !important;
  -o-transition-duration: 0.2s !important;
  transition-duration: 0.2s !important;
  -webkit-transition-timing-function: ease-out !important;
  -moz-transition-timing-function: ease-out !important;
  -ms-transition-timing-function: ease-out !important;
  -o-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important;
}
.tos-wrapper {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: none;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.tos-wrapper.tos-opened {
  display: block;
}
.tos-wrapper.tos-opening {
  opacity: 1;
}
.tos-wrapper.tos-fixed {
  background-color: black;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
}
.tos-wrapper.tos-inline {
  position: relative;
}
.tos-slider {
  white-space: nowrap;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
.tos-wrapper.tos-fx-slide .tos-slider {
  left: 0;
  -webkit-transition: left 0.4s ease;
  -moz-transition: left 0.4s ease;
  -ms-transition: left 0.4s ease;
  -o-transition: left 0.4s ease;
  transition: left 0.4s ease;
}
.tos-wrapper.tos-fx-slide.tos-fixed .tos-slider {
  position: absolute;
}
.tos-wrapper.tos-fx-fade .tos-slider {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.tos-uibg {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.tos-desktop .tos-wrapper:hover .tos-uibg,
.tos-touch .tos-wrapper.tos-hover .tos-uibg {
  opacity: 1;
}
.tos-slide {
  -webkit-overflow-scrolling: touch;
  line-height: 1px;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.tos-slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.tos-slide.tos-loading > * {
  opacity: 0;
}
.tos-slide > * {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.tos-slide > * {
  vertical-align: middle;
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  box-sizing: border-box;
  height: initial;
}
.tos-slide.tos-html > div {
  -webkit-overflow-scrolling: touch;
  white-space: normal;
  text-align: left;
  line-height: 1.5;
}
.tos-slide.tos-html > div * {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}
.tos-wrapper.tos-fill .tos-slide.tos-image > img {
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
}
.tos-wrapper.tos-fixed .tos-slide.tos-html > div {
  background-color: white;
  color: #333333;
  box-sizing: border-box;
  display: inline-block;
  padding: 40px;
  overflow: auto;
}
.tos-desktop .tos-wrapper.tos-fixed {
  background-color: rgba(0, 0, 0, 0.85);
}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit .tos-slide {
  padding: 20px;
}
/*
jQuery Touch Optimized Sliders "R"Us
Buttons addon
*/
.tos-prev,
.tos-next,
.tos-close {
  background: black;
  border-radius: 3px;
  opacity: 0;
  display: block;
  width: 40px;
  position: absolute;
  z-index: 1;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.tos-prev,
.tos-next {
  height: 80px;
  margin-top: -40px;
  top: 50%;
}
.tos-prev.tos-disabled,
.tos-next.tos-disabled {
  cursor: default;
}
.tos-prev {
  left: 20px;
}
.tos-next {
  right: 20px;
}
.tos-close {
  height: 40px;
  top: 20px;
  right: 20px;
}
.tos-desktop .tos-wrapper:hover .tos-prev,
.tos-desktop .tos-wrapper:hover .tos-next,
.tos-desktop .tos-wrapper:hover .tos-close,
.tos-touch .tos-wrapper.tos-hover .tos-prev,
.tos-touch .tos-wrapper.tos-hover .tos-next,
.tos-touch .tos-wrapper.tos-hover .tos-close {
  opacity: 0.5;
}
.tos-desktop .tos-wrapper:hover .tos-prev:hover,
.tos-desktop .tos-wrapper:hover .tos-next:hover,
.tos-desktop .tos-wrapper:hover .tos-close:hover,
.tos-touch .tos-wrapper.tos-hover .tos-prev:hover,
.tos-touch .tos-wrapper.tos-hover .tos-next:hover,
.tos-touch .tos-wrapper.tos-hover .tos-close:hover {
  opacity: 0.9;
}
.tos-desktop .tos-wrapper:hover .tos-prev.tos-disabled,
.tos-desktop .tos-wrapper:hover .tos-next.tos-disabled,
.tos-desktop .tos-wrapper:hover .tos-close.tos-disabled,
.tos-touch .tos-wrapper.tos-hover .tos-prev.tos-disabled,
.tos-touch .tos-wrapper.tos-hover .tos-next.tos-disabled,
.tos-touch .tos-wrapper.tos-hover .tos-close.tos-disabled {
  opacity: 0.2;
}
.tos-prev span,
.tos-next span,
.tos-close span:before,
.tos-close span:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  margin: -5px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tos-close span:before,
.tos-close span:after {
  width: 6px;
  height: 6px;
  margin-top: -4px;
  margin-left: 0;
  margin-right: 0;
}
.tos-prev span,
.tos-close span:before {
  border-bottom: 3px solid white;
  border-left: 3px solid white;
  left: 50%;
}
.tos-next span,
.tos-close span:after {
  border-top: 3px solid white;
  border-right: 3px solid white;
  right: 50%;
}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-prev .tos-slide,
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-next .tos-slide,
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-close .tos-slide {
  padding-left: 80px;
  padding-right: 80px;
}
.tos-inline {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: inline-block;
  margin: 0;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}
.tos-inline.tos-prev {
  margin-right: -60px;
}
.tos-inline.tos-next {
  margin-left: -60px;
}
.tos-loading .tos-inline {
  opacity: 0 !important;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-prev,
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-next,
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-close {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-prev,
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-next,
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-close {
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  -o-transform: scale(3);
  transform: scale(3);
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-prev,
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-prev {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-next,
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-next {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-close,
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-close {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
/*
jQuery Touch Optimized Sliders "R"Us
Caption addon
*/
.tos-caption {
  color: white;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.tos-caption:after {
  content: '';
  display: block;
  clear: both;
}
.tos-caption > div {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  float: left;
}
.tos-caption > div:last-child {
  float: right;
  margin-right: -2px;
}
.tos-desktop .tos-wrapper:hover .tos-caption,
.tos-touch .tos-wrapper.tos-hover .tos-caption {
  opacity: 1;
}
.tos-wrapper .tos-caption {
  line-height: 20px;
  font-size: 15px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  height: 40px;
}
.tos-wrapper.tos-has-caption .tos-uibg {
  height: 100px;
}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-caption .tos-slide {
  padding-bottom: 60px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-caption {
  line-height: 40px;
  font-size: 30px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
  height: 80px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-caption .tos-uibg {
  height: 200px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-caption {
  line-height: 60px;
  font-size: 45px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
  height: 120px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-caption .tos-uibg {
  height: 300px;
}
/*
jQuery Touch Optimized Sliders "R"Us
Drag addon
*/
.tos-wrapper.tos-fx-slide .tos-slider {
  -webkit-transition-property: left, margin;
  -moz-transition-property: left, margin;
  -ms-transition-property: left, margin;
  -o-transition-property: left, margin;
  transition-property: left, margin;
}
/*
jQuery Touch Optimized Sliders "R"Us
Pagination addon
*/
.tos-pagination {
  text-align: center;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.tos-pagination a {
  display: inline-block;
}
.tos-pagination.tos-bullets a {
  background-color: rgba(255, 255, 255, 0.2);
}
.tos-pagination.tos-bullets a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.tos-pagination.tos-bullets a.tos-selected {
  background-color: rgba(255, 255, 255, 0.9);
}
.tos-desktop .tos-wrapper:hover .tos-pagination,
.tos-touch .tos-wrapper.tos-hover .tos-pagination {
  opacity: 1;
}
.tos-wrapper .tos-pagination:before,
.tos-wrapper .tos-pagination:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 10px;
}
.tos-wrapper.tos-has-bullets .tos-pagination {
  height: 30px;
}
.tos-wrapper.tos-has-bullets .tos-pagination a {
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
.tos-wrapper.tos-has-bullets .tos-caption {
  bottom: 30px;
}
.tos-wrapper.tos-has-bullets .tos-uibg {
  height: 90px;
}
.tos-wrapper.tos-has-bullets.tos-has-caption .tos-uibg {
  height: 130px;
}
.tos-wrapper.tos-has-thumbnails .tos-pagination {
  height: 70px;
}
.tos-wrapper.tos-has-thumbnails .tos-pagination a {
  background-position: center center;
  background-size: cover;
  width: 50px;
  height: 50px;
  margin: 0 5px;
}
.tos-wrapper.tos-has-thumbnails .tos-caption {
  bottom: 70px;
}
.tos-wrapper.tos-has-thumbnails .tos-uibg {
  height: 130px;
}
.tos-wrapper.tos-has-thumbnails.tos-has-caption .tos-uibg {
  height: 170px;
}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-bullets .tos-slide {
  padding-bottom: 50px;
}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-bullets.tos-has-caption .tos-slide {
  padding-bottom: 80px;
}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-thumbnails .tos-slide {
  padding-bottom: 90px;
}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-thumbnails.tos-has-caption .tos-slide {
  padding-bottom: 120px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-pagination:before,
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-pagination:after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 20px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination {
  height: 60px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination a {
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin: 0 10px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-caption {
  bottom: 60px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-uibg {
  height: 180px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets.tos-has-caption .tos-uibg {
  height: 260px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination {
  height: 140px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination a {
  background-position: center center;
  background-size: cover;
  width: 100px;
  height: 100px;
  margin: 0 10px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-caption {
  bottom: 140px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-uibg {
  height: 260px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails.tos-has-caption .tos-uibg {
  height: 340px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-pagination:before,
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-pagination:after {
  content: '';
  display: inline-block;
  width: 60px;
  height: 30px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination {
  height: 90px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination a {
  border-radius: 30px;
  width: 30px;
  height: 30px;
  margin: 0 15px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-caption {
  bottom: 90px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-uibg {
  height: 270px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets.tos-has-caption .tos-uibg {
  height: 390px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination {
  height: 210px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination a {
  background-position: center center;
  background-size: cover;
  width: 150px;
  height: 150px;
  margin: 0 15px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-caption {
  bottom: 210px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-uibg {
  height: 390px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails.tos-has-caption .tos-uibg {
  height: 510px;
}
/*
jQuery Touch Optimized Sliders "R"Us
Html media
*/
.tos-slide .tos-html {
  -webkit-overflow-scrolling: touch;
}
/*
jQuery Touch Optimized Sliders "R"Us
Youtube media
*/
.tos-play {
  background: black;
  opacity: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.tos-play:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.tos-desktop .tos-wrapper:hover .tos-play,
.tos-touch .tos-wrapper.tos-hover .tos-play {
  opacity: 0.5;
}
.tos-desktop .tos-wrapper:hover .tos-play:hover,
.tos-touch .tos-wrapper.tos-hover .tos-play:hover {
  opacity: 0.9;
}
.tos-wrapper .tos-play {
  border-radius: 80px;
  width: 80px;
  height: 80px;
  margin: -40px;
}
.tos-wrapper .tos-play:after {
  border: 20px solid transparent;
  border-left-color: white;
  border-left-width: 30px;
  margin-top: -20px;
  margin-left: -10.5px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-play {
  border-radius: 160px;
  width: 160px;
  height: 160px;
  margin: -80px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-play:after {
  border: 40px solid transparent;
  border-left-color: white;
  border-left-width: 60px;
  margin-top: -40px;
  margin-left: -21px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-play {
  border-radius: 240px;
  width: 240px;
  height: 240px;
  margin: -120px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-play:after {
  border: 60px solid transparent;
  border-left-color: white;
  border-left-width: 90px;
  margin-top: -60px;
  margin-left: -31.5px;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
div blockquote {
  border: 0;
}
.section-content {
  padding: 40px 0;
}
.section-content p {
  color: #333;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
section div.title {
  margin: 0 0 30px 0;
}
section div.title p {
  font-size: 2.8em;
  text-align: center;
}
section div.title span {
  text-align: center;
  font-size: 1.5em;
  display: block;
}
section.features,
section.apps,
section.blog,
section.publish {
  background: #FFF;
}
section.header {
  background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/images/Home/img_web.png") no-repeat center bottom;
  background-size: cover;
}
section.header .top {
  position: relative;
  padding: 0;
  clear: both;
  height: 57px;
}
section.header .top ul {
  display: inline-table;
}
section.header .top ul li {
  display: inline-table;
}
section.header .top ul li span {
  color: #FFF;
  font-size: 0.8em;
}
section.header .top ul.social_home {
  float: left;
}
section.header .top ul.social_home li {
  width: 35px;
  height: 35px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
}
section.header .top ul.social_home li a {
  display: block;
  height: 34px;
  color: white;
  text-align: center;
  line-height: 38px;
}
section.header .top ul.social_home li a i {
  font-size: 1.5em;
}
section.header .top ul.social_home li:hover a {
  text-decoration: none;
}
section.header .top ul.social_home li.fb {
  margin: 0 10px 0 0;
}
section.header .top ul.social_home li.fb:hover {
  background: #3b5998;
}
section.header .top ul.social_home li.tw:hover {
  background: #00aced;
}
section.header .top ul.searches {
  background: rgba(0, 0, 0, 0.7);
  float: right;
  padding: 10px;
}
section.header .top ul.searches .show-properties {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  padding-right: 10px;
}
section.header .top ul.searches .show-searches {
  border-left: 1px solid #000;
  padding-left: 10px;
}
section.header .top ul.searches li {
  cursor: pointer;
}
section.header .top ul.searches li i {
  display: block;
  color: white;
  text-align: center;
}
section.header .top ul.searches li:hover span,
section.header .top ul.searches li:hover i {
  color: #95E111;
}
section.header .top div.tooltip-header {
  top: 70px;
}
section.header .top div.tooltip-header p {
  text-align: center;
}
section.header .top div.tooltip-header p.title {
  font-weight: 700;
  font-size: 1.1em;
  margin: 0 0 10px 0;
}
section.header .top div.tooltip-header a.action {
  background: #90D113;
  color: #FFF;
  cursor: pointer;
  font-weight: bold;
  padding: 4px 10px;
  display: block;
  text-align: center;
  width: 100px;
  margin: 10px auto 0;
  font-weight: normal;
}
section.header .top div.tooltip-header a.action a,
section.header .top div.tooltip-header a.action p,
section.header .top div.tooltip-header a.action span,
section.header .top div.tooltip-header a.action input {
  color: #FFF;
  font-weight: bold;
}
section.header .top div.tooltip-header a.action:hover {
  background: #7faf15;
}
section.header .top div.tooltip-header a.action:hover a,
section.header .top div.tooltip-header a.action:hover p,
section.header .top div.tooltip-header a.action:hover span,
section.header .top div.tooltip-header a.action:hover input {
  color: #333;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
section.header .top div.tooltip-header div.arrow {
  margin-top: -27px;
  right: 60px;
}
section.header .top div.tooltip-header div.no-log {
  width: 230px;
}
section.header .top div.tooltip-header div.no-log a {
  background: #90D113;
  color: #FFF;
  cursor: pointer;
  font-weight: bold;
  padding: 4px 10px;
  display: block;
  width: 100px;
  margin: 10px auto 0;
  text-align: center;
}
section.header .top div.tooltip-header div.no-log a a,
section.header .top div.tooltip-header div.no-log a p,
section.header .top div.tooltip-header div.no-log a span,
section.header .top div.tooltip-header div.no-log a input {
  color: #FFF;
  font-weight: bold;
}
section.header .top div.tooltip-header div.no-log a:hover {
  background: #7faf15;
}
section.header .top div.tooltip-header div.no-log a:hover a,
section.header .top div.tooltip-header div.no-log a:hover p,
section.header .top div.tooltip-header div.no-log a:hover span,
section.header .top div.tooltip-header div.no-log a:hover input {
  color: #333;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
section.header .top div.tooltip-header div.list p.title {
  text-shadow: 1px 1px 1px #fff;
  margin: 0 0 8px;
  text-align: left;
}
section.header .top div.tooltip-header div.list p.title a {
  color: #1CA049;
  font-size: 0.8em;
  margin: 0 0 0 10px;
  padding: 0;
  font-weight: normal;
}
section.header .top div.tooltip-header div.list p.title a:hover {
  color: #999;
}
@media screen and (max-width: 800px) {
  section.header .top div.tooltip-header div.list p.title a {
    display: none;
  }
}
section.header .top div.tooltip-header div.list p.more {
  text-align: center;
  padding: 10px 0 0;
  border-top: 1px solid #e2e2e2;
  margin: 0;
}
section.header .top div.tooltip-header div.list p.more a {
  color: #87c815;
  text-shadow: 1px 1px 1px #fff;
  font-weight: bold;
}
section.header .top div.tooltip-header div.list p.more a:hover {
  color: #999;
}
@media screen and (max-width: 800px) {
  section.header .top div.tooltip-header div.list p.more {
    display: none;
  }
}
section.header .top div.tooltip-header div.list div {
  background: #fff;
  border-top: 1px solid #e2e2e2;
  padding: 10px 15px;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
}
section.header .top div.tooltip-header div.list div a {
  padding: 0;
}
section.header .top div.tooltip-header div.list div a img {
  width: 70px;
  margin: 0 10px 0 0;
  float: left;
}
section.header .top div.tooltip-header div.list div a p {
  margin: 0;
  font-size: 0.9em;
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  padding: 0;
  text-align: left;
}
section.header .top div.tooltip-header div.list div a p.sub-title {
  font-size: 1em;
}
section.header .top div.tooltip-header div.list div a p.spec {
  color: #999;
}
section.header .top div.tooltip-header div.list div a p.spec span {
  color: #95E111;
  padding: 0;
}
section.header .top div.tooltip-header div.list div:hover {
  background: #fafafa;
}
section.header .top div.tooltip-header div.list div:hover a p {
  color: #999;
  text-shadow: 1px 1px 1px #fff;
}
section.header .top div.tooltip-header div.list div:hover a p span {
  color: #999;
  text-shadow: 1px 1px 1px #fff;
}
section.header .top div.tooltip-header:before {
  right: 50px;
  left: initial;
}
section.header .top div.properties {
  right: 145px;
}
section.header .top div.properties div.list {
  width: 330px;
}
section.header .top div.flotar {
  position: fixed;
  top: 50px;
  z-index: 9;
}
section.header .top div.flotar.properties {
  margin-right: 193px;
}
section.header .top div.flotar.searches {
  margin-right: 159px;
}
section.header .top div.searches {
  right: 0px;
}
section.header .top div.searches div.list {
  width: 280px;
}
section.header .searching {
  background: rgba(0, 0, 0, 0.65);
  max-width: 900px;
  width: 96%;
  margin: 180px auto 20px;
  padding: 20px 2%;
  vertical-align: bottom;
}
section.header .searching div span.initial {
  font-size: 1.1em;
  position: relative;
  z-index: 2;
}
section.header .searching div span.initial img {
  display: none;
}
section.header .searching div.head-form {
  margin: 0 auto;
  text-align: center;
}
section.header .searching div.head-form div {
  display: inline-table;
  vertical-align: top;
}
section.header .searching div.head-form div h1 {
  text-indent: -9999px;
  background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/Home/new/Logo-Propiedades.svg") no-repeat center center;
  height: 60px;
  background-size: 100%;
  width: 100%;
}
section.header .searching div.head-form div span {
  color: #FFF;
  font-weight: normal;
  display: block;
  font-size: 2.2em;
  text-align: center;
  line-height: 1.3em;
}
section.header .searching div.head-form div span.initial {
  font-size: 3em;
}
section.header .searching div.head-form div.head {
  width: 43%;
}
section.header .searching div.head-form div.text {
  width: 53%;
}
section.header .searching div.head-form p {
  color: #FFF;
  margin: 10px 0 0 0;
  font-size: 1.1em;
  font-weight: normal;
}
section.header .searching div.form {
  clear: both;
  margin: 10px 0 0 0;
  height: 50px;
}
section.header .searching div.form div.operation-option,
section.header .searching div.form form {
  float: left;
  cursor: pointer;
}
section.header .searching div.form div.operation-option span.initial,
section.header .searching div.form form span.initial {
  height: 40px;
  line-height: 40px;
  display: block;
}
section.header .searching div.form div.operation-option {
  background: #1CA049;
  border-bottom: 2px solid #155925;
  width: 14%;
  position: relative;
}
section.header .searching div.form div.operation-option span.initial {
  padding: 0 0 0 10%;
  color: #FFF;
}
section.header .searching div.form div.operation-option ul.tooltip {
  position: absolute;
  background: #1CA049;
  width: 100%;
  opacity: 1;
  margin: 2px 0 0 0;
}
section.header .searching div.form div.operation-option ul.tooltip li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
section.header .searching div.form div.operation-option ul.tooltip li span {
  padding: 10px;
  color: #FFF;
  display: block;
}
section.header .searching div.form div.operation-option ul.tooltip li:hover {
  background: rgba(0, 0, 0, 0.1);
}
section.header .searching div.form div.operation-option ul.tooltip li:last-child {
  border-bottom: none;
}
section.header .searching div.form div.operation-option ul.tooltip li:first-child {
  border-top: none;
}
section.header .searching div.form div.operation-option:hover span {
  background: rgba(0, 0, 0, 0.2);
}
section.header .searching div.form .icon-derecha {
  float: right;
  margin: 14px 15px 0 0;
  offset-rotate: deg(45);
  -ms-transform: rotate(7deg);
  -webkit-transform: rotate(7deg);
  transform: rotate(90deg);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
section.header .searching div.form form {
  width: 86%;
}
section.header .searching div.form form div {
  float: left;
}
section.header .searching div.form form div.search-option {
  background: #f3f3f3;
  border-bottom: 2px solid #c3c3c3;
  border-right: 1px solid #e9e9e9;
  border-left: 1px solid #FFF;
  position: relative;
}
section.header .searching div.form form div.search-option span.initial {
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  padding: 0 0 0 8%;
}
section.header .searching div.form form div#type-residencial {
  width: 22%;
}
section.header .searching div.form form div#geolocation {
  width: 23%;
}
section.header .searching div.form form div#input-addres {
  margin: 0;
}
section.header .searching div.form form div.search-option-input {
  background: #90D113;
  color: #FFF;
  cursor: pointer;
  font-weight: bold;
  width: 12%;
}
section.header .searching div.form form div.search-option-input a,
section.header .searching div.form form div.search-option-input p,
section.header .searching div.form form div.search-option-input span,
section.header .searching div.form form div.search-option-input input {
  color: #FFF;
  font-weight: bold;
}
section.header .searching div.form form div.search-option-input:hover {
  background: #7faf15;
}
section.header .searching div.form form div.search-option-input:hover a,
section.header .searching div.form form div.search-option-input:hover p,
section.header .searching div.form form div.search-option-input:hover span,
section.header .searching div.form form div.search-option-input:hover input {
  color: #333;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
section.header .searching div.form form div.search-option-input input[type="submit"] {
  height: 42px;
  line-height: 42px;
  cursor: pointer;
  margin: 0;
  background: none;
  width: 100%;
}
section.header .searching div.form form div.input {
  width: 42%;
}
@media screen and (max-width: 800px) {
  section.header .searching div.form form div.input {
    width: 41%;
  }
}
section.header .searching div.form form div.input input[type="text"] {
  height: 40px;
  padding: 0 5%;
  color: #666;
  border: none;
  outline-width: 0;
  outline-color: transparent;
  outline-style: none;
  outline: none;
  background: #FFF;
  width: 90%;
  border-radius: 0;
  font-size: 1em;
  margin: 0;
}
section.header .searching div.form form ul.tooltip {
  position: absolute;
  background: #1CA049;
  margin: 2px 0 0;
  display: none;
  z-index: 2;
  opacity: 1;
  overflow-y: scroll !important;
}
section.header .searching div.form form ul.tooltip li {
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
section.header .searching div.form form ul.tooltip li span {
  color: #FFF;
  padding: 10px 15px;
  text-transform: capitalize;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  text-align: left;
}
section.header .searching div.form form ul.tooltip li span.todo {
  background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/Home/icon-earth.png") no-repeat 11px 7px transparent;
  padding-left: 35px;
}
section.header .searching div.form form ul.tooltip li span.desarrollo {
  background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/Home/development-ico-menu.png") no-repeat 11px 7px transparent;
  padding-left: 35px;
  background-size: 16px;
}
section.header .searching div.form form ul.tooltip li span.departamento {
  background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/Home/ico_apartment.png") no-repeat 12px 5px transparent;
  padding-left: 35px;
}
section.header .searching div.form form ul.tooltip li span.casa {
  background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/Home/ico_house.png") no-repeat 12px 5px transparent;
  padding-left: 35px;
}
section.header .searching div.form form ul.tooltip li span.rancho {
  background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/Home/ico_ranch.png") no-repeat 12px 5px transparent;
  padding-left: 35px;
}
section.header .searching div.form form ul.tooltip li span.oficina {
  background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/Home/ico_office.png") no-repeat 12px 5px transparent;
  padding-left: 35px;
}
section.header .searching div.form form ul.tooltip li span.bodega {
  background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/Home/ico_cellar.png") no-repeat 12px 5px transparent;
  padding-left: 35px;
}
section.header .searching div.form form ul.tooltip li span.terrenocomercial,
section.header .searching div.form form ul.tooltip li span.terrenohabitacional,
section.header .searching div.form form ul.tooltip li span.terrenoindustrial {
  background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/Home/ico_zone.png") no-repeat 10px 13px transparent;
  padding-left: 35px;
  background-size: 18px;
}
section.header .searching div.form form ul.tooltip li span.naveindustrial {
  background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/Home/ico_realestate.png") no-repeat 12px 9px transparent;
  padding-left: 35px;
}
section.header .searching div.form form ul.tooltip li span.cuarto {
  background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/Home/room.png") no-repeat 10px 8px transparent;
  padding-left: 35px;
  background-size: 12px;
}
section.header .searching div.form form ul.tooltip li span.casacondominio {
  background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/Home/home_condo.png") no-repeat 9px 6px transparent;
  padding-left: 35px;
  background-size: 18px;
}
section.header .searching div.form form ul.tooltip li span.local {
  background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/Home/ico_warehouse.png") no-repeat 12px 6px transparent;
  padding-left: 35px;
}
section.header .searching div.form form ul.tooltip li span.edificio {
  background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/Home/ico_building.png") no-repeat 12px 6px transparent;
  padding-left: 35px;
}
section.header .searching div.form form ul.tooltip li:hover {
  background: rgba(0, 0, 0, 0.1);
}
section.header .searching div.form form ul.tooltip li:last-child {
  border-bottom: none;
}
section.header .searching div.form form ul.tooltip li:first-child {
  border-top: none;
}
section.header .searching div.form form ul.optionToSearch {
  width: 182px;
}
section.header .searching div.form form ul.sub-menu-residencial {
  margin-left: 100%;
  width: 230px;
}
section.header .searching div.form form ul.dropdown {
  height: 200px;
  overflow-y: scroll;
}
section.header .searching div.form form ul#sub-option {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}
section.features {
  border-bottom: 1px solid #F1F1F1;
}
section.features.catastros .features-content {
  width: 28%;
}
section.features div div.features-content {
  display: inline-table;
  width: 33%;
  padding: 0 3%;
  text-align: center;
}
@media screen and (max-width: 800px) {
  section.features div div.features-content {
    width: 32%;
  }
  section.features div div.features-content p.title {
    font-size: 1em !important;
  }
}
section.features div div.features-content:last-child {
  padding-right: 0;
}
section.features div div.features-content p {
  text-align: center;
  font-size: 1.1em;
}
section.features div div.features-content p.title {
  color: #90D113;
  font-size: 1.8em;
  font-weight: bold;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #F3F3F3;
  margin: 0 0 20px 0;
}
section.features div div.features-content p:last-child:before {
  padding-left: 0;
  max-width: 225px;
  margin: 15px auto;
  height: 225px;
  display: block;
  opacity: 1;
  background-size: 500px;
  -webkit-transform: scale(1, 1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1, 1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
  -ms-transition-duration: 250ms;
}
section.features div div.features-content p:last-child:hover:before {
  opacity: 1;
  -webkit-transform: scale(1.05, 1.07);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1.05, 1.07);
  -ms-transform: scale(1.05, 1.07);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
  -ms-transition-duration: 250ms;
  position: relative;
}
section.features div div.features-content.one p:last-child:before {
  background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/Home/new/mayor-oferta.png") no-repeat;
  content: "";
  background-size: 100%;
}
section.features div div.features-content.two p:last-child:before {
  background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/Home/new/navegacion-mapa.png") no-repeat;
  content: "";
  background-size: 100%;
}
section.features div div.features-content.three p:last-child:before {
  background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/Home/new/ahorra-tiempo.png") no-repeat;
  content: "";
  background-size: 100%;
}
section.catastro {
  background: #d0f087;
}
section.catastro div.title p {
  font-weight: bold;
  text-align: left;
}
section.catastro div.title p span {
  color: #FFF;
  font-size: inherit;
  display: initial;
}
section.catastro div.content_catastro {
  background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/Home/new/catastro_bg.jpeg") no-repeat right center;
  padding: 0 500px 100px 0;
}
section.catastro div.content_catastro p.text {
  font-size: 1.3em;
}
section.catastro div a {
  display: block;
  background: #FFF;
  color: #333;
  padding: 10px 0;
  width: 230px;
  text-align: center;
  margin: 40px 0 0 0;
  font-weight: bold;
  font-size: 1.2em;
}
section.catastro div a:hover {
  color: #90D113;
}
section.credits {
  padding: 0;
}
section.credits div div.infonavit,
section.credits div div.fovisste {
  padding: 40px 0;
  float: left;
  width: 50%;
}
section.credits div div.infonavit div.title,
section.credits div div.fovisste div.title {
  margin: 0;
}
section.credits div div.infonavit p,
section.credits div div.fovisste p {
  color: #FFF;
}
section.credits div div.infonavit p.sub-title,
section.credits div div.fovisste p.sub-title {
  text-align: center;
}
section.credits div div.infonavit p.sub-title b,
section.credits div div.fovisste p.sub-title b {
  font-size: 1.4em;
  text-align: center;
}
section.credits div div.infonavit img,
section.credits div div.fovisste img,
section.credits div div.infonavit div.info-credit,
section.credits div div.fovisste div.info-credit {
  display: inline-table;
  margin: 30px 0 0;
  vertical-align: top;
}
section.credits div div.infonavit ul,
section.credits div div.fovisste ul {
  margin: 20px 0 0 0;
}
section.credits div div.infonavit ul li,
section.credits div div.fovisste ul li {
  font-size: 1.1em;
  padding: 5px;
}
section.credits div div.infonavit ul li a,
section.credits div div.fovisste ul li a {
  color: #FFF;
  font-size: 1.1em;
  display: block;
}
section.credits div div.infonavit ul li a i,
section.credits div div.fovisste ul li a i {
  float: right;
  font-size: 0.9em;
}
section.credits div div.infonavit ul li:hover a,
section.credits div div.fovisste ul li:hover a {
  color: rgba(255, 255, 255, 0.5);
}
section.credits div div.infonavit a.see-more,
section.credits div div.fovisste a.see-more {
  display: inline-table;
  float: right;
  background: #90D113;
  color: #FFF;
  cursor: pointer;
  padding: 7px 25px;
  margin: 30px 0 0;
  font-size: 1.1em;
  font-weight: bold;
}
section.credits div div.infonavit a.see-more a,
section.credits div div.fovisste a.see-more a,
section.credits div div.infonavit a.see-more p,
section.credits div div.fovisste a.see-more p,
section.credits div div.infonavit a.see-more span,
section.credits div div.fovisste a.see-more span,
section.credits div div.infonavit a.see-more input,
section.credits div div.fovisste a.see-more input {
  color: #FFF;
  font-weight: bold;
}
section.credits div div.infonavit a.see-more:hover,
section.credits div div.fovisste a.see-more:hover {
  background: #7faf15;
}
section.credits div div.infonavit a.see-more:hover a,
section.credits div div.fovisste a.see-more:hover a,
section.credits div div.infonavit a.see-more:hover p,
section.credits div div.fovisste a.see-more:hover p,
section.credits div div.infonavit a.see-more:hover span,
section.credits div div.fovisste a.see-more:hover span,
section.credits div div.infonavit a.see-more:hover input,
section.credits div div.fovisste a.see-more:hover input {
  color: #333;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
section.credits div div.infonavit {
  background: #E1102C;
  padding-right: 2%;
}
section.credits div div.infonavit img {
  width: 25%;
  margin-right: 4%;
}
section.credits div div.infonavit div.info-credit {
  padding: 0 0 0 29%;
  background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/Home/new/logo-infonavit.png") no-repeat left top;
  background-size: 25%;
}
section.credits div div.infonavit ul li {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
}
section.credits div div.fovisste {
  background: #1D3F71;
  padding-left: 3%;
}
section.credits div div.fovisste img {
  width: 20%;
  margin-left: 4%;
  float: right;
}
section.credits div div.fovisste div.info-credit {
  padding: 0 24% 0 0;
  background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/Home/new/logo-fovissste.png") no-repeat right top;
  background-size: 21%;
}
section.credits div div.fovisste ul li {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}
section.apps div div.title p b,
section.blog div div.title p b,
section.publish div div.title p b {
  color: #90D113;
}
section.apps div div {
  display: inline-table;
  vertical-align: top;
}
section.apps div div.content {
  background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/Home/new/mockups.png") no-repeat center right;
  background-size: auto 100%;
  padding: 0 30% 0 0;
}
section.apps div div.content p.text,
section.apps div div.content ul.list {
  font-size: 1.25em;
}
section.apps div div.content ul.img {
  margin: 0 0 25px 0;
  padding: 0 0 0 12px;
  text-align: center;
}
section.apps div div.content ul.img li {
  display: inline-table;
}
section.apps div div.content ul.img li.android a,
section.apps div div.content ul.img li.ios a {
  width: 150px;
  height: 51px;
  text-indent: -999999px;
  background-size: 100%;
  display: block;
}
section.apps div div.content ul.img li.android:hover,
section.apps div div.content ul.img li.ios:hover {
  opacity: 0.5;
}
section.apps div div.content ul.img li.android {
  background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/Home/new/googleBadge.png") no-repeat;
}
section.apps div div.content ul.img li.ios {
  background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/Home/new/iosBadge.png") no-repeat;
}
section.apps div div.content p.subtitle {
  font-size: 1.5em;
  margin: 0 0 10px 0;
  text-indent: 12px;
  background-size: 8px;
}
section.apps div div.content p.subtitle i {
  color: #90D113;
  font-size: 0.7em;
  margin: 0 5px 0 0;
}
section.apps div div.content p.content-info {
  font-size: 1.2em;
  margin: 0 0 20px 0;
  padding: 0 0 0 12px;
}
section.statistics {
  background: #1AADA9;
}
section.statistics div.title {
  position: relative;
  margin: 0;
}
section.statistics div.title p {
  color: #FFF;
}
section.statistics div.title span {
  color: #D0F087;
}
section.statistics div.content {
  width: 100%;
  padding: 50px 0 80px 60%;
  background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/Home/new/statistics_bg.png") no-repeat left top;
  overflow: hidden;
  background-size: 600px;
}
section.statistics div.content p {
  color: #FFF;
  text-align: center;
  font-size: 1.6em;
}
section.statistics div.content a {
  background: #D0F087;
  border-bottom: 2px solid #198e88;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9);
  color: #333;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.2em;
  float: right;
  margin: 40px 0 0 0;
  padding: 10px 20px;
}
section.statistics div.content a a,
section.statistics div.content a p,
section.statistics div.content a span,
section.statistics div.content a input {
  color: #333;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9);
}
section.statistics div.content a:hover {
  background: #7faf15;
}
section.statistics div.content a:hover a,
section.statistics div.content a:hover p,
section.statistics div.content a:hover span,
section.statistics div.content a:hover input {
  color: #333;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
section.publish .title {
  margin: 0 0 20px 0;
}
section.publish .title p {
  text-align: left;
}
section.publish .features,
section.publish.arrow-publish {
  display: inline-table;
  vertical-align: top;
}
section.publish .features {
  width: 24%;
  height: 70px;
  text-align: center;
  position: relative;
}
section.publish .features p {
  text-align: center;
  font-size: 1.2em;
}
section.publish .features.button {
  margin: 0;
  width: 150px;
  height: 150px;
  text-align: center;
  color: #fff;
  padding: 0;
  font-size: 2em;
  background: #90D113;
  border-radius: 100%;
  line-height: 1em;
  position: relative;
}
section.publish .features.button::before {
  content: "";
  display: block;
  position: absolute;
  width: 146px;
  height: 146px;
  border: 3px solid white;
  border-radius: 100%;
  margin: auto;
  display: table;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
section.publish .features.button a {
  display: block;
  padding: 45px 2%;
  width: 100%;
  color: #FFF;
  position: absolute;
  z-index: 1;
}
section.publish .features.button:hover {
  background: #95E111;
}
section.publish .features.button:hover a {
  color: #333;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
section.publish .icon-features {
  line-height: 80px;
}
section.publish .icon-features i {
  vertical-align: middle;
  font-size: 2.5em;
  color: #666;
  font-weight: bold;
}
section.publish .fotos {
  width: 12%;
}
section.publish .envio .icon-envio-automatico {
  font-size: 2em;
}
section.publish .envio,
section.publish .fotos {
  padding-right: 50px;
}
section.publish .envio .icon-mas,
section.publish .fotos .icon-mas,
section.publish .envio .icon-derecha-doble,
section.publish .fotos .icon-derecha-doble {
  float: right;
  position: absolute;
  right: 20px;
  margin: 70px 0 0;
  font-size: 1.5em;
  color: #999;
}
section.publish .ubicar,
section.publish .valores {
  padding-left: 50px;
}
section.publish .ubicar .icon-mas,
section.publish .valores .icon-mas,
section.publish .ubicar .icon-izquierda-doble,
section.publish .valores .icon-izquierda-doble {
  float: left;
  position: absolute;
  left: 20px;
  margin: 70px 0 0;
  font-size: 1.5em;
  color: #999;
}
section.granjas,
section.copy {
  background: #f9f9f9;
}
section.granjas p.title {
  font-size: 1.5em;
  margin: 0 0 10px 0;
  color: #666;
}
section.granjas ul li.title {
  font-weight: bold;
  margin: 0 0 10px 0;
  font-size: 1.1em;
  text-align: center;
  color: #90D113;
}
section.granjas ul li a {
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  width: 95%;
  padding: 0 2% 0 0;
}
section.granjas ul li a:hover {
  color: #95E111;
}
section.granjas div.link {
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  border-top: 1px solid #95E111;
}
section.granjas div.region-links {
  padding: 10px 15px 15px;
  margin: 0 0 10px 0;
}
section.granjas div.region-links ul {
  margin: 0 0 10px 0;
}
section.granjas div.region-links ul li {
  display: inline-flex;
  width: 23%;
  padding: 0 1%;
}
section.granjas div.region-links ul li:first-child {
  padding-left: 0;
}
section.granjas div.region-links ul li:last-child {
  padding-right: 0;
  border: none;
}
section.granjas div.region-links-mas-buscadas {
  padding: 10px 15px 15px;
  margin: 0 0 10px 0;
}
section.granjas div.region-links-mas-buscadas ul {
  margin: 0 0 10px 0;
}
section.granjas div.region-links-mas-buscadas ul li {
  display: inline-table;
  width: 23%;
  padding: 0 1%;
}
section.granjas div.region-links-mas-buscadas ul li:first-child {
  padding-left: 0;
}
section.granjas div.region-links-mas-buscadas ul li:last-child {
  padding-right: 0;
  border: none;
}
section.granjas div.region-links-contratos {
  padding: 10px 15px 15px;
  margin: 0 0 10px 0;
}
section.granjas div.region-links-contratos ul {
  margin: 0 0 10px 0;
}
section.granjas div.region-links-contratos ul li {
  display: inline-table;
  width: 31%;
  padding: 0 1%;
}
section.granjas div.region-links-contratos ul li:first-child {
  padding-left: 0;
}
section.granjas div.region-links-contratos ul li:last-child {
  padding-right: 0;
  border: none;
}
section.granjas div.region-links-contratos {
  padding: 10px 15px 15px;
  margin: 0 0 10px 0;
}
section.granjas div.region-links-contratos ul {
  margin: 0 0 10px 0;
}
section.granjas div.region-links-contratos ul li {
  display: inline-table;
  width: 31%;
  padding: 0 1%;
}
section.granjas div.region-links-contratos ul li:first-child {
  padding-left: 0;
}
section.granjas div.region-links-contratos ul li:last-child {
  padding-right: 0;
  border: none;
}
section.granjas div.more-departments {
  display: inline-table;
  width: 47%;
  padding: 1%;
  margin: 0 0 30px 0;
}
section.granjas div.more-departments ul li {
  display: inline-table;
  width: 22%;
  padding: 1%;
  padding: 0 1%;
  border-right: 1px solid #e2e2e2;
}
section.granjas div.more-departments ul li.title {
  display: block;
  text-align: center;
  border: 0;
  width: 100%;
  padding: 0 0 15px ;
}
section.granjas div.more-departments ul li:first-child {
  padding-left: 0;
}
section.granjas div.more-departments ul li:last-child {
  padding-right: 0;
  border: none;
}
section.granjas div.more-home {
  padding: 15px;
}
section.granjas div.more-home ul {
  display: inline-table;
  width: 24%;
}
section.granjas div.more-home ul li {
  margin: 0 0 3px 0;
}
.showrooms_content {
  background: #f2f2f2;
}
.showrooms_content .title {
  font-family: 'Roboto', Arial;
}
.showrooms_content .title p {
  color: #4c4c4c;
}
.showrooms_content .title span {
  display: initial;
  font-size: 1em;
  color: #4c4c4c;
  letter-spacing: 10px;
  font-weight: 500;
}
.slick-showroom {
  width: 95%;
  margin: 0 auto;
}
.slick-showroom .showroom {
  position: relative;
}
.slick-showroom .showroom a {
  border: 1px solid #f2f2f2;
  color: white;
  display: block;
}
.slick-showroom .showroom a:hover,
.slick-showroom .showroom a:focus {
  outline: 0;
}
.slick-showroom .showroom a::before {
  content: "";
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000 74%);
  position: absolute;
  height: 50%;
  width: 100%;
  bottom: 0;
}
.slick-showroom .name-showroom {
  position: absolute;
  top: 200px;
  display: table;
  padding: 0 20px;
  width: 100%;
}
.slick-showroom .name-showroom > * {
  color: white;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-family: 'Roboto', Arial;
}
.slick-showroom .name-showroom strong {
  font-size: 24px;
  line-height: normal;
  font-weight: 400;
}
.slick-showroom .name-showroom span {
  font-size: 14px;
  color: white;
  font-weight: 500;
}
.slick-showroom .address-showroom {
  position: absolute;
  bottom: 5px;
  padding: 0 20px;
  width: 100%;
}
.slick-showroom .address-showroom > * {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-family: 'Roboto', Arial;
  line-height: normal;
  font-weight: 100;
}
.showrooms-gallery {
  position: relative;
}
.showrooms-gallery .slick-slide img {
  width: 100%;
}
.showrooms-gallery .slick-arrow {
  position: absolute;
  top: 214px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28pt;
  width: 40px;
  overflow: hidden;
  height: 40px;
  padding: 0;
  color: #a1a1a1;
}
.showrooms-gallery .slick-prev {
  left: -47px;
}
.showrooms-gallery .slick-prev:before {
  content: "\e96a";
  margin: 0 1px;
}
.showrooms-gallery .slick-next {
  right: -6px;
}
.showrooms-gallery .slick-next:before {
  content: "\e96b";
  margin: 0 1px;
}
.showrooms-gallery .slick-dots {
  display: none;
}
.showrooms-gallery .slick-disabled {
  opacity: 0.2;
}
ul.ui-autocomplete {
  font-size: 0.9em;
  width: 331px;
}
ul.ui-autocomplete a.ui-state-focus {
  background: #e2e2e2;
}
/* =============================================================================
Catastro
========================================================================== */
section.intro_search {
  height: 473px;
  padding: 40px 0 0;
  background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/catastro/background_catastro.jpg") no-repeat center bottom;
  background-size: 100%;
}
section.intro_search div.center {
  position: relative;
}
section.intro_search div.text-description {
  width: 822px;
  text-align: center;
  margin: 0 auto 50px;
}
section.intro_search div.text-description hr {
  border-top: 1px solid #1CA049;
  width: 90%;
  margin: 15px auto;
}
section.intro_search div.text-description p {
  text-align: center;
}
section.intro_search div.text-description p b {
  font-size: 25px;
  color: #666;
  text-transform: uppercase;
}
section.intro_search div.text-description span {
  text-align: center;
  font-size: 25px;
  color: #999;
}
section.intro_search div.text-description p {
  font-size: 20px;
  color: #666;
}
section.intro_search div.search_input {
  width: 640px;
  position: absolute;
  right: 0;
}
section.intro_search div.search_input div.section_search {
  background: rgba(0, 0, 0, 0.7);
}
section.intro_search div.search_input div.section_search:first-child {
  margin: 0 0 10px 0;
  padding: 20px 15px;
}
section.intro_search div.search_input div.section_search:last-child {
  padding: 7px 15px;
}
section.intro_search div.search_input div.section_search:last-child p {
  font-size: 1em;
  margin: 0;
  text-align: center;
}
section.intro_search div.search_input div.section_search:last-child p a {
  color: #90D113;
}
section.intro_search div.search_input div.section_search:last-child p a:hover {
  color: #999;
}
section.intro_search div.search_input p {
  color: #FFF;
  font-size: 20px;
  margin: 0 0 10px 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
section.intro_search div.search_input input {
  width: 450px;
  height: 30px;
  background: #FFF;
  padding: 4px 15px;
  margin: 0;
}
section.intro_search div.search_input input.loading-data {
  background-image: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/Map/loading-mapa.gif");
  background-size: 32px;
  background-position: 98% 2px;
  background-repeat: no-repeat;
}
section.intro_search div.search_input span#search_cat,
section.intro_search div.search_input span#search-cat {
  width: 91px;
  padding: 0 15px;
  border-left: 1px solid #E2E2E2;
  background: #1CA049;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 -8px;
  line-height: 40px;
  text-transform: uppercase;
  color: #FFF;
  position: relative;
}
section.intro_search div.search_input span#search_cat:before,
section.intro_search div.search_input span#search-cat:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/catastro/search_catastro.png") no-repeat center top;
  right: 15px;
  width: 17px;
  height: 17px;
  background-size: 17px;
  margin: 10px 0 0 0;
}
section.intro_search div.search_input span#search_cat:hover,
section.intro_search div.search_input span#search-cat:hover {
  color: #90D113;
}
section.intro_search div.search_input span#search_cat:hover:before,
section.intro_search div.search_input span#search-cat:hover:before {
  background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/catastro/search_catastro.png") no-repeat center -24px;
  background-size: 17px;
}
section.intro_search div.search_input span.legend {
  color: #FFF;
  margin: 10px 0 0;
  text-align: right;
  display: block;
}
section.intro_search div.search_input div.list-catastro {
  position: absolute;
  width: 78%;
  background: #f2f2f2;
  overflow-y: scroll;
  height: 200px;
  margin: 0 5px;
  padding: 5px 0;
  border: 1px solid #e2e2e2;
}
section.intro_search div.search_input div.list-catastro span {
  display: block;
  padding: 5px 10px;
  border-bottom: 1px solid #e2e2e2;
  margin: 0 10px;
  cursor: pointer;
}
section.intro_search div.search_input div.list-catastro span:hover {
  background: #e2e2e2;
}
section.features.catastros {
  background: #f7f7f7;
}
section.features.catastros div div.title p {
  color: #666;
  text-transform: uppercase;
  font-size: 1.9em;
  font-weight: bold;
}
section.features.catastros div div.features-content p {
  text-align: center;
  font-size: 1.1em;
  color: #999;
}
section.features.catastros div div.features-content p.title {
  color: #90D113;
  font-size: 1.8em;
  padding: 0 0 15px 0;
}
section.features.catastros div div.features-content p.title:before {
  padding-left: 0;
  max-width: 225px;
  margin: 15px auto 30px;
  height: 225px;
  display: block;
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1, 1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
  -ms-transition-duration: 250ms;
  content: "";
}
section.features.catastros div div.features-content p.title:hover:before {
  opacity: 1;
  -webkit-transform: scale(1.05, 1.07);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1.05, 1.07);
  -ms-transform: scale(1.05, 1.07);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
  -ms-transition-duration: 250ms;
  position: relative;
}
section.features.catastros div div.features-content.detalles p.title:before {
  background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/catastro/detalle_catastro.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
}
section.features.catastros div div.features-content.permisos p.title:before {
  background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/catastro/permiso_catastro.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
}
section.features.catastros div div.features-content.estadisticas p.title:before {
  background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/catastro/estadistica_catastro.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
}
section.properties-list {
  background: #FFF;
}
section.properties-list div.center p.title {
  font-size: 2em;
  text-align: left;
  margin: 0 0 10px 0;
}
section.properties-list div.center p.title b {
  color: #95E111;
}
section.properties-list div.center div.section_latest_highlighted,
section.properties-list div.center div.section_latest {
  position: relative;
}
section.properties-list div.center div.section_latest_highlighted a.arrow-left-latest-highlighted,
section.properties-list div.center div.section_latest a.arrow-left-latest-highlighted,
section.properties-list div.center div.section_latest_highlighted a.arrow-right-latest-highlighted,
section.properties-list div.center div.section_latest a.arrow-right-latest-highlighted,
section.properties-list div.center div.section_latest_highlighted a.arrow-left-latest,
section.properties-list div.center div.section_latest a.arrow-left-latest,
section.properties-list div.center div.section_latest_highlighted a.arrow-right-latest,
section.properties-list div.center div.section_latest a.arrow-right-latest {
  position: absolute;
  display: block;
  width: 17px;
  height: 30px;
  margin: auto;
  top: 0;
  bottom: 0;
  text-indent: -99999px;
}
section.properties-list div.center div.section_latest_highlighted a.arrow-left-latest-highlighted,
section.properties-list div.center div.section_latest a.arrow-left-latest-highlighted,
section.properties-list div.center div.section_latest_highlighted a.arrow-left-latest,
section.properties-list div.center div.section_latest a.arrow-left-latest {
  background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/catastro/arrow-catastro.png") no-repeat;
  left: -20px;
}
section.properties-list div.center div.section_latest_highlighted a.arrow-left-latest-highlighted:hover,
section.properties-list div.center div.section_latest a.arrow-left-latest-highlighted:hover,
section.properties-list div.center div.section_latest_highlighted a.arrow-left-latest:hover,
section.properties-list div.center div.section_latest a.arrow-left-latest:hover {
  background-position: 0px -55px;
}
section.properties-list div.center div.section_latest_highlighted a.arrow-right-latest-highlighted,
section.properties-list div.center div.section_latest a.arrow-right-latest-highlighted,
section.properties-list div.center div.section_latest_highlighted a.arrow-right-latest,
section.properties-list div.center div.section_latest a.arrow-right-latest {
  background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/catastro/arrow-catastro.png") -56px 0px no-repeat;
  right: -20px;
}
section.properties-list div.center div.section_latest_highlighted a.arrow-right-latest-highlighted:hover,
section.properties-list div.center div.section_latest a.arrow-right-latest-highlighted:hover,
section.properties-list div.center div.section_latest_highlighted a.arrow-right-latest:hover,
section.properties-list div.center div.section_latest a.arrow-right-latest:hover {
  background-position: -56px -55px;
}
section.properties-list div.center div.section_latest_highlighted div.pagination-latest,
section.properties-list div.center div.section_latest div.pagination-latest,
section.properties-list div.center div.section_latest_highlighted div.pagination-latest-highlighted,
section.properties-list div.center div.section_latest div.pagination-latest-highlighted {
  text-align: center;
}
section.properties-list div.center div.section_latest_highlighted div.pagination-latest span,
section.properties-list div.center div.section_latest div.pagination-latest span,
section.properties-list div.center div.section_latest_highlighted div.pagination-latest-highlighted span,
section.properties-list div.center div.section_latest div.pagination-latest-highlighted span {
  background: #e2e2e2;
  width: 12px;
  display: inline-block;
  height: 12px;
  margin: 0 5px;
  border-radius: 25px;
  cursor: pointer;
}
section.properties-list div.center div.section_latest_highlighted div.pagination-latest span.swiper-active-switch,
section.properties-list div.center div.section_latest div.pagination-latest span.swiper-active-switch,
section.properties-list div.center div.section_latest_highlighted div.pagination-latest-highlighted span.swiper-active-switch,
section.properties-list div.center div.section_latest div.pagination-latest-highlighted span.swiper-active-switch {
  background: #666;
}
section.properties-list div.center div.swiper-container-latest,
section.properties-list div.center div.swiper-container-latest-highlighted {
  width: 100% !important;
  overflow: hidden;
}
section.properties-list div.center div.swiper-container-latest div.swiper-slide,
section.properties-list div.center div.swiper-container-latest-highlighted div.swiper-slide {
  float: left;
  overflow: hidden;
  height: 392px!important;
}
section.properties-list div.center div.content-list-result div.listado-lista,
section.properties-list div.center div.content-list-result div.lista-high-listing-map {
  width: 19%;
}
section.properties-list div.center div.content-list-result div.listado-lista a div.details-property div.contenido-propiedad p,
section.properties-list div.center div.content-list-result div.lista-high-listing-map a div.details-property div.contenido-propiedad p {
  font-size: 1em;
}
section.properties-list div.center div.content-list-result div.listado-lista.desarrollo a div.details-property div.info-list-prop p.price,
section.properties-list div.center div.content-list-result div.lista-high-listing-map.desarrollo a div.details-property div.info-list-prop p.price {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
section.properties-list div.center div.content-list-result div.listado-lista.desarrollo a div.details-property div.info-list-prop div:first-child p,
section.properties-list div.center div.content-list-result div.lista-high-listing-map.desarrollo a div.details-property div.info-list-prop div:first-child p {
  position: relative;
  padding: 0 70px 0 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
section.properties-list div.center div.content-list-result div.listado-lista.desarrollo a div.details-property div.info-list-prop div:first-child p span,
section.properties-list div.center div.content-list-result div.lista-high-listing-map.desarrollo a div.details-property div.info-list-prop div:first-child p span {
  right: 0;
  top: 0;
  position: absolute;
}
.pcom-container-contact {
  background-color: #f9f9f9;
}
.pcom-section-contact {
  box-shadow: 0px 0px 1px #3031330d, 0px 8px 16px #3031331a;
  border-radius: 24px;
  width: 100%;
  padding: 56px 37px;
  background: white;
  margin: 0 !important;
}
.pcom-section-contact .container-pcom {
  padding-bottom: 32px;
}
.pcom-section-contact .container-pcom .title {
  margin: 11px 0 0 0 !important;
}
.pcom-section-contact .pcom-section-contact-header .title {
  font-family: 'Roboto';
  display: block;
  font-size: 24px;
  line-height: 28px;
  font-weight: 900;
  margin-bottom: 12px;
  font-family: Roboto;
  color: #1b1c1d;
}
.pcom-section-contact div.pcom-section-contact-body {
  margin-bottom: 60px;
}
.pcom-section-contact div.pcom-section-contact-body:last-child {
  margin-bottom: 0px;
}
.pcom-section-contact div.pcom-section-contact-body span {
  font-family: 'Roboto', sans-serif;
  line-height: 24px;
  color: #1B1C1D;
  display: block;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
}
.pcom-section-contact div.pcom-section-contact-body span.text {
  margin-bottom: 10px;
}
.pcom-section-contact div.pcom-section-contact-body span a {
  color: #1B1C1D;
}
.pcom-section-contact div.pcom-section-contact-body span svg {
  width: 24px;
  height: 100%;
  vertical-align: middle;
  margin-right: 11px;
}
.pcom-section-contact div.pcom-section-contact-body span svg > path {
  fill: #008059;
}
.pcom-section-contact hr.border {
  border-color: #d7d7d7;
  margin: 0px 15px 24px;
}
@media screen and (min-width: 991px) {
  .pcom-section-contact {
    padding: 32px 48px;
  }
  .pcom-section-contact .container-pcom {
    padding-bottom: 0;
  }
  .pcom-section-contact .container-pcom .title {
    margin: 0 0 12px 0 !important;
  }
  .pcom-section-contact hr.border {
    display: none;
  }
}
.section-vacancies {
  padding: 40px 0 20px;
}
.section-vacancies p {
  text-align: center;
  font-size: 2em;
  color: #666;
}
.section-vacancies p a {
  background: #90D113;
  color: white;
  padding: 10px 15px;
  font-size: initial;
  display: inline-table;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
.section-vacancies p a:hover {
  background: #7faf15;
  color: #333;
}
@media screen and (max-width: 1024px) {
  section.features div div.features-content p.title {
    font-size: 1.5em;
  }
  section.header div.searching div.head-form h1 {
    height: 48px;
    width: 308px;
  }
  section.header div.searching div.head-form span {
    font-size: 2.7em;
  }
  section.header div.searching div.form div.operation-option span.initial {
    font-size: 0.9em;
  }
  section.header div.searching div.form div.operation-option:hover span.initial {
    background: none;
  }
  section.header div.searching div.form div.operation-option ul.tooltip {
    opacity: 1;
  }
  section.header div.searching div.form div.operation-option ul.tooltip li span {
    padding: 15px 10px;
  }
  section.header div.searching div.form form span.initial {
    font-size: 1em;
  }
  section.header div.searching div.form form ul.tooltip {
    opacity: 1;
  }
  section.header div.searching div.form form ul.tooltip li span {
    padding: 0 10px;
    line-height: 45px;
    height: 45px;
  }
  section.header div.searching div.form form ul.tooltip li span.todo {
    background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/Home/icon-earth.png") no-repeat 11px 15px transparent;
  }
  section.header div.searching div.form form ul.tooltip li span.desarrollo {
    background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/Home/development-ico-menu.png") no-repeat 11px 15px transparent;
    background-size: 16px;
  }
  section.header div.searching div.form form ul.tooltip li span.departamento {
    background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/Home/ico_apartment.png") no-repeat 12px 15px transparent;
  }
  section.header div.searching div.form form ul.tooltip li span.casa {
    background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/Home/ico_house.png") no-repeat 12px 15px transparent;
  }
  section.header div.searching div.form form ul.tooltip li span.rancho {
    background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/Home/ico_ranch.png") no-repeat 12px 15px transparent;
  }
  section.header div.searching div.form form ul.tooltip li span.oficina {
    background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/Home/ico_office.png") no-repeat 12px 15px transparent;
  }
  section.header div.searching div.form form ul.tooltip li span.bodega {
    background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/Home/ico_cellar.png") no-repeat 12px 11px transparent;
  }
  section.header div.searching div.form form ul.tooltip li span.terrenocomercial,
  section.header div.searching div.form form ul.tooltip li span.terrenohabitacional,
  section.header div.searching div.form form ul.tooltip li span.terrenoindustrial {
    background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/Home/ico_zone.png") no-repeat 10px 17px transparent;
    background-size: 18px;
  }
  section.header div.searching div.form form ul.tooltip li span.naveindustrial {
    background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/Home/ico_realestate.png") no-repeat 12px 15px transparent;
  }
  section.header div.searching div.form form ul.tooltip li span.cuarto {
    background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/Home/room.png") no-repeat 10px 15px transparent;
    background-size: 12px;
  }
  section.header div.searching div.form form ul.tooltip li span.casacondominio {
    background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/Home/home_condo.png") no-repeat 9px 15px transparent;
    background-size: 18px;
  }
  section.header div.searching div.form form ul.tooltip li span.local {
    background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/Home/ico_warehouse.png") no-repeat 12px 15px transparent;
  }
  section.header div.searching div.form form ul.tooltip li span.edificio {
    background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/Home/ico_building.png") no-repeat 12px 15px transparent;
  }
  section.catastro div.content_catastro {
    padding: 0 350px 0 0;
    background-size: 330px;
  }
  section.apps div div.content {
    padding: 0 45% 0 0;
  }
  section.publish {
    display: none;
  }
  section.publish div div.features {
    padding: 0 1%;
  }
  section.publish div div.features p {
    font-size: 1em;
  }
  section.publish div div.features img {
    height: 30px;
  }
  section.publish div div.features:last-child img {
    margin: 0 auto 10px;
  }
  section.publish div div.features.button {
    background-size: 100%;
  }
  section.publish div div.features.button a {
    padding: 40px 2%;
  }
  section.publish div div.features.button:hover {
    background-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  section {
    padding: 25px 0;
  }
  section.features div div.features-content p.title {
    font-size: 1.2em;
  }
  section.features div div.features-content p:last-child:before {
    background-size: 100%;
    max-width: 200px;
  }
  section.header div.searching div.head-form div.head {
    width: 41%;
  }
  section.header div.searching div.head-form div.head h1 {
    height: 48px;
    width: 100%;
  }
  section.header div.searching div.head-form div.text {
    width: 55%;
  }
  section.header div.searching div.head-form div.text span.initial {
    font-size: 2.2em;
    margin: 5px;
  }
  section.header div.searching div.form form span.initial {
    font-size: 1em;
  }
  section.credits div div.infonavit img,
  section.credits div div.fovisste img,
  section.credits div div.infonavit ul,
  section.credits div div.fovisste ul {
    display: block;
    float: none;
  }
  section.credits div div.infonavit div.info-credit,
  section.credits div div.fovisste div.info-credit {
    width: 100%;
    padding: 92px 0 0;
    background-position: center top;
  }
  section.apps div div.content {
    background-size: auto 70%;
  }
  section.apps div div.content ul.img li.more-info {
    width: auto;
    padding: 10px 15px;
    margin: 10px 0 0 0;
  }
  section.granjas div.links-zone {
    width: 47%;
  }
  section.granjas div.more-departments ul li {
    width: 17%;
  }
  section.granjas div.more-home ul li {
    padding: 0 19px 0 0;
  }
  section.statistics div.title img.sello {
    position: absolute;
    top: 30px;
    right: 0;
    width: 170px;
  }
  section.statistics div.content {
    padding: 280px 0 0;
    background-size: 400px;
    background-position: center top;
    width: 80%;
    margin: 30px auto 0;
  }
  section.statistics div.content a {
    display: block;
    float: none;
    margin: 20px auto 0;
    width: 49%;
    text-align: center;
  }
  section div.title p {
    font-size: 2.3em;
  }
  section.publish div div.features.button {
    background-size: 100%;
    font-size: 1.5em;
  }
  section.publish div div.features.button a {
    padding: 30px 2%;
  }
  section.publish div div.features.button:hover {
    background-size: 100%;
  }
  section.properties-list div.center div.content-list-result div.listado-lista,
  section.properties-list div.center div.content-list-result div.lista-high-listing-map {
    width: 24%;
  }
  section.properties-list div.center div.content-list-result div.listado-lista a div.details-property div.info-list-prop span.view-prop,
  section.properties-list div.center div.content-list-result div.lista-high-listing-map a div.details-property div.info-list-prop span.view-prop {
    width: 49px;
    margin: -25px 0 0 109px;
    display: block;
    padding: 4px 4px;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 900px) {
  section.intro_search {
    background-size: 1000px;
  }
  section.intro_search div.text-description {
    width: 100%;
  }
  section.intro_search div.search_input {
    width: 714px;
    left: 0;
    margin: 0 auto;
  }
  section.intro_search div.search_input input {
    width: 532px;
  }
}
@media screen and (min-width: 1366px) {
  section.intro_search {
    background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/catastro/background_catastro.jpg") no-repeat center 200px;
    background-size: 100%;
  }
}
.modal-confirm {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  background: rgba(0, 0, 0, 0.9);
}
.modal-box-content {
  border-color: #EEE;
  padding: 15px 20px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: table;
  width: 450px;
  line-height: 1.42857;
  background-color: #fff;
}
.modal-box-content .title-modal-box {
  text-align: center;
  margin: 30px 0 20px 0;
  font-weight: 400;
  font-size: 14pt;
  color: #666;
}
.modal-box-content .btn-modal-box {
  background: #4ad200;
  color: white;
  padding: 10px 15px;
  cursor: pointer;
  font-weight: normal;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
  display: block;
  width: 100%;
  box-sizing: border-box !important;
}
#type-operation .icon-derecha {
  color: white;
}
ul.ui-autocomplete li {
  border-bottom: 1px solid #DDD;
}
ul.ui-autocomplete li.ui-menu-item {
  border-bottom: 1px solid #e2e2e2;
}
ul.ui-autocomplete li.ui-menu-item a {
  min-height: 40px;
}
@media screen and (max-width: 1024px) {
  ul.ui-autocomplete li.ui-menu-item a {
    line-height: initial;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide:focus {
  outline: 0;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  cursor: pointer;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.links-showroom {
  display: inline-block;
  width: 33%;
  line-height: 27px;
}
.links-showroom a:hover {
  color: #90D113;
}
