@charset "UTF-8";
/** Powered by Jenner Castillo */
/** Powered by Jenner Castillo */
body {
  height: 100%;
  background-color: #FFFFFF;
  transition: all 0.3s ease 0s;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #404041; }

html {
  height: 100%; }

::selection {
  background: #444; }

::-moz-selection {
  background: #444; }

@font-face {
  font-family: "icons";
  src: url("../font/icons.woff") format("woff"); }
input,
button,
table {
  outline: none; }
  input:focus,
  button:focus,
  table:focus {
    outline: none; }

main {
  position: relative; }

.__bg_plomo {
  background-color: #E2E2E2; }

/** Powered by Jenner Castillo */
/**
 * icons
 */
.icon {
  font-family: "icons"; }

.icon--add:before {
  content: ""; }

.icon--add_circle:before {
  content: ""; }

.icon--check:before {
  content: ""; }

.icon--navigate_before:before {
  content: ""; }

.icon--navigate_next:before {
  content: ""; }

.icon--close:before {
  content: ""; }

.icon--remove_circle:before {
  content: ""; }

.icon--expand_less:before {
  content: ""; }

.icon--expand_more:before {
  content: ""; }

.icon--menu:before {
  content: ""; }

.icon--search:before {
  content: ""; }

/** Powered by Jenner Castillo */
@font-face {
  font-family: "Gotham";
  src: url("font/gotham/gotham-bold.eot");
  src: url("font/gotham/gotham-bold.eot?#iefix") format("embedded-opentype"), url("font/gotham/gotham-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: "Gotham";
  src: url("font/gotham/gotham-book.eot");
  src: url("font/gotham/gotham-book.eot?#iefix") format("embedded-opentype"), url("font/gotham/gotham-book.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: "Gotham";
  src: url("font/gotham/gotham-medium.eot");
  src: url("font/gotham/gotham-medium.eot?#iefix") format("embedded-opentype"), url("font/gotham/gotham-medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
/** Powered by Jenner Castillo */
.moviles {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  background: #003DA5;
  overflow-y: hidden;
  transition: 0.5s;
  background-image: linear-gradient(-186deg, #003DA5 0, #003DA5 18%, #182d69 100%); }
  .moviles a {
    padding: 8px;
    text-decoration: none;
    font-size: 24px;
    color: #fff;
    display: block;
    transition: 0.3s; }
    .moviles a:hover, .moviles a:focus {
      color: #FFFFFF; }

.moviles-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center !important;
  justify-content: center !important; }

.moviles .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 40px; }

.btn_movil {
  font-size: 25px;
  cursor: pointer;
  color: #444F5D; }
  .btn_movil img {
    width: 35px; }

.cssmenu_sub {
  position: absolute;
  bottom: -100px;
  display: flex;
  text-align: left;
  width: 70%; }
  .cssmenu_sub a {
    margin-right: 15px;
    text-decoration: none;
    font-size: 1rem; }
    .cssmenu_sub a:hover {
      color: #DC1C2E; }
    .cssmenu_sub a::before {
      height: 2px;
      display: block;
      width: 50px;
      background: #FFFFFF;
      content: "";
      position: relative;
      left: 0px;
      top: 30px; }

/* Base Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  text-decoration: none;
  line-height: 1;
  font-size: 14px;
  position: relative;
  margin-bottom: 0px;
  padding-bottom: 15px; }

#cssmenu {
  width: 70%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  #cssmenu a {
    line-height: 1.3; }

#cssmenu > ul > li {
  background: rgba(255, 255, 255, 0); }

#cssmenu > ul > li:hover {
  background: rgba(255, 255, 255, 0); }

#cssmenu > ul > li > a {
  font-size: 1em;
  display: block;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  border-top: none; }

#cssmenu > ul > li > a > span {
  display: block;
  padding: 12px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

#cssmenu > ul > li > a:hover {
  text-decoration: none; }

#cssmenu > ul > li.active {
  border-bottom: none; }

#cssmenu > ul > li.has-sub > a span {
  background: url(../img/icon_mas.svg) 96% center no-repeat; }

#cssmenu > ul > li.has-sub.active > a span {
  background: url(../img/icon_men.svg) 96% center no-repeat; }

#cssmenu ul ul {
  display: none; }

#cssmenu ul ul li {
  padding: 0;
  border-bottom: 0px solid #d4d4d4;
  border-top: none;
  background: rgba(255, 255, 255, 0); }

#cssmenu ul ul li:last-child {
  border-bottom: none; }

#cssmenu ul ul a {
  padding: 10px 10px 10px 25px;
  display: block;
  color: #ffffff;
  font-size: 0.9em;
  font-weight: 300;
  text-align: left; }

header {
  background-color: #FFFFFF; }
  header .__verde {
    background-color: #003DA5;
    height: 30px;
    display: flex;
    align-items: center !important;
    transition: all 0.4s ease-in-out, visibility 0.25s;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    visibility: visible;
    opacity: 1;
    background-image: linear-gradient(-186deg, #003DA5 0, #003DA5 18%, #182d69 100%); }
    header .__verde .container-fluid {
      display: flex;
      justify-content: space-between;
      padding: 0 3rem; }
    header .__verde.shrink {
      height: 30px; }
  header .__blanco {
    background-color: #FFF;
    height: 70px;
    display: flex;
    align-items: center !important;
    transition: all 0.4s ease-in-out, visibility 0.25s;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out; }
    header .__blanco .container-fluid {
      display: flex;
      justify-content: space-between;
      align-items: center !important;
      padding: 0 2rem; }
    header .__blanco.shrink {
      height: 70px; }
  header .__busca_header_int {
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px; }
    header .__busca_header_int .__titu {
      margin-bottom: 0px;
      margin-top: 4px; }
      header .__busca_header_int .__titu h2 {
        font-weight: 100;
        font-size: 15px;
        color: #949CA1;
        font-size: 18px; }
        header .__busca_header_int .__titu h2 strong {
          color: #003DA5; }
    header .__busca_header_int .__filtrocompra {
      text-align: right; }
      header .__busca_header_int .__filtrocompra .dropbtn {
        background-color: #DC1C2E;
        background-image: linear-gradient(-262deg, #dc1c2e 0, #c51828 98%, #c51828 100%);
        box-shadow: 3px 4px 8px rgba(1, 1, 1, 0.15);
        color: white;
        padding: 6px 15px 6px;
        font-size: 12px;
        font-weight: 100;
        border: none;
        cursor: pointer;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
      header .__busca_header_int .__filtrocompra .dropdown {
        position: relative;
        display: inline-block; }
        header .__busca_header_int .__filtrocompra .dropdown .dropdown-menu {
          color: #FFFFFF;
          width: 100%;
          font-size: 12px;
          font-weight: 100;
          z-index: 12;
          color: #404041;
          text-align: center;
          border-radius: 0px;
          padding: 0rem 0; }
          header .__busca_header_int .__filtrocompra .dropdown .dropdown-menu .dropdown-item {
            color: #626366;
            padding: 10px 6px;
            -moz-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            font-weight: 100; }
            header .__busca_header_int .__filtrocompra .dropdown .dropdown-menu .dropdown-item:hover {
              background-color: #C4C6C8; }
      header .__busca_header_int .__filtrocompra .dropdown-content {
        display: none;
        position: absolute;
        background-color: #B22B2E;
        width: 185px;
        font-size: 12px;
        font-weight: 100;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 12;
        color: #FFFFFF;
        text-align: center; }
        header .__busca_header_int .__filtrocompra .dropdown-content a {
          color: #FFFFFF;
          padding: 12px 16px;
          text-decoration: none;
          display: block;
          z-index: 10;
          -moz-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
          header .__busca_header_int .__filtrocompra .dropdown-content a:hover {
            background-color: #949CA1; }
      header .__busca_header_int .__filtrocompra .dropdown:hover .dropdown-content {
        display: block; }
      header .__busca_header_int .__filtrocompra .dropdown:hover .dropbtn {
        background-color: #DC1C2E; }
  header .__busca_header {
    background-color: #ffffff; }
    header .__busca_header .__titu {
      margin-bottom: 30px; }
      header .__busca_header .__titu h2 {
        font-weight: 100;
        font-size: 15px;
        color: #949CA1;
        font-size: 18px; }
        header .__busca_header .__titu h2::after {
          content: "";
          z-index: 10;
          display: block;
          text-decoration: none;
          position: absolute;
          top: calc(100% + 2px);
          left: 14px;
          right: 0;
          height: 1.5px;
          width: 35px;
          background: #DC1C2E; }
        header .__busca_header .__titu h2 strong {
          color: #003DA5; }
    header .__busca_header .__filtrocompra {
      text-align: right; }
      header .__busca_header .__filtrocompra .dropbtn {
        background-color: #DC1C2E;
        background-image: linear-gradient(-262deg, #dc1c2e 0, #c51828 98%, #c51828 100%);
        box-shadow: 3px 4px 8px rgba(1, 1, 1, 0.15);
        color: white;
        padding: 6px 15px 6px;
        font-size: 12px;
        font-weight: 100;
        border: none;
        cursor: pointer;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
      header .__busca_header .__filtrocompra .dropdown {
        position: relative;
        display: inline-block; }
        header .__busca_header .__filtrocompra .dropdown .dropdown-menu {
          color: #FFFFFF;
          width: 100%;
          font-size: 12px;
          font-weight: 100;
          z-index: 12;
          color: #404041;
          text-align: center;
          border-radius: 0px;
          padding: 0rem 0; }
          header .__busca_header .__filtrocompra .dropdown .dropdown-menu .dropdown-item {
            color: #626366;
            padding: 10px 6px;
            -moz-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            font-weight: 100; }
            header .__busca_header .__filtrocompra .dropdown .dropdown-menu .dropdown-item:hover {
              background-color: #C4C6C8; }
      header .__busca_header .__filtrocompra .dropdown-content {
        display: none;
        position: absolute;
        background-color: #B22B2E;
        width: 185px;
        font-size: 12px;
        font-weight: 100;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 12;
        color: #FFFFFF;
        text-align: center; }
        header .__busca_header .__filtrocompra .dropdown-content a {
          color: #FFFFFF;
          padding: 12px 16px;
          text-decoration: none;
          display: block;
          z-index: 10;
          -moz-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
          header .__busca_header .__filtrocompra .dropdown-content a:hover {
            background-color: #949CA1; }
      header .__busca_header .__filtrocompra .dropdown:hover .dropdown-content {
        display: block; }
      header .__busca_header .__filtrocompra .dropdown:hover .dropbtn {
        background-color: #DC1C2E; }

.__telcon {
  margin: 0 -1rem;
  padding-top: 0px;
  color: #404041;
  position: relative;
  font-size: 12px; }
  .__telcon::after {
    content: "";
    z-index: 10;
    display: block;
    text-decoration: none;
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    height: 1.5px;
    background: #DC1C2E;
    transform: scaleX(0.3);
    -webkit-transform-origin: right center;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transform-origin: right center; }

.top-bar__nav {
  width: 100%; }
  .top-bar__nav .row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.top-bar__link {
  color: #FFFFFF;
  font-size: 11px;
  padding-top: 2px;
  padding-right: 10px;
  width: 100%;
  text-align: right;
  font-weight: 100; }
  .top-bar__link .__redes {
    margin: 0.5rem; }
    .top-bar__link .__redes i {
      font-size: 13px; }
  .top-bar__link a {
    text-decoration: none;
    color: #FFFFFF;
    margin: 0.5rem;
    transition: color 0.2s ease-out; }
    .top-bar__link a:hover {
      color: #FFFFFF; }

.nav-bar__nav {
  margin: 0 -1rem;
  padding-top: 10px;
  list-style: none; }
  .nav-bar__nav ul {
    list-style: none; }
    .nav-bar__nav ul li {
      display: inline; }

.nav-bar__link {
  padding-top: 15px;
  position: relative;
  margin: 0 1rem;
  transition: color 0.2s ease-out;
  color: #808080;
  font-size: 12px;
  letter-spacing: 1px; }
  .nav-bar__link::after {
    content: "";
    z-index: 10;
    display: block;
    text-decoration: none;
    position: absolute;
    top: calc(100% + 7px);
    left: 0;
    right: 0;
    height: 1.5px;
    background: #DC1C2E;
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out; }
  .nav-bar__link:hover {
    color: #444444;
    text-decoration: none; }
    .nav-bar__link:hover::after {
      transform: scaleX(1);
      transform-origin: left center; }

.remax_logotipo {
  width: 150px;
  fill: #575756;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.uss-iso {
  display: none; }

.__mtop {
  display: none; }

@media (min-width: 300px) and (max-width: 813px) {
  header {
    background-color: #FFFFFF; }
    header .__verde {
      display: none; }
      header .__verde .container-fluid {
        display: flex;
        justify-content: space-between;
        margin: 0 -0.5rem;
        padding: 0 2rem; }
      header .__verde.shrink {
        height: 37px; }
    header .__blanco {
      height: 70px; }
      header .__blanco .container {
        display: flex;
        justify-content: space-between;
        padding: 0 1.3rem; }
      header .__blanco.shrink {
        height: 75px; }
    header .__busca_header_int {
      background-color: #f2f2f2;
      padding-top: 10px;
      padding-bottom: 10px; }
      header .__busca_header_int .__titu {
        margin-bottom: 0px;
        margin-top: 4px;
        text-align: center; }
        header .__busca_header_int .__titu h2 {
          font-weight: 100;
          font-size: 14px;
          color: #949CA1;
          font-size: 14px; }
          header .__busca_header_int .__titu h2 strong {
            color: #003DA5; }
      header .__busca_header_int .__filtrocompra {
        text-align: center; }

  .nav-bar__nav {
    display: none; }

  .remax_logotipo {
    display: none; }

  .__mtop {
    display: block; }

  .uss-iso {
    display: block;
    fill: #575756;
    width: 130px;
    z-index: 10;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }

  .moviles-content {
    top: 25%; }

  #cssmenu {
    width: 80%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

  .cssmenu_sub {
    width: 80%; }
    .cssmenu_sub a {
      font-weight: 600;
      margin-right: 10px;
      font-size: 0.8rem; }

  .__telcon {
    margin: 0 -1rem;
    padding-top: 0px;
    color: #404041;
    position: relative;
    font-size: 10px; }
    .__telcon::after {
      content: "";
      z-index: 10;
      display: block;
      text-decoration: none;
      position: absolute;
      top: calc(100% + 1px);
      left: 0;
      right: 0;
      height: 1.5px;
      background: #DC1C2E;
      transform: scaleX(0.3);
      -webkit-transform-origin: right center;
      transition: -webkit-transform 0.2s ease-out;
      transition: transform 0.2s ease-out;
      transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
      transform-origin: right center; } }
/** Powered by Jenner Castillo */
.__buscainicio {
  /* Images default to Center Center. Maybe try 'center top'? */
  background-position: center center;
  display: block;
  width: 100%;
  height: 450px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  -moz-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s; }
  .__buscainicio .container-fluid {
    height: 100%; }
    .__buscainicio .container-fluid .row {
      height: 100%; }
      .__buscainicio .container-fluid .row .__lema {
        width: 100%;
        padding: 0% 10%; }
        .__buscainicio .container-fluid .row .__lema h1 {
          color: #FFFFFF;
          padding: 0% 4%;
          font-weight: bold;
          text-align: center;
          font-size: 25px;
          padding-bottom: 20px; }
        .__buscainicio .container-fluid .row .__lema .__buscador {
          width: 100%;
          text-align: center; }
          .__buscainicio .container-fluid .row .__lema .__buscador form .__modalagente {
            text-align: left; }
            .__buscainicio .container-fluid .row .__lema .__buscador form .__modalagente .modal-content {
              border: 1px solid transparent; }
              .__buscainicio .container-fluid .row .__lema .__buscador form .__modalagente .modal-content .modal-body {
                padding: 0; }
                .__buscainicio .container-fluid .row .__lema .__buscador form .__modalagente .modal-content .modal-body .cerrar {
                  background: #003DA5;
                  background-image: linear-gradient(-186deg, #1d449a 0, #1d449a 18%, #182d69 100%);
                  opacity: 1;
                  padding: 13px 15px;
                  z-index: 1;
                  position: absolute;
                  right: -20px;
                  font-size: 14px;
                  top: -20px;
                  border-radius: 0px;
                  color: #FFFFFF; }
                .__buscainicio .container-fluid .row .__lema .__buscador form .__modalagente .modal-content .modal-body .cabecera__top {
                  background-image: url(../img/bg-coage.png);
                  background-color: #FFFFFF;
                  padding: 50px;
                  background-repeat: no-repeat;
                  background-position: center;
                  background-size: cover;
                  border-radius: 10px 10px 0px 0px;
                  -moz-border-radius: 10px 10px 0px 0px;
                  -webkit-border-radius: 10px 10px 0px 0px;
                  -webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.08);
                  -moz-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.08);
                  box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.08); }
                  .__buscainicio .container-fluid .row .__lema .__buscador form .__modalagente .modal-content .modal-body .cabecera__top h5 {
                    font-size: 15px;
                    line-height: 19px;
                    color: #626366; }
                  .__buscainicio .container-fluid .row .__lema .__buscador form .__modalagente .modal-content .modal-body .cabecera__top h3 {
                    font-size: 21px;
                    line-height: 28px;
                    color: #626366;
                    font-weight: 100; }
                .__buscainicio .container-fluid .row .__lema .__buscador form .__modalagente .modal-content .modal-body .formulario {
                  background: #DC1C2E;
                  background-image: linear-gradient(-262deg, #dc1c2e 0, #c51828 98%, #c51828 100%);
                  padding: 35px 70px;
                  border-radius: 0px 0px 0px 0px;
                  -moz-border-radius: 0px 0px 0px 0px;
                  -webkit-border-radius: 0px 0px 0px 0px;
                  -webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.08);
                  -moz-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.08);
                  box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.08); }
                  .__buscainicio .container-fluid .row .__lema .__buscador form .__modalagente .modal-content .modal-body .formulario .form-row label {
                    font-size: 14px;
                    font-weight: 100;
                    color: #FFFFFF; }
        .__buscainicio .container-fluid .row .__lema .__mas {
          text-align: center;
          color: #FFFFFF; }
          .__buscainicio .container-fluid .row .__lema .__mas a {
            cursor: pointer;
            -moz-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            transition: all 0.3s; }
            .__buscainicio .container-fluid .row .__lema .__mas a:hover {
              color: #DC1C2E; }
            .__buscainicio .container-fluid .row .__lema .__mas a h4 {
              font-size: 13px; }

@media (min-width: 300px) and (max-width: 813px) {
  .__buscainicio {
    /* Images default to Center Center. Maybe try 'center top'? */
    height: 650px; }
    .__buscainicio .container-fluid {
      height: 100%; }
      .__buscainicio .container-fluid .row {
        height: 100%; }
        .__buscainicio .container-fluid .row .__lema {
          width: 100%;
          padding: 0% 5%; }
          .__buscainicio .container-fluid .row .__lema h1 {
            color: #FFFFFF;
            padding: 0% 4%;
            font-weight: bold;
            text-align: center;
            font-size: 18px;
            padding-bottom: 20px; }
          .__buscainicio .container-fluid .row .__lema .__buscador {
            width: 100%;
            text-align: center; }
            .__buscainicio .container-fluid .row .__lema .__buscador form .modal-content {
              border: 1px solid transparent; }
              .__buscainicio .container-fluid .row .__lema .__buscador form .modal-content .modal-body {
                padding: 0; }
                .__buscainicio .container-fluid .row .__lema .__buscador form .modal-content .modal-body .cerrar {
                  background: #003DA5;
                  opacity: 1;
                  padding: 13px 15px;
                  z-index: 1;
                  position: absolute;
                  right: 10px;
                  font-size: 14px;
                  top: -20px;
                  border-radius: 5px;
                  color: #FFFFFF; }
                .__buscainicio .container-fluid .row .__lema .__buscador form .modal-content .modal-body .cabecera__top {
                  padding: 30px;
                  background-repeat: no-repeat;
                  background-position: center;
                  background-size: cover; }
                  .__buscainicio .container-fluid .row .__lema .__buscador form .modal-content .modal-body .cabecera__top h5 {
                    font-size: 12px;
                    line-height: 19px; }
                  .__buscainicio .container-fluid .row .__lema .__buscador form .modal-content .modal-body .cabecera__top h3 {
                    font-size: 15px;
                    line-height: 28px;
                    font-weight: 100; }
                .__buscainicio .container-fluid .row .__lema .__buscador form .modal-content .modal-body .formulario {
                  padding: 25px 20px; }
                  .__buscainicio .container-fluid .row .__lema .__buscador form .modal-content .modal-body .formulario .form-row label {
                    font-size: 14px;
                    font-weight: 100; } }
/** Powered by Jenner Castillo */
._propiedadesincio {
  background-color: #F4F5F7;
  padding: 4rem 1.8rem; }
  ._propiedadesincio .__titu {
    margin-bottom: 30px;
    text-align: center; }
    ._propiedadesincio .__titu h2 {
      font-size: 18px;
      color: #404041;
      font-weight: bold;
      line-height: 45px;
      margin-bottom: 15px;
      text-transform: uppercase; }
      ._propiedadesincio .__titu h2::after {
        content: "";
        position: absolute;
        background: #DC1C2E;
        width: 50px;
        height: 2px;
        margin: auto;
        left: 0;
        right: 0;
        bottom: 0; }

.__cpropiedad {
  display: inline-block;
  width: 100%;
  margin: 10px 0px 10px 0px;
  padding-top: 0px;
  padding-bottom: 18px;
  padding-left: 0px;
  padding-right: 0px;
  top: 0;
  position: relative; }
  .__cpropiedad .__imagen {
    overflow: hidden;
    border-radius: 0px;
    z-index: 8;
    position: relative;
    height: 200px; }
    .__cpropiedad .__imagen .__actionpro {
      opacity: 0;
      z-index: 10;
      height: 200px;
      width: 100%;
      position: absolute;
      background-image: url("../img/bgfotopro.svg");
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      background-position: center; }
    .__cpropiedad .__imagen .__imgint {
      width: 100%;
      display: block;
      z-index: 9;
      height: 200px; }
    .__cpropiedad .__imagen img {
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
  .__cpropiedad .__datos {
    text-align: left;
    background-color: #FFFFFF;
    padding-bottom: 15px;
    border-radius: 0px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 15px 18px rgba(148, 156, 161, 0.05);
    -moz-box-shadow: 0px 15px 18px rgba(148, 156, 161, 0.05);
    box-shadow: 0px 15px 18px rgba(148, 156, 161, 0.05); }
    .__cpropiedad .__datos h2 {
      font-size: 14px;
      color: #DC1C2E;
      text-align: center;
      font-weight: bold; }
    .__cpropiedad .__datos h3 {
      font-size: 13px;
      text-align: center;
      color: #626366;
      font-weight: 100; }
    .__cpropiedad .__datos h4 {
      font-size: 14px;
      color: #003DA5;
      text-align: center;
      font-weight: bold; }
    .__cpropiedad .__datos .__02 {
      display: flex; }
      .__cpropiedad .__datos .__02 p {
        width: 50%;
        position: relative;
        font-size: 13px;
        text-align: center;
        color: #626366; }
    .__cpropiedad .__datos .__casventa {
      padding: 3% 6%;
      background-color: #DC1C2E;
      background-image: linear-gradient(-262deg, #dc1c2e 0, #c51828 98%, #c51828 100%);
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      font-size: 13px;
      text-align: center;
      color: #FFFFFF; }
    .__cpropiedad .__datos .__casventad {
      text-align: center;
      color: #626366;
      padding: 4% 0%;
      font-size: 12px; }
      .__cpropiedad .__datos .__casventad h3 {
        font-size: 13px;
        text-align: center;
        padding: 5px 3% 0px 8%;
        color: #626366;
        font-weight: 100;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
      .__cpropiedad .__datos .__casventad ul {
        list-style-type: none;
        padding-left: 0px;
        margin-bottom: 0px; }
        .__cpropiedad .__datos .__casventad ul li {
          display: inline;
          margin-right: 5px; }
    .__cpropiedad .__datos .__casventap {
      text-align: center;
      background-color: #003DA5;
      background-image: linear-gradient(-186deg, #003DA5 0, #003DA5 18%, #182d69 100%);
      color: #FFFFFF;
      padding: 3% 0%;
      font-size: 13px;
      font-weight: 100; }
      .__cpropiedad .__datos .__casventap ul {
        list-style-type: none;
        padding-left: 0px;
        margin-bottom: 0px; }
        .__cpropiedad .__datos .__casventap ul li {
          display: inline;
          margin-right: 5px; }
    .__cpropiedad .__datos .__agente {
      display: flex;
      border-top: 1px solid #f5f5f5;
      padding: 4% 6% 0% 6%; }
      .__cpropiedad .__datos .__agente .__foto {
        overflow: hidden;
        width: 50px;
        height: 50px; }
        .__cpropiedad .__datos .__agente .__foto img {
          width: 50px; }
      .__cpropiedad .__datos .__agente .__nombres {
        width: calc(100% - 60px);
        margin: 0px 0px 0px 10px;
        font-size: 12px;
        color: #404041;
        font-weight: 100;
        padding-top: 5px; }
        .__cpropiedad .__datos .__agente .__nombres ul {
          list-style-type: none;
          padding-left: 0px;
          margin-bottom: 0px;
          font-size: 12px;
          color: #404041; }
          .__cpropiedad .__datos .__agente .__nombres ul li {
            margin-right: 5px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap; }
            .__cpropiedad .__datos .__agente .__nombres ul li strong {
              width: normal; }
  .__cpropiedad .__estado {
    background-color: #DC1C2E;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    z-index: 11;
    position: relative;
    margin: -12px 25% 0px 25%; }
    .__cpropiedad .__estado h5 {
      font-size: 12px;
      color: #FFFFFF;
      text-align: center;
      padding: 5px 0px;
      font-weight: 100; }
  .__cpropiedad:hover {
    text-decoration: none; }
    .__cpropiedad:hover .__datos {
      -webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.25);
      -moz-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.25);
      box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.25); }
    .__cpropiedad:hover .__imagen {
      background-color: #003DA5; }
      .__cpropiedad:hover .__imagen .__actionpro {
        opacity: 1;
        z-index: 10;
        height: 100%;
        width: 100%;
        position: absolute;
        background-image: url("../img/bgfotopro.svg");
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
      .__cpropiedad:hover .__imagen img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }

.__protodo h4 {
  text-align: center;
  margin-top: 15px;
  font-size: 13px;
  color: #626366;
  font-weight: normal;
  line-height: 45px;
  margin-bottom: 15px;
  text-transform: uppercase; }
  .__protodo h4 a {
    margin-left: 20px; }

.background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden; }

@media (min-width: 300px) and (max-width: 813px) {
  ._propiedadesincio {
    padding: 4rem 0.3rem; } }
/** Powered by Jenner Castillo */
.__alquiventa {
  position: relative; }
  .__alquiventa .__compra {
    background-position: center center;
    background-size: cover;
    height: 350px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden; }
    .__alquiventa .__compra .__bgim {
      width: 100%;
      position: absolute;
      height: 100%;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      z-index: 0;
      background-size: cover;
      background-position: center; }
    .__alquiventa .__compra:hover .__bgim {
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
    .__alquiventa .__compra .__conte {
      padding: 0px 10%;
      z-index: 1; }
      .__alquiventa .__compra .__conte h2 {
        font-size: 27px;
        color: #FFFFFF;
        font-weight: bold;
        line-height: 45px;
        text-transform: uppercase; }
      .__alquiventa .__compra .__conte p {
        font-size: 16px;
        color: #FFFFFF;
        font-weight: 100; }
  .__alquiventa .__alquiler {
    background-position: center center;
    background-size: cover;
    height: 350px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; }
    .__alquiventa .__alquiler .__bgim {
      width: 100%;
      position: absolute;
      height: 100%;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      z-index: 0;
      background-size: cover;
      background-position: center; }
    .__alquiventa .__alquiler:hover .__bgim {
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
    .__alquiventa .__alquiler .__conte {
      padding: 0px 10%;
      z-index: 1; }
      .__alquiventa .__alquiler .__conte h2 {
        font-size: 27px;
        color: #FFFFFF;
        font-weight: bold;
        line-height: 45px;
        text-transform: uppercase; }
      .__alquiventa .__alquiler .__conte p {
        font-size: 16px;
        color: #FFFFFF;
        font-weight: 100; }

/** Powered by Jenner Castillo */
.__comcasa {
  position: relative;
  background-color: #003DA5;
  padding: 0rem 0rem;
  background-image: url("../img/postula.jpg");
  background-position: center top;
  background-size: cover; }
  .__comcasa .__compra {
    height: 510px;
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 0px 5%; }
    .__comcasa .__compra .__conte h2 {
      font-size: 28px;
      color: #404041;
      font-weight: bold;
      line-height: 45px;
      margin-bottom: 15px;
      text-transform: uppercase; }
    .__comcasa .__compra .__conte p {
      font-size: 18px;
      color: #626366;
      margin-bottom: 15px;
      font-weight: 100;
      line-height: 30px;
      width: 100%; }

.__postula {
  position: relative;
  background-color: #003DA5;
  padding: 0rem 0rem; }
  .__postula .__compraimg {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../img/bgoficinas.jpg");
    background-position: right top;
    background-size: cover; }
  .__postula .__compra {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    padding: 0px 5%; }
    .__postula .__compra .__conte h2 {
      font-size: 18px;
      color: #404041;
      font-weight: bold;
      line-height: 45px;
      margin-bottom: 15px;
      text-transform: uppercase; }
    .__postula .__compra .__conte p {
      font-size: 14px;
      color: #626366;
      margin-bottom: 15px;
      font-weight: 100;
      line-height: 30px;
      width: 100%; }

@media (min-width: 300px) and (max-width: 813px) {
  .__postula {
    position: relative;
    background-color: #003DA5;
    padding: 0rem 0rem; }
    .__postula .__compraimg {
      height: 200px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-image: url("../img/bgoficinas.jpg");
      background-position: right top;
      background-size: cover; }
    .__postula .__compra {
      height: 300px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #FFFFFF;
      padding: 0px 5%; }
      .__postula .__compra .__conte {
        text-align: center; }
        .__postula .__compra .__conte h2 {
          font-size: 18px;
          color: #404041;
          font-weight: bold;
          line-height: 25px;
          margin-bottom: 15px;
          text-transform: uppercase; }
        .__postula .__compra .__conte p {
          font-size: 14px;
          color: #626366;
          margin-bottom: 15px;
          font-weight: 100;
          line-height: 20px;
          width: 100%; }

  .__comcasa {
    position: relative;
    background-color: #003DA5;
    padding: 0rem 0rem;
    background-image: url("../img/postula.jpg");
    background-position: left top;
    background-size: cover; }
    .__comcasa .__compra {
      height: 250px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0px 5%; }
      .__comcasa .__compra .__conte {
        text-align: center; }
        .__comcasa .__compra .__conte h2 {
          font-size: 18px;
          color: #404041;
          font-weight: bold;
          line-height: 25px;
          margin-bottom: 5px;
          text-transform: uppercase; }
        .__comcasa .__compra .__conte p {
          font-size: 14px;
          color: #626366;
          margin-bottom: 5px;
          font-weight: 100;
          line-height: 20px;
          width: 100%; } }
/** Powered by Jenner Castillo */
.__headeroficinas {
  /* Images default to Center Center. Maybe try 'center top'? */
  background-position: center center;
  background-color: #003DA5;
  background-image: url("https://www.remax.pe/img/banner/banner-oficinas.jpg");
  padding-top: 20px;
  display: block;
  width: 100%;
  height: 140px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  -moz-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
  margin-top: 100px; }
  .__headeroficinas .container-fluid {
    height: 100%; }
    .__headeroficinas .container-fluid .row {
      height: 100%; }
      .__headeroficinas .container-fluid .row .__lema {
        width: 100%;
        padding: 0% 0%; }
        .__headeroficinas .container-fluid .row .__lema h1 {
          color: #FFFFFF;
          padding: 0% 4%;
          font-weight: bold;
          text-align: center;
          padding-bottom: 20px;
          font-size: 29px;
          font-weight: bold;
          line-height: 45px;
          margin-bottom: 15px;
          text-transform: uppercase; }

.__oficinaint2 {
  margin-top: 0px !important; }

.__oficinagen {
  display: inline-block;
  width: 100%;
  margin: 10px 0px 10px 0px;
  padding: 20px 0px 0px 0px;
  top: 0;
  position: relative;
  background-color: #FFFFFF;
  box-shadow: 2px 5px 18px rgba(148, 156, 161, 0.25);
  border-radius: 10px; }
  .__oficinagen .__imagen {
    text-align: center;
    z-index: 11;
    position: relative;
    width: 100%; }
    .__oficinagen .__imagen .__imgint {
      height: 70px; }
    .__oficinagen .__imagen img {
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      height: 100%; }
  .__oficinagen .__datos {
    padding: 20px 20px;
    text-align: left;
    margin: 0px 0px 14px 0px;
    padding-bottom: 0px;
    z-index: 10;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .__oficinagen .__datos h5 {
      font-size: 13px;
      color: #626366;
      text-align: center;
      font-weight: normal; }
    .__oficinagen .__datos h2 {
      font-size: 12px;
      color: #404041;
      text-align: center;
      font-weight: bold;
      text-transform: uppercase; }
    .__oficinagen .__datos h3 {
      font-size: 12px;
      text-align: center;
      color: #949CA1;
      font-weight: 100;
      width: 100%; }
    .__oficinagen .__datos h4 {
      font-size: 12px;
      color: #949CA1;
      text-align: center;
      font-weight: bold; }
    .__oficinagen .__datos ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .__oficinagen .__datos ul li {
        padding: 5px 0px; }
        .__oficinagen .__datos ul li a, .__oficinagen .__datos ul li p {
          position: relative;
          line-height: 13px;
          margin-bottom: 0rem;
          font-size: 12px;
          font-weight: 100;
          color: #949CA1;
          text-decoration: none; }
          .__oficinagen .__datos ul li a i, .__oficinagen .__datos ul li p i {
            position: absolute;
            top: 2px;
            left: 0; }
          .__oficinagen .__datos ul li a span, .__oficinagen .__datos ul li p span {
            display: block;
            padding-left: 24px;
            position: relative; }
          .__oficinagen .__datos ul li a:hover, .__oficinagen .__datos ul li p:hover {
            color: #404041; }
    .__oficinagen .__datos .__listlink {
      text-align: center;
      margin: 20px 0px; }
      .__oficinagen .__datos .__listlink a {
        margin: 0px 5px;
        font-size: 22px;
        color: #FFFFFF;
        padding: 10px 10px 6px 10px; }
      .__oficinagen .__datos .__listlink .__whast {
        background-color: #19b44c;
        background-image: linear-gradient(-186deg, #25d366 0, #25d366 18%, #19b44c 100%);
        font-size: 22px; }
      .__oficinagen .__datos .__listlink .__mail {
        background-color: #0f92dd;
        cursor: pointer;
        background-image: linear-gradient(-186deg, #0f92dd 0, #0f92dd 18%, #007Dc3 100%); }
      .__oficinagen .__datos .__listlink .__phone {
        background-color: #be1627;
        background-image: linear-gradient(-186deg, #be1627 0, #be1627 18%, #DC1C2E 100%); }
  .__oficinagen .__estado {
    display: flex;
    position: relative; }
    .__oficinagen .__estado a {
      width: 50%;
      position: relative;
      z-index: 11; }
    .__oficinagen .__estado .__ag {
      background-color: #FFFFFF;
      border-top: 1px solid #f5f5f5;
      padding: 13px 0px 12px 0px;
      color: #DC1C2E;
      border-radius: 0rem;
      font-weight: 100;
      transition: all 0.3s;
      line-height: 16px;
      text-align: center;
      font-size: 11px;
      text-decoration: none; }
      .__oficinagen .__estado .__ag:hover {
        color: #FFFFFF;
        background-color: #DC1C2E; }
    .__oficinagen .__estado .__pro {
      background-color: #FFFFFF;
      border-top: 1px solid #f5f5f5;
      border-left: 1px solid #f5f5f5;
      padding: 13px 0px 12px 0px;
      color: #DC1C2E;
      border-radius: 0rem;
      font-weight: 100;
      transition: all 0.3s;
      line-height: 16px;
      text-align: center;
      font-size: 11px;
      text-decoration: none; }
      .__oficinagen .__estado .__pro:hover {
        color: #FFFFFF;
        background-color: #DC1C2E; }
    .__oficinagen .__estado .__borderr {
      -webkit-border-bottom-right-radius: 10px;
      -moz-border-radius-bottomright: 10px;
      border-bottom-right-radius: 10px; }
    .__oficinagen .__estado .__borizqr {
      -webkit-border-bottom-left-radius: 10px;
      -moz-border-radius-bottomleft: 10px;
      border-bottom-left-radius: 10px; }
  .__oficinagen:hover {
    text-decoration: none; }

footer {
  background-color: #FFFFFF; }
  footer .__head {
    position: relative;
    z-index: 10;
    text-align: center;
    background-color: #FFFFFF;
    margin: -40px 30% 20px 30%;
    width: auto;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0px 2px 30px rgba(26, 54, 104, 0.1);
    box-shadow: 0px 2px 30px rgba(26, 54, 104, 0.1); }
    footer .__head ul {
      padding: 15px 10px; }
      footer .__head ul li {
        display: inline;
        color: #003DA5;
        font-size: 2.2rem;
        padding: 0px 20px; }
        footer .__head ul li a {
          color: #003DA5;
          transition: all 0.3s; }
          footer .__head ul li a:hover {
            color: #DC1C2E; }
    footer .__head h5 {
      font-size: 16px;
      color: #FFFFFF;
      text-align: center;
      padding: 12px 0px;
      font-weight: 100; }
  footer .__oficinas {
    margin: 60px 40px;
    position: relative; }
    footer .__oficinas .__globo {
      position: absolute;
      width: 116px;
      height: 145px;
      bottom: -55px;
      z-index: 11;
      right: 20px;
      transform: translatey(0px);
      animation: float 6s ease-in-out infinite; }
      footer .__oficinas .__globo img {
        width: 100%; }
    footer .__oficinas .__meinfo {
      position: relative; }
      footer .__oficinas .__meinfo h5 {
        color: #DC1C2E;
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 0.9rem;
        font-weight: bold; }
      footer .__oficinas .__meinfo .media .__circ {
        color: #DC1C2E;
        font-size: 1.6rem; }
      footer .__oficinas .__meinfo .media .media-body {
        color: #949CA1;
        font-size: 0.8rem;
        font-weight: 100; }
        footer .__oficinas .__meinfo .media .media-body h5 {
          color: #626366;
          font-weight: normal;
          font-size: 0.8rem; }
    footer .__oficinas .__mesuscr {
      position: relative; }
      footer .__oficinas .__mesuscr h5 {
        color: #DC1C2E;
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 0.9rem;
        font-weight: bold; }
      footer .__oficinas .__mesuscr p {
        color: #949CA1;
        font-size: 0.8rem;
        font-weight: 100; }
        footer .__oficinas .__mesuscr p a {
          color: #949CA1; }
          footer .__oficinas .__mesuscr p a:hover {
            color: #626366; }
    footer .__oficinas .__mefooter {
      position: relative; }
      footer .__oficinas .__mefooter ul {
        padding: 15px 10px; }
        footer .__oficinas .__mefooter ul li {
          list-style: none;
          color: #949CA1;
          font-size: 0.8rem;
          margin-bottom: 15px; }
          footer .__oficinas .__mefooter ul li a {
            transition: all 0.3s;
            color: #949CA1;
            text-decoration: none; }
            footer .__oficinas .__mefooter ul li a:hover {
              color: #003DA5; }
    footer .__oficinas .__local {
      margin-bottom: 50px; }
      footer .__oficinas .__local h4 {
        font-weight: bold;
        font-size: 14px;
        color: #FFFFFF;
        margin-bottom: 20px; }
        footer .__oficinas .__local h4::after {
          content: "";
          z-index: 10;
          display: block;
          text-decoration: none;
          position: absolute;
          top: calc(20px + 2px);
          left: 16px;
          right: 0;
          height: 1.5px;
          width: 35px;
          background: #DC1C2E; }
      footer .__oficinas .__local p {
        color: #FFFFFF;
        font-size: 12px;
        font-weight: 300;
        margin-left: 30px;
        margin-bottom: 2px; }
        footer .__oficinas .__local p i {
          color: #FFFFFF;
          position: absolute;
          font-size: 14px;
          left: 15px; }
      footer .__oficinas .__local ul {
        list-style-type: none;
        margin: 0px 0px 9px 30px;
        padding: 0;
        overflow: hidden; }
        footer .__oficinas .__local ul li {
          float: left;
          padding-right: 15px; }
          footer .__oficinas .__local ul li a {
            text-decoration: none;
            color: #FFFFFF;
            transition: color 0.2s ease-out; }
            footer .__oficinas .__local ul li a i:hover {
              color: #FFFFFF; }
  footer .__derechos {
    background-color: #003DA5; }
    footer .__derechos p {
      color: #FFFFFF;
      font-size: 12px;
      text-align: center;
      padding: 20px 0px 0px 0px;
      margin-bottom: 20px;
      font-weight: 100; }

@media (min-width: 300px) and (max-width: 813px) {
  .__footerintpro {
    padding-bottom: 130px; }

  footer .__head {
    margin: -40px 5% 20px 5%; }
    footer .__head h5 {
      font-size: 14px; }
    footer .__head ul {
      padding: 15px 10px; }
      footer .__head ul li {
        display: inline;
        color: #003DA5;
        font-size: 2rem;
        padding: 0px 10px; }
        footer .__head ul li a {
          color: #003DA5;
          transition: all 0.3s; }
          footer .__head ul li a:hover {
            color: #DC1C2E; }
  footer .__oficinas {
    margin: 30px 10px;
    position: relative; }
    footer .__oficinas .__globo {
      width: 77px;
      height: 96px;
      bottom: -68px;
      z-index: 11;
      right: 10px; }

  .__oficinaint2 {
    margin-top: 10px !important; }

  .__headeroficinas {
    /* Images default to Center Center. Maybe try 'center top'? */
    background-position: center center;
    background-color: #003DA5;
    background-image: url("https://www.remax.pe/img/banner/banner-oficinas.jpg");
    padding-top: 20px;
    display: block;
    width: 100%;
    height: 140px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    -moz-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    -webkit-transition: transform 0.4s;
    transition: transform 0.4s;
    margin-top: 68px; }
    .__headeroficinas .container-fluid {
      height: 100%; }
      .__headeroficinas .container-fluid .row {
        height: 100%; }
        .__headeroficinas .container-fluid .row .__lema {
          width: 100%;
          padding: 0% 0%; }
          .__headeroficinas .container-fluid .row .__lema h1 {
            color: #FFFFFF;
            padding: 0% 4%;
            font-weight: bold;
            text-align: center;
            padding-bottom: 20px;
            font-size: 20px;
            font-weight: bold;
            line-height: 45px;
            margin-bottom: 15px;
            text-transform: uppercase; } }
/** Powered by Jenner Castillo */
.__headerpropiedades {
  /* Images default to Center Center. Maybe try 'center top'? */
  background-position: center center;
  background-color: #003DA5;
  background-image: url("../img/bgpropi.jpg");
  padding-top: 0px;
  display: block;
  width: 100%;
  height: 270px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  -moz-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s; }
  .__headerpropiedades .container-fluid {
    height: 100%; }
    .__headerpropiedades .container-fluid .row {
      height: 100%; }
      .__headerpropiedades .container-fluid .row .__lema {
        width: 100%;
        padding: 0% 0%; }
        .__headerpropiedades .container-fluid .row .__lema h1 {
          color: #FFFFFF;
          padding: 0% 4%;
          font-weight: bold;
          text-align: center;
          padding-bottom: 20px;
          font-size: 19px;
          font-weight: bold;
          line-height: 45px;
          margin-bottom: 15px;
          text-transform: uppercase; }

.__buscadorpro {
  margin-top: -60px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .__buscadorpro .__btnbuscarpro {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    display: none; }
  .__buscadorpro .__titubusca {
    width: 100%;
    background-color: #DC1C2E;
    color: #FFFFFF;
    padding: 10px 3%;
    text-align: center; }
  .__buscadorpro .__buscaizq {
    z-index: 10;
    background-color: #FFFFFF;
    box-shadow: 3px 4px 8px rgba(1, 1, 1, 0.15);
    padding: 10px 8% 10px 8%; }
    .__buscadorpro .__buscaizq label {
      font-size: 12px; }
    .__buscadorpro .__buscaizq .__mas {
      text-align: center;
      color: #003DA5;
      margin-top: 5px;
      width: 100%; }
      .__buscadorpro .__buscaizq .__mas a {
        cursor: pointer;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        .__buscadorpro .__buscaizq .__mas a:hover {
          color: #DC1C2E; }
        .__buscadorpro .__buscaizq .__mas a h4 {
          font-size: 12px; }
    .__buscadorpro .__buscaizq .form-group {
      margin-bottom: 0.3rem; }
      .__buscadorpro .__buscaizq .form-group .btm {
        margin: 5px 0px; }

.sticky {
  position: fixed;
  top: 60px;
  z-index: 12;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.__derbusca {
  margin-left: 0%; }

.derbuscaint {
  margin-left: 25%; }

._buscaflo {
  background-color: #F4F4F4; }
  ._buscaflo .__buscaint {
    position: relative;
    z-index: 10;
    text-align: center;
    background-color: #003DA5;
    background-image: linear-gradient(-186deg, #003DA5 0, #003DA5 18%, #182d69 100%);
    box-shadow: 3px 4px 8px rgba(1, 1, 1, 0.15);
    margin: -70px 3% 0px 3%;
    padding: 25px; }
    ._buscaflo .__buscaint .__buscador {
      width: 100%;
      text-align: center; }
      ._buscaflo .__buscaint .__buscador form .form-control {
        box-shadow: 1px 2px 16px rgba(0, 0, 1, 0.1); }
        ._buscaflo .__buscaint .__buscador form .form-control::-webkit-input-placeholder {
          color: #FFFFFF;
          opacity: 1; }
        ._buscaflo .__buscaint .__buscador form .form-control::-moz-placeholder {
          color: #FFFFFF;
          opacity: 1; }
        ._buscaflo .__buscaint .__buscador form .form-control:-ms-input-placeholder {
          color: #FFFFFF;
          opacity: 1; }
        ._buscaflo .__buscaint .__buscador form .form-control::-ms-input-placeholder {
          color: #FFFFFF;
          opacity: 1; }
        ._buscaflo .__buscaint .__buscador form .form-control::placeholder {
          color: #FFFFFF;
          opacity: 1; }
      ._buscaflo .__buscaint .__buscador form .bootstrap-select .dropdown-toggle {
        position: relative;
        border-radius: 0rem;
        height: calc(2.8rem + 2px); }
      ._buscaflo .__buscaint .__buscador form .bootstrap-select .bs-placeholder {
        color: #FFFFFF !important; }
      ._buscaflo .__buscaint .__buscador form .bootstrap-select .btn-light {
        color: #FFFFFF;
        background-color: #003DA5;
        font-size: 13px;
        border-color: #d3d9df;
        border-radius: 0px;
        border: 0px;
        width: 100%;
        font-weight: 100;
        border-radius: 0rem; }
      ._buscaflo .__buscaint .__buscador form .__modalagente {
        text-align: left; }
        ._buscaflo .__buscaint .__buscador form .__modalagente .modal-dialog {
          max-width: 950px !important; }
        ._buscaflo .__buscaint .__buscador form .__modalagente .modal-content {
          border: 1px solid transparent; }
          ._buscaflo .__buscaint .__buscador form .__modalagente .modal-content .modal-body {
            padding: 0; }
            ._buscaflo .__buscaint .__buscador form .__modalagente .modal-content .modal-body .cerrar {
              background: #003DA5;
              opacity: 1;
              padding: 13px 15px;
              z-index: 1;
              position: absolute;
              right: -20px;
              font-size: 14px;
              top: -20px;
              border-radius: 5px;
              color: #FFFFFF; }
            ._buscaflo .__buscaint .__buscador form .__modalagente .modal-content .modal-body .cabecera__top {
              background-image: url(../img/bg-coage.png);
              background-color: #FFFFFF;
              padding: 50px;
              background-repeat: no-repeat;
              background-position: center;
              background-size: cover;
              border-radius: 10px 10px 0px 0px;
              -moz-border-radius: 10px 10px 0px 0px;
              -webkit-border-radius: 10px 10px 0px 0px;
              -webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.08);
              -moz-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.08);
              box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.08); }
              ._buscaflo .__buscaint .__buscador form .__modalagente .modal-content .modal-body .cabecera__top h5 {
                font-size: 15px;
                line-height: 19px;
                color: #626366; }
              ._buscaflo .__buscaint .__buscador form .__modalagente .modal-content .modal-body .cabecera__top h3 {
                font-size: 21px;
                line-height: 28px;
                color: #626366;
                font-weight: 100; }
            ._buscaflo .__buscaint .__buscador form .__modalagente .modal-content .modal-body .formulario {
              background: #DC1C2E;
              padding: 35px 70px;
              border-radius: 0px 0px 10px 10px;
              -moz-border-radius: 0px 0px 10px 10px;
              -webkit-border-radius: 0px 0px 10px 10px;
              -webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.08);
              -moz-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.08);
              box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.08); }
              ._buscaflo .__buscaint .__buscador form .__modalagente .modal-content .modal-body .formulario .form-row label {
                font-size: 14px;
                font-weight: 100;
                color: #FFFFFF; }
    ._buscaflo .__buscaint .__mas {
      text-align: center;
      color: #FFFFFF; }
      ._buscaflo .__buscaint .__mas a {
        cursor: pointer;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        ._buscaflo .__buscaint .__mas a:hover {
          color: #DC1C2E; }
        ._buscaflo .__buscaint .__mas a h4 {
          font-size: 12px;
          margin-bottom: 0rem;
          font-weight: 100; }
    ._buscaflo .__buscaint .__mas {
      text-align: center;
      color: #FFFFFF; }
      ._buscaflo .__buscaint .__mas h4 {
        font-size: 13px; }

.__topint {
  padding: 5rem 0% 4rem 0% !important;
  margin-top: 50px !important; }

.__propiedades {
  margin-top: 140px;
  background-color: #ffffff;
  padding: 2rem 0% 4rem 0%; }
  .__propiedades .__regresarpro h2 {
    font-size: 18px; }
  .__propiedades .__regresarpro a {
    color: #DC1C2E;
    text-decoration: none;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .__propiedades .__regresarpro a:hover {
      color: #003DA5; }
  .__propiedades .__titu {
    margin-bottom: 30px; }
    .__propiedades .__titu h2 {
      font-weight: 100;
      font-size: 15px;
      color: #949CA1; }
      .__propiedades .__titu h2::after {
        content: "";
        z-index: 10;
        display: block;
        text-decoration: none;
        position: absolute;
        top: calc(100% + 2px);
        left: 14px;
        right: 0;
        height: 1.5px;
        width: 35px;
        background: #DC1C2E; }
      .__propiedades .__titu h2 strong {
        color: #003DA5;
        font-size: 18px; }
  .__propiedades .__filtrocompra {
    text-align: right; }
    .__propiedades .__filtrocompra .dropbtn {
      background-color: #DC1C2E;
      background-image: linear-gradient(-262deg, #dc1c2e 0, #c51828 98%, #c51828 100%);
      box-shadow: 3px 4px 8px rgba(1, 1, 1, 0.15);
      color: white;
      padding: 6px 15px 6px;
      font-size: 12px;
      font-weight: 100;
      border: none;
      cursor: pointer;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .__propiedades .__filtrocompra .dropbtn2 {
      background-color: #003DA5;
      background-image: linear-gradient(-186deg, #003DA5 0, #003DA5 18%, #182d69 100%);
      box-shadow: 3px 4px 8px rgba(1, 1, 1, 0.15);
      color: white;
      padding: 6px 15px 6px;
      font-size: 12px;
      font-weight: 100;
      border: none;
      cursor: pointer;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .__propiedades .__filtrocompra .dropbtn3 {
      background-color: #DC1C2E;
      background-image: linear-gradient(-262deg, #aaaaaa 0, #aaaaaa 98%, #949494 100%);
      box-shadow: 3px 4px 8px rgba(1, 1, 1, 0.15);
      color: white;
      padding: 6px 15px 6px;
      font-size: 12px;
      font-weight: 100;
      border: none;
      cursor: pointer;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .__propiedades .__filtrocompra .dropdown {
      position: relative;
      display: inline-block; }
      .__propiedades .__filtrocompra .dropdown .dropdown-menu {
        color: #FFFFFF;
        width: 100%;
        font-size: 12px;
        font-weight: 100;
        z-index: 12;
        color: #404041;
        text-align: center;
        border-radius: 0px;
        padding: 0rem 0; }
        .__propiedades .__filtrocompra .dropdown .dropdown-menu .dropdown-item {
          color: #626366;
          padding: 10px 6px;
          -moz-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          font-weight: 100; }
          .__propiedades .__filtrocompra .dropdown .dropdown-menu .dropdown-item:hover {
            background-color: #C4C6C8; }
    .__propiedades .__filtrocompra .dropdown-content {
      display: none;
      position: absolute;
      background-color: #B22B2E;
      width: 185px;
      font-size: 12px;
      font-weight: 100;
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      z-index: 12;
      color: #FFFFFF;
      text-align: center; }
      .__propiedades .__filtrocompra .dropdown-content a {
        color: #FFFFFF;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        z-index: 10;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        .__propiedades .__filtrocompra .dropdown-content a:hover {
          background-color: #949CA1; }
    .__propiedades .__filtrocompra .dropdown:hover .dropdown-content {
      display: block; }
    .__propiedades .__filtrocompra .dropdown:hover .dropbtn {
      background-color: #DC1C2E; }

.__propiedadgen {
  display: inline-block;
  width: 100%;
  margin: 10px 0px 10px 0px;
  padding-top: 0px;
  padding-bottom: 18px;
  padding-left: 0px;
  padding-right: 0px;
  top: 0;
  position: relative; }
  .__propiedadgen .__imagen {
    overflow: hidden;
    z-index: 8;
    position: relative;
    width: 24%;
    float: left;
    text-align: center;
    height: 200px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; }
    .__propiedadgen .__imagen .__actionpro {
      opacity: 0;
      z-index: 10;
      height: 100%;
      width: 100%;
      position: absolute;
      background-image: url("../img/bgfotopro.svg");
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      background-position: center center; }
    .__propiedadgen .__imagen .__imgint {
      float: left;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .__propiedadgen .__imagen img {
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
  .__propiedadgen .__datos {
    text-align: left;
    background-color: #FFFFFF;
    padding: 20px;
    z-index: 10;
    border: 1px solid #f5f5f5;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-box-shadow: 0px 15px 18px rgba(148, 156, 161, 0.2);
    -moz-box-shadow: 0px 15px 18px rgba(148, 156, 161, 0.2);
    box-shadow: 0px 15px 18px rgba(148, 156, 161, 0.2);
    width: 76%;
    float: right;
    height: 200px; }
    .__propiedadgen .__datos .__cont01 .__casventap {
      position: relative;
      float: left;
      color: #003DA5;
      padding: 13px 0px;
      font-size: 16px;
      font-weight: 400;
      width: 100%; }
      .__propiedadgen .__datos .__cont01 .__casventap ul {
        list-style-type: none;
        padding-left: 0px;
        margin-bottom: 0px; }
        .__propiedadgen .__datos .__cont01 .__casventap ul li {
          display: inline;
          margin-right: 5px; }
    .__propiedadgen .__datos .__cont01 .__casadat {
      padding: 16px 25px 0px 0px;
      position: relative;
      width: 100%;
      float: left; }
      .__propiedadgen .__datos .__cont01 .__casadat h5 {
        font-size: 14px;
        color: #626366;
        font-weight: 100;
        text-overflow: ellipsis;
        overflow: hidden; }
        .__propiedadgen .__datos .__cont01 .__casadat h5 i {
          font-size: 15px; }
      .__propiedadgen .__datos .__cont01 .__casadat h4 {
        font-size: 12px;
        color: #626366;
        width: 100%;
        font-weight: normal;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .__propiedadgen .__datos .__cont01 .__casadat h4 i {
          font-size: 15px; }
      .__propiedadgen .__datos .__cont01 .__casadat p {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 16px;
        max-height: 32px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 12px;
        font-weight: 100;
        color: #949CA1;
        margin-bottom: 0.3rem; }
    .__propiedadgen .__datos .__cont02 .__tipov {
      position: relative;
      bottom: auto;
      right: auto;
      left: auto;
      margin-bottom: 15px;
      top: auto; }
      .__propiedadgen .__datos .__cont02 .__tipov .badge-primary {
        background-color: #DC1C2E;
        font-weight: 100;
        padding: 6px 20px;
        font-size: 10px; }
    .__propiedadgen .__datos .__cont02 .feature-data {
      position: relative;
      display: flow-root; }
      .__propiedadgen .__datos .__cont02 .feature-data .__icofeat {
        position: relative;
        width: 50%;
        float: left;
        height: 40px; }
        .__propiedadgen .__datos .__cont02 .feature-data .__icofeat img {
          width: 45px;
          position: absolute;
          left: -10px;
          top: 0px; }
        .__propiedadgen .__datos .__cont02 .feature-data .__icofeat p {
          font-size: 11px;
          color: #404041;
          padding-left: 35px;
          font-weight: 100;
          margin-right: 10px;
          margin-top: 10px;
          position: relative;
          text-align: left; }
    .__propiedadgen .__datos .__cont02 .__agenteproint {
      position: absolute;
      bottom: 0px;
      right: 30px;
      height: 50px;
      width: 50px; }
  .__propiedadgen .__ingresar {
    z-index: 11;
    position: absolute;
    right: 10px;
    bottom: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .__propiedadgen .__ingresar a {
      text-decoration: none; }
      .__propiedadgen .__ingresar a h4 {
        font-size: 13px;
        color: #FFFFFF;
        text-align: center;
        padding: 5px 20px;
        font-weight: 100;
        margin-bottom: 0px; }
    .__propiedadgen .__ingresar .__agenteproint {
      position: absolute;
      bottom: 9px;
      right: -1px;
      height: 50px;
      z-index: 12;
      width: 50px;
      border-radius: 50%;
      overflow: hidden;
      box-shadow: 0 2px 3px; }
      .__propiedadgen .__ingresar .__agenteproint img {
        cursor: pointer;
        width: 100%;
        transform: scale(1.1); }

.__propiedadgen2 {
  display: inline-block;
  width: 100%;
  margin: 10px 0px 10px 0px;
  padding-top: 0px;
  padding-bottom: 18px;
  padding-left: 0px;
  padding-right: 0px;
  top: 0;
  position: relative; }
  .__propiedadgen2 .__imagen {
    overflow: hidden;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 8;
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
    height: 200px; }
    .__propiedadgen2 .__imagen .__actionpro {
      opacity: 0;
      z-index: 10;
      height: 100%;
      width: 100%;
      position: absolute;
      background-image: url("../img/bgfotopro.svg");
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      background-position: center center; }
    .__propiedadgen2 .__imagen .__imgint {
      float: left;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .__propiedadgen2 .__imagen img {
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
  .__propiedadgen2 .__datos {
    text-align: left;
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 0px;
    z-index: 10;
    border: 1px solid #f5f5f5;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 15px 18px rgba(148, 156, 161, 0.2);
    -moz-box-shadow: 0px 15px 18px rgba(148, 156, 161, 0.2);
    box-shadow: 0px 15px 18px rgba(148, 156, 161, 0.2);
    width: 100%;
    float: right;
    height: auto; }
    .__propiedadgen2 .__datos .__cont01 .__casventap {
      position: relative;
      float: left;
      color: #003DA5;
      padding: 0px 0px;
      font-size: 13px;
      font-weight: 400;
      width: 100%; }
      .__propiedadgen2 .__datos .__cont01 .__casventap ul {
        list-style-type: none;
        padding-left: 0px;
        margin-bottom: 0px; }
        .__propiedadgen2 .__datos .__cont01 .__casventap ul li {
          display: inline;
          margin-right: 5px; }
    .__propiedadgen2 .__datos .__cont01 .__casadat {
      padding: 16px 25px 0px 0px;
      position: relative;
      width: 100%;
      float: left; }
      .__propiedadgen2 .__datos .__cont01 .__casadat h5 {
        font-size: 13px;
        color: #626366;
        font-weight: 100;
        text-overflow: ellipsis;
        overflow: hidden; }
        .__propiedadgen2 .__datos .__cont01 .__casadat h5 i {
          font-size: 14px; }
      .__propiedadgen2 .__datos .__cont01 .__casadat h4 {
        font-size: 12px;
        color: #626366;
        width: 100%;
        font-weight: normal;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .__propiedadgen2 .__datos .__cont01 .__casadat h4 i {
          font-size: 15px; }
      .__propiedadgen2 .__datos .__cont01 .__casadat p {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 16px;
        max-height: 32px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 12px;
        font-weight: 100;
        color: #949CA1;
        margin-bottom: 0.3rem; }
    .__propiedadgen2 .__datos .__cont02 .__tipov {
      position: absolute;
      margin-bottom: 15px;
      top: -140px;
      right: 0; }
      .__propiedadgen2 .__datos .__cont02 .__tipov .badge-primary {
        background-color: #DC1C2E;
        font-weight: 100;
        padding: 6px 20px;
        font-size: 10px; }
    .__propiedadgen2 .__datos .__cont02 .feature-data {
      position: relative;
      display: flow-root; }
      .__propiedadgen2 .__datos .__cont02 .feature-data .__icofeat {
        position: relative;
        width: 50%;
        float: left;
        margin-bottom: 5px;
        height: 40px; }
        .__propiedadgen2 .__datos .__cont02 .feature-data .__icofeat img {
          width: 32px;
          position: absolute;
          left: -3px;
          top: -7px; }
        .__propiedadgen2 .__datos .__cont02 .feature-data .__icofeat p {
          font-size: 11px;
          color: #404041;
          padding-left: 35px;
          font-weight: 100;
          margin-right: 10px;
          position: relative; }
    .__propiedadgen2 .__datos .__cont02 .__agenteproint {
      position: absolute;
      bottom: 0px;
      right: 30px;
      height: 50px;
      width: 50px; }
  .__propiedadgen2 .__ingresar {
    z-index: 11;
    position: absolute;
    right: 10px;
    bottom: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .__propiedadgen2 .__ingresar a {
      text-decoration: none; }
      .__propiedadgen2 .__ingresar a h4 {
        font-size: 13px;
        color: #FFFFFF;
        text-align: center;
        padding: 5px 20px;
        font-weight: 100;
        margin-bottom: 0px; }
    .__propiedadgen2 .__ingresar .__agenteproint {
      position: absolute;
      bottom: -15px;
      right: -22px;
      height: 50px;
      z-index: 12;
      width: 50px;
      border-radius: 50%;
      overflow: hidden;
      box-shadow: 0 2px 3px; }
      .__propiedadgen2 .__ingresar .__agenteproint img {
        cursor: pointer;
        width: 100%;
        transform: scale(1.1); }

.__monom {
  font-weight: bold;
  font-size: 18px;
  color: #003DA5;
  text-align: center; }

.__monom2 {
  font-size: 16px;
  color: #404041;
  text-align: center; }

.popover-body {
  padding: 0.7rem 0.85rem;
  color: #212529;
  text-align: center; }
  .popover-body .__estado {
    z-index: 11;
    right: 179px;
    bottom: -2px;
    position: absolute; }
    .popover-body .__estado .__whast {
      background-color: #19b44c;
      background-image: linear-gradient(-186deg, #25d366 0, #25d366 18%, #19b44c 100%);
      padding: 5px 10px 0px 10px;
      font-size: 23px;
      z-index: 11;
      position: absolute;
      right: 0px;
      color: #FFFFFF;
      bottom: 0px; }
    .popover-body .__estado .__mail {
      background-color: #0f92dd;
      background-image: linear-gradient(-186deg, #0f92dd 0, #0f92dd 18%, #007Dc3 100%);
      padding: 5px 10px 0px 10px;
      font-size: 23px;
      z-index: 11;
      position: absolute;
      right: 50px;
      color: #FFFFFF;
      bottom: 0px;
      cursor: pointer; }
    .popover-body .__estado .__phone {
      background-color: #be1627;
      background-image: linear-gradient(-186deg, #be1627 0, #be1627 18%, #DC1C2E 100%);
      padding: 5px 10px 0px 10px;
      font-size: 23px;
      z-index: 11;
      position: absolute;
      right: 100px;
      color: #FFFFFF;
      bottom: 0px; }
  .popover-body:hover {
    text-decoration: none; }
    .popover-body:hover .__datos {
      background-color: #FFFFFF; }
    .popover-body:hover .__imagen {
      background-color: #003DA5; }
      .popover-body:hover .__imagen .__actionpro {
        opacity: 1;
        z-index: 10;
        height: 100%;
        width: 100%;
        position: absolute;
        background-image: url("../img/bgfotopro.svg");
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        background-position: center center; }
      .popover-body:hover .__imagen img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }

.__pagina {
  text-align: center; }
  .__pagina p {
    font-size: 12px;
    margin: 20px 0;
    font-weight: 100; }
  .__pagina ul {
    display: inline-block;
    padding-left: 0;
    border-radius: 3px; }
    .__pagina ul li {
      display: inline; }
      .__pagina ul li a {
        position: relative;
        float: left;
        font-size: 12px;
        font-weight: 100;
        padding: 10px 17px;
        line-height: 1.5384616;
        text-decoration: none;
        color: #FFFFFF;
        background-color: #003DA5;
        border: 1px solid #F4F4F4;
        margin-left: -1px;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background-image: linear-gradient(-186deg, #003DA5 0, #003DA5 18%, #182d69 100%); }
        .__pagina ul li a:hover {
          background-color: #DC1C2E;
          background-image: linear-gradient(-186deg, #be1627 0, #be1627 18%, #DC1C2E 100%);
          color: #FFFFFF; }

.controls {
  top: 10px;
  width: 30%; }

@media (min-width: 300px) and (max-width: 813px) {
  .__headerpropiedades {
    /* Images default to Center Center. Maybe try 'center top'? */
    background-position: center center;
    background-color: #003DA5; }
    .__headerpropiedades .container-fluid {
      height: 100%; }
      .__headerpropiedades .container-fluid .row {
        height: 100%; }
        .__headerpropiedades .container-fluid .row .__lema {
          width: 100%;
          padding: 0% 5%; }
          .__headerpropiedades .container-fluid .row .__lema h1 {
            color: #FFFFFF;
            padding: 0% 4%;
            font-weight: bold;
            text-align: center;
            font-size: 18px;
            padding-bottom: 20px;
            line-height: 25px; }
          .__headerpropiedades .container-fluid .row .__lema .__buscador {
            width: 100%;
            text-align: center; }
            .__headerpropiedades .container-fluid .row .__lema .__buscador form .__modalagente .modal-dialog {
              max-width: 950px !important; }
            .__headerpropiedades .container-fluid .row .__lema .__buscador form .__modalagente .modal-content {
              border: 1px solid transparent; }
              .__headerpropiedades .container-fluid .row .__lema .__buscador form .__modalagente .modal-content .modal-body {
                padding: 0; }
                .__headerpropiedades .container-fluid .row .__lema .__buscador form .__modalagente .modal-content .modal-body .cerrar {
                  background: #003DA5;
                  opacity: 1;
                  padding: 13px 15px;
                  z-index: 1;
                  position: absolute;
                  right: 10px;
                  font-size: 14px;
                  top: -20px;
                  border-radius: 5px;
                  color: #FFFFFF; }
                .__headerpropiedades .container-fluid .row .__lema .__buscador form .__modalagente .modal-content .modal-body .cabecera__top {
                  padding: 30px;
                  background-repeat: no-repeat;
                  background-position: center;
                  background-size: cover; }
                  .__headerpropiedades .container-fluid .row .__lema .__buscador form .__modalagente .modal-content .modal-body .cabecera__top h5 {
                    font-size: 12px;
                    line-height: 19px; }
                  .__headerpropiedades .container-fluid .row .__lema .__buscador form .__modalagente .modal-content .modal-body .cabecera__top h3 {
                    font-size: 15px;
                    line-height: 28px;
                    font-weight: 100; }
                .__headerpropiedades .container-fluid .row .__lema .__buscador form .__modalagente .modal-content .modal-body .formulario {
                  padding: 25px 20px; }
                  .__headerpropiedades .container-fluid .row .__lema .__buscador form .__modalagente .modal-content .modal-body .formulario .form-row label {
                    font-size: 14px;
                    font-weight: 100; }

  .__propiedades {
    padding: 0rem 0rem 3rem 0rem;
    margin-top: 90px; }
    .__propiedades .__filtrocompra {
      text-align: center; }

  .__propiedadgen {
    margin: 10px 0px 10px 0px; }
    .__propiedadgen .__imagen {
      width: 100%;
      float: left;
      height: 220px; }
      .__propiedadgen .__imagen .__imgint {
        float: left;
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .__propiedadgen .__imagen img {
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
    .__propiedadgen .__datos {
      text-align: center;
      background-color: #FFFFFF;
      padding-bottom: 20px;
      padding: 0px 20px 20px 20px;
      width: 100%;
      float: right;
      height: 280px; }
      .__propiedadgen .__datos .__cont01 .__casventa {
        width: 100%; }
      .__propiedadgen .__datos .__cont01 .__casventaid {
        padding: 10px 5px;
        right: 0px;
        font-size: 13px;
        text-align: center;
        color: #FFFFFF;
        width: 37%;
        position: absolute;
        top: -39px;
        float: left; }
      .__propiedadgen .__datos .__cont01 .__casventap {
        width: 100%; }
      .__propiedadgen .__datos .__cont01 .__casadat {
        padding: 0px 25px 0px 25px;
        position: relative;
        width: 100%;
        float: left; }
        .__propiedadgen .__datos .__cont01 .__casadat h3 {
          font-size: 14px; }
        .__propiedadgen .__datos .__cont01 .__casadat h4 {
          font-size: 14px; }
        .__propiedadgen .__datos .__cont01 .__casadat p {
          width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          line-height: 16px;
          max-height: 32px;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          font-size: 12px;
          font-weight: 100;
          color: #949CA1;
          margin-bottom: 0.3rem; }
      .__propiedadgen .__datos .__cont02 .__tipov {
        position: absolute;
        margin-bottom: 15px;
        top: -140px;
        right: 0; }
        .__propiedadgen .__datos .__cont02 .__tipov .badge-primary {
          background-color: #DC1C2E;
          font-weight: 100;
          padding: 6px 20px; }
      .__propiedadgen .__datos .__agente {
        position: relative;
        width: 100%;
        display: flex;
        border-top: 1px solid #f5f5f5;
        padding: 16px 10px 0px 10px;
        text-align: left; }
        .__propiedadgen .__datos .__agente .__foto {
          overflow: hidden;
          width: 60px;
          height: 60px; }
          .__propiedadgen .__datos .__agente .__foto img {
            width: 60px; }
        .__propiedadgen .__datos .__agente .__nombres {
          width: calc(100% - 70px);
          margin: 0px 0px 0px 10px;
          font-size: 13px;
          color: #404041;
          font-weight: 100; }
          .__propiedadgen .__datos .__agente .__nombres ul {
            list-style-type: none;
            padding-left: 0px;
            margin-bottom: 3px;
            font-size: 12.5px;
            color: #404041; }
            .__propiedadgen .__datos .__agente .__nombres ul li {
              margin-right: 0px;
              margin-bottom: 4px;
              text-overflow: ellipsis;
              overflow: hidden;
              white-space: nowrap; }
              .__propiedadgen .__datos .__agente .__nombres ul li strong {
                width: normal; }
              .__propiedadgen .__datos .__agente .__nombres ul li .wzp {
                color: #25d366;
                text-decoration: none;
                font-weight: normal; }
              .__propiedadgen .__datos .__agente .__nombres ul li .telf {
                color: #003DA5;
                text-decoration: none;
                font-weight: normal; }
      .__propiedadgen .__datos .__02 {
        width: 100%;
        display: inline;
        float: left; }
        .__propiedadgen .__datos .__02 p {
          width: auto;
          margin-bottom: 0.2rem;
          padding: 0px 10px; }
      .__propiedadgen .__datos .__casventad {
        text-align: center;
        position: relative;
        color: #626366;
        padding: 4% 0%;
        font-size: 12px; }
        .__propiedadgen .__datos .__casventad h3 {
          font-size: 13px;
          text-align: center;
          padding: 5px 3% 0px 8%;
          color: #626366;
          font-weight: normal;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap; }
        .__propiedadgen .__datos .__casventad ul {
          list-style-type: none;
          padding-left: 0px;
          margin-bottom: 0px; }
          .__propiedadgen .__datos .__casventad ul li {
            display: inline;
            margin-right: 5px; }
    .__propiedadgen .__estado {
      z-index: 11;
      right: 166px;
      bottom: 0px;
      position: absolute; }
      .__propiedadgen .__estado .__whast {
        padding: 4px 7px 0px 7px;
        font-size: 22px;
        line-height: 30px; }
      .__propiedadgen .__estado .__mail {
        font-size: 22px;
        right: 41px;
        padding: 4px 7px 0px 7px;
        line-height: 30px; }
      .__propiedadgen .__estado .__phone {
        padding: 4px 7px 0px 7px;
        font-size: 22px;
        right: 83px;
        line-height: 30px; }
    .__propiedadgen .__ingresar {
      right: 0px; }
    .__propiedadgen:hover {
      text-decoration: none; }
      .__propiedadgen:hover .__datos {
        background-color: #FFFFFF; }
      .__propiedadgen:hover .__imagen {
        background-color: #003DA5; }
        .__propiedadgen:hover .__imagen .__actionpro {
          opacity: 1;
          z-index: 10;
          height: 100%;
          width: 100%;
          position: absolute;
          background-image: url("../img/bgfotopro.svg");
          -moz-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          background-position: center center; }
        .__propiedadgen:hover .__imagen img {
          -moz-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          transform: scale(1.1);
          -moz-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }

  .__buscadorpro {
    margin-top: -60px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .__buscadorpro .__btnbuscarpro {
      background: linear-gradient(-262deg, #dc1c2e 0, #c51828 98%, #c51828 100%);
      color: white;
      cursor: pointer;
      padding: 18px;
      width: 100%;
      border: none;
      text-align: left;
      outline: none;
      font-size: 14px;
      display: block; }
    .__buscadorpro .activa2, .__buscadorpro .__btnbuscarpro:hover {
      background-color: #FFFFFF; }
    .__buscadorpro .__btnbuscarpro:after {
      content: "+";
      color: white;
      font-weight: bold;
      float: right;
      margin-left: 5px; }
    .__buscadorpro .activa2:after {
      content: "−"; }
    .__buscadorpro .__buscaizq {
      padding: 0 18px;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.2s ease-out;
      background-color: #f1f1f1; }
    .__buscadorpro .__titubusca {
      width: 100%;
      background-color: #DC1C2E;
      color: #FFFFFF;
      padding: 10px 3%;
      text-align: center;
      display: none; }
    .__buscadorpro .__buscaizq {
      background-color: #FFFFFF;
      box-shadow: 3px 4px 8px rgba(1, 1, 1, 0.15);
      padding: 0px 8% 0px 8%;
      margin-bottom: 20px; }
      .__buscadorpro .__buscaizq label {
        font-size: 12px; }
      .__buscadorpro .__buscaizq .__mas {
        text-align: center;
        color: #003DA5;
        width: 100%; }
        .__buscadorpro .__buscaizq .__mas a {
          cursor: pointer;
          -moz-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
          .__buscadorpro .__buscaizq .__mas a:hover {
            color: #DC1C2E; }
          .__buscadorpro .__buscaizq .__mas a h4 {
            font-size: 12px; }

  .sticky {
    position: fixed;
    top: 60px;
    z-index: 12;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }

  .__derbusca {
    margin-left: 0%; }

  .derbuscaint {
    margin-left: 0%; }

  #type_view {
    display: none; } }
@media (min-width: 1200px) {
  .__propiedadgen2 {
    display: inline-block;
    width: 100%;
    margin: 10px 0px 10px 0px;
    padding-top: 0px;
    padding-bottom: 18px;
    padding-left: 0px;
    padding-right: 0px;
    top: 0;
    position: relative; }
    .__propiedadgen2 .__imagen {
      overflow: hidden;
      -webkit-border-top-left-radius: 10px;
      -webkit-border-top-right-radius: 10px;
      -moz-border-radius-topleft: 10px;
      -moz-border-radius-topright: 10px;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      z-index: 8;
      position: relative;
      width: 100%;
      float: left;
      text-align: center;
      height: 250px; }
      .__propiedadgen2 .__imagen .__actionpro {
        opacity: 0;
        z-index: 10;
        height: 100%;
        width: 100%;
        position: absolute;
        background-image: url("../img/bgfotopro.svg");
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        background-position: center center; }
      .__propiedadgen2 .__imagen .__imgint {
        float: left;
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .__propiedadgen2 .__imagen img {
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; } }
/** Powered by Jenner Castillo */
.__interiorpro_new {
  background-color: #F4F4F4;
  padding: 0rem 0rem 1rem 0rem !important; }

.__int3pronew {
  margin-top: 55px; }

.__interiorpro {
  background-color: #ffffff;
  padding: 0rem 1.8rem 1rem 1.8rem; }
  .__interiorpro .__datosheadvol {
    padding: 0px;
    margin-bottom: 20px; }
    .__interiorpro .__datosheadvol a {
      text-decoration: none; }
      .__interiorpro .__datosheadvol a h2 {
        font-weight: bold;
        font-size: 12px;
        color: #626366;
        font-weight: 100; }
    .__interiorpro .__datosheadvol h3 {
      font-weight: 100;
      font-size: 18px;
      color: #949CA1; }
  .__interiorpro .__botonesslider {
    padding: 10px 0px 10px 0px; }
    .__interiorpro .__botonesslider ul {
      list-style-type: none;
      padding: 0;
      overflow: hidden;
      text-align: left;
      margin-bottom: 0px; }
      .__interiorpro .__botonesslider ul li {
        padding-right: 12px;
        display: inline; }
  .__interiorpro .__datoshead {
    padding: 0px;
    margin-bottom: 20px; }
    .__interiorpro .__datoshead h2 {
      font-size: 16.5px;
      color: #B22B2E;
      font-size: 18px;
      font-weight: normal;
      margin-bottom: 15px;
      text-transform: uppercase; }
      .__interiorpro .__datoshead h2 span {
        color: #003DA5; }
    .__interiorpro .__datoshead h3 {
      font-weight: 100;
      font-size: 18px;
      color: #404041; }
  .__interiorpro .__datosheadprice {
    text-align: right; }
    .__interiorpro .__datosheadprice ul {
      list-style-type: none;
      margin: 10px 0% 9px 0%;
      padding: 0;
      overflow: hidden;
      text-align: right; }
      .__interiorpro .__datosheadprice ul li {
        padding-right: 12px;
        display: inline; }
        .__interiorpro .__datosheadprice ul li a {
          text-decoration: none;
          color: #C4C6C8;
          transition: color 0.2s ease-out;
          font-size: 18px; }
          .__interiorpro .__datosheadprice ul li a i {
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            .__interiorpro .__datosheadprice ul li a i:hover {
              color: #003DA5; }
    .__interiorpro .__datosheadprice h2 {
      font-size: 24px;
      color: #404041; }
  .__interiorpro .__datosfull {
    background-color: #FFFFFF;
    padding: 0px; }
    .__interiorpro .__datosfull .__contagen {
      width: 100%; }
    .__interiorpro .__datosfull .__datospropi {
      width: 100%;
      padding: 44px 30px 0px 30px; }
      .__interiorpro .__datosfull .__datospropi .__dline {
        background-color: #ebebeb;
        height: 1px;
        margin-bottom: 20px;
        width: 100%; }
      .__interiorpro .__datosfull .__datospropi .__dlista {
        margin-top: 25px;
        padding: 0px; }
        .__interiorpro .__datosfull .__datospropi .__dlista .__ditems {
          background-position: 0 0;
          background-repeat: no-repeat;
          background-size: 35px;
          display: block;
          font-size: 14px;
          list-style-type: none;
          margin-bottom: 20px;
          min-height: 50px;
          overflow: hidden;
          padding: 1px 0 0 65px;
          text-transform: uppercase;
          font-weight: 100; }
          .__interiorpro .__datosfull .__datospropi .__dlista .__ditems span {
            font-weight: bold; }
      .__interiorpro .__datosfull .__datospropi h3 {
        font-weight: 100;
        font-size: 15px;
        margin-bottom: 15px;
        color: #626366; }
      .__interiorpro .__datosfull .__datospropi h4 {
        text-transform: uppercase;
        color: #626366;
        font-size: 14px;
        margin-bottom: 20px; }
      .__interiorpro .__datosfull .__datospropi p {
        font-size: 13px;
        font-weight: 100;
        color: #626366;
        height: 90px;
        overflow: scroll; }
  .__interiorpro .__datosmefull {
    margin: 0 auto;
    width: 100%;
    background-color: #003DA5;
    background-image: linear-gradient(-186deg, #1d449a 0, #1d449a 18%, #182d69 100%);
    display: flex;
    flex-direction: row; }
    .__interiorpro .__datosmefull .Features__Item {
      flex: 1;
      padding: 35px 10px;
      text-align: center; }
      .__interiorpro .__datosmefull .Features__Item .Features__Title {
        font-weight: 100;
        color: #fff;
        font-size: 13px;
        text-transform: uppercase; }
        .__interiorpro .__datosmefull .Features__Item .Features__Title span {
          font-weight: bold; }
      .__interiorpro .__datosmefull .Features__Item .Features__Icon {
        height: 35px;
        margin-right: 15px;
        width: auto;
        display: block;
        margin: 0 auto 15px; }
  .__interiorpro .__datospro {
    width: 100%; }
  .__interiorpro .__slider {
    width: 100%;
    background-color: #FFFFFF; }
  .__interiorpro .__datosint {
    width: 100%;
    margin: 0px 0px;
    background-color: #FFFFFF;
    padding: 20px; }
    .__interiorpro .__datosint .titulo_01 {
      color: #003DA5;
      font-weight: 500;
      font-size: 22px;
      padding-left: 15px;
      padding-bottom: 10px; }
    .__interiorpro .__datosint .titulo_02 {
      color: #949CA1;
      font-size: 14px;
      font-weight: 100;
      margin-bottom: 10px;
      padding-left: 15px; }
    .__interiorpro .__datosint .titulo_03 {
      color: #404041;
      font-size: 12px;
      font-weight: 600;
      padding-left: 15px; }
    .__interiorpro .__datosint .titulo_04 {
      color: #DC1C2E;
      font-weight: 500;
      font-size: 18px;
      padding-left: 15px;
      padding-bottom: 10px;
      position: relative; }
      .__interiorpro .__datosint .titulo_04 ul {
        list-style-type: none;
        padding-left: 0px;
        margin-bottom: 0px; }
        .__interiorpro .__datosint .titulo_04 ul li {
          display: inline;
          margin-right: 5px; }
    .__interiorpro .__datosint .titulo_05 {
      color: #404041;
      font-size: 13px;
      font-weight: 600;
      padding-left: 15px; }
    .__interiorpro .__datosint .titulo_06 {
      color: #404041;
      font-size: 12px;
      text-align: right;
      font-weight: 600;
      padding-left: 15px; }
    .__interiorpro .__datosint .__clasp {
      padding: 18px;
      font-weight: 100;
      color: #626366;
      font-size: 13px; }
    .__interiorpro .__datosint .card-body {
      flex: 1 1 auto;
      padding: 1.25rem; }
      .__interiorpro .__datosint .card-body .feature-data {
        width: 100%; }
        .__interiorpro .__datosint .card-body .feature-data span {
          font-size: 12px;
          color: #404041;
          font-weight: 100;
          margin-right: 10px; }
      .__interiorpro .__datosint .card-body .__bodyt {
        display: inline-block;
        margin-bottom: 0rem;
        font-weight: bold;
        font-size: 12px;
        margin-left: 40px; }
        .__interiorpro .__datosint .card-body .__bodyt .__ico22 {
          width: 34px;
          left: 10px;
          position: absolute; }
      .__interiorpro .__datosint .card-body .__bodyc {
        font-weight: 100;
        font-size: 12px;
        margin-left: 40px; }
      .__interiorpro .__datosint .card-body .__bodytt {
        display: inline-block;
        margin-bottom: 0rem;
        font-weight: bold;
        font-size: 12px;
        margin-left: 0px; }
        .__interiorpro .__datosint .card-body .__bodytt .__ico22 {
          width: 34px;
          left: 10px;
          position: absolute; }
      .__interiorpro .__datosint .card-body .__bodycc {
        font-weight: 100;
        font-size: 12px;
        margin-left: 0px; }
    .__interiorpro .__datosint .accordion .card {
      border: 0px;
      padding: 0.75rem 1.25rem;
      overflow: inherit; }
      .__interiorpro .__datosint .accordion .card .__iiitem {
        color: #626366;
        font-size: 14px;
        font-weight: 100;
        text-transform: uppercase;
        cursor: pointer; }
      .__interiorpro .__datosint .accordion .card .card-header {
        padding: 0px 0px 10px 0px;
        margin-bottom: 0;
        background-color: #FFFFFF;
        border-bottom: 0.7px solid #C4C6C8; }
        .__interiorpro .__datosint .accordion .card .card-header:after {
          content: "";
          font-family: "FontAwesome";
          color: #003DA5;
          float: right;
          margin-left: 5px;
          font-size: 20px;
          transition: 0.4s; }
      .__interiorpro .__datosint .accordion .card .activaracor:after {
        content: "";
        color: #DC1C2E; }
      .__interiorpro .__datosint .accordion .card .card-body {
        flex: 1 1 auto;
        padding: 1.25rem; }
        .__interiorpro .__datosint .accordion .card .card-body .feature-data {
          width: 100%; }
          .__interiorpro .__datosint .accordion .card .card-body .feature-data span {
            font-size: 12px;
            color: #404041;
            font-weight: 100;
            margin-right: 10px; }
        .__interiorpro .__datosint .accordion .card .card-body .__bodyt {
          display: inline-block;
          margin-bottom: 0rem;
          font-weight: bold;
          font-size: 12px;
          margin-left: 40px; }
          .__interiorpro .__datosint .accordion .card .card-body .__bodyt .__ico22 {
            width: 34px;
            left: 10px;
            position: absolute; }
        .__interiorpro .__datosint .accordion .card .card-body .__bodyc {
          font-weight: 100;
          font-size: 12px;
          margin-left: 40px; }
        .__interiorpro .__datosint .accordion .card .card-body .__tablepro {
          border: 0px; }
          .__interiorpro .__datosint .accordion .card .card-body .__tablepro thead {
            font-weight: bold;
            font-size: 12px;
            border: 0px; }
          .__interiorpro .__datosint .accordion .card .card-body .__tablepro tbody {
            font-weight: 100;
            font-size: 12px;
            border: 0px; }
            .__interiorpro .__datosint .accordion .card .card-body .__tablepro tbody tr {
              border: 0px; }
            .__interiorpro .__datosint .accordion .card .card-body .__tablepro tbody th {
              border: 0px; }
              .__interiorpro .__datosint .accordion .card .card-body .__tablepro tbody th td {
                font-weight: 100;
                font-size: 12px; }
  .__interiorpro .__datosagenx {
    margin: 0px 0px;
    padding-right: 0px;
    padding-left: 0px; }
    .__interiorpro .__datosagenx .__bco {
      background-color: #ffffff;
      padding: 10px;
      position: relative; }

.sp-full-screen-button:before {
  right: 15px;
  top: 50%;
  height: 34px;
  width: 34px;
  margin-top: -13px;
  position: absolute;
  font-size: 0;
  z-index: 77;
  cursor: pointer;
  background-color: transparent;
  border: none;
  background-image: url("../img/arrow-xpand.png");
  background-repeat: no-repeat; }

.sp-arrow {
  right: 15px;
  top: 50%;
  height: 34px;
  width: 34px;
  margin-top: -13px;
  position: absolute;
  font-size: 0;
  z-index: 77;
  cursor: pointer;
  background-color: transparent;
  border: none;
  background-image: url("../img/arrow-slider.png");
  background-repeat: no-repeat; }
  .sp-arrow::before {
    top: 0px !important;
    left: 0% !important;
    width: 0% !important;
    height: 0% !important; }
  .sp-arrow::after {
    top: 0px !important;
    left: 0% !important;
    width: 0% !important;
    height: 0% !important; }

.sp-full-screen-button {
  position: absolute;
  top: 20px;
  right: 10px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(0deg); }

.modal {
  background: rgba(0, 0, 0, 0.65);
  z-index: 1234 !important; }

.modal-open .container {
  transform: translateZ(0) translate3d(0, 0, 0);
  will-change: transform; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  background-color: #FFFFFF; }

.modal-body__busca {
  padding: 20px; }

.__modalagente .modal-content {
  border: 1px solid transparent; }
  .__modalagente .modal-content .modal-body {
    padding: 0; }
    .__modalagente .modal-content .modal-body .cerrar {
      background: #003DA5;
      background-image: linear-gradient(-186deg, #1d449a 0, #1d449a 18%, #182d69 100%);
      opacity: 1;
      padding: 13px 15px;
      z-index: 1;
      position: absolute;
      right: -20px;
      font-size: 14px;
      top: -20px;
      border-radius: 0px;
      color: #FFFFFF; }
    .__modalagente .modal-content .modal-body .cabecera__top {
      background-color: #FFFFFF;
      padding: 3px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      -webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.08);
      -moz-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.08);
      box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.08); }
      .__modalagente .modal-content .modal-body .cabecera__top h5 {
        font-size: 15px;
        line-height: 19px;
        color: #626366; }
      .__modalagente .modal-content .modal-body .cabecera__top h3 {
        font-size: 21px;
        line-height: 28px;
        color: #626366;
        font-weight: 100; }
    .__modalagente .modal-content .modal-body .formulario {
      background-image: linear-gradient(-262deg, #dc1c2e 0, #c51828 98%, #c51828 100%);
      padding: 35px 70px;
      -webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.08);
      -moz-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.08);
      box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.08); }
      .__modalagente .modal-content .modal-body .formulario form label {
        font-size: 14px;
        font-weight: 100;
        color: #FFFFFF; }

.__interiorpro_itn {
  padding: 4rem 1rem 1rem 1rem !important; }

@media (min-width: 300px) and (max-width: 813px) {
  .__interiorpro_itn {
    padding: 6rem 1rem 1rem 1rem !important; }

  .modal-body__busca {
    padding: 5px; }

  .__interiorpro {
    padding: 1rem 1rem 1rem 1rem; }
    .__interiorpro .__datosmefull {
      flex-wrap: wrap; }
      .__interiorpro .__datosmefull .Features__Item {
        flex: 1 0 50%;
        padding: 10px 12px; }
    .__interiorpro .__datosint .__clasp {
      padding: 18px 0px; }
    .__interiorpro .__datosint .accordion .card {
      padding: 0.75rem 0rem; }
    .__interiorpro .__datosfull {
      background-color: #FFFFFF;
      padding: 0px; }
      .__interiorpro .__datosfull .__contagen {
        width: 100%; }
      .__interiorpro .__datosfull .__datospropi {
        width: 100%;
        padding: 44px 15px 0px 15px; }
        .__interiorpro .__datosfull .__datospropi .__dline {
          background-color: #ebebeb;
          height: 1px;
          margin-bottom: 20px;
          width: 100%; }
        .__interiorpro .__datosfull .__datospropi .__dlista {
          display: block;
          margin-top: 45px;
          overflow: hidden; }
          .__interiorpro .__datosfull .__datospropi .__dlista .__ditems {
            background-position: center top;
            background-size: 30px;
            float: left;
            font-size: 12px;
            margin-bottom: 0;
            padding: 62px 5px 0;
            text-align: center;
            width: 33.3333%; }
            .__interiorpro .__datosfull .__datospropi .__dlista .__ditems span {
              font-weight: bold; }
    .__interiorpro .__datosint {
      width: 100%;
      margin: 0px 0px;
      background-color: #FFFFFF;
      -webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.08);
      -moz-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.08);
      box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.08);
      padding: 20px; }
      .__interiorpro .__datosint .titulo_01 {
        color: #003DA5;
        font-weight: 100;
        font-size: 16px;
        padding-left: 0px;
        padding-botom: 10px; }
      .__interiorpro .__datosint .titulo_02 {
        color: #949CA1;
        font-size: 14px;
        font-weight: 100;
        margin-bottom: 10px;
        padding-left: 0px; }
      .__interiorpro .__datosint .titulo_03 {
        color: #404041;
        font-size: 12px;
        font-weight: 600;
        padding-left: 0px; }
      .__interiorpro .__datosint .titulo_04 {
        color: #DC1C2E;
        font-weight: 500;
        font-size: 16px;
        padding-left: 0px;
        padding-botom: 10px;
        position: relative; }

  .__modalagente .modal-dialog {
    max-width: 950px !important; }
  .__modalagente .modal-content {
    border: 1px solid transparent; }
    .__modalagente .modal-content .modal-body {
      padding: 0; }
      .__modalagente .modal-content .modal-body .cerrar {
        background: #003DA5;
        opacity: 1;
        padding: 13px 15px;
        z-index: 1;
        position: absolute;
        right: 10px;
        font-size: 14px;
        top: -20px;
        border-radius: 5px;
        color: #FFFFFF; }
      .__modalagente .modal-content .modal-body .cabecera__top {
        padding: 5px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; }
        .__modalagente .modal-content .modal-body .cabecera__top h5 {
          font-size: 12px;
          line-height: 19px; }
        .__modalagente .modal-content .modal-body .cabecera__top h3 {
          font-size: 15px;
          line-height: 28px;
          font-weight: 100; }
      .__modalagente .modal-content .modal-body .formulario {
        padding: 25px 40px; }
        .__modalagente .modal-content .modal-body .formulario form label {
          font-size: 14px;
          font-weight: 100; } }
@media (min-width: 814px) and (max-width: 1023px) {
  .__interiorpro .__datosmefull {
    flex-wrap: wrap; }
    .__interiorpro .__datosmefull .Features__Item {
      flex: 1 0 33.3%; } }
@media (min-width: 1024px) and (max-width: 1115px) {
  .__interiorpro .__datosmefull .Features__Item {
    flex: 1; }
    .__interiorpro .__datosmefull .Features__Item .Features__Icon {
      display: block;
      margin: 0 auto 15px; }
  .__interiorpro .__datosfull {
    background-color: #FFFFFF;
    padding: 0px; }
    .__interiorpro .__datosfull .__contagen {
      width: 100%; }
    .__interiorpro .__datosfull .__datospropi {
      width: 100%;
      padding: 37px 15px 0px 15px; }
      .__interiorpro .__datosfull .__datospropi .__dline {
        background-color: #ebebeb;
        height: 1px;
        margin-bottom: 20px;
        width: 100%; }
      .__interiorpro .__datosfull .__datospropi .__dlista .__ditems {
        background-size: 30px;
        font-size: 12px;
        padding: 1px 0 0 65px;
        margin-bottom: 10px; }
        .__interiorpro .__datosfull .__datospropi .__dlista .__ditems span {
          font-weight: bold; } }
@media (min-width: 1115px) and (max-width: 1299px) {
  .__interiorpro .__datosmefull .Features__Item {
    flex: 1; }
    .__interiorpro .__datosmefull .Features__Item .Features__Icon {
      display: block;
      margin: 0 auto 15px; } }
/** Powered by Jenner Castillo */
.__headeragentes {
  /* Images default to Center Center. Maybe try 'center top'? */
  background-position: center center;
  background-color: #003DA5;
  background-image: url("https://www.remax.pe/img/banner/banner-asesores.jpg");
  padding-top: 20px;
  display: block;
  width: 100%;
  height: 140px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  -moz-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
  margin-top: 100px; }
  .__headeragentes .container-fluid {
    height: 100%; }
    .__headeragentes .container-fluid .row {
      height: 100%; }
      .__headeragentes .container-fluid .row .__lema {
        width: 100%;
        padding: 0% 0%; }
        .__headeragentes .container-fluid .row .__lema h1 {
          color: #FFFFFF;
          padding: 0% 4%;
          font-weight: bold;
          text-align: center;
          padding-bottom: 20px;
          font-size: 29px;
          font-weight: bold;
          line-height: 45px;
          margin-bottom: 15px;
          text-transform: uppercase; }

.__agentint2 {
  margin-top: 0px !important; }

.__agentegen {
  display: inline-block;
  width: 100%;
  margin: 10px 0px 10px 0px;
  padding: 20px 0px 0px 0px;
  top: 0;
  position: relative;
  background-color: #FFFFFF;
  box-shadow: 2px 5px 18px rgba(148, 156, 161, 0.25);
  border-radius: 10px; }
  .__agentegen .__imagen {
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
    border: 0px solid #C4C6C8;
    box-shadow: 3px 4px 8px rgba(1, 1, 1, 0.15); }
    .__agentegen .__imagen .__imgint {
      width: 150px; }
    .__agentegen .__imagen img {
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      height: 100%; }
  .__agentegen .__datos {
    padding: 20px 20px;
    text-align: left;
    margin: 0px 0px 14px 0px;
    padding-bottom: 0px;
    z-index: 10;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .__agentegen .__datos h5 {
      font-size: 13px;
      color: #626366;
      text-align: center;
      font-weight: normal; }
    .__agentegen .__datos h2 {
      font-size: 12px;
      color: #404041;
      text-align: center;
      font-weight: bold;
      text-transform: uppercase; }
    .__agentegen .__datos h3 {
      font-size: 12px;
      text-align: center;
      color: #949CA1;
      font-weight: 100;
      width: 100%; }
    .__agentegen .__datos h4 {
      font-size: 12px;
      color: #949CA1;
      text-align: center;
      font-weight: bold; }
    .__agentegen .__datos ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .__agentegen .__datos ul li {
        padding: 5px 0px; }
        .__agentegen .__datos ul li a, .__agentegen .__datos ul li p {
          position: relative;
          line-height: 13px;
          margin-bottom: 0rem;
          font-size: 12px;
          font-weight: 100;
          color: #949CA1;
          text-decoration: none; }
          .__agentegen .__datos ul li a i, .__agentegen .__datos ul li p i {
            position: absolute;
            top: 2px;
            left: 0; }
          .__agentegen .__datos ul li a span, .__agentegen .__datos ul li p span {
            display: block;
            padding-left: 24px;
            position: relative; }
          .__agentegen .__datos ul li a:hover, .__agentegen .__datos ul li p:hover {
            color: #404041; }
    .__agentegen .__datos .__listlink {
      text-align: center;
      margin: 20px 0px; }
      .__agentegen .__datos .__listlink a {
        margin: 0px 5px;
        font-size: 22px;
        color: #FFFFFF;
        padding: 10px 10px 6px 10px; }
      .__agentegen .__datos .__listlink .__whast {
        background-color: #19b44c;
        background-image: linear-gradient(-186deg, #25d366 0, #25d366 18%, #19b44c 100%);
        font-size: 22px; }
      .__agentegen .__datos .__listlink .__mail {
        background-color: #0f92dd;
        cursor: pointer;
        background-image: linear-gradient(-186deg, #0f92dd 0, #0f92dd 18%, #007Dc3 100%); }
      .__agentegen .__datos .__listlink .__phone {
        background-color: #be1627;
        background-image: linear-gradient(-186deg, #be1627 0, #be1627 18%, #DC1C2E 100%); }
  .__agentegen .__estado {
    display: flex;
    position: relative; }
    .__agentegen .__estado a {
      width: 100%;
      position: relative;
      z-index: 11; }
    .__agentegen .__estado .__pro {
      background-color: #FFFFFF;
      border-top: 1px solid #f5f5f5;
      padding: 13px 0px 12px 0px;
      color: #DC1C2E;
      border-radius: 0rem;
      font-weight: 100;
      transition: all 0.3s;
      line-height: 16px;
      text-align: center;
      font-size: 11px;
      text-decoration: none; }
      .__agentegen .__estado .__pro:hover {
        color: #FFFFFF;
        background-color: #DC1C2E; }
    .__agentegen .__estado .__borderr {
      -webkit-border-bottom-right-radius: 10px;
      -moz-border-radius-bottomright: 10px;
      border-bottom-right-radius: 10px; }
    .__agentegen .__estado .__borizqr {
      -webkit-border-bottom-left-radius: 10px;
      -moz-border-radius-bottomleft: 10px;
      border-bottom-left-radius: 10px; }
  .__agentegen:hover {
    text-decoration: none; }
    .__agentegen:hover .__imagen img {
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }

#genteint .col-12 {
  padding-right: 0px;
  padding-left: 0px; }

.__agenteintpro {
  display: inline-block;
  width: 100%;
  margin: 10px 0px 10px 0px;
  padding-top: 0px;
  padding-bottom: 18px;
  padding-left: 0px;
  padding-right: 0px;
  top: 0;
  position: relative; }
  .__agenteintpro .__imagen {
    z-index: 11;
    position: relative;
    width: 130px;
    height: 130px;
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
    border: 3px solid #fff;
    box-shadow: 3px 4px 8px rgba(1, 1, 1, 0.15); }
    .__agenteintpro .__imagen .__imgint {
      width: 130px;
      height: 130px; }
    .__agenteintpro .__imagen img {
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      height: 100%; }
  .__agenteintpro .__datos {
    padding: 40px 0px;
    text-align: left;
    margin: -20px 0px 0px 0px;
    padding-bottom: 0px;
    z-index: 10;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .__agenteintpro .__datos h2 {
      font-size: 15px;
      color: #626366;
      text-align: center;
      font-weight: bold;
      text-transform: uppercase; }
    .__agenteintpro .__datos h3 {
      font-size: 12px;
      text-align: center;
      color: #626366;
      font-weight: 100;
      width: 100%; }
    .__agenteintpro .__datos h4 {
      font-size: 12px;
      color: #626366;
      text-align: center;
      font-weight: bold; }
    .__agenteintpro .__datos p {
      margin-bottom: 0px;
      text-align: center; }
      .__agenteintpro .__datos p strong {
        font-width: normal; }
      .__agenteintpro .__datos p a {
        color: #11CE16;
        text-decoration: none; }
    .__agenteintpro .__datos .__listlink {
      text-align: center;
      margin: 20px 0px; }
      .__agenteintpro .__datos .__listlink a {
        margin: 0px 10px;
        font-size: 20px;
        border-radius: 2px;
        color: #FFFFFF;
        padding: 5px 5px 2px 5px; }
      .__agenteintpro .__datos .__listlink .__whast {
        background-color: #19b44c;
        background-image: linear-gradient(-186deg, #25d366 0, #25d366 18%, #19b44c 100%);
        font-size: 20px; }
      .__agenteintpro .__datos .__listlink .__mail {
        background-color: #0f92dd;
        cursor: pointer;
        background-image: linear-gradient(-186deg, #0f92dd 0, #0f92dd 18%, #007Dc3 100%); }
      .__agenteintpro .__datos .__listlink .__phone {
        background-color: #be1627;
        background-image: linear-gradient(-186deg, #be1627 0, #be1627 18%, #DC1C2E 100%); }
  .__agenteintpro .__estado {
    background-color: #DC1C2E;
    z-index: 11;
    position: relative;
    background-image: linear-gradient(-186deg, #1d449a 0, #1d449a 18%, #182d69 100%);
    font-size: 12px;
    color: #FFFFFF;
    border: 0px solid;
    padding: 16px 20px 10px 20px;
    border-radius: 0rem;
    font-weight: 100;
    text-align: center;
    transition: all 0.3s;
    line-height: 16px;
    box-shadow: 3px 4px 8px rgba(1, 1, 1, 0.15); }
    .__agenteintpro .__estado h5 {
      color: #FFFFFF;
      font-size: 12px;
      font-weight: 100; }
      .__agenteintpro .__estado h5 a {
        text-decoration: none;
        color: #FFFFFF;
        cursor: pointer; }
  .__agenteintpro:hover {
    text-decoration: none; }
    .__agenteintpro:hover .__imagen img {
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .__agenteintpro:hover .__estado {
      background-color: #B22B2E; }

.__rdpropie {
  padding-top: 10px; }
  .__rdpropie .titulo_004 {
    color: #404041;
    font-weight: 500;
    font-size: 12px;
    padding-left: 15px;
    padding-bottom: 10px;
    position: relative; }
    .__rdpropie .titulo_004 ul {
      list-style-type: none;
      padding-left: 0px;
      margin-bottom: 0px; }
      .__rdpropie .titulo_004 ul li {
        display: inline;
        margin-right: 5px; }

.navigation, .owl-nav > div {
  cursor: pointer;
  position: absolute;
  top: 38%;
  margin-top: -26px;
  font-size: 51px;
  color: #cbcbcb;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.navigation:hover, .owl-nav > div:hover {
  color: #003DA5; }

.navigation.prev, .owl-nav > .owl-prev {
  left: 0px;
  font-size: 25px; }

.navigation.next, .owl-nav > .owl-next {
  right: 0px;
  font-size: 25px; }

.owl-carousel {
  padding-left: 0px;
  padding-right: 0px; }

@media (min-width: 300px) and (max-width: 813px) {
  .__headeragentes {
    margin-top: 68px; }
    .__headeragentes .container-fluid {
      height: 100%; }
      .__headeragentes .container-fluid .row {
        height: 100%; }
        .__headeragentes .container-fluid .row .__lema {
          width: 100%;
          padding: 0% 5%; }
          .__headeragentes .container-fluid .row .__lema h1 {
            color: #FFFFFF;
            padding: 0% 4%;
            font-weight: bold;
            text-align: center;
            font-size: 20px;
            padding-bottom: 20px; }
          .__headeragentes .container-fluid .row .__lema .__buscador {
            width: 100%;
            text-align: center; }
          .__headeragentes .container-fluid .row .__lema .__mas {
            text-align: center;
            color: #FFFFFF; }
            .__headeragentes .container-fluid .row .__lema .__mas h4 {
              font-size: 13px; }

  .__agentint2 {
    margin-top: 10px !important; } }
/** Powered by Jenner Castillo */
.__headercontacto {
  /* Images default to Center Center. Maybe try 'center top'? */
  background-position: center center;
  background-color: #003DA5;
  background-image: url("https://www.remax.pe/img/banner/banner-contacto.jpg");
  padding-top: 30px;
  display: block;
  width: 100%;
  height: 150px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  -moz-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s; }
  .__headercontacto .container-fluid {
    height: 100%; }
    .__headercontacto .container-fluid .row {
      height: 100%; }
      .__headercontacto .container-fluid .row .__lema {
        width: 100%;
        padding: 0% 0%; }
        .__headercontacto .container-fluid .row .__lema h1 {
          color: #FFFFFF;
          padding: 0% 4%;
          font-weight: bold;
          text-align: center;
          padding-bottom: 20px;
          font-size: 29px;
          font-weight: bold;
          line-height: 45px;
          margin-bottom: 15px;
          text-transform: uppercase; }

.__contactenos {
  background-color: #F4F5F7;
  padding: 3rem 3% 4rem 3%; }

.__fomrcon {
  display: inline-block;
  width: 100%;
  margin: 10px 0px 10px 0px;
  padding: 0px 0px 10px 0px;
  top: 0;
  position: relative;
  background-color: #FFFFFF;
  box-shadow: 0px 15px 18px rgba(148, 156, 161, 0.05); }
  .__fomrcon .__formc {
    padding: 35px; }
    .__fomrcon .__formc .__globo {
      position: absolute;
      width: 116px;
      height: 145px;
      bottom: 0px;
      z-index: 11;
      right: -57px;
      transform: translatey(0px);
      animation: float 6s ease-in-out infinite; }
      .__fomrcon .__formc .__globo img {
        width: 100%; }
    .__fomrcon .__formc .__formu h2 {
      font-size: 18px;
      color: #404041;
      font-weight: bold;
      line-height: 45px;
      margin-bottom: 0px;
      text-transform: uppercase; }
    .__fomrcon .__formc .__formu p {
      font-size: 14px;
      color: #626366;
      margin-bottom: 15px;
      font-weight: 100;
      line-height: 30px;
      width: 100%; }
    .__fomrcon .__formc .__formu .form-row .form-group label {
      font-size: 12px;
      line-height: 14px;
      text-transform: uppercase;
      color: #949CA1; }

.__infocontac {
  position: relative;
  padding: 40px; }
  .__infocontac h5 {
    color: #DC1C2E;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 0.9rem;
    font-weight: bold; }
  .__infocontac .media .__circ {
    color: #DC1C2E;
    font-size: 1.6rem; }
  .__infocontac .media .media-body {
    color: #949CA1;
    font-size: 0.8rem;
    font-weight: 100; }
    .__infocontac .media .media-body h5 {
      color: #626366;
      font-weight: normal;
      font-size: 0.8rem; }

.__contacto {
  background-color: #F4F4F4; }
  .__contacto .__oficinas {
    padding: 40px 20px; }
    .__contacto .__oficinas .__local {
      margin-bottom: 50px;
      background-color: #FFFFFF;
      padding: 25px;
      -webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.15);
      -moz-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.15);
      box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.15);
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px; }
      .__contacto .__oficinas .__local h4 {
        font-weight: bold;
        font-size: 14px;
        color: #003DA5;
        margin-bottom: 20px; }
        .__contacto .__oficinas .__local h4::after {
          content: "";
          z-index: 10;
          display: block;
          text-decoration: none;
          position: absolute;
          top: calc(45px + 2px);
          left: 40px;
          right: 0;
          height: 1.5px;
          width: 35px;
          background: #DC1C2E; }
      .__contacto .__oficinas .__local p {
        color: #626366;
        font-size: 13px;
        font-weight: 300;
        margin-left: 30px;
        margin-bottom: 2px; }
        .__contacto .__oficinas .__local p i {
          color: #626366;
          position: absolute;
          font-size: 14px;
          left: 40px; }
      .__contacto .__oficinas .__local ul {
        list-style-type: none;
        margin: 0px 0px 9px 30px;
        padding: 0;
        overflow: hidden; }
        .__contacto .__oficinas .__local ul li {
          float: left;
          padding-right: 15px; }
          .__contacto .__oficinas .__local ul li a {
            text-decoration: none;
            color: #626366;
            transition: color 0.2s ease-out; }
            .__contacto .__oficinas .__local ul li a i:hover {
              color: #DC1C2E; }

#map {
  height: 600px; }

@media (min-width: 300px) and (max-width: 813px) {
  .__fomrcon {
    display: inline-block;
    width: 100%;
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
    top: 0;
    position: relative;
    background-color: #FFFFFF;
    box-shadow: 0px 15px 18px rgba(148, 156, 161, 0.05); }
    .__fomrcon .__formc {
      padding: 20px; }
      .__fomrcon .__formc .__globo {
        position: absolute;
        width: 116px;
        height: 145px;
        bottom: 0px;
        z-index: 11;
        right: 10px;
        transform: translatey(0px);
        animation: float 6s ease-in-out infinite; }
        .__fomrcon .__formc .__globo img {
          width: 100%; }

  #map {
    height: 400px; } }
/** Powered by Jenner Castillo */
.__headernosotros {
  /* Images default to Center Center. Maybe try 'center top'? */
  background-position: center center;
  background-color: #003DA5;
  background-image: url("https://www.remax.pe/img/banner/banner-nosotros.png");
  padding-top: 0px;
  display: block;
  width: 100%;
  height: 270px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  -moz-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s; }
  .__headernosotros .container-fluid {
    height: 100%; }
    .__headernosotros .container-fluid .row {
      height: 100%; }
      .__headernosotros .container-fluid .row .__lema {
        width: 100%;
        padding: 0% 0%; }
        .__headernosotros .container-fluid .row .__lema h1 {
          color: #FFFFFF;
          padding: 0% 4%;
          font-weight: 100;
          text-align: center;
          padding-bottom: 0px;
          font-size: 25px;
          line-height: 35px;
          margin-bottom: 15px;
          text-transform: uppercase; }
        .__headernosotros .container-fluid .row .__lema h2 {
          color: #FFFFFF;
          padding: 0% 4%;
          font-weight: bold;
          text-align: center;
          padding-bottom: 20px;
          font-size: 29px;
          font-weight: bold;
          line-height: 45px;
          margin-bottom: 15px;
          text-transform: uppercase; }

.__nosts {
  padding: 4rem 3% 4rem 3%; }

.__formnos {
  display: inline-block;
  width: 100%;
  margin: 10px 0px 10px 0px;
  padding: 0px 0px 10px 0px;
  top: 0;
  position: relative; }
  .__formnos .__formc {
    padding: 35px; }
    .__formnos .__formc .__globo {
      position: absolute;
      width: 116px;
      height: 145px;
      bottom: 0px;
      z-index: 11;
      right: 0px;
      transform: translatey(0px);
      animation: float 6s ease-in-out infinite; }

.__infonos {
  position: relative;
  padding: 40px; }
  .__infonos h5 {
    color: #DC1C2E;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 1.2rem;
    font-weight: bold; }
  .__infonos p {
    color: #949CA1;
    font-size: 0.9rem;
    font-weight: 100; }

@keyframes float {
  0% {
    transform: translatey(0px); }
  50% {
    transform: translatey(-20px); }
  100% {
    transform: translatey(0px); } }
@media (min-width: 300px) and (max-width: 813px) {
  .__headernosotros {
    /* Images default to Center Center. Maybe try 'center top'? */
    background-position: center center;
    background-color: #003DA5;
    background-image: url("https://www.remax.pe/img/banner/bannerasesor.png");
    padding-top: 0px;
    display: block;
    width: 100%;
    height: 270px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    -moz-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    -webkit-transition: transform 0.4s;
    transition: transform 0.4s; }
    .__headernosotros .container-fluid {
      height: 100%; }
      .__headernosotros .container-fluid .row {
        height: 100%; }
        .__headernosotros .container-fluid .row .__lema {
          width: 100%;
          padding: 0% 0%; }
          .__headernosotros .container-fluid .row .__lema h1 {
            color: #FFFFFF;
            padding: 0% 4%;
            font-weight: 100;
            text-align: center;
            padding-bottom: 0px;
            font-size: 20px;
            line-height: 35px;
            margin-bottom: 15px;
            text-transform: uppercase; }
          .__headernosotros .container-fluid .row .__lema h2 {
            color: #FFFFFF;
            padding: 0% 4%;
            font-weight: bold;
            text-align: center;
            padding-bottom: 20px;
            font-size: 18px;
            font-weight: bold;
            line-height: 25px;
            margin-bottom: 15px;
            text-transform: uppercase; }

  .__nosts {
    background-color: #F4F5F7;
    padding: 1rem 3% 4rem 3%; }

  .__formnos {
    display: inline-block;
    width: 100%;
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
    top: 0;
    position: relative; }
    .__formnos .__formc {
      padding: 10px; }
      .__formnos .__formc .__globo {
        position: absolute;
        width: 77px;
        height: 96px;
        top: -100px;
        z-index: 11;
        right: 10px;
        transform: translatey(0px);
        animation: float 6s ease-in-out infinite; }
        .__formnos .__formc .__globo img {
          width: 100%; }

  .__infonos {
    position: relative;
    padding: 10px; }
    .__infonos h5 {
      color: #DC1C2E;
      margin-top: 10px;
      margin-bottom: 20px;
      font-size: 1.2rem;
      font-weight: bold; }
    .__infonos p {
      color: #949CA1;
      font-size: 0.9rem;
      font-weight: 100; } }
/** Powered by Jenner Castillo */
/** Powered by Jenner Castillo */
.map-text {
  text-align: center;
  font-size: 15px;
  font-weight: 600; }

.map-photo {
  width: 200px;
  height: 110px; }

#floating-panel {
  position: absolute;
  top: 470px;
  left: 5%;
  z-index: 5; }

#street-view {
  height: 100%; }

.slider,
.slider > div {
  /* Images default to Center Center. Maybe try 'center top'? */
  background-position: center center;
  padding-top: 0px;
  display: block;
  width: 100%;
  height: 680px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
  overflow: hidden;
  -moz-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s; }

.slider > div {
  position: absolute; }

.slider > i {
  color: #5bbd72;
  position: absolute;
  font-size: 60px;
  margin: 40px;
  top: 50%;
  text-shadow: 0 10px 2px #444444;
  transition: 0.3s;
  width: 30px;
  padding: 10px 13px;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  line-height: 0;
  box-sizing: content-box;
  border-radius: 3px;
  z-index: 4; }

.slider > i svg {
  margin-top: 3px; }

.slider > .left {
  left: -100px; }

.slider > .right {
  right: -100px; }

.slider:hover > .left {
  left: 0; }

.slider:hover > .right {
  right: 0; }

.slider > i:hover {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  transform: translateX(-2px); }

.slider > i.right:hover {
  transform: translateX(2px); }

.slider > i.right:active,
.slider > i.left:active {
  transform: translateY(1px); }

.slider:hover > div {
  transform: scale(1); }

.hoverZoomOff:hover > div {
  transform: scale(1); }

.slider > ul {
  position: absolute;
  bottom: 100px;
  left: 50%;
  z-index: 4;
  padding: 0;
  margin: 0;
  transform: translateX(-50%); }

.slider > ul > li {
  padding: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  list-style: none;
  float: left;
  margin: 7px 7px 0;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.slider > ul > .showli {
  background-color: #DC1C2E;
  -moz-animation: boing 0.5s forwards;
  -o-animation: boing 0.5s forwards;
  -webkit-animation: boing 0.5s forwards;
  animation: boing 0.5s forwards; }

.slider > ul > li:hover {
  background-color: #003DA5; }

.slider > .show {
  z-index: 1; }

.hideDots > ul {
  display: none; }

.showArrows > .left {
  left: 0; }

.showArrows > .right {
  right: 0; }

.titleBar {
  z-index: 2;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  bottom: 0;
  transform: translateY(100%);
  padding: 20px 30px;
  transition: 0.3s;
  color: #fff; }

.titleBar * {
  transform: translate(-20px, 30px);
  transition: all 700ms cubic-bezier(0.37, 0.31, 0.2, 0.85) 200ms;
  opacity: 0; }

.titleBarTop .titleBar * {
  transform: translate(-20px, -30px); }

.slider:hover .titleBar,
.slider:hover .titleBar * {
  transform: translate(0);
  opacity: 1; }

.titleBarTop .titleBar {
  top: 0;
  bottom: initial;
  transform: translateY(-100%); }

.slider > div span {
  display: block;
  position: absolute;
  font-size: 50px;
  bottom: 0;
  top: 20%;
  color: #fff;
  text-align: left;
  padding: 0px 0px 0px 3rem;
  width: 100%; }
  .slider > div span h3 {
    font-size: 45px;
    font-weight: 800;
    width: 70%; }
    .slider > div span h3 strong {
      color: #003DA5; }
  .slider > div span p {
    font-size: 18px;
    font-weight: 300;
    width: 50%; }
  .slider > div span a {
    color: #FFF;
    font-weight: 600;
    font-size: 18px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 15px 25px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 0px;
    text-decoration: none; }
    .slider > div span a:hover {
      background: #97d700;
      color: #444444;
      transform: scale(1.1, 1.1); }
    .slider > div span a:hover a {
      background: #97d700;
      color: #444444; }

@keyframes boing {
  0% {
    transform: scale(1.2); }
  40% {
    transform: scale(0.6); }
  60% {
    transform: scale(1.2); }
  80% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }
.__globolan {
  position: absolute;
  width: 128px;
  height: 166px;
  top: 400px;
  z-index: 140;
  right: 10px;
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite; }
  .__globolan img {
    width: 100%; }

.__flotex {
  position: absolute;
  top: 280px;
  z-index: 100; }
  .__flotex .__rojotop {
    background-color: #DC1C2E;
    width: auto;
    height: auto;
    font-size: 25px;
    color: #FFFFFF;
    padding: 7px 65px 7px 45px; }

.__flotex2 {
  position: absolute;
  top: 330px;
  z-index: 100; }
  .__flotex2 .__azultop {
    background-color: #003DA5;
    width: auto;
    height: auto;
    color: #FFFFFF;
    padding: 12px 65px 9px 45px; }
    .__flotex2 .__azultop .__princing {
      font-size: 20px;
      margin-bottom: 5px; }
    .__flotex2 .__azultop .__ubique {
      font-size: 14px;
      font-weight: 100;
      margin-bottom: 5px; }
    .__flotex2 .__azultop .__caract ul {
      list-style-type: none;
      margin: 10px 0px 9px 0px;
      padding: 0;
      overflow: hidden; }
      .__flotex2 .__azultop .__caract ul li {
        float: left;
        padding-right: 25px;
        font-weight: 100;
        font-size: 13px; }
        .__flotex2 .__azultop .__caract ul li a {
          text-decoration: none;
          color: #FFFFFF;
          transition: color 0.2s ease-out; }
        .__flotex2 .__azultop .__caract ul li img {
          width: 30px;
          margin-right: 8px; }
          .__flotex2 .__azultop .__caract ul li img:hover {
            color: #FFFFFF; }

.__datosmefulllan {
  margin: 0 auto;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: row;
  position: absolute;
  top: -70px;
  border-radius: 0px;
  margin: 0px 30px;
  z-index: 120;
  width: calc(100% - 60px); }
  .__datosmefulllan .Features__Item {
    flex: 1;
    padding: 35px 10px;
    text-align: center; }
    .__datosmefulllan .Features__Item .Features__Title {
      font-weight: 100;
      color: #003DA5;
      font-size: 13px;
      text-transform: uppercase; }
      .__datosmefulllan .Features__Item .Features__Title span {
        font-weight: bold; }
    .__datosmefulllan .Features__Item .Features__Icon {
      height: 35px;
      margin-right: 15px;
      width: auto;
      fill: #003DA5;
      display: block;
      margin: 0 auto 15px; }

.__descri {
  margin: 130px 50px 50px 50px;
  justify-content: center;
  align-items: center; }
  .__descri h2 {
    font-size: 20px; }
  .__descri .__texover {
    width: 100%;
    height: 293px;
    margin-bottom: 20px; }
    .__descri .__texover p {
      font-weight: 100;
      font-size: 13px; }

.__compralan {
  background-color: #003DA5;
  background-image: url("../img/compra.jpg");
  background-position: center center;
  background-size: cover; }
  .__compralan .__conte {
    padding: 10% 10%;
    position: relative;
    width: 100%; }
    .__compralan .__conte h2 {
      font-size: 27px;
      color: #FFFFFF;
      font-weight: bold;
      text-align: center; }
    .__compralan .__conte p {
      font-size: 16px;
      color: #FFFFFF;
      font-weight: 100;
      text-align: center; }
    .__compralan .__conte img {
      border-radius: 100%;
      margin-left: 30%;
      margin-bottom: 3%;
      width: 120px; }
    .__compralan .__conte .media {
      justify-content: center;
      align-items: center;
      margin-top: 20px; }
      .__compralan .__conte .media img {
        width: 170px;
        border-radius: 100%; }
      .__compralan .__conte .media .media-body h2 {
        font-size: 16px;
        color: #DC1C2E;
        font-weight: bold;
        text-align: left; }
      .__compralan .__conte .media .media-body h3 {
        font-size: 14px;
        color: #FFFFFF;
        font-weight: 100; }
      .__compralan .__conte .media .media-body h4 {
        font-size: 14px;
        color: #FFFFFF;
        font-weight: bold; }

.__she500 {
  height: 600px; }

.__she400 {
  height: 400px; }

.owl-mg1 {
  padding-left: 10px;
  padding-right: 10px; }
  .owl-mg1 .owl-nav > div {
    top: 55%; }

.detallelan {
  background-color: #FFFFFF;
  margin: 20px; }
  .detallelan .accordion2 .card {
    border: 0px;
    padding: 0.75rem 1.25rem; }
    .detallelan .accordion2 .card .__iiitem {
      color: #626366;
      font-size: 14px;
      font-weight: 100;
      text-transform: uppercase;
      cursor: pointer; }
    .detallelan .accordion2 .card .card-header {
      padding: 0px 0px 10px 0px;
      margin-bottom: 0;
      background-color: #FFFFFF;
      border-bottom: 0.7px solid #C4C6C8; }
      .detallelan .accordion2 .card .card-header:after {
        content: "";
        font-family: "FontAwesome";
        color: #003DA5;
        float: right;
        margin-left: 5px;
        font-size: 20px;
        transition: 0.4s; }
    .detallelan .accordion2 .card .activaracor:after {
      content: "";
      color: #DC1C2E; }
    .detallelan .accordion2 .card .card-body {
      flex: 1 1 auto;
      padding: 1.25rem; }
      .detallelan .accordion2 .card .card-body .__bodyt {
        display: inline-block;
        margin-bottom: 0rem;
        font-weight: bold;
        font-size: 12px; }
      .detallelan .accordion2 .card .card-body .__bodyc {
        font-weight: 100;
        font-size: 12px; }
      .detallelan .accordion2 .card .card-body .__tablepro {
        border: 0px; }
        .detallelan .accordion2 .card .card-body .__tablepro thead {
          font-weight: bold;
          font-size: 12px;
          border: 0px; }
        .detallelan .accordion2 .card .card-body .__tablepro tbody {
          font-weight: 100;
          font-size: 12px;
          border: 0px; }
          .detallelan .accordion2 .card .card-body .__tablepro tbody tr {
            border: 0px; }
          .detallelan .accordion2 .card .card-body .__tablepro tbody th {
            border: 0px; }
            .detallelan .accordion2 .card .card-body .__tablepro tbody th td {
              font-weight: 100;
              font-size: 12px; }

@media (min-width: 300px) and (max-width: 813px) {
  .__flotex {
    position: absolute;
    top: 280px;
    z-index: 100; }
    .__flotex .__rojotop {
      background-color: #DC1C2E;
      width: auto;
      height: auto;
      font-size: 16px;
      color: #FFFFFF;
      padding: 7px 65px 7px 45px; }

  .__flotex2 {
    position: absolute;
    top: 317px;
    z-index: 100; }
    .__flotex2 .__azultop {
      background-color: #003DA5;
      width: auto;
      height: auto;
      color: #FFFFFF;
      padding: 12px 65px 9px 45px; }
      .__flotex2 .__azultop .__princing {
        font-size: 16px;
        margin-bottom: 5px; }
      .__flotex2 .__azultop .__ubique {
        font-size: 12px;
        font-weight: 100;
        margin-bottom: 5px; }
      .__flotex2 .__azultop .__caract ul {
        list-style-type: none;
        margin: 10px 0px 9px 0px;
        padding: 0;
        overflow: hidden; }
        .__flotex2 .__azultop .__caract ul li {
          float: left;
          padding-right: 25px;
          font-weight: 100;
          font-size: 12px; }
          .__flotex2 .__azultop .__caract ul li a {
            text-decoration: none;
            color: #FFFFFF;
            transition: color 0.2s ease-out; }
          .__flotex2 .__azultop .__caract ul li img {
            width: 30px;
            margin-right: 8px; }
            .__flotex2 .__azultop .__caract ul li img:hover {
              color: #FFFFFF; }

  .__globolan {
    position: absolute;
    width: 108px;
    height: 146px;
    top: 400px;
    z-index: 140;
    right: 10px;
    transform: translatey(0px);
    animation: float 6s ease-in-out infinite; }
    .__globolan img {
      width: 100%; }

  .__datosmefulllan {
    flex-wrap: wrap; }
    .__datosmefulllan .Features__Item {
      flex: 1 0 50%; }

  .__descri {
    margin: 120px 30px 50px 30px;
    justify-content: center;
    align-items: center; }
    .__descri h2 {
      font-size: 16px; }
    .__descri p {
      font-weight: 100;
      font-size: 12px; }

  .__compralan {
    background-color: #003DA5;
    background-image: url("../img/compra.jpg");
    background-position: center center;
    background-size: cover;
    height: 900px !important; }
    .__compralan .__conte {
      padding: 15% 20px;
      position: relative;
      width: 100%; }
      .__compralan .__conte h2 {
        font-size: 18px;
        color: #FFFFFF;
        font-weight: bold;
        text-align: center; }
      .__compralan .__conte p {
        font-size: 14px;
        color: #FFFFFF;
        font-weight: 100;
        text-align: center; }
      .__compralan .__conte img {
        width: 150px;
        border-radius: 100%; }
      .__compralan .__conte .media {
        justify-content: center;
        align-items: center;
        margin-top: 20px; }
        .__compralan .__conte .media img {
          width: 120px;
          border-radius: 100%; }
        .__compralan .__conte .media .media-body h2 {
          font-size: 16px;
          color: #DC1C2E;
          font-weight: bold;
          text-align: left; }
        .__compralan .__conte .media .media-body h3 {
          font-size: 14px;
          color: #FFFFFF;
          font-weight: 100; }
        .__compralan .__conte .media .media-body h4 {
          font-size: 14px;
          color: #FFFFFF;
          font-weight: bold; } }
@media (min-width: 1400px) and (max-width: 2120px) {
  .sliderhd,
  .sliderhd > div {
    height: 880px; } }
/** Powered by Jenner Castillo */
.col__izq {
  width: 50%;
  position: relative;
  height: 600px; }

.col__der {
  width: 50%;
  position: relative;
  height: 600px; }

@media (min-width: 300px) and (max-width: 813px) {
  .col__izq {
    width: 100%;
    z-index: 10; }

  .col__der {
    width: 100%;
    z-index: 10;
    background-color: #003DA5;
    position: relative; } }
@media (min-width: 814px) and (max-width: 1023px) {
  .col__izq {
    width: 100%;
    background-color: #FFF;
    z-index: 10; }

  .col__der {
    width: 100%;
    z-index: 10;
    background-color: #003DA5;
    position: relative; } }
@media screen and (min-width: 1300px) {
  .col__izq {
    width: 50%;
    position: relative; }

  .col__der {
    width: 50%;
    position: relative; } }
.form-control {
  display: block;
  width: 100%;
  padding: 0.8rem 1.1rem;
  font-size: 13px;
  line-height: 1.5;
  color: #495057;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 0px solid #ced4da;
  border-radius: 0rem;
  height: calc(2.8rem + 2px);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #444444;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25); }

.form-control2 {
  display: block;
  width: 100%;
  font-size: 13px;
  border: 0px solid #949CA1;
  border-color: #949CA1;
  height: calc(3.8rem + 2px); }
  .form-control2::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control2:focus {
    border-color: #444444;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25); }

.form-control_intpro {
  display: block;
  width: 100%;
  font-size: 13px;
  border: 0px solid #949CA1;
  border-color: #949CA1;
  height: calc(1.8rem + 2px); }
  .form-control_intpro button {
    font-size: 13px !important; }

.form0pad {
  padding-right: 0px !important;
  padding-left: 0px !important; }

.form-prospa {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem; }

.__selectformu {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  height: calc(1.85rem + 17px) !important;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1.2em + 2px), calc(100% - 15px) calc(1.2em + 2px), calc(100% - 2.5em) 1em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-color: #fff;
  background-repeat: no-repeat;
  -moz-appearance: none;
  color: #b3b3b3;
  display: block;
  padding: 0.3rem 0.8rem;
  width: 100%;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-weight: 100;
  font-size: 13px; }

.form-check-input:disabled ~ .form-check-label {
  color: #fff; }

.form-check-label {
  margin-bottom: 0;
  color: #fff;
  font-size: 0.8rem; }

.__bor {
  border: 1px solid #ededed; }
  .__bor:focus {
    background-color: #fff;
    border-color: #ededed; }

.btn-secondary {
  border-color: #DC1C2E;
  background: linear-gradient(-262deg, #dc1c2e 0, #c51828 98%, #c51828 100%);
  display: inline-block;
  font-size: 13px;
  color: #FFFFFF;
  border: 0px solid;
  padding: 0.9em 1em;
  border-radius: 0rem;
  font-weight: 100;
  text-align: center;
  transition: all 0.3s;
  height: 100%; }
  .btn-secondary:hover {
    color: #FFFFFF;
    border-color: #003DA5;
    background: #003DA5; }
  .btn-secondary:active {
    color: #FFFFFF;
    border-color: #003DA5;
    background-color: #003DA5; }
  .btn-secondary:focus {
    color: #FFFFFF;
    border-color: #003DA5;
    background-color: #003DA5; }
  .btn-secondary i {
    font-size: 1.1em; }

.btn-busca {
  border-color: #DC1C2E;
  background: linear-gradient(-262deg, #dc1c2e 0, #c51828 98%, #c51828 100%);
  display: inline-block;
  font-size: 13px;
  color: #FFFFFF !important;
  border: 0px solid;
  border-radius: 0rem;
  font-weight: 100;
  text-align: center;
  transition: all 0.3s;
  height: 100%; }
  .btn-busca:hover {
    color: #FFFFFF;
    border-color: #003DA5;
    background: #003DA5; }
  .btn-busca:active {
    color: #FFFFFF;
    border-color: #003DA5;
    background-color: #003DA5; }
  .btn-busca:focus {
    color: #FFFFFF;
    border-color: #003DA5;
    background-color: #003DA5; }

.btn-index {
  border-color: #FFFFFF;
  color: #FFFFFF;
  font-weight: 100;
  font-size: 13px; }
  .btn-index:hover {
    color: #FFFFFF;
    border-color: #003DA5;
    background: #003DA5; }
  .btn-index:active {
    color: #FFFFFF;
    border-color: #003DA5;
    background-color: #003DA5; }
  .btn-index:focus {
    color: #FFFFFF;
    border-color: #003DA5;
    background-color: #003DA5; }
  .btn-index i {
    font-size: 1.1em; }

.btn-intbusca {
  border-color: #949CA1;
  color: #949CA1;
  font-weight: 100;
  font-size: 13px; }
  .btn-intbusca:hover {
    color: #FFFFFF;
    border-color: #404041;
    background-color: #404041; }
  .btn-intbusca:active {
    color: #FFFFFF;
    border-color: #003DA5;
    background-color: #003DA5; }
  .btn-intbusca:focus {
    color: #FFFFFF;
    border-color: #003DA5;
    background-color: #003DA5; }
  .btn-intbusca i {
    font-size: 1.1em; }

.btn-group .hover {
  color: #FFFFFF;
  border-color: #003DA5;
  background: linear-gradient(-262deg, #ca1a2a 0, #b31624 98%, #b31624 100%); }
.btn-group .active {
  color: #FFFFFF;
  border-color: #003DA5;
  background-color: #003DA5; }
.btn-group .focus {
  color: #FFFFFF;
  border-color: #003DA5;
  background-color: #003DA5; }

.btn-group2 {
  font-size: 12px; }
  .btn-group2 .hover {
    color: #FFFFFF;
    border-color: #003DA5;
    background: linear-gradient(-262deg, #ca1a2a 0, #b31624 98%, #b31624 100%); }
  .btn-group2 .active {
    color: #FFFFFF;
    border-color: #003DA5;
    background-color: #003DA5; }
  .btn-group2 .focus {
    color: #FFFFFF;
    border-color: #003DA5;
    background-color: #003DA5; }

.__labelformfil {
  font-size: 12px;
  margin-top: 12px;
  font-weight: bold;
  text-transform: uppercase; }

.__labelformfil2 {
  font-size: 14px !important;
  font-weight: bold !important;
  color: #404041 !important; }

.btn-info {
  border-color: #DC1C2E;
  background: linear-gradient(-262deg, #dc1c2e 0, #c51828 98%, #c51828 100%);
  display: inline-block;
  font-size: 13px;
  color: #FFFFFF;
  border: 0px solid;
  padding: 16px 20px 16px;
  border-radius: 0rem;
  font-weight: 100;
  text-align: center;
  transition: all 0.3s;
  line-height: 16px;
  box-shadow: 3px 4px 8px rgba(1, 1, 1, 0.15);
  text-decoration: none; }
  .btn-info:hover {
    color: #FFFFFF;
    border-color: #003DA5;
    background: linear-gradient(-262deg, #ca1a2a 0, #b31624 98%, #b31624 100%);
    text-decoration: none; }
  .btn-info:active {
    color: #FFFFFF;
    border-color: #003DA5;
    background-color: #003DA5; }
  .btn-info:focus {
    color: #FFFFFF;
    border-color: #003DA5;
    background-color: #003DA5; }
  .btn-info i {
    font-size: 1.1em; }

.btn-tres {
  background-color: #003DA5;
  border-color: #003DA5;
  display: inline-block;
  font-size: 1.07em;
  color: #FFFFFF;
  border: 1px solid;
  padding: 0.6em 1em;
  border-radius: 0rem;
  font-weight: 100;
  text-align: center; }
  .btn-tres:hover {
    color: #FFFFFF;
    border-color: #DC1C2E;
    background-color: #DC1C2E; }
  .btn-tres:active {
    color: #FFFFFF;
    border-color: #DC1C2E;
    background-color: #DC1C2E; }
  .btn-tres:focus {
    color: #FFFFFF;
    border-color: #DC1C2E;
    background-color: #DC1C2E; }

.btm {
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  margin: 15px 0px;
  display: inline-block;
  font-size: 13px;
  line-height: 14px; }

.btm_trans {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px 60px; }
  .btm_trans:hover {
    color: #fff;
    text-decoration: none;
    border: 1px solid #DC1C2E;
    background: #DC1C2E; }

.btm_rojo {
  background: #DC1C2E;
  color: #fff;
  padding: 20px 20px; }
  .btm_rojo:hover {
    color: #fff;
    background: #003DA5;
    text-decoration: none; }

.btn-cuatro {
  background-color: #DC1C2E;
  border-color: #DC1C2E;
  background: linear-gradient(-262deg, #dc1c2e 0, #c51828 98%, #c51828 100%);
  display: inline-block;
  font-size: 1em;
  color: #FFFFFF;
  border: 0px solid;
  padding: 1em 1em;
  border-radius: 0rem;
  font-weight: 100;
  text-align: center; }
  .btn-cuatro:hover {
    color: #FFFFFF;
    border-color: #003DA5;
    background-color: #003DA5; }
  .btn-cuatro:active {
    color: #FFFFFF;
    border-color: #003DA5;
    background-color: #003DA5; }
  .btn-cuatro:focus {
    color: #FFFFFF;
    border-color: #003DA5;
    background-color: #003DA5; }

.hideme {
  display: none !important; }

.range-slider {
  position: relative;
  top: -10px;
  width: 100%;
  height: 35px;
  text-align: center; }

.range-slider input {
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 15px;
  width: 100%;
  outline: none;
  height: 18px;
  margin: 0;
  padding: 0;
  border: 0px !important; }

.range-slider input::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 1;
  outline: 0; }

.range-slider input::-moz-range-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -moz-appearance: none;
  width: 9px; }

.range-slider input::-moz-range-track {
  position: relative;
  z-index: -1;
  background-color: black;
  border: 0; }

.range-slider input:last-of-type::-moz-range-track {
  -moz-appearance: none;
  background: none transparent;
  border: 0; }

.range-slider input[type=range]::-moz-focus-outer {
  border: 0; }

.rangeValue {
  width: 30px; }

.output {
  position: absolute;
  border: 1px solid #999;
  width: 55px;
  padding: 0 10px;
  height: 30px;
  text-align: center;
  color: #999;
  border-radius: 0px;
  display: inline-block;
  bottom: 75%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.output.outputTwo {
  left: 100%; }

input[type=range] {
  -webkit-appearance: none;
  background: none;
  border: 0px !important; }

input[type=range]::-webkit-slider-runnable-track {
  height: 5px;
  border: none;
  border-radius: 0px;
  background: transparent; }

input[type=range]::-ms-track {
  height: 5px;
  background: transparent;
  border: none;
  border-radius: 3px; }

input[type=range]::-moz-range-track {
  height: 5px;
  background: transparent;
  border: none;
  border-radius: 3px; }

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 0px;
  background: #DC1C2E;
  margin-top: -5px;
  position: relative;
  z-index: 14; }

input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #DC1C2E;
  margin-top: -5px;
  position: relative;
  z-index: 14; }

input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 0x;
  background: #DC1C2E;
  margin-top: -5px;
  position: relative;
  z-index: 14;
  cursor: pointer; }

input[type=range]:focus {
  outline: none !important; }

.maxprice, .minprice {
  color: #FFFFFF;
  text-shadow: 2px 1px 5px black; }

.full-range,
.incl-range {
  width: 100%;
  height: 5px;
  left: 0;
  top: 21px;
  position: absolute;
  background: #FFFFFF;
  outline: none !important; }

.incl-range {
  background: #DC1C2E; }

.bootstrap-select .dropdown-toggle {
  position: relative;
  border-radius: 0rem;
  height: 100%; }
.bootstrap-select .bs-placeholder {
  color: #2d2d2d !important; }
.bootstrap-select .btn-light {
  color: #b3b3b3;
  background-color: #FFFFFF;
  font-size: 13px;
  border-color: #ededed;
  border-radius: 0px;
  width: 100%;
  border-radius: 0rem; }
.bootstrap-select .dropdown-menu {
  font-size: 13px;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 0rem; }
  .bootstrap-select .dropdown-menu .dropdown-item {
    clear: both;
    font-weight: 400;
    font-size: 13px;
    font-weight: 100;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0; }
    .bootstrap-select .dropdown-menu .dropdown-item:hover {
      color: #fff;
      text-decoration: none;
      background-color: #DC1C2E; }
  .bootstrap-select .dropdown-menu .bs-searchbox {
    padding: 0px 4px; }
  .bootstrap-select .dropdown-menu .active {
    color: #fff;
    text-decoration: none;
    background-color: #DC1C2E; }

.dropdown-toggle .filter-option {
  display: contents; }

.__formrefer h3 {
  font-size: 18px;
  margin-top: 15px;
  font-weight: normal; }
.__formrefer .form-row .form-group label {
  font-size: 13px;
  font-weight: 100; }
  .__formrefer .form-row .form-group label span {
    color: #DC1C2E; }

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + .75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "EXAMINAR";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0; }

@media (min-width: 300px) and (max-width: 813px) {
  .form-control {
    padding: 0.5rem 0.8rem;
    font-size: 13px;
    line-height: 1.5; }

  .__selectformu {
    height: calc(2.35rem + 12px) !important; }

  .form-group {
    margin-bottom: 0.5rem; }

  .maxprice, .minprice {
    font-size: 13px; }

  .form-control2 {
    display: block;
    width: 100%;
    font-size: 13px;
    border: 0px solid #949CA1;
    border-color: #949CA1;
    height: calc(2.8rem + 2px);
    font-weight: 100; }

  .tshetop {
    margin-top: 15px; } }
.bootstrap-select .dropdown-menu {
  max-width: 100% !important;
  min-width: 100% !important; }

.__text_match {
  font-weight: 100;
  font-size: 13px;
  margin-left: 0px;
  white-space: break-spaces; }

.bs-select-all {
  display: none; }

.checkindex {
  margin-bottom: 0.5rem !important; }
  .checkindex label {
    font-size: 0.8rem !important;
    line-height: inherit !important; }

/** Powered by Jenner Castillo */
.__headertasacion {
  /* Images default to Center Center. Maybe try 'center top'? */
  background-position: center center;
  background-color: #003DA5;
  background-image: url("https://www.remax.pe/img/banner/banner-tasasiones.png");
  padding-top: 0px;
  display: block;
  width: 100%;
  height: 270px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  -moz-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s; }
  .__headertasacion .container-fluid {
    height: 100%; }
    .__headertasacion .container-fluid .row {
      height: 100%; }
      .__headertasacion .container-fluid .row .__lema {
        width: 100%;
        padding: 0% 0%; }
        .__headertasacion .container-fluid .row .__lema h1 {
          color: #FFFFFF;
          padding: 0% 4%;
          font-weight: bold;
          text-align: center;
          padding-bottom: 20px;
          font-size: 29px;
          font-weight: bold;
          line-height: 45px;
          margin-bottom: 15px;
          text-transform: uppercase; }

.__tasac {
  background-color: #F4F5F7;
  padding: 3rem 15% 4rem 15%; }

.__formtas {
  display: inline-block;
  width: 100%;
  margin: 10px 0px 10px 0px;
  padding: 0px 0px 10px 0px;
  top: 0;
  position: relative;
  background-color: #FFFFFF;
  box-shadow: 0px 15px 18px rgba(148, 156, 161, 0.05); }
  .__formtas .__formc {
    padding: 35px; }
    .__formtas .__formc .__globo {
      position: absolute;
      width: 116px;
      height: 145px;
      bottom: 0px;
      z-index: 11;
      right: -57px;
      transform: translatey(0px);
      animation: float 6s ease-in-out infinite; }
      .__formtas .__formc .__globo img {
        width: 100%; }
    .__formtas .__formc .__formu h2 {
      font-size: 18px;
      color: #404041;
      font-weight: bold;
      line-height: 45px;
      margin-bottom: 0px;
      text-transform: uppercase;
      text-align: center; }
    .__formtas .__formc .__formu h3 {
      font-size: 13px;
      color: #404041;
      font-weight: bold;
      line-height: 45px;
      margin-bottom: 0px;
      text-transform: uppercase;
      text-align: left; }
    .__formtas .__formc .__formu p {
      font-size: 14px;
      color: #626366;
      margin-bottom: 25px;
      font-weight: 100;
      line-height: 30px;
      width: 100%;
      text-align: center; }
    .__formtas .__formc .__formu .form-row .form-group label {
      font-size: 12px;
      line-height: 14px;
      text-transform: uppercase;
      color: #949CA1; }

@media (min-width: 300px) and (max-width: 813px) {
  .__tasac {
    background-color: #F4F5F7;
    padding: 1rem; }

  .__formtas {
    display: inline-block;
    width: 100%;
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
    top: 0;
    position: relative;
    background-color: #FFFFFF;
    box-shadow: 0px 15px 18px rgba(148, 156, 161, 0.05); }
    .__formtas .__formc {
      padding: 20px; }
      .__formtas .__formc .__globo {
        position: absolute;
        width: 116px;
        height: 145px;
        top: -140px;
        z-index: 11;
        right: 10px;
        transform: translatey(0px);
        animation: float 6s ease-in-out infinite; }
        .__formtas .__formc .__globo img {
          width: 100%; }
      .__formtas .__formc .__formu h2 {
        font-size: 16px;
        color: #404041;
        font-weight: bold;
        line-height: 25px;
        margin-bottom: 0px;
        text-transform: uppercase;
        text-align: center; }
      .__formtas .__formc .__formu h3 {
        font-size: 13px;
        color: #404041;
        font-weight: bold;
        line-height: 45px;
        margin-bottom: 0px;
        text-transform: uppercase;
        text-align: left; }
      .__formtas .__formc .__formu p {
        font-size: 14px;
        color: #626366;
        margin-bottom: 20px;
        font-weight: 100;
        line-height: 20px;
        width: 100%;
        text-align: center; } }
/** Powered by Jenner Castillo */
.__headerserasesor {
  /* Images default to Center Center. Maybe try 'center top'? */
  background-position: center center;
  background-color: #003DA5;
  background-image: url("https://www.remax.pe/img/banner/bannerasesor.png");
  padding-top: 0px;
  display: block;
  width: 100%;
  height: 270px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  -moz-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s; }
  .__headerserasesor .container-fluid {
    height: 100%; }
    .__headerserasesor .container-fluid .row {
      height: 100%; }
      .__headerserasesor .container-fluid .row .__lema {
        width: 100%;
        padding: 0% 0%; }
        .__headerserasesor .container-fluid .row .__lema h1 {
          color: #FFFFFF;
          padding: 0% 4%;
          font-weight: 100;
          text-align: center;
          padding-bottom: 0px;
          font-size: 25px;
          line-height: 35px;
          margin-bottom: 15px;
          text-transform: uppercase; }
        .__headerserasesor .container-fluid .row .__lema h2 {
          color: #FFFFFF;
          padding: 0% 4%;
          font-weight: bold;
          text-align: center;
          padding-bottom: 20px;
          font-size: 29px;
          font-weight: bold;
          line-height: 45px;
          margin-bottom: 15px;
          text-transform: uppercase; }

.__sease {
  background-color: #F4F5F7;
  padding: 3rem 3% 4rem 3%; }

.__fomrnewase {
  display: inline-block;
  width: 100%;
  margin: 10px 0px 10px 0px;
  padding: 0px 0px 10px 0px;
  top: 0;
  position: relative;
  background-color: #FFFFFF;
  box-shadow: 0px 15px 18px rgba(148, 156, 161, 0.05); }
  .__fomrnewase .__formc {
    padding: 35px; }
    .__fomrnewase .__formc .__globo {
      position: absolute;
      width: 116px;
      height: 145px;
      bottom: 0px;
      z-index: 11;
      right: -57px;
      transform: translatey(0px);
      animation: float 6s ease-in-out infinite; }
      .__fomrnewase .__formc .__globo img {
        width: 100%; }
    .__fomrnewase .__formc .__formu h2 {
      font-size: 18px;
      color: #404041;
      font-weight: bold;
      line-height: 23px;
      margin-bottom: 0px;
      text-transform: uppercase; }
    .__fomrnewase .__formc .__formu h3 {
      font-size: 13px;
      color: #404041;
      font-weight: bold;
      line-height: 45px;
      margin-bottom: 0px;
      text-transform: uppercase;
      text-align: left; }
    .__fomrnewase .__formc .__formu p {
      font-size: 14px;
      color: #626366;
      margin-top: 15px;
      font-weight: 100;
      line-height: 30px;
      width: 100%; }
      .__fomrnewase .__formc .__formu p a {
        font-size: 12px;
        color: #949CA1; }
    .__fomrnewase .__formc .__formu .form-row .form-group label {
      font-size: 12px;
      line-height: 14px;
      text-transform: uppercase;
      color: #949CA1; }

.__infosease {
  position: relative;
  padding: 40px; }
  .__infosease h5 {
    color: #DC1C2E;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 0.9rem;
    font-weight: bold; }
  .__infosease p {
    color: #949CA1;
    font-size: 0.8rem;
    font-weight: 100; }
  .__infosease .media .__circ {
    color: #DC1C2E;
    font-size: 1.6rem; }
  .__infosease .media .media-body {
    color: #949CA1;
    font-size: 0.8rem;
    font-weight: 100; }
    .__infosease .media .media-body h5 {
      color: #626366;
      font-weight: normal;
      font-size: 0.8rem; }

@media (min-width: 300px) and (max-width: 813px) {
  .__headerserasesor {
    /* Images default to Center Center. Maybe try 'center top'? */
    background-position: center center;
    background-color: #003DA5;
    background-image: url("https://www.remax.pe/img/banner/bannerasesor.png");
    padding-top: 0px;
    display: block;
    width: 100%;
    height: 270px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    -moz-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    -webkit-transition: transform 0.4s;
    transition: transform 0.4s; }
    .__headerserasesor .container-fluid {
      height: 100%; }
      .__headerserasesor .container-fluid .row {
        height: 100%; }
        .__headerserasesor .container-fluid .row .__lema {
          width: 100%;
          padding: 0% 0%; }
          .__headerserasesor .container-fluid .row .__lema h1 {
            color: #FFFFFF;
            padding: 0% 4%;
            font-weight: 100;
            text-align: center;
            padding-bottom: 0px;
            font-size: 20px;
            line-height: 35px;
            margin-bottom: 15px;
            text-transform: uppercase; }
          .__headerserasesor .container-fluid .row .__lema h2 {
            color: #FFFFFF;
            padding: 0% 4%;
            font-weight: bold;
            text-align: center;
            padding-bottom: 20px;
            font-size: 23px;
            font-weight: bold;
            line-height: 45px;
            margin-bottom: 15px;
            text-transform: uppercase; }

  .__sease {
    background-color: #F4F5F7;
    padding: 1rem 3% 4rem 3%; }

  .__fomrnewase {
    display: inline-block;
    width: 100%;
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
    top: 0;
    position: relative;
    background-color: #FFFFFF;
    box-shadow: 0px 15px 18px rgba(148, 156, 161, 0.05); }
    .__fomrnewase .__formc {
      padding: 20px; }
      .__fomrnewase .__formc .__globo {
        position: absolute;
        width: 77px;
        height: 96px;
        top: -100px;
        z-index: 11;
        right: 10px;
        transform: translatey(0px);
        animation: float 6s ease-in-out infinite; }
        .__fomrnewase .__formc .__globo img {
          width: 100%; } }
/** Powered by Jenner Castillo */
.__headerfranquisia {
  /* Images default to Center Center. Maybe try 'center top'? */
  background-position: center center;
  background-color: #003DA5;
  background-image: url("https://www.remax.pe/img/banner/banner-franquicias.jpg");
  padding-top: 0px;
  display: block;
  width: 100%;
  height: 270px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  -moz-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s; }
  .__headerfranquisia .container-fluid {
    height: 100%; }
    .__headerfranquisia .container-fluid .row {
      height: 100%; }
      .__headerfranquisia .container-fluid .row .__lema {
        width: 100%;
        padding: 0% 0%; }
        .__headerfranquisia .container-fluid .row .__lema h1 {
          color: #FFFFFF;
          padding: 0% 4%;
          font-weight: 100;
          text-align: center;
          padding-bottom: 0px;
          font-size: 25px;
          line-height: 35px;
          margin-bottom: 15px;
          text-transform: uppercase; }
        .__headerfranquisia .container-fluid .row .__lema h2 {
          color: #FFFFFF;
          padding: 0% 4%;
          font-weight: bold;
          text-align: center;
          padding-bottom: 20px;
          font-size: 29px;
          font-weight: bold;
          line-height: 45px;
          margin-bottom: 15px;
          text-transform: uppercase; }

.__franqui {
  background-color: #F4F5F7;
  padding: 3rem 3% 4rem 3%; }

.__formfranq {
  display: inline-block;
  width: 100%;
  margin: 10px 0px 10px 0px;
  padding: 0px 0px 10px 0px;
  top: 0;
  position: relative;
  background-color: #FFFFFF;
  box-shadow: 0px 15px 18px rgba(148, 156, 161, 0.05); }
  .__formfranq .__formc {
    padding: 35px; }
    .__formfranq .__formc .__globo {
      position: absolute;
      width: 116px;
      height: 145px;
      bottom: 0px;
      z-index: 11;
      right: -57px;
      transform: translatey(0px);
      animation: float 6s ease-in-out infinite; }
      .__formfranq .__formc .__globo img {
        width: 100%; }
    .__formfranq .__formc .__formu h2 {
      font-size: 18px;
      color: #404041;
      font-weight: bold;
      line-height: 23px;
      margin-bottom: 0px;
      text-transform: uppercase; }
    .__formfranq .__formc .__formu h3 {
      font-size: 13px;
      color: #404041;
      font-weight: bold;
      line-height: 45px;
      margin-bottom: 0px;
      text-transform: uppercase;
      text-align: left; }
    .__formfranq .__formc .__formu p {
      font-size: 14px;
      color: #626366;
      margin-top: 15px;
      font-weight: 100;
      line-height: 30px;
      width: 100%; }
      .__formfranq .__formc .__formu p a {
        font-size: 12px;
        color: #949CA1; }
    .__formfranq .__formc .__formu .form-row .form-group label {
      font-size: 12px;
      line-height: 14px;
      text-transform: uppercase;
      color: #949CA1; }

.__infosease {
  position: relative;
  padding: 40px; }
  .__infosease h5 {
    color: #DC1C2E;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 0.9rem;
    font-weight: bold; }
  .__infosease p {
    color: #949CA1;
    font-size: 0.8rem;
    font-weight: 100; }
  .__infosease .media .__circ {
    color: #DC1C2E;
    font-size: 1.6rem; }
  .__infosease .media .media-body {
    color: #949CA1;
    font-size: 0.8rem;
    font-weight: 100; }
    .__infosease .media .media-body h5 {
      color: #626366;
      font-weight: normal;
      font-size: 0.8rem; }

@media (min-width: 300px) and (max-width: 813px) {
  .__headerserasesor {
    /* Images default to Center Center. Maybe try 'center top'? */
    background-position: center center;
    background-color: #003DA5;
    background-image: url("https://www.remax.pe/img/banner/bannerasesor.png");
    padding-top: 0px;
    display: block;
    width: 100%;
    height: 270px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    -moz-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    -webkit-transition: transform 0.4s;
    transition: transform 0.4s; }
    .__headerserasesor .container-fluid {
      height: 100%; }
      .__headerserasesor .container-fluid .row {
        height: 100%; }
        .__headerserasesor .container-fluid .row .__lema {
          width: 100%;
          padding: 0% 0%;
          text-transform: uppercase; }
          .__headerserasesor .container-fluid .row .__lema h1 {
            color: #FFFFFF;
            padding: 0% 4%;
            font-weight: 100;
            text-align: center;
            padding-bottom: 0px;
            font-size: 20px;
            line-height: 35px;
            margin-bottom: 15px;
            text-transform: uppercase; }
          .__headerserasesor .container-fluid .row .__lema h2 {
            color: #FFFFFF;
            padding: 0% 4%;
            font-weight: bold;
            text-align: center;
            padding-bottom: 20px;
            font-size: 23px;
            font-weight: bold;
            line-height: 45px;
            margin-bottom: 15px; }

  .__sease {
    background-color: #F4F5F7;
    padding: 1rem 3% 4rem 3%; }

  .__fomrnewase {
    display: inline-block;
    width: 100%;
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
    top: 0;
    position: relative;
    background-color: #FFFFFF;
    box-shadow: 0px 15px 18px rgba(148, 156, 161, 0.05); }
    .__fomrnewase .__formc {
      padding: 20px; }
      .__fomrnewase .__formc .__globo {
        position: absolute;
        width: 77px;
        height: 96px;
        top: -100px;
        z-index: 11;
        right: 10px;
        transform: translatey(0px);
        animation: float 6s ease-in-out infinite; }
        .__fomrnewase .__formc .__globo img {
          width: 100%; } }
/** Powered by Jenner Castillo */
.__intagentdown {
  position: fixed;
  bottom: 0;
  left: 0;
  background: white;
  width: 100%;
  z-index: 399;
  padding: 10px 0;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1); }
  .__intagentdown .__datagent {
    float: left;
    display: -webkit-box; }
    .__intagentdown .__datagent .__agent {
      padding: 0 5px;
      width: 70px; }
      .__intagentdown .__datagent .__agent .agent-contact-bar, .__intagentdown .__datagent .__agent .card-agent {
        bottom: auto;
        right: auto;
        position: relative;
        width: 40px;
        height: 40px; }
        .__intagentdown .__datagent .__agent .agent-contact-bar .agent-face, .__intagentdown .__datagent .__agent .card-agent .agent-face {
          cursor: pointer;
          width: 100%;
          transform: scale(1.1); }
      .__intagentdown .__datagent .__agent .round {
        border-radius: 50%;
        overflow: hidden; }
    .__intagentdown .__datagent .agent-info {
      padding-top: 5px; }
      .__intagentdown .__datagent .agent-info h4 {
        font-size: 14px !important;
        color: #404041;
        margin-bottom: 0px; }
        .__intagentdown .__datagent .agent-info h4 a {
          color: #003DA5; }
      .__intagentdown .__datagent .agent-info p {
        font-size: 12px !important;
        color: #404041;
        margin-bottom: 0px; }
        .__intagentdown .__datagent .agent-info p a {
          color: #404041; }
      .__intagentdown .__datagent .agent-info .popover-name {
        width: 200px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
  .__intagentdown .contact-container .whatsapp-listing-full-desktop {
    margin-top: 7px; }
    .__intagentdown .contact-container .whatsapp-listing-full-desktop .contact-images {
      height: auto; }
      .__intagentdown .contact-container .whatsapp-listing-full-desktop .contact-images .contact-icons {
        width: 30px !important;
        height: 30px !important; }
    .__intagentdown .contact-container .whatsapp-listing-full-desktop a {
      display: inline-block; }

/** Powered by Jenner Castillo */
.main-carousel {
  height: 520px;
  width: 100%;
  position: relative;
  overflow: hidden; }
  .main-carousel img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      display: none; }
    .slick-dots li:before {
      top: 1px;
      transition: all 0.5s;
      content: "";
      width: 6px;
      height: 6px;
      background-color: #ffffff;
      position: absolute; }
    .slick-dots li.slick-active:before {
      top: 0;
      width: 8px;
      height: 8px;
      margin-left: -2px;
      background-color: #964848; }

.slick-prev {
  left: 15px;
  transform: rotate(180deg);
  top: 45% !important; }

.slick-next {
  right: 15px; }

.slick-arrow {
  right: 15px;
  top: 50%;
  height: 26px;
  width: 14px;
  margin-top: -13px;
  position: absolute;
  font-size: 0;
  z-index: 77;
  cursor: pointer;
  background-color: transparent;
  border: none;
  background-image: url("https://tarkikromanski.github.io/files/arrow-slider.png");
  background-repeat: no-repeat; }
  .slick-arrow:hover, .slick-arrow:active, .slick-arrow:after, .slick-arrow:visited {
    background-image: url("https://tarkikromanski.github.io/files/arrow-slider.png"); }
  .slick-arrow:before {
    right: 0;
    top: 50%;
    height: 26px;
    width: 14px;
    margin-top: -13px;
    position: absolute;
    font-size: 0;
    z-index: 77;
    cursor: pointer;
    background-color: transparent;
    border: none;
    background-image: url("https://tarkikromanski.github.io/files/arrow-slider.png");
    background-repeat: no-repeat; }

.slick-initialized .slick-slide {
  display: grid; }

@media (min-width: 300px) and (max-width: 813px) {
  .sp-image-container {
    padding-right: 0px; }

  .main-carousel {
    height: 280px;
    width: 100%;
    position: relative;
    overflow: hidden; } }
.sp-horizontal .sp-next-arrow {
  right: 10px;
  left: auto; }

.sp-horizontal .sp-previous-arrow {
  left: 10px;
  right: auto; }

.sp-full-screen-button {
  position: absolute;
  top: 20px;
  right: 0px; }

/** Powered by Jenner Castillo */
.__intvisist {
  margin-top: 90px;
  background-color: #ffffff;
  padding: 0rem 0% 0rem 0%; }
  .__intvisist .__titu {
    margin-bottom: 30px; }
    .__intvisist .__titu h2 {
      font-weight: 100;
      font-size: 15px;
      color: #404041;
      text-align: center; }
      .__intvisist .__titu h2::after {
        content: "";
        z-index: 10;
        display: block;
        text-decoration: none;
        position: absolute;
        top: calc(100% + 2px);
        left: 50%;
        height: 1.5px;
        width: 35px;
        background: #DC1C2E; }
      .__intvisist .__titu h2 strong {
        color: #003DA5;
        font-size: 18px; }

.__intvisist_estado {
  margin-top: 0px;
  background-color: #f5f5f5;
  padding: 1rem 0% 1rem 0%;
  text-align: center; }
  .__intvisist_estado .__titu {
    margin-bottom: 0px; }
    .__intvisist_estado .__titu h3, .__intvisist_estado .__titu h4 {
      font-weight: 100;
      font-size: 13px;
      color: #404041;
      text-align: center; }
      .__intvisist_estado .__titu h3 strong, .__intvisist_estado .__titu h4 strong {
        color: #003DA5;
        font-size: 13px; }

.__visitdeta {
  position: relative;
  background-color: #003DA5;
  padding: 0rem 0rem; }
  .__visitdeta .__comprador {
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e2e2e2;
    padding: 0px 3%; }
    .__visitdeta .__comprador .__conte h2 {
      font-size: 18px;
      color: #404041;
      font-weight: bold;
      line-height: 25px;
      margin-bottom: 0px;
      text-transform: uppercase; }
    .__visitdeta .__comprador .__conte p {
      font-size: 14px;
      color: #626366;
      margin-bottom: 0px;
      font-weight: 100;
      line-height: 23px;
      width: 100%; }
  .__visitdeta .__vendedor {
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d2d2d2;
    padding: 0px 3%; }
    .__visitdeta .__vendedor .__conte h2 {
      font-size: 18px;
      color: #404041;
      font-weight: bold;
      line-height: 25px;
      margin-bottom: 0px;
      text-transform: uppercase; }
    .__visitdeta .__vendedor .__conte p {
      font-size: 14px;
      color: #626366;
      margin-bottom: 0px;
      font-weight: 100;
      line-height: 23px;
      width: 100%; }

.__visitchat {
  position: relative;
  background-color: #FFFFFF;
  padding: 2rem 0rem 5rem 0rem;
  font-size: 13px; }

.__chatscr {
  padding-left: 0px;
  font-size: 12px; }

.__forintchat {
  background: linear-gradient(-262deg, #ffffff 0, #ffffff 98%, #ffffff 100%) !important;
  background-color: #FFFFFF;
  padding: 25px 40px; }

@keyframes favme-anime {
  0% {
    opacity: 1;
    font-size: 1rem;
    -webkit-text-stroke-color: transparent; }
  25% {
    opacity: 0.6;
    color: #FFF;
    font-size: 0.8rem;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #DC3232; }
  75% {
    opacity: 0.6;
    color: #FFF;
    font-size: 1.42875rem;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #DC3232; }
  100% {
    opacity: 1;
    font-size: 1.25rem;
    -webkit-text-stroke-color: transparent; } }
@keyframes favme-hover {
  from {
    font-size: 1.42875rem; }
  80% {
    font-size: 1.45rem; } }
.favme {
  display: block;
  font-size: 1rem;
  width: auto;
  height: auto;
  cursor: pointer;
  box-shadow: none;
  transition: all 0.2s ease;
  color: #CBCDCE;
  margin: 0;
  position: relative; }

.favme.active {
  color: #DC3232; }

.favme2 {
  display: block;
  font-size: 45px;
  width: auto;
  height: auto;
  cursor: pointer;
  box-shadow: none;
  transition: all 0.2s ease;
  color: #CBCDCE;
  margin: 0;
  position: absolute;
  top: 60px;
  right: 13px;
  z-index: 12;
  background-color: #FFFFFF;
  border-radius: 100px;
  padding: 6px 10px 2px 10px;
  -webkit-box-shadow: 4px 5px 9px -5px #757575;
  -moz-box-shadow: 4px 5px 9px -5px #757575;
  box-shadow: 4px 5px 9px -5px #757575; }
  .favme2 i {
    font-size: 45px !important; }

.favme2.active {
  color: #DC3232; }

@media (min-width: 300px) and (max-width: 813px) {
  .favme {
    display: block;
    font-size: 1rem;
    width: auto;
    height: auto;
    cursor: pointer;
    box-shadow: none;
    transition: all 0.2s ease;
    color: #CBCDCE;
    margin: 0;
    position: absolute;
    top: -80px;
    right: -13px;
    z-index: 12;
    background-color: #FFFFFF;
    border-radius: 100px;
    padding: 4px 8px;
    -webkit-box-shadow: 4px 5px 9px -5px #757575;
    -moz-box-shadow: 4px 5px 9px -5px #757575;
    box-shadow: 4px 5px 9px -5px #757575; }

  .favme2 {
    display: block;
    font-size: 30px;
    width: auto;
    height: auto;
    cursor: pointer;
    box-shadow: none;
    transition: all 0.2s ease;
    color: #CBCDCE;
    margin: 0;
    position: absolute;
    bottom: 60px;
    right: 13px;
    z-index: 12;
    background-color: #FFFFFF;
    border-radius: 100px;
    padding: 4px 8px;
    -webkit-box-shadow: 4px 5px 9px -5px #757575;
    -moz-box-shadow: 4px 5px 9px -5px #757575;
    box-shadow: 4px 5px 9px -5px #757575; }
    .favme2 i {
      font-size: 30px !important; }

  .__forintchat {
    background: linear-gradient(-262deg, #ffffff 0, #ffffff 98%, #ffffff 100%) !important;
    background-color: #FFFFFF;
    padding: 25px 10px !important; } }

/*# sourceMappingURL=master.css.map */
