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

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

.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;
}

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

.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 {
    transform: scale(1.1);
    transition: 0.5s all ease;
}

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

.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;
}

@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%;
    }

}

@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%;
    }
}

@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%;
    }
}

@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%;
    }

}

@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;
}



.acordion-inicio {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.acordion-slider-inicio {
    position: relative;
    display: flex;
    width: 50%;
    height: 100vh;
    align-items: center;
    justify-content: center;
    transition: width 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.acordion-slider-inicio:nth-child(1) {
    background-image: url('../images/propiedad-home.jpg');
    background-size: cover;
    background-position: center;
}
.acordion-slider-inicio:nth-child(2) {
    background-image: url('../images/desarrollo-home.jpg');
    background-size: cover;
    background-position: center;
}
.acordion-slider-inicio.active {
    width: 250%;
}
.acordion-slider-inicio .buscador {
    opacity: 0;
    transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0;
}
.acordion-slider-inicio.active .buscador {
    opacity: 1;
    transition-delay: 300ms;
}

.acordion-slider-inicio .frase {
    opacity: 1;
    transition-delay: 300ms;
    transform: rotate(0deg);
}
.acordion-slider-inicio.active .frase {
    opacity: 0;
    transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0;
}

.acordion-slider-inicio.inactive .frase {
    transform: rotate(270deg);
    transition: 1s all ease;
}

.acordion-slider-inicio.inactive .frase {
    transform: rotate(270deg);
    transition: 1s all ease;
}
