@media (max-width: 576px) {
  html,
  body {
    height: 100vh;
    z-index: 100000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400 !important;
  }
  .navbar-toggler i {
    color: #003119;
  }
  .listContainer .nav-link {
    color: #000 !important;
    font-size: 14px;
  }
  .modal {
    margin: 0;
  }
  .modal-dialog {
    margin: 0;
  }
  .modal-content {
    border-radius: 0;
  }
  .modal-footer {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #carouselContainer #searchContainer {
    left: 5% !important;
    right: 5% !important;
  }
  #carouselContainer {
    padding-bottom: 0 !important;
  }
  #mainCarousel img {
    min-width: 100%;
    height: calc(100vh - 80px);
    overflow: hidden;
  }
  #mainCarousel .carousel-item {
    height: calc(100vh - 80px) !important;
  }
  .card {
    border-radius: 15px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 5px 20px;
    margin-bottom: 30px;
  }
  #modalUserMenu .card-body {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  #modalUserMenu a,
  #modalUserMenu a:hover {
    color: #000;
    text-decoration: none;
  }
  .card-body {
    padding-left: 20px !important;
  }
  .card-body .card-title {
    font-size: 26px;
  }
  .card-body .card-text {
    margin-top: 2px;
  }
  .card-body .card-street {
    font-size: 20px;
    margin-bottom: 2px;
  }
  #cardsContainer .carousel {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0px !important;
  }
  #cardsContainer .carousel-item {
    height: 18rem !important;
  }
  #cardsContainer .carousel-item > img {
    height: 18rem;
  }
  #propertiesMap2 {
    width: 100%;
    height: 88vh;
  }
  #modalMap {
    z-index: 100000;
  }
  #modalNotificaciones {
    z-index: 100000;
  }
  #modalMap .modal-body {
    height: 90vh;
  }
  #modalMap .modal-footer {
    height: 10vh;
  }
  .modal-open .modal-backdrop {
    z-index: 9999;
    height: 100vh;
  }
  #leadTotalCount {
    padding: 5px;
    margin-bottom: 5px;
  }
  #ContactFixedContainer {
    -webkit-box-shadow: 0px -12px 27px 10px #FFFFFF;
    box-shadow: 0px -12px 27px 10px #FFFFFF;
  }
  .rounded-lg {
    border-radius: 15px !important;
  }
  .rounded-md {
    border-radius: 8px !important;
  }
  #fichaMap {
    border-radius: 15px !important;
  }
  #searchContainer {
    position: absolute;
    left: 0px !important;
    right: 0px !important;
    top: calc(100vh - 465px) !important;
    margin: 0px !important;
    height: 340px !important;
    border-radius: 15px;
    padding-bottom: 30px !important;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 20px;
    z-index: 1000;
  }
  #searchContainer .nav-link {
    font-size: 16px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  #searchContainer .nav-link.active {
    font-size: 16px !important;
  }
  #searchContainer h2 {
    font-size: 26px;
  }
  #searchContainer .aceptarBtns {
    position: absolute;
    bottom: 10px;
    left: 0px;
    right: 0px;
    margin: 0;
  }
  #mainSearchTipoPropiedades,
  #mainSearchZonas,
  #mainSearchDorms {
    padding: 5px;
    height: 400px;
  }
  #dataZonas {
    margin-top: 5px;
    padding: 5px;
    height: 240px !important;
    overflow-y: scroll;
  }
  #dataZonasSearchList {
    padding-bottom: 5px;
    height: 230px !important;
    overflow-y: scroll;
  }
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background-color: #f4f4f4;
  }
  ::-webkit-scrollbar {
    width: 6px !important;
    height: 4px !important;
    background-color: #f4f4f4;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 150px;
    background-color: #003119;
  }
  h4.featurette-heading {
    margin-top: 5px;
  }
  h4.featurette-heading .text-muted {
    font-size: 24px !important;
  }
  #searchListFilterContainer {
    margin-right: 0 !important;
  }
  #btnSarchListContainer {
    padding: 20px 30px 10px 30px !important;
  }
  #carouselContainer #carouselTitle {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 150px;
    height: 180px;
    z-index: 1000;
  }
  #carouselTitle h1 {
    font-size: 30px !important;
    line-height: 40px;
  }
  #mainSearchContainer h1 {
    font-size: 26px;
  }
  #videosXsContainer {
    position: absolute;
    right: calc(50% - 32px);
    top: calc(43%);
    padding-bottom: 10px;
  }
  #liLogin {
    margin-top: 15px;
    margin-left: 0;
  }
  #tblPropiedades td,
  #tblProyectos td {
    padding-top: 0px;
  }
  #tblPropiedades .rounded-pic {
    margin-left: 3px;
    padding-right: 5px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  #tblProyectos .rounded-pic {
    margin-left: 3px;
    padding-right: 3px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  #tblProyectos td,
  #mainPicXs img,
  #preloadMainPicXs {
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
  }
  #tblProyectos .trDescription {
    min-height: 200px !important;
  }
  #tblProyectos .projectListIconDetails {
    padding: 0px 0px 0px 0px !important;
    min-height: 0px;
  }
  #tblProyectos .card-description {
    min-height: 10px;
    height: auto;
    max-height: 550px !important;
  }
  #tblProyectos {
    width: 100%;
  }
  #preloadMainPicXs {
    margin: 10px 10px 0px 10px;
    padding: 0px;
  }
  #mainPicXsContainer {
    display: none;
    margin: 10px 10px 0px 10px;
    padding: 0px;
  }
  .trProject {
    min-height: 350px;
  }
  #proyectosContainer {
    padding-right: 10px;
  }
  #mainPicXs {
    margin: 0;
    padding: 0;
  }
  .project-icon {
    font-size: 18px;
  }
  #fidCantUnidades,
  #fidAreasUnidades,
  #fidTiposUnidades,
  #fidBaniosUnidades {
    font-size: 18px !important;
  }
  #headerTextContainer h1 {
    font-size: 16px !important;
  }
  #headerTitleXs {
    font-size: 28px;
  }
  .project-card-subtitle {
    font-size: 22px !important;
    line-height: 20px;
    margin-bottom: 5px;
  }
  #projectFichaBarrio {
    font-size: 20px;
  }
  .card2 .card-body {
    padding-left: 0 !important;
  }
  .card2 h5 {
    font-size: 18px;
    font-weight: 600;
  }
  .card2 p {
    line-height: 18px;
  }
  #carouselContainer #searchContainer2 {
    position: absolute;
    left: 5% !important;
    right: 5% !important;
    top: calc(100vh - 435px) !important;
  }
  .my-section-padding {
    padding: 60px 20px 20px 20px;
  }
  #ser-agente h2 {
    font-size: 26px !important;
  }
  #ser-agente .container {
    height: 560px;
    background-image: url('../img/ser-agente.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50px;
  }
  #ser-agente .container .gradient-container {
    text-align: center;
    width: 100%;
    height: 560px;
    background: linear-gradient(0deg, #003119 0%, #003119 10%, rgba(0, 49, 25, 0) 100%);
    border-radius: 50px;
  }
  #ser-agente .container .gradient-container .btn-cta {
    position: relative;
    top: 300px;
  }
  #alquiler-venta h1 {
    font-size: 26px !important;
  }
  #alquiler-venta {
    text-align: center;
  }
  #quiero-alquilar-vender .img1,
  #alquiler-venta .img1 {
    margin-top: 30px;
    width: 100%;
    height: auto;
  }
  #quiero-alquilar-vender .img2,
  #alquiler-venta .img2 {
    display: none;
    width: 160px;
    height: 160px;
  }
  #quiero-alquilar-vender .img3,
  #alquiler-venta .img3 {
    display: none;
    width: 160px;
    height: 160px;
  }
  #alquiler-venta .p-5 {
    padding-top: 5px !important;
  }
  #quiero-alquilar-vender h1 {
    font-size: 26px;
  }
  #quiero-alquilar-vender p {
    font-size: 16px;
  }
  #quiero-alquilar-vender .p-5 {
    padding: 25px 25px 25px 25px !important;
  }
  #blog {
    margin-top: 40px !important;
  }
  #blog h5 {
    font-size: 24px !important;
    font-weight: 400;
    color: #003119;
  }
  #blog h1 {
    font-size: 30px;
    color: #003119;
    margin-bottom: 60px;
  }
  .btn-wpp2 {
    margin-top: 20px !important;
    font-size: 16px !important;
  }
  #blog h4 {
    font-size: 18px !important;
  }
}
