@charset "UTF-8";
/**
 * ITCSS port of Bootstrap v3.3.3
 *
 * 1. Settings................Global variables, config switches.
 * 2. Tools...................Default mixins and functions.
 * 3. Generic.................Ground-zero styles (resets, box-sizing).
 * 4. Base....................Unclassed HTML elements (type selectors).
 * 5. Objects.................Cosmetic-free design patterns.
 * 6. Components..............Designed components, chunks of UI.
 * 7. Trumps..................Helpers and overrides.
 *
 */
@font-face {
  font-family: 'gothamBold';
  src: url("../fonts2/gotham-bold.eot") format("embedded-opentype"), url("../fonts2/gotham-bold.ttf") format("truetype"); }

@font-face {
  font-family: 'gothamBook';
  src: url("../fonts2/gotham-book.eot") format("embedded-opentype"), url("../fonts2/gotham-book.ttf") format("truetype"); }

@font-face {
  font-family: 'gothamMedium';
  src: url("../fonts2/gotham-medium.eot") format("embedded-opentype"), url("../fonts2/gotham-medium.ttf") format("truetype"); }

@font-face {
  font-family: 'arialBold';
  src: url("../fonts2/arialBold.eot") format("embedded-opentype"), url("../fonts2/arialBold.ttf") format("truetype"); }

@font-face {
  font-family: 'arialRegular';
  src: url("../fonts2/arialRegular.eot") format("embedded-opentype"), url("../fonts2/arialRegular.ttf") format("truetype"); }

/*=======================================
============ STAR GENERAL ===============
=======================================*/
.estilo_select{
  border:1px solid rgba(196, 198, 200, 0.32) !important;
  height: 59px !important;
  text-transform: uppercase !important;
  color: #212529;
  font-size: 12px !important;
  font-family: "gothamMedium";
  line-height: 14px;
}
.estilo_select:focus{
  box-shadow:0 0 0 0.2rem rgba(0, 123, 255, 0) !important;
}
.estilo_select option{
  padding: 20px 0px;
}
.flechaCombo{
  position: relative;
}
.flechaCombo:before{
  content: "\F0D7";
  position: absolute;
  height: 25px;
  width: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  right: 6px;
  color: #DC1C2E;
  background: #fff;
  border-radius: 100%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
}
/* .estilo_select option{

} */

.modalcompartir {
  width: 500px !important; }

body {
  font-family: "gothamMedium";
  overflow-x: hidden !important; }

.modal {
  background: rgba(19, 30, 50, 0.78);
  z-index: 1234 !important; }
  .modal-body {
    position: relative; }
    .modal-body .cerrar {
      background: #fff;
      opacity: 1;
      padding: 9px 10px;
      z-index: 1; }
      .modal-body .cerrar:hover, .modal-body .cerrar:focus {
        opacity: 1 !important;
        outline: none; }

.modalContacto .modal-content {
  border: 1px solid transparent; }

.modalContacto .modal-body {
  padding: 0; }
  .modalContacto .modal-body .cabecera__top {
    background-image: url("../img/background/bg-correo.png");
    padding: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .modalContacto .modal-body .cabecera__top__tituloPequeno {
      font-size: 16px !important; }
    .modalContacto .modal-body .cabecera__top__tituloGrande {
      font-size: 23px !important; }
    .modalContacto .modal-body .cabecera__top h5 {
      font-size: 18px;
      line-height: 19px;
      color: #A4D7F4;
      font-family: "gothamMedium"; }
    .modalContacto .modal-body .cabecera__top h3 {
      font-size: 25px;
      line-height: 28px;
      font-family: "gothamMedium";
      color: #fff; }
  .modalContacto .modal-body .contactar {
    background-image: url("../img/background/bg-contacto.png");
    color: #fff;
    background-color: #003DA5;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 40px;
    background-position: center; }
    .modalContacto .modal-body .contactar__icono {
      width: 174.19px;
      height: 174.19px;
      border: 1px dashed #fff;
      padding-top: 8px;
      border-radius: 50%;
      margin: auto; }
      .modalContacto .modal-body .contactar__icono .imagen {
        width: 154.52px;
        height: 154.52px;
        overflow: hidden;
        border-radius: 50%;
        margin: auto;
        border: 3px solid #fff; }
    .modalContacto .modal-body .contactar__titulo {
      font-family: "gothamMedium";
      margin: 12px 0px; }
    .modalContacto .modal-body .contactar__subtitulo {
      color: #A4D7F4;
      font-family: "gothamMedium"; }
  .modalContacto .modal-body .formulario1 {
    text-align: center; }
  .modalContacto .modal-body .formulario {
    background: #fff; }
    .modalContacto .modal-body .formulario__redes {
      text-align: center; }
    .modalContacto .modal-body .formulario h3 {
      font-size: 16px;
      font-family: "gothamBold";
      line-height: 19px; }
    .modalContacto .modal-body .formulario .form-group label {
      font-size: 13px;
      line-height: 15px;
      color: #949CA1;
      font-family: "arialRegular"; }
    .modalContacto .modal-body .formulario .form-group textarea {
      resize: none; }
    .modalContacto .modal-body .formulario .form-group input {
      height: 45px; }
    .modalContacto .modal-body .formulario .form-group input, .modalContacto .modal-body .formulario .form-group textarea {
      border: 1px solid #E0E0E0;
      font-size: 13px;
      line-height: 15px;
      font-family: "gothamBold";
      color: #626366; }
      .modalContacto .modal-body .formulario .form-group input:focus, .modalContacto .modal-body .formulario .form-group textarea:focus {
        border: 1px solid #003DA5; }
      .modalContacto .modal-body .formulario .form-group input:focus, .modalContacto .modal-body .formulario .form-group textarea:focus {
        -webkit-box-shadow: 1px 1px 1px transparent;
                box-shadow: 1px 1px 1px transparent; }

a {
  text-decoration: none; }

.ease-all {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; }

.boton {
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 3px 28px rgba(26, 54, 104, 0.1);
          box-shadow: 0px 3px 28px rgba(26, 54, 104, 0.1);
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  margin: 15px 0px;
  font-family: "gothamMedium";
  letter-spacing: 0.05em;
  display: inline-block;
  font-size: 12px;
  line-height: 14px; }
  .boton__transparent {
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 20px 60px; }
    .boton__transparent:hover {
      color: #fff;
      text-decoration: none;
      border: 1px solid #DC1C2E;
      background: #DC1C2E; }
  .boton__rojo {
    background: #DC1C2E;
    color: #fff;
    padding: 20px 20px; }
    .boton__rojo:hover {
      color: #fff;
      background: #003DA5;
      text-decoration: none; }

.banner {
  text-align: center;
  background-size: cover;
  background-position: center; }

.box {
  background: #fff;
  -webkit-box-shadow: 0px 3px 28px rgba(26, 54, 104, 0.1);
          box-shadow: 0px 3px 28px rgba(26, 54, 104, 0.1);
  border-radius: 5px; }

.titulo {
  font-family: "gothamBold";
  position: relative;
  margin-bottom: 50px; }
  .titulo--raya:after {
    content: "";
    position: absolute;
    background: #DC1C2E;
    width: 50px;
    height: 2px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0; }
  .titulo--banner {
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 0;
    margin-top: 3.3rem; }
  .titulo--negro {
    color: #404041; }
  .titulo--blanco {
    color: #fff; }

.btn__link {
  position: relative;
  font-size: 11px;
  display: inline-block;
  padding: 18px 22px;
  color: #fff;
  font-family: "gothamMedium";
  width: 200px;
  line-height: 20px;
  height: 55px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none; }
  .btn__link--blanco svg rect {
    stroke: #fff !important; }
  .btn__link--blanco:hover {
    color: #fff !important; }
  .btn__link--blanco:hover svg rect {
    stroke: #fff !important;
    stroke-dasharray: 100,505 !important; }
  .btn__link i {
    margin-right: 5px; }
  .btn__link--rect:hover svg rect {
    stroke-dashoffset: 304 !important; }
  .btn__link:hover {
    color: #fff;
    text-decoration: none; }
  .btn__link:hover .flecha {
    background-position: -17px 0px; }
  .btn__link:hover svg rect {
    stroke-dashoffset: 280;
    stroke-dasharray: 100,487;
    stroke: #fff; }
  .btn__link svg rect {
    stroke: #fff;
    stroke-width: 2;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    stroke-dasharray: 540,500;
    stroke-dashoffset: 0; }
  .btn__link svg, .btn__link rect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    fill: transparent; }

.card__pequenio {
  background: #fff;
  -webkit-box-shadow: 0px 8px 12px rgba(148, 156, 161, 0.1);
          box-shadow: 0px 8px 12px rgba(148, 156, 161, 0.1);
  border-radius: 5px;
  margin-bottom: 23px; }
  .card__pequenio__img {
    height: 130px;
    max-width: 300px;
    text-align: center;
    padding: 0px 20px;
    margin: auto; }
  .card__pequenio__icono {
    padding: 20px 0px; }
    .card__pequenio__icono .imagenBox {
      width: 144px;
      height: 144px;
      border: 1px dashed  #C4C6C8;
      padding-top: 4px;
      border-radius: 50%;
      margin: auto; }
      .card__pequenio__icono .imagenBox .imagen {
        width: 133.06px;
        height: 133.06px;
        overflow: hidden;
        border-radius: 50%;
        margin: auto; }
  .card__pequenio__nombre h3 {
    font-size: 18px;
    line-height: 22px;
    color: #404041;
    font-family: "gothamBook"; }
  .card__pequenio__nombre h4 {
    font-size: 13px;
    line-height: 16px;
    font-family: "gothamBold"; }
  .card__pequenio__nombre ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .card__pequenio__nombre ul li {
      display: inline-block;
      padding: 10px; }
      .card__pequenio__nombre ul li a {
        width: 35px;
        height: 35px;
        display: block;
        border-radius: 50%;
        padding-top: 5px;
        color: #fff; }
      .card__pequenio__nombre ul li .correo {
        background: #007DC3; }
      .card__pequenio__nombre ul li .compartir {
        background: #1A3668; }
  .card__pequenio__datos {
    padding: 20px 30px; }
    .card__pequenio__datos ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .card__pequenio__datos ul li {
        padding: 10px 0px; }
        .card__pequenio__datos ul li a {
          color: #007DC3;
          display: inline-block; }
          .card__pequenio__datos ul li a:hover {
            color: #003DA5; }
        .card__pequenio__datos ul li p {
          margin-bottom: 0; }
        .card__pequenio__datos ul li a, .card__pequenio__datos ul li p {
          position: relative;
          font-size: 13px;
          line-height: 16px;
          font-family: "gothamBook"; }
          .card__pequenio__datos ul li a i, .card__pequenio__datos ul li p i {
            position: absolute;
            top: 2px;
            left: 0; }
          .card__pequenio__datos ul li a span, .card__pequenio__datos ul li p span {
            display: block;
            padding-left: 30px;
            position: relative; }
  .card__pequenio__botones {
    width: 100%;
    height: 62px;
    text-align: center;
    border-top: 1px solid rgba(196, 198, 200, 0.25); }
    .card__pequenio__botones a {
      width: 50%;
      padding: 23px 10px;
      float: left;
      color: #DC1C2E;
      font-size: 12px;
      line-height: 14px;
      font-family: "gothamMedium";
      letter-spacing: 0.05em;
      text-transform: uppercase;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      border-right: 1px solid rgba(196, 198, 200, 0.25); }
      .card__pequenio__botones a.grande {
        width: 100%; }
      .card__pequenio__botones a:last-child {
        border-left: 1px solid transparent; }
      .card__pequenio__botones a:hover {
        background: #DC1C2E;
        text-decoration: none;
        color: #fff; }

.cards {
  border-radius: 5px;
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 8px 12px rgba(148, 156, 161, 0.1);
          box-shadow: 0px 8px 12px rgba(148, 156, 161, 0.1);
  margin-bottom: 30px;
  background: #fff; }
  .cards__img {
    position: relative;
    overflow: hidden;
    position: relative;
    background: #003DA5;
    border-top-left-radius: 5px; }
    .cards__img--radio {
      border-top-right-radius: 5px; }
    .cards__img--left {
      float: left; }
    .cards__img img {
      opacity: 1;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .cards__img:hover img {
      opacity: 0.4; }
    .cards__img:hover .cards__img__btn .btn__link {
      opacity: 1; }
    .cards__img__categoria {
      position: absolute;
      top: 0px;
      left: 0px;
      color: #fff;
      font-size: 15px;
      line-height: 18px;
      font-family: "gothamMedium";
      width: 100%; }
      .cards__img__categoria p {
        position: absolute;
        margin-bottom: 0;
        top: 24px;
        left: 28px;
        z-index: 12; }
      .cards__img__categoria:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
        background: -webkit-gradient(linear, left top, left bottom, from(#1A3668), to(rgba(26, 54, 104, 0)));
        background: linear-gradient(180deg, #1A3668 0%, rgba(26, 54, 104, 0) 100%);
        mix-blend-mode: multiply;
        opacity: 0.4;
        z-index: 1; }
    .cards__img__btn {
      position: absolute;
      z-index: 1;
      width: 100%;
      top: 50%;
      margin: auto;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      text-align: center; }
      .cards__img__btn .btn__link {
        opacity: 0; }
  .cards__content {
    background: #fff; }
    .cards__content--right {
      float: left;
      margin-bottom: 23px; }
    .cards__content__top {
      border-bottom: 1px solid rgba(196, 198, 200, 0.21); }
      .cards__content__top .area {
        padding-bottom: 12px; }
        .cards__content__top .area--rojo {
          color: #DC1C2E; }
        .cards__content__top .area--azul {
          color: #003DA5; }
        .cards__content__top .area__area {
          color: #404041; }
        .cards__content__top .area ul {
          padding: 0;
          list-style: none;
          margin-bottom: 0; }
          .cards__content__top .area ul li {
            display: inline-block;
            font-family: "gothamBook";
            color: #949CA1;
            padding-right: 15px;
            line-height: 16px; }
            .cards__content__top .area ul li a {
              text-decoration: none; }
            .cards__content__top .area ul li img {
              margin-right: 2px; }
            .cards__content__top .area ul li strong {
              font-family: "gothamBold"; }
      .cards__content__top .dinero__listado {
        padding: 0;
        list-style: none;
        margin-bottom: 0; }
        .cards__content__top .dinero__listado__item {
          display: inline-block;
          font-family: "gothamMedium";
          color: #404041;
          padding: 0px 10px;
          position: relative; }
          .cards__content__top .dinero__listado__item:first-child {
            padding-left: 0px; }
          .cards__content__top .dinero__listado__item:before {
            content: "";
            position: absolute;
            width: 5px;
            height: 2px;
            top: 10px;
            background: #404041;
            right: -5px; }
          .cards__content__top .dinero__listado__item:last-child:before {
            background: transparent; }
      .cards__content__top .distrito ul {
        padding: 10px 0px;
        list-style: none;
        margin: 0; }
        .cards__content__top .distrito ul li {
          color: #C4C6C8;
          display: inline-block;
          padding-right: 15px; }
          .cards__content__top .distrito ul li i {
            font-size: 12px; }
          .cards__content__top .distrito ul li strong {
            color: #626366; }
          .cards__content__top .distrito ul li span {
            font-family: "gothamBook";
            display: inline-block; }
      .cards__content__top .parrafo {
        padding: 12px 0px; }
        .cards__content__top .parrafo p {
          font-family: "arialRegular";
          color: #626366; }
      .cards__content__top .ver a {
        color: #DC1C2E;
        font-family: "gothamMedium";
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0.05em;
        text-transform: uppercase; }
        .cards__content__top .ver a:hover{
          color: #1f55b0;
        }
    .cards__content__bottom {
      padding: 20px 27px;
      position: relative;
      min-height: 90px; }
      .cards__content__bottom__perfil {
        border-radius: 50%;
        width: 50px;
        height: 50px;
        overflow: hidden;
        position: absolute;
        top: 22px; }
        .cards__content__bottom__perfil--top {
          top: 0px; }
      .cards__content__bottom__nombre {
        margin-left: 60px; }
        .cards__content__bottom__nombre h3 {
          line-height: 17px;
          color: #404041;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
          .cards__content__bottom__nombre h3  a{
            color: #404041;
          }
        .cards__content__bottom__nombre p {
          font-size: 13px;
          line-height: 17px;
          color: #949CA1;
          margin: 0px; }
        .cards__content__bottom__nombre ul {
          list-style: none;
          padding: 0;
          margin: 0; }
          .cards__content__bottom__nombre ul li {
            display: inline-block;
            padding-right: 7px; }
            .cards__content__bottom__nombre ul li a {
              font-size: 12px;
              line-height: 14px;
              font-family: "gothamMedium";
              letter-spacing: 0.05em;
              color: #949CA1;
              text-transform: uppercase;
              text-decoration: none; }
              .cards__content__bottom__nombre ul li a:hover {
                color: #404041; }
      .cards__content__bottom__redes ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        .cards__content__bottom__redes ul li {
          display: inline-block;
          padding: 0px 6px; }
          .cards__content__bottom__redes ul li .rojo {
            background: #DC1C2E; }
            .cards__content__bottom__redes ul li .rojo:hover {
              background: #c51929; }
          .cards__content__bottom__redes ul li .verde {
            background: #23B559; }
            .cards__content__bottom__redes ul li .verde:hover {
              background: #1fa04e; }
          .cards__content__bottom__redes ul li .celeste {
            background: #01649C; }
            .cards__content__bottom__redes ul li .celeste:hover {
              background: #015483; }
          .cards__content__bottom__redes ul li .azul {
            background: #003DA5; }
            .cards__content__bottom__redes ul li .azul:hover {
              background: #114398; }
          .cards__content__bottom__redes ul li a {
            display: block;
            text-align: center;
            padding-top: 8px;
            color: #fff !important;
            -webkit-box-shadow: 0px 3px 28px rgba(26, 54, 104, 0.1);
                    box-shadow: 0px 3px 28px rgba(26, 54, 104, 0.1);
            height: 40px;
            width: 40px;
            border-radius: 50%; }
            .cards__content__bottom__redes ul li a .fa-90 {
              -webkit-transform: rotate(90deg);
                      transform: rotate(90deg); }

.icono-scroll {
  position: absolute;
  width: 54px;
  height: 104px;
  z-index: 12;
  bottom: 0;
  left: 0;
  text-align: center;
  right: 0;
  margin: auto;
  font-family: "gothamMedium"; }
  .icono-scroll:hover {
    text-decoration: none; }

.fade {
  -webkit-transition: opacity .15s linear !important;
  transition: opacity .15s linear !important; }

.fade.show {
  opacity: 1; }

.lugar {
  height: 670px;
  background-size: cover;
  background-position: center; }
  .lugar .item {
    background: red; }

/*=======================================
============ END GENERAL ================
=======================================*/
/*=======================================
============ END GENERAL ================
=======================================*/
.slider {
  padding: 0;
  position: relative; }
  .slider .item {
    overflow: hidden; }
  .slider__content {
    background-size: cover;
    height: 75vh; }
    .slider__content--pantallaGrande {
      height: 100vh; }
    .slider__content__item {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
      .slider__content__item__titulo__h2 {
        color: #fff;
        font-family: "gothamBold";
        display: inline-block; }
      .slider__content__item__parrafo {
        font-family: "arialBold";
        line-height: 18px;
        color: #A4D7F4; }
    .slider__content .single-slider {
      background-attachment: scroll;
      background-clip: border-box;
      background-color: #353031;
      background-origin: padding-box;
      background-position: 50% 50% !important;
      background-repeat: repeat;
      background-size: cover !important;
      height: 100%; }
  .slider .owl-dots {
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    left: 12%;
    bottom: 10em;
    width: 300px;
    height: 30px;
    text-align: left !important; }
    .slider .owl-dots .owl-dot {
      display: inline-block;
      zoom: 1;
      background: transparent;
      border: 1px solid transparent;
      text-align: center;
      margin: 0px 6px; }
      .slider .owl-dots .owl-dot:focus {
        outline: none !important; }
      .slider .owl-dots .owl-dot span {
        width: 12px;
        height: 12px;
        border: 2px solid #fff;
        background: transparent;
        display: block;
        -webkit-backface-visibility: visible;
        -webkit-transition: opacity .2s ease;
        transition: opacity .2s ease;
        border-radius: 30px; }
      .slider .owl-dots .owl-dot:hover span {
        background: #A4D7F4; }
      .slider .owl-dots .owl-dot.active {
        border-radius: 50%; }
        .slider .owl-dots .owl-dot.active span {
          background: #fff; }
  .slider .owl-nav {
    display: none; }

.activo {
  color: #DC1C2E !important;
  padding: 40px 0px 37px !important;
  border-bottom: 3px solid #DC1C2E !important; }

.activoCeleste {
  color: #A4D7F4 !important; }

/*=======================================
============ END GENERAL ================
=======================================*/
/*===========================================
========= STAR MENURESPONSIVE ===============
===========================================*/
.menu__responsive {
  width: 100%;
  height: 60px;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 1234;
  display: none;
  -webkit-box-shadow: 0px 12px 24px rgba(43, 58, 96, 0.06);
          box-shadow: 0px 12px 24px rgba(43, 58, 96, 0.06); }
  .menu__responsive .logo__responsive {
    width: 100%;
    padding: 14px 18px; }
    .menu__responsive .logo__responsive img {
      width: 87px; }
  .menu__responsive .lupa_top {
    position: absolute;
    top: 14px;
    right: 70px; }
    .menu__responsive .lupa_top a i {
      color: #f99300; }
    .menu__responsive .lupa_top a span {
      color: #fff; }

#menu-icon {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /* Transform menu icon into close icon */ }
  #menu-icon-shape {
    width: 60px;
    height: 60px;
    position: fixed;
    top: 0px;
    right: 8px;
    display: none;
    z-index: 123;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  #menu-icon #middle {
    margin: 4px 0; }
    #menu-icon #middle.active {
      opacity: 0; }
  #menu-icon #top.active {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg); }
  #menu-icon #bottom.active {
    -webkit-transform: translateY(-4px) translateX(0) rotate(-45deg);
    transform: translateY(-4px) translateX(0) rotate(-45deg); }

#top, #middle, #bottom {
  width: 100%;
  height: 2px;
  background: #DC1C2E;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease; }

/* Navigation */
#overlay-nav {
  width: 100%;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 123;
  background: #003DA5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.6s ease;
  transition: opacity 0.35s, visibility 0.35s, height 0.6s ease; }
  #overlay-nav.active {
    width: 100%;
    height: 100%;
    opacity: 100;
    visibility: visible; }
  #overlay-nav #nav-content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    #overlay-nav #nav-content ul {
      margin: 0 auto;
      padding: 0;
      list-style: none; }
      #overlay-nav #nav-content ul li a {
        display: inline-block; }
    #overlay-nav #nav-content .menu__top {
      text-align: center;
      padding: 0px 14px;
      padding-bottom: 12px; }
      #overlay-nav #nav-content .menu__top li a {
        margin-bottom: 6px;
        font-family: "gothamBold";
        text-decoration: none;
        font-size: 16px;
        padding: 6px 15px;
        position: relative;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
        color: #fff; }
        #overlay-nav #nav-content .menu__top li a:hover {
          background: #fff;
          -webkit-box-shadow: 0px 8px 12px rgba(148, 156, 161, 0.1);
                  box-shadow: 0px 8px 12px rgba(148, 156, 161, 0.1);
          border-radius: 5px;
          color: #003DA5; }
    #overlay-nav #nav-content .menu__centro {
      border-top: 1px solid rgba(255, 255, 255, 0.22);
      border-bottom: 1px solid rgba(255, 255, 255, 0.22);
      padding: 14px 25px; }
      #overlay-nav #nav-content .menu__centro li {
        display: inline-block;
        padding: 6px 0px; }
        #overlay-nav #nav-content .menu__centro li a {
          color: rgba(255, 255, 255, 0.48);
          font-size: 13px;
          padding: 8px 15px;
          border-radius: 5px;
          border: 1px solid rgba(255, 255, 255, 0.48); }
          #overlay-nav #nav-content .menu__centro li a:hover {
            text-decoration: none;
            color: #fff; }
    #overlay-nav #nav-content .menu__bottom {
      padding: 15px 0px; }
      #overlay-nav #nav-content .menu__bottom__left {
        width: 50%;
        float: left;
        text-align: center; }
        #overlay-nav #nav-content .menu__bottom__left a {
          color: #fff;
          position: relative;
          padding: 0px 10px;
          text-decoration: none; }
          #overlay-nav #nav-content .menu__bottom__left a:before {
            content: "";
            position: absolute;
            width: 1px;
            height: 4px;
            right: -4px;
            bottom: 0;
            top: 0;
            margin: auto;
            background: #eaeaea; }
          #overlay-nav #nav-content .menu__bottom__left a:last-child:before {
            background: transparent; }
      #overlay-nav #nav-content .menu__bottom__right {
        width: 50%;
        float: left;
        text-align: center; }
        #overlay-nav #nav-content .menu__bottom__right a {
          color: #fff;
          padding: 0px 9px; }
          #overlay-nav #nav-content .menu__bottom__right a:hover {
            text-decoration: none; }

#overlay-lupa {
  width: 100%;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 123;
  background: #003DA5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.6s ease;
  transition: opacity 0.35s, visibility 0.35s, height 0.6s ease; }
  #overlay-lupa.active {
    width: 100%;
    height: 100%;
    opacity: 100;
    visibility: visible; }
  #overlay-lupa .lupaOver {
    position: absolute;
    top: 86px;
    right: 22px;
    border-radius: 5px;
    padding: 7px;
    opacity: 1;
    background: #fff; }
  #overlay-lupa .lupa-content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    #overlay-lupa .lupa-content-input {
      width: 80%;
      margin: auto; }
      #overlay-lupa .lupa-content-input input {
        width: 100%;
        height: 60px;
        border-radius: 5px;
        padding: 6px 11px;
        border: 1px solid transparent;
        color: #404041;
        font-family: "gothamBold"; }
        #overlay-lupa .lupa-content-input input::-webkit-input-placeholder {
          font-size: 14px;
          line-height: 16px;
          font-family: "arialRegular";
          color: #C4C6C8; }
        #overlay-lupa .lupa-content-input input::-moz-placeholder {
          font-size: 14px;
          line-height: 16px;
          font-family: "arialRegular";
          color: #C4C6C8; }
        #overlay-lupa .lupa-content-input input::-ms-input-placeholder {
          font-size: 14px;
          line-height: 16px;
          font-family: "arialRegular";
          color: #C4C6C8; }
        #overlay-lupa .lupa-content-input input::placeholder {
          font-size: 14px;
          line-height: 16px;
          font-family: "arialRegular";
          color: #C4C6C8; }
    #overlay-lupa .lupa-content ul {
      margin: 0 auto;
      padding: 0;
      list-style: none; }
      #overlay-lupa .lupa-content ul li a {
        display: inline-block; }

/*===========================================
========== END MENURESPONSIVE ===============
===========================================*/
/*=======================================
============= STAR HEADER ===============
=======================================*/
.header {
  position: absolute;
  width: 100%;
  z-index: 123;
  top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .header__top {
    background: #003DA5;
    height: 63px;
    padding: 10px 0px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .header__top__link {
      display: inline-block;
      padding: 0px 10px;
      position: relative; }
      .header__top__link:before {
        content: "";
        width: 1px;
        height: 6px;
        top: 12px;
        background: rgba(255, 255, 255, 0.35);
        right: 0;
        position: absolute; }
      .header__top__link:last-child:before {
        background: transparent; }
      .header__top__link .idiomas .select-hidden {
        display: none;
        visibility: hidden;
        padding-right: 10px; }
      .header__top__link .idiomas .select {
        cursor: pointer;
        display: inline-block;
        position: relative;
        font-size: 13px;
        width: 70px;
        color: #fff;
        height: 30px;
        text-align: left; }
      .header__top__link .idiomas .select-styled {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: transparent;
        padding: 3px 10px;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-radius: 2px; }
        .header__top__link .idiomas .select-styled:after {
          content: "";
          width: 10px;
          height: 7px;
          background-image: url("../img/iconos/flechaBlanco.png");
          background-size: cover;
          position: absolute;
          top: 10px;
          right: 17px; }
        .header__top__link .idiomas .select-styled:hover {
          background-color: transparent; }
        .header__top__link .idiomas .select-styled:active, .header__top__link .idiomas .select-styled.active {
          background-color: #003DA5; }
          .header__top__link .idiomas .select-styled:active:after, .header__top__link .idiomas .select-styled.active:after {
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg); }
      .header__top__link .idiomas .select-options {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        z-index: 999;
        margin: 0;
        padding: 0;
        list-style: none;
        background-color: transparent; }
        .header__top__link .idiomas .select-options li {
          margin: 0;
          padding: 7px 9px;
          text-align: left;
          font-family: "gothamMedium";
          background: #003DA5;
          border-top: 1px solid #e6e5e51f;
          -webkit-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in;
          position: relative; }
          .header__top__link .idiomas .select-options li:hover {
            color: #fff;
            background: #009fe3; }
          .header__top__link .idiomas .select-options li[rel="hide"] {
            display: none; }
      .header__top__link a {
        color: #fff;
        font-size: 12px;
        font-family: "gothamMedium";
        line-height: 14px;
        padding: 0px 7px;
        text-decoration: none; }
        .header__top__link a:hover {
          color: #fff;
          text-decoration: none; }
  .header__bottom {
    position: relative;
    top: -20px; }
    .header__bottom--color {
      background: #fff;
      height: 94px;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
    .header__bottom .logo {
      padding: 0px 18px; }
      .header__bottom .logo img {
        height: 94px;
        padding: 11px 0px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
    .header__bottom .navegador {
      position: relative;
      text-align: center; }
      .header__bottom .navegador__link {
        padding: 0;
        padding-right: 31px;
        margin: 0; }
        .header__bottom .navegador__link li {
          display: inline-block;
          position: relative; }
          .header__bottom .navegador__link li:after {
            content: "";
            position: absolute;
            right: 0;
            width: 1px;
            height: 6px;
            top: 0;
            bottom: 0;
            margin: auto;
            background: rgba(117, 117, 117, 0.2); }
          .header__bottom .navegador__link li:last-child:after {
            background: transparent; }
          .header__bottom .navegador__link li .lupa {
            padding-left: 20px; }
          .header__bottom .navegador__link li .links {
            -webkit-transition: 0.3s ease;
            transition: 0.3s ease;
            color: #ffffff;
            font-size: 20px;
            text-decoration: none;
            border-bottom: 4px solid transparent;
            padding: 40px 0px;
            margin: 0 20px;
            display: inline-block;
            font-family: "gothamMedium";
            line-height: 14px;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            color: #626366; }
            .header__bottom .navegador__link li .links:hover {
              color: #DC1C2E;
              border-bottom: 3px solid #DC1C2E;
              padding: 37px 0; }

.fixed {
  position: fixed; }
  .fixed .header__bottom {
    background: #fff;
    -webkit-box-shadow: 0px 3px 28px rgba(26, 54, 104, 0.1);
            box-shadow: 0px 3px 28px rgba(26, 54, 104, 0.1); }
    .fixed .header__bottom--color {
      height: 70px;
      -webkit-box-shadow: 0px 3px 28px rgba(26, 54, 104, 0);
              box-shadow: 0px 3px 28px rgba(26, 54, 104, 0); }
    .fixed .header__bottom .navegador__link li .links {
      padding: 27px 0px; }
      .fixed .header__bottom .navegador__link li .links:hover {
        padding: 27px 0; }
    .fixed .header__bottom .activo {
      padding: 26px 0px 27px !important; }
  .fixed .logo img {
    height: 70px;
    width: 166px; }

.azulBarra {
  height: 0;
  padding: 0; }

/*=======================================
============== END HEADER ===============
=======================================*/
/*=======================================
========== STAR  PROPIEDADES ============
=======================================*/
.propiedades {
  background: #F4F5F7; }
  .propiedades .owl__propiedad .item {
    max-height: 269px;
    overflow: hidden;
    text-align: center;
    margin: auto; }
  .propiedades .owl-dots {
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    left: 0;
    bottom: 1em;
    right: 0;
    width: 100%;
    height: 30px;
    margin: auto;
    text-align: center; }
    .propiedades .owl-dots .owl-dot {
      display: inline-block;
      zoom: 1;
      background: transparent;
      border: 1px solid transparent;
      text-align: center;
      margin: 0px 6px; }
      .propiedades .owl-dots .owl-dot:focus {
        outline: none !important; }
      .propiedades .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
        background: transparent;
        border: 1px solid #fff;
        display: block;
        -webkit-backface-visibility: visible;
        -webkit-transition: opacity .2s ease;
        transition: opacity .2s ease;
        border-radius: 30px; }
      .propiedades .owl-dots .owl-dot:hover span {
        background: #F4F5F7; }
      .propiedades .owl-dots .owl-dot.active {
        border-radius: 50%; }
        .propiedades .owl-dots .owl-dot.active span {
          background: #fff; }
  .propiedades__vermas {
    padding: 30px 0px;
    width: 100%;
    text-align: center; }
    .propiedades__vermas h4 {
      font-size: 15px;
      display: inline-block;
      line-height: 17px;
      font-family: "gothamMedium";
      color: #626366; }

/*=======================================
========== STAR  PROPIEDADES ============
=======================================*/
/*=======================================
========== STAR  PROPIEDADES ============
=======================================*/
.cajas {
  padding: 0; }
  .cajas__content {
    width: 100%;
    color: #fff;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative; }
    .cajas__content__header {
      width: 100%;
      -webkit-transition: all ease-in-out .4s;
      transition: all ease-in-out .4s;
      height: 100%;
      background-size: cover;
      background-position: center; }
    .cajas__content:hover .cajas__content__header {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .cajas__content__body {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%; }
      .cajas__content__body h3 {
        font-size: 28px;
        line-height: 34px;
        font-family: "gothamBold"; }
      .cajas__content__body p {
        font-size: 15px;
        line-height: 18px;
        font-family: "arialBold";
        font-weight: 300; }
      .cajas__content__body a {
        font-family: "gothamMedium";
        color: #fff; }

/*=======================================
========== STAR  PROPIEDADES ============
=======================================*/
/*=======================================
========== STAR  PROPIEDADES ============
=======================================*/
.filtro__busqueda {
  display: none; }
  .filtro__busqueda__btn {
    display: block;
    text-align: center; }
    .filtro__busqueda__btn a {
      font-size: 12px;
      padding: 30px 30px;
      font-family: "gothamBold";
      text-transform: uppercase;
      text-decoration: none;
      display: block; }
      .filtro__busqueda__btn a:hover {
        text-decoration: none; }
    .filtro__busqueda__btn--filtro {
      background: #DC1C2E; }
      .filtro__busqueda__btn--filtro a {
        color: #fff; }
    .filtro__busqueda__btn--mapa a {
      color: #626366; }

.content {
  background: #F4F5F7;
  padding: 0; }
  .content .owl-dots {
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    left: 0;
    bottom: 1em;
    right: 0;
    width: 300px;
    height: 30px;
    margin: auto;
    text-align: center; }
    .content .owl-dots .owl-dot {
      display: inline-block;
      zoom: 1;
      background: transparent;
      border: 1px solid transparent;
      text-align: center;
      margin: 0px 6px; }
      .content .owl-dots .owl-dot:focus {
        outline: none !important; }
      .content .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
        background: transparent;
        border: 1px solid #fff;
        display: block;
        -webkit-backface-visibility: visible;
        -webkit-transition: opacity .2s ease;
        transition: opacity .2s ease;
        border-radius: 30px; }
      .content .owl-dots .owl-dot:hover span {
        background: #F4F5F7; }
      .content .owl-dots .owl-dot.active {
        border-radius: 50%; }
        .content .owl-dots .owl-dot.active span {
          background: #fff; }
  .content__filtro {
    position: relative;
    top: -60px; }
    .content__filtro__top {
      padding: 28px 35px; }
      .content__filtro__top--border {
        border-bottom: 1px solid rgba(196, 198, 200, 0.2); }
      .content__filtro__top__derecha {
        text-align: right; }
      .content__filtro__top h3 {
        font-size: 14px;
        line-height: 17px;
        display: inline-block;
        color: #404041;
        font-family: "gothamBold"; }
      .content__filtro__top a {
        font-size: 12px;
        line-height: 14px;
        font-family: "gothamMedium";
        color: #949CA1; }
        .content__filtro__top a:hover {
          color: #DC1C2E;
          text-decoration: none; }
      .content__filtro__top .radioButtom .labels .size {
        font-size: 18px;
        padding-right: 2.3rem; }
      .content__filtro__top .radioButtom label {
        cursor: pointer;
        padding-right: 3.3rem;
        padding-left: 0px;
        font-family: "gothamMedium";
        font-size: 13px;
        line-height: 17px;
        color: #626366; }
        .content__filtro__top .radioButtom label a {
          color: #41341f; }
        .content__filtro__top .radioButtom label .label-numero {
          color: #949CA1; }
        .content__filtro__top .radioButtom label input[type="radio"] {
          display: none; }
          .content__filtro__top .radioButtom label input[type="radio"] + .label-text:before {
            content: "";
            display: inline-block;
            width: 16px;
            height: 16px;
            background-image: url("../img/iconos/desactivado.png");
            background-repeat: no-repeat;
            background-size: cover;
            position: relative;
            top: 3px;
            margin-right: 7px; }
          .content__filtro__top .radioButtom label input[type="radio"]:checked + .label-text:before {
            display: inline-block;
            background-image: url("../img/iconos/activado.png"); }
      .content__filtro__top .radioButtom .form-check {
        margin-left: 25px; }
    .content__filtro__bottom .listado {
      list-style: none;
      padding: 0;
      margin: 0; }
      .content__filtro__bottom .listado__item {
        border-bottom: 1px solid rgba(196, 198, 200, 0.2);
        padding: 28px 35px; }
        .content__filtro__bottom .listado__item .ui-slider-horizontal {
          height: .2em;
          margin: 20px 0px;
          background: #EAEAEA;
          border: 1px solid transparent; }
        .content__filtro__bottom .listado__item .ui-slider .ui-slider-handle {
          height: 13px;
          width: 13px; }
        .content__filtro__bottom .listado__item .ui-slider-horizontal .ui-slider-range {
          border: 1px solid #DC1C2E; }
        .content__filtro__bottom .listado__item .ui-slider-horizontal .ui-slider-handle {
          top: -.4em;
          border-radius: 50%;
          background: #fff;
          border: 2px solid #DC1C2E; }
          .content__filtro__bottom .listado__item .ui-slider-horizontal .ui-slider-handle:focus {
            outline: none; }
        .content__filtro__bottom .listado__item .ui-widget-header {
          background: #DC1C2E; }
        .content__filtro__bottom .listado__item__rango .input-group-text {
          background-color: transparent;
          border: 1px solid transparent; }
          .content__filtro__bottom .listado__item__rango .input-group-text label {
            font-size: 13px;
            line-height: 17px;
            font-family: "gothamBold";
            color: #626366;
            margin-bottom: 0; }
        .content__filtro__bottom .listado__item__rango input {
          border: 1px solid transparent;
          border-bottom: 1px solid #C4C6C8;
          padding: 7px;
          font-size: 14px;
          line-height: 17px;
          font-family: "gothamBook";
          color: #949CA1; }
          .content__filtro__bottom .listado__item__rango input:focus {
            -webkit-box-shadow: 1px 1px transparent;
                    box-shadow: 1px 1px transparent; }
        .content__filtro__bottom .listado__item .seleccionar .select-hidden {
          display: none;
          visibility: hidden;
          padding-right: 10px; }
        .content__filtro__bottom .listado__item .seleccionar .select {
          cursor: pointer;
          display: inline-block;
          margin-right: 11px;
          position: relative;
          font-size: 12px;
          font-family: "gothamMedium";
          line-height: 14px;
          letter-spacing: 0.05em;
          text-transform: uppercase;
          width: 100%;
          height: 50px;
          text-align: left; }
        .content__filtro__bottom .listado__item .seleccionar .select-styled {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-color: #fff;
          padding: 17px 10px;
          -webkit-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in;
          border: 1px solid #EDEEEF;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          border-radius: 2px; }
          .content__filtro__bottom .listado__item .seleccionar .select-styled:after {
            content: "";
            width: 10px;
            height: 7px;
            background-image: url("../img/iconos/flecha.png");
            background-size: cover;
            position: absolute;
            top: 20px;
            right: 17px; }
          .content__filtro__bottom .listado__item .seleccionar .select-styled:hover {
            background-color: #fcfcfc; }
          .content__filtro__bottom .listado__item .seleccionar .select-styled:active, .content__filtro__bottom .listado__item .seleccionar .select-styled.active {
            background-color: #fcfcfc; }
            .content__filtro__bottom .listado__item .seleccionar .select-styled:active:after, .content__filtro__bottom .listado__item .seleccionar .select-styled.active:after {
              -webkit-transform: rotate(180deg);
                      transform: rotate(180deg); }
        .content__filtro__bottom .listado__item .seleccionar .select-options {
          display: none;
          position: absolute;
          top: 100%;
          right: 0;
          left: 0;
          z-index: 1;
          margin: 0;
          padding: 0;
          list-style: none;
          background-color: #fcfcfc; }
          .content__filtro__bottom .listado__item .seleccionar .select-options li {
            margin: 0;
            padding: 12px 0;
            text-indent: 15px;
            border-top: 1px solid #e6e6e6;
            -webkit-transition: all 0.15s ease-in;
            transition: all 0.15s ease-in; }
            .content__filtro__bottom .listado__item .seleccionar .select-options li:first-child {
              border-top: 1px solid transparent; }
            .content__filtro__bottom .listado__item .seleccionar .select-options li:hover {
              color: #fff;
              background: #DC1C2E; }
            .content__filtro__bottom .listado__item .seleccionar .select-options li[rel="hide"] {
              display: none; }
        .content__filtro__bottom .listado__item:last-child {
          border-bottom: 1px solid transparent; }
        .content__filtro__bottom .listado__item h3 {
          font-size: 14px;
          line-height: 17px;
          font-family: "gothamBold"; }
    .content__filtro__bottom .verDetalle {
      width: 100%;
      background: #DC1C2E;
      color: #fff;
      font-family: "gothamMedium";
      text-transform: uppercase;
      font-size: 13px;
      padding: 20px 10px;
      display: block;
      text-align: center; }
      .content__filtro__bottom .verDetalle:hover {
        text-decoration: none; }
  .content__buscador {
    position: relative;
    top: -60px;
    width: 100%; }
    .content__buscador__top {
      width: 100%;
      height: 59px; }
      .content__buscador__top__paginador__margen--left {
        padding-left: 0 !important;
        padding-right: 0 !important; }
      .content__buscador__top__paginador__margen--right {
        padding-right: 0 !important; }
      .content__buscador__top__paginador p {
        color: #626366;
        font-family: "gothamBook";
        font-size: 14px;
        padding: 12px;
        border: 1px solid #EDEEEF; }
      .content__buscador__top__paginador__left {
        border: 0px solid #ccc; }
      .content__buscador__top__paginador__right {
        border: 0px solid #ccc; }
        .content__buscador__top__paginador__right .select-styled {
          color: #626366; }
        .content__buscador__top__paginador__right .select {
          height: 48px !important; }
        .content__buscador__top__paginador__right__select {
          padding: 0 !important;
          border-bottom: 0 !important; }
      .content__buscador__top__item {
        width: 50%;
        height: 100%;
        float: left;
        border-right: 1px solid rgba(196, 198, 200, 0.32); }
        .content__buscador__top__item__asesores {
          width: 75%; }
        .content__buscador__top__item .seleccionar .select-hidden {
          display: none;
          visibility: hidden;
          padding-right: 10px; }
        .content__buscador__top__item .seleccionar .select {
          cursor: pointer;
          display: inline-block;
          position: relative;
          font-size: 12px;
          font-family: "gothamMedium";
          line-height: 14px;
          letter-spacing: 0.05em;
          text-transform: uppercase;
          width: 100%;
          height: 59px;
          text-align: left; }
        .content__buscador__top__item .seleccionar .select-styled {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-color: #fff;
          padding: 21px 10px;
          -webkit-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          border-radius: 2px; }
          .content__buscador__top__item .seleccionar .select-styled:after {
            content: "";
            width: 10px;
            height: 7px;
            background-image: url("../img/iconos/flecha.png");
            background-size: cover;
            position: absolute;
            top: 24px;
            right: 17px; }
          .content__buscador__top__item .seleccionar .select-styled:hover {
            background-color: #fcfcfc; }
          .content__buscador__top__item .seleccionar .select-styled:active, .content__buscador__top__item .seleccionar .select-styled.active {
            background-color: #fcfcfc; }
            .content__buscador__top__item .seleccionar .select-styled:active:after, .content__buscador__top__item .seleccionar .select-styled.active:after {
              -webkit-transform: rotate(180deg);
                      transform: rotate(180deg); }
        .content__buscador__top__item .seleccionar .select-options {
          display: none;
          position: absolute;
          top: 100%;
          right: 0;
          left: 0;
          z-index: 1;
          margin: 0;
          padding: 0;
          list-style: none;
          background-color: #fcfcfc; }
          .content__buscador__top__item .seleccionar .select-options li {
            margin: 0;
            padding: 17px 0;
            text-indent: 15px;
            border-top: 1px solid #e6e6e6;
            -webkit-transition: all 0.15s ease-in;
            transition: all 0.15s ease-in; }
            .content__buscador__top__item .seleccionar .select-options li:hover {
              color: #fff;
              background: #DC1C2E; }
            .content__buscador__top__item .seleccionar .select-options li[rel="hide"] {
              display: none; }
        .content__buscador__top__item--cien {
          width: 100%; }
        .content__buscador__top__item:nth-of-type(2) {
          width: 25%; }
        .content__buscador__top__item:nth-of-type(3) {
          width: 25%; }
        .content__buscador__top__item:last-child {
          border-right: 1px solid transparent; }
        .content__buscador__top__item .vermapa {
          font-size: 12px;
          line-height: 14px;
          color: #626366;
          letter-spacing: 0.05em;
          text-transform: uppercase;
          width: 100%;
          height: 100%;
          text-align: center;
          display: block;
          padding: 23px 10px;
          text-decoration: none;
          -webkit-transition: all .5s;
          transition: all .5s; }
          .content__buscador__top__item .vermapa:hover {
            color: #DC1C2E; }
          .content__buscador__top__item .vermapa i {
            color: #DC1C2E;
            margin-right: 7px; }
        .content__buscador__top__item .input-group {
          height: 100%; }
          .content__buscador__top__item .input-group .input-group-prepend span i {
            color: #C4C6C8; }
          .content__buscador__top__item .input-group .input-group-text {
            padding: .375rem 1.75rem;
            border: 1px solid transparent;
            background: transparent; }
          .content__buscador__top__item .input-group input {
            height: 100%;
            border: 1px solid transparent;
            font-family: "arialRegular";
            color: #626366;
            font-size: 14px;
            line-height: 16px; }
            .content__buscador__top__item .input-group input:focus {
              outline: none;
              -webkit-box-shadow: 1px 1px 3px transparent;
                      box-shadow: 1px 1px 3px transparent; }
            .content__buscador__top__item .input-group input::-webkit-input-placeholder {
              font-size: 14px;
              line-height: 16px;
              font-family: "arialRegular";
              color: #949CA1; }
            .content__buscador__top__item .input-group input::-moz-placeholder {
              font-size: 14px;
              line-height: 16px;
              font-family: "arialRegular";
              color: #949CA1; }
            .content__buscador__top__item .input-group input::-ms-input-placeholder {
              font-size: 14px;
              line-height: 16px;
              font-family: "arialRegular";
              color: #949CA1; }
            .content__buscador__top__item .input-group input::placeholder {
              font-size: 14px;
              line-height: 16px;
              font-family: "arialRegular";
              color: #949CA1; }
    .content__buscador__bottom {
      border-top: 1px solid rgba(196, 198, 200, 0.32); }
      .content__buscador__bottom__chip {
        padding: 10px 20px; }
        .content__buscador__bottom__chip .chip {
          display: inline-block;
          padding: 0 8px;
          height: 25px;
          font-size: 13px;
          line-height: 15px;
          text-align: right;
          color: #949CA1; }
          .content__buscador__bottom__chip .chip .closebtn {
            padding-left: 10px;
            color: #949CA1;
            font-weight: bold;
            float: right;
            cursor: pointer; }

/*=======================================
========== STAR  PROPIEDADES ============
=======================================*/
/*=======================================
=========== STAR  DESCARGAR =============
=======================================*/
.descargar__card {
  background-repeat: no-repeat;
  background-size: cover; }
  .descargar__card:hover {
    text-decoration: none; }
  .descargar__card__parrafo h4 {
    font-family: "gothamBold";
    color: #fff; }

/*=======================================
=========== END  DESCARGAR ==============
=======================================*/
.footer__top__info--fondo {
  background-image: url("../img/background/Globos.jpg");
  background-size: contain;
  min-height: 264px;
  background-repeat: no-repeat; }

.footer__top__info__parrafo {
  font-size: 14px;
  line-height: 16px;
  font-family: "arialBold";
  color: #949CA1; }
  .footer__top__info__parrafo--color {
    color: #C4C6C8 !important;
    margin-top: 50px;
    font-family: "arialRegular"; }
    .footer__top__info__parrafo--color a {
      font-family: "arialBold";
      color: #C4C6C8 !important; }

.footer__top__info__suscri {
  width: 100%;
  position: relative;
  height: 66px; }
  .footer__top__info__suscri input {
    width: 100%;
    -webkit-box-shadow: 0px 15px 18px rgba(148, 156, 161, 0.2);
            box-shadow: 0px 15px 18px rgba(148, 156, 161, 0.2);
    border-radius: 5px;
    height: 66px;
    border: 1px solid transparent;
    padding: 10px 20px; }
    .footer__top__info__suscri input::-webkit-input-placeholder {
      font-size: 14px;
      line-height: 16px;
      font-family: "arialRegular";
      color: #C4C6C8; }
    .footer__top__info__suscri input::-moz-placeholder {
      font-size: 14px;
      line-height: 16px;
      font-family: "arialRegular";
      color: #C4C6C8; }
    .footer__top__info__suscri input::-ms-input-placeholder {
      font-size: 14px;
      line-height: 16px;
      font-family: "arialRegular";
      color: #C4C6C8; }
    .footer__top__info__suscri input::placeholder {
      font-size: 14px;
      line-height: 16px;
      font-family: "arialRegular";
      color: #C4C6C8; }
  .footer__top__info__suscri .btn-enviar {
    background: #DC1C2E;
    color: #fff;
    position: absolute;
    top: 0;
    right: 8px;
    border-radius: 5px;
    border: 1px solid transparent;
    font-size: 12px;
    font-family: "gothamBold";
    line-height: 14px;
    padding: 40px 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: auto;
    height: 53px;
    bottom: 0;
    padding: 20px 40px; }

.footer__top__info__titulo {
  color: #DC1C2E;
  font-size: 20px;
  line-height: 24px;
  font-family: "gothamBold";
  margin-bottom: 20px; }

.footer__top__info__listado .listado {
  padding: 0px;
  list-style: none; }
  .footer__top__info__listado .listado__link {
    padding: 9px 0px;
    position: relative; }
    .footer__top__info__listado .listado__link--color a {
      color: #949CA1;
      font-family: "gothamMedium";
      letter-spacing: 0.05rem;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 14px;
      -webkit-transition: all 1s;
      transition: all 1s; }
      .footer__top__info__listado .listado__link--color a:hover {
        text-decoration: none;
        color: #003DA5; }
    .footer__top__info__listado .listado__link .icono {
      position: absolute;
      color: #DC1C2E;
      width: 35px;
      display: block;
      height: 35px;
      border: 1px solid #DC1C2E;
      border-radius: 50%;
      text-align: center;
      padding-top: 3px; }
      .footer__top__info__listado .listado__link .icono--90 {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
      .footer__top__info__listado .listado__link .icono i {
        font-size: 12px; }
    .footer__top__info__listado .listado__link .descrip {
      margin-left: 50px; }
      .footer__top__info__listado .listado__link .descrip span {
        display: block;
        font-size: 13px;
        line-height: 17px;
        font-family: "gothamMedium";
        color: #949CA1;
        margin-bottom: 6px; }
      .footer__top__info__listado .listado__link .descrip a, .footer__top__info__listado .listado__link .descrip p {
        display: block;
        font-size: 16px;
        font-family: "arialBold";
        line-height: 18px;
        color: #626366;
        margin-bottom: 6px; }
        .footer__top__info__listado .listado__link .descrip a:hover, .footer__top__info__listado .listado__link .descrip p:hover {
          text-decoration: none; }
      .footer__top__info__listado .listado__link .descrip p {
        width: 75%; }

.footer__bottom {
  background: #003DA5; }
  .footer__bottom__redes {
    background: #fff;
    text-align: center;
    margin: auto;
    -webkit-box-shadow: 0px 2px 30px rgba(26, 54, 104, 0.1);
            box-shadow: 0px 2px 30px rgba(26, 54, 104, 0.1);
    border-radius: 5px;
    position: relative; }
    .footer__bottom__redes ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .footer__bottom__redes ul li {
        display: inline-block; }
        .footer__bottom__redes ul li a {
          color: #003DA5;
          text-decoration: none; }
          .footer__bottom__redes ul li a:hover {
            color: #DC1C2E; }
  .footer__bottom__derechos {
    color: #A4D7F4;
    font-family: "arialRegular";
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 24px; }
    .footer__bottom__derechos a{
      color: #A4D7F4;
      text-decoration: none;
    }

/*=======================================
============== END FOOTER ===============
=======================================*/
.masactivo:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.video {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  background: #000; }
  .video .vid {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0.7; }
  .video__filtro {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 90%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center; }
    .video__filtro h1 {
      color: #fff;
      font-family: "gothamBold";
      margin-bottom: 50px; }
    .video__filtro__content {
      background: rgba(255, 255, 255, 0.18);
      border-radius: 5px;
      padding: 10px;
      width: 95%;
      margin: auto;
      position: relative; }
      .video__filtro__content .boton--flotante {
        position: absolute;
        bottom: 54px;
        padding: 26px 46px;
        right: 22px;
        margin: 0;
        z-index: 1; }
      .video__filtro__content__buscar {
        width: 100%; }
        .video__filtro__content__buscar .filtros .select-hidden {
          display: none;
          visibility: hidden;
          padding-right: 10px; }
        .video__filtro__content__buscar .filtros .select {
          cursor: pointer;
          display: inline-block;
          margin-right: 11px;
          position: relative;
          font-size: 12px;
          font-family: "gothamMedium";
          line-height: 14px;
          letter-spacing: 0.05em;
          text-transform: uppercase;
          width: 100%;
          color: #949CA1;
          height: 85px;
          text-align: left; }
        .video__filtro__content__buscar .filtros .select-styled {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-color: #fff;
          padding: 33px 34px;
          -webkit-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in;
          border-bottom: 1px solid rgba(196, 198, 200, 0.32);
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          border-radius: 2px; }
          .video__filtro__content__buscar .filtros .select-styled:after {
            content: "";
            width: 10px;
            height: 7px;
            background-image: url("../img/iconos/flecha.png");
            background-size: cover;
            position: absolute;
            top: 35px;
            right: 30px; }
          .video__filtro__content__buscar .filtros .select-styled:hover {
            background-color: #fcfcfc; }
          .video__filtro__content__buscar .filtros .select-styled:active, .video__filtro__content__buscar .filtros .select-styled.active {
            background-color: #fcfcfc; }
            .video__filtro__content__buscar .filtros .select-styled:active:after, .video__filtro__content__buscar .filtros .select-styled.active:after {
              -webkit-transform: rotate(180deg);
                      transform: rotate(180deg); }
        .video__filtro__content__buscar .filtros .select-options {
          display: none;
          position: absolute;
          top: 100%;
          right: 0;
          left: 0;
          z-index: 999;
          margin: 0;
          max-height: 118px;
          overflow: auto;
          padding: 0;
          list-style: none;
          background-color: #f2f2f2; }
          .video__filtro__content__buscar .filtros .select-options::-webkit-scrollbar {
            width: 5px; }
          .video__filtro__content__buscar .filtros .select-optionst::-webkit-scrollbar-track {
            background: #f1f1f1;
            opacity: 0.6;
            cursor: pointer; }
          .video__filtro__content__buscar .filtros .select-options::-webkit-scrollbar-thumb {
            background: #DC1C2E;
            border-radius: 20px;
            cursor: pointer; }
          .video__filtro__content__buscar .filtros .select-options::-webkit-scrollbar-thumb:hover {
            background: #bc1827; }
          .video__filtro__content__buscar .filtros .select-options li {
            margin: 0;
            padding: 12px 0;
            text-indent: 15px;
            border-top: 1px solid #e6e6e6;
            -webkit-transition: all 0.15s ease-in;
            transition: all 0.15s ease-in; }
            .video__filtro__content__buscar .filtros .select-options li:hover {
              color: #fff;
              background: #DC1C2E; }
            .video__filtro__content__buscar .filtros .select-options li[rel="hide"] {
              display: none; }
        .video__filtro__content__buscar__top {
          width: 100%;
          height: 85px; }
          .video__filtro__content__buscar__top__item {
            width: 17%;
            height: 100%;
            float: left;
            border-right: 1px solid rgba(196, 198, 200, 0.32); }
            .video__filtro__content__buscar__top__item:nth-of-type(2) {
              width: 24%; }
            .video__filtro__content__buscar__top__item:nth-of-type(3) {
              width: 59%; }
            .video__filtro__content__buscar__top__item:last-child {
              border-right: 1px solid transparent; }
            .video__filtro__content__buscar__top__item .inputs {
              width: 100%;
              height: 85px;
              position: relative; }
              .video__filtro__content__buscar__top__item .inputs input {
                border: 1px solid transparent;
                border-bottom: 1px solid rgba(196, 198, 200, 0.32);
                height: 100%; }
                .video__filtro__content__buscar__top__item .inputs input:focus {
                  -webkit-box-shadow: 1px 1px transparent;
                          box-shadow: 1px 1px transparent; }
                .video__filtro__content__buscar__top__item .inputs input::-webkit-input-placeholder {
                  font-size: 14px;
                  line-height: 16px;
                  font-family: "arialRegular";
                  color: #949CA1; }
                .video__filtro__content__buscar__top__item .inputs input::-moz-placeholder {
                  font-size: 14px;
                  line-height: 16px;
                  font-family: "arialRegular";
                  color: #949CA1; }
                .video__filtro__content__buscar__top__item .inputs input::-ms-input-placeholder {
                  font-size: 14px;
                  line-height: 16px;
                  font-family: "arialRegular";
                  color: #949CA1; }
                .video__filtro__content__buscar__top__item .inputs input::placeholder {
                  font-size: 14px;
                  line-height: 16px;
                  font-family: "arialRegular";
                  color: #949CA1; }

        /*inicio*/

        .video__filtro__content__buscar__bottom__item .inputs {
          width: 100%;
          height: 85px;
          position: relative;
        }
        .video__filtro__content__buscar__bottom__item .inputs input {
          border: 1px solid transparent;
          border-bottom: 1px solid rgba(196, 198, 200, 0.32);
          height: 100%; }
          .video__filtro__content__buscar__bottom__item .inputs input:focus {
            -webkit-box-shadow: 1px 1px transparent;
                    box-shadow: 1px 1px transparent; }
          .video__filtro__content__buscar__bottom__item .inputs input::-webkit-input-placeholder {
            font-size: 14px;
            line-height: 16px;
            font-family: "arialRegular";
            color: #949CA1; }
          .video__filtro__content__buscar__bottom__item .inputs input::-moz-placeholder {
            font-size: 14px;
            line-height: 16px;
            font-family: "arialRegular";
            color: #949CA1; }
          .video__filtro__content__buscar__bottom__item .inputs input::-ms-input-placeholder {
            font-size: 14px;
            line-height: 16px;
            font-family: "arialRegular";
            color: #949CA1; }
          .video__filtro__content__buscar__bottom__item .inputs input::placeholder {
            font-size: 14px;
            line-height: 16px;
            font-family: "arialRegular";
            color: #949CA1; }
        /*fin*/

        .video__filtro__content__buscar__bottom {
          width: 100%;
          display: none; }
          .video__filtro__content__buscar__bottom__item {
            float: left;
            border-right: 1px solid rgba(196, 198, 200, 0.32); }
            .video__filtro__content__buscar__bottom__item:last-child {
              border-right: 1px solid transparent; }
      .video__filtro__content__mas a {
        color: #fff;
        font-size: 12px;
        line-height: 14px;
        display: inline-block;
        padding: 13px 18px 7px 18px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        font-family: "gothamMedium";
        position: relative; }
        .video__filtro__content__mas a:before {
          content: "";
          width: 12px;
          right: 0;
          position: absolute;
          height: 7px;
          top: 16px;
          background-image: url("../img/iconos/flechaBlanco.png"); }
        .video__filtro__content__mas a:hover {
          color: #fff;
          text-decoration: none; }

@media (max-width: 375px) {
  .cards__content__bottom__nombre h3 {
    width: 200px !important; } }

@media (max-width: 575px) {
  .video__filtro__content__buscar__bottom__item .inputs {
    height: 63px; }
  .card__pequenio__datos ul li a, .card__pequenio__datos ul li p {
    font-size: 12px; }
  .modalcompartir {
    width: 100% !important; }
  .video__filtro h1 {
    padding: 0px 17px;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 25px; }
  .video__filtro__content__buscar__top {
    height: 127px; }
    .video__filtro__content__buscar__top__item {
      width: 50%;
      height: 51%; }
      .video__filtro__content__buscar__top__item:nth-of-type(2) {
        width: 50%; }
      .video__filtro__content__buscar__top__item:nth-of-type(3) {
        width: 100%; }
  .video__filtro__content__buscar__bottom {
    height: 204px; }
    .video__filtro__content__buscar__bottom__item {
      width: 50%;
      height: 33%; }
      .video__filtro__content__buscar__bottom__item:nth-of-type(2) {
        width: 50%; }
      .video__filtro__content__buscar__bottom__item:nth-of-type(3) {
        width: 50%; }
      .video__filtro__content__buscar__bottom__item:nth-of-type(4) {
        width: 50%; }
      .video__filtro__content__buscar__bottom__item:nth-of-type(5) {
        width: 58%; }
      .video__filtro__content__buscar__bottom__item:nth-of-type(6) {
        width: 42%; }
  .video__filtro__content__buscar .filtros .select-styled {
    padding: 25px 15px; }
    .video__filtro__content__buscar .filtros .select-styled:after {
      top: 27px;
      right: 16px; }
  .video__filtro__content .boton--flotante {
    position: absolute;
    bottom: 53px;
    padding: 16px 31px;
    right: 19px; }
  .video__filtro__content__buscar .filtros .select {
    height: 65px;
    font-size: 9px; }
  .video__filtro__content__buscar__top__item .inputs {
    height: 63px; }
  .filtro__busqueda__btn a {
    padding: 20px 30px; }
  .modal-body .cerrar {
    position: fixed;
    right: 3%;
    top: 2%; }
  .modalContacto .modal-body .cabecera__top h5 {
    font-size: 15px;
    line-height: 17px; }
  .modalContacto .modal-body .cabecera__top h3 {
    font-size: 16px;
    line-height: 17px; }
  .modalContacto .modal-body .contactar__titulo {
    font-size: 17px;
    line-height: 20px; }
  .modalContacto .modal-body .contactar__subtitulo {
    font-size: 12px;
    line-height: 12px; }
  .modalContacto .formulario {
    padding: 35px 18px; }
  .banner {
    height: 225px; }
  .content__filtro {
    top: 0; }
  section {
    padding: 50px 0px; }
  .titulo--mediano {
    font-size: 21px;
    line-height: 60px; }
  .titulo--banner {
    font-size: 21px; }
  .cajas__content {
    height: 340px; }
  .descargar__card {
    height: 170px; }
    .descargar__card__parrafo {
      padding: 20px 35px;
      width: 57%; }
      .descargar__card__parrafo h4 {
        font-size: 18px;
        line-height: 24px; }
  .footer__top {
    padding: 50px 0px; }
    .footer__top__info__listado .listado__link .descrip a, .footer__top__info__listado .listado__link .descrip p {
      font-size: 14px; }
    .footer__top__info__listado .listado__link .descrip p {
      width: 83%; }
  .footer__bottom__redes {
    width: 90%;
    height: 60px;
    top: -28px; }
    .footer__bottom__redes ul li a {
      padding: 0px 15px;
      font-size: 24px; }
  .slider .owl-dots {
    bottom: 3em; }
  .slider__content__item {
    left: 6%;
    width: 300px;
    height: 180px; }
    .slider__content__item__titulo__h2 {
      font-size: 30px;
      padding: 5px 0px; }
    .slider__content__item__parrafo {
      font-size: 16px; }
  .cards__img--left {
    width: 100%;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px; }
  .cards__content--right {
    width: 100%; }
  .cards__content__top {
    padding: 20px 27px; }
    .cards__content__top--pad {
      padding: 20px 37px; }
    .cards__content__top .parrafo p {
      font-size: 14px;
      line-height: 22px; }
    .cards__content__top .distrito ul li span {
      font-size: 14px;
      line-height: 17px; }
    .cards__content__top .area ul li {
      font-size: 14px; }
  .cards__content__bottom__redes--right {
    text-align: center; }
  .cards__content__bottom__nombre h3 {
    font-size: 13px;
    width: 300px; }
  .FiltroResponsive {
    display: block; } }

@media (min-width: 576px) {
  .multipleSection__top{
    height: 750px !important;
  }
  .modal-body .cerrar {
    position: absolute;
    right: 0;
    top: -5%; }
  .modalContacto .modal-body .contactar__titulo {
    font-size: 22px;
    line-height: 28px; }
  .modalContacto .modal-body .contactar__subtitulo {
    font-size: 15px;
    line-height: 19px; }
  .modalContacto .formulario {
    padding: 35px 40px; }
  .banner {
    height: 245px; }
  section {
    padding: 70px 0px; }
  .titulo--mediano {
    font-size: 27px;
    line-height: 70px; }
  .titulo--banner {
    font-size: 27px; }
  .FiltroResponsive {
    display: block; }
  .video__filtro h1 {
    padding: 0px 30px;
    font-size: 30px;
    line-height: 34px; }
    .video__filtro__content__buscar .filtros .select-options{
      max-height: 236px;
    }
  .video__filtro__content__buscar__bottom {
    height: 173px; }
    .video__filtro__content__buscar__bottom__item {
      width: 50%;
      height: 50%; }
      .video__filtro__content__buscar__bottom__item:nth-of-type(2) {
        width: 50%; }
      .video__filtro__content__buscar__bottom__item:nth-of-type(3) {
        width: 15%; }
      .video__filtro__content__buscar__bottom__item:nth-of-type(4) {
        width: 30%; }
      .video__filtro__content__buscar__bottom__item:nth-of-type(5) {
        width: 30%; }
      .video__filtro__content__buscar__bottom__item:nth-of-type(6) {
        width: 25%; }
  .cajas__content {
    height: 430px; }
  .descargar__card {
    height: 300px; }
  .slider__content__item {
    left: 6%;
    width: 370px;
    height: 270px; }
    .slider__content__item__titulo__h2 {
      font-size: 40px;
      padding: 5px 0px; }
    .slider__content__item__parrafo {
      font-size: 16px; }
  .footer__top {
    padding: 70px 0px; }
  .footer__bottom__redes {
    width: 90%;
    height: 100px;
    top: -50px; }
    .footer__bottom__redes ul li a {
      padding: 0px 25px;
      font-size: 24px; }
  .cards__img--left {
    width: 100%;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px; }
  .cards__content__top {
    padding: 20px 27px; }
    .cards__content__top--pad {
      padding: 20px 37px; }
    .cards__content__top .parrafo p {
      font-size: 16px;
      line-height: 24px; }
    .cards__content__top .distrito ul li span {
      font-size: 14px;
      line-height: 17px; }
    .cards__content__top .area ul li {
      font-size: 14px; }
  .cards__content__bottom__redes--right {
    text-align: right; }
  .cards__content__bottom__nombre h3 {
    font-size: 13px;
    width: 145px; } }

@media (min-width: 768px) {
  .multipleSection__top{
    height: 724px !important;
  }
  .modal-body .cerrar {
    position: absolute;
    right: -20px;
    top: -20px; }
  .modalContacto .modal-body .contactar__titulo {
    font-size: 16px;
    line-height: 20px; }
  .modalContacto .modal-body .contactar__subtitulo {
    font-size: 12px;
    line-height: 11px; }
  .modalContacto .formulario {
    padding: 35px 10px; }
  .banner {
    height: 280px; }
  section {
    padding: 100px 0px; }
  .cajas__content {
    height: 292px; }
  .descargar__card {
    height: 123px; }
    .descargar__card__parrafo {
      padding: 20px 24px;
      width: 76%; }
      .descargar__card__parrafo h4 {
        font-size: 14px;
        line-height: 18px; }
  .container {
    max-width: 877px !important; }
  .footer__top {
    padding: 100px 0px; }
  .footer__bottom__redes {
    width: 60%;
    height: 74px;
    top: -37px; }
    .footer__bottom__redes ul li a {
      padding: 0px 25px;
      font-size: 30px; }
  .cards__img--left {
    width: 100%;
    border-bottom-left-radius: 5px; }
  .cards__content__top .parrafo p {
    font-size: 12px;
    line-height: 17px; }
  .cards__content--right {
    width: 100%; }
  .FiltroResponsive {
    display: none; }
  .video__filtro__content__buscar__bottom {
    height: 173px; }
    .video__filtro__content__buscar__bottom__item {
      width: 50%;
      height: 50%; }
      .video__filtro__content__buscar__bottom__item:nth-of-type(2) {
        width: 50%; }
      .video__filtro__content__buscar__bottom__item:nth-of-type(3) {
        width: 15%; }
      .video__filtro__content__buscar__bottom__item:nth-of-type(4) {
        width: 30%; }
      .video__filtro__content__buscar__bottom__item:nth-of-type(5) {
        width: 30%; }
      .video__filtro__content__buscar__bottom__item:nth-of-type(6) {
        width: 25%; } }

@media (max-width: 991px) {
  .content {
    padding-top: 50px; }
  .menu__responsive {
    display: block; }
  .hidden-md {
    display: none; }
  .visualizar-md {
    display: block; }
  #menu-icon-shape {
    display: block; }
  .header {
    display: none !important; }
    .header__top__buscador {
      display: none !important; } }

@media (min-width: 992px) {
  .header__bottom .navegador__link li .links {
    font-size: 11px; }
  .propiedades .owl__propiedad .item {
    height: 145px; }
  .modalContacto .modal-body .contactar__titulo {
    font-size: 22px;
    line-height: 28px; }
  .modalContacto .modal-body .contactar__subtitulo {
    font-size: 15px;
    line-height: 19px; }
  .modalContacto .formulario {
    padding: 35px 70px; }
  .modal-dialog {
    max-width: 950px !important; }
  .banner {
    height: 390px; }
  .video__filtro h1 {
    font-size: 35px;
    line-height: 45px;
    padding: 0px 115px; }
  .video__filtro__content__buscar__bottom {
    height: 85px;
    width: 100%; }
    .video__filtro__content__buscar__bottom__item {
      width: 16%;
      height: 100%; }
      .video__filtro__content__buscar__bottom__item:nth-of-type(2) {
        width: 24%; }
      .video__filtro__content__buscar__bottom__item:nth-of-type(3) {
        width: 9%; }
      .video__filtro__content__buscar__bottom__item:nth-of-type(4) {
        width: 18%; }
      .video__filtro__content__buscar__bottom__item:nth-of-type(5) {
        width: 18%; }
      .video__filtro__content__buscar__bottom__item:nth-of-type(6) {
        width: 15%; }
  .cajas__content {
    height: 327px; }
  .descargar__card {
    height: 163px; }
    .descargar__card__parrafo {
      width: 56%; }
      .descargar__card__parrafo h4 {
        font-size: 18px;
        line-height: 26px; }
  .footer__bottom__redes {
    width: 47%;
    height: 100px;
    top: -50px; }
    .footer__bottom__redes ul li a {
      padding: 0px 26px;
      font-size: 34px; }
  .container {
    max-width: 1060px !important; }
  .slider__content__item {
    left: 12%;
    width: 40%;
    height: 80%; }
    .slider__content__item__titulo__h2 {
      font-size: 40px;
      line-height: 48px; }
    .slider__content__item__parrafo {
      font-size: 15px; }
  .cards__img--left {
    width: 100%;
    border-bottom-left-radius: 5px; }
  .cards__content--right {
    width: 100%;
    border-top-left-radius: 5px;
    min-height: 275px; }
  .cards__content__top {
    padding: 12px 17px; }
    .cards__content__top .dinero__listado__item {
      font-size: 10px;
      line-height: 22px; }
      .cards__content__top .dinero__listado__item--grande {
        font-size: 18px;
        line-height: 22px; }
    .cards__content__top .distrito ul {
      padding: 4px 0px; }
      .cards__content__top .distrito ul li span {
        font-size: 9px;
        line-height: 11px; }
    .cards__content__top .area {
      padding-bottom: 0px; }
      .cards__content__top .area ul li {
        font-size: 9px; }
  .cards__content__bottom__nombre h3 {
    font-size: 13px;
    width: 120px; }
  .titulo--banner {
    font-size: 32px; } }

@media (min-width: 1200px) {
  .header__bottom .navegador__link li .links {
    font-size: 12px; }
  .banner {
    height: 400px; }
  .titulo--mediano {
    font-size: 28px;
    line-height: 74px; }
  .video__filtro h1 {
    font-size: 40px;
    padding: 0px 45px;
    line-height: 48px; }
  .cajas__content {
    height: 600px; }
  .descargar__card {
    height: 214px; }
    .descargar__card__parrafo {
      padding: 20px 65px;
      width: 71%; }
      .descargar__card__parrafo h4 {
        font-size: 24px;
        line-height: 29px; }
  .footer__bottom__redes {
    width: 38%;
    height: 100px;
    top: -50px; }
    .footer__bottom__redes ul li a {
      padding: 0px 25px;
      font-size: 40px; }
  .cards__img--left {
    width: 44%;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px;
    height: 373px;
    overflow: hidden; }
  .cards__content--right {
    width: 56%;
    border-top-left-radius: 5px;
    min-height: 275px; }
  .cards__content__top {
    padding: 20px 27px; }
    .cards__content__top--pad {
      padding: 10px 27px; }
    .cards__content__top .parrafo {
      padding: 5px 0px; }
      .cards__content__top .parrafo p {
        font-size: 12px;
        line-height: 17px;
        margin-bottom: 0; }
    .cards__content__top .area {
      padding-bottom: 5px; }
      .cards__content__top .area ul li {
        font-size: 12px; }
    .cards__content__top .distrito ul {
      padding: 4px 0px; }
      .cards__content__top .distrito ul li span {
        font-size: 13px;
        line-height: 15px; }
    .cards__content__top .dinero__listado__item {
      font-size: 15px;
      line-height: 20px;
      padding: 0px 10px; }
  .cards__content__bottom--pad {
    padding: 10px 30px; }
  .cards__content__bottom__nombre h3 {
    width: 190px;
    font-size: 12px; }
  .cards__content__bottom__nombre ul li a {
    font-size: 11px;
    line-height: 13px; }
  .container {
    max-width: 1330px !important; }
  .slider .slider .owl-dots {
    bottom: 5em; }
  .propiedades .owl__propiedad .item {
    height: 173px; } }

@media (min-width: 1300px) and (max-width: 1440px) {
  .truncate {
    width: 248px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .propiedades .owl__propiedad .item {
    max-height: 194px;
    overflow: hidden; }
  .cards__img--left {
    height: 274px; }
  .content__filtro__bottom .listado__item .seleccionar .select {
    font-size: 10px !important; }
  .content__filtro__bottom .listado__item {
    padding: 20px 20px; }
  .content__filtro__top {
    padding: 20px 20px; }
  .mapaPropiedad__filtro__item {
    padding: 6px !important; } }

@media (min-width: 1700px) {
  .propiedades .owl__propiedad .item {
    height: 210px; }
  .banner {
    height: 550px; }
  .cards__content__top--pad {
    padding: 44px 37px; }
  .cards__content__top .parrafo p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px; }
  .cards__content__top .distrito ul li span {
    font-size: 14px;
    line-height: 17px; }
  .cards__content__top .area ul li {
    font-size: 14px; }
  .cards__content__top .dinero__listado__item {
    font-size: 18px;
    line-height: 22px; }
    .cards__content__top .dinero__listado__item--grande {
      font-size: 25px; }
  .cards__content__bottom--pad {
    padding: 20px 37px; }
  .cards__content__bottom__nombre h3 {
    font-size: 13px;
    width: 300px; }
  .titulo--mediano {
    font-size: 28px;
    line-height: 74px; }
  .descargar__card {
    height: 300px; }
    .descargar__card__parrafo {
      padding: 20px 65px;
      width: 54%; }
      .descargar__card__parrafo h4 {
        font-size: 28px;
        line-height: 34px; }
  .footer__bottom__redes ul li a {
    padding: 0px 40px; }
  .container {
    max-width: 1792px !important; } }

.container-form {
  visibility: visible;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.premios__parrafo {
  visibility: visible;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.bombo {
  visibility: visible;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.text1 {
  visibility: visible;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.text2 {
  visibility: visible;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.text3 {
  visibility: visible;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.text4 {
  visibility: visible;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.text5 {
  visibility: visible;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.form2 {
  visibility: visible;
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.label2 {
  visibility: visible;
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }


.mapaPropiedad {
  padding: 0px;
  position: relative; }
  .mapaPropiedad__flecha {
    position: absolute;
    left: 0%;
    width: 50px;
    height: 75%;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    top: 0;
    bottom: 0;
    margin: auto; }
    .mapaPropiedad__flecha .flecha {
      background: #DC1C2E;
      -webkit-box-shadow: 5px 0px 9px rgba(26, 54, 104, 0.1);
              box-shadow: 5px 0px 9px rgba(26, 54, 104, 0.1);
      border-radius: 0px 5px 5px 0px;
      width: 100%;
      height: 22%; }
  .mapaPropiedad__filtro {
    position: absolute;
    left: 0;
    width: 22%;
    height: 75%;
    left: -22%;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    top: 0;
    bottom: 0;
    margin: auto; }
    .mapaPropiedad__filtro__oficina {
      height: 50% !important; }
    .mapaPropiedad__filtro__item {
      background: #fff;
      padding: 10px;
      height: 100%;
      width: 100%;
      float: left; }
      .mapaPropiedad__filtro__item__flecha {
        width: 65px;
        height: 164px;
        right: -65px;
        position: absolute;
        top: 0;
        bottom: 0;
        -webkit-box-shadow: 5px 0px 9px rgba(26, 54, 104, 0.1);
                box-shadow: 5px 0px 9px rgba(26, 54, 104, 0.1);
        border-radius: 0px 5px 5px 0px;
        margin: auto;
        background: #DC1C2E;
        cursor: pointer;
        padding: 70px 26px; }
      .mapaPropiedad__filtro__item__left {
        width: 100%;
        max-height: 100%;
        overflow-y: scroll;
        position: relative; }
        .mapaPropiedad__filtro__item__left::-webkit-scrollbar {
          width: 7px; }
        .mapaPropiedad__filtro__item__left::-webkit-scrollbar-track {
          background: #f1f1f1;
          opacity: 0.6;
          cursor: pointer; }
        .mapaPropiedad__filtro__item__left::-webkit-scrollbar-thumb {
          background: #DC1C2E;
          border-radius: 40px;
          cursor: pointer; }
        .mapaPropiedad__filtro__item__left::-webkit-scrollbar-thumb:hover {
          background: #bc1827; }
    .mapaPropiedad__filtro__texto {
      height: 100%; }
  .mapaPropiedad__propiedades {
    position: absolute;
    right: 0;
    height: 67%;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    bottom: 6%;
    margin: auto; }
    .mapaPropiedad__propiedades__content {
      background: #fff;
      height: 100%;
      width: 100%;
      padding-right: 10px; }
      .mapaPropiedad__propiedades__content__bottom {
        width: 100%;
        max-height: 540px;
        overflow-y: scroll;
        position: relative;
        overflow-x: hidden; }
        .mapaPropiedad__propiedades__content__bottom__top {
          overflow: hidden; }
        .mapaPropiedad__propiedades__content__bottom::-webkit-scrollbar {
          width: 7px; }
        .mapaPropiedad__propiedades__content__bottom::-webkit-scrollbar-track {
          background: #f1f1f1;
          opacity: 0.6;
          cursor: pointer; }
        .mapaPropiedad__propiedades__content__bottom::-webkit-scrollbar-thumb {
          background: #DC1C2E;
          border-radius: 40px;
          cursor: pointer; }
        .mapaPropiedad__propiedades__content__bottom::-webkit-scrollbar-thumb:hover {
          background: #bc1827; }
      .mapaPropiedad__propiedades__content__bottom .item {
        padding: 0;
        margin: 0; }
        .mapaPropiedad__propiedades__content__bottom .item__listado {
          list-style: none; }
          .mapaPropiedad__propiedades__content__bottom .item__listado__listaOficina {
            padding: 0px 0px 0 0px;
            left: 25px;
            position: relative; }
            .mapaPropiedad__propiedades__content__bottom .item__listado__listaOficina a:hover img {
              opacity: inherit !important; }
            .mapaPropiedad__propiedades__content__bottom .item__listado__listaOficina a:hover .ides li {
              color: #DC1C2E; }
            .mapaPropiedad__propiedades__content__bottom .item__listado__listaOficina .precio li {
              font-size: 14px !important; }
            .mapaPropiedad__propiedades__content__bottom .item__listado__listaOficina .ides li {
              font-size: 14px !important; }
            .mapaPropiedad__propiedades__content__bottom .item__listado__listaOficina img {
              width: 100% !important;
              position: relative;
              top: 35px;
              right: -16px; }
            .mapaPropiedad__propiedades__content__bottom .item__listado__listaOficina .items__img {
              background: #fff !important; }
        .mapaPropiedad__propiedades__content__bottom .item .items {
          width: 100%;
          background: #fff;
          height: 117px;
          display: block;
          text-decoration: none;
          border-bottom: 1px solid rgba(196, 198, 200, 0.23); }
          .mapaPropiedad__propiedades__content__bottom .item .items:hover img {
            opacity: 0.5; }
          .mapaPropiedad__propiedades__content__bottom .item .items:hover .items__content .precio li {
            color: #DC1C2E; }
            .mapaPropiedad__propiedades__content__bottom .item .items:hover .items__content .precio li:before {
              background: #DC1C2E; }
            .mapaPropiedad__propiedades__content__bottom .item .items:hover .items__content .precio li:last-child:before {
              background: transparent; }
          .mapaPropiedad__propiedades__content__bottom .item .items__img {
            width: 30%;
            height: 117px;
            float: left;
            overflow: hidden;
            background: #003DA5; }
            .mapaPropiedad__propiedades__content__bottom .item .items__img img {
              width: 182px;
              -webkit-transform: translateX(-17px);
                      transform: translateX(-17px); }
          .mapaPropiedad__propiedades__content__bottom .item .items__content {
            width: 70%;
            float: left;
            height: 117px;
            padding: 2px 13px; }
            .mapaPropiedad__propiedades__content__bottom .item .items__content ul {
              padding: 0;
              margin: 0; }
              .mapaPropiedad__propiedades__content__bottom .item .items__content ul li {
                list-style: none;
                display: inline-block; }
            .mapaPropiedad__propiedades__content__bottom .item .items__content .ides li {
              font-size: 13px;
              line-height: 17px;
              font-family: "gothamMedium";
              color: #949CA1;
              position: relative;
              padding: 0px 7px; }
              .mapaPropiedad__propiedades__content__bottom .item .items__content .ides li:before {
                content: "";
                position: absolute;
                width: 5px;
                height: 1px;
                top: 8px;
                background: #949CA1;
                right: -6px; }
              .mapaPropiedad__propiedades__content__bottom .item .items__content .ides li:last-child:before {
                background: transparent; }
            .mapaPropiedad__propiedades__content__bottom .item .items__content .precio li {
              position: relative;
              font-size: 14px;
              line-height: 17px;
              font-family: "gothamBold";
              color: #404041;
              padding: 0px 7px; }
              .mapaPropiedad__propiedades__content__bottom .item .items__content .precio li:before {
                content: "";
                position: absolute;
                width: 7px;
                height: 2px;
                top: 8px;
                background: #404041;
                right: -5px; }
              .mapaPropiedad__propiedades__content__bottom .item .items__content .precio li:last-child:before {
                background: transparent; }
            .mapaPropiedad__propiedades__content__bottom .item .items__content .distrito {
              font-size: 14px;
              line-height: 17px;
              font-family: "gothamBook";
              color: #949CA1;
              padding: 3px 7px; }
  .mapaPropiedad__botom {
    position: absolute;
    right: 4%;
    height: 23%;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    top: 12%;
    margin: auto; }
    .mapaPropiedad__botom .boton__rojo {
      padding: 20px 35px; }

.azul {
  color: #003DA5 !important; }

.rojo {
  color: #DC1C2E !important; }

.propiedadesDetalle__top--hr {
  border-bottom: 1px solid rgba(196, 198, 200, 0.22);
  padding-bottom: 30px; }

.propiedadesDetalle__top__miga {
  font-size: 12px;
  line-height: 14px;
  font-family: "gothamMedium"; }
  .propiedadesDetalle__top__miga a {
    color: #949CA1; }
    .propiedadesDetalle__top__miga a:hover {
      text-decoration: none;
      color: #9ba4b7; }
    .propiedadesDetalle__top__miga a i {
      font-size: 11px;
      margin-right: 5px; }

.propiedadesDetalle__top__descripcion ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .propiedadesDetalle__top__descripcion ul li {
    display: inline-block; }

.propiedadesDetalle__top__descripcion__botton .boton__rojo {
  margin: 0; }

.propiedadesDetalle__top__descripcion .dinero__listado__item {
  font-family: "gothamMedium";
  color: #404041;
  padding: 0px 10px;
  position: relative; }
  .propiedadesDetalle__top__descripcion .dinero__listado__item:first-child {
    padding-left: 0px; }
  .propiedadesDetalle__top__descripcion .dinero__listado__item:before {
    content: "";
    position: absolute;
    width: 7px;
    margin: auto;
    top: 0;
    bottom: 0;
    background: #404041;
    right: -6px; }
  .propiedadesDetalle__top__descripcion .dinero__listado__item:last-child:before {
    background: transparent; }

.propiedadesDetalle__top__descripcion .distrito__listado__item {
  font-size: 14px;
  line-height: 17px;
  font-family: "gothamBook";
  color: #949CA1;
  padding-right: 16px; }
  .propiedadesDetalle__top__descripcion .distrito__listado__item .bold {
    color: #626366;
    font-family: "gothamBold"; }

.propiedadesDetalle__bottom {
  background: #F4F5F7;
  padding-top: 70px; }
  .propiedadesDetalle__bottom__item {
    margin-bottom: 35px; }
    .propiedadesDetalle__bottom__item--padcero {
      padding: 0 !important; }
    .propiedadesDetalle__bottom__item__titulo {
      font-size: 16px;
      line-height: 19px;
      color: #404041;
      font-family: "gothamBold";
      margin-bottom: 20px; }
    .propiedadesDetalle__bottom__item__parrafo{
      font-family: "arialRegular";
      color: #949CA1;
    }
    .propiedadesDetalle__bottom__item__parrafo p {
      font-family: "arialRegular";
      color: #949CA1; }
    .propiedadesDetalle__bottom__item .precio {
      color: #404041;
      font-family: "gothamMedium"; }
    .propiedadesDetalle__bottom__item .depa {
      list-style: none;
      padding: 0;
      margin: 0; }
      .propiedadesDetalle__bottom__item .depa li {
        display: inline-block;
        padding-right: 12px;
        position: relative; }
        .propiedadesDetalle__bottom__item .depa li:before {
          content: "";
          position: absolute;
          width: 5px;
          height: 1px;
          margin: auto;
          top: 0;
          bottom: 0;
          background: #949CA1;
          right: 1px; }
        .propiedadesDetalle__bottom__item .depa li:last-child:before {
          background: transparent; }
        .propiedadesDetalle__bottom__item .depa li a {
          font-size: 13px;
          line-height: 17px;
          font-family: "gothamMedium"; }
    .propiedadesDetalle__bottom__item .distrito {
      list-style: none;
      padding: 0;
      margin: 0; }
      .propiedadesDetalle__bottom__item .distrito li {
        display: inline-block;
        padding-right: 4px;
        font-family: "gothamBook";
        color: #949CA1; }
    .propiedadesDetalle__bottom__item .descargar a {
      font-size: 12px;
      line-height: 14px;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      font-family: "gothamMedium";
      text-decoration: none;
      position: relative; }
      .propiedadesDetalle__bottom__item .descargar a:hover span {
        color: #003DA5; }
      .propiedadesDetalle__bottom__item .descargar a .plomobold {
        color: #626366; }
      .propiedadesDetalle__bottom__item .descargar a .plomo {
        color: #949CA1; }
      .propiedadesDetalle__bottom__item .descargar a img {
        top: -8px;
        position: absolute; }
      .propiedadesDetalle__bottom__item .descargar a .texto {
        margin-left: 30px; }
    .propiedadesDetalle__bottom__item .compartir {
      padding: 10px 0px 50px; }
      .propiedadesDetalle__bottom__item .compartir__listado {
        padding: 0;
        margin: 0; }
        .propiedadesDetalle__bottom__item .compartir__listado li {
          display: inline-block;
          padding: 10px 0px;
          padding-right: 18px; }
          .propiedadesDetalle__bottom__item .compartir__listado li a {
            font-size: 12px;
            line-height: 14px;
            font-family: "gothamMedium";
            letter-spacing: 0.05em;
            text-transform: uppercase;
            color: #949CA1;
            text-decoration: none;
            position: relative; }
            .propiedadesDetalle__bottom__item .compartir__listado li a .item {
              position: absolute;
              width: 26px;
              height: 26px;
              border-radius: 50%;
              text-align: center;
              padding-top: 6px; }
              .propiedadesDetalle__bottom__item .compartir__listado li a .item--facebook {
                background: rgba(59, 87, 157, 0.16); }
                .propiedadesDetalle__bottom__item .compartir__listado li a .item--facebook i {
                  color: #3B579D; }
              .propiedadesDetalle__bottom__item .compartir__listado li a .item--wsp {
                background: rgba(38, 211, 103, 0.13); }
                .propiedadesDetalle__bottom__item .compartir__listado li a .item--wsp i {
                  color: #26D367; }
              .propiedadesDetalle__bottom__item .compartir__listado li a .item--mail {
                background: rgba(220, 28, 46, 0.15); }
                .propiedadesDetalle__bottom__item .compartir__listado li a .item--mail i {
                  color: #DC1C2E; }
            .propiedadesDetalle__bottom__item .compartir__listado li a span {
              display: inline-block;
              margin-left: 33px; }
    .propiedadesDetalle__bottom__item .caracteristicas__listado {
      padding: 0;
      margin: 0; }
      .propiedadesDetalle__bottom__item .caracteristicas__listado li {
        padding: 10px 0px;
        list-style: none;
        font-size: 13px;
        line-height: 16px;
        font-family: "arialRegular";
        color: #626366;
        position: relative; }
        .propiedadesDetalle__bottom__item .caracteristicas__listado li img {
          position: absolute;
          top: 8px;
          left: 0; }
        .propiedadesDetalle__bottom__item .caracteristicas__listado li span {
          margin-left: 26px;
          display: block; }
    .propiedadesDetalle__bottom__item .items {
      position: relative;
      padding: 16px 0px; }
      .propiedadesDetalle__bottom__item .items img {
        position: absolute;
        top: 17px; }
      .propiedadesDetalle__bottom__item .items__texto {
        margin-left: 60px; }
        .propiedadesDetalle__bottom__item .items__texto span {
          color: #949CA1;
          display: block;
          font-family: "gothamMedium"; }
        .propiedadesDetalle__bottom__item .items__texto h4 {
          font-family: "gothamMedium";
          color: #404041; }
  .propiedadesDetalle__bottom__contactar {
    background-image: url("../img/background/bg-contacto.png");
    color: #fff;
    background-color: #003DA5;
    background-position: center;
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    border-radius: 5px;
    padding: 30px; }
    .propiedadesDetalle__bottom__contactar h3 {
      font-size: 15px;
      line-height: 19px;
      font-family: "gothamBold"; }
    .propiedadesDetalle__bottom__contactar__titulo {
      font-size: 20px;
      line-height: 24px;
      padding-top: 10px;
      font-family: "gothamMedium"; }
    .propiedadesDetalle__bottom__contactar__subtitulo {
      font-size: 14px;
      line-height: 17px;
      color: #A4D7F4;
      font-family: "gothamMedium"; }
      .propiedadesDetalle__bottom__contactar__subtitulo a{
        color: #A4D7F4;
        text-decoration:none;
      }
      .propiedadesDetalle__bottom__contactar__subtitulo a:hover{
        text-decoration: none;
        color: #b2dff9;
      }
    .propiedadesDetalle__bottom__contactar__icono {
      border: 1px dashed #fff;
      padding-top: 6px;
      border-radius: 50%;
      margin: auto;
      width: 124px;
      height: 124px; }
      .propiedadesDetalle__bottom__contactar__icono .imagen {
        width: 110px;
        height: 110px;
        overflow: hidden;
        border-radius: 50%;
        margin: auto;
        border: 3px solid #fff; }
        .propiedadesDetalle__bottom__contactar__icono .imagen img {
          width: 106px; }
  .propiedadesDetalle__bottom__formuContacto {
    padding: 25px 30px;
    margin-top: 30px; }
    .propiedadesDetalle__bottom__formuContacto .formulario {
      background: #fff; }
      .propiedadesDetalle__bottom__formuContacto .formulario h3 {
        font-size: 16px;
        line-height: 19px;
        font-family: "gothamBold";
        color: #404041;
        text-align: center;
        padding: 20px 0px;
        margin-bottom: 0; }
      .propiedadesDetalle__bottom__formuContacto__label {
        font-size: 13px;
        line-height: 15px;
        font-family: "arialRegular";
        color: #949CA1; }
      .propiedadesDetalle__bottom__formuContacto textarea {
        resize: none; }
      .propiedadesDetalle__bottom__formuContacto input, .propiedadesDetalle__bottom__formuContacto textarea {
        border: 1px solid #E0E0E0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-radius: 2px; }
        .propiedadesDetalle__bottom__formuContacto input:focus, .propiedadesDetalle__bottom__formuContacto textarea:focus {
          -webkit-box-shadow: 1px 1px 1px transparent;
                  box-shadow: 1px 1px 1px transparent;
          border: 1px solid #003DA5; }

@media (max-width: 575px) {
  .content__buscador__top__paginador__margen--right {
    padding-right: 15px !important; }
  .content__buscador__top__paginador__margen--left {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .propiedadesDetalle {
    padding: 34px 0px 0px; }
    .propiedadesDetalle__top__descripcion {
      padding: 22px 0px; }
      .propiedadesDetalle__top__descripcion .dinero__listado__item {
        font-size: 22px;
        line-height: 27px; }
        .propiedadesDetalle__top__descripcion .dinero__listado__item:before {
          height: 2px; }
    .propiedadesDetalle__bottom__item {
      padding: 27px 33px; }
      .propiedadesDetalle__bottom__item .items__texto h4 {
        font-size: 17px;
        line-height: 23px; }
      .propiedadesDetalle__bottom__item .items__texto span {
        font-size: 11px;
        line-height: 15px; }
      .propiedadesDetalle__bottom__item .precio {
        font-size: 19px;
        line-height: 23px; }
      .propiedadesDetalle__bottom__item .distrito li {
        font-size: 13px;
        line-height: 12px; }
      .propiedadesDetalle__bottom__item__parrafo p {
        font-size: 14px;
        line-height: 25px; }
  .m-top {
    margin-top: 60px; }
  .mapaPropiedad__map {
    height: 500px; }
  .mapaPropiedad__propiedades {
    display: none; } }

@media (min-width: 576px) {
  .propiedadesDetalle {
    padding: 32px 0px 0px; }
    .propiedadesDetalle__top__descripcion {
      padding: 30px 0px; }
      .propiedadesDetalle__top__descripcion__botton {
        text-align: right; }
      .propiedadesDetalle__top__descripcion .dinero__listado__item {
        font-size: 25px;
        line-height: 30px; }
        .propiedadesDetalle__top__descripcion .dinero__listado__item:before {
          height: 3px; }
    .propiedadesDetalle__bottom__item {
      padding: 28px 30px; }
      .propiedadesDetalle__bottom__item .items__texto h4 {
        font-size: 17px;
        line-height: 23px; }
      .propiedadesDetalle__bottom__item .items__texto span {
        font-size: 11px;
        line-height: 14px; }
      .propiedadesDetalle__bottom__item .precio {
        font-size: 23px;
        line-height: 36px;
        margin-bottom: 0; }
      .propiedadesDetalle__bottom__item .distrito li {
        font-size: 11px;
        line-height: 12px; }
      .propiedadesDetalle__bottom__item__parrafo p {
        font-size: 14px;
        line-height: 25px; }
  .m-top {
    margin-top: 60px; }
  .mapaPropiedad__map {
    height: 700px; } }

@media (min-width: 768px) {
  .mapaPropiedad__map {
    height: 700px; }
  .mapaPropiedad__propiedades {
    width: 36%; }
  .propiedadesDetalle__top__descripcion__botton {
    text-align: center; }
  .propiedadesDetalle__bottom__item {
    padding: 30px; }
    .propiedadesDetalle__bottom__item .distrito li {
      font-size: 14px;
      line-height: 17px; }
    .propiedadesDetalle__bottom__item .precio {
      font-size: 23px;
      line-height: 36px; } }

@media (max-width: 768px) {
  .mapaPropiedad__propiedades {
    display: none; } }

@media (max-width: 991px) {
  .mapa__detalle {
    height: 400px; }
  .mapaPropiedad__filtro {
    display: none; }
  .mapaPropiedad__flecha .flecha {
    display: none !important; }
  .mapaPropiedad__botom {
    display: none; } }

@media (min-width: 992px) {
  .m-top {
    margin-top: 63px; }
  .mapa__detalle {
    height: 492px; }
  .mapaPropiedad__map {
    height: 780px; }
  .mapaPropiedad__propiedades {
    width: 36%; }
  .propiedadesDetalle {
    padding: 100px 0px 0px; }
    .propiedadesDetalle__top__descripcion__botton {
      text-align: right; }
    .propiedadesDetalle__bottom__item {
      padding: 40px 50px; }
      .propiedadesDetalle__bottom__item .items__texto h4 {
        font-size: 17px;
        line-height: 23px; }
      .propiedadesDetalle__bottom__item .items__texto span {
        font-size: 13px;
        line-height: 17px; }
      .propiedadesDetalle__bottom__item__parrafo p {
        font-size: 16px;
        line-height: 28px; }
      .propiedadesDetalle__bottom__item .precio {
        font-size: 30px;
        line-height: 36px; } }

@media (min-width: 1200px) {
  .mapa__detalle {
    height: 602px; }
  .mapaPropiedad__map {
    height: 780px; }
  .mapaPropiedad__propiedades {
    width: 30%; }
  .propiedadesDetalle__bottom__item .items__texto h4 {
    font-size: 24px;
    line-height: 29px; } }

@media (min-width: 1700px) {
  .mapaPropiedad__propiedades {
    width: 22%; }
  .mapaPropiedad__map {
    height: 900px; } }

.ease-all {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; }

.contactanos {
  background: #F4F5F7;
  position: relative; }
  .contactanos .letrero {
    position: absolute;
    bottom: 0;
    display: none;
    right: 95px; }
  .contactanos__form p {
    line-height: 17px;
    font-family: "gothamMedium";
    color: #626366; }
  .contactanos__form__enviar button {
    background: #DC1C2E;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    padding: 15px 35px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-radius: 5px; }
  .contactanos__form__enviar a {
    font-size: 14px;
    line-height: 16px;
    font-family: "arialRegular";
    color: #C4C6C8;
    display: block;
    margin-top: 20px; }
  .contactanos__form label {
    font-size: 12px;
    line-height: 14px;
    font-family: "gothamMedium";
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #949CA1; }
  .contactanos__form input {
    height: 60px; }
  .contactanos__form textarea {
    resize: none; }
  .contactanos__form input, .contactanos__form textarea {
    border: 1px solid #E0E0E0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 2px; }
    .contactanos__form input:focus, .contactanos__form textarea:focus {
      border: 1px solid #DC1C2E;
      -webkit-box-shadow: 1px 1px 1px transparent;
              box-shadow: 1px 1px 1px transparent; }
    .contactanos__form input::-webkit-input-placeholder, .contactanos__form textarea::-webkit-input-placeholder {
      font-size: 13px;
      line-height: 15px;
      font-family: "arialRegular";
      color: #C4C6C8; }
    .contactanos__form input::-moz-placeholder, .contactanos__form textarea::-moz-placeholder {
      font-size: 13px;
      line-height: 15px;
      font-family: "arialRegular";
      color: #C4C6C8; }
    .contactanos__form input::-ms-input-placeholder, .contactanos__form textarea::-ms-input-placeholder {
      font-size: 13px;
      line-height: 15px;
      font-family: "arialRegular";
      color: #C4C6C8; }
    .contactanos__form input::placeholder, .contactanos__form textarea::placeholder {
      font-size: 13px;
      line-height: 15px;
      font-family: "arialRegular";
      color: #C4C6C8; }
  .contactanos__form .globo1 {
    position: absolute;
    top: -38px;
    left: -52px;
    width: 100px; }
  .contactanos__form .globo2 {
    position: absolute;
    bottom: -50px;
    right: -74px; }
  .contactanos__info h3 {
    font-family: "gothamBold";
    color: #404041; }
  .contactanos__info .listadoInfo {
    list-style: none;
    padding: 0;
    margin: 0; }
    .contactanos__info .listadoInfo__item {
      position: relative;
      padding: 25px 0px; }
      .contactanos__info .listadoInfo__item .iconos {
        position: absolute;
        top: 28px;
        border-radius: 50%;
        border: 1px solid #DC1C2E;
        text-align: center; }
        .contactanos__info .listadoInfo__item .iconos i {
          color: #DC1C2E; }
      .contactanos__info .listadoInfo__item .texto {
        margin-left: 65px; }
        .contactanos__info .listadoInfo__item .texto span {
          display: block;
          color: #626366;
          font-family: "gothamBold"; }
        .contactanos__info .listadoInfo__item .texto a, .contactanos__info .listadoInfo__item .texto p {
          font-family: "arialBold";
          display: block;
          color: #949CA1;
          margin-top: 5px; }
  .contactanos__info .redes {
    list-style: none;
    padding-left: 10px;
    margin-top: 10px; }
    .contactanos__info .redes li {
      display: inline-block; }
      .contactanos__info .redes li a {
        color: #003DA5;
        font-size: 30px; }
        .contactanos__info .redes li a:hover {
          color: #DC1C2E; }

.mapa_contacto {
  height: 800px; }

.box-2 {
  -webkit-box-shadow: 0px 15px 18px rgba(148, 156, 161, 0.05);
          box-shadow: 0px 15px 18px rgba(148, 156, 161, 0.05);
  border-radius: 5px;
  background: #fff; }
  .box-2 h3 {
    font-size: 28px;
    line-height: 34px;
    font-family: "gothamBold";
    color: #404041; }

.app__content .aplicaciones {
  list-style: none;
  padding: 0;
  margin: 0; }
  .app__content .aplicaciones li {
    display: inline-block; }

.app__content .redes__sociales {
  list-style: none;
  padding: 0;
  margin: 0; }
  .app__content .redes__sociales li {
    display: inline-block;
    padding-right: 10px; }
    .app__content .redes__sociales li a {
      color: #DC1C2E;
      border-radius: 50%;
      width: 65px;
      height: 65px;
      display: block;
      border: 1px solid #DC1C2E;
      text-align: center;
      padding-top: 20px; }
      .app__content .redes__sociales li a i {
        font-size: 25px; }

.app__content--pad {
  padding: 100px 0px; }

.app__content--pad2 {
  padding-bottom: 140px; }

.app__content--tamanio {
  height: 100vh;
  position: relative; }

.app__content h3 {
  font-size: 28px;
  line-height: 34px;
  color: #404041;
  font-family: "gothamBold"; }

.app__content__parrafo {
  padding-left: 20px;
  border-left: 1px solid #DC1C2E; }
  .app__content__parrafo p {
    font-size: 16px;
    line-height: 30px;
    font-family: "arialRegular";
    color: #949CA1; }

.app--1 {
  background-image: url("../img/background/bg-app-principal.png");
  height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  background-position: center; }
  .app--1 .descubrela {
    position: absolute;
    left: 12%;
    width: 85px;
    height: 162px;
    bottom: 0;
    margin: auto; }
  .app--1__content {
    height: 100vh; }
    .app--1__content h1 {
      font-family: "gothamBold";
      color: #fff; }
    .app--1__content ul {
      padding: 0;
      margin-bottom: 117px; }
      .app--1__content ul li {
        display: inline-block;
        padding-right: 20px; }
        .app--1__content ul li a {
          display: block;
          padding-bottom: 12px; }

.app--2 {
  padding: 0px;
  background: #F4F5F7;
  height: 100vh;
  position: relative; }
  .app--2 .linea_L {
    position: absolute;
    left: 63px; }
  .app--2 .lines {
    position: absolute;
    left: -213px;
    margin-top: 13px; }
  .app--2__celular {
    position: relative;
    width: 78%;
    height: 100vh;
    margin: auto;
    margin-top: 90px; }
    .app--2__celular__mascara img {
      position: absolute;
      z-index: 1; }
    .app--2__celular__logo {
      width: 50%;
      margin: auto;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      position: absolute;
      text-align: center;
      height: 100vh;
      z-index: 1; }
      .app--2__celular__logo img {
        position: relative; }
  .app--2__edificios {
    background-image: url("../img/aplicacion/edificios.png");
    width: 100%;
    height: 140px;
    position: absolute;
    bottom: 0; }

.app--3 {
  background-image: url("../img/background/bg-caracteristica.png");
  padding: 140px 0px;
  background-size: cover;
  position: relative;
  background-position: center; }
  .app--3__item {
    margin-top: 60px;
    position: relative; }
    .app--3__item--right {
      text-align: right; }
      .app--3__item--right .imagen {
        margin-left: auto; }
    .app--3__item--left {
      text-align: left; }
    .app--3__item .imagen {
      -webkit-box-shadow: 0px 3px 28px rgba(26, 54, 104, 0.1);
              box-shadow: 0px 3px 28px rgba(26, 54, 104, 0.1);
      background: #fff;
      width: 70px;
      height: 70px;
      text-align: center;
      border-radius: 50%;
      padding-top: 12px;
      margin-bottom: 7px; }
    .app--3__item h3 {
      font-size: 20px;
      line-height: 24px;
      font-family: "gothamMedium";
      color: #fff; }
    .app--3__item p {
      font-size: 16px;
      line-height: 140%;
      color: #A4D7F4; }
    .app--3__item .flecha {
      position: absolute;
      z-index: 1;
      top: 37px; }
      .app--3__item .flecha--1 {
        left: -248px; }
      .app--3__item .flecha--2 {
        left: -158px; }

.app--4 {
  background-image: url("../img/background/bg-app-3.png");
  background-repeat: no-repeat;
  background-position: top;
  padding: 30px 0px;
  background-size: cover; }
  .app--4__content {
    position: relative;
    top: -100px; }
    .app--4__content .owl__app {
      z-index: auto; }
      .app--4__content .owl__app .owl-nav {
        position: absolute;
        display: block !important;
        z-index: 1;
        top: 0%;
        bottom: 0;
        height: 60px;
        margin: auto;
        width: 47%;
        left: -36px; }
        .app--4__content .owl__app .owl-nav .owl-prev,
        .app--4__content .owl__app .owl-nav .owl-next {
          padding: 16px !important;
          background: #fff;
          color: #DC1C2E;
          outline: none;
          -webkit-box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.08);
                  box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.08);
          position: absolute;
          width: 47.17px;
          height: 47.17px;
          border-radius: 50%; }
          .app--4__content .owl__app .owl-nav .owl-prev:hover,
          .app--4__content .owl__app .owl-nav .owl-next:hover {
            background: #DC1C2E; }
            .app--4__content .owl__app .owl-nav .owl-prev:hover span:before,
            .app--4__content .owl__app .owl-nav .owl-next:hover span:before {
              border-color: #fff !important; }
          .app--4__content .owl__app .owl-nav .owl-prev span,
          .app--4__content .owl__app .owl-nav .owl-next span {
            color: transparent;
            position: relative; }
            .app--4__content .owl__app .owl-nav .owl-prev span:before,
            .app--4__content .owl__app .owl-nav .owl-next span:before {
              position: absolute;
              content: "";
              border: 7px;
              border-style: solid;
              border-color: #DC1C2E;
              border-top-color: transparent !important;
              border-bottom-color: transparent !important; }
        .app--4__content .owl__app .owl-nav .owl-prev {
          left: 0; }
          .app--4__content .owl__app .owl-nav .owl-prev:hover span:before {
            border-top-color: transparent !important;
            border-left-color: transparent !important;
            border-bottom-color: transparent !important; }
          .app--4__content .owl__app .owl-nav .owl-prev span {
            display: block; }
            .app--4__content .owl__app .owl-nav .owl-prev span:before {
              border-left-color: transparent !important;
              left: 0;
              top: 0; }
        .app--4__content .owl__app .owl-nav .owl-next {
          right: 0;
          display: block; }
          .app--4__content .owl__app .owl-nav .owl-next:hover span:before {
            border-right-color: transparent !important;
            border-top-color: transparent !important;
            border-bottom-color: transparent !important; }
          .app--4__content .owl__app .owl-nav .owl-next span:before {
            border-color: #DC1C2E;
            border-right-color: transparent;
            border-top-color: transparent;
            border-bottom-color: transparent; }
    .app--4__content .esqueleto {
      position: absolute; }

@media (max-width: 360px) {
  .app--4__content .owl__app .owl-nav {
    width: 93%; }
  .app--4__content .esqueleto {
    left: -41px;
    top: -25px; } }

@media (max-width: 575px) {
  left: -14px;
  top: -37px;
  .contactanos .letrero {
    display: none; }
  .contactanos__form {
    padding: 40px 50px; }
    .contactanos__form p {
      font-size: 12px; }
    .contactanos__form .globo1 {
      display: none; }
    .contactanos__form .globo2 {
      display: none; }
  .contactanos__info {
    padding: 40px 0px; }
    .contactanos__info h3 {
      font-size: 20px;
      line-height: 27px; }
    .contactanos__info .listadoInfo__item .iconos {
      width: 35px;
      height: 35px;
      padding: 5px; }
    .contactanos__info .listadoInfo__item .texto p {
      width: 225px; }
    .contactanos__info .listadoInfo__item .texto a, .contactanos__info .listadoInfo__item .texto p {
      font-size: 15px;
      line-height: 18px; }
    .contactanos__info .listadoInfo__item .texto span {
      font-size: 15px;
      line-height: 18px; }
    .contactanos__info .redes li a {
      padding-right: 45px; }
  .box-2 h3 {
    font-size: 20px;
    line-height: 27px; }
  .app--1 .descubrela {
    display: none; }
  .app--1__content h1 {
    font-size: 30px;
    line-height: 45px; }
  .app--1__content ul li a img {
    width: 195px; }
  .app--2 {
    height: auto; }
    .app--2__celular {
      height: 72vh;
      margin-top: 75px; }
      .app--2__celular__logo {
        height: 72vh; }
        .app--2__celular__logo img {
          width: 100px; }
    .app--2 .linea_L {
      display: none; }
    .app--2 .lines {
      display: none; }
  .app--3 {
    padding: 80px 0px; }
    .app--3 .titulo {
      font-size: 20px;
      margin-bottom: 0; }
  .app--4 .owl__app__content img {
    width: 240px !important; }
  .app--4 .owl__app .owl-nav {
    top: 44%;
    left: 36px; }
    .app--4 .owl__app .owl-nav .owl-prev span {
      left: -5px; }
  .app--4__content {
    top: 0px; }
    .app--4__content .esqueleto {
      left: -41px;
      top: -27px;
      width: 328px; } }

@media (min-width: 576px) {
  .contactanos .letrero {
    display: none; }
  .contactanos__form {
    padding: 70px 75px; }
    .contactanos__form p {
      font-size: 13px; }
    .contactanos__form .globo1 {
      display: block; }
    .contactanos__form .globo2 {
      display: block; }
  .contactanos__info {
    padding: 80px 0px; }
    .contactanos__info h3 {
      font-size: 20px;
      line-height: 27px; }
    .contactanos__info .listadoInfo__item .iconos {
      width: 45px;
      height: 45px;
      padding: 10px; }
    .contactanos__info .listadoInfo__item .texto p {
      width: 283px; }
    .contactanos__info .listadoInfo__item .texto a, .contactanos__info .listadoInfo__item .texto p {
      font-size: 16px;
      line-height: 18px; }
    .contactanos__info .listadoInfo__item .texto span {
      font-size: 18px;
      line-height: 22px; }
    .contactanos__info .redes li a {
      padding-right: 34px; }
  .box-2 h3 {
    font-size: 20px;
    line-height: 27px; }
  .app--1__content h1 {
    font-size: 34px;
    line-height: 54px; }
  .app--1__content ul li a img {
    width: 195px; } }

@media (min-width: 768px) {
  .contactanos .letrero {
    display: block; }
  .contactanos__form {
    padding: 50px 40px; }
    .contactanos__form p {
      font-size: 12px; }
    .contactanos__form .globo1 {
      display: none; }
    .contactanos__form .globo2 {
      display: none; }
  .contactanos__info {
    padding: 50px 40px; }
    .contactanos__info h3 {
      font-size: 22px;
      line-height: 27px; }
    .contactanos__info .listadoInfo__item .iconos {
      width: 45px;
      height: 45px;
      padding: 10px; }
    .contactanos__info .listadoInfo__item .texto p {
      width: 215px; }
    .contactanos__info .listadoInfo__item .texto a, .contactanos__info .listadoInfo__item .texto p {
      font-size: 16px;
      line-height: 18px; }
    .contactanos__info .listadoInfo__item .texto span {
      font-size: 18px;
      line-height: 22px; }
  .box-2 h3 {
    font-size: 22px;
    line-height: 27px; }
  .app--1__content h1 {
    font-size: 42px;
    line-height: 62px; }
  .app--4__content .esqueleto {
    width: 357px;
    left: -44px;
    top: -27px; }
  .app--4 .owl__app__content img {
    width: 260px !important; } }

@media (max-width: 991px) {
  .flecha {
    display: none; }
  .celular__app {
    display: none; }
  .app--3__item--right {
    text-align: left; }
    .app--3__item--right .imagen {
      margin-left: 0; } }

@media (min-width: 992px) {
  .app--1__content h1 {
    font-size: 43px;
    line-height: 53px; }
  .app--4__content .owl__app .owl-nav {
    left: 3%; } }

@media (min-width: 1200px) {
  .contactanos .letrero {
    display: block; }
  .contactanos__form {
    padding: 80px 90px; }
    .contactanos__form p {
      font-size: 15px; }
    .contactanos__form .globo1 {
      display: block; }
    .contactanos__form .globo2 {
      display: block; }
  .contactanos__info h3 {
    font-size: 20px;
    line-height: 27px; }
  .contactanos__info .listadoInfo__item .iconos {
    width: 45px;
    height: 45px; }
  .contactanos__info .listadoInfo__item a, .contactanos__info .listadoInfo__item p {
    font-size: 16px;
    line-height: 18px; }
  .contactanos__info .listadoInfo__item .texto p {
    width: 280px; }
  .contactanos__info .redes li a {
    padding-right: 45px; }
  .box-2 h3 {
    font-size: 28px;
    line-height: 34px; }
  .app--1__content h1 {
    font-size: 60px;
    line-height: 80px; }
  .app--4__pad {
    padding: 0px !important; }
  .app--4__content .owl__app .owl-nav {
    left: -36px; } }

@media (min-width: 1700px) {
  .app--4__content .esqueleto {
    width: 513px;
    left: -63px;
    top: -37px; }
  .app--4 .owl__app__content img {
    width: 100% !important; } }

.multipleSection {
  background: #f4f5f7; }
  .multipleSection iframe{
    width: 100%;
    height: 900px;
  }
  .multipleSection__right {
    margin-top: 60px; }
  .multipleSection .asesor {
    font-size: 16px;
    font-family: "gothamMedium";
    color: #fff;
    line-height: 19px; }
  .multipleSection__franquicia__left .boton__rojo {
    padding: 20px 35px; }
  .multipleSection__franquicia__left__contenido {
    position: relative; }
    .multipleSection__franquicia__left__contenido p {
      font-family: "arialRegular";
      color: #626366;
      font-size: 16px;
      line-height: 30px;
      margin: 0px 0px 0px 25px;
      padding: 0 0 25px 0px; }
      .multipleSection__top{
        height: 566px;
        background-image: url("../img/franquicias-formulario.png");
        background-position: center;
        background-size: cover;
        position: relative;
      }

      .multipleSection__bottom__bg{
        background: #fff;
        padding: 25px 40px;
        border-radius:5px;
        box-shadow: 0px 15px 18px rgba(148, 156, 161, 0.05);
      }
      .multipleSection__bottom form .form-group label{
        font-size: 12px;
        line-height: 14px;
        font-family: "gothamMedium";
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #949CA1;
      }
      .multipleSection__bottom form .form-group textarea{
          resize: none;
      }
      .multipleSection__bottom form .form-group input{
        height: 60px;
      }
      .multipleSection__bottom form .form-group input,
      .multipleSection__bottom form .form-group textarea{
          border: 1px solid #E0E0E0;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          border-radius: 2px;
      }
    .multipleSection__franquicia__left__contenido:before {
      content: "";
      background: #DC1C2E;
      width: 1px;
      height: 93%;
      top: 1%;
      left: 0%;
      position: absolute; }
  .multipleSection__franquicia__left h2 {
    font-weight: bold; }
  .multipleSection__nosotros {
    position: relative; }
    .multipleSection__nosotros__left .boton__rojo {
      padding: 20px 35px; }
    .multipleSection__nosotros__left__contenido {
      position: relative; }
      .multipleSection__nosotros__left__contenido p {
        font-family: "arialRegular";
        color: #626366;
        margin: 0px 0px 0px 25px;
        padding: 0 0 25px 0px; }
      .multipleSection__nosotros__left__contenido:before {
        content: "";
        background: #DC1C2E;
        width: 1px;
        height: 88%;
        top: 2%;
        left: 0%;
        position: absolute; }
    .multipleSection__nosotros__left h2 {
      font-weight: bold; }
    .multipleSection__nosotros__right {
      position: relative;
      left: 50px;
      text-align: center; }
    .multipleSection__nosotros h2 {
      font-family: "gothamBold"; }
    .multipleSection__nosotros h5 {
      font-family: "gothamBook";
      color: #fff;
      font-size: 16px;
      margin-top: 100px;
      margin-bottom: 26px; }

.capt {
  background-color: grey;
  width: 300px;
  height: 100px; }

#mainCaptcha {
  position: relative;
  left: 60px;
  top: 5px; }

#refresh {
  position: relative;
  left: 230px;
  width: 30px;
  height: 30px;
  bottom: 45px;
  background-image: url(rpt.jpg); }

#txtInput, #Button1 {
  position: relative;
  left: 40px;
  bottom: 40px; }

.titulo--busca {
  margin-top: 0.3rem; }

.bannerAsesores {
  text-align: center;
  height: 750px; }
  .bannerAsesores a {
    color: #fff;
    text-decoration: none !important; }
  .bannerAsesores .boton__rojo {
    padding: 20px 60px; }
  .bannerAsesores__titulos {
    top: 3%; }
  .bannerAsesores h2 {
    font-size: 35px;
    margin-bottom: 30px; }
  .bannerAsesores h3 {
    margin-bottom: 15px; }

.formulario {
  background: #f4f5f7;
  position: relative; }
  .formulario__globo--1 {
    position: absolute;
    left: 7%;
    top: 11%; }
  .formulario__globo--2 {
    position: absolute;
    left: 12%;
    bottom: 19%; }
  .formulario__globo--3 {
    position: absolute;
    top: 31%;
    right: 5%; }
  .formulario__contenedor {
    position: relative;
    top: -180px;
    background: #fff; }
    .formulario__contenedor input {
      border:1px solid #dadada; }
      .formulario__contenedor input:focus {
        -webkit-box-shadow: 1px 1px 0px transparent;
                box-shadow: 1px 1px 0px transparent;
        border: 1px solid #003DA5; }
    .formulario__contenedor textarea {
      border: 1px solid #dadada;
      resize: none; }
    .formulario__contenedor__intro {
      padding: 50px 0; }
      .formulario__contenedor__intro h2 {
        text-align: center;
        font-size: 28px;
        font-family: "gothamBold"; }
      .formulario__contenedor__intro p {
        font-size: 16px;
        font-family: "arialRegular";
        color: #626366;
        text-align: center;
        margin-top: 20px; }
    .formulario__contenedor__campos {
      border-radius: 5px;
      padding: 50px 0px 50px 50px; }
      .formulario__contenedor__campos__bottom {
        margin-top: 20px; }
      .formulario__contenedor__campos__listado__label {
        padding: 0 0 0 0; }
      .formulario__contenedor__campos__listado__radio {
        padding-right: 0 !important; }
      .formulario__contenedor__campos__listado__filtro {
        padding-bottom: 0;
        padding-left: 10px; }
      .formulario__contenedor__campos__listado__filtros {
        padding-top: 0 !important; }
      .formulario__contenedor__campos__boton {
        padding: 20px 50px; }
      .formulario__contenedor__campos .seleccionar .select-hidden {
        display: none;
        visibility: hidden;
        padding-right: 10px; }
      .formulario__contenedor__campos .seleccionar .select {
        cursor: pointer;
        display: inline-block;
        margin-right: 11px;
        position: relative;
        font-size: 12px;
        font-family: "gothamBook";
        line-height: 14px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        width: 100%;
        height: 50px;
        text-align: left; }
      .formulario__contenedor__campos .seleccionar .select-styled {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #fff;
        padding: 17px 10px;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        border: 1px solid #EDEEEF;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-radius: 2px;
        color: #C4C6C8;
        text-transform: capitalize; }
        .formulario__contenedor__campos .seleccionar .select-styled:after {
          content: "";
          width: 10px;
          height: 7px;
          background-image: url("../img/iconos/flecha.png");
          background-size: cover;
          position: absolute;
          top: 20px;
          right: 17px; }
        .formulario__contenedor__campos .seleccionar .select-styled:hover {
          background-color: #fcfcfc; }
        .formulario__contenedor__campos .seleccionar .select-styled:active, .formulario__contenedor__campos .seleccionar .select-styled.active {
          background-color: #fcfcfc; }
          .formulario__contenedor__campos .seleccionar .select-styled:active:after, .formulario__contenedor__campos .seleccionar .select-styled.active:after {
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg); }
      .formulario__contenedor__campos .seleccionar .select-options {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        z-index: 1;
        margin: 0;
        padding: 0;
        list-style: none;
        background-color: #fcfcfc; }
        .formulario__contenedor__campos .seleccionar .select-options li {
          margin: 0;
          padding: 12px 0;
          text-indent: 15px;
          border-top: 1px solid #e6e6e6;
          -webkit-transition: all 0.15s ease-in;
          transition: all 0.15s ease-in; }
          .formulario__contenedor__campos .seleccionar .select-options li:first-child {
            border-top: 1px solid transparent; }
          .formulario__contenedor__campos .seleccionar .select-options li:hover {
            color: #fff;
            background: #DC1C2E; }
          .formulario__contenedor__campos .seleccionar .select-options li[rel="hide"] {
            display: none; }
      .formulario__contenedor__campos h3 {
        font-family: "gothamBold";
        font-size: 16px;
        color: #404041; }
      .formulario__contenedor__campos label {
        color: #949CA1;
        font-family: "gothamBook";
        font-size: 12px;
        text-transform: uppercase; }
      .formulario__contenedor__campos input {
        height: 50px; }
      .formulario__contenedor__campos__primeraSeccion {
        border-bottom: 1px solid rgba(204, 204, 204, 0.31); }
      .formulario__contenedor__campos__buscapropiedad {
        padding: 50px 58px 50px 50px; }
        .formulario__contenedor__campos__buscapropiedad .content__filtro {
          position: initial;
          -webkit-box-shadow: 0px 0px 0px rgba(26, 54, 104, 0.1);
                  box-shadow: 0px 0px 0px rgba(26, 54, 104, 0.1);
          border-radius: 5px;
          margin-top: 20px; }
          .formulario__contenedor__campos__buscapropiedad .content__filtro .radioButtom label {
            float: left;
            padding-right: 1.3rem; }
          .formulario__contenedor__campos__buscapropiedad .content__filtro__top {
            padding: 0px 0px;
            border-bottom: 0px solid rgba(196, 198, 200, 0); }
        .formulario__contenedor__campos__buscapropiedad__boton {
          margin-top: 40px; }
        .formulario__contenedor__campos__buscapropiedad__call {
          font-size: 14px;
          color: #626366;
          font-family: "arialRegular"; }
        .formulario__contenedor__campos__buscapropiedad__click {
          color: #DC1C2E;
          font-family: "gothamBold";
          font-size: 12px; }
          .formulario__contenedor__campos__buscapropiedad__click:hover {
            text-decoration: none;
            color: #DC1C2E; }
    .formulario__contenedor__asesores__intro {
      background: #fff;
      padding: 50px 0px 50px 50px; }
      .formulario__contenedor__asesores__intro h2 {
        font-size: 20px;
        font-family: "gothamBold";
        color: #404041;
        margin-bottom: 0px; }
    .formulario__contenedor__asesores__asesores {
      margin-bottom: 25px;
      background: #fff; }
      .formulario__contenedor__asesores__asesores p {
        padding: 0 80px !important;
        text-align: left !important; }
    .formulario__contenedor__asesores__campos {
      padding: 50px 50px 50px 50px !important; }
    .formulario__contenedor__busqueda {
      padding: 50px 0;
      border-radius: 5px; }
      .formulario__contenedor__busqueda h2 {
        text-align: center;
        font-size: 28px;
        color: #404041;
        font-family: "gothamBold"; }
      .formulario__contenedor__busqueda p {
        font-size: 16px;
        font-family: "arialRegular";
        color: #626366;
        text-align: center;
        margin-top: 20px;
        padding: 0 170px; }
      .formulario__contenedor__busqueda__campos {
        border-radius: 5px;
        padding: 50px 50px 50px 50px; }
        .formulario__contenedor__busqueda__campos textarea {
          height: 115px !important; }
        .formulario__contenedor__busqueda__campos__boton {
          padding: 20px 50px; }
        .formulario__contenedor__busqueda__campos .seleccionar .select-hidden {
          display: none;
          visibility: hidden;
          padding-right: 10px; }
        .formulario__contenedor__busqueda__campos .seleccionar .select {
          cursor: pointer;
          display: inline-block;
          margin-right: 11px;
          position: relative;
          font-size: 12px;
          font-family: "gothamMedium";
          line-height: 14px;
          letter-spacing: 0.05em;
          text-transform: uppercase;
          width: 100%;
          height: 50px;
          text-align: left; }
        .formulario__contenedor__busqueda__campos .seleccionar .select-styled {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-color: #fff;
          padding: 17px 10px;
          -webkit-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in;
          border: 1px solid #EDEEEF;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          border-radius: 2px;
          color: #C4C6C8; }
          .formulario__contenedor__busqueda__campos .seleccionar .select-styled:after {
            content: "";
            width: 10px;
            height: 7px;
            background-image: url("../img/iconos/flecha.png");
            background-size: cover;
            position: absolute;
            top: 20px;
            right: 17px; }
          .formulario__contenedor__busqueda__campos .seleccionar .select-styled:hover {
            background-color: #fcfcfc; }
          .formulario__contenedor__busqueda__campos .seleccionar .select-styled:active, .formulario__contenedor__busqueda__campos .seleccionar .select-styled.active {
            background-color: #fcfcfc; }
            .formulario__contenedor__busqueda__campos .seleccionar .select-styled:active:after, .formulario__contenedor__busqueda__campos .seleccionar .select-styled.active:after {
              -webkit-transform: rotate(180deg);
                      transform: rotate(180deg); }
        .formulario__contenedor__busqueda__campos .seleccionar .select-options {
          display: none;
          position: absolute;
          top: 100%;
          right: 0;
          left: 0;
          z-index: 1;
          margin: 0;
          padding: 0;
          list-style: none;
          background-color: #fcfcfc; }
          .formulario__contenedor__busqueda__campos .seleccionar .select-options li {
            margin: 0;
            padding: 12px 0;
            text-indent: 15px;
            border-top: 1px solid #e6e6e6;
            -webkit-transition: all 0.15s ease-in;
            transition: all 0.15s ease-in; }
            .formulario__contenedor__busqueda__campos .seleccionar .select-options li:first-child {
              border-top: 1px solid transparent; }
            .formulario__contenedor__busqueda__campos .seleccionar .select-options li:hover {
              color: #fff;
              background: #DC1C2E; }
            .formulario__contenedor__busqueda__campos .seleccionar .select-options li[rel="hide"] {
              display: none; }
        .formulario__contenedor__busqueda__campos h3 {
          font-family: "gothamBold";
          font-size: 16px;
          color: #404041; }
        .formulario__contenedor__busqueda__campos label {
          color: #949CA1;
          font-family: "gothamBook";
          font-size: 12px;
          text-transform: uppercase; }
        .formulario__contenedor__busqueda__campos input {
          height: 50px; }
          .formulario__contenedor__busqueda__campos input:focus {
            -webkit-box-shadow: 1px 1px 0px transparent;
                    box-shadow: 1px 1px 0px transparent;
            border: 1px solid #003DA5; }
        .formulario__contenedor__busqueda__campos__primeraSeccion {
          border-bottom: 1px solid rgba(204, 204, 204, 0.31); }

/* Copiar desde aquí*/
.label-text {
  font-family: "gothamBook";
  color: #949CA1;
  text-transform: capitalize;
  font-size: 14px; }

label {
  cursor: pointer;
  padding-right: 3.3rem;
  padding-left: 0px;
  color: #41341f;
  font-family: 'goboldLowplus',sans-serif; }
  label a {
    color: #41341f; }
  label input[type="checkbox"] {
    display: none; }
    label input[type="checkbox"] + .label-text:before {
      content: "";
      display: inline-block;
      width: 16px;
      height: 16px;
      background-image: url("../img/cuadro.png");
      background-repeat: no-repeat;
      background-size: contain;
      position: relative;
      top: 3px;
      margin-right: 5px; }
    label input[type="checkbox"]:checked + .label-text:before {
      display: inline-block;
      background-image: url("../img/check.png"); }
  label input[type="checkbox"] {
    display: none; }
    label input[type="checkbox"] + .label-text:before {
      content: "";
      display: inline-block;
      width: 16px;
      height: 16px;
      background-image: url("../img/cuadro.png");
      background-repeat: no-repeat;
      background-size: contain;
      position: relative;
      top: 3px;
      margin-right: 5px; }
    label input[type="checkbox"]:checked + .label-text:before {
      display: inline-block;
      background-image: url("../img/check.png"); }

.fileUpload {
  position: relative;
  height: auto; }
  .fileUpload__buscar {
    position: absolute;
    top: 18px;
    right: 80px;
    font-size: 13px;
    line-height: 12px;
    font-family: "arialRegular" !important;
    color: #DC1C2E;
    text-transform: inherit !important; }
  .fileUpload__subir_archivo {
    position: absolute;
    top: 0px;
    left: 0px;
    font-family: "gothamBold" !important;
    font-size: 13px;
    color: #626366 !important;
    height: 50px;
    border-right: 1px solid #ccc;
    padding: 15px 25px 0px 25px; }

.fileUpload--label {
  z-index: 100;
  border-radius: 5px;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  max-width: 100%;
  padding: 24px 0;
  position: relative;
  text-align: left;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  width: 100%;
  border: 1px solid rgba(132, 129, 136, 0.2); }

/* Tienen que agregar sus propios iconos png o svg y reemplazar aquí y en el archivo .js, que es el que cambia el icono cuando el archivo esta adjunto*/
.fileUpload--icon {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  height: 30px;
  position: absolute;
  top: .7em;
  right: 2.5em;
  width: 20px; }

.fileUpload--input {
  display: none; }

.fileUpload--archivo {
  color: #9B9B9B;
  display: inline-block;
  font-size: 14px;
  margin-left: .5em;
  text-align: left;
  vertical-align: middle;
  width: 45%; }

/* Hata aquí*/
@media (max-width: 575.98px) {
  .content__buscador__top__paginador__margen--left {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .content__buscador__top__paginador__margen--right {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .content__filtro__bottom {
    overflow: hidden; }
    .content__filtro__bottom .listado__item {
      padding: 28px 0; }
  .multipleSection__left {
    margin-top: 45px; }
  .multipleSection h2 {
    font-size: 16px;
    line-height: 27px; }
  .multipleSection h3 {
    font-size: 16px;
    line-height: 27px;
    padding: 0px 10px; }
  .multipleSection__botones__responsive {
    margin: auto !important;
    padding: 15px 0; }
  .multipleSection__nosotros__left__contenido p {
    font-size: 14px;
    line-height: 24px; }
  .fileUpload__buscar {
    display: none; }
  .formulario__contenedor {
    top: -80px; }
    .formulario__contenedor__campos {
      padding-left: 0; }
      .formulario__contenedor__campos__listado__rango {
        padding: 15px !important; }
      .formulario__contenedor__campos__listado .habitacion-range {
        margin-right: 25px !important; }
      .formulario__contenedor__campos__listado__filtro {
        margin-top: 40px;
        padding: 0;
        padding-left: 15px; }
      .formulario__contenedor__campos__listado__filtros .precio-range {
        margin-right: 25px !important; }
      .formulario__contenedor__campos__listado__filtros .area-range {
        margin-right: 25px !important; }
      .formulario__contenedor__campos__buscapropiedad {
        padding-left: 0 !important;
        padding-right: 0 !important; }
      .formulario__contenedor__campos__primeraSeccion {
        padding-left: 0 !important;
        padding: 0px 0px 50px 0px !important; }
    .formulario__contenedor__busqueda p {
      padding: 0 15px !important; }
    .formulario__contenedor__listado__filtros .precio-range {
      margin-right: 20px; }
    .formulario__contenedor__asesores__intro {
      padding: 15px 15px 15px 15px !important;
      text-align: left !important; } }

@media (max-width: 768px) {
  .mapaPropiedad__filtro__item__left {
    overflow-y: hidden; }
  .content__filtro__bottom .listado__item {
    padding: 28px 0px;
    overflow: hidden; }
  .content__buscador__top__paginador__margen--left {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .content__buscador__top__paginador__margen--right {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .multipleSection__left {
    margin-top: 45px; }
  .multipleSection h2 {
    font-size: 16px;
    line-height: 27px; }
  .multipleSection h3 {
    font-size: 20px;
    line-height: 27px;
    padding: 0px 10px; }
  .multipleSection__botones__responsive {
    margin: auto !important;
    padding: 15px 0; }
  .multipleSection__nosotros__left__contenido p {
    font-size: 14px;
    line-height: 24px; } }

@media (max-width: 991.98px) {
  .mapaPropiedad__filtro__item__left {
    overflow: hidden; }
  .content__filtro__bottom .listado__item {
    padding: 28px 15px; }
  .content__buscador__top__paginador__margen--left {
    padding-right: 15px !important; }
  .multipleSection__left {
    margin-top: 45px; }
  .multipleSection h2 {
    font-size: 16px;
    line-height: 27px; }
  .multipleSection h3 {
    font-size: 20px;
    line-height: 27px;
    padding: 0px 10px; }
  .multipleSection__nosotros__left__contenido p {
    font-size: 14px;
    line-height: 24px; }
  .formulario__contenedor {
    top: -80px; }
    .formulario__contenedor__campos {
      padding-left: 0; }
      .formulario__contenedor__campos__buscapropiedad {
        padding-left: 50px; }
    .formulario__contenedor__asesores__intro {
      padding: 50px 15px 50px 15px;
      text-align: center; }
  .fileUpload__buscar {
    left: 38%; } }

@media (max-width: 1199.98px) {
  .formulario__contenedor__campos label {
    font-size: 11px; }
  .fileUpload__buscar {
    right: -11%; }
  .multipleSection__left {
    margin-top: 45px; }
  .multipleSection h2 {
    font-size: 16px;
    line-height: 27px; }
  .multipleSection h3 {
    font-size: 20px;
    line-height: 27px;
    padding: 0px 10px; }
  .multipleSection__nosotros__left__contenido p {
    font-size: 14px;
    line-height: 24px; } }

@media (min-width: 1200px) {
  .formulario__contenedor__campos label {
    font-size: 11px; }
  .multipleSection__left {
    margin-top: 160px; }
  .multipleSection h2 {
    font-size: 20px;
    line-height: 42px; }
  .multipleSection h3 {
    font-size: 20px;
    line-height: 27px;
    padding: 0px 10px; }
  .multipleSection__nosotros__left__contenido p {
    font-size: 16px;
    line-height: 30px; }
  .fileUpload__buscar {
    right: -45px; }
  .formulario__contenedor__campos__buscapropiedad {
    padding: 50px 58px 50px 50px; } }

@media (min-width: 1700px) {
  .multipleSection__left {
    margin-top: 200px; }
  .multipleSection h2 {
    font-size: 28px;
    line-height: 30px; }
  .fileUpload__buscar {
    right: 57px; }
  .formulario__contenedor__campos__buscapropiedad {
    padding: 50px 50px 50px 50px; } }

.modal__header__compartir {
  font-family: "gothamBook";
  color: #A4D7F4;
  font-size: 16px; }

.modal__header__nombre {
  font-size: 23px;
  font-family: "gothamBold";
  color: #FFFFFF; }

.mapa {
  padding: 0px;
  margin-bottom: 0; }
  .mapa a {
    color: #007DC3; }
  .mapa__correo {
    color: #007DC3;
    font-family: "gothamBook"; }
    .mapa__correo i {
      margin: 0 0px 0 0px !important; }
    .mapa__correo:hover {
      text-decoration: none;
      color: #006daa; }
  .mapa__direccion {
    font-family: "gothamBook";
    color: #404041; }
    .mapa__direccion i {
      margin: 0 0px 0 0px !important; }
  .mapa_logo {
    max-width: 100% !important; }
  .mapa__nombre {
    padding-top: 15px;
    padding-left: 10px;
    padding-bottom: 10px; }
    .mapa__nombre a {
      color: #A4D7F4; }
  .mapa__contenido i {
    margin: 0 10px 0 0px; }
  .mapa__contenido__oficina {
    padding: 0;
    padding-bottom: 10px; }
  .mapa__imagen {
    width: 350px; }
  .mapa__botones {
    font-family: "gothamBold";
    font-size: 12px;
    width: 50%;
    float: left;
    padding-left: 0;
    text-align: center;
    padding-right: 0; }
    .mapa__botones a {
      color: #DC1C2E;
      padding: 20px 10px;
      display: block; }
      .mapa__botones a:hover {
        text-decoration: none;
        color: #fff;
        background: #DC1C2E; }

.contenedor_mapa {
  width: 395px;
  height: 390px;
  padding: 20px; }
  .contenedor_mapa .correo i {
    margin: 5px 0 0 0; }
  .contenedor_mapa .compartir i {
    margin: 5px 0 0 0; }
