@charset "UTF-8";
body {
  color: #2f2519; }

main {
  margin-bottom: 4rem; }

/**
Estilos que aplican al bloque principal de contenidos. Se definen internamente bloques para el layout
 */
._main {
  /* Encabezado principal del contenido */
  /*
  Título principal
   */
  /* Acompaña al título */
  /* cuerpo principal */
  /* cuerpo secundario */
  /* navegación secundaria */ }
  ._main__header {
    margin-bottom: 4rem;
    padding: 4rem 0;
    /* con imágen de fondo. */ }
    ._main__header--with-image-background {
      padding: 6rem 0;
      background-size: cover;
      background-position: center center; }
      ._main__header--with-image-background ._main__header---iw {
        width: 100%; }
    @media (min-width: 768px) {
      ._main__header ._main__header---iw {
        width: 60%; } }
  ._main__title {
    font-size: 3rem; }
    ._main__title-prefix {
      display: block;
      font-size: .75em;
      line-height: .75em;
      font-weight: lighter;
      text-transform: uppercase; }
    ._main__title-main {
      display: block;
      font-weight: bold; }
  ._main__speech {
    font-size: 1.2rem; }
  ._main__nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    ._main__nav ul li {
      padding: 0;
      margin-bottom: .5rem; }
      ._main__nav ul li a {
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 2px;
        padding: 1rem;
        border-radius: 2rem;
        display: block;
        background: #fa7d09;
        color: #FFF;
        text-decoration: none; }
        ._main__nav ul li a:hover {
          background: #ff4301; }

.header {
  border-bottom: 5px solid #fa7d09;
  padding: 1rem 0; }
  .header__logo img {
    display: block;
    max-width: 80px;
    height: auto; }
    @media (min-width: 768px) {
      .header__logo img {
        max-width: 120px; } }
  .header__menu-toogler {
    position: absolute;
    z-index: 10;
    right: 1em;
    font-size: 30px;
    color: #ff4301; }
    .header__menu-toogler.active {
      color: #FFF; }
    @media (min-width: 768px) {
      .header__menu-toogler {
        display: none; } }
  .header__nav {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 3rem;
    background: #fa7d09; }
    .header__nav.active {
      display: flex; }
    .header__nav .nav__list {
      display: flex;
      flex-direction: column;
      list-style-type: none;
      margin: 0;
      padding: 0; }
    .header__nav .nav__item {
      margin: 0;
      padding: 0; }
    .header__nav .nav__link {
      color: #FFF;
      text-decoration: none;
      font-size: 1.5rem; }
    .header__nav a {
      display: block;
      text-align: center;
      color: #FFF; }
    .header__nav .nav__list--contact {
      border-top: 1px dashed #FFF;
      padding-top: 1rem;
      flex-direction: row;
      margin: 0 auto; }
      .header__nav .nav__list--contact .nav__item {
        margin: 0 1rem; }
    @media (min-width: 768px) {
      .header__nav {
        background: none;
        position: relative;
        padding: 0;
        margin: 0;
        display: block; }
        .header__nav .nav__logo {
          display: none; }
        .header__nav .nav__list {
          flex-direction: row;
          list-style-type: none;
          margin: 0;
          padding: 0;
          display: flex; }
          .header__nav .nav__list--contact {
            display: none; }
        .header__nav .nav__link {
          font-size: 1.1rem;
          text-transform: uppercase;
          display: block;
          margin: 0 1rem;
          text-decoration: none;
          color: #4a3f35; }
          .header__nav .nav__link:hover {
            color: #ff4301; } }

.footer {
  background: #4A3F35;
  color: #FFF;
  padding: 2rem; }
  .footer a {
    color: #fa7d09;
    text-decoration: none; }
  .footer__box {
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .footer__box {
        margin-bottom: 0; } }

.footer__box-title {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 2px; }

.footer__box-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .list__item {
    margin: 0;
    padding: 0; }
  .list--horizontal {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .list--horizontal .list__item {
      margin: 0 .5rem .5rem 0; }
      @media (min-width: 768px) {
        .list--horizontal .list__item {
          margin: 0 .5rem 0 0; } }
  .list--boxed .list__item {
    padding: 1rem;
    border: 2px solid #2f2519; }

.estates-listing__header {
  display: flex;
  flex-direction: column;
  padding: 3rem 0; }
.estates-listing__title {
  font-size: 2.5rem;
  line-height: 2rem;
  margin: 0 0 1rem 0;
  text-transform: lowercase; }
  .estates-listing__title-prefix {
    display: block;
    font-size: .75em; }
.estates-listing__filters {
  display: flex;
  border: 1px solid #fa7d09;
  border-radius: 20px;
  padding-left: 0;
  padding-right: 0; }
  .estates-listing__filters-input {
    margin: 0; }
    .estates-listing__filters-input:last-child {
      margin-right: 0; }
  .estates-listing__filters .btn {
    color: #fa7d09;
    text-transform: uppercase;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .9rem; }
    .estates-listing__filters .btn:focus {
      box-shadow: none;
      font-weight: bold; }
  .estates-listing__filters .dropdown-menu {
    background: #fa7d09;
    color: #FFF;
    border-color: #fa7d09;
    width: 100%; }
    .estates-listing__filters .dropdown-menu li {
      width: 100%; }
      .estates-listing__filters .dropdown-menu li a {
        color: #FFF; }
        .estates-listing__filters .dropdown-menu li a:hover {
          background: #ff4301; }
.estates-listing__item {
  height: 100%;
  margin-bottom: 2rem; }
@media (min-width: 768px) {
  .estates-listing__header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
  .estates-listing__title {
    font-size: 3rem;
    line-height: 2.2rem;
    margin: 0; }
    .estates-listing__title-prefix {
      font-size: 2.5rem; }
  .estates-listing__filters {
    padding-left: 2rem;
    padding-right: 2rem; } }

.estate {
  border-radius: 1rem;
  border: 1px solid #CABFB5;
  padding: .5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1); }
  .estate__image {
    position: relative;
    margin: 0; }
    .estate__image-wrapper {
      display: block;
      width: 100%;
      height: auto;
      position: relative;
      overflow: hidden;
      padding: 100% 0 0 0; }
    .estate__image-img {
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 1rem;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      object-fit: cover; }
  .estate__category {
    background: #fa7d09;
    color: #FFF;
    position: absolute;
    left: 1rem;
    top: 1rem;
    z-index: 1;
    text-transform: uppercase;
    font-size: .8rem;
    border-radius: 2rem;
    padding: .25rem .75rem; }
  .estate__status {
    background: rgba(255, 67, 1, 0.75);
    border: 1px solid #FFF;
    color: #FFF;
    position: absolute;
    left: 1rem;
    top: 45%;
    width: 80%;
    text-align: center;
    z-index: 1;
    text-transform: uppercase;
    font-size: 1.4rem;
    border-radius: 2rem;
    padding: .25rem .75rem; }
  .estate__body {
    padding: 1rem; }
  .estate .estate__title {
    margin-top: .5rem;
    font-size: 1.2rem;
    border-bottom: 1px solid #4a3f35;
    font-weight: bold;
    letter-spacing: -1px;
    padding-bottom: 1rem; }
    .estate .estate__title a {
      color: #4a3f35;
      text-decoration: none; }
  .estate .estate__addreess {
    color: #746E66;
    font-size: .8rem;
    margin: 0 0 1rem 0;
    height: 1.2rem;
    overflow: hidden; }
  .estate .estate__price {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ff4301;
    text-transform: uppercase;
    margin: 0 0 1rem 0; }
  .estate .estate__price-not-available {
    font-size: 1rem;
    font-weight: bold;
    color: #fa7d09;
    text-transform: uppercase;
    border: 1px dashed #fa7d09;
    padding: .25rem; }
  .estate .estate__features {
    width: 100%;
    color: #746E66; }
    .estate .estate__features dl {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0;
      padding: 0;
      width: 100%; }
      .estate .estate__features dl div {
        width: 45%;
        flex-grow: 1;
        display: flex;
        padding: .25rem;
        border-radius: .5rem; }
      .estate .estate__features dl dt {
        margin: 0;
        padding: 0;
        font-size: .8rem;
        font-weight: lighter;
        margin-right: 1rem; }
        .estate .estate__features dl dt .icon {
          width: 16px;
          height: auto;
          max-height: 16px; }
      .estate .estate__features dl dd {
        margin: 0;
        padding: 0; }
  @media (min-width: 768px) {
    .estate {
      flex-direction: row; }
      .estate__image {
        width: 40%;
        margin: 0; }
      .estate__body {
        width: 60%;
        padding: 0 0 0 1rem; } }

.pager__list {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0; }
.pager__item {
  margin: 0 .5rem;
  padding: 0; }
.pager__link {
  display: inline-block;
  padding: .5rem 1rem;
  border: 1px solid #fa7d09;
  border-radius: 1rem;
  color: #fa7d09;
  text-decoration: none; }
  .pager__link--current {
    background: #fa7d09;
    color: #FFF;
    font-weight: bold; }

.home-hero {
  background: #4a3f35 url("/is-theme/ho2/assets/img/home-hero-bg.jpg") center center;
  background-size: cover;
  color: #FFF;
  padding: 10rem 2rem 2rem 2rem; }
  .home-hero__speech {
    font-size: 3rem;
    line-height: 3rem;
    text-transform: lowercase;
    margin-bottom: 4rem;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5); }
  .home-hero__cta {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .home-hero__cta-item {
      margin: 0 0 .5rem 0;
      padding: 0; }
    .home-hero__cta-link {
      display: block;
      background: #ff4301;
      color: #FFF;
      text-decoration: none;
      text-transform: uppercase;
      padding: .5rem 2.5rem;
      border-radius: 1.5rem; }
  @media (min-width: 768px) {
    .home-hero {
      padding: 10rem; }
      .home-hero__speech {
        font-size: 4rem;
        line-height: 3.5rem; }
      .home-hero__cta {
        flex-direction: row;
        margin: 0; }
        .home-hero__cta-item {
          margin: 0 .5rem; }
          .home-hero__cta-item:first-child {
            margin-left: 0; } }

.home-estates-listing {
  margin-bottom: 4rem; }

.home-about {
  background: url("../img/home-about__bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 4rem 2rem; }
  .home-about__title {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 2rem; }
    .home-about__title small {
      display: block; }
  .home-about__text {
    font-size: 1.1rem; }
  .home-about__services-list {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .home-about__services-item {
    margin: 0 0 1rem 0;
    border: 2px solid #4a3f35;
    padding: 1rem;
    font-weight: bold;
    line-height: 1rem; }
  @media (min-width: 768px) {
    .home-about {
      padding: 4rem; }
      .home-about__content {
        width: 60%; }
      .home-about__title {
        font-size: 3rem;
        line-height: 2.5rem; }
      .home-about__text {
        font-size: 1.2rem; }
      .home-about__services-list {
        flex-direction: row; }
      .home-about__services-item {
        margin: 0 1rem 0 0; } }

.pg__acercade ._main__header--with-image-background {
  background-image: url("../img/home-about__bg.jpg"); }

.cci-badge {
  background: rgba(255, 67, 1, 0.5);
  width: 100%;
  border-radius: 1rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 4rem; }
  .cci-badge__image {
    margin: 0 0 1rem 0;
    max-width: 75px;
    max-height: 75px;
    height: auto; }
  .cci-badge__text p {
    margin: 0;
    text-align: center; }
  .cci-badge__text a {
    color: #2f2519; }
  @media (min-width: 768px) {
    .cci-badge {
      flex-direction: row;
      margin-bottom: 0; }
      .cci-badge__image {
        margin: 0 2rem 0 0; }
      .cci-badge__text p {
        text-align: left; } }

.pg__contacto ._main__header--with-image-background {
  background-image: url("../img/home-about__bg.jpg"); }

.contact-form {
  margin-bottom: 4rem; }
  .contact-form .form-group .label__error {
    display: none;
    color: #F00;
    font-size: .9rem; }
  .contact-form .form-group.has-error .form-control {
    border-color: #F00;
    background: rgba(255, 0, 0, 0.01); }
  .contact-form .form-group.has-error .label__error {
    display: block !important; }
  @media (min-width: 768px) {
    .contact-form {
      margin-bottom: 0; } }

.contact-agents__item {
  background: #fa7d09;
  border-radius: 1rem;
  padding: 1rem;
  margin-bottom: 1rem;
  color: #FFF; }
  .contact-agents__item a {
    color: #FFF;
    text-decoration: none; }

/* Lista de medios de contacto */
.contact-means__list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
.contact-means__item {
  margin-bottom: 1rem; }
.contact-means__link {
  display: block;
  text-decoration: none;
  color: #ff4301;
  border-radius: 1rem; }
  .contact-means__link:hover {
    color: #ff4301; }

body.scc-propiedades__record .property__header {
  border-bottom: 5px solid #ff4301;
  position: relative;
  overflow: hidden;
  height: 550px; }
  body.scc-propiedades__record .property__header-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: black;
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(180deg, transparent 0%, black 100%); }
body.scc-propiedades__record .property .property__images {
  position: relative;
  z-index: 0;
  height: 100%; }
  body.scc-propiedades__record .property .property__images img {
    cursor: pointer;
    width: auto;
    height: 550px;
    max-width: 100%; }
body.scc-propiedades__record .property .property-images__tools {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10; }
  body.scc-propiedades__record .property .property-images__tools .container {
    position: relative; }
  body.scc-propiedades__record .property .property-images__tools a {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: inline-block;
    background: rgba(255, 67, 1, 0.5);
    border: 3px solid #ff4301;
    padding: 1rem;
    border-radius: .5rem; }
    body.scc-propiedades__record .property .property-images__tools a img {
      width: 30px;
      height: auto; }
body.scc-propiedades__record .property__title {
  position: relative;
  color: #FFF;
  margin-bottom: 2rem; }
  body.scc-propiedades__record .property__title h1 {
    font-size: 1.3rem;
    line-height: 1.3rem;
    font-weight: bold;
    max-width: 90%;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      body.scc-propiedades__record .property__title h1 {
        font-size: 2rem;
        line-height: 2rem;
        max-width: 50%; } }
body.scc-propiedades__record .property__subtitle {
  display: inline-block;
  background: #ff4301;
  color: #FFF;
  text-transform: uppercase;
  font-size: .8rem;
  padding: .25rem 1rem;
  border-radius: 2rem;
  margin-bottom: .5rem; }
  body.scc-propiedades__record .property__subtitle--with-status {
    font-size: 1.4rem;
    font-weight: bold; }
  @media (min-width: 768px) {
    body.scc-propiedades__record .property__subtitle {
      font-size: .9rem;
      margin-bottom: 1rem; }
      body.scc-propiedades__record .property__subtitle--with-status {
        font-size: 1.4rem; } }
body.scc-propiedades__record .property__address {
  font-size: .9rem;
  line-height: 1.2rem;
  padding-left: 2rem; }
  body.scc-propiedades__record .property__address .icon {
    display: inline-block;
    margin-left: -2rem; }
  body.scc-propiedades__record .property__address-street {
    font-weight: bold; }
  @media (min-width: 768px) {
    body.scc-propiedades__record .property__address {
      font-size: 1rem; } }
body.scc-propiedades__record .property__insights {
  position: relative;
  width: 100%;
  padding: 2rem 0;
  background: #ff4301;
  color: #FFF; }
  body.scc-propiedades__record .property__insights---iw {
    display: flex;
    flex-direction: column;
    width: 100%; }
    @media (min-width: 768px) {
      body.scc-propiedades__record .property__insights---iw {
        flex-direction: row;
        justify-content: space-between;
        align-items: center; } }
body.scc-propiedades__record .property__price {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem; }
  body.scc-propiedades__record .property__price-not-available {
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px dashed #FFF;
    padding: .25rem; }
  body.scc-propiedades__record .property__price .property-price__money {
    text-transform: uppercase; }
  @media (min-width: 768px) {
    body.scc-propiedades__record .property__price {
      margin-bottom: 0; } }
body.scc-propiedades__record .property__features-basic dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0; }
  body.scc-propiedades__record .property__features-basic dl div {
    width: 50%;
    display: flex;
    margin: 0 0 .5rem 0; }
    body.scc-propiedades__record .property__features-basic dl div:last-child {
      margin-right: 0; }
    body.scc-propiedades__record .property__features-basic dl div dt {
      margin: 0;
      padding: 0;
      margin-right: .5rem; }
      body.scc-propiedades__record .property__features-basic dl div dt img {
        width: 20px;
        height: auto;
        max-height: 20px; }
    body.scc-propiedades__record .property__features-basic dl div dd {
      margin: 0;
      padding: 0; }
  @media (min-width: 768px) {
    body.scc-propiedades__record .property__features-basic dl div {
      width: auto;
      margin: 0 1rem; } }
body.scc-propiedades__record .property__body {
  padding-top: 2rem; }
body.scc-propiedades__record .property__teaser {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px dashed rgba(47, 37, 25, 0.5); }
  body.scc-propiedades__record .property__teaser *:last-child {
    margin-bottom: 0; }
body.scc-propiedades__record .property__description {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px dashed rgba(47, 37, 25, 0.5); }
body.scc-propiedades__record .property__map h2 {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1.5rem; }
body.scc-propiedades__record .property__map-map {
  width: 100%;
  height: 350px;
  border: 1px solid rgba(47, 37, 25, 0.5);
  padding: .25rem;
  border-radius: 1rem; }
body.scc-propiedades__record .property__contact {
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem;
  background: #ff4301;
  color: #FFF;
  box-shadow: 0 -10px 15px rgba(0, 0, 0, 0.1); }
  body.scc-propiedades__record .property__contact a {
    opacity: .9; }
    body.scc-propiedades__record .property__contact a img {
      width: 40px;
      height: auto;
      max-height: 40px; }
    body.scc-propiedades__record .property__contact a:hover {
      opacity: 1; }
  body.scc-propiedades__record .property__contact-label {
    font-size: 1rem;
    line-height: 1.2rem; }
    body.scc-propiedades__record .property__contact-label small {
      display: block; }
    body.scc-propiedades__record .property__contact-label strong {
      font-size: 1.2rem;
      font-weight: bold;
      display: block; }
  @media (min-width: 768px) {
    body.scc-propiedades__record .property__contact {
      position: relative;
      padding: 2rem;
      margin-bottom: 2rem;
      border-radius: 1rem; } }
body.scc-propiedades__record .property__sheet {
  margin-bottom: 2rem;
  background: #FFFFFF;
  box-shadow: 0px 15px 25px -15px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 1.5rem; }
  body.scc-propiedades__record .property__sheet h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
    margin: 0;
    letter-spacing: 1px; }
  body.scc-propiedades__record .property__sheet ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    body.scc-propiedades__record .property__sheet ul li {
      padding: .5rem 0;
      border-bottom: 1px solid rgba(74, 63, 53, 0.25); }
      body.scc-propiedades__record .property__sheet ul li:last-child {
        border-bottom: none;
        margin-bottom: 0; }
      body.scc-propiedades__record .property__sheet ul li .icon {
        width: 15px;
        height: 15px;
        display: inline-block;
        margin-bottom: 3px;
        margin-right: .5rem; }
body.scc-propiedades__record .property__rooms .room__note {
  font-size: .9rem;
  color: rgba(47, 37, 25, 0.5); }

/*# sourceMappingURL=styles.css.map */
