@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    color: #1B1B1B;
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    transition: .5s;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

button {
    transition: .5s;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.container {
    max-width: 1432px;
}

img {
    max-width: 100%;
}

.clear {
    overflow: hidden;
}

.modal {
    z-index: 99999999;
}

/* Header Area Start  */
.header {
    background: rgb(27, 27, 27, 0.8);
}

.header.black {
    background: #000000;
}

.main-menu li div {
    background: #000000;
}

header {
    background-color: transparent;
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
    z-index: 99999999;
}

.mobile-menu-header {
    display: none;
}

.nav-down {
    background: rgb(27, 27, 27, 0.8);
}

.mobile-menu-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 20px;
    width: 100%;
    background: #1b1b1b;
    height: 70px;
    column-gap: 12px;
    display: none !important;
}

.header-right {
    display: flex;
    align-items: center;
}

.nav-up {
    top: -100%;
}

.header-left {
    display: flex;
    align-items: center;
}

.hero-right-btn:hover {
    color: #70F079;
}

.header-btn:hover {
    background: #70F079;
}

.payment-btn:hover {
    background: #70F079;
}

.logo {
    width: 131px;
}

.menu-text:hover {
    background-color: rgb(223, 227, 231);
    color: #000;
    border-radius: 30px;
}

.header-container {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-items {
    display: inline-block;
    margin-right: 14px;
    padding: 10px 0px;
}

.sub-menu-txt:hover {
    color: #fff;
}

#close {
    display: none;
}

.header-menu {
    margin-left: 32px;
}

.menu-text {
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.375rem;
    color: aliceblue;
    padding-left: .50rem;
    padding-right: 0.50rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    transition: .5s;
}

.menu-text:hover {
    color: #000;
}

.header-btn {
    border: none;
    padding: 4px 11px !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.375rem;
    color: #1B1B1B;
    border-radius: 39px;
}

.payment-btn {
    border: none;
    padding: 11px 80px !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.375rem;
    color: #1B1B1B;
    border-radius: 39px;
}

.header-btn:hover {
    color: #fff;
}

.payment-btn:hover {
    color: #fff;
}

.header-btn2 {
    display: none;
}

.header-btn img {
    width: 25px;
}

.sub-menu-box {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    background: #000000;
    top: 90px;
    padding: 17px 0;
}

.sub-menu-box.show {
    display: block;
}

.single-sub-menu-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1000px;

    margin: auto;
    padding: 0px 20px;
}

/* Header Area End  */


/* Hero Area Start  */
.hero-area {
    padding-top: 176px;
    padding-bottom: 176px;
    background-color: #1B1B1B;
}

.title {
    font-size: 120px;
    font-weight: 900;
    color: #fff;
    line-height: 93.5%;
    margin-bottom: 16px;
}

.hero-des {
    font-size: 26px;
    color: #fff;
    margin-bottom: 24px;
    max-width: 751px;
}

.input-box {
    max-width: 718px;
    position: relative;
}

.hero-container {
    display: flex;
}

.hero-left {
    width: 65%;
    display: flex;
    align-items: center;
}

.hero-right {
    width: 35%;
}

.hero-img-box {
    padding: 33px 50px;
    background: #09090A;
    border-radius: 30px;
    text-align: center;
}

.hero-right-content {
    text-align: left;
}

#introduce {
    width: 100%;
    padding: 22px 22px;
    font-size: 18px;
    font-weight: 500;
    color: #1B1B1B;
    border-radius: 7px;
    border: none;
    margin-bottom: 29px;
}

.submitBtn {
    padding: 14px 30px;
    background: #70F079;
    border: none;
    font-size: 18px;
    color: #1B1B1B;
    font-weight: 700;
    position: absolute;
    right: 15px;
    top: 9px;
    border-radius: 7px;
}

.submitBtn:hover {
    color: #fff;
}


.hero-right-title {
    font-size: 38px;
    line-height: 1;
    color: #fff;
    font-weight: 900;
    max-width: 346px;
    margin-bottom: 20px;
}

.hero-right-btn {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 6px 14px;
    border: 1px solid #70F079;
    border-radius: 39px;
    display: inline-block;
    margin-bottom: 20px;
}

/* Hero Area End  */


/* Slider Area Start  */
.slider-area {
    padding-top: 140px;
    padding-bottom: 136px;
}

.slider-title-box {
    padding-bottom: 64px;
}

.common-title {
    font-size: clamp(3rem, 2.55rem + 1vw, 3.75rem);
    line-height: 1;
    font-weight: 900;
}

.slider-title {
    color: #000000;
    margin-bottom: 27px;
}

.slider-des {
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #1B1B1B;
    max-width: 900px;
    margin: auto;
    margin-bottom: 27px;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
    width: 15px;
    height: 15px;
}

.short-des {
    font-size: 0.75rem;
    line-height: 1.125rem;
    letter-spacing: 0.01125rem;
    color: #848484;
    font-weight: 400;
}

.slider-box {
    padding-top: 90px;
}

.slider-button:hover {
    color: #70F079;
}

.slider-button {
    font-size: 15px;
    font-weight: 400;
    color: #1B1B1B;
    padding: 7px 20px;
    background: #ffffff;
    border-radius: 50px;
}

.slider-content {
    padding: 215px 10px;
    position: relative;
    cursor: pointer;
}

.slider-main-content {
    display: flex;
    justify-content: space-between;
    padding: 11px 12px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
}

.single-slider.swiper-slide.swiper-slide-active {
    transform: scale(1.1);
}

.slider-active {
    padding-left: 341px !important;
}

.slider-box {
    padding-bottom: 100px;
}

.single-slider {
    padding: 0px 10px;
    border-radius: 20px;
}

.slider-content-left {
    display: flex;
}

.slider-small-img {
    padding: 3px;
    background: #F5B585;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.swiper-pagination.swiper-slide.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: absolute;
    bottom: 6px;
    height: auto;
}

.swiper-pagination-bullet-active {
    background-color: rebeccapurple;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.info-title {
    font-size: 13px;
    font-weight: 500;
    color: #1B1B1B;
}

.swiper-pagination-bullet {
    background: #D9D9D9 !important;
    box-shadow: 0px 4px 4px 0px rgb(0, 0, 0, .5) !important;
}

.infp-des {
    font-size: 11px;
    font-weight: 400;
    color: #888888;
}

.slider-info-content {
    padding-left: 14px;
}

.slider-more {
    border-radius: 30px;
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 6px 16px;
}

#wrap {
    padding-top: 89px;
    padding-bottom: 300px;
    overflow: hidden;
}

.review-title {
    margin-bottom: 30px;
}

.review-card--option-1 {
    border: 1px solid #d8d8d8;
    padding: 25px;
}

.review-card--option-2 {
    padding: 0 15px;
}

.review-card--option-3 {
    padding: 0 200px;
}

.review-card--option-4 {
    padding: 30px;
}

.review-card .review-card-img {
    border: 1px solid #eee;
    width: 100px;
    height: 70px;
    background-image: url('https://unsplash.it/200');
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto 15px;
}

.review-card .review-author .ra-author {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}

.review-card .review-author .ra-rating-star {
    margin: 0 0 15px;
    padding: 0;
    list-style-type: none;
}

.review-card .review-author .ra-rating-star li {
    display: inline-block;
    margin: 0 -2px;
}

.review-card--option-4 {
    border: 1px solid #d8d8d8;
}

.carousel-wrap {
    width: 415px;
    height: 323px;
    margin: 0 auto;
    position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
    .carousel-wrap {
        width: 400px;
    }
}

@media (max-width: 767px) {
    .carousel-wrap {
        width: 350px;
        height: 345px;
    }
}

@media (max-width: 480px) {
    .carousel-wrap {
        width: 240px;
        height: 408px;
    }
}

.carousel>li {
    width: 320px;
    background: #fff;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    border-radius: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .carousel>li {
        width: 400px;
    }
}

@media (max-width: 767px) {
    .carousel>li {
        width: 350px;
        height: 460px;
    }
}

@media (max-width: 480px) {
    .carousel>li {
        width: 334px;
        height: 460px;
    }
}

.items {
    position: absolute;
}

.main-pos {
    margin-left: 2em !important;
    z-index: 3000;
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-pos {
        margin-left: -40px !important;
    }
}

@media (max-width: 767px) {
    .main-pos {
        margin-left: -40px !important;
    }
}

.left-pos {
    background: #ccc;
    opacity: 0.5;
    margin-left: -17em !important;
    z-index: 1000;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transform: scale(0.75);
}

.left-pos .review-card--option-4 {
    background: rgba(0, 0, 0, .2);
}

@media (min-width: 768px) and (max-width: 991px) {
    .left-pos {
        margin-left: -220px !important;
    }
}

@media (max-width: 767px) {
    .left-pos {
        margin-left: -222px !important;
    }
}

@media (max-width: 480px) {
    .left-pos {
        margin-left: -145px !important;
    }
}

.back-pos {
    opacity: 0.05;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
}

.right-pos {
    opacity: 0.5;
    margin-left: 21em !important;
    z-index: 1000;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transform: scale(0.75);
}

.right-pos .review-card--option-4 {
    background: rgba(0, 0, 0, .2);
}

@media (min-width: 768px) and (max-width: 991px) {
    .right-pos {
        margin-left: 140px !important;
    }
}

@media (max-width: 767px) {
    .right-pos {
        margin-left: 130px !important;
    }
}

@media (max-width: 480px) {
    .right-pos {
        margin-left: 62px !important;
    }
}

.slider {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;

}

a.slider-more:hover {
    color: #70F079;
}

.declaramos-txt {
    display: none;
}

.slider a {
    color: #999;
}

.slider i {
    font-size: 45px;
}

.slider #prev,
.slider #next {
    position: absolute;
}

.slider #prev {
    left: -214px;
}

.bg1,
.bg2,
.bg3,
.bg4,
.bg5 {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 100% !important;
}

.bg1 {
    background-image: url(images/slide2.jpg) !important;
}

.bg2 {
    background-image: url(images/slide3.png) !important;
}

.bg4 {
    background-image: url(images/slide1.png) !important;
}

.bg5 {
    background-image: url(images/slide5.png) !important;
}

.bg6 {
    background-image: url(images/code.jpg) !important;
}

.bg7 {
    background-image: url(images/art.jpg) !important;
}

.bg8 {
    background-image: url(images/office.jpg) !important;
}

.bg9 {
    background-image: url(images/book.jpg) !important;
}

.bg10 {
    background-image: url(images/gpmeet.jpg) !important;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .slider #prev {
        left: -180px;
    }
}

@media (max-width: 767px) {
    .slider #prev {
        left: -70px;
    }
}

.slider #next {
    right: -214px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .slider #next {
        right: -180px;
    }
}

@media (max-width: 767px) {
    .slider #next {
        right: -70px;
    }
}

@media (max-width: 480px) {
    .slider {
        display: none;
    }
}

/* Slider Area End  */


/* About Area Start  */
.about-title {
    color: #fff;
}

.about-des {
    max-width: 700px;
    margin: auto;
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 50px;
    margin-top: 20px;
}

.about-area {
    padding-top: 95px;
    padding-bottom: 100px;
    background: #000000;
}

.aboutBtn {
    display: inline-block;
    align-items: center;
    font-size: 20px;
    line-height: 1.375rem;
    font-weight: 800;
    color: #1B1B1B;
    padding: 8px 27px;
    background: #fff;
    border-radius: 39px;
}

.aboutBtn2 {
    display: none;
}

.aboutBtn:hover,
.habla:hover,
.explorer:hover {
    color: #70F079;
}

.aboutBtn img {
    width: 40px;
}

.phoneImg {
    width: 100%;
    max-width: 884px;
    margin: auto;
    display: block;
}

.chema {
    font-size: 170px;
    color: #ffff;
    font-weight: 700;
    letter-spacing: 27px;
    opacity: .5;
}

.about-me {
    position: relative;
    margin-top: 85px;
    margin-bottom: 70px;
}
.j-han-txt {
    color: #fff;
    font-size: 18px;
    max-width: 573px;
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
    line-height: 20px;
}
.aboutme-img {
    position: absolute;
    left: 50%;
    top: -53px;
    transform: translateX(-50%);
    max-width: 300px;
}

.chema-des {
    color: #fff;
}

.chema-des {
    max-width: 700px;
    margin: auto;
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 20px;
    margin-top: 20px;
}

.bold-txt {
    font-weight: 700;
}

.habla {
    display: inline-block;
    align-items: center;
    font-size: 20px;
    line-height: 1.375rem;
    font-weight: 800;
    color: #1B1B1B;
    padding: 17px 27px;
    background: #fff;
    border-radius: 39px;
}

/* About Area End  */


/* Tab Area Start  */

.tabs-area {
    position: relative;
}

#home, #menu1, #menu2 {
    padding: 142px 0px;
    background-size: cover;
    background-position: center;
    transition: opacity 0.6s ease-in-out;
}

ul.nav.nav-tabs.my-nav {
    flex-wrap: nowrap;
}

a.simpre-single-button.active {
    background: #fff;
    color: #1B1B1B;
}

.ecntara-title {
    display: none;
}

.simpre-single-button {
    display: inline-flex;
    align-items: center;
    column-gap: 12px;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.375rem;
    height: 42px;
    color: #fff;
    padding-left: 26px;
    padding-right: 26px;
    background: rgb(255, 255, 255, .5);
    border: 4px solid #fff;
    border-radius: 39px;
    position: relative;
}

.simpre-single-button-df {
    margin: 0px 52px;
}

h3.tab-ct-title {
    max-width: 1000px;
    text-align: center;
    margin: auto;
    margin-bottom: 390px;
    color: #fff;
}

.explorer {
    display: inline-block;
    align-items: center;
    font-size: 20px;
    line-height: 1.375rem;
    font-weight: 800;
    color: #1B1B1B;
    padding: 17px 27px;
    background: #fff;
    border-radius: 39px;
}

.explore-properties {
    display: inline-block;
    align-items: center;
    font-size: 20px;
    line-height: 1.375rem;
    font-weight: 800;
    color: #1B1B1B;
    padding: 17px 27px;
    background: #fff;
    border-radius: 39px;
}

.simpre-single-button {
    position: relative;
    transition: .5s;
    /* transition-delay: 1s; */
    z-index: 1;
    overflow: hidden;
}

.simpre-single-button::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    /* background: #ddd; */
    z-index: -1;
    left: -100%;
    transition: 1s;
    transition-delay: 1s;
}

.simpre-single-button.active::before {
    left: 0;
}

.tab-menu {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 17%);
}

.nav-tabs {
    border-bottom: none;
}
/* Tab Area End  */

/* Service Area Start  */
.service-left-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 20px;
}

.service-img {
    margin-bottom: 10px;
}

.service-title-responsive {
    display: none;
    margin-bottom: 32px;
}

.service-des {
    text-align: left;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #BABABA;
}

.service-container {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 60px;
}

.service-link:hover {
    color: #fff;
}

.service-right-content {
    max-width: 741px;
    text-align: center;
    margin: auto;
}

.service-img {
    width: 122px;
}

.single-service {
    padding: 18px;
    background: #F1F1F1;
    padding-bottom: 40px;
    border-radius: 10px;
    height: 100%;
    text-align: center;
}

.service-right {
    display: flex;
    align-items: center;
}

.service-area {
    padding-top: 180px;
    padding-bottom: 140px;
}

.service-active {
    background-color: #000;
}

.service-active p {
    color: #fff;
}

.service-link {
    color: #1B1B1B;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.375rem;
    padding: 10px 28px;
    background: #70F079;
    display: inline-block;
    border-radius: 39px;
    margin-top: 30px;
}

.servcie-des {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.5rem;
    max-width: 500px;
    margin: auto;
    margin-top: 20px;
}

.service-title {
    text-align: center;
}

/* Service Area Start  */


/* Compra Area Start  */
.compra-area {
    padding-top: 93px;
    padding-bottom: 232px;
    background-color: #000;
}

.compra-img-res {
    display: none;
}

.compra-title {
    color: #fff;
    max-width: 1004px;
    margin: auto;
}

.compra-des {
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    line-height: 1.5rem;
    max-width: 900px;
    margin: auto;
    margin-bottom: 75px;
    margin-top: 40px;
}

.compra-img {
    margin-bottom: 12px;
}

.explorer2 {
    display: none;
}

/* Compra Area End  */


/* Collapse Area Start  */
.collapse-title {
    margin-bottom: 20px;
}

.card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    padding: 0;
    background: none;
    border-bottom: 1px solid #1B1B1B;
}

.dudas-title {
    margin-bottom: 20px;
}

.card {
    border: none;
    box-shadow: initial;
}

.card-header h2 {
    width: 100%;
}

.collapse-sub-title {
    width: 100%;
    text-align: left;
}

button.btn.btn-link.collapse-sub-title.collapsed:focus {
    box-shadow: inherit !important;
}

.collapse-sub-title {
    font-size: 20px;
    color: #1B1B1B;
    font-weight: 700;
    text-decoration: none;
}

.collapse-des {
    font-size: 1.125rem;
    font-weight: 400;
    color: #1B1B1B;
    padding: 10px 0px;
}

.collpace-area {
    padding-top: 100px;
    padding-bottom: 100px;
}

.dudas-conent {
    margin-top: 70px;
}

.dudas-des {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #1B1B1B;
    margin-bottom: 32px;
}

.contactor {
    display: inline-block;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.375rem;
    background: #1b1b1b;
    padding: 10px 28px;
    border-radius: 39px;
}

.contactor:hover {
    color: #70F079;
}

/* Collapse Area End  */


/* Footer Area Start  */
.footer-area {
    background-color: #1B1B1B;
    padding-top: 61px;
    padding-bottom: 71px;
}

.footer-title {
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
}

.footer-menu-box {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 60px;
}

.footer-single-menu-title {
    margin-bottom: 33px;
    color: #fff;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1.125rem;
    letter-spacing: 0.0075rem;
}

.footer-menu-txt {
    display: block;
    color: #737C84;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.125rem;
    letter-spacing: 0.01125rem;
    margin-bottom: 12px;
}

.footer-menu-txt:hover {
    color: #fff;
}

img.footer-logo-img {
    width: 129px;
}

a.sub-menu-txt {
    display: block;
    color: #737C84;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 12px;
}

.footer-menu-box {
    padding-bottom: 131px;
}

.footer-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 17px;
    border-bottom: .5px solid #FFFFFF;
}

.socila-buttons {
    display: flex;
    align-items: center;
    column-gap: 24px;
}

.footer-bottom {
    padding-top: 50px;
    display: flex;
    padding-bottom: 99px;
}

.footer-bottom-menu {
    padding-left: 64px;
}

.bottom-menu-link {
    color: #737C84;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.125rem;
    letter-spacing: 0.01125rem;
    display: inline-block;
}

.bottom-menu-items {
    display: inline-block;
    margin-right: 1.5rem;
}

.copyright {
    margin-bottom: 36px;
}

.copyright,
.copyright-des {
    color: #737C84;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.125rem;
    letter-spacing: 0.01125rem;
}

.toggle-arrow {
    display: none;
}

.footer-toggle {
    display: flex;
    justify-content: space-between;
}

.jmt {
    margin-bottom: 24PX;
}

a.bottom-menu-link:hover {
    color: #fff;
}

.footer-title-box {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: start;
    margin-bottom: 96px;
}

.footer-modalbtn {
    padding: 7px 15px;
    border-radius: 20px;
    background: #fff;
    color: #1B1B1B;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 4px;
}

.countryModal {
    padding: 1.5rem;
    border-radius: 1.5rem;
}

#search-country {
    width: 100%;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: -0.00438rem;
    padding: 0.375rem 20px;
    background: #DFE3E7;
    border: navajowhite;
    border-radius: 15px;
}

.plafBtn {
    border: none;
    background: none;
    padding: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -0.01rem;
}

.select-country {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin: 20px 0px;
}

.plafBtn img {
    width: 25px;
}

/* Footer Area End  */



/* Step Form CSS  */
.step-form-area {
    background: #212529;
    /*height: 100vh;*/
    padding: 75px 0;
}

.step-logo-box img {
    width: 94px;
}

.step-txt {
    color: #fff;
    padding-top: 15px;
    display: inline-block;
}

.form-label {
    color: #fff;
}

.step-logo-box {
    margin-bottom: 63px;
}

.step-form-step {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
}

.step-form-step {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
}

.single-step.step-active {
    border-top: 2px solid rgba(112, 240, 121, 1);
}

.single-step {
    border-top: 2px solid rgba(112, 240, 121, .5);
}

.step-des {
    font-size: 25px;
    color: #fff;
    text-align: center;
    margin-top: 88px;
    margin-bottom: 22px;
    font-weight: 600;
}

.call-form {
    max-width: 600px;
    margin: auto;
}

.inp-fild {
    width: 100%;
    height: 72px;
    border-radius: 7px;
    border: none;
    color: #000;
    padding: 12px;
    font-size: 18px;
}

.column3 {
    display: grid;
    grid-template-columns: auto auto auto;
}

.second-col {
    width: 102px;
}

.third-col {
    width: 160px;
}

.column3 {
    display: grid;
    grid-template-columns: auto auto auto;
    /*column-gap: 12px;*/
    align-items: end;
    margin-bottom: 20px;
}

.inp-fild.fild-wd {
    width: 468px;
}

.fild-wd-df {
    width: 583px;
}

.j-check1 {
    margin: 0 !important;
}

.j-check1-label {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.submit {
    padding: 14px 30px;
    background: #70F079;
    border: none;
    font-size: 18px;
    color: #1B1B1B;
    font-weight: 700;
    border-radius: 7px;
    margin-top: 25px;
}

.submit:hover {
    color: #fff;
}

.step2 {
    padding-top: 126px
}

.option-select {
    width: 150px;
    font-size: 25px;
    font-weight: 500;
}

.step2-form {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 24px;
}

.submit2 {
    margin: 0;
}

.step3-title {
    color: #fff;
    text-align: center;
    margin-bottom: 41px;
}

.step3 {
    padding-top: 97px
}

.step3-des {
    font-weight: 400;
    font-size: 23px;
    color: #fff;
    line-height: 1.5rem;
    max-width: 900px;
    margin: auto;
    text-align: center;
    margin-bottom: 40px;
}

.submit3 {
    margin-top: 40px;
}

.step1.step4 {
    max-width: 610px;
    margin: auto;
}

.hablemos-top {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 16px;
}

.dubol-check {
    width: 156px;
}

.choice-box {
    /*display: flex;*/
    padding-top: 5px;
    column-gap: 30px;
}

.hablemos-bottom {
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 16px;
    margin-top: 26px;
}

.step5 {
    padding-top: 86px;
}

.main-form {
    max-width: 400px;
    margin: auto;
    padding: 61px 30px 34px 30px;
    background: #5F5F5F;
    border-radius: 39px;
}

.sb-input {
    width: 100%;
    padding: 5px 28px;
    height: 51.33px;
    border-radius: 20px;
    border: none;
    margin-bottom: 6px;
    font-size: 16px;
    color: #A2A3A3;
    font-weight: 400;
}

.sb-check {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
}

.sb-check-fild {
    margin-top: 12px;
    margin-bottom: 30px;
    display: flex;
    gap: 12px;
    align-items: center;
}

.enviar {
    width: 100%;
    padding: 14px 30px;
    background: #1B1B1B;
    border: none;
    font-size: 18px;
    color: #fff;
    border-radius: 20px;
}

.enviar:hover {
    color: #70F079;
}












/* index 2  */

/* Hero css Start  */
.title2 {
    font-size: 120px;
}

.titieSmall {
    font-size: 66px;
}

.hero2-right {
    padding: 12px;
    background: #fff;
}

.hero2-des {
    margin-bottom: 30px;
}

.negocio {
    display: none;
}

p.hero-des.hero2-des {
    margin-top: 30px;
    font-size: 20px;
}

#calcular {
    z-index: 99999999;
}

.hero-2Habla {
    display: none;
}

.main-modal-content {
    background: #1B1B1B;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 80px;
    border-radius: 39px;
    align-items: center;
}

.calcular-modal-content {
    max-width: 1100px;
    margin: auto;
    background-color: #70F079;
    border: none;
}

.modalCloseIcon {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99999999999;
    color: #fff;
    font-size: 33px;
    display: none;
    cursor: pointer;
}

.equipo {
    font-size: 20px;
    font-weight: 400;
    margin-left: 24px;
    color: #FFFFFF;
}

.entrevista {
    display: flex;
    margin-bottom: 30px;
    justify-content: center;
}

/* .SolicitaImg{
    width: 172px;
} */
.SolicitaImg {
    width: 128px;
}

.produces {
    font-size: 40px;
    font-weight: 700;
    color: #FFFFFF;
}

.si {
    display: flex;
    column-gap: 12px;
    margin-bottom: 40px;
    align-items: center;
}

.recibiríasTitle {
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 10px;
}

.recibirías {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.ziegel {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}

.recibiríasBtn {
    font-size: 30px;
    color: #1B1B1B;
    padding: 3px 24px;
    background: #70F079;
    border-radius: 20px;
    text-align: center;
    display: inline;
}

.popup-enviar {
    background: #1b1b1b;
    color: #fff;
}

.closeBttn {
    font-size: 30px;
    color: #1B1B1B;
    font-weight: 600;
    margin-bottom: 24px;
    cursor: pointer;
}

.calcular-modal {
    width: 100% !important;
    max-width: 100%;
    height: 100vh;
    min-height: 100vh;
    margin: 0;
    background: #70F079;
}

.esta {
    line-height: .88;
}


.holabtn {
    display: inline-block;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.375rem;
    background: #000;
    padding: 10px 28px;
    border-radius: 39px;
}
.alertasBtn {
    color: #1b1b1b;
    background: #fff;
    font-weight: 800;
}

.holabtn:hover {
    color: #70F079;
}

.slider-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
}

div#slider-dots-container {
    position: absolute;
    bottom: -193px;
}

.owl-nav {
    display: none;
}

/* Optional: Style for individual dot */
.slider-dot {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #D9D9D9;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 47px 45px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.slider-dot.active-dot {
    width: 14px;
    height: 14px;
    background-color: #B5B5B5;
}


/* About2 Area start  */
.about2-container {
    display: flex;
}

.about2-left {
    width: 30%;
}

.about2-right {
    width: 70%;
}

.about2-des2 {
    display: none;
}

.about2-right-content {
    padding-left: 60px;
}

.about2-titile {
    font-size: 55px;
    margin-bottom: 8px;
}

.about2-des {
    font-size: 26px;
    margin-bottom: 24px;
    max-width: 851px;
}

.about2-profile {
    padding: 8px;
    background: #EAEAEA;
    border-radius: 20px;
    padding-bottom: 30px;
}

.profile-title {
    font-size: 36px;
    color: #1B1B1B;
    text-align: center;
}

.profileInfo {
    font-size: 25px;
    color: #616161;
    text-align: center;
}

.profileImg {
    margin-bottom: 16px;
}

.about2-area {
    padding-top: 167px;
    padding-bottom: 44px;
}

/* About2 Area start  */


/* Card slider Start  */
.card-des {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
}

.single-card-slider {
    padding: 46px 24px 40px 24px;
    background: #000;
    border-radius: 16px;
    height: 100%;
}

.cardImg-box {
    margin-bottom: 12px;
}

.cardImg {
    width: 129px !important;
    margin: auto;
}

.card-slider-area {
    padding-top: 44px;
}

/* Card slider End  */


/* Gustaria Start  */
.gustaria-container {
    padding: 70px 106px;
    display: flex;
    justify-content: space-between;
    max-width: 1170px;
    margin: auto;
    background-image: url(/website/v2/images/rectangle-186.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
    border-radius: 39px;
    gap: 32px;
}

.gustaria-right {
    padding: 50px 30px;
    background: rgba(255, 255, 255, .5);
    border-radius: 39px;
}

.gusta-title {
    font-size: 52px;
    line-height: 107.1%;
    color: #fff;
    max-width: 536px;
    font-weight: 700;
}

.gusta-des {
    font-size: 35px;
    color: #fff;
    max-width: 536px;
}

.gusta-modal-form {
    background: rgba(255, 255, 255, .5);
    padding: 50px;
    border-radius: 39px;
}

.gusta-modalClose {
    color: #fff;
}

.gusta-modal-content {
    background: transparent;
}

.gusta-main-modal {
    background: transparent;
}

.gusta-modal {
    background-color: transparent;
    background-image: url(/website/v2/images/rectangle-238.svg);
}

.gusta-nxt-des {
    font-size: 24px;
    line-height: 107.1%;
    color: #fff;
    text-align: center;
    display: inline-block;
}

.gustaria-area {
    padding-top: 95px;
    padding-bottom: 150px;
}

.gusta-nxtBtn {
    display: none !important;
}

.gusta-nxtBtn {
    display: block;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.375rem;
    color: #fff;
    background: #fff;
    padding: 16px 24px;
    border-radius: 39px;
    background-image: url(/website/v2/images/rectangle-186.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
    max-width: 323px;
    margin: auto;
}

/* Gustaria End  */


/* Video Area Start  */
.video-container {
    max-width: 1300px;
    margin: auto;
}

.video-box {
    padding: 300px 0px;
    background-image: url(images/man2.jpg);
    border-radius: 39px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
    position: relative;
    z-index: 1;
}

.video-left-mobile {
    display: none;
}

.video-box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 39px;
}

.video-area {
    background: #1B1B1B;
    padding: 138px 0px;
}

.video-left-content {
    max-width: 690px;
}

.nuestro {
    font-size: 56px;
    color: #fff;
    text-align: left;
}

/* Video Area End  */



/* Markting Area Start  */
.marcating-area {
    padding: 300px 0px;
    background-image: url(images/marcating.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
}

.marcating-title {
    color: #fff;
    margin-bottom: 32px;
}

.marcating-des {
    color: #fff;
    margin-bottom: 32px;
}

.markating-modal {
    background: #000 !important;
}

/* Markting Area End  */


/* PRicing Area Start  */
.pricing-title {
    margin-bottom: 32px;
}

.pricing-area {
    padding-top: 100px;
}

.single-pricing {
    padding: 40px 14px 30px 14px;
    background-color: #F7F7F7;
    border-radius: 30px;
    margin-bottom: 15px;
}

.pricing-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.plan-title {
    font-size: 32px;
    color: #000;
    margin-bottom: 11px;
    line-height: 106.5%;
    font-weight: 700;
}

.pricingImg {
    width: 222px !important;
    margin: auto;
}

/* .pricing-box-attive{
    display: none !important;
} */
.pricing-box-attive button.owl-dot {
    width: 12px;
    height: 12px;
    background: #D9D9D9 !important;
    z-index: 999;
    position: relative;
    margin-right: 5px;
    border-radius: 30px;
}

.pricing-box-attive .owl-dots {
    text-align: center;
    padding-top: 30px;
}

.discout {
    font-size: 80px;
    font-weight: 700;
    color: #6D6D6D;
    margin-bottom: 20px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.discount-title {
    font-size: 20px;
    color: #1B1B1B;
    margin-bottom: 12px;
    font-weight: 500;
}

.discount-des {
    font-size: 16px;
    color: #A5A5A5;
    font-weight: 500;
    max-width: 343px;
    margin: auto;
    margin-bottom: 22px;
}

.planBtn:hover {
    color: #70F079;
}

.pricing-dubol {
    max-width: 181px;
    margin: auto;
    margin-bottom: 21px;
    margin-top: 15px;
    height: 117px;
}

.pricingImg {
    margin-bottom: 20px;
}

.desde {
    display: flex;
    align-items: center;
    gap: 8px;
}

.desde p {
    font-size: 20px;
    color: #6D6D6D;
    line-height: 106.5%;
    font-weight: 700;
}

.discout-small {
    font-size: 55px;
    line-height: 106.5%;
    color: #6D6D6D;
    font-weight: 700;
}

.planBtn {
    display: block;
    width: 100%;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.375rem;
    background: #000;
    padding: 10px 28px;
    border-radius: 39px;
    max-width: 200px;
    margin: auto;
}

.consultar {
    font-size: 50px;
}

.pricing-title-box {
    margin-bottom: 50px;
}

/* PRicing Area End  */


/* Index3 Start HEre  */
.hero3-right {
    background-color: transparent;
}

.hero3-title {
    color: #fff;
    font-size: 130px;
}

.hero3-area {
    background-image: url(images/hero3.png);
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
}

.tusbtn {
    display: block !important;
}

.tus-area {
    padding: 80px;
}

.nuestras-area {
    background-image: url(images/nuestras.png);
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
}

.card2-slider-area {
    padding-bottom: 100px;
}

/* .card-des3 {
    max-width: 236px;
    text-align: left;
} */
.card-des3 {
    max-width: 294px;
    text-align: center;
}

.una-area {
    padding: 120px 0px;
    background-color: #102311;
}

.clase.mayores {
    max-width: 1046px;
}

.about3-des {
    font-size: 26px;
    margin-bottom: 24px;
    max-width: 721px;
}

.about3-right {
    display: flex;
    align-items: center;
}

.hero3-iner-form-content {
    display: none;
}

.mayores {
    font-size: 24px;
}


/* Index 4 Css  */
.js-header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0px;
}

.js-header-menu {
    display: flex;
    align-items: center;
    column-gap: 40px;
}

.js-menu-img {
    width: 24px;
    margin: auto;
    margin-top: 12px;
    display: block;
}

.js-menu-txt {
    display: block;
    margin-top: 6px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.tusbtn:hover {
    color: #70F079;
}

.js-header {
    background: #1B1B1B;
}

.vendue-area {
    padding-top: 93px;
    padding-bottom: 112px;
}

.vandue-card {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: flex-start;
    row-gap: 38px;
}

.dm-items-active {
    background-color: #1b1b1b !important;
    color: #fff !important;
}

.vandue-single-card .owl-nav {
    display: flex !important;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    padding: 0px 10px;
}

.vandue-single-card .owl-nav span {
    color: #fff;
    font-size: 25px;
    background: #A0AEBA;
    padding: 0px 11px;
    border-radius: 30px;
}

.vandue-single-card .owl-dots {
    display: none !important;
}

.bn-items-active {
    background-color: #1b1b1b !important;
    color: #fff !important;
}

.vandueBtn-box {
    padding-top: 70px;
}

.vandue-single-card {
    width: 24%;
    position: relative;
    height: 100%;
}

.vandue-card-title,
.vandue-card-prise {
    font-size: 18px;
    color: #2C2C2C;
    font-weight: 600;
    /* height: 74px; */
}

.vandue-card-img-box {
    margin-bottom: 15px;
}

.vandue-card-des {
    font-size: 14px;
    color: #2C2C2C;
    font-weight: 400;
    margin-bottom: 6px;
}

.vandeu-contaainer {
    margin-bottom: 51px;
}

.loveImg,
.vandue-card-profile {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}

.filterBtn {
    padding: 9px 16px;
    border: 1px solid #D0D5DD;
    background: #fff;
    border-radius: 8px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.search-form-box {
    position: relative;
}

.searchImg {
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
}

input#search {
    padding: 14px 9px 12px 42px;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    margin-right: 19px;
    font-size: 14px;
    color: #545454;
    line-height: 24px;
    font-weight: 500;
    width: 320px;
}

.propiedades {
    font-size: 16px;
    color: #151515;
    font-weight: 300;
    margin-right: 30px;
    /* white-space: nowrap; */
}

.info-window {
    background-color: #fff;
    /* border: 2px solid #ccc; */
    border-radius: 5px;
    /*padding: 10px;*/
    max-width: 300px;
}

.info-window-image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
    border-radius: 10px;
}

.info-window-address {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

.info-window-description {
    color: #666;
    margin-bottom: 10px;
}

.info-window-price {
    color: #ff0000;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.3rem;
}

.info-window-facilities {
    list-style: none;
    padding: 0;
}

.property-facility-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.property-facility-item .icon {
    margin-right: 5px;
}

.property-facility-item .text {
    color: #666;
}

.ordenartxt {
    color: #D0D5DD;
    font-size: 14px;
    font-weight: 600;
}

.nuevasSt {
    color: #151515;
}

.finter-header {
    min-height: 51px;
    align-items: center;
    padding-left: 20px;
    position: relative;
    border-bottom: 1px solid #EBEBEB;
}

.filter-title {
    font-size: 16px;
    font-weight: 500;
}

#filterClose {
    position: absolute;
    top: 18px;
    right: 29px;
    cursor: pointer;
    font-size: 14px;
    background-color: #1b1b1b;
    color: #fff;
    padding: 4px 6px;
}

.filter-modal-dialog {
    max-width: 600px;
    margin: auto !important;
}

.finterCeneter {
    height: 602px;
    overflow: auto;
}

.filter-tabs {
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 0;
}

#myTab1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    padding: 0px;
    padding-bottom: 20px;
}

.cl-custom-radio {
    display: none;
}

.cl-custom-radio+.cl-custom-radio-label {
    color: #fff;
    font-family: sans-serif;
    cursor: pointer;
    user-select: none;
    display: inline-block;
    margin: 0 10px 10px 0;
    backface-visibility: hidden;
    transition: all 0.6s ease;
    text-align: center;
}

.cl-custom-radio:checked+.cl-custom-radio-label {
    background-color: #1b1b1b;
    color: #fff !important;
}

.filter-tab-button1 {
    border-top-left-radius: 16px !important;
    border-bottom-left-radius: 16px !important;
}

.filter-tab-button3 {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
}

.filter-tab-button {
    width: 100%;
    padding: 16px 8px;
    border: 1px solid #EBEBEB !important;
    font-size: 0.875rem;
    line-height: 1.125rem;
    color: #222222 !important;
    font-weight: 700;
}

.property-bot {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 0;
    border-top: 1px solid #bab8b8;
    margin: 12px 0 0;
    list-style: none;
}

.property-bot li .icon {
    background: rgba(0, 0, 0, .05);
    border-radius: 5px;
    display: inline-block;
    margin-right: 4px;
    padding: 0 5px;
}

.property-bot li {
    color: #2c2c2c;
    font-size: 12px;
    line-height: 22px;
}

.alojamiento {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.inmuebleUl {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.solo {
    font-size: 0.875rem;
    margin-bottom: 24px;
}

.jjjj.active {
    background-color: #000 !important;
    color: #fff !important;
}

.camas-area {
    padding: 20px 20px;
    padding-top: 0;
}

.dormitoriosUl {
    display: flex;
}
.dormitoriosLi {
    border-radius: 10px;
    height: 100%;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
    text-align: center;
    border: 2px solid #D0D5DD !important;
    background: transparent;
    cursor: pointer;
    padding: 4px 14px !important;
    display: inline;
    font-weight: 400 !important;
}
.caracteristicas-box{
    padding: 0px 20px;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
}
.caractChecklabel {
    font-size: 14px;
    letter-spacing: .5px;
}
.caractCheck{
    border-color: #1b1b1b;
}
.finterCeneter {
    height: 602px;
    overflow: auto;
}
.filtors-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 0px 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #EBEBEB;
}
.filtrosBtn {
    background-color: #fff;
    border: 2px solid #e8e8e8;
    line-height: 35px;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #1b1b1b;
}
.caractCheck:checked[type=checkbox] {
    background-image: none !important;
    background-color: #1b1b1b !important;
}
.dormitoriosLi:hover {
    background: #1b1b1b;
    color: #fff;
    border: 2px solid #1b1b1b;
}
.dormitorios-box {
    padding: 0px 20px;
    padding-bottom: 20px;
}
.dormitoriosUl {
    display: flex;
    gap: 10px;
}

.dormitoriosUI {
    display: flex;
    gap: 10px;
}



/* //////dfsd */
.range-slider-box {
    padding: 0px 20px;
}

.wrapper {
    margin-bottom: 20px;
}

.price-input {
    width: 100%;
    display: flex;
    margin: 30px 0 35px;
    margin-top: 20px;
}

.price-input .field {
    display: flex;
    width: 100%;
    height: 38px;
    align-items: center;
    padding: 0 10px;
    border: 2px solid #D0D5DD;
    border-radius: 10px;
}

.field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 14px;
    margin-left: 12px;
    border: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}

.sliderr {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}

.sliderr .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: #1b1b1b;
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #1b1b1b;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #1b1b1b;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.inmueble-items-active {
    border-color: #000;
}

/* dsfsd */


.todos-data {
    display: inline-block;
    border: 1px solid #DDDDDD;
    font-size: 0.75rem;
    padding: 10px 20px;
    border-radius: 30px;
    color: #222222;
    margin-right: 10px;
    cursor: pointer;
    transition: .4s;
}

.todos-data:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.todas-active {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.camas-active {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.banos-active {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.dataSeclect-box {
    display: flex;
    flex-direction: column;
    /* row-gap: 16px; */
    /* margin-bottom: 20px; */
}

.propiedad {
    padding: 32px 24px;
}

/*************************
****** FORM ERRORS ******
***********************/
form .submit-fild {
    text-align: center;
}

form .submit-fild .sb-input.error {
    margin-bottom: 0 !important;
}

.row label.error {
    color: red;
    font-size: 10px;
}

form label.error {
    color: red;
    font-size: 10px;
}

/*************************
****** FORM ERRORS ******
***********************/

/*************************
******* CAPTCHA *********
***********************/

.g-captcha-container {
    display: flex;
    justify-content: center;
}

/*************************
******* CAPTCHA *********
***********************/

.accordion .card-header h2,
.accordion .card-header button {
    width: 100%;
    text-align: left;
}

.accordion .card-header button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.agent-of-the-month {
    border-radius: 20px;
}

/* SWIPER CARDS */
.swiperA {
    overflow: hidden;
    position: relative;
    display: none;
}

@media (max-width: 991px) {
    .swiperA {
        display: block;
    }

    .service-left {
        display: none;
    }

    .single-service {
        overflow-wrap: break-word;
    }
}

/* VALUATION FIX */
.grid-columns {
    display: grid;
    grid-template-columns: 5fr 1fr;
    position: relative;
    margin-bottom: 6px;
    gap: 12px;
}

.grid-columns .third-col {
    position: absolute;
    left: calc(100% + 12px);
    top: 65px;
}

/*.grid-columns .third-col .form-check-input[type=checkbox] {*/
/*    margin-top: 22px;*/
/*}*/

#valuation-form .submit {
    font-size: 25px;
}

#valuation-form label.error {
    color: red;
    font-size: 12px;
    margin-top: 5px;
    margin-left: 6px;
}

#valuation-form .grid-two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 460px;
    gap: 12px;
    margin: 70px auto 0;
}

#valuation-form .grid-two-columns select {
    width: 100%;
    font-size: 22px;
    line-height: 1.1;
    text-align: center;
    height: 100%;
    border-radius: 7px;
}

#valuation-form .grid-two-columns button {
    margin-top: 0;
    font-size: 22px;
}

#valuation-form .cont-step-3 {
    max-width: 480px;
    margin: 50px auto 0;
}

#valuation-form .hablemos-top {
    display: flex;
    column-gap: 16px;
    max-width: 460px;
    margin: 0 auto;
}

#valuation-form .hablemos-top .dubol-check {
    min-width: 130px;
}

#valuation-form .cont-step-3 .choice-box {
    position: relative;
}

#valuation-form .cont-step-3 .choice-box label.error {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-left: 0 !important;
    margin-top: 0 !important;
}

section#valuation-form-p-3 {
    margin-top: 70px;
}

section#valuation-form-p-3 .step3-des {
    margin-bottom: 20px;
}

section#valuation-form-p-3 .step3-title-box {
    margin-bottom: 50px;
}

section#valuation-form-p-3 .sb-check-fild {
    position: relative;
}

section#valuation-form-p-3 .sb-check-fild label.error {
    position: absolute;
    top: 100%;
    left: 0;
    margin-left: 0 !important;
}

section#valuation-form-p-4 {
    margin-top: 70px;
}

@media (max-width: 991px) {
    .call-form {
        max-width: 420px;
    }

    .column3 {
        gap: 0 !important;
    }
}

@media (max-width: 767px) {
    .step-form-area {
        min-height: 100vh !important;
    }

    #valuation-form .inp-fild {
        height: 55px;
    }

    #valuation-form .call-form {
        max-width: 400px;
    }

    #valuation-form .grid-columns,
    #valuation-form .column3 {
        display: flex;
        flex-direction: column;
        align-items: normal;
    }

    .grid-columns .third-col {
        position: initial;
        width: initial !important;
    }

    .grid-columns .third-col br {
        display: none;
    }

    .grid-columns .third-col .form-check-input[type=checkbox] {
        margin-top: 5px;
    }

    #valuation-form .grid-two-columns {
        display: flex;
        flex-direction: column;
    }

    #valuation-form .grid-two-columns select {
        height: 61px;
    }

    #valuation-form .hablemos-top {
        flex-direction: column;
        gap: 15px;
        max-width: initial;
    }

    #valuation-form .hablemos-bottom {
        display: flex;
        flex-direction: column;
        margin-top: 10px;
    }
}

@media (max-width: 450px) {
    #valuation-form .submit {
        font-size: 20px;
    }
}


.vandue-card-img {
    width: 100%;
    height: 224px;
    border-radius: 24px;
}

.mappageButton {
    position: fixed;
    bottom: 40px;
    font-size: 13px;
    padding: 11px 18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999999;
    display: flex;
    align-items: center;
    gap: 4px;
}

.casa {
    font-size: 13px;
    padding: 11px 18px;
}

#dropdownMenuButton1 {
    background: transparent;
    border: transparent;
}

.modile-menu-btn {
    display: none;
}

.lolo-black {
    display: none;
}

#cross {
    display: none;
    cursor: pointer;
}

.filter-content {
    height: 80vh;
    overflow: auto;
    border-radius: 20px;
}

/* Index 5 Css  */
.buscas {
    padding: 55px 0px;
    background-color: #1B1B1B;
}

.filtorTxt2 {
    color: #1B1B1B;
}

/* Index 6 css  */
.hero4-area {
    height: 100vh;
    display: flex;
    align-items: center;
}

.mundo-des {
    max-width: 100%;
    font-size: 27px;
}

.mundo-title {
    margin-bottom: 24px;
}

.mundo-top-container {
    padding: 100px 0px;
}

.vender-des {
    font-size: 20px;
    margin-bottom: 40px;
    color: #1B1B1B;
    font-weight: 600;
}

.vender-content {
    padding: 50px 32px;
    background: #F1F1F1;
    border-radius: 20px;
    height: 100%;
}

.vender-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 45px;
}

.mundo-area {
    padding-bottom: 100px;
}

.venderBtn {
    display: inline-block;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.375rem;
    background: #000;
    padding: 10px 28px;
    border-radius: 39px;
}

.vender-form {
    display: none;
}

.hero4-title {
    font-size: 110px !important;
}

.hero4-des {
    font-size: 27px !important;
    max-width: 100% !important;
}


/* Index 7  */
.escucharte {
    background: #000000;
    padding: 150px 0px;
}

#message {
    height: 100%;
    padding-top: 18px;
}

.escucharte-form {
    max-width: 600px;
    margin: auto;
    background: #808080;
    padding: 45px 100px 45px 100px;
    border-radius: 39px;
}

.escucharte-submit {
    max-width: 330px;
    margin: auto;
}

.whatsappBtn {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.375rem;
    color: #1B1B1B;
    background: #fff;
    padding: 10px 24px;
    border-radius: 39px;
    display: inline-block;
    margin-top: 36px;
}

.escucharte-title {
    color: #ffff;
    font-size: 53px;
    line-height: 106.5%;
    font-weight: 700;
    margin-bottom: 12px;
}

.escucharte-des {
    margin: auto;
    margin-bottom: 50px;
    font-size: 25px !important;
}


/* index 8  */
.propusta-title {
    max-width: 936px;
}

.propusta-des {
    margin-bottom: 0;
    margin-top: 20px;
    max-width: 940px;
}

/* index 9  */

.descuber {
    padding-top: 200px;
    padding-bottom: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.oficinas-title {
    color: #fff;
}

.hub-single-box {
    padding: 100px 50px;
    background-color: #000;
    border-radius: 50px;
}

.hub-box-title {
    color: #fff;
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.hub-box-des {
    color: #fff;
    text-align: center;
    font-size: 18px;
    max-width: 250px;
    margin: auto;
}

.hub-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    max-width: 810px;
    margin: auto;
    margin-top: 100px;
}

.hub-box-des1 {
    margin-bottom: 12px;
}


/* index 10 */
.hero-des.industria-des {
    color: #1b1b1b;
    margin: auto;
    max-width: 700px;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.agent-info {
    width: 35%;
}

.agent-right-info {
    width: 65%;
    padding-left: 50px;
    max-width: 700px;
}

.agent-container {
    display: flex;
    align-items: center;
}

.agent-info-content {
    text-align: center;
    margin-top: 30px;
}

.juyel-agent {
    padding: 150px 0px;
}

.agent-des {
    font-size: 24px;
    margin-top: 20px;
    color: #1B1B1B;
    font-weight: 500;
}

.agent-info-name {
    font-size: 20px;
    font-weight: 700;
    color: #1B1B1B;
}

.agebt-info-status {
    font-size: 14px;
    color: #B2B2B2;
}

.industria-area {
    padding-top: 150px;
}

.agent-left-info {
    padding-left: 0;
    padding-right: 50px;
    text-align: end;
}

.camino-des {
    margin-bottom: 20px;
}

.juyel-agent2 {
    padding-bottom: 150px;
}

.industria-title-box {
    max-width: 950px;
    margin: auto;
}


/* index 11 */
.altruismo {
    margin: auto;
}

.valores-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 80px;
}

.valores-des {
    color: #fff;
}

.valores-single-box {
    padding: 50px 26px;
    background-color: #1B1B1B;
    border-radius: 40px;
}

.oficinas-title {
    margin-bottom: 16px;
}

.privacy-policy {
    text-decoration: underline;
    color: white;
}

.privacy-policy:hover {
    color: wheat;
}

.comprer-title {
    text-align: center;
    max-width: 1000px;
    margin: auto;
    margin-bottom: 30px;
    color: #fff;
}

.comprer-area {
    padding: 200px 0px;
    position: relative;
    background-image: url(/website/images/index12hero.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.comprer-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.comprer-des {
    font-size: 22px;
    line-height: 1.5rem;
    color: #fff;
    max-width: 826px;
    margin: auto;
    margin-bottom: 27px;
    text-align: center;
}

.comprer-small-des {
    font-size: 14px;
    line-height: 1.125rem;
    letter-spacing: 0.01125rem;
    color: #848484;
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 40px;
}


/* ========= 13*/
.crea-area {
    position: relative;
    margin-top: -156px;
    /* z-index: 99999; */
    padding-bottom: 130px;
}

.crea-select-area {
    width: 100%;
    /* max-width: 250px; */
}

.crea-simple-input {
    width: 100%;
}

input#localization {
    width: 100%;
    padding: 14px 28px;
    border-radius: 15px;
    background: #fff;
    border: none;
    font-size: 16px;
}

.custom-border {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 1.563rem;
}

.pac-container {
    z-index: 999999999999999999999999 !important;
}

.crea-modal-dialog {
    max-width: 1200px !important;
}

.crea-modal-dialog .modal-content {
    border-radius: 56px;
    max-width: 917px;
    margin: auto;
}

.crea-input-box {
    column-gap: 12px;
}

.crea-done-box {
    padding-top: 65px;
}

.crea-done {
    padding: 14px 28px;
    border-radius: 15px;
    border: none;
    font-size: 16px;
    color: #1b1b1b;
    font-weight: 800;
}

.crea-top-box {
    padding: 50px 30px 40px 30px;
    background: #000;
    border-radius: 20px;
    margin-bottom: 24px;
}

.crea-select {
    width: 100%;
    padding: 14px 28px;
    border-radius: 15px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #000;
}

.selectHide {
    display: none;
}

.selectHshow {
    display: block;
}

.crea-top-title {
    color: #fff;
    font-size: 28px;
    max-width: 409px;
    text-align: center;
    margin: auto;
    margin-bottom: 40px;
    font-weight: 900;
}

.crea-image-title {
    color: #fff;
    font-size: 22px;
    max-width: 409px;
    text-align: center;
    margin: auto;
    font-weight: 900;
}

.crea-single-image-box-cycle {
    background-image: url(/website/images/cycle.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px;
    border-radius: 17px;
    background-position: center center;
}

.crea-single-image-map {
    background-image: url(/website/images/map.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 17px;
    background-position: center center;
}

.crea-single-image-map2 {
    padding: 90px 41px;
}

.crea-image-box {
    padding-bottom: 100px;
}

.herquilla-inp {
    width: 100%;
    padding: 14px 28px;
    border-radius: 15px;
    font-size: 16px;
    border: 1px solid #000;
}

.horquilla-form {
    display: flex;
    column-gap: 12px;
}

.horquilla-title {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 20px;
}

.horquilla-box {
    padding-bottom: 50px;
}

.check-box-area {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /*margin-bottom: 60px;*/
}

.checkbox-title {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 23px;
}

.form-check-input {
    width: 18px;
    height: 18px;
}

.j-check-input {
    border-radius: 0 !important;
    border: 4px solid !important;
    background-color: #000;
}

.j-check-input:checked[type=checkbox] {
    background-image: none !important;
    background-color: #70F079 !important;
    border: 3px solid !important;
}

.j-check-label {
    font-size: 16px;
    font-weight: 500;
    margin-left: 4px;
    font-weight: 500;
}

.form-check {
    margin-bottom: 16px;
}

.tener-title {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 23px;
}

.tener-check-box {
    column-gap: 16px;
}

.jardin-area {
    padding-bottom: 50px;
}

.capacidad-input {
    width: 100%;
    padding: 14px 28px;
    border-radius: 15px;
    background: #fff;
    border: none;
    font-size: 16px;
    color: #BBBBBB;
}

.capacidad-first-row {
    margin-bottom: 24px;
}

.capacidad-form-box {
    padding: 50px 0px;
    max-width: 830px;
}

.capacidad-title {
    font-size: 22px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 7px;
}

.capacidad-des {
    max-width: 706px;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 600;
    color: #FFFFFF;
}

.sobre-check-boxs {
    display: flex;
    align-items: center;
    column-gap: 21px;
    flex-wrap: wrap;
}

.j-check-input2 {
    background-color: #fff;
    border-color: #fff !important;
}

.j-check-input2:checked[type=checkbox] {
    border-color: #fff !important;
}

.sobre-title {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 23px;
    max-width: 302px;
    color: #fff;
}

.capacidad-box {
    background: #1B1B1B;
    padding: 70px 50px;
    border-radius: 30px;
}

.j-check-label2 {
    color: #fff;
}

.capacidad-box {
    background: #1B1B1B;
    padding: 70px 50px;
    border-radius: 25px;
    margin-bottom: 80px;
}

.por-comperer {
    max-width: 400px;
    margin: auto;
}

.por-comprer-title {
    font-size: 22px;
    font-weight: 900;
    margin: auto;
    margin-bottom: 40px;
    text-align: center;
    max-width: 327px;
}

.por-comprerImg {
    max-width: 240px;
    margin: auto;
    margin-bottom: 40px;
    border-radius: 10px;
}

.por-comperer-select {
    /* max-width: 240px; */
    margin: auto;
}

.por-comperer-selectdf {
    margin-bottom: 10px;
}

.guardarSubmit {
    width: 100%;
    max-width: 240px;
    padding: 20px 40px;
    border: none;
    background: #70F079;
    border-radius: 12px;
    font-weight: 600;
    margin-top: 30px;
}

/* ====14===== */
.inmueble-container {
    background: rgb(0, 0, 0);
    border-radius: 50px;
    padding: 37px 93px;
    opacity: 91%;
}

.inmueble-select {
    margin: inherit;
}

.inmueble-tip-title {
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 50px;
}

i#inmuebleModalClose {
    position: absolute;
    color: #fff;
    font-size: 23px;
    right: 51px;
    top: 34px;
    z-index: 9999;
    cursor: pointer;
}

.vivienda-label {
    color: #ffffff;
}

.inmueble-radio {
    border: 3px solid #ffffff !important;
}

.inmueble-radio:checked[type=radio] {
    background-image: none !important;
    width: 22px;
    height: 22px;
    background-color: #70F079;
}

.j-radio-box {
    margin-bottom: 30px;
}

.inmueble-right {
    padding-top: 38px;
}

.crea-single-image-box {
    height: 100%;
}

.select-all-buttons {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 13px;
}

.selectButtons {
    height: 130px;
    background: #1B1B1B;
    color: #fff;
    font-size: 18px;
    width: 100%;
    border-radius: 15px;
    font-weight: 600;
}

.select-btn-title {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 23px;
}

.select-brn-box {
    padding-bottom: 60px;
}

.selectButtonsSelect {
    border: 4px solid #1b1b1b;
    background: #fff;
    color: #1b1b1b;
}


.cl-custom-check {
    display: none;
}



.cl-custom-check + .cl-custom-check-label {
    background-color: #fff;
    color: #1b1b1b;
    padding: 5px 10px;
    font-family: sans-serif;
    cursor: pointer;
    user-select: none;
    border-radius: 13px;
    display: inline-block;
    backface-visibility: hidden;
    transition: all 0.6s ease;
    text-align: center;
    border: 6px solid #1b1b1b;
    padding: 17px 0px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cl-custom-check:checked+.cl-custom-check-label {
    /* Checked style  */
    background-color: #fff;
    color: #1b1b1b;
}

.inmueble-items {
    padding: 5px 10px !important;
    background-color: #f7f7f7 !important;
    border: 2px solid #f7f7f7 !important;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #55555e !important;
    text-align: center;
    border-radius: 8px !important;
    cursor: pointer;
    width: 100%;
}

.cl-custom-check:checked+.inmueble-items {
    border-color: #1b1b1b !important;
}

.cl-custom-check:checked + .cl-custom-check-label {
    background-color: #1b1b1b;
    color: #fff;
}
.cl-custom-check:checked + .dormitoriosLi {
    border-color: #1b1b1b !important;
}

.form-check-input:checked {
    border-color: #1b1b1b !important;
}

.form-check-input:focus {
    box-shadow: none !important;
}

.form-check-input:checked {
    background-color: #1b1b1b !important;
}

/* Search places */
.autocomplete {
    position: relative;
}

.autocomplete-items {
    position: absolute;
    /* border: 1px solid #d4d4d4; */
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 200px;
    overflow-y: auto;
}

.autocomplete-item {
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.autocomplete-item:hover {
    background-color: #f9f9f9;
}

.autocomplete-item.active {
    background-color: #000;
    color: #fff;
}
.crm-button {
    margin-right: 20px;
}

/* // Login index css Start  */
.j-login-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 100vh;
}
.j-login-right-area {
    background-color: #1b1b1b;
    padding: 125px;
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 202px;
    padding-left: 0;
    justify-content: center;
    background-size: 480px;
}
.j-login-left-content {
    padding: 50px 125px;
}
.j-login-register {
    display: inline-flex;
    gap: 10px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: #000000;
    padding: 6px 32px;
    border: 1px solid #1B1B1B;
    border-radius: 5px;
}
.j-login-header {
    margin-bottom: 100px;
}
.j-login-form-title {
    font-size: 40px;
    line-height: 41px;
    letter-spacing: -2px;
    color: #1b1b1b;
    font-weight: 800;
    margin-bottom: 11px;
}
.j-login-form-des {
    font-size: 18px;
    line-height: 23px;
    color: #9C9C9C;
    letter-spacing: 0px;
    font-weight: 400;
    margin-bottom: 32px;
}
.j-login-common-button{
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.2px;
    width: 100%;
    text-align: center;
    padding: 9px 32px;
    border: 1px solid #1B1B1B;
    border-radius: 5px;
}
.j-login-with-gogole {
    color: #000;
    border: 1px solid #1B1B1B;
}
.j-login-devider {
    height: .5px;
    width: 200px;
    margin: auto;
    margin-top: 38px;
    margin-bottom: 38px;
    background: #1B1B1B;
}
.j-login-submit {
    color: #fff;
    background: #000000;
}
.j-login-label {
    display: block;
    color: #1B1B1B;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
}
.j-login-input {
    width: 100%;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    font-weight: 400;
    border: .5px solid #1B1B1B;
    border-radius: 5px;
    margin-bottom: 22px;
}
.j-login-info-save {
    margin-bottom: 32px;
}
.j-login-form-box {
    max-width: 450px;
    margin: auto;
}
.j-loginform-check-label {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #888888;
}
#flexCheckDefault {
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
}
.j-login-right-button {
    font-size: 16px;
    letter-spacing: -0.2px;
    line-height: 22px;
    color: #fff;
    font-weight: 600;
    padding: 15px 32px;
    display: inline-block;
    background-image: linear-gradient(to right, #870F20, #E68C6F);
    border-radius: 10px;
    text-align: center;
}
.j-login-info-forget {
    font-size: 14px;
    line-height: 22px;
    color: #556EE5;
}
.j-login-last-buttons a{
    display: none;
    margin-top: 10px;
}
.j-login-info-forget2{
    display: none;
}
.j-login-register:hover, .j-login-with-gogole:hover {
    color: #1b1b1b;
}
.j-login-right-button:hover{
    color: #fff;
}
.toggle-password {
    cursor: pointer;
    position: absolute;
    top: 48%;
    right: 20px;
    transform: translateY(-100%);
}
.j-hello {
    width: 35px;
}
/* // Login index css End  */

.contacto-form {
    background-color: #000;
}
.hero-area {
    padding-top: 217px;
    padding-bottom: 176px;
    background-color: #1B1B1B;
}
.hero8-area {
    background-color: #1b1b1b;
}
.hero8-title {
    color: #fff;
    max-width: 673px;
    font-size: 70px;
    margin-bottom: 10px;
}
.hero-des2 {
    font-size: 18px;
    font-weight: 400;
    color: #a3a3a3;
    max-width: 815px;
}
.contacto-title h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 16px;
}
.contacto-enviar {
    background-color: #70F079;
    color: #000;
    font-weight: 600;
}
.obtienes-area {
    background: #000;
    color: #fff;
    text-align: center;
    padding-top: 170px;
    padding-bottom: 100px;
}
.obetienes-crds {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.obetienes-single-card {
    background: #fff;
    color: #000;
    height: 100%;
    padding: 40px 20px;
    border: 4px solid #ddd;
    border-radius: 6px;
}
.obetienes-card-content {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: end;
}
.obetienes-prise {
    font-size: 25px;
    font-weight: 900;
    color: #1B1B1B;
    margin-bottom: 24px;
}
.obetienesPr-des {
    font-size: 16px;
    font-weight: 500;
}
.obetienes-title {
    font-size: 42px;
}
.obetienes-title-box {
    margin-bottom: 56px;
}
.obetienes-des {
    font-weight: 400;
}
.mundoN-area{
    padding-bottom: 0;
}
.vender-box.venderN-box {
    margin-bottom: -100px;
}
.agent-selector {
    width: 100% !important;
    max-width: 100%;
    appearance: none;
    padding: 5px 28px;
    height: 45.33px;
    border-radius: 20px;
    border: none;
    margin-bottom: 6px;
    font-size: 15px;
    color: #A2A3A3;
    font-weight: 400;
}
.hide-desktop{
    display: none;
}
.tecnology-area {
    background: #1b1b1b;
    padding-bottom: 80px;
    overflow: hidden;
    margin-top: -2px;
    padding-top: 50px;
}
.tecnology-hero-left {
    width: 60%;
}
.tecnology-hero-right {
    width: 40%;
}
.tecnology-title {
    font-size: 84px !important;
    max-width: 747px;
}
.solicitud-box {
    position: relative;
}
.solicitabtn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    font-weight: 700;
    font-size: 1rem !important;
    line-height: 1.375rem;
    color: #fff;
    background: #fff;
    padding: 16px 24px;
    border-radius: 39px;
    background-image: url(/website/v2/images/rectangle-186.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
    max-width: 323px;
    margin: auto;
}



/* provincia index  */
.provincia-area {
    background-color: #1b1b1b;
    padding-top: 150px;
    padding-bottom: 100px;
}
.provincia-left-box {
    background: #fff;
    height: 100%;
    border-radius: 20px;
    padding: 36px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.provincia-left-box-des {
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
    line-height: 28px;
    padding-left: 20px;
    max-width: 300px;
}
.provincia-bottom-des-para {
    color: #ffff;
    font-size: 20px;
    margin-top: 16px;
    margin-bottom: 40px;
}
.provincia-del-title {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
}
.provincia-del-des {
    color: #fff;
    font-size: 30px;
    line-height: 32px;
    margin-top: 10px;
    font-weight: 300;
}
.provincia-del-des2 {
    margin-top: 40px;
}
.provincia-form-label {
    display: block;
    font-size: 18px;
    color: #5F5F5F;
    margin-bottom: 4px;
    margin-top: 20px;
}
.provicia-radio-boxs {
    display: flex;
    margin-top: 20px;
}
.j-radio-hide-box {
    width: 74%;
    margin-left: 1%;
    display: flex;
}
.provincia-form-input , textarea#observaciones{
    width: 100%;
    padding: 13px 15px;
    background: #fff;
    color: #595959;
    border: none;
    border-top: 2px solid #C0C0C0;
    border-radius: 10px;
    /*margin-bottom: 20px;*/
}
.provincia-form-area {
    background-color: #ddd;
    padding: 100px 0px;
}
.confirma-box {
    max-width: 505px;
    margin: auto;
    margin-top: -40px;
    overflow: hidden;
}
.confirma-images {
    margin-bottom: 32px;
}
.card-send-proposal {
    background-size: cover;
    background-position: 100% 100%;
    border-radius: 20px;
    background-repeat: no-repeat;
}
.confirma-main-box {
    background-size: cover;
    background-position: 100% 100%;
    border-radius: 20px;
    background-repeat: no-repeat;
}
.group-social-img {
    background: #F5F5F5;
    display: block;
    text-align: center;
    border-radius: 30px;
    margin-top: 14px;
    margin-bottom: 30px;
}
.confirma-check-box {
    height: 100%;
    display: flex;
    align-items: center;
}
.provincia-form-des {
    font-size: 30px;
    color: #000;
    font-weight: 400;
    margin-bottom: 40px;
}
.provincia-form-des-bold {
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 80px;
}
.puede {
    color: #000;
    text-decoration: underline;
}
.single-provicia-radio {
    background: #000;
    color: #fff;
    padding: 12px 12px;
    border-radius: 20px;
    text-align: center;
}
.single-provicia-radio2 {
    width: 38%;
    padding-left: 36px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.single-provicia-radio3 {
    width: 60%;
    margin-left: 2%;
    display: flex;
}
.provicia-switch {
    text-align: center;
    justify-content: center;
    display: flex;
    margin-top: 20px;
}
.single-provicia-radio p {
    font-size: 13px;
    margin-top: 10px;
}
.j-porcentaje-des {
    font-size: 12px !important;
    margin-top: 30px !important;
    font-weight: 500;
    color: #ACACAC;
}
p.j-financiera {
    font-size: 16px;
    text-align: left;
}
.j-provicia-financiera {
    display: flex;
    flex-direction: column;
    justify-content: end;
}
p.j-permite-txt {
    font-size: 14px;
    text-align: left;
    line-height: 20px;
    padding: 10px;
    background: #fff;
    color: #000;
    border-radius: 10px;
}
.single-provicia-radio1{
    width: 25%;
}
/* CSS rules are kept repetitive so that you can get CSS rules for each button easily :) */


.toggle-button-cover {
    display: table-cell;
    position: relative;
    width: 165px;
    height: 16px;
    box-sizing: border-box;
}

.button-cover {
    display: flex;
    align-items: center;
}
.button-cover:before {
    counter-increment: button-counter;
    content: counter(button-counter);
    position: absolute;
    right: 0;
    bottom: 0;
    color: #d7e3e3;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
    display: none;
}

.button-cover,
.knobs,
.layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.button {
    position: relative;
    top: 50%;
    width: 74px;
    height: 36px;
    margin: -18px auto 0 auto;
    overflow: hidden;
    margin-left: 8px;
    margin-right: 8px;
}
.button.r,
.button.r .layer {
    border-radius: 100px;
}

.button.b2 {
    border-radius: 2px;
}

.checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs {
    z-index: 2;
}

.layer {
    width: 100%;
    background-color: #ebf7fc;
    transition: 0.3s ease all;
    z-index: 1;
}

/* Button 1 */
#button-1 .knobs:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 26px;
    height: 26px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    background-color: #A64600;
    border-radius: 50%;
    transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}
#button-1 .checkbox:checked + .knobs:before {
    content: "";
    left: 42px;
    background-color: #0079D0 ;
}

#button-1 .checkbox:checked ~ .layer {
    background-color: #fcebeb;
}

#button-1 .knobs,
#button-1 .knobs:before,
#button-1 .layer {
    transition: 0.3s ease all;
}

.bt-send:hover {
    color: #000 !important;
}
/* Team Index Css Start */
.mensaze-header {
    background-color: #1b1b1b !important;
}
.conoce-area {
    padding: 160px 0 100px;
}
.conoce-top-box {
    display: flex;
    gap: 12px;
    max-width: 800px;
    margin: auto;
    padding-top: 30px;
}
.conoce-input-box {
    width: 100%;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 2px 6px 2px 20px ;
}
.conoceInp {
    width: 75%;
    border: none;
    border-right: 1px solid #dee2e6 !important;
    outline: none !IMPORTANT;
}
.conoce-select {
    width: 174px;
    max-width: 135px;
    border: none;
    outline: none !important;
}
.agent-search-icon {
    max-width: 39px !important;
}
.team-over-content h4 {
    font-size: 24px;
    font-weight: 600;
}
.team-over-content p {
    font-size: 16px;
    font-weight: 300;
}
.j-profile-link-box2:hover{
    transform: scale(1.1);
}
.conoce-search-box {
    background: #000;
    padding: 15px 20px;
    cursor: pointer;
    border-radius: 30px;
}
.conoce-naw{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.conoce-navBtn {
    font-size: 16px;
    font-weight: 600;
    padding: 17px 22px;
    border: 1px solid #dee2e6 !important;
    color: #000000;
}
.conoce-tab-content-single-box {
    position: relative;
    overflow: hidden;
}
.teamImg:hover{
    transform: scale(1.1);
}
.team-mail {
    position: absolute;
    top: 10px;
    right: 10px;
}
.teamImg {
    width: 100%;
    border-radius: 12px;
    transition: .4s ;
}
.conoce-left-tab-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
#conoce-myTabContent{
    padding-top: 50px;
}
.team-header{
    background-color: #1b1b1b;
}
.conoce-navBtn.active{
    background-color: #000 !important;
    color: #fff !important;
    border: 1px solid #1b1b1b;
}
.conoce-navBtn1{
    border-radius: 0 !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}
.conoce-navBtn2{
    border-radius: 0 !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}
.conoce-right-tab-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}
.conoceInp:focus{
    border: none !important;
    outline: none !important;
}
.j-res-web:hover {
    color: #70F079;
}
.conoce-navBtn:hover, .conoceMoreBtn:hover, .j-demandaBtb:hover {
    color: #70F079;
}
.conoceMoreBtn {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.375rem;
    color: #fff;
    background: #1b1b1b;
    padding: 10px 24px;
    border-radius: 30px;
    display: inline-block;
    border: 1px solid #1b1b1b;
}
.more-conoce {
    margin-top: 70px;
}
.team-over-content {
    position: absolute;
    bottom: 12px;
    left: 12px;
    color: #fff;
}
.form-errorBtn:hover{
    color: #1b1b1b;
}
.searchalterBtn{
    display: none;
}
.text-gradient, .text-gradient > * {
    background: linear-gradient(to right, black, green);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.form-select:focus {
    box-shadow: none !important;
}
.custom-form-select {
    border: none !important;
}
/* Team Index Css End */
/* Profile Index Css Start */
.j-profile-area {
    padding: 220px 0px;
    padding-bottom: 120px;
    background: #1b1b1b;
}
.j-profile-info-txt {
    padding: 19px;
    background: #000;
    border-radius: 28px;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 278px;
    left: 10px;
    bottom: 10px;
}
.j-demandaBtb {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.375rem;
    color: #1B1B1B;
    background: #fff;
    padding: 10px 24px;
    border-radius: 8px;
    display: inline-block;
    border: 1px solid #1b1b1b;
    text-align: center;
}
.j-profesionales-title {
    color: #fff;
    font-weight: 600;
    font-size: 46px;
    margin: 30px 0px;
    max-width: 450px;
}
.j-profile-link-box1 {
    background-color: #70F079;
    display: block;
    padding: 25px;
    border-radius: 20px;
    height: 100%;
    overflow: hidden;
}
.j-profile-link-box1:hover{
    transform: scale(1.1);
}
.j-graties-img, .j-profile-contact-right img {
    width: 70px;
}
.j-profile-link-box2 {
    display: block;
    padding: 25px;
    height: 100%;
    background: #fff;
    border-radius: 20px;
}
.j-gratis-img-box {
    margin-bottom: 25px;
}
.j-profile-contact-right {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.j-whatsapp-des {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}
.j-graties-de {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 21px;
}
.j-graties-title {
    font-size: 40px;
    color: #000;
    font-weight: 700;
}
.j-achivement-title {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
}
.j-achivement-des {
    font-size: 20px;
    font-weight: 400;
    max-width: 700px;
    /*line-height: 100%;*/
}
.j-achivement-area {
    padding: 100px 0;
}
.j-achivement-question-box {
    padding-bottom: 40px;
}

.j-award-boxs {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    max-width: 775px;
    margin-left: inherit;
}
.j-award-single-box3{
    background-color: #5A4B00;
}
.j-award-des {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}
.j-mercado, .j-mercado1 {
    background: #1b1b1b;
    padding: 100px 0px;
    color: #fff;
}
.j-mercado-top-des {
    font-size: 18px;
    font-weight: 400;
}
.j-mercado-title {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 14px;
    max-width: 940px;
}
.j-mercado-main-des {
    font-size: 28px;
    margin-bottom: 55px;
}
.j-mercadoBtnBlack {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}
.j-achivement-des2{
    display: none;
}
.j-mercado1{
    display: none;
}
.j-profile-left-content {
    overflow: hidden;
}
.j-profile-left-content img{
    transition: .4s;
    border-radius: 35px;
}
.j-profile-left-content img:hover{
    transform: scale(1.1);

}
/* Profile Index Css End */

/* Agent custom dialog */

dialog {
    font-family: "Red Hat Display", sans-serif !important;
    padding: 1rem 3rem;
    background: white;
    max-width: 600px;
    padding-top: 2rem;
    border-radius: 20px;
    border: 0;
    box-shadow: 0 5px 30px 0 rgb(0 0 0 / 10%);
    animation: fadeIn 1s ease both;

    &::backdrop {
        animation: fadeIn 1s ease both;
        background: rgb(255 255 255 / 40%);
        z-index: 2;
        backdrop-filter: blur(20px);
    }

    .x {
        filter: grayscale(1);
        border: none;
        background: none;
        position: absolute;
        top: 15px;
        right: 10px;
        transition: ease filter, transform 0.3s;
        cursor: pointer;
        transform-origin: center;

        &:hover {
            filter: grayscale(0);
            transform: scale(1.1);
        }
    }

    h2 {
        font-weight: 600;
        font-size: 2rem;
        padding-bottom: 1rem;
    }

    p {
        font-size: 1rem;
        line-height: 1.3rem;
        padding: 0.5rem 0;


    }

    .error {
        color: #6374e0;
    }
}
/* Mensaze Index Css Start */
.mensaze-header{
    background-color: #1b1b1b !important;
}
.mensaze-area {
    padding-top: 190px;
    padding-bottom: 100px;
}
.likeImage {
    margin-bottom: 43px;
    width: 111px;
}
.j-mensaze-title {
    font-size: 46px;
    font-weight: 800;
    max-width: 527px;
    margin: auto;
    margin-bottom: 20px;
    color: #fff;
}
.j-mensaze-des {
    font-size: 21px;
    max-width: 400px;
    margin: auto;
    margin-bottom: 40px;
    color: #fff;
}
.j-mensaze2-des2 {
    font-size: 17px;
}
.j-mensaze-content {
    background: #1b1b1b;
    padding: 100px;
    border-radius: 39px;
}
.j-res-web {
    font-size: 17px;
    padding: 10px 20px;
    background: #D9D9D9;
    border-radius: 30px;
    font-weight: 700;
    color: #1b1b1b;
}
.form-errorBtn {
    background: #70F079;
}
.form-errortxt {
    font-size: 17px;
    max-width: 450px;
}
.feedback {
    --normal: #414052;
    --normal-shadow: #313140;
    --normal-shadow-top: #4c4b60;
    --normal-mouth: #2e2e3d;
    --normal-eye: #282734;
    --active: #f8da69;
    --active-shadow: #f4b555;
    --active-shadow-top: #fff6d3;
    --active-mouth: #f05136;
    --active-eye: #313036;
    --active-tear: #76b5e7;
    --active-shadow-angry: #e94f1d;
    --hover: #454456;
    --hover-shadow-top: #59586b;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}
.feedback label {
    position: relative;
    transition: transform 0.3s;
    cursor: pointer;
}
.feedback label:not(:last-child) {
    margin-right: 20px;
}
.feedback label input {
    appearance: none;
    outline: none;
    border: none;
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    background: var(--sb, var(--normal));
    box-shadow: inset 3px -3px 4px var(--sh, var(--normal-shadow)), inset -1px 1px 2px var(--sht, var(--normal-shadow-top));
    transition: background 0.4s, box-shadow 0.4s, transform 0.3s;
    -webkit-tap-highlight-color: transparent;
}
.feedback label div {
    width: 40px;
    height: 40px;
    position: relative;
    transform: perspective(240px) translateZ(4px);
}
.feedback label div svg, .feedback label div:before, .feedback label div:after {
    display: block;
    position: absolute;
    left: var(--l, 9px);
    top: var(--t, 13px);
    width: var(--w, 8px);
    height: var(--h, 1px);
    transform: rotate(var(--r, 0deg)) scale(var(--sc, 1)) translateZ(0);
}
.feedback label div svg {
    fill: none;
    stroke: var(--s);
    stroke-width: 1.5px;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke 0.4s;
}
.feedback label div svg.eye {
    --s: var(--e, var(--normal-eye));
    --t: 17px;
    --w: 7px;
    --h: 4px;
}
.feedback label div svg.eye.right {
    --l: 23px;
}
.feedback label div svg.mouth {
    --s: var(--m, var(--normal-mouth));
    --l: 11px;
    --t: 23px;
    --w: 18px;
    --h: 7px;
}
.feedback label div:before, .feedback label div:after {
    content: "";
    z-index: var(--zi, 1);
    border-radius: var(--br, 1px);
    background: var(--b, var(--e, var(--normal-eye)));
    transition: background 0.4s;
}
.feedback label.angry {
    --step-1-rx: -24deg;
    --step-1-ry: 20deg;
    --step-2-rx: -24deg;
    --step-2-ry: -20deg;
}
.feedback label.angry div:before {
    --r: 20deg;
}
.feedback label.angry div:after {
    --l: 23px;
    --r: -20deg;
}
.feedback label.angry div svg.eye {
    stroke-dasharray: 4.55;
    stroke-dashoffset: 8.15;
}
.feedback label.angry input:checked {
    animation: angry 1s linear;
}
.feedback label.angry input:checked + div:before {
    --middle-y: -2px;
    --middle-r: 22deg;
    animation: toggle 0.8s linear forwards;
}
.feedback label.angry input:checked + div:after {
    --middle-y: 1px;
    --middle-r: -18deg;
    animation: toggle 0.8s linear forwards;
}
.feedback label.sad {
    --step-1-rx: 20deg;
    --step-1-ry: -12deg;
    --step-2-rx: -18deg;
    --step-2-ry: 14deg;
}
.feedback label.sad div:before, .feedback label.sad div:after {
    --b: var(--active-tear);
    --sc: 0;
    --w: 5px;
    --h: 5px;
    --t: 15px;
    --br: 50%;
}
.feedback label.sad div:after {
    --l: 25px;
}
.feedback label.sad div svg.eye {
    --t: 16px;
}
.feedback label.sad div svg.mouth {
    --t: 24px;
    stroke-dasharray: 9.5;
    stroke-dashoffset: 33.25;
}
.feedback label.sad input:checked + div:before, .feedback label.sad input:checked + div:after {
    animation: tear 0.6s linear forwards;
}
.feedback label.ok {
    --step-1-rx: 4deg;
    --step-1-ry: -22deg;
    --step-1-rz: 6deg;
    --step-2-rx: 4deg;
    --step-2-ry: 22deg;
    --step-2-rz: -6deg;
}
.feedback label.ok div:before {
    --l: 12px;
    --t: 17px;
    --h: 4px;
    --w: 4px;
    --br: 50%;
    box-shadow: 12px 0 0 var(--e, var(--normal-eye));
}
.feedback label.ok div:after {
    --l: 13px;
    --t: 26px;
    --w: 14px;
    --h: 2px;
    --br: 1px;
    --b: var(--m, var(--normal-mouth));
}
.feedback label.ok input:checked + div:before {
    --middle-s-y: 0.35;
    animation: toggle 0.2s linear forwards;
}
.feedback label.ok input:checked + div:after {
    --middle-s-x: 0.5;
    animation: toggle 0.7s linear forwards;
}
.feedback label.good {
    --step-1-rx: -14deg;
    --step-1-rz: 10deg;
    --step-2-rx: 10deg;
    --step-2-rz: -8deg;
}
.feedback label.good div:before {
    --b: var(--m, var(--normal-mouth));
    --w: 5px;
    --h: 5px;
    --br: 50%;
    --t: 22px;
    --zi: 0;
    opacity: 0.5;
    box-shadow: 16px 0 0 var(--b);
    filter: blur(2px);
}
.feedback label.good div:after {
    --sc: 0;
}
.feedback label.good div svg.eye {
    --t: 15px;
    --sc: -1;
    stroke-dasharray: 4.55;
    stroke-dashoffset: 8.15;
}
.feedback label.good div svg.mouth {
    --t: 22px;
    --sc: -1;
    stroke-dasharray: 13.3;
    stroke-dashoffset: 23.75;
}
.feedback label.good input:checked + div svg.mouth {
    --middle-y: 1px;
    --middle-s: -1;
    animation: toggle 0.8s linear forwards;
}
.feedback label.happy div {
    --step-1-rx: 18deg;
    --step-1-ry: 24deg;
    --step-2-rx: 18deg;
    --step-2-ry: -24deg;
}
.feedback label.happy div:before {
    --sc: 0;
}
.feedback label.happy div:after {
    --b: var(--m, var(--normal-mouth));
    --l: 11px;
    --t: 23px;
    --w: 18px;
    --h: 8px;
    --br: 0 0 8px 8px;
}
.feedback label.happy div svg.eye {
    --t: 14px;
    --sc: -1;
}
.feedback label.happy input:checked + div:after {
    --middle-s-x: 0.95;
    --middle-s-y: 0.75;
    animation: toggle 0.8s linear forwards;
}
.feedback label input:checked {
    --sb: var(--active);
    --sh: var(--active-shadow);
    --sht: var(--active-shadow-top);
}
.feedback label input:checked + div {
    --m: var(--active-mouth);
    --e: var(--active-eye);
    animation: shake 0.8s linear forwards;
}
.feedback label input:not(:checked):hover {
    --sb: var(--hover);
    --sht: var(--hover-shadow-top);
}
.feedback label input:not(:checked):active {
    transform: scale(0.925);
}
.feedback label input:not(:checked):active + div {
    transform: scale(0.925);
}
.feedback label:hover {
    transform: scale(1.08);
}
@keyframes shake {
    30% {
        transform: perspective(240px) rotateX(var(--step-1-rx, 0deg)) rotateY(var(--step-1-ry, 0deg)) rotateZ(var(--step-1-rz, 0deg)) translateZ(10px);
    }
    60% {
        transform: perspective(240px) rotateX(var(--step-2-rx, 0deg)) rotateY(var(--step-2-ry, 0deg)) rotateZ(var(--step-2-rz, 0deg)) translateZ(10px);
    }
    100% {
        transform: perspective(240px) translateZ(4px);
    }
}
@keyframes tear {
    0% {
        opacity: 0;
        transform: translateY(-2px) scale(0) translateZ(0);
    }
    50% {
        transform: translateY(12px) scale(0.6, 1.2) translateZ(0);
    }
    20%, 80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(24px) translateX(4px) rotateZ(-30deg) scale(0.7, 1.1) translateZ(0);
    }
}
@keyframes toggle {
    50% {
        transform: translateY(var(--middle-y, 0)) scale(var(--middle-s-x, var(--middle-s, 1)), var(--middle-s-y, var(--middle-s, 1))) rotate(var(--middle-r, 0deg));
    }
}
@keyframes angry {
    40% {
        background: var(--active);
    }
    45% {
        box-shadow: inset 3px -3px 4px var(--active-shadow), inset 0 8px 10px var(--active-shadow-angry);
    }
}
html {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}
* {
    box-sizing: inherit;
}
*:before, *:after {
    box-sizing: inherit;
}
body .twitter {
    position: fixed;
    display: block;
    right: 12px;
    bottom: 12px;
}
body .twitter svg {
    width: 32px;
    height: 32px;
    fill: #1da1f2;
}

/* Mensaze Index Css End */

/* Buzon Index Css Start  */
.buzon-area {
    padding: 190px 0px;
    background: #1b1b1b;
    color: #fff;
    padding-bottom: 100px;
}
.buzon-des {
    text-align: left;
    margin-left: 0;
    max-width: 885px;
    margin-top: 20px;
}
.j-atendido-box {
    padding: 70px 70px 56px 70px;
    background: #000;
    border-radius: 39px;
}
.j-atendido-titile {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 20px;
    max-width: 693px;
}
.j-atendido-iput {
    width: 100%;
    padding: 14px 28px;
    border-radius: 15px;
    background: #fff;
    border: none;
    font-size: 16px;
    color: #BBBBBB;
    margin-bottom: 10px;
}
.j-atendido-message {
    height: 100%;
    width: 100%;
    padding: 14px 28px;
    border-radius: 15px;
    background: #fff;
    border: none;
    font-size: 16px;
    color: #BBBBBB;
}
.j-atendido-iput3{
    margin: 0;
}
.j-atendio-check-label {
    /*margin-top: 7px;*/
    margin-left: 10px;
    font-weight: 400;
}
.j-politica {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.j-atendio-checkbox {
    margin: 25px 0px;
}
.atendioSubmit {
    padding: 14px 90px;
    background: #70F079;
    border: none;
    font-size: 18px;
    color: #1B1B1B;
    font-weight: 700;
    border-radius: 7px;
}
/* Buzon Index Css End  */

/* Mensaze Index Css Start */
.mensaze-header{
    background-color: #1b1b1b !important;
}
.mensaze-area {
    padding-top: 190px;
    padding-bottom: 100px;
}
.likeImage {
    margin-bottom: 43px;
    width: 111px;
}
.j-mensaze-title {
    font-size: 46px;
    font-weight: 800;
    max-width: 527px;
    margin: auto;
    margin-bottom: 20px;
    color: #fff;
}
.j-mensaze-des {
    font-size: 21px;
    max-width: 400px;
    margin: auto;
    margin-bottom: 40px;
    color: #fff;
}
.j-mensaze2-des2 {
    font-size: 17px;
}
.j-mensaze-content {
    background: #1b1b1b;
    padding: 100px;
    border-radius: 39px;
}
.j-res-web {
    font-size: 17px;
    padding: 10px 20px;
    background: #D9D9D9;
    border-radius: 30px;
    font-weight: 700;
    color: #1b1b1b;
}
.form-errorBtn {
    background: #70F079;
}
.form-errortxt {
    font-size: 17px;
    max-width: 450px;
}
/* Mensaze Index Css End */

/* Buzon Index Css Start  */
.buzon-area {
    padding: 190px 0px;
    background: #1b1b1b;
    color: #fff;
    padding-bottom: 100px;
}
.buzon-des {
    text-align: left;
    margin-left: 0;
    max-width: 885px;
    margin-top: 20px;
}
.j-atendido-box {
    padding: 70px 70px 56px 70px;
    background: #000;
    border-radius: 39px;
}
.j-atendido-titile {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 20px;
    max-width: 693px;
}
.j-atendido-iput {
    width: 100%;
    padding: 14px 28px;
    border-radius: 15px;
    background: #fff;
    border: none;
    font-size: 16px;
    color: #BBBBBB;
    margin-bottom: 10px;
}
.j-atendido-message {
    height: 100%;
    width: 100%;
    padding: 14px 28px;
    border-radius: 15px;
    background: #fff;
    border: none;
    font-size: 16px;
    color: #BBBBBB;
}
.j-atendido-iput3{
    margin: 0;
}
.j-atendio-check-label {
    /*margin-top: 7px;*/
    margin-left: 10px;
    font-weight: 400;
}
.j-politica {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.j-atendio-checkbox {
    margin: 25px 0px;
}
.atendioSubmit {
    padding: 14px 90px;
    background: #70F079;
    border: none;
    font-size: 18px;
    color: #1B1B1B;
    font-weight: 700;
    border-radius: 7px;
}
/* Buzon Index Css End  */
/* Profile Index Css Start */
.j-profile-area {
    padding: 220px 0px;
    padding-bottom: 120px;
    background: #1b1b1b;
}
.j-profile-info-txt {
    padding: 19px;
    background: #000;
    border-radius: 28px;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 278px;
    left: 10px;
    bottom: 10px;
}
.j-demandaBtb {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.375rem;
    color: #1B1B1B;
    background: #fff;
    padding: 10px 24px;
    border-radius: 8px;
    display: inline-block;
    border: 1px solid #1b1b1b;
    text-align: center;
}

.agent-contact-btn {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.375rem;
    color: #1B1B1B;
    background: #70F079;
    padding: 10px 24px;
    border-radius: 20px;
    display: inline-block;
    /*border: 1px solid #1b1b1b;*/
    text-align: center;
}

.agent-callme-btn {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.375rem;
    color: #fff;
    background: #1B1B1B;
    padding: 10px 24px;
    border-radius: 20px;
    display: inline-block;
    border: 1px solid #1b1b1b;
    text-align: center;
}

.j-profesionales-title {
    color: #fff;
    font-weight: 600;
    font-size: 46px;
    margin: 30px 0px;
    max-width: 450px;
}
.j-profile-link-box1 {
    background-color: #70F079;
    display: block;
    padding: 25px;
    border-radius: 20px;
    height: 100%;
    overflow: hidden;
    width: 100%;
    border: navajowhite;
}
.swiper-button-next:after {
    background-image: url(/website/v2/images/swiper2.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    width: 33px;
    height: 33px;
}
.j-permite-txt-hide {
    margin: 0 !important;
}
.swiper-button-prev:after {
    /*background-image: url(swiper.png);*/
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    width: 33px;
    height: 33px;
}
.j-profile-link-box1:hover{
    transform: scale(1.1);
}
.j-graties-img, .j-profile-contact-right img {
    width: 70px;
}
.j-profile-link-box2 {
    display: block;
    padding: 25px;
    height: 100%;
    background: #fff;
    border-radius: 20px;
}
.j-gratis-img-box {
    margin-bottom: 25px;
}
.j-profile-contact-right {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.j-whatsapp-des {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}
.j-graties-de {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 21px;
}
.j-graties-title {
    font-size: 40px;
    color: #000;
    font-weight: 700;
}
.j-achivement-title {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
}
.j-achivement-des {
    font-size: 20px;
    font-weight: 400;
    max-width: 700px;
    /*line-height: 100%;*/
}
.j-achivement-area {
    padding: 100px 0;
}
.j-achivement-question-box {
    padding-bottom: 40px;
}
.j-award-single-box {
    padding: 30px;
    background: #000;
    color: #fff;
    height: 200px;
    width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 20px;
}

.medal-image {
    width: 100px;
}

.j-award-boxs {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    max-width: 775px;
    margin-left: inherit;
}
.j-award-single-box3{
    background-color: #5A4B00;
}
.j-award-des {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}
.j-mercado, .j-mercado1 {
    background: #1b1b1b;
    padding: 100px 0px;
    color: #fff;
}
.j-mercado-top-des {
    font-size: 18px;
    font-weight: 400;
}
.j-mercado-title {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 14px;
    max-width: 940px;
}
.j-mercado-main-des {
    font-size: 28px;
    margin-bottom: 55px;
}
.j-mercadoBtnBlack {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}
.j-achivement-des2{
    display: none;
}
.j-mercado1{
    display: none;
}
.j-profile-left-content {
    overflow: hidden;
}
.j-profile-left-content img{
    transition: .4s;
    border-radius: 35px;
}
.j-profile-left-content img:hover{
    transform: scale(1.1);

}
/* Profile Index Css End */

/* Agent custom dialog */

dialog {
    font-family: "Red Hat Display", sans-serif !important;
    padding: 1rem 3rem;
    background: white;
    max-width: 600px;
    padding-top: 2rem;
    border-radius: 20px;
    border: 0;
    box-shadow: 0 5px 30px 0 rgb(0 0 0 / 10%);
    animation: fadeIn 1s ease both;

    &::backdrop {
        animation: fadeIn 1s ease both;
        background: rgb(255 255 255 / 40%);
        z-index: 2;
        backdrop-filter: blur(20px);
    }

    .x {
        filter: grayscale(1);
        border: none;
        background: none;
        position: absolute;
        top: 15px;
        right: 10px;
        transition: ease filter, transform 0.3s;
        cursor: pointer;
        transform-origin: center;

        &:hover {
            filter: grayscale(0);
            transform: scale(1.1);
        }
    }

    h2 {
        font-weight: 600;
        font-size: 2rem;
        padding-bottom: 1rem;
    }

    p {
        font-size: 1rem;
        line-height: 1.3rem;
        padding: 0.5rem 0;


    }

    .error {
        color: #6374e0;
    }
}

/******************************************
*************** JOIN US *******************
*****************************************/

.trajba-hero-top {
    padding-bottom: 50px;
}
.trahbe-hero-des {
    font-size: 32px;
}
.hero8-des {
    font-size: 32px;
    max-width: 696px;
}
.trajba-titleff {
    font-size: 95px;
    max-width: 800px;
}
.trahbe-hero-des {
    font-size: 24px;
}
.solicitabtn:hover{
    color: #000;
}

.circle {
    position: absolute;
    border: none;
    top: -96px;
    height: 100px;
    width: 100px;
    right: 63px;
    border-radius: 100vmax;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 4px;
    font-family: consolas;
    color: #000;
    font-weight: 600;
    font-size: 17px;
    animation: textRotation 8s linear infinite;
}

@keyframes textRotation {
    to {
        transform: rotate(360deg);
    }
}

.text span {
    position: absolute;
    left: 50%;
    font-size: 1.2em;
    transform-origin: 0 100px;
}
button.circle .svg-img {
    width: 66px;
}
.atras-fild {
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    margin-bottom: 14px;
}
.aras-submit{
    border-radius: 8px;
}
.atras-message{
    height: 130px;
    padding-top: 30px;
}
.j-atrsa-mas h3 {
    font-size: 32px;
    font-weight: 700;
}
.j-atrsa-mas p{
    color: #667085;
    margin-bottom: 40px;
}
.atras-label{
    color: #344054;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
}
.j-atras-over-content h3 {
    font-size: 22px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 4px;
}

.j-atras-over-content p {
    font-size: 12px;
}
.j-atras-profile-img-box {
    max-width: 280px;
    margin-bottom: 40px;
}
.j-atras-profile-img-box img {
    width: 100%;
    max-width: 280px;
}
.j-atras-over-content {
    position: absolute;
    bottom: 24px;
    width: 100%;
    text-align: center;
    color: #fff;
    padding-bottom: 12px;
}
.atrsa-area{
    padding: 50px 0px;
}
.j-industrial-slider .slider-for {
    margin-bottom: 20px;
}
.j-industrial-container .slider-nav.slick-initialized.slick-slider {
    display: none;
}
.slider-card{
    display: inherit;
}
.vandue-card.j-card-sliderjs .vandue-single-card {
    width: 100%;
}
.card-atras-single-slider{
    width: 100%;
}

/******************************************
************* EO JOIN US ******************
*****************************************/

.hidden {
    display: none;
}

.nosel {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.img-enlarged__cont {
    width: 100%;
    height: 0px;
    opacity: 0;
    font-family: Helvetica, sans-serif;
    cursor: zoom-out;
    background: rgba(0,0,0,0.5);
    position: fixed; top: 0; left: 0;
    z-index: 998;

    transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out;
}

.img-enlarged__cont.open {
    height: 100%;
    opacity: 1;

    transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out;
}

.img-enlarged {
    max-width: 90%;
    max-height: 80%;
    border: 5px solid #eee;
    display: block;
    margin: auto !important;

    position: relative; top: 10%; bottom: 10%;
}

.img-enlarged__nav.next::after {
    content: ">";
    font-size: 50px;
    font-family: monospace;
    color: #fff;
    position: absolute; right: 40%; top: 49%;
}
.img-enlarged__nav.prev::after {
    content: "<";
    font-size: 50px;
    font-family: monospace;
    color: #fff;
    position: absolute; left: 40%; top: 49%;
}


.gallery img {
    cursor: zoom-in;
}


.img-enlarged__nav {
    background: rgba(0,0,0,0.2);
    cursor: pointer;
    z-index: 999;
    text-align: center;
    height: 100%;
    width: 10%;
    vertical-align: middle;
    transition: 0.3s width, 0.2s background;
}
.img-enlarged__nav:hover {
    background: rgba(0,0,0,0.8);
    width: 11%;
    transition: 0.3s width, 0.2s background;
}
.img-enlarged__nav:active {
    width: 12%;
    transition: 0.1s width;
}

.img-enlarged__nav span {
    font-size: 25px;
    color: #fff;
    height: 20px;
    display: inline-block;
}

.img-enlarged__nav.prev {
    position: absolute; top: 0; left: 0;
}
.img-enlarged__nav.next {
    position: absolute; top: 0; right: 0;
}


.img-enlarged__counter {
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-family: monospace;
    width: 50px;
    text-align: center;
    font-size: 15px;
    padding: 7px 0 7px 0;
    margin: auto !important;
    display: block;

    position: absolute; left: 49%; bottom: 5%;
}
.image4-galary {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.light-box-area {
    padding: 130px 0px;
    padding-bottom: 0;
    overflow: hidden;
}
.knobs {
    background: #fff;
}
#button-1 .knobs:before {
    top: 3px;
    width: 32px;
    height: 30px;
}
#button-1 .checkbox:checked + .knobs:before {
    left: 39px;
}
.group-social-img {
    padding: 8px;
    border-radius: 12px;
}
.confirma-images img {
    width: 64px;
}
#flexCheckDefault {
    width: 22px;
}
.j-3dcard-hide{
    height: 130px !important;
    display: none;
}
.provincia-left-box:hover .j-3dcard-hide{
    display: block;
}
.provincia-left-box:hover .j-3dcard-hide1{
    display: none;
}
.provincia-form-des {
    font-weight: 500;
    line-height: 32px;
}




/*span { display: inline-block; }*/
.SVG_Dflt { position: absolute; top: 0%; left: 0%; width: 100%; height: 100%; }

.Block_Circular_Slider {
    position: relative;
    width: 27.0625em;
    height: 23.75em;
}
.svg_slider_path, .svg_slider_knob_pos { fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:12;stroke:#ffffff; }
.svg_slider_knob_pos { stroke:#ff5ba8; stroke-dasharray: 888.4247436523438; stroke-dashoffset: 888.4247436523438; }
circle { fill:#ff5ba8; touch-action: none; }
circle:hover { cursor: pointer; }
.Block_SVG_BG {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: center/cover no-repeat url("data:image/svg+xml,%3Csvg width%3D'720' height%3D'405' version%3D'1.1' viewBox%3D'0 0 720 405' xmlns%3D'http:%2F%2Fwww.w3.org%2F2000%2Fsvg' xmlns:xlink%3D'http:%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3CradialGradient id%3D'radialGradient2' cx%3D'360' cy%3D'202.5' r%3D'360' gradientTransform%3D'matrix(1 0 0 .5625 0 88.59)' gradientUnits%3D'userSpaceOnUse'%3E%3Cstop style%3D'stop-color:%23ff0077' offset%3D'0'%2F%3E%3Cstop style%3D'stop-color:%23ff0077;stop-opacity:.4969' offset%3D'1'%2F%3E%3C%2FradialGradient%3E%3Cfilter id%3D'filter71' x%3D'0' y%3D'0' width%3D'1' height%3D'1' style%3D'color-interpolation-filters:sRGB'%3E%3CfeTurbulence baseFrequency%3D'1.8 1.8' result%3D'turbulence' seed%3D'9'%2F%3E%3CfeComposite in%3D'SourceGraphic' in2%3D'turbulence' operator%3D'in' result%3D'composite1'%2F%3E%3CfeColorMatrix result%3D'color' values%3D'1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 15.1489 -0.4'%2F%3E%3CfeFlood flood-color%3D'rgb(21,40,57)' flood-opacity%3D'0' result%3D'flood'%2F%3E%3CfeMerge result%3D'merge'%3E%3CfeMergeNode in%3D'flood'%2F%3E%3CfeMergeNode in%3D'color'%2F%3E%3C%2FfeMerge%3E%3CfeComposite in2%3D'SourceGraphic' operator%3D'in' result%3D'composite2'%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3Cg%3E%3Cpath d%3D'm0 0h720v405h-720z' style%3D'fill:%2300b4ff'%2F%3E%3Cpath d%3D'm0 0h720v405h-720z' style%3D'fill:url(%23radialGradient2);filter:url(%23filter71)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-attachment: fixed;
    z-index: -1;
    transition: all 500ms ease;
    opacity: 0;
}

.Block_Circular_Slider {
    width: 106px;
    height: 93px;
    position: absolute;
    left: -13px;
    transform: rotate(92deg);
}
.j-rejellia {
    display: flex;
    align-items: center;
    color: #1B1B1B;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 33px;
    background: #70F079;
    gap: 5px;
}
.header-black{
    background-color: rgb(27, 27, 27, 0.8);
}
.j-rejellia img{
    width: 30px;
    height: 25px;
}
.lightbox-over-left-buttons, .lightbox-over-right-buttons {
    display: flex;
    align-items: center;
    gap: 4px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.j-rejellia:hover{
    color: #1b1b1b;
}
.j-rejelliaBlack{
    background-color: #1b1b1b;
    color: #fff;
}
.jfotos {
    color: #fff;
    background: #1b1b1b;
    border: 1px solid #1b1b1b;
}
.jvirtual {
    background: #E0F472;
}
.lightbox-over-right-buttons {
    width: 100%;
    justify-content: end;
    padding-right: 36px;
}
.hoverWhite:hover{
    color: #fff;
}
.salamance h4 {
    font-size: 32px;
    font-weight: 700;
    color: #2C2C2C;
}
.salamancebtn1 {
    background-color: #fff;
    color: #1b1b1b;
    border: 1px solid #1b1b1b;
}
.active-color{
    background-color: #1b1b1b !important;
    color: #fff !important;
}
div#test3 {
    padding: 0;
}
.video-playBtn {
    padding: 0;
    border: 0;
    background: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80px;
}
.j-video-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
}
.j-modal-video{
    padding: 50px 20px;
}
.j-modal-video-dialog{
    max-width: 900px;
}
.salamancebtn2{
    background-color: #fff;
    border: 1px solid #1b1b1b;
}
.salamance {
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #CFCFCF;
}
.valle-content-area{
    padding-left: 30px;
}
.etiquetas-sm1 {
    font-size: 14px;
    margin-bottom: 4px;
    color: #2C2C2C;
    font-weight: 500;
}
.etiquetas-sm2 {
    font-size: 18px;
    color: #2C2C2C;
    font-weight: 700;
}
.etiquetas-smll-single-boxs {
    padding: 6px 15px;
    background: #F8F8FB;
    border-radius: 8px;
}
.etiquetas-smll-boxs {
    display: flex;
    gap: 10px;
}
.etiquetas-parent-box {
    display: flex;
    gap: 30px;
    align-items: center;
}
.etiquetasj {
    display: flex;
    align-items: start;
    gap: 100px;
    align-items: center;
    padding: 20px 0px;
}
.etiquetas-parent-box h5 {
    font-size: 20px;
    font-weight: 700;
    color: #2C2C2C;
}
.valle13-title {
    font-size: 32px;
    font-weight: 700;
    color: #2C2C2C;
}
.valle13-topdes {
    font-size: 20px;
    font-weight: 400;
    color: #999999;
    padding-bottom: 12px;
}
.valle13des {
    font-size: 14px;
    line-height: 16px;
    max-width: 740px;
}
.mapvallle {
    max-width: 740px;
}
.valle13num {
    font-size: 26px;
    padding: 10px 12px;
    font-weight: 800;
    color: #2C2C2C;
    background: #F8F8FB;
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 12px;
}
.valle13des {
    font-size: 20px;
    color: #2C2C2C;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 20px;
}
.mapvallle {
    border-radius: 20px;
    margin-top: 24px;
}
.j-las {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
}
.salamance-info-area {
    padding-bottom: 100px;
}
.j-new-confirma {
    padding: 0px 60px;
}
.j-cartera-title {
    color: #fff;
    font-size: 40px;
    line-height: 34px;
    margin-bottom: 4px;
    font-weight: 600;
    max-width: 224px;
}
.j-cartera-des {
    font-size: 20px;
    text-align: right;
    color: #fff;
}
.black-bg{
    background-color: #1b1b1b;
}
.j-profile-area2 {
    background-color: #fff;
    padding: 100px 0px;
}
.black-bg .j-profile-contact-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between !important;
    height: 100%;
}
.dswhatsapp {
    border: 3px solid #1b1b1b;
    border-radius: 50px;
}
.jtame{
    background-color: #F4F4F4;
}
.jp-whatsapp {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.j-solicia-txtbr {
    max-width: 227px;
}
.calclutor-container {
    max-width: 900px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.calclutor-area {
    padding-bottom: 100px;
}
.cal-container{
    padding: 100px;
    background-color: #F4F4F4;
}
.calclutor-left {
    background-color: #000;
    color: #fff;
    padding: 50px 30px 50px 30px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.calclutor-right{
    background-color: #fff;
    padding: 80px 40px 80px 40px;
}
.calclutor-form-inp {
    border: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
    margin-bottom: 20px;
}
.j-video-iframe{
    height: 500px;
}
select.form-select.valid option {
    background: #fff !important;
}
.total-paid {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.calclutor-form-label {
    font-size: 18px;
    font-weight: 400;
}
.calclutor-form-inp::placeholder{
    font-size: 18px;
    font-weight: 300;
    color: #999999;
}
.cal-prise {
    font-size: 24px;
    font-weight: 500;
}
.cal-prise span{
    font-size: 18px;
}
.cal-prise-txt {
    font-size: 18px;
    font-weight: 500;
}
.calculateBtn {
    background: #000;
    color: #fff;
    padding: 10px;
    width: 100%;
}
.cal-total-prise {
    text-align: center;
    font-size: 48px;
    font-weight: 600;
}
.cal-border {
    height: 1px;
    background: #ddd;
    margin-top: 100px;
    margin-bottom: 30px;
}
.cal-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.calclutor-form-inp:focus-visible {
    outline: none;
}
form#bookingfprm6 {
    z-index: 999999999999999999999999999999999;
}

/* //// */
.step-form-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}
#booking-form {
    font-family: 'Inter', serif;
    max-width: 540px;
    margin: auto;
    margin-top: 0;

}
#booking-form ul {
    padding-left: 0;
}
#booking-form li {
    list-style: none;
}
.ceo-checkbox a {
    border-bottom: 1px solid;
}
.ceo-form-input {
    font-family: 'Inter' !important;
    font-size: 16px;
    padding: 8px 24px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgb(233,233,233);
    text-align: left;
    border-radius: 8px;
    color: #667085;
    letter-spacing: normal;
    background: #fff;
    margin-bottom: 10px;
}
.ceo-form-date {
    font-family: 'Merriweather', serif;
    text-align: center;
    font-weight: 700;
    padding: 12px;
    border: 1px solid #CFCFCF !important;
    border-radius: 20px !important;
    color: #000 !important;
}
#booking-form input::placeholder{
    font-family: "Inter";
    color: #667085;
}
#booking-form select {
    font-family: "Inter";
    text-align: center;
    font-weight: 700;
    padding: 12px;
    border: 1px solid #CFCFCF !important;
}
.ceo-checkbox {
    font-size: 15px !important;
}
#booking-form textarea {
    height: 120px;
    line-height: 1.5;
    padding: 15px 28px;
}
#booking-form input:focus,
#booking-form textarea:focus,
#booking-form select:focus {
    outline: 0;
    border: 1px solid rgb(211,211,211);
}
#booking-form label, #bookingfprm6 label {
    font-family: 'Inter';
    font-size: 18px;
    color: #344054;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
}
.j-ziegl-ceo-img img {
    width: 110px;
    border-radius: 55px;
}
#booking-form select {
    text-align: center;
    border-radius: 20px;
}
/* Buttons */
.j-ceo-suubmit-Btn {
    font-family: "Inter";
    background: #1B1B1B;
    padding: 13px 20px;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    border: 0;
    transition-property: background-color;
    transition-duration: 0.5s;
    width: 100%;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 5px;
}

#booking-form .next-btn:hover,
#booking-form .submit-btn:hover {
    background-color: #444b5d;
    color: #fff;
}

/*  Tab */
.tab-pane {
    display: none;
}

.visit-content > .tab-pane:first-child {
    display: block;
}

/* Error */
span.error {
    font-size: 12px;
    font-family: "helvetica neue", arial, sans-serif;
    color: #D6041D;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}
.arrow-left-forj{
    width: 20px !important;
}
.j-ziegl-step-form {
    background: #F8F8FB;
    border: 1px solid #CFCFCF;
    border-radius: 10px;
    margin-top: 50px;
}
.j-ziegl-ceo-top {
    padding-top: 10px;
    padding-bottom: 40px;
}
.j-Regresar-box{
    margin-bottom: 30px;
}
a.j-ziegl-ceo-conttactBtn {
    font-family: 'inter';
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    padding: 14px ;
    text-align: center;
    width: 100%;
    max-width: 160px;
    border-radius: 5px;
    background: #151515;
    display: inline-block;
}

#previousButton.j-ziegl-ceo-conttactBtn {
    font-family: 'inter';
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    padding: 14px ;
    text-align: center;
    width: 100%;
    max-width: 160px;
    border-radius: 5px;
    background: #151515;
    display: inline-block;
}
.greenwhatsapp{
    background-color: #31C256 !important;
}
.j-ziegl-ceo-conttact {
    margin-top: -67px;
    margin-bottom: 30px;
}
.j-has-cita-box {
    padding-top: 40px;
}
.has-citades {
    font-family: "Inter";
    font-size: 17px;
    font-weight: 400;
    color: #667085;
    line-height: 20px;
    margin-bottom: 25px;
}
.ceo-form-area {
    padding: 0 20px;
}
.responsable-des {
    font-family: "Inter";
    font-size: 15px;
    line-height: 17px;
    font-weight: 500;
    color: #484848;
    margin-top: 20px;
    margin-bottom: 20px;
}
.salamance-buttons {
    padding-right: 28px;
}

/* // */
.date-slider-wrapper {
    padding: 8px;
    width: 100%;
    position: relative;
    margin-bottom: 81px;
}

.date-slider-month {
    min-width: 100%;
    text-align: center;
}

/* .date-slider-prev:before {
  content: "<";
}

.date-slider-next:before {
  content: ">";
} */

.date-slider-prev {
    left: 35%;
}

.date-slider-next {
    right: 35%;
}

.date-slider-prev:before,
.date-slider-next:before {
    font-size: 50px;
    line-height: 2;
    color: #0079d2;
}

.date-slider-prev, .date-slider-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 117%;
    display: block;
    padding: 0px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    padding: 20px;
    border: 1px solid #1B1B1B;
    border-radius: 30px;
}

.date-slider-prev[disabled] {
    cursor: auto;
}

/* .date-slider-prev[disabled]:before {
  color: gray;
} */

.date-slider-day {
    color: #8B8B8B;
    font-family: Rubik;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: white;
    border: none;

    flex-shrink: 0;

    margin-right: 10px;
    position: relative;
    text-align: center;
    transition-property: transform;
    -webkit-flex-shrink: 0;
}

.date-slider-day[date-slider-selected="true"] {
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: #fff;
    color: #000;
}
#bookingfprm6{
    display: none;
}
.days-container {
    align-items: center;
    /*   cursor: pointer; */
    display: flex;
    margin: auto 1%;
    transition-property: transform;
    width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.days-wrapper {
    overflow: hidden;
    margin-bottom: 20px;
}
a.date-slider-day {
    font-family: 'Inter';
    font-size: 16px;
    background: #000;
    color: #fff;
    padding: 50px 10px;
    border-radius: 20px;
}
.date-slider-day p {
    font-size: 50px;
    font-weight: 700;
    margin-top: 12px;
}
/* .date-slider-smooth {
  transition: transform 0.001s cubic-bezier(1, 1.59, 0.61, 0.74);
} */
/* div#step1 {
    background: #F8F8FB;
    padding: 50px 20px;
    border: 1px solid #CFCFCF;
    margin-top: 50px;
    border-radius: 20px;
} */
.tour-galary{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
}
.range {
    border-radius: 50%;
    display: table;
    height: 93px;
    position: absolute;
    width: 93px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.range input {
    opacity: 0;
    position: absolute;
}
.range .dial {
    background-color: #FFF;
    border-radius: 50%;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    height: 20px;
    margin-left: -13px;
    position: absolute;
    top: -13px;
    transform: translateX(50px) translateY(5px);
    width: 20px;
    z-index: 40;
}
.range .dial:focus {
    outline: 0;
}
.range .info {
    background-color: #000;
    border-radius: 50%;
    bottom: 3px;
    color: #333;
    cursor: default;
    display: table-cell;
    font: 400 16px/1.1 'Roboto', sans-serif;
    left: 3px;
    padding-top: 22%;
    position: absolute;
    right: 3px;
    text-align: center;
    top: 3px;
    user-select: none;
    text-transform: uppercase;
    z-index: 30;
}
.range .count, .range span{
    color: #fff;
    display: block;
    font-size: 50px;
    font-weight: 700;
}
.jcount-info {
    position: absolute;
    top: -30px;
    left: 110px;
    display: flex;
}
.slice {
    border-radius: 186px 0 0 186px;
    background-color: #F27935;
    height: 100%;
    overflow: hidden;
    position: absolute;
    user-select: none;
    width: 50%;
    z-index: 10;
}
.slice.right {
    border-radius: 0 186px 186px 0;
    right: 0;
}
.slice.right .blocker {
    left: 0;
    right: auto;
    transform-origin: 0 25%;
}
.slice .blocker {
    background-color: #eee;
    height: 200%;
    position: absolute;
    right: 0;
    transform-origin: 100% 25%;
    width: 200%;
}
.compartir-single-box {
    padding: 16px 0;
    height: 70px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font: 18px / 24px inter;
    border-bottom: 1px solid #e4e4e4;
}
.compartir-single-boxLast{
    border: none;
}
.share-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    padding-bottom: 8px;
}
.single-facilities {
    display: flex;
    gap: 5px;
    align-items: center;
}
.facilities-box{
    display: flex;
    gap: 15px;
}
.facilities-img {
    width: 30px;
    padding: 2px 3px;
    background: #F1F1F1;
    border-radius: 6px;
}

.date-box {
    background: #F8F8FB;
    padding: 20px;
    border: 1px solid #CFCFCF;
    margin-top: 50px;
    border-radius: 20px;
}

#booking-form label.error {
    font-size: 14px;
    color: #670010;
}

#bookingfprm6 label.error {
    font-size: 14px;
    color: #670010;
}

#shareButton {
    border: 1px solid #1b1b1b;
}
.provincia-single-img-slider img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
}
.provincia-left-box-img1 {
    max-width: 312px;
    margin: auto;
}
.range-slider {
    display: inline-block;
    width: 20px;
    position: relative;
    text-align: center;
    height: 108px;
    max-height: 100%;
    position: absolute;
    bottom: 44px;
    left: 42px;
}
.range-slider:before {
    position: absolute;
    top: 5px;
    left: 60px;
    font-weight: 700;
    content: attr(data-slider-value) '%';
    color: white;
    font-size: 50px;
}
.range-slider__thumb {
    position: absolute;
    left: -1px;
    width: 22px;
    height: 22px;
    line-height: 30px;
    background: #0079D0;
    color: #0079D0;
    font-size: 50%;
    border-radius: 50%;
    pointer-events: none;
}
.range-slider__bar {
    left: 8px;
    bottom: 0;
    position: absolute;
    background: linear-gradient(dodgerblue, #0079D0);
    pointer-events: none;
    width: 4px;
    border-radius: 10px;
}
.range-slider input[type=range][orient=vertical] {
    position: relative;
    margin: 0;
    height: 100%;
    width: 4px;
    display: inline-block;
    position: relative;
    writing-mode: bt-lr;
    -webkit-appearance: slider-vertical;
}
.range-slider input[type=range][orient=vertical]::-webkit-slider-runnable-track, .range-slider input[type=range][orient=vertical]::-webkit-slider-thumb {
    -webkit-appearance: none;
}
.range-slider input[type=range][orient=vertical]::-webkit-slider-runnable-track {
    border: none;
    background: #fff;
    width: 4px;
    border-color: none;
    border-radius: 10px;
}
.range-slider input[type=range][orient=vertical]::-moz-range-track {
    border: none;
    background: #fff;
    width: 4px;
    border-color: #343440;
    border-radius: 10px;
    box-shadow: 0 0 0 2px #3D3D4A;
}
.range-slider input[type=range][orient=vertical]::-ms-track {
    border: none;
    background: #fff;
    width: 4px;
    border-color: #343440;
    border-radius: 10px;
    box-shadow: 0 0 0 2px #3D3D4A;
    color: transparent;
    height: 100%;
}
.range-slider input[type=range][orient=vertical]::-ms-fill-lower, .range-slider input[type=range][orient=vertical]::-ms-fill-upper, .range-slider input[type=range][orient=vertical]::-ms-tooltip {
    display: none;
}
.range-slider input[type=range][orient=vertical]::-webkit-slider-thumb {
    width: 30px;
    height: 30px;
    opacity: 0;
}
.range-slider input[type=range][orient=vertical]::-moz-range-thumb {
    width: 30px;
    height: 30px;
    opacity: 0;
}
.range-slider input[type=range][orient=vertical]::-ms-thumb {
    width: 30px;
    height: 30px;
    opacity: 0;
}

/* My New Css Here  */
/* //// */
.step-form-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 20px;
}
#booking-form {
    font-family: 'Inter', serif;
    max-width: 540px;
    margin: auto;
    margin-top: 0;

}
#booking-form ul {
    padding-left: 0;
}
#booking-form li {
    list-style: none;
}
.ceo-checkbox a {
    border-bottom: 1px solid;
}
.ceo-form-input {
    font-family: 'Inter' !important;
    font-size: 16px;
    padding: 8px 24px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgb(233,233,233);
    text-align: left;
    border-radius: 8px;
    color: #667085;
    letter-spacing: normal;
    font-family: 'Merriweather', serif;
    background: #fff;
    margin-bottom: 10px;
}
#booking-form input::placeholder{
    font-family: "Inter";
    color: #667085;
}
#booking-form select {
    font-family: "Inter";
    text-align: center;
    font-weight: 700;
    padding: 12px;
    border: 1px solid #CFCFCF !important;
}
.ceo-checkbox {
    font-size: 15px !important;
}
#booking-form textarea {
    height: 120px;
    line-height: 1.5;
    padding: 15px 28px;
}
#booking-form input:focus,
#booking-form textarea:focus,
#booking-form select:focus {
    outline: 0;
    border: 1px solid rgb(211,211,211);
}
#booking-form label, #bookingfprm6 label {
    font-family: 'Inter';
    font-size: 18px;
    color: #344054;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
}
.j-ziegl-ceo-img img {
    width: 110px;
}
#booking-form select {
    text-align: center;
    border-radius: 20px;
}
/* Buttons */
.j-ceo-suubmit-Btn {
    font-family: "Inter";
    background: #1B1B1B;
    padding: 13px 20px;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    border: 0;
    transition-property: background-color;
    transition-duration: 0.5s;
    width: 100%;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 5px;
}

#booking-form .next-btn:hover,
#booking-form .submit-btn:hover {
    background-color: #444b5d;
    color: #fff;
}

/*  Tab */
.tab-pane {
    display: none;
}
/* .tab-pane:first-child {
    display: block;
} */

/* Error */
span.error {
    font-size: 12px;
    font-family: "helvetica neue", arial, sans-serif;
    color: #D6041D;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}
.arrow-left-forj{
    width: 20px !important;
}
.j-ziegl-step-form {
    background: #F8F8FB;
}
.j-ziegl-ceo-top {
    padding-top: 10px;
    padding-bottom: 40px;
}
.j-Regresar-box{
    margin-bottom: 30px;
}
a.j-ziegl-ceo-conttactBtn {
    font-family: 'inter';
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    padding: 14px ;
    text-align: center;
    width: 100%;
    max-width: 160px;
    border-radius: 5px;
    background: #151515;
    display: inline-block;
}
.greenwhatsapp{
    background-color: #31C256 !important;
}
.j-ziegl-ceo-conttact {
    margin-top: -67px;
    margin-bottom: 30px;
}
.j-has-cita-box {
    padding-top: 40px;
    padding-bottom: 32px;
}
.has-citades {
    font-family: "Inter";
    font-size: 17px;
    font-weight: 400;
    color: #667085;
    line-height: 20px;
    margin-bottom: 25px;
}
option:hover {
    background-color: red !important;
}
.ceo-form-area {
    padding-bottom: 40px;
}
.responsable-des {
    font-family: "Inter";
    font-size: 15px;
    line-height: 17px;
    font-weight: 500;
    color: #484848;
    margin-top: 20px;
    margin-bottom: 20px;
}
.salamance-buttons {
    padding-right: 28px;
}

/* // */
.date-slider-wrapper {
    padding: 8px;
    width: 100%;
    position: relative;
    margin-bottom: 81px;
}

.date-slider-month {
    min-width: 100%;
    text-align: center;
}

/* .date-slider-prev:before {
  content: "<";
}

.date-slider-next:before {
  content: ">";
} */

.date-slider-prev {
    left: 147px;
    transform: translateY(-50%);
}
.date-slider-next {
    right: 143px;
    transform: translateY(-50%);
}

.date-slider-prev:before,
.date-slider-next:before {
    font-size: 50px;
    line-height: 2;
    color: #0079d2;
}

.date-slider-prev, .date-slider-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 117%;
    display: block;
    padding: 0px;
    /* -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); */
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    padding: 20px;
    border: 1px solid #1B1B1B;
    border-radius: 30px;
}

.date-slider-prev[disabled] {
    cursor: auto;
}

/* .date-slider-prev[disabled]:before {
  color: gray;
} */

.date-slider-day {
    color: #8B8B8B;
    font-family: Rubik;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: white;
    border: none;

    flex-shrink: 0;

    margin-right: 10px;
    position: relative;
    text-align: center;
    transition-property: transform;
    -webkit-flex-shrink: 0;
}

.date-slider-day[date-slider-selected="true"] {
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: #fff;
    color: #000;
}
#bookingfprm6{
    display: none;
}
.days-container {
    align-items: center;
    /*   cursor: pointer; */
    display: flex;
    margin: auto 1%;
    transition-property: transform;
    width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.days-wrapper {
    overflow: hidden;
    margin-bottom: 20px;
}
.j-step1-box {
    max-width: 405px;
    margin: auto;
}
a.date-slider-day {
    font-family: 'Inter';
    font-size: 16px;
    background: #000;
    color: #fff;
    padding: 14px 10px;
    border-radius: 20px;
}
.date-slider-day p {
    font-size: 38px;
    font-weight: 700;
    margin-top: 3px;
}
/* .date-slider-smooth {
  transition: transform 0.001s cubic-bezier(1, 1.59, 0.61, 0.74);
} */
/* div#step1 {
  background: #F8F8FB;
  padding: 50px 20px;
  border: 1px solid #CFCFCF;
  margin-top: 50px;
  border-radius: 20px;
} */
.tour-galary{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
}
.range {
    border-radius: 50%;
    display: table;
    height: 93px;
    position: absolute;
    width: 93px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.range input {
    opacity: 0;
    position: absolute;
}
.range .dial {
    background-color: #FFF;
    border-radius: 50%;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    height: 20px;
    margin-left: -13px;
    position: absolute;
    top: -13px;
    transform: translateX(50px) translateY(5px);
    width: 20px;
    z-index: 40;
}
.range .dial:focus {
    outline: 0;
}
.range .info {
    background-color: #000;
    border-radius: 50%;
    bottom: 3px;
    color: #333;
    cursor: default;
    display: table-cell;
    font: 400 16px/1.1 'Roboto', sans-serif;
    left: 3px;
    padding-top: 22%;
    position: absolute;
    right: 3px;
    text-align: center;
    top: 3px;
    user-select: none;
    text-transform: uppercase;
    z-index: 30;
}
.range .count, .range span{
    color: #fff;
    display: block;
    font-size: 50px;
    font-weight: 700;
}
.jcount-info {
    position: absolute;
    top: -30px;
    left: 110px;
    display: flex;
}
.slice {
    border-radius: 186px 0 0 186px;
    background-color: #F27935;
    height: 100%;
    overflow: hidden;
    position: absolute;
    user-select: none;
    width: 50%;
    z-index: 10;
}
.slice.right {
    border-radius: 0 186px 186px 0;
    right: 0;
}
.slice.right .blocker {
    left: 0;
    right: auto;
    transform-origin: 0 25%;
}
.slice .blocker {
    background-color: #eee;
    height: 200%;
    position: absolute;
    right: 0;
    transform-origin: 100% 25%;
    width: 200%;
}
.compartir-single-box {
    padding: 16px 0;
    height: 70px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font: 18px / 24px inter;
    border-bottom: 1px solid #e4e4e4;
}
.compartir-single-boxLast{
    border: none;
}
.share-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    padding-bottom: 8px;
}

.range-slider {
    display: inline-block;
    width: 20px;
    position: relative;
    text-align: center;
    height: 108px;
    max-height: 100%;
    position: absolute;
    bottom: 44px;
    left: 42px;
}
.range-slider:before {
    position: absolute;
    top: 5px;
    left: 60px;
    font-weight: 700;
    content: attr(data-slider-value) '%';
    color: white;
    font-size: 50px;
}
.j-light-slider-pagination{
    color: #fff;
    padding-right: 20px;
    text-align: right;
}
.range-slider__thumb {
    position: absolute;
    left: -1px;
    width: 22px;
    height: 22px;
    line-height: 30px;
    background: #0079D0;
    color: #777;
    font-size: 50%;
    border-radius: 50%;
    pointer-events: none;
}
.range-slider__bar {
    left: 8px;
    bottom: 0;
    position: absolute;
    background: linear-gradient(dodgerblue, #0079D0);
    pointer-events: none;
    width: 4px;
    border-radius: 10px;
}
.range-slider input[type=range][orient=vertical] {
    position: relative;
    margin: 0;
    height: 100%;
    width: 4px;
    display: inline-block;
    position: relative;
    writing-mode: bt-lr;
    -webkit-appearance: slider-vertical;
}
.range-slider input[type=range][orient=vertical]::-webkit-slider-runnable-track, .range-slider input[type=range][orient=vertical]::-webkit-slider-thumb {
    -webkit-appearance: none;
}
.range-slider input[type=range][orient=vertical]::-webkit-slider-runnable-track {
    border: none;
    background: #fff;
    width: 4px;
    border-color: none;
    border-radius: 10px;
}
.range-slider input[type=range][orient=vertical]::-moz-range-track {
    border: none;
    background: #fff;
    width: 4px;
    border-color: #343440;
    border-radius: 10px;
    box-shadow: 0 0 0 2px #3D3D4A;
}
.range-slider input[type=range][orient=vertical]::-ms-track {
    border: none;
    background: #fff;
    width: 4px;
    border-color: #343440;
    border-radius: 10px;
    box-shadow: 0 0 0 2px #3D3D4A;
    color: transparent;
    height: 100%;
}
.range-slider input[type=range][orient=vertical]::-ms-fill-lower, .range-slider input[type=range][orient=vertical]::-ms-fill-upper, .range-slider input[type=range][orient=vertical]::-ms-tooltip {
    display: none;
}
.range-slider input[type=range][orient=vertical]::-webkit-slider-thumb {
    width: 30px;
    height: 30px;
    opacity: 0;
}
.range-slider input[type=range][orient=vertical]::-moz-range-thumb {
    width: 30px;
    height: 30px;
    opacity: 0;
}
.range-slider input[type=range][orient=vertical]::-ms-thumb {
    width: 30px;
    height: 30px;
    opacity: 0;
}
.theme1 {
    background: linear-gradient(#0079D0);
}
.theme2 {
    background: linear-gradient(#0079D0);
}
.theme3 {
    background: linear-gradient(#0079D0);
}
.j-light-slider-area{
    display: none;
}
.j-light-mobile-salamancebtn1{
    border-radius: 5px !important;
    margin-left: 25px;
    margin-bottom: 11px;
}
.j-light-slide-img{
    width: 100%;
}
.lightbox-over-left-buttons-mobile{
    display: flex;
    gap: 4px;
    margin: 20px 0px;
}

.j-informatia-mobile-btns a {
    padding: 14px 56px;
    border-radius: 5px;
}
.lightbox-over-left-buttons-mobile a{
    border-radius: 5px;
}
.j-informatia-mobile-btns {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
    margin-bottom: 65px;
}
.samu-profile-box {
    max-width: 270px;
    margin: auto;
    position: relative;
}
.samu-profile-content h4 {
    font-size: 20px;
    line-height: 13.2px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.samu-profile-content p {
    font-size: 10px;
    line-height: 13.2px;
    text-align: center;
    color: #fff;
    font-weight: 400;
}
.samu-profile-content {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 33px;
}
.samu-profile-btn {
    padding: 14px 60px;
    border-radius: 5px;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 47px;
}

option{
    background-color: #fff !important;
}
option:active{
    background-color: #1b1b1b !important;
}
option:hover{
    background-color: #1b1b1b !important;
}
.salamance-info-area-mobile{
    display: none;
}
.image-gallery .item-gallery>* {
    height: inherit !important;
    margin: 0 auto;
    max-width: 100%;
    object-fit: contain;
}
section.rs-3d-container.full-percentage-height.gallery-content{
    width: 100%;
}
section.rs-3d-container.full-percentage-height.gallery-content iframe {
    height: 92vh;
    width: 100%;
}
.j-modal-2d-dialog {
    width: 100%;
    max-width: 100%;
    margin: 0;
    border-radius: 0;
}
footer.rs-gallery-footer {
    display: none;
}
.rs-gallery-hud.rs-homestaging-tabs {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    max-width: 1130px;
    margin: auto;
}
span.rs-gallery-features {
    margin-left: 5px;
    display: none;
}
section.rs-gallery-description {
    display: flex;
}
.rs-gallery-price {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
    color: #141414;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid;
}
button.rs-button.rs-button_link {
    color: #1b1b1b;
    cursor: pointer;
    margin-right: 0.5rem;
    font-size: 1.125rem;
    line-height: normal;
    font-weight: 600;
    border: none;
    background: transparent;
    position: relative;
}
.modal-3d-bak-box {
    background-color: #fff;
    padding: 10px 0px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.modal-3d-bak-box button {
    background-color: #1b1b1b;
    border-color: #fff;
    box-shadow: inset 0 -0.0625rem 0.0625rem 0 #8f156a, inset 0 0.0625rem 0.0625rem 0 rgba(255, 255, 255, 0.5);
    color: #ffffff;
    align-items: center;
    border: solid 0.063rem;
    border-radius: 0.125rem !important;
    cursor: pointer;
    display: flex;
    font-weight: bold;
    justify-content: center;
    line-height: 1.5rem;
    padding: 0.5rem 1rem;
    text-align: center;
}
button.image-gallery-icon.image-gallery-right-nav, button.image-gallery-icon.image-gallery-left-nav {
    display: none;
}
button.rs-button.rs-button_link {
    display: none;
}
button.btn-close.closecd-modal {
    position: absolute;
    right: 50px;
    top: 20px;
    z-index: 9999999999999999999;
}
section.rs-gallery-description {
    margin: 16px 0px;
}
.j-modal-2d-dialog .modal-content{
    border-radius: 0;
    border: none;
}
.yello3d{
    background-color: #E0F472;
    border-color: #E0F472;
    color: #1b1b1b;
}
a#gallery-contact-btn-new {
    display: flex;
    align-items: center;
    color: rgb(27, 27, 27);
    font-size: 16px;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 33px;
    background: rgb(112, 240, 121);
    gap: 5px;
}
span.rs-gallery-features span {
    color: #1b1b1b !important;
    font-size: 1rem;
    padding: 0px 8px;
    border-right: 1px solid #1b1b1b;
}
.rs-gallery-title, .rs-gallery-price {
    font-size: 21px;
    line-height: 1.5;
    font-weight: 500;
    color: #141414;
}
.j-3dmodal-video{
    padding: 0;
}
.j-3dmodal-video .nav-down{
    background-color: none !important;
}
.rs-action-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
}
.jr-show-mobile {
    display: none;
}

.choice-box .form-check .form-check-input:checked {
    background-color: #70F079 !important;
    border-color: #70F079 !important;
}

.choice-box .form-check .form-check-input:checked {
    background-color: #70F079 !important;
    border-color: #70F079 !important;
}

.col-12 .form-check .form-check-input:checked {
    background-color: #70F079 !important;
    border-color: #70F079 !important;
}

.btn-view-map {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.375rem;
    color: #1B1B1B;
    background: #70F079;
    padding: 10px 24px;
    border-radius: 20px;
    display: inline-block;
    /*border: 1px solid #1b1b1b;*/
    text-align: center;
}

.btn-view-map:hover {
    color: #fff;
}

.btn-filter-primary {
    background-color: #1B1B1B;
}

/* TU DEMANDA */
.banner-header {
    background-color: #1B1B1B;
    margin-top: 90px;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
}
.banner-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.banner-header .bienvenida-info {
    font-size: 14px;
    line-height: 1.1;
}
.banner-header .bienvenida-info h5 {
    font-size: 20px;
    margin-bottom: 6px;
}
.banner-header .asesor-info {
    display: flex;
    gap: 15px;
    font-size: 8px;
    align-items: center;
}
.banner-header .asesor-info img {
    max-width: 83px;
    min-width: 83px;
}
.banner-header .asesor-info .asesor-contacto {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: flex-start;
}
.banner-header .asesor-info h5 {
    font-size: 20px;
    line-height: 1;
}
.banner-header .asesor-info p.phone {
    font-size: 16px;
    font-weight: 200;
}
.banner-header .btn-whatsapp {
    font-size: 12px;
    font-weight: 700;
    background-color: #7CFB98;
    border-radius: 5px;
    color: #000;
    padding: 0 10px;
    line-height: 22px;
}

.tabs-row {
    justify-content: center;
    display: flex;
}
.tabs-row ul.nav.nav-tabs {
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    background-color: #ebebeb;
    padding: 6px;
    display: flex;
    gap: 10px;
}
.tabs-row .nav-tabs .nav-link {
    color: #1b1b1b;
}
.tabs-row .nav-tabs .nav-link.active, 
.tabs-row .nav-tabs .nav-link:focus, 
.tabs-row .nav-tabs .nav-link:hover {
    background-color: #fff;
    border-radius: 5px;
    color: #1b1b1b;
    font-weight: 700;
}


.result-list .card {
    min-height: 240px;
    position: relative;
    background-position: center;
    background-size: cover;
    border-radius: 18px;
    border: none;
    margin-bottom: 20px;
    box-shadow: 0px 3px 5px rgb(0 0 0 / 25%);
}
.result-list .card .property-image {
    min-height: 240px;
    position: relative;
    background-position: center;
    background-size: cover;
    border-radius: 18px 18px 0 0;
}
.result-list .card .property-image .p-galleria {
    border: none !important;
}
.result-list .card .property-image .action-btn {
    position: absolute;
    top: 15px;
    left: 15px;
    display: flex;
    gap: 4px;
    align-items: flex-start;
}
.result-list .card .property-image .action-btn .action-row {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.result-list .card .property-image .action-btn .btn {
    display: inline-flex;
    font-size: 10px;
    font-weight: 800;
    padding: 2px 8px;
    justify-content: center;
    background-color: #000;
    color: #fff;
}
.result-list .card .property-image .action-btn .btn.disponible {
    background-color: #d7f7e3;
    color: black;
}
.result-list .card .property-image .action-btn .btn.inactivo {
    background-color: #ff6262;
    color: #fff;
}
.result-list .card .property-image .action-btn .btn.alquilado, .result-list .card .property-image .action-btn .btn.vendido {
    background-color: #868686;
    color: #fff;
}
.result-list .card .property-image .action-btn .btn.prospecto {
    background: linear-gradient(90deg, rgba(112, 58, 132, 1) 22%, rgba(204, 94, 47, 1) 100%);
    color: #fff;
}
.result-list .card .property-image .action-btn > .btn:last-child {
    padding: 2px 10px;
}
.result-list .card .property-image .fire {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    background-color: #e86229;
    height: 30px;
    min-width: 30px;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
}
.result-list .card .property-image .fire img {
    height: 22px;
}
.result-list .card .property-info {
    padding: 15px 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.result-list .property-info .property-title {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.result-list .card .property-info .property-title .price {
    font-size: 20px;
    font-weight: 600;
    min-width: 105px;
    text-align: right;
}
.result-list .card .property-info a.title-p {
    display: flex;
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 500;
    color: #1b1b1b;
    text-decoration: none;
    line-height: 1.1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 36px;
}
.result-list .card .property-info .property-address {
    margin: 0;
    font-size: 13px;
    font-weight: 300;
    color: #aeb3bc;
    height: 20px;
}


.result-list .property-detail {
	 display: flex;
	 gap: 4px;
	 justify-content: space-between;
}
 .result-list .property-detail .pd-column {
	 display: flex;
	 flex-direction: column;
	 gap: 6px;
}
 .result-list .property-detail .pd-row {
	 display: flex;
	 flex-direction: row;
	 gap: 4px;
}
 .result-list .property-detail span, .result-list .property-detail a, .result-list .property-detail button {
	 display: flex;
	 color: #4c525c;
	 font-size: 14px;
	 line-height: 30px;
	 font-weight: 600;
	 border: 1px solid #e8e9ea;
	 border-radius: 8px;
	 height: 32px;
	 align-items: center;
	 padding: 0 10px;
	 justify-content: center;
	 text-decoration: none;
	 gap: 6px;
}
.result-list .property-detail span {
    background-color: #f9fafb;
    color: #111827;
    font-weight: 500;
    font-size: 14px;
}
.result-list .property-detail #opt-property {
    background-color: #1b1b1b;
    color: #fff;
}
 .result-list .property-detail .action-menu {
	 padding: 5px 0;
	 background-color: #e8e9ea;
}
 .result-list .property-detail .action-menu a, .result-list .property-detail .action-menu button {
	 border-radius: 0;
	 background-color: transparent;
	 padding: 0 8px !important;
	 height: auto;
	 text-align: left;
	 display: block;
	 width: 100%;
	 font-size: 12px;
	 line-height: 1.5;
	 font-weight: 500;
}
 .result-list .property-detail .action-menu a:hover, .result-list .property-detail .action-menu button:hover {
	 background-color: #cecece;
}
 .result-list .property-detail .action-menu a:active, .result-list .property-detail .action-menu button:active {
	 border: none;
}

.property-action {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 15px;
}
.property-action button {
    display: flex;
    font-size: 12px;
    font-weight: 800;
    color: #1b1b1b;
    border: 1px solid #1b1b1b;
    border-radius: 5px;
    background-color: #fff;
    min-width: 105px;
    max-width: 105px;
    line-height: 30px;
    padding: 0 10px;
    justify-content: center;
}
.property-action button:first-child {
    color: #fff;
    background-color: #1b1b1b;
}

.btnFavorite {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 10px;
    font-weight: 700;
}
.btnFavorite label {
    display: flex;
    padding: 4px 8px;
    background-color: #1B1B1B;
    color: #fff;
    align-items: center;
    gap: 5px;
    border-radius: 5px;
}
.btnFavorite label svg {
    height: 13px;
    width: 13px;
}
.property-image .btn-green {
    font-size: 9px;
    font-weight: 700;
    color: #000;
    background-color: #D6F6E3;
    line-height: 20px;
    padding: 0 8px;
    border-radius: 5px;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

@media (max-width: 767px) {
    .banner-header .container {
        flex-direction: column;
        text-align: center;
    }
}