.owl-carousel {
  display: block;
}

.owl-carousel .slide-owl-wrap:not(:first-child) {
  display: none;
}

.owl-carousel img {
  width: 100%;
}
.owl-carousel.header-slider{
  min-height: 695px;
  display: block;
}
.booking-form select.selectpicker{
  width: 185px;
  height: 45px;
  display: inline-block !important;
  opacity: 0;
}
/* Base CSS */

/*Custom fonts

@font-face {
    font-family: 'heebo-regular', sans-serif;
    src: url(../fonts/Heebo-Regular.ttf);
}

@font-face {
    font-family: 'heebo-medium', sans-serif;
    src: url(../fonts/Heebo-Medium.ttf);
}


@font-face {
    font-family: 'heebo-bold', sans-serif;
    src: url(../fonts/Heebo-Bold.ttf);
}
*/
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:focus {
  outline: 0 solid;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
}

body {
  color: #666666;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
  overflow-x: hidden;
}

p {
  line-height: 1.8;
}

.selector-for-some-widget {
  box-sizing: content-box;
}

a {
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: none;
}

/*--header-top-bar-css-start--*/

.topbar-content a {
  color: #666666;
  font-size: 18px;
  padding-right: 18px;
  font-weight: 400;
}

.topbar-content a i.fas {
  padding-right: 10px;
}

.header-top-bar-area .nice-select {
  font-size: 18px;
  font-weight: 400;
}

/*--header-top-area-css-start--*/

.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu ul li {
  display: inline-block;
}

.menu ul li a {
  display: block;
  color: #666666;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0 10px 0 20px;
  font-size: 18px;
}

.menu ul li a:hover,
.menu ul li a.on,
.topbar-content a.on {
  opacity: 0.5;
}

.menu {
  padding-top: 30px;
  display: block;
}

.logo img {
  width: 300px;
}
/*--header-slider-area-css--*/

.header-slider {
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  min-height: 600px;
  background-color: #d8dade;
}

.header-favoritos {
  background-image: url(../img/slider/header-favoritos.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 150px;
  max-height: 150px;
}
.header-nosotros {
  background-image: url(../img/slider/header-nosotros.jpg);
}

.header-contacto {
  background-image: url(../img/slider/header-contacto.jpg);
}

.header-ficha {
  background-image: url(../img/slider/header-ficha.jpg);
}

.header-slide-content h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  color: #666666;
  margin: 0;
}

.header-slide-content p {
  font-weight: 400;
  color: #666666;
  line-height: 28.8px;
  margin: 0;
  font-size: 24px;
  display: inline-block;
  margin-right: 5px;
}

.slide-content {
  height: 600px;
  position: relative;
}

.header-slide-content {
  background: #fff;
  opacity: 0.68;
  right: -15px;
  width: 450px;
  padding-top: 35px;
  padding-left: 35px;
  padding-bottom: 50px;
  position: absolute;
  bottom: 140px;
}

.slide-content a i.fal {
  font-size: 40px;
  background: #464646;
  color: #fff;
  width: 45px;
  height: 43px;
  text-align: center;
  line-height: 40px;
}

.slide-content a {
  display: inline-block;
  /*position: absolute;
    right: 40%;
    top: 40%;
    */
}

/*--booking-form-area-css--*/

.booking-form input,
.booking-form select {
  width: 145px;
  padding: 8px 15px;
  background: #ffffff;
  border: 1px solid #707070;
  outline: none;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  margin: 3px;
  cursor: pointer;
}

.booking-form-area {
  position: absolute;
  width: 100%;
  margin-top: -95px;
  padding-top: 30px;
  padding-bottom: 20px;
  z-index: 2;
}

.booking-favoritos-form-area {
  margin: 0;
  position: inherit;
  background: #d0d3d4;
}

.booking-favoritos-form-area input,
.booking-favoritos-form-area select {
  border: 1px solid #d0d3d4;
}

.booking-form-area:after {
  position: absolute;
  background: #666;
  content: "";
  width: 100%;
  height: 95px;
  top: 0;
  z-index: -1;
  opacity: 0.6;
}

.booking-form input[type="submit"],
.a_btn_input {
  background: #666;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  border: 3px solid transparent;
  padding: 6px 15px;
  transition: 0.3s;
  min-height: 45px;
  display: inline-block;
  vertical-align: top;
  margin: 3px;
}

.booking-form input[type="submit"]:hover,
.a_btn_input:hover {
  background: #fff;
  color: #666;
  border: 3px solid #666;
}

.booking-form select {
  padding: 9.5px 15px;
}

.booking-favoritos-form-area:after {
  display: none;
}

.booking-ficha-form-area {
  background: #cccdcf;
}

/*--favoritos-area-css--*/

.favoritos-icon-left img,
.favoritos-icon-right img {
  min-height: 22px;
  max-height: 25px;
  min-width: 22px;
  max-width: 25px;
  display: inline-block;
}

.favoritos-icon-left img {
  margin-right: 10px;
}

.favoritos-icon-right img {
  margin-left: 10px;
}

.project-tilte h2 a{
  color: #666666;
  text-transform: uppercase;
}

.favoritos-img {
  display: inline-block;
  float: left;
  width: 33%;
  height: 100%;
}

.favoritos-img img {
  width: 100%;
  height: 100%;
}

.ref {
  font-size: 18px;
  font-weight: 700;
  background: #818286;
  color: #fff;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 3px;
  flex: 1 1 100px;
}
.comercializacion {
  font-size: 18px;
  font-weight: 700;
  color: #666;
  text-transform: uppercase;
  margin-left: 10px;
  flex: 2;
}

.card-info {
  width: 75%;
}

.v-icon {
  margin-right: 39px;
  margin-left: 10px;
  justify-content: center;
}

.v-icon img {
  filter: invert(57%) sepia(44%) saturate(501%) hue-rotate(206deg) brightness(87%) contrast(95%);
  height: 36px;
  width: 36px;
}

.favoritos-content {
  display: inline-block;
  width: 67%;
}

.single-favoritos-project {
  background: #ebebeb;
  height: 242px;
  margin-bottom: 50px;
}

.favoritos-content h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  color: #666;
  padding-top: 1px;
  margin-bottom: 5px;
  min-height: 87px;
}

.favoritos-content h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: -1px;
  padding-top: 10px;
}

.favoritos-content h2,
.favoritos-content h5,
.fav-content {
  padding-left: 95px;
}

.fav-project-size-view {
  width: 55%;
  display: inline-block;
  float: left;
  min-height: 20px;
}

.fav-project-price {
  width: 45%;
  display: flex;
  flex-flow: row wrap;
  height: 84px;
}

.view-left {
  display: inline-block;
  width: 50%;
  float: left;
}

.view-right {
  width: 50%;
  display: inline-block;
}

.view-left,
.view-right {
  font-size: 18px;
  font-weight: 700;
  color: #666;
}

.view-left img,
.view-right img {
  padding-right: 20px;
}

.fav-project-size-view.pb-20:before {
  position: absolute;
  top: 67%;
  content: "";
  width: 335px;
  height: 2px;
  background: #b0b0b0;
  margin: 0 auto;
  left: 41%;
}

a.fav-price {
  background: #818286;
  color: #fff;
  font-weight: 700;
  padding: 8px 25px;
  font-size: 1.05rem;
  width: 100%;
  border-bottom: solid white 1px;
  align-self: end;
}

a.cargar-btn {
  font-size: 16px;
  font-weight: 700;
  color: #666666;
  border: 3px solid #707070;
  padding: 10px 45px;
  display: inline-block;
  line-height: 19.2px;
  letter-spacing: 1px;
  transition: 0.3s;
}

a.cargar-btn:hover {
  background: #666;
  color: #fff;
}

/*--discover-area-css--*/

.advance-search .nice-select {
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
}

.discover-title h1 {
  font-size: 45px;
  font-weight: 300;
  line-height: 54px;
}

.discover-title h3 {
  font-size: 45px;
  font-weight: 300;
  line-height: 54px;
}

.project-tilte h2 {
  margin: 0;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
}

.project-tilte {
  background: #ffffff;
  opacity: 0.7;
  position: absolute;
  bottom: 30px;
  width: 100%;
  padding: 30px 0;
  left: 0;
}

.single-discover-project {
  margin-bottom: 30px;
  display: block;
  transition: 0.3s;
  cursor: pointer;
}

.single-discover-project:hover {
  opacity: 0.7;
}

.single-discover-project img {
  /* min-height: 405px;
  max-height: 405px; */
  width: 100%;
}

.ficha-discover-area #advance {
  padding-top: 0;
  background: #b2b2b2;
}

.discover-area.ficha-discover-area {
  background: #b2b2b2;
}

/*--service-overview-area-css--*/

.service-overview-text h1 {
  font-size: 45px;
  font-weight: 300;
  line-height: 54px;
  padding-bottom: 20px;
}

.service-overview-text p {
  font-size: 24px;
  line-height: 28.8px;
}

/*--featured-properties-area-css--*/

.featured-properties-area {
  background-color: #ebebeb;
}

.single-feature-item-text {
  background-color: #b2b2b2;
  padding-top: 15px;
  position: absolute;
  width: 100%;
  bottom: 0;

  transition: 0.3s;
}

.single-feature-item-text h2,
.single-feature-item-text span,
.single-feature-item-text h5 {
  padding-left: 45px;
}

.single-feature-item-text h2 {
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 5px;
  font-weight: 400;
  position: relative;
  padding-right: 50px;
  min-height: 111px;
}
.single-feature-item-text i {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 3;
}
/*
.single-feature-item-text h2:before {
    position: absolute;
    right: 20px;
    top: 15px;
    color: #666666;
    content: "\f005";
    z-index: 9;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}
*/
.single-feature-item-text h2.on:before {
  position: absolute;
  right: 20px;
  top: 15px;
  color: #666666;
  content: "\f006";
  z-index: 9;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.single-feature-item-text-2 h2:before {
  position: absolute;
  right: 20px;
  top: 15px;
  color: #666666;
  content: "\f005";
  z-index: 9;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.single-feature-item-text span {
  font-size: 18px;
  font-weight: 700;
  color: #666666;
  line-height: 21.6px;
}

.single-feature-item-text h5 {
  font-size: 18px;
  line-height: 21.6px;
  color: #fff;
  padding-top: 12px;
}

.price-btn {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 28.8px;
  background: #666666;
  width: 100%;
  padding: 10px 0;
  padding-left: 45px;
}

.freature-img img {
  min-height: 530px;
  max-height: 530px;
  width: 100%;
}

.single-feature-item:hover .single-feature-item-text {
  opacity: 1;
  visibility: visible;
}

.feature-title h1 {
  font-size: 45px;
  font-weight: 300;
  line-height: 54px;
}

.feature-title h3 {
  font-size: 45px;
  font-weight: 300;
  line-height: 54px;
}

.feature-items .owl-nav div,
.header-slider .owl-nav div {
  position: absolute;
  left: -60px;
  top: 50%;
  font-size: 50px;
  line-height: 60px;
  margin-top: -30px;
  transition: 0.3s;
}

.feature-items .owl-nav div.owl-next,
.header-slider .owl-nav div.owl-next {
  left: auto;
  right: -60px;
}
.header-slider .owl-nav div {
  left: 15px;
  padding: 10px 5px;
  background-color: rgba(255, 255, 255, 0.5);
}
.header-slider .owl-nav div.owl-next {
  right: 15px;
}
a.see-more {
  padding: 10px 45px;
  color: #fff;
  background: #666666;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  border: 3px solid #666;
  transition: 0.3s;
  letter-spacing: 1px;
}

a.see-more:hover {
  color: #666;
  background: #fff;
}

/*--more-info-area-css--*/

.more-info-area {
  background-color: #b2b2b2;
}

.info-title h2 {
  font-size: 45px;
  color: #fff;
  line-height: 54px;
  font-weight: 300;
  padding-bottom: 35px;
}

.info-title h3 {
  font-size: 2.5rem
}

.info-title p {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  line-height: 28.8px;
}

.contact-form input[type="name"],
.contact-form input[type="email"],
.contact-form input[type="text"] {
  width: 90%;
  padding: 15px;
  border: 1px solid #b2b2b2;
  outline: none;
  font-size: 21px;
  line-height: 25.2px;
  margin-bottom: 30px;
  font-weight: 400;
  color: #666;
}

.contact-form textarea {
  height: 80%;
  width: 90%;
  padding: 15px;
  font-size: 21px;
  color: #666666;
  font-weight: 400;
  line-height: 25.2px;
  outline: none;
  border: 1px solid transparent;
}

.contact-form input[type="submit"] {
  padding: 10px 100px;
  display: inline-block;
  float: right;
  background: #666666;
  color: #fff;
  font-weight: 700;
  border: 3px solid #666666;
  margin-right: 60px;
  outline: none;
  transition: 0.3s;
  letter-spacing: 1px;
  cursor: pointer;
}

.enlace_mailto_container{

  display: flex;
  justify-content: center;
}
.enlace_mailto {
  padding: 10px 100px;
  display: inline-block;
  /*margin: auto;*/
  align-self: center;
  background: #666666;
  color: #fff;
  font-weight: 700;
  border: 3px solid #666666;
  /*margin-right: 60px;*/
  outline: none;
  transition: 0.3s;
  letter-spacing: 1px;
  cursor: pointer;
  text-decoration: none;
}


.enlace_mailto:hover {
  background: #fff;
  color: #666;
  border: 3px solid #666;
}


.contact-form input[type="submit"]:hover {
  background: #fff;
  color: #666;
  border: 3px solid #666;
}

.single-contacto-info img {
  min-height: 33px;
  max-height: 60px;
  display: inline-block;
  padding-right: 35px;
}

.single-contacto-info {
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 400;
}

.single-contacto-info p {
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 400;
}

.single-contacto-info img {
  min-height: 33px;
  max-height: 60px;
  display: inline-block;
  padding-right: 35px;
  float: left;
}

.contacto-more-info-area {
  background-color: #fff;
}

.info-title-text p {
  color: #666;
}

.contacto-form input[type="name"],
.contacto-form input[type="email"],
.contacto-form input[type="text"] {
  border: 1px solid #ebebeb;
  background: #ebebeb;
}

.contacto-form textarea {
  border: 1px solid #ebebeb;
  background: #ebebeb;
}

.contacto-author-info h3 {
  font-size: 24px;
  color: #666666;
  font-weight: 700;
  line-height: 32px;
  margin: 0;
}

.contacto-author-info span {
  font-size: 21px;
  font-weight: 400;
  line-height: 28px;
}

.contacto-author-info p {
  font-size: 21px;
  font-weight: 400;
}

.author-phone img,
.author-mail img {
  min-height: 17px;
  max-height: 24px;
  max-width: 24px;
  min-width: 23px;
  margin-right: 15px;
}

.author-phone {
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
}

.author-mail {
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 400;
}

.contacto-author-info {
  background: #fff;
  position: relative;
  margin-top: -100px;

  padding-left: 20px;
  width: 380px;
}

.contacto-author-info h3,
.contacto-author-info span,
.contacto-author-info p {
  padding-left: 40px;
}

.single-contact-author {
  width: 45%;
  display: inline-block;
  float: left;
}

.single-contact-author-2 {
  width: 45%;
  display: inline-block;
  float: right;
}

.contacto-author-info.contacto-author-info-2 {
  left: 0;
}

.contacto-form textarea {
  width: 91%;
  float: right;
}

.contacto-form textarea {
  width: 91%;
  float: right;
}

.contact-form.contacto-form input[type="submit"] {
  margin-right: 0;
}

.volver a {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 3px solid #fff;
  padding: 10px 50px;
  background-color: #b2b2b2;
  transition: 0.3s;
}

.volver a:hover {
  background: #fff;
  color: #666;
  border: 3px solid #666;
}

a.volver-btn {
  margin-right: 65px;
  display: inline-block;
}

a.volver-btn i.fal {
  font-size: 30px;
  position: absolute;
  top: 7px;
  left: 40px;
}

/*--success-area-css--*/

.about-success h1 {
  font-size: 45px;
  font-weight: 300;
  line-height: 54px;
  color: #666666;
  padding-bottom: 35px;
}

.about-success p {
  color: #666666;
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 400;
}

a.know-more {
  color: #fff;
  background: #666666;
  padding: 10px 45px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 35px;
  border: 3px solid #666;
  transition: 0.3s;
}

a.know-more:hover {
  color: #666;
  background: #fff;
}

.about-success {
  background: #fff;
  width: 528px;
  padding-left: 35px;
  padding-right: 75px;
  position: absolute;
  left: -24%;
  margin-top: 80px;
}

.success-people {
  background-image: url(../img/success/success-1.png);
  background-size: cover;
  background-position: center center;
  min-height: 840px;
}

.success-people-2 {
  background-image: url(../img/success/success-2.png);
  max-height: 660px;
  min-height: 660px;
}

.success-people-2 .about-success {
  right: -50%;
  height: 100%;
  left: auto;
  padding-left: 105px;
}

.about-success.noso {
  height: 100%;
}

/*--espectacular-area-css--*/

.espectacular-left h1 {
  min-height: 87px;
  font-size: 36px;
  line-height: 43.2px;
  font-weight: 400;
  color: #666666;
}

.espectacular-left h3 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #666;
  line-height: 22px;
}

.es-ref {
  background: #666;
  display: inline-block;
  color: #fff;
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 700;
  padding: 12px 40px 12px 20px;
}

.es-info a {
  font-size: 16px;
  color: #666;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 15px;
  border-left: 1px solid;
}

.es-info img {
  height: 22px;
  width: 22px;
}

.es-info a:nth-child(1) {
  border: none;
}

.icon-video-a {
 
 width: auto !important;
 height: auto !important;

}

.icon-video {
  display: block;
  overflow: hidden;
  width: 24px;
  height: 24px;
}

.es-price a {
  font-size: 24px;
  background: #666;
  color: #fff;
  font-weight: 700;
  padding: 12px 60px 12px 30px;
  display: inline-block;
  line-height: 28.8px;
}

.es-price {
  padding-top: 104px;
}

/*--section-project-area-css--*/
.section-project-details h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 21.6px;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.project-chart {
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
  border-bottom: 1px solid #bfbfbf;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 5px;
}

.project-chart img {
  margin-right: 60px;
  display: inline-block;
  min-width: 30px;
  max-width: 50px;
  max-height: 30px;
}

.section-project-details p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

/*--swiper-slider-area-css--*/
.swiper-slide {
  height: 510px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.swiper-slide-1 {
  background-image: url(../img/slider/slide-1.jpg);
}

.swiper-slide-2 {
  background-image: url(../img/slider/slide-2.jpg);
}

.swiper-slide-3 {
  background-image: url(../img/slider/slide-3.jpg);
}

.swiper-slide-4 {
  background-image: url(../img/slider/slide-4.jpg);
}

.swiper-slide-5 {
  background-image: url(../img/slider/slide-5.jpg);
}

.swiper-slide-6 {
  background-image: url(../img/slider/slide-6.jpg);
}

.swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.gallery-top {
  height: 80%;
  width: 100%;
}

.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
  height: 105px;
  opacity: 0.7;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

/*--single-section-area-css--*/
.single-section-area h3 {
  font-size: 18px;
  line-height: 21.6px;
  padding-bottom: 15px;
}

.s-area {
  font-size: 18px;
  font-weight: 400;
  color: #666;
}

.s-area p {
  margin: 0;
}

.s-area span {
  display: inline-block;
  line-height: 21.6px;
  min-width: 240px;
}

.s-area-2 span {
  display: block;
  padding-bottom: 5px;
}

.single-section-area-4 span {
  min-width: 260px;
}

.single-section-area-5 span {
  min-width: 130px !important;
}

/*--section-location-area-css--*/
.section-location-left-title h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
  margin-bottom: 10px;
}

.section-location-left-title span {
  font-size: 30px;
  font-weight: 400;
  line-height: 21.6px;
}

.project-vide-popup {
  background-image: url(../img/map/video-bg.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  height: 385px;
  width: 514px;
}

.project-video {
  float: right;
  transition: 0.3s;
}

.project-video:hover {
  opacity: 0.8;
}

a.mfp-iframe.video-play-btn {
  position: absolute;
  top: 50%;
  left: 48%;
  width: 67px;
  height: 46px;
}

.section-location-country .nice-select {
  font-size: 18px;
  font-weight: 400;
  color: #4d5859;
  border: none;
  outline: none;
}

/*--footer-area-css--*/

.footer-area {
  background-color: #666666;
}

.footer-social-link a {
  font-size: 30px;
  color: #fff;
  padding: 10px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-social-link {
  background: #b7b7b7;
}

.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu ul li {
  display: inline-block;
}

.footer-menu ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  text-transform: uppercase;
  padding-right: 20px;
}

.footer-menu {
  padding-top: 35px;
}

.cont-1 {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  line-height: 25.15px;
  width: 40%;
  float: left;
}

.cont-2 {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  line-height: 21.6px;
  font-weight: 400;
}

.footer-copyright {
  color: #fff;
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 400;
  word-spacing: 3px;
}

.footer-copyright a {
  color: #fff;
}

.footer-copyright a:hover {
  opacity: 0.8;
}

.footer-menu ul li a:hover {
  opacity: 0.5;
}

.footer-social-link a:hover {
  opacity: 0.5;
}

/*--nice-select-custom-css*/
.booking-form .nice-select {
  color: #666;
  font-size: 18px;
  padding: 12.5px 15px;
  display: inline-block;
  width: 185px;
  background: #fff;
  margin: 0 3px;
  border: 1px solid transparent;
}

.advance-search-dark-icon .nice-select::after {
  background-image: url(../img/icons/arrow-dawn-dark.png);
}

/*--off-canvas-menu-css*/
.mobile-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-menu ul li {
  display: block;
}

.mobile-menu ul li a {
  display: inline-block;
  color: #666;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 40px;
}

.kindof-language a {
  font-size: 24px;
  color: #666;
  padding-right: 30px;
}

.off-canvar-menu {
  background: #fff;
  position: absolute;
  width: 100%;
  z-index: 99;
  padding: 25px 0;
  transition: 0.3s;
  right: -100%;
  display: none;
}

.mobile-menu {
  position: relative;
  left: 20%;
}

.off-canvar-menu.active {
  right: 0;
  display: block;
}

.off-canvar-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 50px;
}

.menu-close {
  color: #000;
  right: 65px;
  top: 40px;
  position: absolute;
  cursor: pointer;
  z-index: 9;
  padding: 3px 10px;
  font-size: 40px;
}

.menu-trigger span {
  height: 2px;
  width: 30px;
  display: block;
  background: #000;
  margin-bottom: 8px;
}

a.menu-trigger {
  padding-left: 60px;
  float: right;
  display: none;
}

/*--footer-sticky-css*/
.footer-sticky {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #A5B5DE;
  position: fixed;
  z-index: 9;
  width: 100%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  flex-wrap: wrap;
}

.single-sticky-footer {
  width: 33.33%;
  text-align: center;
}

.single-sticky-footer a {
  font-size: 18px;
  color: #666;
  font-weight: 700;
  display: inline-block;
  padding: 10px;
}

.single-sticky-footer span {
  display: block;
  padding-top: 10px;
}

.single-sticky-footer img {
  height: 40px;
  max-width: 50px;
}

.single-sticky-footer a:hover {
  opacity: 0.5;
}

.need-share-button-default .need-share-button_button {
  font-size: 16px !important;
  color: #666 !important;
  text-transform: uppercase;
  font-weight: 700 !important;
  padding: 5px 15px !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  border: none !important;
  line-height: inherit !important;
  border-left: 1px solid !important;
  vertical-align: unset !important;
}
.single-feature-item-text {
  cursor: pointer;
}
.es-info .favoritos {
  font-size: 20px;
}

.es-info{
  display: flex;
}

.fav-listado {
  position: absolute;
  right: 22px;
  top: 1px;
  color: #666;
  font-size: 20px;
}
.fav-listado:hover {
  color: #ccc;
}
.single-favoritos-project {
  cursor: pointer;
}

.buscador_price {
  width: 145px !important;
}

.booking-form .bootstrap-select {
  vertical-align: top;
  margin: 3px;
  width: 185px !important;
}

.booking-form .dropdown-toggle {
  font-size: 18px;
  color: #666;
  border-radius: 0;
  padding: 8px;
}

.booking-form .dropdown-toggle::after {
  border-top: 0.6em solid;
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
  color: #999;
}
.booking-form .dropdown-item.active,
.dropdown-item:active {
  background-color: #666;
}
.booking-form .form-control:focus {
  border-color: #666;
  box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.25);
}

.freature-img {
  min-height: 530px;
  max-height: 530px;
}
.freature-img img {
  min-height: 287px;
}
.bs-select-all {
  display: none;
}
.favoritos-img {
  position: relative;
}
.pestana {
  height: 44px;
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ff0000;
  color: #fff;
  padding: 3px 70px;
}
.pestana::after {
  content: "";
  position: absolute;
  border-left: 28px solid red;
  border-top: 0px solid transparent;
  border-bottom: 44px solid transparent;
  width: 0;
  height: 10px;
  top: 0;
  right: -28px;
}
.pestana.estado_fotos_nuevas{
  background-color: #A5B5DE;
}
.pestana.estado_fotos_nuevas::after{
  border-left-color: #A5B5DE;
}
.pestana.estado_alquilado {
  background-color: #4CBFC4;
}
.pestana.estado_vendido {
  background-color: #D01E49;
}

.pestana.estado_reservado {
  background-color: #596ED5;
}

.pestana.estado_reservado::after {
  border-left-color: #596ED5;
}
.pestana.estado_vendido::after {
  border-left-color: #D01E49;
}
.pestana.estado_alquilado::after {
  border-left-color: #4CBFC4;
}

.ficha_modulos .s-area {
  /* border-bottom: 1px solid #ccc; */
  margin-bottom: 10px;
  padding-bottom: 2px;
}

.service-overview h1, .service-overview h3 {
  font-size: 30px;
  line-height: 1em;
  text-align: left;
  font-weight: bold;
}

.service-overview h1 {
  margin-bottom: 0px;
}

.service-overview h3 {
  text-align: left;
  font-size: 24px;
  font-weight: 400;
}

.service-overview h2 {
  font-size: 18px;
  text-align: left;
  font-weight: normal;
}

.service-overview p {
  font-size: 21px;
  text-align: left;
  font-weight: normal;
}

.owl-carousel .owl-item .basic-info img {
  width: initial;
  display: inline-block;
}
.owl-carousel .owl-item .basic-info {
  margin-left: 10px;
  padding-bottom: 27px;
  min-height: 107px;
}
.owl-carousel .owl-item .view-left,
.owl-carousel .owl-item .view-right {
  height: 40px;
}

.owl-carousel .single-feature-item-text {
  min-height: 244px;
}

.owl-carousel .single-feature-item-text span,
.owl-carousel .single-feature-item-text h5 {
  padding-left: 10px !important;
}
.owl-carousel .single-feature-item-text i {
  top: 2px;
  right: 5px;
}








#result_para{
  max-width: 1168px;
  margin: 0 auto;
}
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 87px;
right: 12px;
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #eee; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
  border: solid 1px #ccc;
  color:#666;
}

#myBtn:hover {
  color:#fff;
  background-color: #555; /* Add a dark-grey background on hover */
}


.dropdown-header{
cursor: pointer;
}

.busqueda_avanzada{
   text-align: right;
  margin-top: 10px;
}

.busqueda_avanzada a{
  position: relative;
  color:#666;
}
.busqueda_avanzada a::after{
  position: absolute;
  right: -21px;
  bottom: 3px;
  content: "";
  width:17px;
  height: 11px;
  background-image: url(../img/icons/arrow-dawn.png);
  transform: rotate(-180deg);

}
.busqueda_avanzada a.collapsed::after{
  transform: rotate(0deg);
bottom: 4px;
}



#busqueda_avanzada .btn-secondary {
  background-color: #aaa;
  border-color: #aaa;
}
#busqueda_avanzada .btn-secondary.active {
  background-color: #545b62;
  border-color: #545b62;
}

#busqueda_avanzada .dropdown {
  margin-bottom: 10px;
  width: 232px;
}

@media (max-width: 1200px) {
  #busqueda_avanzada .dropdown {
 width: 183px;
  }
}
@media (max-width: 992px) {
  #busqueda_avanzada .dropdown {
 width: 133px;
  }
}
@media (max-width: 540px) {

.header-slider{
  min-height: 40vh;
  height: 40vh;
}
.booking-form-area{
  margin-top: 0;
}
.header-favoritos{
  min-height: 10vh;
}
.header-ficha{
  display: none;
}
.buscador-ficha{
  display: none;
}

.booking-form .bootstrap-select{
  width: 153px !important;
}
.buscador_price{
width: 153px !important;
}
.footer-social-link a{
  padding: 10px;
}
  }
#cookie-msg{
  z-index: 100;
}
.flex-listado{
  display: flex;
  flex-wrap: wrap;
}
.flex-listado .row{
  margin-right: unset;
  width: 33%;
  margin-left: unset;
}
.flex-listado .single-favoritos-project {
  height: 515px;
  margin-bottom: 70px;
}
.flex-listado .favoritos-content{
  width: unset;
}
.flex-listado .favoritos-img{
  height: 100%;
  width: 100%;
  overflow: hidden;
  max-height: 223px;
}
.flex-listado .fav-project-size-view.pb-20:before{
  display: none;
}
.flex-listado .favoritos-content h2{
  padding-left: 12px;
  padding-right: 12px;
  font-size: 20px;
  padding-top: 0px;
  margin-bottom: -2px;
}
.flex-listado .fav-content , .flex-listado .favoritos-content h5{
  padding-left: 12px;
}
.flex-listado .fav-project-price{
  width: 45%;
  display: flex;
  /* flex-flow: row wrap; */
  /* height: 84px; */
  position: absolute;
  right: 15px;
  bottom: 28px;
}
.flex-listado .favoritos-img img{
  min-width: 100%;
  height: 100%;
  max-height: 100%;
  width: auto;
}
.flex-listado .fav-project-size-view{
  width: 100%;
}
.flex-listado .favoritos-content h5{
  margin-bottom: 0px;
  font-size: 23px;
}
.flex-listado .ref{
  height: fit-content;
}
.flex-listado .card-info{
  width: 75%;
}
#result_para table{
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
}
#result_para table thead{
  background-color: #818286;
  color: white;
}
#result_para table a{
  background-color: transparent;
  color: unset;
  border: unset;
}
#result_para table a i{
  padding: 5px 8px;
}
#result_para table tbody tr:nth-child(2n) td {
  background: #f0f0f0;
}
.style-div{
  float: right;
  margin-top: 11px;
}
.a_btn_input#line img{
  width: 18px;
  height: 20px;
  filter: invert(1);
}
.rec-info{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px 0px;
}
.rec-info .span{
  width: 50%;
  text-align: center;
}
.rec-form form{
  display: flex;
  flex-wrap: wrap;
}
.rec-form form .col-lg-6{
  padding-left: 8px;
  padding-right: 8px;
}
.rec-form form  input[type="name"], .rec-form form input[type="email"], .rec-form form input[type="text"]{
width: 100%;
}
.rec-form h3{
  width: 100%;
}

.card-price {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
}

.card-price h4 {
  color: #000;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
}

.card-price .price-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 30px;
}

.card-price label {
  font-size: 12px;
  font-weight: 500;
}

.card-price p {
  font-size: 16px;
  font-weight: 600;
}

.card-price .range-slider {
  width: 100%;
  position: relative;
  margin: 15px 0 30px 0;
}

.card-price input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
  position: absolute;
  left: 0;
  border:unset;
}

.card-price input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  background: #a5b5de;
  cursor: pointer;
  margin-top: -7px;
  position: relative;
  z-index: 1;
}

.card-price input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  background: #e8e8e8;
  border-radius: 3px;
  border: none;
}


.rec-form .type-inmueble .bootstrap-select{
  width: 80% !important;
}
.rec-form .type-inmueble{
  width: 100%;
  display: flex;
  justify-content: center;
}
.zona-recomendacion{
  display: flex;
  align-items: center;
  margin:60px 0px 40px;
}
.zona-recomendacion div.bootstrap-select{
width: 50% !important;
}
.more-options-rec{
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 22px;
}
.more-options-rec h3{
  width: fit-content;
  margin-bottom: 0;
  margin-right: 10px;
}
.more-options-rec:hover , .more-options-rec.active{
  color: #a5b5de;
}
.more-options-rec i{
  transition: transform 1s;
}
.more-options-rec.active i{
  transform: rotate(135deg);
}
.rec-form #busqueda_avanzada{
  max-height: 0px;
  opacity: 0;
  transition: max-height 1.3s , opacity 1.6s;
}
.rec-form #busqueda_avanzada.active{
  max-height: 1000px;
  opacity: 1;
}
.more-options-rec.active:hover{
  color: #666666;
}
.rec-form h4{
  color: #666666;
}
.check-politica-privacidad{
  width: 100%;
  margin: 20px 0px;
  font-size: 18px;
}
.check-politica-privacidad a:hover{
  text-decoration: underline;
}
.rec-submit-form{
  display: none;
  text-align: center;
}
.retry-rec{
  background: #666;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  border: 3px solid transparent;
  padding: 6px 15px;
  transition: 0.3s;
  min-height: 45px;
  display: inline-block;
  vertical-align: top;
  margin: 3px;
  margin-top:20px;
  margin-left: 200px;
  margin-right: 200px;
}
.retry-rec:hover{
  background: #fff;
  color: #666;
  border: 3px solid #666;
}
.topbar-content a.rec-link{
  color: #a5b5de;
}
.rec-form #busqueda_avanzada.active{
  width: 100%;
}
.rec-form #busqueda_avanzada .btn-secondary{
  text-wrap: pretty;
}
.share-ficha{
  position: relative;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  height: 29.2px;
  border-left: 1px solid;
  padding: 5px 15px;
  justify-content: flex-end;
}
.jssocials{
  width: 100%;
}
.jssocials-share{
  margin: 0 !important;
}
.jssocials-shares{
  width: 100%;
}
.jssocials-share-logo{
  font-size: 20px !important;
}

.form_precio_max, .form_precio_min{
  width: 100%;
  padding: 10px;
  position: relative;

}

.contact-form .form_precio_max input , .contact-form .form_precio_min input{
  text-align: right;
  width: 100%;
  padding-right: 30px;
}

.currency-symbol {
  position: absolute;
  font-size: 21px;
  color: #666;
  pointer-events: none;
  align-items: right;
  right: 25px;
  bottom: 52px;
}
.select-ubicacion{
  display: contents;
}
@media (max-width: 376px) {
  
  .card-price .price-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px -29px;
}
  .form_precio_max input::placeholder,
  .form_precio_min input::placeholder{
    font-size: 13px;
  }

  .form_precio_max input ,.form_precio_min input{
    text-align: center;
    width: 100%;
    padding-right: 25px;
    
  }
  
  .currency-symbol {
    
    font-size: 15px;
    bottom: 55px;
}
}
@media (max-width: 426px) {
  
  .card-price .price-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px -16px;
}
  .form_precio_max input::placeholder,
  .form_precio_min input::placeholder{
    font-size: 17px;
  }

  .form_precio_max, .form_precio_min {
    width: 162px;
    padding: 5px;
    
}
  
  .form_precio_max input ,.form_precio_min input{
    text-align: left;
    width: 100px;
    font-weight: 100;
    font-size: 11px;
  }
  
  .currency-symbol {
    font-size: 15px;
    bottom: 51px;
    right: 10px;
}

  
}