.tag {
    text-transform: none !important;
}
.tag:hover {
    text-transform: none !important;
}

.card-box{
    height: 90% !important;
}
/* CARRUSEL */
.carousel-item {
    height: 300px;
}

.carousel-item img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    min-height: 190px;
}

/* TARJETAS DE VIVIENDAS */
.prop-m-built{
    font-size: 10px !important;
}
.price-card-prop{
    margin-top: 10px !important;
    font-weight: 800 !important;
}
.price-card-prop-rent{
    margin-top: 10px !important;
    margin-left: 10px;
}
.prop-card-link-body{
    color: inherit !important;
    text-decoration: none !important;
}

.price-available{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 0px 15px;
}

.price-card-prop-rent{
    margin-left: 10px;
}

.link-data{
    padding: 0px 15px;
}

.c-adress-card-prop{
    display: flex !important;
    flex-direction: row !important;
    padding: 10px 0px !important;
    width: 100% !important;
    text-align:left;
    text-transform: uppercase;
}

.icon-address-card-prop{
    margin-right: 5px !important;
    width: 7% !important;
}

.address-card-prop{
    font-size: 12px !important;
    padding-top: 7px !important;
}

.features-contain-card-prop{
    margin: 20px 0px;
}

/* MODAL IMÁGENES */
.carousel-item{
    background-color: white !important;
}
.modal-dialog{
    display: flex;
    width: 100vh !important;
    flex-direction: column;
    align-items: center;
}
.modal-content{
    width: 100vh !important;
}


.carousel-item-modal {
    height: 80vh !important;
    width: 100% !important;
}

.slider-image-modal{
    width: 100% !important;
}

.carousel-item-modal img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    min-height: 80vh !important;
    width: 100% !important;
}

/* PAGINACION */
.pagination{
    margin-top: -20px;
    margin-bottom: 40px;
}
.pagination > li > a,
.pagination > li > span {
    color: black;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: black;
    border-color: black;
}

/* Filtros Avanzados de búsqueda */
.collapse-button{
    background-color: black !important;
    color: white !important;
    width: fit !important;
}

.card-body{
    border: none !important;
}

/* AJUSTES TEXTOS CABECERA BUSCARDOR */
.intro-text{
    margin-top: 150px !important;
}

/* AJUSTE REDONDEO IMÁGENES PROPIEDADES */
.card-box img{
    border-radius: 0px !important;
}

/* ETIQUETA "CON VÍDEOS" DE LAS TARJETAS DE PROPIEDADES */
.card-box{
    position: relative;
}
.tag {
    position: absolute;
    top: 7;
    left: 7;
    background-color: 00EAE5;
    color: black;
    font-weight: 600;
    padding: 6px;
    z-index: 1;
    border-radius: 5px;
    outline: none !important;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    /* ... otras propiedades para estilizar la etiqueta */
  }


/* COPIA DEL HOME */
/* CARRUSEL */
.carousel-item {
    height: 300px;
}

.carousel-item img {
    position: absolute;
    object-fit: contain;
    top: 0;
    left: 0;
    min-height: 190px !important;
}

.active {
    border-radius: 0px !important;
}

/* BORDE AÑADIDO SOLO EN PRIMER BANNER */
.hero-heading-center{
    border: none !important;
}

/* PROMOCION OBRA NUEVA */
.azohia{
    margin-bottom: 100px;
}

.azohia .main-text{
    color: white;
    font-weight: 900;
    font-size: 100px;
    margin-left: 40px;
}

.azohia .sub-text{
    color: white;
    margin-top: -30px;
    font-size: 52px;
    margin-left: 40px;
}

/* TESTIMONIO/OPINIONES */

.op-avatar{
    width: 60px;
  height: 60px;
  -webkit-border-radius: 60px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 60px;
  -moz-background-clip: padding;
  border-radius: 60px;
  background-clip: padding-box;
  margin-right: 20px;
  float: left;
  background-size: cover;
  background-position: center center;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.f-testimonial-section{
    height: 600px;
}

.op-name{
    font-weight: 700 !important;
    text-transform: uppercase !important;

}
.f-testimonial-author{
    margin-bottom: 10px;
}

.f-icon-regular-3 > svg{
    color: #F8B704 !important;
}

.created-at{
    font-weight: 200;
    font-style: italic;
    font-size: 12px;
    margin-bottom: 10px;
}
.created-at:first-letter{
    text-transform: uppercase;
}

/* TARJETAS DE VIVIENDAS */
.prop-cards-container-propieades-home{
    margin: 0px 50px !important;
}
.prop-m-built{
    font-size: 10px !important;
}
.price-card-prop{
    margin-top: 10px !important;
    font-weight: 800 !important;
}
.price-card-prop-rent{
    margin-top: 10px !important;
    margin-left: 10px;
}
.prop-card-link-body{
    color: inherit !important;
    text-decoration: none !important;
}


.price-available{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 0px 15px;
}

.price-card-prop-rent{
    margin-left: 10px;
}

.link-data{
    padding: 0px 15px;
}

.c-adress-card-prop{
    display: flex !important;
    flex-direction: row !important;
    padding: 10px 0px !important;
    width: 100% !important;
    text-align:left;
    text-transform: uppercase;
}

.icon-address-card-prop{
    margin-right: 5px !important;
    width: 7% !important;
}

.address-card-prop{
    font-size: 12px !important;
    padding-top: 7px !important;
}

.features-contain-card-prop{
    margin: 20px 0px;
}



/* MODAL IMÁGENES */
.carousel-item{
    background-color: white !important;
}
.modal-dialog{
    display: flex;
    width: 100vh !important;
    flex-direction: column;
    align-items: center;
}
.modal-content{
    width: 100vh !important;
}


.carousel-item-modal {
    height: 80vh !important;
    width: 100% !important;
}

.slider-image-modal{
    width: 100% !important;
}

.carousel-item-modal img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    min-height: 80vh !important;
    width: 100% !important;
}


/* AJUSTES TEXTOS CABECERA BUSCARDOR */
.intro-text{
    margin-top: 150px !important;
}

/* HERO AÑOS */
.container-7{
    margin-top: 60px;
}

/* AJUSTE REDONDEO IMÁGENES PROPIEDADES */
.card-box, .card-box img{
    border-radius: 0px !important;
}

/* ETIQUETA "CON VÍDEOS" DE LAS TARJETAS DE PROPIEDADES */
.card-box{
    position: relative;
}
.tag {
    position: absolute;
    top: 7;
    left: 7;
    background-color: 00EAE5;
    color: black;
    font-weight: 600;
    padding: 6px;
    z-index: 1;
    border-radius: 5px;
    outline: none !important;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    /* ... otras propiedades para estilizar la etiqueta */
  }

/* OBRA NUEVA */
.heading-7{
    font-size: 32px !important;
    letter-spacing: 5px;
}

.hero-wrapper-two-2 h1{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}


/* FOOTER */
.hero-wrapper{
    justify-content: space-around !important;
    margin-bottom: -80px !important;
}
.hero-heading-left .heading-jumbo-small{
    margin-left: 17px !important;
    color: #00EAE5 !important;
}
.hero-heading-left{
    margin-top: 80px !important;
    padding: 0px !important;
    padding-bottom: 80px !important;
    color: white !important;
    background-color: black !important;
    font-size: 18px !important;
    border-bottom: none !important;
}

.hero-heading-left p{
    margin-left: 17px !important;
    color: white !important;
    margin-right: 100px;
}


.footer-img{
    height: 550px !important;
}

.logo-love{
    height: 180px;
    margin-bottom: 50px;
}

.b-b-container{
    display: flex;
    width: 100%;
    justify-content: center;
    background-color: black;
}
.b-b{
    width: 75%;
    border-bottom: 10px solid white !important;
}

.form-search-small{
    display: none;
}
.form-search-big {
    display: -ms-grid;
    display: grid;
    width: auto;
    height: auto;
    justify-content: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-auto-rows: 79px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
}

.f-testimonial-right-a, .f-testimonial-left-a{
    display: flex !important;
}

.footer-img{
    object-fit: contain !important;
    margin-bottom: -2px;
}

.new-card-prop {
    padding-right: 10px !important;
    padding-left: 10px !important;
    font-size: 14px !important;
    margin-left: 10px;
}

.icons-wrapper{
    display:flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-content: center;
    align-items: center;
    vertical-align: middle;
}

@media(max-width: 1535px){
    .footer-img{
        margin-bottom: -48px;
    }
    .logo-love{
        margin-bottom: 10px;
    }
    .property-cards {
        -ms-grid-columns: 1fr 1fr 1fr !important;
        grid-template-columns: 1fr 1fr 1fr !important;
    }
}

@media(max-width: 1279px){
    .footer-img{
        margin-bottom: -164px;
    }
    .logo-love{
        margin-top: 20px !important;
    }
}


@media(max-width: 1260px){
    .property-cards {
        -ms-grid-columns: 1fr 1fr !important;
        grid-template-columns: 1fr 1fr !important;
    }
    .carousel-item {
        height: 370px;
    }

}
@media(max-width: 1210px){
    .form-search-big{
        -ms-grid-columns: 1fr 1fr !important;
        grid-template-columns: 1fr 1fr !important;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
    }
    .form-search-button{
        grid-row-start: 4 !important;
        grid-column-start: 1 !important;
        background-color: #00EAE5 !important;
    }
    .carousel-item {
        height: 350px;
    }
}

@media(max-width: 1210px) and (min-width: 768px){
    .form-search-big {
        -ms-grid-columns: 1fr 1fr !important;
        grid-template-columns: 1fr 1fr !important;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
    }
}

@media(max-width: 1070px){
    .carousel-item {
        height: 300px;
    }
}

@media(max-width: 991px){
    .hero-heading-left p {
        margin-right: 0px;
    }
    .footer-img{
        margin-bottom: -40px;
    }
    .form-search-big{
        display: none;
    }
    .grid-fixed{
        display: grid !important;
        grid-template-columns: auto auto !important;
        width: 100%;
        margin: 10px;
        row-gap: 10px;
        column-gap: 10px;
        margin-bottom: 15px;
    }
    .form-search-small{
        display: block;
        width: 90%;
        margin-left: -40px;
    }
    .form-block{
        flex-direction: column !important;
        height: fit-content !important;
    }
    .intro-text {
        margin-top: 0px !important;
    }

    .heading-jumbo-propiedades {
        font-size: 35px !important;
    }
    .form-search-button{
        margin-left: 20px !important;
    }

    .property-cards{
        margin-top: 130px !important;
    }
    .carousel-item {
        height: 280px;
    }
}

@media(max-width: 800px){
    .heading-jumbo-propiedades {
        font-size: 28px !important;
    }
    .property-cards {
        -ms-grid-columns: 1fr !important;
        grid-template-columns: 1fr !important;
    }
    .carousel-item {
        height: 280px;
    }
    .property-cards{
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .prop-cards-container-propieades{
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

}

@media(max-width: 767px){
    .footer-img{
        margin-bottom: -73px;
        margin-top: -50px;
    }

}

@media(max-width: 639px){
    .footer-img{
        margin-bottom: -113px;
        margin-top: -100px;
    }
}

@media(max-width: 560px){
    .heading-jumbo-propiedades {
        font-size: 20px !important;
    }
    .intro-content{
        width: 95% !important;
    }
    .grid-fixed{
        display: grid !important;
        grid-template-columns: auto !important;
        width: 100%;
        margin: 10px;
        row-gap: 10px;
        column-gap: 10px;
        margin-bottom: 15px;
    }
    .text-field-2{
        margin-left: 10px !important;
    }
    .opinions-title h3{
        font-size: 28px !important;
    }

    .f-testimonial-right-a, .f-testimonial-left-a{
        margin-top: 45px !important;
    }
    .property-head{
        margin-top: 60px;
    }
    .footer-img{
        margin-bottom: -104px;
        margin-top: -100px;
    }
    .carousel-item {
        height: 250px;
    }

}

@media(max-width:460px){
    .footer-img{
        margin-bottom: -144px;
        margin-top: -140px;
    }
}

@media(max-width:393px){
    .footer-img{
        margin-bottom: -170px;
        margin-top: -180px;
    }
}

@media(max-width:375px){
    .footer-img{
        margin-bottom: -177px;
    }
}




