/*Personalización broker2broker*/
body {
  font-weight: 400 !important;
  background: white !important;
}

a:active,
a:focus,
a:visited {
  outline: none;
  border: none;
  outline-style: none;
  -moz-outline-style: none;
}

.gradient-text-nexus-6 {
  font-weight: 600 !important;
  background: #D27F27;
  background: radial-gradient(ellipse farthest-corner at center center, #D27F27 0%, #B63430 100%, #C75133 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* UNUSED: Old Apple-related styles no longer needed */
/*
.steve {
  display: none;
}

.jobs {
  display: inherit;
}

.codigo-sms {
  font-size: 14px;
}
*/

/*Whatsapp*/
.floating-wpp-message {
  color: #333 !important;
}

.page-header {
  background-color: white !important;
}

.text-white a {
  color: #FFFFFF !important;
}

.info-horizontal {
  margin-bottom: 30px;
}

.msg-location {
  font-weight: 100;
  margin-top: 10px;
}

.button-store {
  border-radius: 10px;
  border-color: white;
  width: 180px;
  height: 60px;
  display: block;
  margin: 25px auto;
}

#boton-registro {
  margin: 35px 0 25px 0;
}

#GooglePlay,
#AppleStore {
  background-color: white !important;
  border-color: white !important;
  filter: grayscale(100%) !important;
  opacity: 80% !important;
}

.button-store a {
  border-radius: 10px;
  border-color: white;
}

.button-google {
  background-image: url("../img/Google-Play-Red.png");
  background-size: 100% 100%;
}

.button-apple {
  background-image: url("../img/Apple-Store-Red.png");
  background-size: 100% 100%;
}

@media screen and (max-width: 991px) {
  .navbar-collapse {
    padding-top: 10px !important;
    padding-left: 15px !important;
    border-left: 1px solid #CCCCCC !important;
  }

  .navbar-collapse::after {
    background: #f9f9f9 !important;
  }

  .navbar-nav {
    background: #f9f9f9 !important;
  }

  .navbar-toggler-bar {
    background: #66615b !important;
  }

  .navbar-brand {
    color: #66615b !important;
  }

  .white {
    color: #FFFFFF !important;
  }

  .back-white {
    background: #FFFFFF !important;
  }

  .footer nav>ul>li {
    margin: 0 !important;
  }

  .card-register {
    margin-bottom: 40px !important;
  }
}

/*Backgrounds Pages*/
@media (max-width: 1280px) {
  .back-app {
    background-image: url("../img/geometry.png");
    background-repeat: repeat;
    background-size: unset;
  }

  .filter {
    display: none;
  }

  .message-app {
    color: #f5593d;
  }

  .text-gray-app,
  .text-gray-app a {
    color: #66615b;
  }

  .login {
    font-size: 1.3em !important;
  }

  .login a {
    color: #f5593d !important;
  }
}

@media (min-width: 1280px) {
  .back-ingresar {
    background-image: url("../img/sections/background_4.jpg") !important;
  }

  .back-registro {
    background-image: url("../img/sections/background_3.jpg") !important;
  }

  .back-recuperar {
    background-image: url("../img/sections/background_7.jpg") !important;
  }

  .back-recover {
    background-image: url("../img/sections/background_9.jpg") !important;
  }

  .back-new-pass {
    background-image: url("../img/sections/background_10.jpg") !important;
  }

  .back-verify {
    background-image: url("../img/sections/background_6.jpg") !important;
  }

  .message-app {
    color: #FFFFFF !important;
  }

  .text-gray-app,
  .text-gray-app a {
    color: #FFFFFF !important;
  }

  .filter {
    display: inline !important;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
.navbar,
.brand,
a,
.td-name,
td,
button,
input,
select,
textarea {
  font-weight: 400 !important;
}

/*Snow*/
#sky {
  position: absolute !important;
  z-index: 3 !important;
}

/*
.page-header {
  z-index: auto;
}
*/
/*countdown*/
.countdown li {
  display: inline-block;
  font-size: 1.2em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
  font-weight: 500 !important;
}

.countdown li span {
  display: block;
  font-size: 1.6rem;
}

.countdown ul {
  margin: 0 auto !important;
}

@media (max-width: 767px) {
  .logo {
    max-width: 85% !important;
  }

  .countdown li {
    font-size: .9em;
    padding: .5em;
  }

  .countdown li span {
    display: block;
    font-size: 1.3rem;
  }

  .countdown ul {
    padding-inline-start: 5px !important;
  }
}

/*Return to Top*/
#return-to-top {
  z-index: 99;
  position: fixed;
  bottom: 100px;
  right: 15px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
  color: #fff;
  top: -8px;
}

.mxn {
  font-size: 18px;
}

.logo {
  max-width: 40%;
  padding-bottom: 15px;
}

.chatbot-img {
  max-width: 80%;
}

.transparente .nav-link,
.btn {
  font-weight: 600 !important;
  letter-spacing: 1px !important;
}

.transparente .nav-link .nc-icon {
  font-size: 14px !important;
}

/*
.navbar.navbar-transparent {
  padding-top: 15px;
}
*/
.asesor {
  font-weight: 500;
}

.font-broker {
  font-family: 'Turret Road', Arial, Helvetica, sans-serif !important;
  text-transform: lowercase !important;
  letter-spacing: 4px !important;
  font-weight: bold !important;
}

.landing-page .section {
  padding: 30px 0 !important;
}

/*
.landing-page {
  padding: 20px 0 20px !important;
}
*/
.landing-page .modal-body {
  padding: 10px 30px !important;
}

.icon .fa {
  width: 100% !important;
}

@media (max-width: 767px) {
  .logo-gray {
    max-width: 100%;
  }

  .view-index {
    padding-top: 15% !important;
  }

  .fix-head {
    margin-top: 20% !important;
  }

  .navbar.navbar-transparent {
    padding-top: 0px !important;
  }

  .property-broker h1 {
    font-size: 20px !important;
    margin-top: 0px !important;
    line-height: 1.5em;
  }
}

/*Propiedades*/
.property-broker .card {
  font-size: 12px !important;
}

.property-broker {
  font-weight: 600;
}

.property-broker h1 {
  font-size: 30px;
  font-weight: 300 !important;
}

.view-index {
  padding-top: 2%;
}

.property-broker .item {
  margin: 0 8%;
}

.property-broker .owl-dots,
.owl-nav {
  display: none !important;
}

/* Top right text */
.property-broker .top-right {
  position: absolute;
  top: 5px;
  right: 10px;
  color: white !important;
}

.property-broker .precio,
.card-title a,
.card-description {
  color: #666 !important;
  font-weight: 500;
  text-align: left !important;
}

.property-broker .card-description {
  min-height: 85px;
  margin-top: 0px !important;
  font-size: 14px !important;
}

.property-broker .card-category {
  text-align: center;
  font-weight: 500;
}

.property-broker .card-footer,
.property-broker .card-footer a {
  font-weight: 600;
}

.property-broker .card-body {
  padding: 0 1rem !important;
}

.property-broker .card .fa-whatsapp {
  font-size: 20px !important;
}

.property-broker .card .fa-map-marker {
  font-size: 16px !important;
}

.property-broker .avatar {
  width: 40px !important;
  height: 40px !important;
  display: inline !important;
}

.property-broker.btn {
  padding: 0.5rem 10px !important;
}

.property-broker .card .author {
  margin-top: 5px;
  /*display: flex !important;*/
  width: 100%;
}

.property-broker .broker-name {
  float: left;
  /*min-width: 190px;*/
  text-align: left;
}

.property-broker .broker-name a {
  font-weight: 500 !important;
}

.property-broker .whatsapp {
  float: right;
  margin-top: 7px;
}

.property-broker .whatsapp a {
  color: #25D366 !important;
  font-weight: 500 !important;
}

.property-broker .whatsapp a:hover {
  color: #f5593d !important;
  font-weight: 500 !important;
}

.property-broker .stats,
.property-broker .stats a {
  margin-top: 0px !important;
  font-size: 14px !important;
  float: none !important;
}

.property-broker hr {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}

.property-broker .address {
  font-weight: 600 !important;
}

.property-broker .card-body a:hover {
  color: #fbc658 !important;
}

.property-broker h3 {
  margin-top: 0px !important;
}

.card.card-blog {
  margin-top: 35px !important;
}

.requerimientos {
  color: #999999;
}

#countdown {
  color: #666666;
  max-width: 140px;
  font-size: 16px;
  margin: 20px auto;
}

/*Validate*/
.register-form {
  color: #66615b;
}

.register-form .error {
  color: #ffc107;
  font-weight: 500;
}

.register-form label {
  margin: 0 0 6px 0 !important;
}

.register-form .campos {
  min-height: 140px;
}

.card-register {
  min-height: 120px !important;
}

.card>.card-title {
  padding: 0 !important;
}

.noti-gift .fa {
  min-width: 30px;
}

.noti-gift {
  line-height: 1.5rem;
  text-align: center;
  font-size: 95%;
}

#request,
#error {
  text-align: center;
}

.card-register .btn {
  margin-top: 10px !important;
}

/* Blink*/
@keyframes blinker {
  from {
    opacity: 1.0;
  }

  to {
    opacity: 0.0;
  }
}

.blink {
  text-decoration: blink;
  animation-name: blinker;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}

/*Owl Carousel
#property .owl-carousel .item {
    height: fit-content;
    padding: 0.2rem;
}*/
@media only screen and (min-width: 64.0625em) {
  .large-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 64.0625em) {

  .column,
  .columns {
    position: relative;
    padding-left: .9375rem;
    padding-right: .9375rem;
    float: left;
  }
}

@media only screen and (min-width: 40.0625em) {

  .column,
  .columns {
    position: relative;
    padding-left: .9375rem;
    padding-right: .9375rem;
    float: left;
  }
}

.column,
.columns {
  position: relative;
  padding-left: .9375rem;
  padding-right: .9375rem;
  float: left;
}

.column,
.columns {
  padding-left: .9375rem;
  padding-right: .9375rem;
  width: 100%;
  float: left;
}

/*Propuesta*/
.propuesta h5 {
  font-size: 1.60em !important;
}

/*Login-Register*/
@media (max-width: 767px) {
  .full-screen.register-page .page-header .container {
    margin-top: 0 !important;
    /*margin-left: 2%;*/
  }

  .margen-der {
    margin-right: 10%;
  }

  .noti-gift {
    font-size: .8rem;
  }
}

.fix-head {
  margin-top: 12%;
}

.aviso-registro {
  color: #66615b !important;
  font-size: 0.9em !important;
}

/*Precio*/
@media (max-width: 767px) {
  .pricing-5 {
    margin-top: 10% !important;
    margin-right: 3% !important;
  }
}

.pricing-5 .card-pricing {
  font-weight: 400 !important;
}

.pricing-5 .leyenda {
  font-size: 12px;
  color: #999;
}

.pricing-5 .card-pricing ul {
  max-width: 100% !important;
}

.pricing-5 {
  margin-top: 3%;
  padding: 60px 0 !important;
}

.pricing-5 .nav-item .nav-link {
  background-color: white;
}

.pricing-5 .nav-item .nav-link:hover {
  background-color: #F1F1F1 !important;
}

.pricing-5 .nav-item .nav-link.active:hover {
  background-color: #f5593d !important;
}

.btn-free {
  margin: 20px auto;
}

.card[data-color="primary"] {
  background: #51cbce;
}

/*Info Pages*/
.demo-footer a {
  margin: 0 10px;
}

.demo-footer a:hover {
  font-weight: 500;
}

/*Aviso de Privacidad - Términos y Condiciones*/
.terminos-privacidad p {
  line-height: 1.8rem !important;
  font-size: 14px !important;
  margin-bottom: 10px;
}

.terminos-privacidad ul {
  line-height: 1.8rem;
}

/*APP*/
.app {
  position: relative;
  margin: 0;
  padding-bottom: 6rem;
  min-height: 100%;
}

.app .card {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

.app .card-register {
  margin: auto;
  min-height: 360px;
  padding: 20px 10px;
}

.footer-app nav>ul>li {
  padding: 0px !important;
}

.footer-app {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  text-align: center;
  line-height: 10px !important;
}

.promo {
  position: fixed;
  top: auto;
  left: 1rem;
  right: auto;
  bottom: 1rem;
  margin-bottom: 0.5rem;
  min-width: 280px;
  max-width: 360px;
}

.promo .notice {
  padding: 0rem .5rem;
}

.promo h3 {
  margin-bottom: 1.0rem;
}

.promo p {
  margin-bottom: 0.5rem;
}

.promo .icon {
  font-size: 3.5rem;
}

.promo .btn a {
  color: white;
}

.promo .buen-fin {
  max-width: 40%;
  padding: 20px 0;
}

/* Redes Flotantes */
.redes-flotantes {
  position: fixed;
  right: 8px;
  top: 75%;
  z-index: 20;
}

.redes-flotantes img {
  float: right;
  clear: right;
  margin: 5px;
  -moz-transform: scale(.8);
  -webkit-transform: scale(.8);
  -o-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.redes-flotantes img:hover {
  -moz-transform: scale(1.1) rotate(6deg);
  -webkit-transform: scale(1.1) rotate(6deg);
  -o-transform: scale(1.1) rotate(6deg);
  -ms-transform: scale(1.1) rotate(6deg);
  transform: scale(1.1) rotate(6deg);
}

/* Additional mobile responsive improvements */
@media (max-width: 575px) {
  .button-store {
    width: 160px;
    height: 50px;
  }
  
  .countdown li {
    padding: 0.3em;
    font-size: 0.8em;
  }
  
  .countdown li span {
    font-size: 1.1rem;
  }
  
  .redes-flotantes {
    right: 2px;
    top: 70%;
  }
  
  .redes-flotantes img {
    transform: scale(0.6);
  }
  
  .promo {
    min-width: 250px;
    max-width: 300px;
    left: 0.5rem;
    bottom: 0.5rem;
  }
}