.page-building {
    margin-top: 0 !important;
}
.page-building section {
    margin-bottom: 50px;
}

.page-building .first-section {
    position: relative;
}

.page-building .first-section .img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;

}

.page-building .first-section .text h2 {
    color: #112967;
    margin-bottom: 15px;
    line-height: 35px;
}

.page-building .first-section .row > div {
    margin-bottom: 25px;
}

.page-building .first-section .text {


    background: #ffffff;

    padding: 40px 20px 40px 20px;
    border-radius: 10px;
    border: 1px solid #0D99FF;
}

.page-building .first-section label {
    font-size: 13px;
    margin: 0;
    height: 16px;

}

.page-building .first-section .border-form {
    border: 1px solid #0D99FF;
    border-radius: 5px;
    padding: 5px 5px 0 5px;
    line-height: 14px;
}

.page-building .first-section input[type="text"] {
    border: 0 !important;
    outline: none;
    box-shadow: none;
}

.page-building .first-section .form-left {
    padding-right: 5px;
}

.page-building .first-section .form-right {
    padding-left: 5px;
}

.page-building .first-section .row {
    margin-bottom: 10px;
}

.page-building .first-section input[type="submit"] {
    font-weight: bold;
    font-size: 18px;
    padding: 10px;
    width: 100%;
    border-radius: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.page-building .first-section .btn-whatsapp {
    margin-top: 15px;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
}

.page-building .first-section .btn-whatsapp i {
    font-size: 21px;
}

.page-building .first-section .checkbox a {
    text-decoration: underline;
}

.page-building .area-section .img {
    overflow: hidden;

}

.page-building .area-section .img img {
    width: 100%;

}

.page-building .area-section h2 {
    margin-top: 25px;
    text-align: center;
    color: #000000;
    margin-bottom: 25px;

}

.page-building .area-section .content-square {
    display: flex;
    flex-wrap: wrap;
}

.page-building .area-section .square {
    width: 140px;
    text-align: center;
    color: #0D99FF;
    margin-bottom: 30px;
}

.video-section {
    background: #333333;
}

.video-section img {
    width: 100%;
}

.page-building .agenda-section .left a {
    padding-left: 60px;
    padding-right: 60px;
}

.page-building .agenda-section .left .text {
    font-size: 15px;
}

.page-building .agenda-section .left .title {
    font-size: 28px;
    font-weight: bold;
}

.page-building .agenda-section .right .title {
    font-weight: bold;
}

.page-building .offer-section h2 {
    width: initial;
    color: #000000;
    margin-bottom: 25px;
}

.page-building .offer-section .container-offer .img {
    text-align: right;
}

.page-building .offer-section .container-offer .img img {
    width: 80px;
}

.page-building .offer-section .container-offer {
    background: #c6c6c6;
    padding: 40px;
    margin-bottom: 25px;
}

.page-building .offer-section .mini-text {
    font-size: 11px;
    font-weight: bold;

}

.page-building .offer-section .text-offer {
    font-weight: bold;
    font-size: 16px;
}

.page-building .offer-section .text-offer span {
    font-size: 40px;
}

.photos-section {
    position: relative;
}

.photos-section .title {
    position: initial;
    top: 0;
    text-align: center;
    margin-bottom: 25px;

}

.photos-section .title, .photos-section .title h2 {
    width: initial;
    color: #0066E9;


}

.page-building .agenda-section {
    text-align: center;
}

.page-building .agenda-section .img img {
    margin-bottom: 25px;
}

.page-building .agenda-section .left {
    max-width: 500px;
    padding: 30px 30px;
    margin: 20px auto;
    background: #ededed;
    border-radius: 15px;
}

.page-building .h3-inmueble {
    color: #112967;
    font-weight: bold;
}

.page-building .title-section .information {
    display: flex;
    gap: 20px;
    align-items: center;
}
.page-building .title-section .item {
    font-size: 18px;
    border-right: 1px solid rgba(255, 255, 255, 0.42);
    padding-right: 20px;
}
.page-building .title-section .item i {
    margin-right: 10px;
    font-size: 25px;
}

.page-building .title-section {
    padding: 30px 0;
    background: #0066e9 !important;
    color: #ffffff;
}

.page-building .title-section h1 {
    font-size: 35px;
    color: #ffffff;
    margin-bottom: 5px;
}

.page-building .title-section .direction {
    display: flex;
    gap: 20px;
    opacity: 0.6;
    align-items: center;
    margin-bottom: 25px;
}

.thumbsGalery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.thumbsGalery {
    display: grid;
    height: 100%;

    /*
    grid-auto-flow: column;
    grid-auto-columns: 25%;
    */
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 15px;
    position: relative;
    margin-top: 15px;
}

@media (min-width: 768px) {

    .thumbsGalery {
        margin-top: 0;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }

}

@media (min-width: 992px) {


    .page-building .agenda-section .img {
        text-align: right;
    }

    .page-building .agenda-section {
        text-align: initial;
    }

    .page-building .offer-section h2 {
        width: 590px;
    }

    .photos-section .title, .photos-section .title h2 {
        width: 200px;

    }

    .photos-section .title {
        position: absolute;
        top: 50%;
        margin-top: -50px;
        text-align: left;
    }
}

.swiper-button-disabled {
    opacity: 0.4;
    cursor: initial !important;
}

#content-slider2 {
    display: none;
}

.content-slider {
    position: relative;
}

.button-next:after {
    content: 'next';
}

.button-prev:after {
    content: 'prev';
}

.button-next:after, .button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.button-next, .button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #007aff;
}

.button-next {
    right: 10px;
}

.button-prev {
    left: 10px;

}

.photos-slider .swiper {
    width: 100%;
    position: relative;
}

.photos-slider .swiper-slide {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.photos-slider .swiper-slide img {
    width: 100%;
}

.photos-slider .slider-buttons {
    display: flex;

    margin: 0 50px;
    justify-content: right;
}

.photos-slider .slider-buttons button {

    padding: 8px 15px;
    border: none;

    background: #8eb3e4ff;
    color: white;
    cursor: pointer;
    border-radius: 6px 6px 0 0;
    font-size: 16px;
    transition: background 0.3s;
}

.photos-slider .slider-buttons button.active {
    background: #0066E9;
}

.photos-slider .slider-buttons button:hover {
    background: #0066E9;

}

/*
.photos-slider .swiper-button-next{
	right: -20px;
}
	*/

