.singlePropertyHeader {
    padding: 0 4%;
    padding-top: 185px;
    padding-bottom: 31px;
}

.houseTypeBreadcrumbs {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}

.houseTypeBreadcrumbs * {
    margin: 0px 3px;
    font-family: 'Roboto';
    font-size: 1em;
    color: black;
    font-weight: 400;
}

.title h1 {
    font-family: 'Roboto';
    font-weight: 800;
    margin: 5px 0;
}

.locationBreadcrumbs {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding-left: 30px;
}

.locationBreadcrumbs * {
    margin: 0px 3px;
    font-family: 'Roboto';
    font-size: 1em;
    color: black;
    font-weight: 400;
}

.locationBreadcrumbsIcon svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.locationBreadcrumbsIcon {
    height: 23px;
    padding-right: 7px;
}

.propertyPictures {
    width: 65%;
    padding-left: 4%;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    border-radius: 14px;
}

.mainSwiper {
    height: 600px;
    position: relative;
}

.thumbnailSwiper {
    height: 160px;
    margin-top: 30px;
    padding: 10px 4px;
}

.mainSwiper {
    overflow: hidden;
}

.thumbnailSwiper .swiper-slide {
    border-radius: 14px;
    cursor: pointer;
}

html .thumbnailSwiper .swiper-slide-thumb-active {
    outline:1px solid black;
}

.thumbnailSwiper .swiper-slide, .thumbnailSwiper .swiper-slide img {
    border-radius: 14px;
}

.thumbnailSwiper .swiper-slide:hover {
    opacity: 0.9;
}

.mainSwiper .swiper-slide {
    cursor: zoom-in;
}


.propertyPrice.propertyPriceOffer {
    position: absolute;
    top: 100%;
    left: 100%;
    transform: translate(-100%,-100%);
    z-index: 10;
    background-color: #014421;
}

.thumbnailSwiper .swiper-wrapper {
    justify-content: space-between;
}

.thumbnailSwiper {
    overflow: visible;
}


.thumbnailSwiperPrev, .thumbnailSwiperNext {
    width: 50px;
    height: 50px;
    background-color: #014421;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.thumbnailSwiperNext:hover, .thumbnailSwiperPrev:hover {
    background: #0a9d0a;
}


.thumbnailSwiperPrev svg, .thumbnailSwiperNext svg {
    width: 60%;
    height: 60%;
    pointer-events: none;
}

.thumbnailSwiperPrev {
    filter: drop-shadow(-6px 3px 4px rgba(0,0,0,0.4));
    position: absolute;
    top: 50%;
    transform: translate(-30%,-50%);
    left: 0;
}

.thumbnailSwiperNext {
    filter: drop-shadow(6px 3px 4px rgba(0,0,0,0.4));
    position: absolute;
    top: 50%;
    transform: translate(-70%,-50%);
    left: 100%;
}

.thumbnailSwiperContainer {
    position: relative;
    margin-bottom: 80px;
}

.thumbnailSwiperPrev.thumbnailSwiperDisabled {
    cursor: not-allowed;
    background-color: #014421!important;
    opacity: 0.7;
}

.thumbnailSwiper {
    overflow: clip;
}

html body .swiper-scrollbar-drag {
    background-color: rgb(1, 68, 33);
}

html body .swiper-scrollbar.swiper-scrollbar-horizontal {
    height: 10px;
    top: 100%;
    background-color: rgba(1, 68, 33, 0.2);
    cursor: pointer;
}

.propertyPrice {
    position: absolute;
    top: 100%;
    left: 100%;
    transform: translate(-100%, -100%);
    border-bottom-right-radius: 14px;
    z-index: 2;
    background-color: rgb(1, 68, 33);
    border-top-left-radius: 100px;
    box-sizing: border-box;
    padding: 20px 40px;
    padding-left: 75px;
}

.propertyPrice p {
    font-family: 'Roboto';
    margin: 0;
    color: white;
    font-size: 3em;
    font-weight: 700;
}

.socialMediaSwiper svg {
    width: 100%;
    height: 100%;
    display: block;
}

a.socialMediaIcon {
    width: 30px;
    display: block;
    height: 30px;
}

.socialMediaSwiper {
    display: flex;
    flex-direction: row;
    padding: 45px 0;
    padding-left: 15px;
    justify-content: space-between;
    padding-bottom: 10px;
}

.socialMediaLeft {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.socialMediaLeft .socialMediaIcon {
    margin-right: 25px;
}

a.socialMediaMobile {
    background-color: rgb(1, 68, 33);
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 80px;
    justify-content: center;
    width: 170px;
    padding: 15px 10px;
    cursor: pointer;
    margin-right: 45px;
    text-decoration: none;
}

.socialMediaMobile .socialMediaIcon {
    width: 30px;
    margin-right: 10px;
}

a.socialMediaMobile p {
    font-family: 'Roboto';
    margin: 0;
    color: white;
    font-weight: 500;
    font-size: 1em;
}

.socialMediaRight {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.socialMediaPrice {
    background-color: rgb(1, 68, 33);
    width: 170px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 10px;
    border-radius: 80px;
    cursor: pointer;
}

.socialMediaPrice p {
    font-family: 'Roboto';
    color: white;
    font-weight: 500;
    font-size: 1em;
    margin: 0;
}

.propertyInfoMin {
    display: flex;
    flex-direction: row;
    width: 100%;
    border: 1px solid rgb(128, 128, 128);
    border-radius: 25px;
    justify-content: space-between;
    align-items: center;
    padding: 35px 5%;
    box-sizing: border-box;
    margin-bottom: 80px;
}

.propertyInfoMinValue {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.propertyInfoMinIcon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.propertyInfoMinIcon {
    width: 35px;
}

.propertyInfoMinValue p {
    margin: 0;
    font-family: 'Roboto';
    color: rgb(1, 68, 33);
    font-size: 1.5em;
    font-weight: 500;
    margin-right: 10px;
}

.propertyInfoMinSup p {
    margin: 0;
    font-family: 'Roboto';
    color: rgb(1, 68, 33);
    font-weight: 500;
    font-size: 0.9em;
}

.propertyInfoMinRef {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.propertyInfoMinRef p {
    margin: 0;
    font-family: 'Roboto';
    color: black;
    font-weight: 500;
    font-size: 0.9em;
}

.propertyInfoMinRef .propertyInfoMinIcon {
    margin-right: 20px;
}

.propertyQualities {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 55px;
}

.propertyQualityInfo {
    width: 33.3%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 25px;
}

.propertyQualityCheck svg {
    width: 100%;
    height: 100%;
    display: block;
}

.propertyQualityCheck {
    width: 20px;
    margin-right: 10px;
}

.propertyQualityInfo p {
    margin: 0;
    font-family: 'Roboto';
    color: black;
    font-weight: 600;
    font-size: 1.3em;
    line-height: 100%;
}

.propertyDescription {
    border-radius: 25px;
    border: 1px solid rgb(128, 128, 128);
    padding: 15px 20px;
    box-sizing: border-box;
    font-family: 'Roboto';
    color: black;
    font-weight: 400;
    font-size: 1em;
    margin-bottom: 80px;
}

.propertyUbication {
    background-color: rgb(1, 68, 33);
    border-radius: 25px;
    padding: 20px;
    box-sizing: border-box;
}

.propertyUbication iframe {
    width: 100%;
    height: 400px;
    border-radius: 25px;
}

.propertyUbication p {
    margin: 0;
    margin-bottom: 20px;
    font-family: 'Roboto';
    color: white;
    font-weight: 400;
    font-size: 0.9em;
}

.propertyInfoGeneral {
    background-color: rgb(242, 242, 242);
    border-radius: 25px;
    border: 1px solid rgb(1, 68, 33);
    padding: 3px 0;
    margin-bottom: 80px;
}

.propertyInfoGenRow {
    box-sizing: border-box;
    padding: 0 35px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.propertyInfoGenRow p {
    text-transform: uppercase;
    font-family: 'Roboto';
    color: rgb(1, 68, 33);
    font-weight: 400;
    font-size: 0.9em;
    margin: 0;
}

.propertyInfoGenSeparator {
    width: 100%;
    height: 1px;
    background-color: rgb(1, 68, 33);
    margin: 3px 0px;
}

.propertyInfoGeneral > div:last-of-type {
    display: none;
}