header {
  position: fixed;
  background-color: white;
  width: 100%;
  z-index: 15;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
header .nav-desk {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
@media only screen and (min-width: 992px) {
  header .nav-desk {
    box-shadow: none;
  }
}
header .nav-desk .nav-item {
  padding-left: 10px;
}
header .nav-desk .nav-item.select-language .dropdown-menu {
  left: unset;
  right: 0;
  border: none;
  min-width: auto;
}
header .nav-desk .nav-item.select-language .dropdown-menu .dropdown-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
header .nav-desk .nav-item.select-language .dropdown-toggle::after {
  content: "";
  right: 20px;
  top: calc(50% - 6px);
  width: 8px;
  height: 8px;
  border: none;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  /* Giramos el cuadrado */
  transition: all 0.25s ease;
}
header .nav-desk .nav-item .nav-link {
  padding: 12px 0;
}
@media only screen and (min-width: 768px) {
  header .nav-desk .nav-item .nav-link {
    padding: inherit;
  }
}
header .menu--nav {
  position: static;
}
header .menu--nav .navbar-collapse {
  position: absolute;
  background-color: white;
  left: 0;
  top: 0;
  padding: 5rem 1rem;
  height: 100vh;
  width: 80%;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  header .menu--nav .navbar-collapse {
    position: relative;
    width: auto;
    height: auto;
    padding: inherit;
  }
}
header .nav-item .nav-link {
  text-transform: uppercase;
}
header .navbar-light .navbar-toggler2 {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-color: transparent;
}
header .navbar-light .navbar-toggler2:focus {
  outline: none;
}
header .navbar-brand img {
  max-width: 70px;
}

#carousel-hero .carousel-caption h1 {
  font-family: Segoe-Script;
  font-size: 50px;
}

footer {
  border-top: 3px solid #80CB28;
}
footer h5, footer p {
  color: #3D3D3D;
}

.contenido-productos {
  position: relative;
}
.contenido-productos .control-arrow {
  width: 40px;
  height: 40px;
  background-color: #808080;
  opacity: 0.3;
}
@media only screen and (min-width: 768px) {
  .contenido-productos .control-arrow {
    width: 50px;
    height: 50px;
    margin: 0 10px;
  }
}
.contenido-productos .control-prev {
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  z-index: 10;
}
.contenido-productos .control-prev:hover .control-arrow {
  opacity: 0.5;
}
.contenido-productos .control-prev::after {
  content: "";
  position: absolute;
  right: calc(50% - 8px);
  top: calc(50% - 6px);
  width: 12px;
  height: 12px;
  display: block;
  border-left: 3px solid black;
  border-bottom: 3px solid black;
  transform: rotate(45deg);
  transition: all 0.25s ease;
}
.contenido-productos .control-next {
  position: absolute;
  top: calc(50% - 20px);
  right: 0;
  z-index: 10;
}
.contenido-productos .control-next:hover .control-arrow {
  opacity: 0.5;
}
.contenido-productos .control-next::after {
  content: "";
  position: absolute;
  left: calc(50% - 8px);
  top: calc(50% - 6px);
  width: 12px;
  height: 12px;
  display: block;
  border-right: 3px solid black;
  border-bottom: 3px solid black;
  transform: rotate(-45deg);
  transition: all 0.25s ease;
}
.contenido-productos .slider-productos {
  overflow: auto;
  white-space: nowrap;
  transition: all 0.2s;
}
@media only screen and (min-width: 768px) {
  .contenido-productos .slider-productos {
    overflow: hidden;
    will-change: transform;
    user-select: none;
    cursor: pointer;
  }
}
.contenido-productos .slider-productos.active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.contenido-productos .slider-productos .producto-1 {
  display: inline-block;
  max-width: calc(100vw - 30px);
  margin: 0 10px;
}
.contenido-productos .slider-productos .producto-1:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .contenido-productos .slider-productos .producto-1:first-child {
    margin-left: 10px;
  }
}
.contenido-productos .slider-productos .producto-1:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .contenido-productos .slider-productos .producto-1:last-child {
    margin-right: 10px;
  }
}
.contenido-productos .slider-productos .producto-1 p {
  white-space: normal;
}
.contenido-productos .slider-productos .card {
  border: none;
}
.contenido-productos .slider-productos .card .card-img-top {
  max-width: calc(100vw - 30px);
  object-fit: cover;
}
.contenido-productos .slider-productos .card .card-body {
  padding: 1rem;
}
@media only screen and (min-width: 768px) {
  .contenido-productos .slider-productos .card .card-body {
    padding: 1.25rem;
  }
}
.contenido-productos .slider-productos .card .card-body i {
  padding-top: 7px;
}
.contenido-productos .slider-productos .card .card-title {
  text-transform: uppercase;
  color: #2E9EDE;
  margin-top: auto;
  margin-bottom: auto;
}
.contenido-productos .slider-productos .card .card-text {
  margin-bottom: 0;
}
.contenido-productos .slider-productos .card .card-text img {
  padding-bottom: 5px;
}

.producto-2 {
  border: transparent;
  max-width: 385px;
  margin: 0.75rem auto;
}
@media only screen and (min-width: 768px) {
  .producto-2 {
    flex-direction: row;
    max-width: 100%;
  }
}


#tr-tpl-product, [rel^="http"] {
    cursor: pointer;
}

#tr-tpl-product .btn, #tr-tpl-product .carousel-control-prev, #tr-tpl-product .carousel-control-next {
    cursor: default;
}

.producto-2 .card-img-top {
  border-top-right-radius: 0;
  border-bottom-left-radius: calc(.25rem - 1px);
  width: unset;
}

.producto-2 .address {
  font-weight: bold;
  font-size: 0.8rem;
}

.producto-2 .ic-favorite {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 20px;
  color: #CDCDCD;
}
.producto-2 .card-title {
  text-transform: uppercase;
  color: #2E9EDE;
}
.producto-2 .price {
  font-size: 20px;
}
.producto-2 .card-body h1 {
  left: 20px;
  bottom: 15px;
}
.producto-2 .card-body .short-description {
  max-height: 145px;
  overflow-y: auto;
  margin-bottom: 9px;
}
.producto-2 .card-body .short-description::-webkit-scrollbar {
  -webkit-appearance: none;
}
.producto-2 .card-body .short-description::-webkit-scrollbar:vertical {
  width: 5px;
}
.producto-2 .card-body .short-description::-webkit-scrollbar-button:increment, .producto-2 .card-body .short-description::-webkit-scrollbar-button {
  display: none;
}
.producto-2 .card-body .short-description::-webkit-scrollbar-thumb {
  background-color: #CDCDCD;
  border-radius: 20px;
}
.producto-2 .card-body .short-description::-webkit-scrollbar-track {
  border-radius: 5px;
}
.producto-2 .carousel {
  width: 100%;
  min-width: fit-content;
}
@media only screen and (min-width: 768px) {
  .producto-2 .carousel {
    max-width: max-content;
  }
}
.producto-2 .carousel .carousel-inner {
  height: 100%;
  border-radius: 0.25rem 0.25rem 0 0;
}
@media only screen and (min-width: 768px) {
  .producto-2 .carousel .carousel-inner {
    border-radius: 0.25rem 0 0 0.25rem;
  }
}
.producto-2 .carousel .carousel-inner * {
  height: 100%;
}
.producto-2 .carousel .carousel-inner img {
  width: 100%;
  height: 328px;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .producto-2 .carousel .carousel-inner img {
    width: 328px;
  }
}

.form-check {
  padding-top: 8px;
  padding-bottom: 8px;
}
.form-check .form-check-input {
  color: #929292;
}
.form-check .form-check-label {
  color: #3D3D3D;
}

div#slider-distance {
  width: 100%;
  position: relative;
  height: 2px;
  margin: 15px 0 45px 0;
}
div#slider-distance .slider-component {
  position: absolute;
  left: 9px;
  right: 3px;
  height: 2px;
}
div#slider-distance .slider-component .inverse {
  position: absolute;
  height: 2px;
  background-color: #929292;
  margin: 0 4px;
}
div#slider-distance .slider-component .inverse-left {
  left: 0;
}
div#slider-distance .slider-component .inverse-right {
  right: 0;
}
div#slider-distance .slider-component .range {
  position: absolute;
  left: 0;
  height: 2px;
  background-color: #80CB28;
}
div#slider-distance .slider-component .thumb {
  position: absolute;
  top: -5px;
  z-index: 2;
  height: 12px;
  width: 12px;
  text-align: left;
  margin-left: -8px;
  background-color: #80CB28;
  border-radius: 50%;
  outline: none;
}
div#slider-distance .slider-component .sign {
  text-align: center;
}
div#slider-distance input[type=range] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 3;
  height: 14px;
  top: -6px;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
div#slider-distance input[type=range]:focus {
  outline: none;
}
div#slider-distance input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
  border: transparent;
}
div#slider-distance input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
  -webkit-appearance: none;
}
div#slider-distance input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0 none;
}
div#slider-distance input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0 none;
}
div#slider-distance input[type=range]::-ms-tooltip {
  display: none;
}

.primary-300 {
  color: #80CB28;
}

.gray-400 {
  color: #929292;
}

.gray-500 {
  color: #3D3D3D;
}

.blue-300 {
  color: #2E9EDE;
}

.bg-lightgray {
  background-color: #f2f2f2;
}

.bg-gray-200 {
  background-color: #E9E9E9;
}

.bg-white {
  background-color: white;
}

.btn-primary {
  color: #929292;
  background-color: #E9E9E9;
  border-color: transparent;
}
.btn-primary:hover {
  background-color: #929292;
  border-color: #929292;
}

.btn-secondary {
  color: #80CB28;
  background-color: transparent;
  border-color: #80CB28;
}
.btn-secondary:hover {
  background-color: #80CB28;
  border-color: #80CB28;
}

.btn-primary-300 {
  color: white;
  background-color: #80CB28;
  border-color: transparent;
}

a.btn-secondary {
  padding-top: 10px;
}

a.ver-todo {
  color: #80CB28;
}

ul.pagination .page-item.disabled .page-link {
  background-color: transparent;
}
ul.pagination .page-item.active .page-link {
  background-color: #CDCDCD;
}
ul.pagination .page-link {
  background-color: transparent;
  border: none;
  color: #929292;
}
ul.pagination .page-link:hover {
  background-color: #E9E9E9;
}

.carousel-caption {
  height: fit-content;
  bottom: 0;
  top: 50%;
  transform: translate(0%, -50%);
}

.carousel-indicators {
  margin-bottom: 0;
}
.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid white;
}
.carousel-indicators li.active {
  background-color: white;
}

.logo-whatsapp {
  position: fixed;
  z-index: 10;
  bottom: 20px;
  right: 15px;
  width: 60px;
}
@media only screen and (min-width: 768px) {
  .logo-whatsapp {
    width: 95px;
    bottom: 40px;
    right: 40px;
  }
}

main {
  padding-top: 134px;
}
@media only screen and (min-width: 992px) {
  main {
    padding-top: 78px;
  }
}

.piso-template,
.alquiler-compra {
  padding-top: 45px;
}
@media only screen and (min-width: 992px) {
  .piso-template,
.alquiler-compra {
    padding: 45px 45px 0;
  }
}

.loading .wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  text-align: center;
  transform: translateX(-50%);
}
.loading .spanner {
  position: absolute;
  top: 50%;
  left: 0;
  background: #2a2a2a55;
  width: 100%;
  display: block;
  text-align: center;
  height: 300px;
  color: #FFF;
  transform: translateY(-50%);
  z-index: 1000;
  visibility: hidden;
}
.loading .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
}
.loading .loader,
.loading .loader:before,
.loading .loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loading .loader {
  color: #ffffff;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loading .loader:before,
.loading .loader:after {
  content: "";
  position: absolute;
  top: 0;
}
.loading .loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loading .loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.loading .show {
  visibility: visible;
}
.loading .spanner, .loading .overlay {
  opacity: 0;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
}
.loading .spanner.show, .loading .overlay.show {
  opacity: 1;
  position: fixed;
  height: 100%;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal.modal-contacto .modal-sm, .modal.modal-ordenar .modal-sm {
  max-width: 300px;
  margin: auto;
}
.modal.modal-contacto .modal-header, .modal.modal-ordenar .modal-header {
  justify-content: center;
  border-bottom: none;
}
.modal.modal-contacto .modal-header button.close, .modal.modal-ordenar .modal-header button.close {
  position: absolute;
  right: 1rem;
}
.modal .modal-footer {
  justify-content: center;
  border-top: none;
}
.modal.modal-filtrar .modal-dialog {
  margin: 0;
  height: 100%;
}
.modal.modal-filtrar .modal-dialog .modal-content {
  border: none;
  border-radius: unset;
  height: 100%;
}
.modal.modal-filtrar .modal-header {
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.modal.modal-filtrar .modal-header a {
  color: #929292;
}
.modal.modal-filtrar .modal-header a i.fas {
  font-size: 1.5rem;
}
.modal.modal-filtrar .modal-header h5 {
  color: #357BA4;
}
.modal.modal-filtrar .modal-header button.close {
  padding: 0;
  margin: 0;
}
.modal.modal-contacto .modal-body {
  padding: 1rem 2rem;
}
.modal.modal-contacto .form-group textarea,
.modal.modal-contacto .form-group input {
  border: none;
  border-bottom: 1px solid #CDCDCD;
  padding-left: 0;
}
.modal.modal-contacto .form-group textarea:focus,
.modal.modal-contacto .form-group input:focus {
  box-shadow: none;
}
.modal.modal-contacto .form-group textarea::placeholder,
.modal.modal-contacto .form-group input::placeholder {
  color: #CDCDCD;
}
.modal.modal-menuMobile .modal-dialog {
  margin: 0 20% 0 0;
}
.modal.modal-menuMobile .modal-content {
  height: 100vh;
  border: none;
  border-radius: 0;
}
.modal.modal-menuMobile .modal-content .modal-body {
  padding: 5rem 1rem;
}
.modal.modal-menuMobile .modal-content .modal-body .navbar-nav .nav-item {
  padding-left: 10px;
}
.modal.modal-menuMobile .modal-content .modal-body .navbar-nav .nav-item .nav-link {
  padding: 12px 0;
  text-transform: uppercase;
  color: #3D3D3D;
  border-bottom: 1px solid #E9E9E9;
}

.piso-template .accordion-piso .card {
  border: none;
  padding-bottom: 10px;
}
.piso-template .accordion-piso .card .card-header {
  border: none;
  padding: 0;
  border-radius: 0.25rem;
  background-color: #E9E9E9;
  position: relative;
}
.piso-template .accordion-piso .card .card-header button {
  color: black;
}
.piso-template .accordion-piso .card .card-header button::after {
  content: "";
  position: absolute;
  right: 15px;
  top: calc(50% - 5px);
  width: 8px;
  height: 8px;
  display: block;
  border-left: 2px solid #808080;
  border-bottom: 2px solid #808080;
  transform: rotate(-135deg);
  transition: all 0.25s ease;
}
.piso-template .accordion-piso .card .card-header .collapsed button::after {
  transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) {
  .piso-template .seccion-btn-piso {
    position: absolute;
    bottom: 1.5rem;
    width: 100%;
  }
}
.piso-template .carousel .carousel-item img {
  max-height: 85vh;
  object-fit: cover;
}
.piso-template #block-lamevallar-page-title {
  padding: 0 15px;
}

.path-piso .view--web-additional-info .views-row {
  width: 100%;
}

#tabla-producto {
  font-size: inherit;
}
#tabla-producto thead {
  display: none;
}
#tabla-producto tbody tr {
  padding: 0;
  background: transparent;
  border: none;
}
#tabla-producto tbody tr td {
  border: none;
  padding: 0;
}

.seccion-filtrado {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.seccion-filtrado.show {
  display: block;
}
.seccion-filtrado .header-mobile {
  display: flex;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  margin: -1.5rem -1.5rem 1rem;
  padding: 1rem;
}
.seccion-filtrado .header-mobile h5 {
  color: #357BA4;
}
.seccion-filtrado .header-mobile button {
  border: none;
  background-color: transparent;
  font-size: 1.5rem;
  opacity: 0.5;
}
.seccion-filtrado #form-search h5 {
  color: #80CB28;
}
.seccion-filtrado #form-search button {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 1.5rem;
  width: calc(100% - 3rem);
}
.seccion-filtrado #form-search select {
  border: none;
  border-bottom: 1px solid #E9E9E9;
  border-radius: 0;
  background-color: transparent;
}
@media only screen and (min-width: 992px) {
  .seccion-filtrado {
    display: block;
    position: unset;
    height: auto;
  }
  .seccion-filtrado #form-search h5 {
    color: #3D3D3D;
    font-weight: bold;
  }
  .seccion-filtrado #form-search button {
    position: inherit;
    margin: 0;
    width: 100%;
    color: #929292;
    background-color: #E9E9E9;
    border-color: transparent;
  }
  .seccion-filtrado #form-search button:hover {
    background-color: #929292;
    border-color: #929292;
    color: #fff;
  }
  .seccion-filtrado #form-search select {
    border: none;
    border-radius: 0.25rem;
    background-color: #E9E9E9;
  }
  .seccion-filtrado #form-search select:focus {
    box-shadow: none;
  }
}

@font-face {
  font-family: Segoe-Script;
  src: url(../fonts/segoesc.ttf);
}

/*# sourceMappingURL=style.css.map */
.photoswipe-gallery.field--name-field-galeria-de-fotos img{
  width: 100%;
  height: auto;
}