.bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background: url('../video/inicio.mp4') no-repeat center center/cover;
}

video {
    min-width: 100%;
    min-height: 100vh;
    z-index: 1;
}

.overlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.3) 50%, rgba(0,0,0,0.2) 50%);
    background-size: 3px 3px;
    z-index: 2;
}

.buscador-en-video {
    top: 30%;
    bottom: 30%;
    left: 0;
    right: 0;
    z-index: 3;
}

.section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: inherit !important;
}

.text-small {
    font-size: 0.8rem;
    line-height: 1rem;
}

.text-normal {
    font-size: 1rem;
    line-height: 1.2rem;
}

.text-normal-dos {
    font-size: 1.2rem;
    line-height: 1.4rem;
}

.text-big {
    font-size: 2rem;
    line-height: 2.4rem;
}

.text-ultra-big {
    font-size: 3rem;
    line-height: 3.6rem;
}

.italic {
    font-style: oblique;
}

.thin {
    font-weight: 100;
}

.xlight {
    font-weight: 200;
}

.light {
    font-weight: 300;
}

.regular {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.book {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.xbold {
    font-weight: 800;
}

.black {
    font-weight: 900;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--white) !important;
    background-color: var(--primary);
}

.page-item.active .page-link {
    color: var(--white) !important;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.carousel-propiedades {
    width: 100%;
    aspect-ratio: 4/3;
    background-position: center;
    background-size: cover;
}

.carousel-relacionadas {
    width: 100%;
    aspect-ratio: 4/3;
    background-position: center;
    background-size: cover;
}

.inicio {
    background: -webkit-linear-gradient(90deg, #00000060 2%, #00000040 35%, rgba(0, 0, 0, 0) 100%), url('/themes/images/fondo2.jpg') repeat 0 0;
    background-size: cover;
    height: 60vh;
}

@-webkit-keyframes slide {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -400px 0;
    }
}

.parallax-corte {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}

.parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #00000060;
    z-index: 1;
}

.parallax {
    background: -webkit-linear-gradient(90deg, #00000060 2%, #00000040 35%, rgba(0, 0, 0, 0) 100%), url('/themes/images/fondo2.jpg') repeat 0 0;
    font-weight: 900;
    font-size: 4rem;
    opacity: 1 !important;
}

.parallax-medio {
    background: -webkit-linear-gradient(90deg, #000000b8 2%, #000000b8 35%, #000000b8 100%), url('/themes/images/orono-rio-parallax.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-weight: 200;
    font-size: 3rem;
    opacity: 1 !important;
    height: 300px;
}

.parallax-medio-espana {
    background: -webkit-linear-gradient(90deg, #000000b8 2%, #000000b8 35%, #000000b8 100%), url('/themes/images/valencia.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-weight: 200;
    font-size: 3rem;
    opacity: 1 !important;
    height: 300px;
}

.no-parallax-medio {
    background: -webkit-linear-gradient(90deg, #000000b8 2%, #000000b8 35%, #000000b8 100%), url('/themes/images/orono-rio-parallax.jpg');
    background-size: cover;
    font-weight: 200;
    opacity: 1 !important;
}

.parallax-matterport {
    background: -webkit-linear-gradient(181deg, var(--primary) 0%, var(--primary)8f 100%), url('/themes/images/fondo-matterport.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-weight: 200;
    opacity: 1 !important;
    min-height: 80vh;
}

.agrandar-iconos-1-2:hover {
    transform: scale(1.2);
    transition-duration: 0.2s
}

.vermas {
    overflow: visible;
    height: auto;
    transition: all 2s linear;
}

.vermenos {
    overflow: hidden;
    height: 100px;
    transition: all 2s linear;
}

.vermas2 {
    overflow: visible;
    height: auto;
}

.vermenos2 {
    overflow: hidden;
    height: 170px;
}

.carousel-caption {
    bottom: 40% !important;
}

.btn-compartir {
    padding: .4rem .75rem;
}

.modal-content {
    border-radius: 13px
}

.img-thumbnail {
    border-radius: 33px;
    width: 61px;
    height: 61px
}

.fabc:before {
    position: relative;
    top: 13px
}

.smd {
    width: 200px;
    font-size: small;
    text-align: center
}

.modal-footer {
    display: block
}

.ur {
    border: none;
    background-color: var(--secondary);
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.cpy {
    border: none;
    background-color: var(--secondary);
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer
}

button.focus,
button:focus {
    outline: 0;
    box-shadow: none !important
}

.ur.focus,
.ur:focus {
    outline: 0;
    box-shadow: none !important
}

.message {
    font-size: 11px;
    color: var(--danger);
}

.cartas-home:hover {
    border: 1px solid var(--primary) !important;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    transform: scale(1.1);
    transition-duration: 0.5s
}

.btn-50 {
    background-size: cover;
    height: 50px;
    width: 50px;
}

.btn-0-dorm {
    background-image: url('/themes/iconos/0-dormit-cl.svg');
}

.btn-0-dorm.active {
    background-image: url('/themes/iconos/0-dormit-bl.svg');
}

.btn-0-dorm:hover {
    background-image: url('/themes/iconos/0-dormit-bl.svg');
}

.btn-1-dorm {
    background-image: url('/themes/iconos/1-dormit-cl.svg');
}

.btn-1-dorm.active {
    background-image: url('/themes/iconos/1-dormit-bl.svg');
}

.btn-1-dorm:hover {
    background-image: url('/themes/iconos/1-dormit-bl.svg');
}

.btn-2-dorm {
    background-image: url('/themes/iconos/2-dormit-cl.svg');
}

.btn-2-dorm.active {
    background-image: url('/themes/iconos/2-dormit-bl.svg');
}

.btn-2-dorm:hover {
    background-image: url('/themes/iconos/2-dormit-bl.svg');
}

.btn-3-dorm {
    background-image: url('/themes/iconos/3-dormit-cl.svg');
}

.btn-3-dorm.active {
    background-image: url('/themes/iconos/3-dormit-bl.svg');
}

.btn-3-dorm:hover {
    background-image: url('/themes/iconos/3-dormit-bl.svg');
}

.btn-4-dorm {
    background-image: url('/themes/iconos/4-dormit-cl.svg');
}

.btn-4-dorm.active {
    background-image: url('/themes/iconos/4-dormit-bl.svg');
}

.btn-4-dorm:hover {
    background-image: url('/themes/iconos/4-dormit-bl.svg');
}

.btn-group .btn input {
    display: none;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 7px;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    position: absolute;
    top: 0;
    height: 30px;
    top: 45%;
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
    position: absolute;
    top: 0;
    height: 30px;
    top: 45%;
    background-color: transparent !important;
}

.owl-carousel .owl-prev {
    left: -60px;
}

.owl-carousel .owl-next {
    right: -60px;
}

.ajax.btn-wlist[data-st="1"]::after {
    content: "\f4be";
}

.ajax.btn-wlist[data-st="1"] {
    background-color: var(--danger) !important;
    color: white;
}

.ajax.btn-wlist[data-st="0"]::after {
    content: "\f004";
}

.btn-wlist.ajax {
    outline: none !important;
    text-decoration: none;
}

.btn-wlist.ajax:hover {
    color: white;
}

.brighttheme-notice {
    background-color:  var(--primary);
    border: 0 solid  var(--primary);
    color: #ffffff;
}

.brighttheme-success {
    background-color: var(--danger);
    border: 0 solid var(--danger);
    color: #ffffff;
}

.tagit-autocomplete.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff 50% 50% repeat-x;
    color: #222222;
    padding: 7px 10px;
}

.card-propiedades {
    transition: 0.3s all ease;
}

.card-propiedades:hover {
    transition: 0.3s all ease;
    transform: scale(1.02) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.card-propiedades-logo-inmo {
    width: 90px;
    height: 45px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-propiedades-logo-inmo-int {
    width: 120px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 576px) {

    .text-small {
        font-size: 0.7rem;
        line-height: 0.9rem;
    }

    .text-normal {
        font-size: 0.9rem;
        line-height: 1rem;
    }

    .text-normal-dos {
        font-size: 1rem;
        line-height: 1.2rem;
    }

    .text-big {
        font-size: 1.6rem;
        line-height: 1.8rem;
    }

    .text-ultra-big {
        font-size: 2rem;
        line-height: 2.4rem;
    }

    .text-parallax {
        width: 100%;
    }

    .bg-video-wrap {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100vh;
        background: url('../video/inicio-vert.mp4') no-repeat center center/cover;
    }

    .buscador-en-video {
        top: 0%;
        bottom: 30%;
        left: 0;
        right: 0;
        z-index: 3;
    }

}

@media (min-width: 577px) and (max-width: 767px) {

    .text-small {
        font-size: 0.8rem;
        line-height: 1rem;
    }

    .text-normal {
        font-size: 1rem;
        line-height: 1.2rem;
    }

    .text-normal-dos {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }

    .text-big {
        font-size: 1.5rem;
        line-height: 1.7rem;
    }

    .text-ultra-big {
        font-size: 2rem;
        line-height: 2.4rem;
    }

    .text-parallax {
        width: 50%;
    }

    .bg-video-wrap {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100vh;
        background: url('../video/inicio-vert.mp4') no-repeat center center/cover;
    }

    .buscador-en-video {
        top: 0%;
        bottom: 30%;
        left: 0;
        right: 0;
        z-index: 3;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .text-small {
        font-size: 0.8rem;
        line-height: 1rem;
    }

    .text-normal {
        font-size: 1rem;
        line-height: 1.2rem;
    }

    .text-normal-dos {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }

    .text-big {
        font-size: 2rem;
        line-height: 2.4rem;
    }

    .text-ultra-big {
        font-size: 2.4rem;
        line-height: 2.6rem;
    }

    .text-parallax {
        width: 70%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {

    .text-small {
        font-size: 0.8rem;
        line-height: 1rem;
    }

    .text-normal {
        font-size: 1rem;
        line-height: 1.2rem;
    }

    .text-normal-dos {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }

    .text-big {
        font-size: 2rem;
        line-height: 2.4rem;
    }

    .text-ultra-big {
        font-size: 3rem;
        line-height: 3.6rem;
    }

    .text-parallax {
        width: 70%;
    }

    .buscador-en-video {
        top: 0%;
        bottom: 30%;
        left: 0;
        right: 0;
        z-index: 3;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {

    .text-small {
        font-size: 0.8rem;
        line-height: 1rem;
    }

    .text-normal {
        font-size: 1rem;
        line-height: 1.2rem;
    }

    .text-normal-dos {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }

    .text-big {
        font-size: 2rem;
        line-height: 2.4rem;
    }

    .text-ultra-big {
        font-size: 3rem;
        line-height: 3.6rem;
    }

    .text-parallax {
        width: 50%;
    }

    .buscador-en-video {
        top: 0%;
        bottom: 30%;
        left: 0;
        right: 0;
        z-index: 3;
    }

}

@media (min-width: 1401px) and (max-width: 1600px) {

    .text-small {
        font-size: 0.8rem;
        line-height: 1rem;
    }

    .text-normal {
        font-size: 1rem;
        line-height: 1.2rem;
    }

    .text-normal-dos {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }

    .text-big {
        font-size: 2rem;
        line-height: 2.4rem;
    }

    .text-ultra-big {
        font-size: 3rem;
        line-height: 3.6rem;
    }

    .text-parallax {
        width: 50%;
    }

}

.scroll-parent {
    position: relative;
    overflow-x: hidden;
    height: 35px;
    width: 100%;
}

.scroll-element {
    width: inherit;
    height: inherit;
    position: absolute;
    left: 0%;
    top: 0%;
}

.primary {
    animation: primary 20s linear infinite;
}

.secondary {
    animation: secondary 20s linear infinite;
}

@keyframes primary {
    from {
        left: 0%;
    }

    to {
        left: -100%;
    }
}

@keyframes secondary {
    from {
        left: 100%;
    }

    to {
        left: 0%;
    }
}

/* Efecto de Flotar */
@keyframes floating {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-10px);
    }

    100% {
        transform: translatey(0px);
    }
}

.efecto-flotante {
    display: block;
    width: auto;
    animation: 5s infinite alternate floating;
}