﻿

/*Estilos para del popup para el detalle*/
#popup, #popup2,  #popup_direccion, #popup_login, .bMulti {
    background-color: #FFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 25px 5px #999;
    color: #111;
    display: none;
    min-width: 390px;
    min-height: 250px;
    padding: 25px;
}

#popup .logo {
    color: #2B91AF;
    font: bold 325% 'Petrona',sans;
}

.button.b-close, .button.bClose {
    border-radius: 7px 7px 7px 7px;
    box-shadow: none;
    font: bold 131% sans-serif;
    padding: 0 6px 2px;
    position: absolute;
    right: -3px;
    top: -1px;
}


.PropMost {
  margin-bottom: 70px;
}

.PropMost .row {
  display: flex;
}

@media (max-width: 767px) {
.PropMost .row {
    display: block;
  }
}

.PropMost .col-xs-12 {
  margin-bottom: 30px;
}

.PropMost__title {
  text-align: center;
  margin-bottom: 20px;
}
.PropMost__title h2 {
  font-weight: bold;
  letter-spacing: 2px;
  display: block;
  font-family: "Montserrat", Sans-serif;
  font-size: 2.4em;
}

.PropMost__buttons {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.PropMost__buttons img {
  width: 100px;
  cursor: pointer;
}

.PropMost__props {
  margin:5px; 
  padding:5px; 
  background-color: lightcyan; 
  width: 95%; 
  height: 400px; 
  overflow: auto; 
  text-align:justify; 
}

.PropMost__item {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  border-top: solid 5px;
}

.PropMost__item h5 {
  font: bold 325% 'Petrona',sans;
  cursor: pointer;
}

.PropMost__item img {
  width: 90%;
  cursor: pointer;
}

