html, body, .contenedor {
  margin: 0;
  padding: 0;
  flex-wrap: wrap; }

nav.navbar {
  background-color: #ffffff !important; }
  nav.navbar .collapse .nav-item {
    display: flex;
    align-items: center; }
    nav.navbar .collapse .nav-item .nav-link {
      text-align: center;
      color: rgba(0, 0, 0, 0.5); }
  nav.navbar ul {
    display: flex !important;
    align-items: center; }

.footer {
  width: 100%;
  height: 70px;
  background-color: #000000;
  padding: 1rem;
  color: white;
  vertical-align: center;
  line-height: 4px; }
  .footer .flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%; }
  .footer a {
    margin: 9px;
    padding: 2px;
    color: white !important; }
  .footer p {
    margin: 9px;
    padding: 2px; }

.imgprncipal {
  width: 100%;
  text-align: -webkit-center; }
  .imgprncipal img {
    width: 100%;
    height: 520px; }
  .imgprncipal .localidad {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 64%;
    height: 70px;
    background-color: #7c1010;
    opacity: 0.9;
    color: #ffffff;
    margin-top: -70px;
    margin-bottom: 50px; }
    .imgprncipal .localidad h5 {
      font-size: 21px; }

.title {
  text-align: center;
  font-size: 40px;
  color: #6a6a6a;
  margin-top: 20px;
  font-weight: 100; }

.container {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  font-weight: 600; }
  .container .card {
    width: 330px;
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin: 20px;
    text-align: center;
    transition: all 0.25s; }
    .container .card .imgiconos {
      width: 30px;
      height: 25px; }
  .container .card:hover {
    transform: translateY(-15px);
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2); }
  .container img {
    width: 100% px;
    height: 220px; }
  .container small {
    color: white;
    background: #7c1010 !important;
    font-weight: 600; }
    .container small h4, .container small h6 {
      color: #ffffff; }
  .container .card p {
    padding: 0 1rem;
    font-size: 18px;
    font-weight: bold;
    text-align: justify; }
  .container .card a {
    font-weight: 500;
    text-decoration: none;
    color: #3498db; }

@media screen and (min-width: 824px) {
  .imgprncipal .localidad {
    max-width: 40%; } }
@media screen and (min-width: 1300px) {
  .imgprncipal img {
    width: 80%; } }

/*# sourceMappingURL=styleenrenta.css.map */
