/* DISEÑO: MOBILE FIRST */



body {
  background-color: #DFFAFF;
  margin-top: 8rem;
}




/*============================
*  MAIN
============================*/
.main-content {
  width: 95%;
  margin: 0 auto;
  padding-top: 4rem;
}

.oferta-titulo {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.oferta-titulo h2 {
  color: #00799D;
  margin: 0;
}








/*============================
*  FILTRO
============================*/
.btn-filtro {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #008CB6;
    border-radius: .8rem;
    padding: 1rem 2rem;
    float: right;
    margin: 2rem 0 1rem 0;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-filtro:hover {
    background-color: #006E8F;
}

.btn-filtro p {
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    margin: 0 0 0 .7rem;
}

.btn-filtro i {
    color: #fff;
    font-size: 1.2rem;
}







/*============================
*  Tabla
============================*/
.cont-tabla {
    width: 100%;
    overflow-y: auto;
    overflow-x: scroll;
    border-radius: 1rem;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.tabla-inmuebles {
    table-layout: auto;
    border-collapse: collapse;
}

.thead-inmuebles {
    background-color: rgb(0, 52, 75);
    color: #fff!important;
}

.thead-inmuebles tr th {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    padding: 1.5rem 2.5rem;
    font-size: 1.1rem;
    letter-spacing: .5px;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #ddd;
    white-space:nowrap;
    cursor: pointer;
}

.tbody-inmuebles {
    background-color: #fff;
    color: #525f7f;
}

.tbody-inmuebles tr td {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    padding: 1.7rem 1.8rem;
    text-align: center;
    font-size: 1.2rem;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
}

.tbody-inmuebles tr:last-of-type td {
    border-bottom: none;
}

.btn_ver {
  outline: none!important;
  border: none;
  border-radius: 4px;
  margin: 0 auto;
  background-color: #E89B00;
  padding: 7px 20px;
  color: #ffffff!important;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none!important;
}

.btn_ver:hover {
  background-color: #DF9500;
  color: #fff;
}








/*============================
*  Paginado
============================*/
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  border-radius: 37.5px;
  margin: 4rem auto 0 auto;
}

.page-item {
    margin: 0 .3rem;
}

.page-link {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  position: relative;
  display: block;
  padding: 1rem 0.75rem;
  margin-left: -1px;
  text-align: center;
  vertical-align: center;
  line-height: 1.25;
  color: #8898aa;
  background-color: #fff;
  border: 1px solid #dee2e6;
  text-decoration: none;
}

.page-link:hover {
  z-index: 2;
  color: #8898aa;
  text-decoration: none;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: none;
}

.page-link {
    width: 40px;
    height: 40px;
    border-radius: 20px;
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}


.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #1B85A1;
  border-color: #1B85A1;
}

.page-item.disabled .page-link {
  color: #8898aa;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.4375rem;
  border-bottom-left-radius: 0.4375rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.4375rem;
  border-bottom-right-radius: 0.4375rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
