.inmobiliaria_logo{
    width: 130px;
    height: 90px;

}
.property-section{
    width: 98.9%;
}
.single-property .property-inner .head .left .type-wrap .type {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.75px;
    font-weight: 600;
    padding: 4px 15px 3px;
    background-color: #004395;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 4px;
    margin-right: 15px;
    position: relative;
    z-index: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.single-property .property-inner .head .left .type-wrap .type::before {
    content: "";
    position: absolute;
    left: 100%;
    top: 3px;
    background-color: #004395;
    width: 25px;
    height: 25px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: -13px;
    z-index: -1;
    border-radius: 5px;
}
.single-property .property-inner .head .left .type-wrap .type::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 12px;
    background-color: #ffffff;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    z-index: 2;
}
.single-property .property-inner .head .left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 10px;
    margin-left: 30px;
}
.location{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 18px;
    /* line-height: 30px; */
    /*color: #666666;*/
    color: black;
    top: 15px;
}
.location img {
    margin-right: 10px;
}
.location-title{
    margin-bottom: 0;
}
.single-property .property-inner .head{
    margin-bottom: 0;
    max-width: 95%;
}
.main-title{
    text-align: center;
}
.location{
    top: 15px;
}
.content-description{
    margin-left: 3.7%;
    /*padding-right: 3%;/*solo para detalles, no descripcion*/
}
.links-contacto:hover{
    color: gray;
}
#contact-phonenumber{ 
    white-space: nowrap;
    overflow: hidden;
    width: 60%
}
#contact-email{ 
    white-space: nowrap;
    overflow: hidden;
    width: 50%
}
.overflow-ellipsis{
    text-overflow: ellipsis;
}
.swiper-container {
    width: 600px;
    height: 300px;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #000000;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.slide-thumbs{
    background-size: cover;
    background-position: center;
}
.gallery-thumbs {   
  height: 150px;
  box-sizing: border-box;
  padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-pagination-fraction, .swiper-button-next, .swiper-button-prev{
    color: white;
}
.image-pagination-container-controls{
    width: 10%;
    background-color: #000000;
    margin-left:auto;
    margin-right:auto
}
.custom_btn{
    background-color: initial;
    padding: 0;
    border: none;

}
.custom_btn:hover{
    transform: scale(1.1);
}
.content-btn_back{
    margin-top: -30px;
}
.detail-list{
    border: 1px solid lightgrey;
}
.detail-list table{
    width: 100%;
}
.detail-list table td,.detail-list table th{
    text-align: center;
}
.detail-list table th:last-child{
   max-width: 220px;
}
h3{
    font-family: 'Caviar Dreams Bold';
}
.mostrarContactoBtn{
    color: #004395 !important;
    text-decoration: underline !important;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 18px;
}
#items-contacto p{
    font-family: 'Caviar Dreams Bold';
    color: black !important;
    font-size: 18px;
}
@media only screen and (min-width: 1920px) and (max-width: 1920px){
    .property-section{
        margin-top: 150px !important;
    }
    .single-property .property-inner .head .left{
        margin-left: 164px;
    }
    .single-property .property-inner .head .right{
        margin-right: 117px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .single-property .property-inner .head .right .type-wrap .price{
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1680px) and (max-width: 1919px){
    .property-section{
        margin-top: 150px !important;
    }
    .single-property .property-inner .head .left{
        margin-left: 108px;
    }
    .single-property .property-inner .head .right{
        margin-right: 65px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .single-property .property-inner .head .right .type-wrap .price{
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1600px) and (max-width: 1679px){
    .property-section{
        margin-top: 150px !important;
    }
    .single-property .property-inner .head .left{
        margin-left: 88px;
    }
    .single-property .property-inner .head .right{
        margin-right: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .single-property .property-inner .head .right .type-wrap .price{
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 1280px){
    .single-property .property-inner .head .left{
        margin-left: 10px;
    }
    .single-property .property-inner .head .right{
        margin-right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .single-property .property-inner .head .right .type-wrap .price{
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1152px) {
    .swiper-container{
        width: auto;
    }
    .gallery-thumbs{
        height: 130px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 768px) {
    .property-section{
        width: 90.9% !important;
    }
    .property-section>.row:first-child{
        max-width: 100%;
        margin: auto;
    }
    
    .property-title{
        width: 100%;
        margin: auto;
        text-align: center;
        font-size: 25px;
        margin-bottom: 20px;
    }
    
    .left{
        max-width: 60% !important;
        margin-bottom: 0px !important;
    }
    .single-property .property-inner .head .left .type-wrap .type{
        line-height: 20px;
        height: 27px;
    }
    .single-property .property-inner .head .left .type-wrap .type::before{
        
        width: 20px;
        height: 21px;
    }
    .single-property .property-inner .head .left .type-wrap .type::after{
        right: -3px;
        top: 9.5px;
    }
    .swiper-container{
        width: 330px;
        height: 150px;
    }
    .gallery-thumbs {
        height: 80px;
    }
    h3{
        font-size: 20px;
    }
    .content-btn_back{
        position: relative;
        bottom: 20px;
        left: 70px;
    }
    .content-btn_back>button{
        max-width: 100px;
    }
    .property-details{
        /*margin-left: 3.7%;*/
        max-width: 96.4%;
    }
    .property-details>div>.content:last-child{
        position: relative;
        /*bottom: 550px;*/
        right: 345px;
        top: 60px;
    }
    .property-details>div>.content:nth-child(2){
        margin-bottom: 0 !important;
    }
    .content-description{
        margin-left: initial;
    }
    span.remate{
        font-size: 17px !important;
        margin-top: 20px;
    }

    
}

@media only screen and (min-device-width: 360px) and (max-device-width: 425px) {
    .property-section{
        padding-top: 0px !important;
    }
    .property-section>.row:first-child{
        max-width: 100%;
        margin: auto;
    }
    
    .property-title{
        width: 90%;
        margin: auto;
        text-align: center;
    }
    .left{
        max-width: 60% !important;
        margin-bottom: 0px !important;
    }
    .single-property .property-inner .head .left .type-wrap .type{
        line-height: 20px;
        height: 27px;
    }
    .single-property .property-inner .head .left .type-wrap .type::before{
        
        width: 20px;
        height: 21px;
    }
    .single-property .property-inner .head .left .type-wrap .type::after{
        right: -3px;
        top: 9.5px;
    }
    .swiper-container{
        width: 330px;
        height: 150px;
    }
    .gallery-thumbs {
        height: 80px;
    }
    h3{
        font-size: 20px;
    }
    .content-btn_back{
        position: relative;
        bottom: 620px;
        left: 20px;
    }
    .content-btn_back>button{
        max-width: 100px;
    }
    .movil-back{
        /*
        margin-bottom: 20px;
        */
        text-align: right;
        position: relative;
        bottom: 92px;
    }
    .movil-back > button{
        width: 100px;
    }
    .property-details{
        /*margin-left: 3.7%;*/
        max-width: 96.4%;
    }
    .property-details>div>.content:last-child{
        position: relative;
        bottom: 770px;
    }
    .property-details>div>.content:nth-child(2){
        margin-bottom: 0 !important;
    }
    .content-description{
        margin-left: initial;
    }
    span.remate{
        font-size: 15px !important;
       
        margin-top: 20px;
    }
    .inmobiliaria_logo_contenedor{
        display: none;
    }
    .inmobiliaria_logo_contenedor_movil{
        position: relative;
        margin: 0 !important;
    }
    .contenedor-ubicacion-movil{
        margin-top:  -33px !important;
    }
}
