@charset "UTF-8";
body {
  font-family: "Yanone Kaffeesatz"; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    margin: 0;
    padding: 0; }
  ul.inline li {
    list-style: none;
    display: inline-block; }
    ul.inline li a:hover, ul.inline li a:focus {
      text-decoration: none; }
    ul.inline li a.underline:hover, ul.inline li a.underline:focus {
      text-decoration: underline; }

.btn-eliminar{
  margin-top:10px;
  margin-bottom: 10px;
  margin-left:15px;
}

.btn-reservar{
  margin-top:10px;
  margin-bottom: 10px;
  margin-left:15px;
color:red;  
}
.btn-eliminar:hover,.btn-reservar:hover {
        background: #DDDDDD;
        border-color: white;
        /*color: #066cca; */
        max-width: 100%; 
}


.red {
        color: #B20000; }
  .top-header {
  height: 40px;
  background: #066cca;
  color: #6fb8fb;
  line-height: 40px;
  font-family: "Abel"; }
  .top-header a {
    color: #6fb8fb; }
  .top-header .redes {
    display: inline-block;
    float: right; }
    .top-header .redes .redes-btn {
      border: 1px solid #6fb8fb;
      border-radius: 100px;
      width: 30px;
      height: 30px;
      display: inline-block;
      line-height: 30px;
      text-align: center;
      transition: 0.1s; }
      .top-header .redes .redes-btn:hover {
        background: white;
        border-color: white;
        color: #066cca; }
  .top-header .top-menu {
    display: inline-block; }
    .top-header .top-menu i {
      margin-right: 10px; }
    .top-header .top-menu li {
      margin-right: 25px; }
      .top-header .top-menu li:first-child {
        margin-right: 17px; }
  .top-header .lang-select {
    width: 55px; }
    .top-header .lang-select + .select2-container--default .select2-selection--single {
      background: transparent;
      border-radius: 8px;
      border: 1px solid #6fb8fb;
      height: 24px; }
      .top-header .lang-select + .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #6fb8fb transparent transparent transparent;
        border-width: 0; }
      .top-header .lang-select + .select2-container--default .select2-selection--single .select2-selection__arrow:before {
        content: "";
        font-family: "FontAwesome";
        top: -9px;
        position: absolute;
        right: 5px; }
      .top-header .lang-select + .select2-container--default .select2-selection--single #select2--container {
        line-height: 20px; }
      .top-header .lang-select + .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 22px; }

.main-header {
  height: 100px;
  box-shadow: 0 2px 9px 0px rgba(0, 0, 0, 0.1);
  position: relative; }
  .main-header .right {
    float: right; }
    .main-header .right li a {
      display: inline-block;
      line-height: 100px;
      color: #7f7f7f;
      font-size: 21px;
      padding: 0 10px; }
      .main-header .right li a:hover, .main-header .right li a:focus {
        text-decoration: none; }
      .main-header .right li a .cart {
        background: #ddd;
        width: 35px;
        height: 35px;
        display: inline-block;
        border-radius: 50px;
        text-align: center;
        line-height: 36px;
        font-size: 14px; }
    .main-header .right li.active a, .main-header .right li:hover a {
      color: #00be02; }
  .main-header .badge {
    display: inline-block;
    font-family: "Abel"; }
    .main-header .badge img {
      margin-right: 15px; }
    .main-header .badge span {
      font-size: 19px;
      line-height: 100px;
      display: inline-block;
      color: #999; }
      .main-header .badge span i {
        margin-right: 5px;
        font-size: 24px;
        vertical-align: -2px; }
  .main-header .container {
    position: relative; }
  .main-header .menu {
    display: inline-block;
    float: right;
    position: absolute;
    right: 0;
    z-index: 200; }
    .main-header .menu a {
      background: #066cca;
      padding: 15px;
      text-align: center;
      color: white;
      display: inline-block;
      font-size: 14px;
      border-radius: 5px;
      width: 50px;
      height: 50px;
      margin-top: 25px; }

.main-head {
  min-height: 550px;
  background-size: cover;
  background-position: bottom;
  position: relative; }
  .main-head #home-slider .carousel-item {
    min-height: 550px;
    background-size: cover;
    background-position: center; }
  .main-head .flex {
    display: flex;
    justify-content: center;
    margin: 0; }
  .main-head .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    min-height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .main-head .search-box {
    padding: 20px 5px;
    background: white;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    max-width: 660px; }
    .main-head .search-box input, .main-head .search-box button, .main-head .search-box select, .main-head .search-box .tesy-select {
      min-height: 50px;
      width: 100%;
      border-radius: 5px; }
    .main-head .search-box input, .main-head .search-box select, .main-head .search-box .tesy-select {
      border: 1px solid #e0e0e0;
      font-size: 18px;
      color: #7f7f7f;
      padding-left: 5px;
      background: #fcfcfc; }
    .main-head .search-box select {
      padding-bottom: 12px !important;
      padding-top: 11px !important; }
    .main-head .search-box input {
      margin-bottom: 15px;
      padding-left: 8px; }
    .main-head .search-box .icon-calendar {
      position: relative;
      flex: 1; }
      .main-head .search-box .icon-calendar:before {
        content: "";
        font-family: "FontAwesome";
        position: absolute;
        z-index: 10;
        right: 15px;
        line-height: 50px;
        font-size: 17px;
        color: #c0c0c0;
        pointer-events: none; }
    .main-head .search-box button {
      background: #066cca;
      border: 0;
      color: white;
      cursor: pointer;
      font-size: 18px; }
    .main-head .search-box .margin {
      margin: 0 10px;
      line-height: 45px;
    }
.blue {
    color: #066cca; }
.head-bottom {
  padding: 50px 0;
  color: #7f7f7f; }
  .head-bottom h2 {
    font-size: 34px;
    margin-bottom: 24px; }
  .head-bottom p {
    font-size: 22px;
    line-height: 1.2em; }
  .head-bottom .blue {
    color: #066cca; }

.section-inquilinos {
  padding: 80px 0 50px 0;
  background: #f7f7f7;
  margin-top: 50px;
  position: relative; }
  .section-inquilinos h2 {
    color: #7f7f7f;
    font-size: 28px;
    max-width: 660px;
    text-align: center;
    margin: 0 auto 20px auto; }
    .section-inquilinos h2 .blue {
      color: #066cca; }
  .section-inquilinos .box-icon {
    width: 170px;
    height: 170px;
    background: #066cca;
    line-height: 170px;
    text-align: center;
    border-radius: 500px;
    margin: 0 auto 15px auto; }
  .section-inquilinos .iconos {
    text-align: center;
    color: #7f7f7f;
    margin-top: 20px; }
    .section-inquilinos .iconos h4 {
      font-size: 24px; }
    .section-inquilinos .iconos p {
      font-size: 18px;
      line-height: 1.2em; }
    .section-inquilinos .iconos .col-md-3 {
      padding: 0 10px; }

.section-apartamentos {
  padding: 55px 0; }
  .section-apartamentos h2 {
    font-size: 34px;
    margin-bottom: 60px;
    color: #7f7f7f;
    text-align: center; }
  .section-apartamentos .box-dep {
    padding: 10px;
    border: 1px solid #cdcdcd;
    max-width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
    .section-apartamentos .box-dep figure {
      background-size: cover;
      background-position: center;
      border-radius: 5px;
      height: 356px;
      margin: 0;
      position: relative; }
      .section-apartamentos .box-dep figure .content {
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        text-align: center;
        display: flex;
        font-size: 34px;
        justify-content: center;
        align-items: center;
        color: white;
        transition: 0.25s; }
    .section-apartamentos .box-dep:hover figure .content {
      background: rgba(0, 0, 0, 0.2); }

.section-bar {
  background-image: url("img/bar.jpg");
  background-size: cover;
  background-position: center;
  padding: 50px 0;
  color: #99CCFC;
  font-size: 16px;
  font-family: "Abel"; }
  .section-bar .flex {
    display: flex; }
  .section-bar .box-bar {
    border: 2px solid #6EB8FA;
    border-radius: 5px;
    margin: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-basis: 250px;
    padding: 5px;
    line-height: 1.2em; }

.section-noticias {
  padding: 80px 0 50px 0;
  background: #f7f7f7;
  margin-top: 150px;
  position: relative; }
  .section-noticias article {
    overflow: hidden;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
    color: #7f7f7f; }
    .section-noticias article figure {
      margin: 0;
      height: 250px;
      background-size: cover;
      background-position: center;
      position: relative; }
      .section-noticias article figure:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-repeat: no-repeat;
        background-position: 50%;
        background-image: url("img/new-bg.png");
        box-shadow: inset 0px -100px 80px -50px #066cca;
        opacity: 0;
        transition: 0.2s; }
    .section-noticias article .article-content {
      padding: 15px; }
      .section-noticias article .article-content h3 {
        font-size: 23px; }
      .section-noticias article .article-content p {
        font-size: 17px; }
      .section-noticias article .article-content .readmore {
        font-size: 16px;
        font-family: "Abel"; }
        .section-noticias article .article-content .readmore i {
          margin-left: 15px;
          font-weight: bolder;
          font-size: 18px; }
    .section-noticias article:hover figure:before {
      opacity: 1; }

.main-footer {
  background: #066cca;
  padding: 25px 0 45px 0;
  font-family: "Abel";
  font-size: 18px;
  color: white; }
  .main-footer h3 {
    border-bottom: 1px solid #6fb8fb;
    padding-bottom: 10px;
    font-size: 24px; }
  .main-footer a {
    color: white; }
  .main-footer ul {
    margin: 0;
    padding: 0; }
    .main-footer ul li {
      margin: 0;
      padding: 0;
      list-style: none; }
  .main-footer .suscribir {
    margin-bottom: 5px;
    font-size: 14px; }
  .main-footer form {
    font-size: 16px; }
    .main-footer form input, .main-footer form button {
      height: 30px;
      width: 100%;
      border: 0;
      border-radius: 5px;
      font-family: "Yanone Kaffeesatz"; }
    .main-footer form input {
      margin-bottom: 5px;
      padding: 5px;
      font-size: 16px; }
    .main-footer form button {
      background: #054F92;
      color: white;
      font-size: 18px; }

.bottom-footer {
  font-family: "Abel";
  background: #054F92;
  padding: 20px 0;
  color: #6fb8fb;
  box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.02);
  font-size: 16px; }
  .bottom-footer .left, .bottom-footer .right {
    display: inline-block; }
  .bottom-footer .right {
    float: right; }
    .bottom-footer .right a {
      color: white; }

.page-contacto {
  padding: 65px 0; }
  .page-contacto h1 {
    font-size: 35px;
    color: #7f7f7f; }
  .page-contacto p {
    font-size: 20px;
    color: #7f7f7f;
    text-align: justify !important;;  }
  .page-contacto .list {
    color: #7f7f7f;
    margin-bottom: 15px; }
    .page-contacto .list b {
      font-size: 20px;
      font-family: "Yanone Kaffeesatz"; }
    .page-contacto .list li {
      font-size: 16px;
      list-style: none;
      font-family: "Abel"; }
    .page-contacto .list i {
      font-size: 24px; }
  .page-contacto .formulario input, .page-contacto .formulario textarea {
    width: 100%;
    margin-bottom: 15px;
    background: #fcfcfc;
    border: 2px solid #eee;
    border-radius: 5px;
    min-height: 50px;
    padding-left: 10px;
    font-size: 18px;
    outline: none;
    transition: 0.5s; }
    .page-contacto .formulario input:focus, .page-contacto .formulario textarea:focus {
      border-color: #066cca; }
  .page-contacto .formulario textarea {
    min-height: 80px;
    padding-top: 10px; }
  .page-contacto .formulario button {
    background: #066cca;
    border-radius: 5px;
    border: 0;
    min-height: 50px;
    min-width: 230px;
    font-size: 18px;
    color: white; }

.page-search-filter {
  background: #f7f7f7;
  padding: 55px 0;
  color: #7f7f7f; }
  .page-search-filter h1 {
    font-size: 34px; }
  .page-search-filter input[type="checkbox"] {
    width: 10% !important;
    min-height: 5px !important;

  }  
  .page-search-filter input, .page-search-filter select  {
    background: #fcfcfc;
    border: 1px solid #e0e0e0;
    min-height: 50px;
    width: 100%;
    border-radius: 5px;
    padding-left: 15px;
    font-size: 18px; }
  .page-search-filter select {
    padding-bottom: 12px !important;
    padding-top: 11px !important;
    color: #7f7f7f; }
  .page-search-filter .icon-calendar {
    position: relative; }
    .page-search-filter .icon-calendar:before {
      content: "";
      font-family: "FontAwesome";
      position: absolute;
      z-index: 10;
      right: 15px;
      line-height: 50px;
      font-size: 17px;
      color: #c0c0c0;
      pointer-events: none; }
  .page-search-filter button {
    min-height: 50px;
    border: 0;
    border-radius: 5px;
    background: #066cca;
    color: white;
    font-size: 18px;
    width: 100%; }

.page-search-list {
  padding: 55px 0; }
  .page-search-list article {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
    margin-bottom: 30px; }
    .page-search-list article figure {
      height: 250px;
      background-size: cover;
      background-position: center;
      margin: 0;
      position: relative;
      overflow: hidden; }
      .page-search-list article figure.recomendado:after {
        content: "Apartamento Recomendado";
        background: #066cca;
        padding: 5px 50px;
        color: white;
        font-size: 18px;
        transform: rotate(-45deg);
        display: inline-block;
        position: absolute;
        left: -63px;
        top: 40px; }
      .page-search-list article figure:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-repeat: no-repeat;
        background-position: 50%;
        background-image: url("img/new-bg.png");
        box-shadow: inset 0px -100px 80px -50px #066cca;
        opacity: 0;
        transition: 0.2s; }
      .page-search-list article figure:hover:before {
        opacity: 1; }
    .page-search-list article .content {
      padding: 10px;
      color: #7f7f7f; }
      .page-search-list article .content p {
        font-size: 18px;
        line-height: 1.2em; }
      .page-search-list article .content .prices .badge-price {
        background: #dddddd;
        border-radius: 5px;
        min-height: 32px;
        line-height: 32px;
        padding-left: 5px;
        font-size: 17px;
        margin-bottom: 10px;
        overflow: hidden; }
      .page-search-list article .content .prices .red {
        color: #B20000; }
      .page-search-list article .content .prices .btn-contratar {
        height: 32px;
        background: #066cca;
        padding: 0 10px;
        display: inline-block;
        float: right;
        color: white;
        transition: 0.2s; }
        .page-search-list article .content .prices .btn-contratar:hover {
          text-decoration: none;
          background: #B20000; }
      .page-search-list article .content .details {
        background: #f7f7f7;
        padding: 15px;
        margin-bottom: 15px;
        margin-left: -10px;
        margin-right: -10px;
        font-size: 16px; }
        .page-search-list article .content .details i {
          color: #066cca;
          margin-right: 10px;
          font-size: 16px;
          min-width: 21px;
          text-align: center; }
        .page-search-list article .content .details img {
          margin-right: 10px;
          min-width: 21px;
          max-width: 21px;
          text-align: center; }
      .page-search-list article .content .readmore {
        text-align: right;
        font-family: "Abel";
        font-size: 16px; }

.page-single-head {
  background: #f7f7f7;
  padding: 35px 0 50px 0; }
  .page-single-head .breadcrumb {
    background: white;
    border-radius: 0;
    font-size: 18px;
    color: #7f7f7f;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 10px;
    position: relative; }
    .page-single-head .breadcrumb li {
      display: inline-block; }
      .page-single-head .breadcrumb li:after {
        content: "";
        font-family: "FontAwesome";
        margin: 0 5px; }
      .page-single-head .breadcrumb li:last-child {
        color: #00be02; }
        .page-single-head .breadcrumb li:last-child:after {
          content: ""; }
    .page-single-head .breadcrumb:before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 0 20px 25px;
      border-color: transparent transparent transparent white;
      position: absolute;
      top: 0;
      right: -25px; }
  .page-single-head h1 {
    color: #7f7f7f;
    font-size: 34px;
    margin: 0; }
  .page-single-head .location {
    color: #7f7f7f;
    font-size: 20px;
    margin-top: 15px; }
    .page-single-head .location i {
      margin-right: 15px; }
  .page-single-head .data {
    float: right;
    font-size: 20px;
    color: #7f7f7f; }
    .page-single-head .data li {
      list-style: none; }
      .page-single-head .data li i {
        margin-right: 10px; }
      .page-single-head .data li .red {
        color: #B20000; }
    .page-single-head .data .btn-ahorro, .page-single-head .data .btn-reservar {
      display: inline-block;
      color: white;
      padding: 2px 10px;
      margin-top: 5px;
      font-size: 16px;
      border-radius: 5px; }
      .page-single-head .data .btn-ahorro:hover, .page-single-head .data .btn-reservar:hover {
        text-decoration: none; }
    .page-single-head .data .btn-reservar {
      background: #066cca;
      margin-left: 5px; }
    .page-single-head .data .btn-ahorro {
      background: #B20000; }

  .page-single-detalle {
    padding: 70px 0;
  }
  
  .page-single-detalle .galeria .carousel-item {
    min-height: 550px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
  }

  .slick-slide img {
    width: 100%;
    border-radius: 5%;
  }
  .slider-for {
    position: relative;
  }
  button.slick-arrow,
  button.slick-arrow:hover,
  button.slick-arrow:focus {
    width: 50px;
    height: 50px;
    background: #066cca;
    border-radius: 100%;
    text-shadow: none;
    line-height: 50px;
    position: absolute;
    z-index: 2;
  }
  button.slick-prev {
    top: 50%;
    left: 50px;
    transform: translate(-50%, -50%);
  }
  button.slick-next {
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
  }
  .slick-prev:before,
  .slick-next:before {
    text-align: center;
    vertical-align: middle;
  }
  .slider-nav {
    margin: 20px 0;
  }
  .slider-nav .slick-slide {
    padding: 5px; 
  }
  .slider-nav .slick-current.slick-active img {
    box-shadow: 0 0 0 2px #066cca;
  }
  .page-single-detalle .galeria .thumbs .carousel-indicators {
    position: relative;
    top: 0;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
  }
  .page-single-detalle .galeria .thumbs a {
    height: 125px;
    display: inline-block;
    flex-grow: 1;
    background-size: cover;
    background-position: center;
    margin: 5px;
    border-radius: 8px;
    flex: 0 0 auto;
    width: 15.84% !important; }
  .page-single-detalle .single-content {
    margin-top: 60px;
    color: #7f7f7f; }
    .page-single-detalle .single-content p {
      font-size: 20px;
      line-height: 1.2em; }
    .page-single-detalle .single-content h3 {
      font-size: 34px; }
    .page-single-detalle .single-content .title {
      border-bottom: 1px solid #eaeaea;
      padding-bottom: 15px;
      margin-top: 10px;
      margin-bottom: 10px; }
    .page-single-detalle .single-content aside .box {
      margin-bottom: 20px; }
      .page-single-detalle .single-content aside .box iframe {
        padding: 10px;
        border: 1px solid #cdcdcd;
        max-width: 100%;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
    .page-single-detalle .single-content .servicios li {
      display: inline-block;
      list-style: none;
      font-size: 20px;
      margin-right: 20px;
      line-height: 45px;
      font-family: "Yanone"; }
      .page-single-detalle .single-content .servicios li img {
        margin-right: 5px;
        max-height: 30px; }
    .page-single-detalle .single-content .precios {
      margin-top: 15px; }
      .page-single-detalle .single-content .precios .precio-badge {
        background: #9DFF9D;
        color: #1A6600;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 18px;
        font-family: "Yanone"; }
        .page-single-detalle .single-content .precios .precio-badge .red {
          color: #B20000; }
        .page-single-detalle .single-content .precios .precio-badge .right {
          color: #066cca;
          float: right; }
        .page-single-detalle .single-content .precios .precio-badge.active {
          background: #B20000;
          color: white; }
          .page-single-detalle .single-content .precios .precio-badge.active .red {
            color: white; }
          .page-single-detalle .single-content .precios .precio-badge.active .right {
            color: white !important; }
    .page-single-detalle .single-content .opiniones {
      margin-top: 25px; }
      .page-single-detalle .single-content .opiniones .avatar {
        float: left;
        padding: 10px;
        border: 1px solid #cdcdcd;
        max-width: 100%;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        padding: 5px; }
      .page-single-detalle .single-content .opiniones .name {
        color: #066cca; }
      .page-single-detalle .single-content .opiniones span {
        font-size: 18px; }
      .page-single-detalle .single-content .opiniones img {
        margin-right: 10px; }
    .page-single-detalle .single-content .opinion-data .rating {
      unicode-bidi: bidi-override;
      direction: rtl;
      color: #8d8d8d;
      display: inline;
      float: right; }
    .page-single-detalle .single-content .opinion-data .rating > span {
      display: inline-block;
      position: relative;
      width: 1.1em;
      font-size: 20px;
      margin-left: 5px; }
    .page-single-detalle .single-content .opinion-data .rating > span:hover i, .page-single-detalle .single-content .opinion-data .rating > span:hover ~ span i {
      background-image: url("img/star.png"); }
    .page-single-detalle .single-content .opinion-data li {
      list-style: none;
      font-size: 16px;
      display: block; }
      .page-single-detalle .single-content .opinion-data li .star {
        background-image: url("img/star2.png");
        width: 24px;
        height: 24px;
        display: inline-block;
        margin-left: 3px; }

.bordered {
  padding: 10px;
  border: 1px solid #cdcdcd;
  max-width: 100%;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.title-box {
  max-width: 380px;
  min-width: 380px;
  min-height: 70px;
  background: white;
  display: inline-block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  text-align: center;
  line-height: 70px;
  position: absolute;
  left: 0;
  right: 0;
  top: -35px;
  margin: 0 auto; }
  .title-box h1 {
    line-height: 70px;
    margin: 0;
    font-size: 34px;
    color: #7f7f7f; }

.tesy-select {
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  position: relative; }
  .tesy-select select {
    border: 0 !important;
    width: 100% !important;
    outline: none; }
  .tesy-select.drop:before {
    content: "";
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    color: #BFBFBF;
    padding-right: 10px;
    background: white;
    pointer-events: none; }

@media (min-width: 1200px) {
  .head-bottom .container, .section-noticias .container {
    width: 1200px; } }
@media (max-width: 1200px) {
  .page-single-detalle .single-content .opiniones span {
    font-size: 17px; }

  .hider-br {
    display: none !important; } }
@media (max-width: 992px) {
  .main-header .right {
    background: rgba(6, 109, 202, 0.8);
    position: fixed;
    top: 0;
    left: -100%;
    right: 0;
    bottom: 0;
    z-index: 150;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: 0.2s; }
    .main-header .right ul {
      display: block;
      width: 100%; }
      .main-header .right ul li {
        display: block;
        text-align: center;
        opacity: 0;
        transform: translateX(25px); }
        .main-header .right ul li a {
          color: white;
          width: 100%;
          line-height: 70px;
          font-size: 35px; }
        .main-header .right ul li.menu-visible {
          animation-fill-mode: forwards !important;
          animation: menu-items;
          animation-duration: 0.5s; }
        .main-header .right ul li:nth-child(1) {
          animation-delay: 0.2s; }
        .main-header .right ul li:nth-child(2) {
          animation-delay: 0.4s; }
        .main-header .right ul li:nth-child(3) {
          animation-delay: 0.6s; }
        .main-header .right ul li:nth-child(4) {
          animation-delay: 0.7s; }
        .main-header .right ul li:nth-child(5) {
          animation-delay: 0.8s; }
        .main-header .right ul li:nth-child(6) {
          animation-delay: 1s; }
    .main-header .right.active {
      left: 0; }

  .page-single-head {
    text-align: center; }
    .page-single-head .data {
      float: none;
      border-top: 1px solid #ccc;
      padding-top: 25px;
      margin-top: 25px; } }
@media (max-width: 768px) {
  .main-footer .suscribir {
    margin-top: 50px; }

  .section-bar .flex {
    display: block; }
    .section-bar .flex .box-bar {
      margin-bottom: 15px;
      padding: 15px; }

  .section-noticias article {
    margin-bottom: 35px; }

  .title-box {
    min-width: 100%; }

  .section-apartamentos .box-dep {
    margin-bottom: 25px; }

  .page-single-head .breadcrumb {
    height: auto; }
    .page-single-head .breadcrumb:before {
      content: none; }

  .page-single-detalle .galeria .thumbs a {
    height: 80px; }
  .page-single-detalle .single-content .servicios li {
    display: block;
    border-bottom: 1px solid #eee; } }
@media (max-width: 768px) and (min-width: 600px) {
  .page-contacto .list {
    width: 55%;
    text-align: center;
    display: inline-block;
    padding: 30px 0; }
    .page-contacto .list .col-xs-1, .page-contacto .list .col-xs-10 {
      width: 100%; } }
@media (max-width: 600px) {
  .hide-mobile {
    display: none !important; }

  .main-header {
    padding: 0 5vw; }

  .page-single-detalle .galeria .thumbs a {
    width: 25%; }
    .page-single-detalle .galeria .thumbs a.active {
      width: 25%; }
  .page-single-detalle .galeria .thumbs .carousel-indicators {
    display: inline-block; }
  .page-single-detalle .galeria .carousel-item {
    min-height: 300px; }
  .page-single-detalle .galeria .carousel-control {
    top: 120px; } }
@media (max-width: 1200px) {
  .page-search-list article .content .prices .badge-price {
    text-align: center;
    padding-left: 0; }
    .page-search-list article .content .prices .badge-price .btn-contratar {
      float: none;
      width: 100%; } }
@media (max-width: 992px) {
  body {
    margin-top: 140px; }

  .main-header {
    position: fixed;
    background: white;
    left: 0;
    right: 0;
    z-index: 150;
    top: 40px; }

  .top-header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 150;
    top: 0; }

  .main-header .right {
    height: calc(100vh - 140px);
    top: 140px; }

  .head-bottom img {
    margin-bottom: 25px; } }
@media (max-width: 768px) {
  body {
    margin-top: 100px; }

  .main-header {
    position: fixed;
    background: white;
    left: 0;
    right: 0;
    z-index: 150;
    top: 0; }

  .main-header .right {
    height: calc(100vh - 100px);
    top: 100px; }

  .page-search-filter input, .page-search-filter select {
    margin: 5px 0; }
  .page-search-filter button {
    margin-top: 5px; } }
@media (max-width: 600px) {
  body {
    margin-top: 70px; }

  .main-header {
    position: fixed;
    background: white;
    left: 0;
    right: 0;
    z-index: 150;
    top: 0;
    height: 70px; }
    .main-header .logo {
      height: 50px; }
    .main-header .badge {
      line-height: 70px; }
    .main-header .menu a {
      margin-top: 10px; }

  .main-head .container {
    width: 80% !important; }

  .main-header .right {
    height: calc(100vh - 70px);
    top: 70px; }

  .main-head .search-box {
    padding: 20px; }
    .main-head .search-box .flex {
      display: block; }
    .main-head .search-box .margin {
      margin: 0; }
    .main-head .search-box input, .main-head .search-box .tesy-select {
      margin-bottom: 15px !important; } }
@keyframes menu-items {
  to {
    opacity: 1;
    transform: translateX(0); } }
@font-face {
  font-family: "Yanone";
  src: url("fonts/yanone-regular-webfont.woff2") format("woff2"), url("fonts/yanone-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* */
/*::-webkit-input-placeholder {color: #7f7f7f;} */
/*:-moz-placeholder {color: #7f7f7f; opacity: 1;} */
/*::-moz-placeholder {color: #7f7f7f; opacity: 1; } */
/*:-ms-input-placeholder {color: #7f7f7f;} */



/* ESTRELLAS */
.cnt_calif.left{
width:242px;
padding:0 0 0 4px;
}
.cnt_calif.right{
width:227px;
padding:0 4px 0 0;
}
.calif{
float:left;
width:100%;
margin: 0 0 3px;
}
.cnt_calif.right .calif_t{
width:132px;
}
.calif_t{
color:#0C72CC;
font-size:12px;
width:150px;
float:left;
}
.calif_p{
width:85px;
float:right;
}
.calif_p span{
width:17px;
height:17px;
float:left;
background: url("/images/star.jpg") center;
}
.calif_p span.on, .calif_p span.h{
background: url("/images/star_on.jpg") center;
}
.cnt_calif.btm{
width:400px;
padding:0 0 0 4px;
}
.cnt_calif.btm .calif_t{
width:172px;
}
.cnt_calif.btm .calif_p{
float:left;
margin:0 0 0 35px;
}
.calif_r{
float:left;
color:#717277;
font-size:12px;
}

.form_val{
padding:0 0 0 4px;
}
.form_val textarea{
background:url(../images/txtarea2.png);
width:480px;
height:44px;
border:0;
padding:4px;
color:#717277;
font-size:12px;
font-family: 'PT Sans', sans-serif;
}
.form_val .calif_p span {
cursor:pointer;
}
#res_v{
display:none;
}
#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding-bottom:20px;
    width:100%;
    text-align:center;
    min-height:40px;
    background-color: rgba(0, 0, 0, 0.5);
    color:#fff;
    z-index:99999;
}
 
.inner {
    width:100%;
    position:absolute;
    padding-left:5px;
    font-family:verdana;
    font-size:12px;
    top:30%;
}
 
.inner a.ok {
    padding:4px;
    color:#00ff2e;
    text-decoration:none;
}
 
.inner a.info {
    padding-left:5px;
    text-decoration:none;
    color:#faff00;
}