:root {
    /* --color-1: #0A386E;
    --color-2: #287388;
    --color-3: #C99B45; */
    --color-1: #1F1F1E;
    --color-2: #6D6D6D;
    --color-3: #626262;
    --color-4: #FFFFFF;
    --color-1a: #1F1F1E40;
    --color-5: #3C3B3B;
    --font-1: 'Cormorant Garamond', serif;
    --font-2: 'Helvetica Neue', sans-serif;
    --fs-16px: 16px;
    --fs-20px: 20px;
    --fs-24px: 24px;
    --fs-28px: 28px;
    --fs-30px: 30px;
    --fs-32px: 32px;
    --fs-36px: 36px;
    --fs-40px: 40px;
    --fs-44px: 44px;
    --fs-48px: 48px;
    --fs-64px: 64px;
}

body {
    font-family: var(--font-2);
    font-variant-numeric: lining-nums;
}

p {
    color: #777;
    font-family: var(--font-2);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.color-primario {
    color: var(--color-1) !important
}

.color-secundario {
    color: var(--color-2) !important
}

.banderas {
    max-width: 20px;
}

#navbarNav {
    justify-content: center;
    width: 60%;
    border-radius: 10px;
}

.bg-nav {
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.50);
    z-index: 9;
}

#navbarNav .nav-link {
    font-size: 14px;
    font-family: var(--font-2);
    text-transform: uppercase;
    text-align: center;
}

.navbar-brand img {
    max-height: 60px;
}

.navbar {
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.navbar-nav .nav-link.active {
    font-weight: 700 !important;
    color: var(--color-1);
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:focus-visible {
    color: var(--color-1);
    box-shadow: none;
    outline: none;
}

.navbar-nav {
    width: 100%;
    justify-content: space-around;
}

.form-floating>label::after {
    background-color: transparent !important;
}

.h1 {
    font-family: var(--font-1);
    color: var(--color-1);
    font-size: 32px;
}

.h2 {
    font-family: var(--font-1);
    color: var(--color-1);
    font-size: 16px;
}

.button-two {
    background: transparent;
    border-radius: 1rem;
    border: 2px solid;
    border-color: var(--color-4);
    width: 50px;
    height: 50px;
    padding: 0 !important;
}

.button-two svg {
    stroke: var(--color-4);
}

.button-two:focus {
    box-shadow: none;
}

.button-two .hamburger {
    transition: transform 1s;
    -o-transition: transform 1s;
    -moz-transition: transform 1s;
    -webkit-transition: transform 1s;
}

.button-two .line {
    transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    stroke-dasharray: 60 31 60 300;
}

.button-two[aria-expanded=true] .hamburger {
    transform: translate(3px, -3px) rotate(0.125turn);
    -o-transform: translate(3px, -3px) rotate(0.125turn);
    -moz-transform: translate(3px, -3px) rotate(0.125turn);
    -webkit-transform: translate(3px, -3px) rotate(0.125turn);
}

.button-two[aria-expanded=true] .line {
    stroke-dasharray: 60 105 60 300;
    stroke-dashoffset: -90;
}

input[type=number].telefono::-webkit-outer-spin-button,
input[type=number].telefono::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number].telefono {
    -moz-appearance: textfield;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--color-5);
}

.nav-link {
    border: 0;
    background-color: transparent !important;
    color: var(--color-1);
    font-size: var(--fs-16px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.nav-link.dropdown-toggle {
    border: 0 !important;
}


#navbarNav .dropdown .dropdown-item {
    transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    -moz-transition: background-color .3s, color .3s;
    -webkit-transition: background-color .3s, color .3s;
    font-size: 14px;
}

#navbarNav .dropdown .dropdown-item:focus,
#navbarNav .dropdown .dropdown-item:hover {
    background-color: var(--color-5);
    color: var(--color-4);
}

#navbarNav .dropdown .dropdown-toggle {
    border: 1px solid var(--color-1);
    color: var(--color-1);
    display: flex;
    align-items: center;
    gap: 5px;
    transition: background-color .3s;
    -o-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    font-size: 14px;
}

#navbarNav .dropdown .dropdown-toggle:hover {
    background-color: rgba(10, 58, 112, 0.1);
}

#navbarNav .dropdown .dropdown-menu {
    max-width: 20px;
    width: 20px !important;
    --bs-dropdown-min-width: fit-content !important;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
}

#navbarNav .dropdown .dropdown-menu .dropdown-item.change-lang {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: background-color .3s, color .3;
    -o-transition: background-color .3s, color .3;
    -moz-transition: background-color .3s, color .3;
    -webkit-transition: background-color .3s, color .3;
    font-size: 14px;
}

#navbarNav .dropdown .dropdown-menu .dropdown-item.change-lang:hover {
    background-color: var(--color-5);
}

#navbarNav .dropdown .dropdown-menu .dropdown-item.change-lang.active {
    background-color: var(--color-5);
    pointer-events: none;
    color: var(--color-4);
}


#carousel-header .carousel-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 70vh;
}

#carousel-header .carousel-item:not(.active) {
    display: none;
}

#carousel-header .carousel-item .carousel-overlay {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: end;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.70) 8.03%, rgba(0, 0, 0, 0.00) 20.03%, rgba(0, 0, 0, 0.00) 46.99%, rgba(0, 0, 0, 0.00) 65.05%, rgba(0, 0, 0, 0.70) 89.73%);
}

#carousel-header .carousel-item-next {
    display: flex !important;
}

.h1-header {
    color: white;
    text-align: center;
    font-family: var(--font-2);
    font-size: var(--fs-40px);
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}

.h2-header {
    color: #FFF;
    text-align: center;
    font-family: var(--font-1);
    font-size: var(--fs-28px);
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    text-transform: uppercase;
}

.h3-header {
    color: white;
    text-align: center;
    font-family: var(--font-2);
    font-size: var(--fs-40px);
    font-style: normal;
    font-weight: 400;
    line-height: 100%;

}

.h4-header {
    color: white;
    text-align: center;
    font-family: var(--font-1);
    font-size: var(--fs-32px);
    font-style: normal;
    font-weight: 400;
    line-height: 100%;

}

/* .carousel-item .col-12 {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    min-height: 136px;
} */

.h5-carousel {
    color: white;
    text-align: center;
    font-family: var(--font-1);
    font-size: var(--fs-20px);
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.btn-header {
    display: flex;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: flex;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 0px;
    background: var(--color-5);
    color: white;
    text-align: center;
    font-family: var(--font-2);
    font-size: var(--fs-16px);
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 16px */
}

.btn-header:hover {
    background-color: var(--color-2);
    color: white
}

.btn.disable {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .5;
}

.btn-primary {
    color: white;
    background-color: var(--color-5);
    border: none;
    border-radius: 0px;
    padding: 11px;
    line-height: 1;
    font-size: 16px;
    text-transform: uppercase;
    transition: opacity .3s;
    -o-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -webkit-transition: opacity .3s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:focus-visible {
    color: white;
    line-height: 1;
    font-size: 16px;
    border: none;
    /*background-color: color-mix(in srgb, var(--color-1) 80%, #FFF 20%);*/
    background-color: var(--color-5);
    opacity: 0.9;
}

.btn-consultar {
    color: var(--color-1);
    background-color: var(--color-4);
    border: none;
    border-radius: 0px;
    padding: 16px;
    line-height: 1;
    font-size: 18px;
    text-transform: uppercase;
    transition: opacity .3s;
    -o-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -webkit-transition: opacity .3s;
    text-transform: uppercase;
}

.btn-consultar:hover,
.btn-consultar:focus,
.btn-consultar:focus-visible {
    color: var(--color-1);
    line-height: 1;
    font-size: 18px;
    /*background-color: color-mix(in srgb, var(--color-1) 80%, #FFF 20%);*/
    background-color: var(--color-4);
    opacity: 0.9;
}

.btn-outline-primary {
    color: var(--color-1);
    background-color: transparent;
    border: 1px solid var(--color-1);
    border-radius: 0px;
    padding: 11px;
    line-height: 1;
    font-size: 16px;
    text-transform: uppercase;
    transition: background-color .3s, color .3s, opacity .3s;
    -o-transition: background-color .3s, color .3s, opacity .3s;
    -moz-transition: background-color .3s, color .3s, opacity .3s;
    -webkit-transition: background-color .3s, color .3s, opacity .3s;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:focus-visible {
    color: white;
    line-height: 1;
    font-size: 16px;
    background-color: var(--color-5);
    opacity: 0.8;
}

.btn-secondary {
    color: white;
    background-color: var(--color-2);
    border: none;
    border-radius: 0px;
    padding: 11px;
    line-height: 1;
    font-size: 16px;
    text-transform: uppercase;
    transition: background-color .3s, opacity .3s;
    -o-transition: background-color .3s, opacity .3s;
    -moz-transition: background-color .3s, opacity .3s;
    -webkit-transition: background-color .3s, opacity .3s;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:focus-visible {
    color: white;
    line-height: 1;
    font-size: 16px;
    border: none;
    background-color: var(--color-2);
    opacity: .9;
}

.btn-outline-secondary {
    color: var(--color-2);
    background-color: transparent;
    border: 1px solid var(--color-2);
    border-radius: 0px;
    padding: 11px;
    line-height: 1;
    font-size: 16px;
    text-transform: uppercase;
    transition: background-color .3s, color .3s, opacity .3s;
    -o-transition: background-color .3s, color .3s, opacity .3s;
    -moz-transition: background-color .3s, color .3s, opacity .3s;
    -webkit-transition: background-color .3s, color .3s, opacity .3s;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:focus-visible {
    color: white;
    line-height: 1;
    font-size: 16px;
    background-color: var(--color-2);
    opacity: 0.9;
}

.btn-info {
    color: var(--color-1);
    font-family: var(--font-1);
    font-size: 20px;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    padding: 15px 30px;
    text-transform: uppercase;
    transition: background-color .3s, opacity .3s;
    -o-transition: background-color .3s, opacity .3s;
    -moz-transition: background-color .3s, opacity .3s;
    -webkit-transition: background-color .3s, opacity .3s;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:focus-visible {
    color: var(--color-1);
    background-color: #ccc;
    border: none;
    opacity: .9;
}

.paginacion {
    color: var(--color-1);
    padding: 10px;
    border: 1px solid var(--color-1);
    border-radius: 0px;
}

.paginacion.active {
    color: white;
    background-color: var(--color-5);
}

.corazon {
    position: absolute;
    top: -50px;
    left: 0;
}

.client-testimonials-btns {
    display: flex;
    gap: 10px;
}

.client-testimonials-btns .carousel-control-next,
.client-testimonials-btns .carousel-control-prev {
    position: static;
    background-color: var(--color-5);
    border-radius: 0px;
    text-align: center;
    width: 36px;
    padding-top: 10px;
    padding-bottom: 10px;
    opacity: .7;
    transition: opacity .3s;
    -o-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -webkit-transition: opacity .3s;
}

.client-testimonials-btns .carousel-control-next:hover,
.client-testimonials-btns .carousel-control-prev:hover {
    opacity: 1;
}

.carousel-control-next {
    top: -50px;
    background-color: rgba(255, 255, 255, 0.7);
    right: 0;
    height: fit-content;
    width: fit-content;
}

.carousel-control-prev {
    top: -50px;
    background-color: rgba(255, 255, 255, 0.7);
    right: 50px;
    height: fit-content;
    width: fit-content;
    left: initial;
}
#carousel-header .carousel-control-next {
    top:50%;
    background-color: rgba(255, 255, 255, 0.7);
    right: 50px;
    height: fit-content;
    width: fit-content;
}

#carousel-header .carousel-control-prev {
    top:50%;
    background-color: rgba(255, 255, 255, 0.7);
    left: 50px;
    height: fit-content;
    width: fit-content;
    
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230A386E'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230A386E'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

#buscador select {
    width: 100%;
    border-radius: 0px;
    border: 1px solid var(--color-1);
    color: #777;
    font-family: var(--font-2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#buscador select::placeholder {
    font-size: 14px;
}

#buscador select:focus,
#buscador select:focus-visible {
    border: 1px solid var(--color-1);
    outline: 0;
}



#buscador #referencia {
    width: 100%;
    border-radius: 0px;
    border: 1px solid var(--color-1);
    color: #777;
    font-family: var(--font-2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#buscador #referencia::placeholder {
    font-size: 14px;
}

#buscador #referencia:focus,
#buscador #referencia:focus-visible {
    border: 1px solid var(--color-1);
    outline: 0;
}

.btn-buscar {
    text-transform: uppercase;
    border-radius: 0px;
    background: var(--color-5);
    width: 100%;
    color: var(--color-4);
    font-family: var(--font-1);
    font-size: var(--fs-20px);
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    height: 48px;
}

.btn-buscar:hover,
.btn-buscar:focus,
.btn-buscar:focus-visible,
.btn-buscar:active {
    background: var(--color-2);
    color: white
}

.btn-reset {
    border-radius: 0px;
    background: #eee;
    display: flex;
    width: 100%;
    padding: 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: #000;
    font-family: var(--font-1);
    font-size: var(--fs-20px);
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    height: 48px;
}

.btn-reset:hover {
    background: #ccc;
    color: #000;
}

.ver-mapa {
    height: 150px;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: end;
    margin-bottom: 25px;
    border-radius: 0px;
}

#buscador select:focus-visible {
    outline-color: var(--color-1) !important;
}

#buscador {
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.7);
    padding-bottom: 40px;
    padding-top: 40px;
}

.card-buscador {
    margin-top: -100px;
    padding: 20px;
    border: 0;
    border-radius: 0px;
    background-color: white;
    box-shadow: 0px 0px 75px 0px rgba(0, 0, 0, 0.10);
}

#buscador_ext {
    padding: 0;
}

#buscador_ext form>.row>div:not(:last-of-type) {
    margin-bottom: 10px;
}

#buscador_ext form label {
    margin-bottom: 10px;
    color: var(--color-1);
    font-size: 16px;
}

.select2-container .select2-selection {
    border: 1px solid #dce0e4;
    border-radius: 0;
}

.select2-container .select2-selection .select2-selection__choice {
    background-color: var(--color-1);
    border: 1px solid var(--color-1);
    border-radius: 0;
    color: var(--color-4);
}

.select2-container .select2-selection .select2-selection__choice__remove {
    background-color: transparent;
    color: var(--color-4);
    transition: color .3s;
    -o-transition: color .3s;
    -moz-transition: color .3s;
    -webkit-transition: color .3s;
}

.select2-container .select2-selection .select2-selection__choice__remove:hover {
    color: var(--color-2);
    background-color: transparent;
}

.nav-pills {
    gap: 10px;
}

.nav-pills .nav-link {
    border-radius: 0px;
    color: var(--color-1);
    border: 1px solid var(--color-1);
}

.nav-pills .nav-link.active {
    background-color: var(--color-5) !important;
    color: var(--color-4);
}

.h2-secundary {
    color: var(--color-1);
    font-family: var(--font-2);
    font-size: var(--fs-32px);
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.h3-secundary {
    color: var(--color-1);
    text-align: center;
    font-family: var(--font-1);
    font-size: var(--fs-20px);
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 0;
}

.h3-primary {
    color: var(--color-1);
    text-align: center;
    font-family: var(--font-2);
    font-size: var(--fs-32px);
    margin-bottom: 0;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.section-title {
    width: 100%;
    display: flex;
    align-items: center;
}

.section-title .line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--color-5);
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.section-title .line.left {
    margin-right: 20px;
}

.section-title .line.right {
    margin-left: 20px;
}

.section-title .text {
    white-space: nowrap;
}

.section-title.text-white .line {
    background-color: var(--color-4);
}

.section-1 {
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat
}

.section-1 .section-overlay {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.5));
}

.card-home-anchor {
    text-decoration: none;
    cursor: pointer;
    height: 100%;
    position: relative;
}

.btn-favorito {
    border: 0;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 1;
    border-radius: 0;
    height: 24px;
    min-width: 24px;
    padding: 0;
    color: var(--color-2);
    background-color: transparent;
    font-size: 24px;
}

.btn-favorito i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .3s, coolor .3s;
    -o-transition: opacity .3s, coolor .3s;
    -moz-transition: opacity .3s, coolor .3s;
    -webkit-transition: opacity .3s, coolor .3s;
}

.btn-favorito:hover i,
.btn-favorito:focus i,
.btn-favorito:focus-visible i,
.btn-favorito:active i,
.btn-favorito.selected i {
    color: rgb(255, 91, 105);
}

.btn-favorito.selected:hover i {
    color: var(--color-2);
}

.btn-favorito .fa-solid,
.btn-favorito.selected .fa-regular,
.btn-favorito.selected:hover .fa-solid,
.btn-favorito:hover .fa-regular {
    opacity: 0;
}

.btn-favorito.selected .fa-solid,
.btn-favorito .fa-regular,
.btn-favorito:hover .fa-solid,
.btn-favorito.selected:hover .fa-regular {
    opacity: 1;
}

.card-home {
    border: none;
    border-radius: 0px;
    background-color: white;
    box-shadow: 0px 0px 75px 0px rgba(0, 0, 0, 0.10);
    height: 100%;
}

.card-home .contenedor-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.img-card {
    min-height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.btn-ficha {
    display: block;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 0px;
    background: var(--color-2);
    color: white;
    text-align: center;
    font-family: var(--font-2);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-left: auto;
    margin-right: 10px;
    margin-top: 10px;
    /* 16px */
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.btn-ficha:hover {
    background-color: var(--color-5);
    color: white;
}

.btn-vermas {
    display: flex;
    padding: 10px 80px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 0px;
    background: var(--color-5);
    color: #FFF;
    text-align: center;
    font-family: var(--font-2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.btn-vermas:hover,
.btn-vermas:focus,
.btn-vermas:focus-visible,
.btn-vermas:active {
    background-color: var(--color-5);
    color: white
}

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

.caracteristicas p {
    color: #777;
    font-family: var(--font-2);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.precio h4 {
    color: #777;
    font-family: var(--font-2);
    font-size: var(--fs-24px);
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 32px */
}

.precio span {
    color: #777;
    font-family: var(--font-2);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.titulo-card h3 {
    color: var(--color-2);
    font-family: var(--font-1);
    font-size: var(--fs-20px);
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 20px */
}

.location {
    color: #777;
    font-family: var(--font-2);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    gap: .5rem
}

.caracteristicas i {
    color: #777;
}

.section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-2 .section-background {
    background-size: 50%;
    background-position: left;
    background-repeat: no-repeat;
}

.section-2-content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-2 h3 {
    margin-bottom: 15px;
}

.section-2 h2 {
    margin-bottom: 50px;
}

.card-service {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-size .5s;
    -o-transition: background-size .5s;
    -moz-transition: background-size .5s;
    -webkit-transition: background-size .5s;
}

.card-service:hover {
    background-size: 120%;
}

.card-service p {
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(5px);
    width: 100%;
    text-align: center;
    padding: 5px;
    color: var(--color-1);
    font-family: var(--font-2);
    font-size: var(--fs-16px);
    font-style: normal;
    font-weight: 700;
}

.border-radius-bottom {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    min-height: 800px;
}

.btn-start-searching {
    display: flex;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 0px;
    background: var(--color-5);
    color: white;
    text-align: center;
    font-family: var(--font-2);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btn-start-searching:hover {
    background: var(--color-2);
    color: white;
}

.border-radius-bottom .col-lg-5 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: relative;

}

.text-playfair {
    font-family: var(--font-1);
}

.text-roboto {
    font-family: var(--font-2);
}

.text-gray {
    color: #777;
}

.h4-terciary {
    color: var(--color-3);
    font-family: var(--font-1);
    font-size: var(--fs-20px);
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 20px */
}

.h6-primary {
    color: var(--color-1);
    font-family: var(--font-2);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.bg-terciario {
    background-color: var(--color-3);
    padding: 1rem;
    border-radius: 0px
}

.box-shadow-section-2 {
    border-radius: 0px;
    background: #FFF;
    box-shadow: 0px 15px 75px 0px rgba(0, 0, 0, 0.10);
}

.propiedad-semana .col-lg-5 {
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 490px;
    z-index: 1;
}

.propiedad-semana .col-lg-5::before {
    content: "";
    border-radius: 0px;
    border: 1px solid #FFF;
    position: absolute;
    bottom: -10px;
    left: -10px;
    height: 85%;
    width: 85%;
    z-index: 0;
}

.propiedad-semana .img-propiedad-week {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.border-right {
    border-right: 1px solid white;
    color: white !important
}

.section-2 i {
    color: white
}

.p-seccion-2 {
    color: white;
    font-family: var(--font-1);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 20px */
}

.form-control,
.form-select {
    border-radius: 0;
}

.form-control:focus,
.form-select:focus,
.form-control:focus-visible,
.form-select:focus-visible {
    box-shadow: 0 0 0 0.25rem var(--color-1a);
}

.btn-ver-propiedad {
    color: var(--color-1);
    text-align: center;
    font-family: var(--font-2);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: .08em;
    border-radius: 0px;
    background: #FFF;
    text-decoration: none;
    width: fit-content;
    display: inline-flex;
    padding: 10px 80px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
}

.section-3 {
    background-color: var(--color-5);
}

.section-4 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-4 .section-overlay {
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-4 .h3-secundary {
    margin-bottom: 15px;
}

.section-4 p.color-primario {
    font-size: 22px;
    margin-bottom: 16px;
}

.carousel-variedad {
    margin-top: 70px;
}

.carousel-variedad .slick-prev::before,
.carousel-variedad .slick-next::before {
    font-size: 40px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--color-1);
}

.carousel-variedad .slick-prev::before {
    content: "\f104";
}

.carousel-variedad .slick-next::before {
    content: "\f105";
}

.card-variedad {
    height: 470px !important;
}

.tipo-descripcion {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-carousel {
    color: white;
    text-align: center;
    font-family: var(--font-2);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 16px */
    border-radius: 0px;
    background: var(--color-5);
    display: flex;
    padding: 10px 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    text-decoration: none;
    text-transform: uppercase;
}

.slick-prev:before,
.slick-next:before {
    color: white;
}

.h2-section-4 {
    color: var(--color-1);
    font-family: var(--font-2);
    font-size: var(--fs-48px);
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 48px */
    letter-spacing: -2.4px;
}

.btn-section-4 {
    display: flex;
    width: 267px;
    padding: 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 0px;
    background: var(--color-5);
    color: #FFF;
    font-family: var(--font-1);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 20px */
    text-decoration: none;
}

.pw-desc {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-5 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.card-info {
    padding: 60px;
    border: 1px solid var(--color-1);
}

.card-info .h3-secundary {
    margin-bottom: 15px;
}

.card-info table th {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 30px;
}

.card-info table td a {
    text-decoration: none;
    color: var(--color-1);
}

footer {
    background-image: url(../img/bg/bg-footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;

}

.logo_footer {
    max-width: 160px;
}

.redes_footer {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 9px 9.681px 10px 10px;
    justify-content: center;
    align-items: center;

    color: white;
    font-size: 26px;
    text-decoration: none;
}

.links_footer {
    color: white;
    text-decoration: none;
    /* H4 */
    font-family: var(--font-1);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 20px */
}

.links_footer_2 {
    color: white;
    text-decoration: none;
    font-family: var(--font-2);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.redes_footer:hover {
    background-color: var(--color-5);

}

.li_footer li::marker {
    content: ">" !important;
    color: white;
    margin-right: 0.25em;
}

.li_footer li {
    padding-left: 0.4em;
}

.btn-send {
    display: flex;
    height: 56px;
    padding: 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 0px;
    background: var(--color-5);
    color: white;
    font-size: 26px;
}

.btn-send:hover,
.btn-send:focus,
.btn-send:focus-visible,
.btn-send:active {
    background: var(--color-2);
    border: 0;
    color: white
}

.input-email {
    border-radius: 0px;
    background: white;
    padding: 20px;
    width: 75%;
    height: 56px;
    border: 0
}

.input-email:focus-visible {
    outline-color: #0A386E;
}

.input-email::placeholder {
    color: var(--color-1);
    font-family: var(--font-2);
    ;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.icono_footer {
    display: flex;
    padding: 10px;
    align-items: center;
    gap: 10px;
    border-radius: 0px;
    background: var(--color-5);
    color: white;
    font-size: 24px;
}

.bg-primary {
    background-color: var(--color-5) !important;
    color: white
}

.bg-primary p {
    color: white;
    font-family: var(--font-2);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.bg-primary p span {
    color: white;
    font-family: var(--font-2);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#header-page {
    background-image: url(../img/bg/bg-page.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 412px;
    width: 100%;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.text-balance {
    text-wrap: balance;
}

.header-page-content {
    display: inline-block;
}

.h1-header-page {
    color: white;
    font-family: var(--font-2);
    font-size: var(--fs-40px);
    font-style: normal;
    font-weight: 300;
    line-height: 1;
    text-align: start;
}

.h2-header-page {
    color: white;
    font-family: var(--font-1);
    font-size: var(--fs-32px);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-align: start;
}

.hr-white {
    width: 100%;
    color: white;
    border-color: white;
    border-width: 2px;
    opacity: 0.5;
}

.bg-gradient {
    --bs-gradient: linear-gradient(180deg, rgba(40, 115, 136, 0.00) 0%, var(--color-1) 5.67%, var(--color-1) 93.01%, rgba(40, 115, 136, 0.00) 100%);
    padding: 120px 0;


}

.col-md-4.bg-white {
    border-radius: 0px;
    box-shadow: 0px 15px 75px 0px rgba(0, 0, 0, 0.10);
}

.bg-mapa {
    background: url(../img/bg/mapa.png), lightgray 50% / cover no-repeat;

    background-blend-mode: difference;
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    background-size: cover;
    padding: 60px;
}

.bg-mapa .carousel-control-next {
    top: initial;
    bottom: 10px
}

.bg-mapa .carousel-control-prev {
    top: initial;
    bottom: 10px
}

.nombre-cliente {
    color: var(--color-2);

    /* H4 */
    font-family: var(--font-1);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 20px */
}

.cliente {
    color: var(--color-1);
    font-family: var(--font-2);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.bg-services {
    background: url(../img/bg/bg-services.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    padding: 60px;
}

.container-text-services img {
    max-width: 100px;
}

.container-text-services {
    border-radius: 30px 30px 5px 5px;
    background: var(--White, #FFF);
    box-shadow: 0px 15px 75px 0px rgba(0, 0, 0, 0.10);
    margin-top: -22px;
    min-height: 340px;
}

h3.contacto {
    color: var(--color-1);

    font-family: var(--font-2);
    font-size: var(--fs-48px);
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 48px */
    letter-spacing: -2.4px;
}

.link_contacto {
    color: #777;
    text-decoration: none;
    /* Paragraph */
    font-family: var(--font-2);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.card-contacto {
    border-radius: 0px;
    background: #FFF;
    box-shadow: 0px 0px 75px -20px rgba(0, 0, 0, 0.25);
    min-height: 242px;
}

.input-contacto {
    border-radius: 0px;
    border: 1px solid #DDD;
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(5px);
    padding: 20px;
    margin: 10px 0;
}

.input-contacto::placeholder {
    color: #777;

    /* Paragraph */
    font-family: var(--font-2);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.input-contacto:focus-visible {
    outline: var(--color-1);
}

#send-form:hover {
    background-color: var(--color-2);
    color: white
}

.texto-legal p,
.texto-legal li,
.texto-legal span {
    color: #000;
}


.section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-ficha {
    padding-bottom: 100px;
}

#ficha-section-1 {
    /* background: linear-gradient(180deg, white 20%, #24748b 20%, #24748b 100%); */
}

#ficha-section-2 {
    padding-top: 50px;
    padding-bottom: 100px;
}

.card-ficha {
    padding: 10px;
    border: 0;
    border-radius: 0px;
    background: white;
    box-shadow: 0px 4px 75px 0px rgba(0, 0, 0, 0.10);
    margin-top: 10px;
    margin-bottom: 70px;
}

.ficha-gallery {
    display: flex;
    gap: 10px;
}

.ficha-gallery a {
    text-decoration: none;
}

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

.ficha-gallery .ficha-gallery-col-1,
.ficha-gallery .ficha-gallery-col-2 {
    flex-basis: 50%;
}

.ficha-gallery .ficha-gallery-col-2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ficha-gallery>.ficha-gallery-col-1 img {
    height: 410px;
}

.ficha-gallery .ficha-gallery-row-2 {
    display: flex;
    gap: 10px;
}

.ficha-gallery .ficha-gallery-row-1 img {
    height: 200px;
}

.ficha-gallery .ficha-gallery-row-2>div img,
.ficha-gallery .ficha-gallery-row-2 .mostrar-mas-img {
    height: 200px;
}

.ficha-gallery .ficha-gallery-row-2 .mostrar-mas-img a {
    display: block;
    height: 100%;
}
/* 
.ficha-gallery .ficha-gallery-row-2 .mostrar-mas-img .mostrar-mas-content {
    height: 100%;
    background-size: cover;
    background-position: center;
}

.ficha-gallery .ficha-gallery-row-2 .mostrar-mas-img .mostrar-mas-content>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #00000080;
}

.ficha-gallery .ficha-gallery-row-2 .mostrar-mas-img .mostrar-mas-content img {
    width: 50px;
    height: 50px;
    object-fit: unset;
    margin-bottom: 10px;
}

.ficha-gallery .ficha-gallery-row-2 .mostrar-mas-img .mostrar-mas-content h4 {
    text-align: center;
    width: 160px;
    color: #FFF;
    font-family: var(--font-2);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
} */
.mostrar-mas-content::after{
    content:"";
    background-image:url('../img/recursos/imagesmode.svg');
    background-repeat:no-repeat;
    position:absolute;
    background-size:contain;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    height: 100px;
    width: 100px;

}
.mostrar-mas-content::before{
    content:"";
    background-color:rgba(0, 0, 0, 0.50);
    background-repeat:no-repeat;
    position:absolute;
    background-size:contain;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    height: 97%;
    width: 98%;

}
.mostrar-mas-content h3{
    position: absolute;
    bottom: 20px;
    font-size: 20px;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    color: white;
}
.ficha-precio {
    display: flex;
    align-items: end;
    gap: 30px;
}

.ficha-precio h3 {
    color: white;
    font-family: var(--font-2);
    font-size: 32px;
}

.ficha-precio h2 {
    color: white;
    font-family: var(--font-1);
    font-size: 64px;
    margin-bottom: 0;
}

.ficha-precio h2 span {
    color: white;
    font-family: var(--font-2);
    font-size: 32px;
}

.ficha-info {
    display: flex;
    justify-content: end;
}

.ficha-info>div {
    width: 100%;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ficha-info>div:not(:last-of-type) {
    border-right: 1px solid white;
    padding-right: 0px;
}

.ficha-info img {
    margin-bottom: 5px;
    max-width: 40px;
}

.ficha-info h4 {
    font-family: var(--font-1);
    font-size: 18px;
    margin-bottom: 5px;
}

.ficha-info h3 {
    font-family: var(--font-2);
    font-size: 16px;
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-ficha-info {
    padding: 30px;
    border: 0;
    border-radius: 0px;
    background: white;
    box-shadow: 0px 4px 75px 0px rgba(0, 0, 0, 0.10);
    margin-top: 70px;
}

.btn-more {
    color: white;
    font-size: 20px;
    font-family: var(--font-1);
    padding-top: 5px;
    padding-left: 8px;
    padding-right: 30px;
    padding-bottom: 5px;
    text-decoration: none;
    border-radius: 0;
    border-bottom: 1px solid white;
    transition: color .3s, border-color .3s;
    -o-transition: color .3s, border-color .3s;
    -moz-transition: color .3s, border-color .3s;
    -webkit-transition: color .3s, border-color .3s;
}

.btn-more:focus,
.btn-more:focus-visible,
.btn-more:hover {
    color: #eee;
    border-bottom: 1px solid #eee;
}

.btn-more:active {
    color: var(--color-1);
    border-bottom: 1px solid var(--color-1) !important;
}

.share-property-dropdown .dropdown-menu {
    padding: 4px 1px 1px;
}

.share-property-dropdown .a2a_kit {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
    align-items: center;
}

.share-property-dropdown .dropdown-item .a2a_kit>a {
    float: unset;
}

.card-ficha-info h4 {
    color: var(--color-1);
    font-family: var(--font-1);
    font-size: 20px;
    margin-bottom: 30px;
}

.card-ficha-info table tbody tr td {
    padding: 5px;
}

.card-ficha-info table tbody tr td:nth-child(2) {
    width: 50%;
    color: var(--color-1);
    font-family: var(--font-2);
    font-size: 16px;
}

.card-ficha-info table tbody tr td:nth-child(3) {
    width: 50%;
    color: #777;
    font-family: var(--font-2);
    font-size: 16px;
}

.ficha-form-container h3 {
    color: #3B353A;
    font-family: var(--font-2);
    font-size: 32px;
    margin-bottom: 10px;
}

.ficha-form-container h4 {
    color: var(--color-1);
    font-family: var(--font-1);
    font-size: 20px;
    margin-bottom: 30px;
}

.ficha-form-container form label,
#form-contacto .form-floating label {
    color: #777;
    font-family: var(--font-2);
    font-size: 16px;
}

.ficha-form-container form button {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ficha-form-container form textarea,
#form-contacto textarea {
    resize: none;
}

#form-contacto textarea {
    height: 130px;
}

.ficha-info-table {
    width: 100%;
}

.ficha-info-table-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ficha-info-table-row:not(:last-of-type) {
    margin-bottom: 5px;
}

.ficha-info-table-row .ficha-info-table-col-2 {
    flex-basis: 100%;
}

.ficha-info-table-row .ficha-info-table-col-3 {
    flex-basis: 40%;
}

.ficha-facilities .ficha-info-table-row .ficha-info-table-col-2 {
    flex-basis: 70%;
}

.ficha-facilities .ficha-info-table-row .ficha-info-table-col-3 {
    flex-basis: 30%;
}

.ficha-info-table-row .ficha-info-table-col-2 p {
    color: var(--color-1);
    font-family: var(--font-2);
    font-size: 16px;
}

.ficha-facilities .ficha-info-table-row {
    width: 50%;
    float: left;
}

#aboutus-section-1 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#aboutus-section-1 .caja {
    box-shadow: 0px 5px 20px rgb(0 0 0 / 30%);
    min-height: 260px;
}

#servicio-section-1 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.buscador_prop {
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);

    box-shadow: 0px 5px 20px rgb(0 0 0 / 30%) !important;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 1;
}

.buscador_prop i {
    color: var(--color-1);
    font-size: 30px;
}

#modal_buscador_prop .modal-header {
    border: 0;
}

#modal_buscador_prop .modal-title {
    text-transform: uppercase;
}

#modal_buscador_prop .modal-body #buscador {
    padding-bottom: 0;
    padding-top: 0;
}

#modal_buscador_prop .modal-body #buscador .col-6 {
    width: 100%;
}

#modal_buscador_prop .btn-buscar {
    font-family: var(--font-2);
}

/*.select2-container{
    width: 100%!important;
    min-width: 280px;
    max-width: 280px;
}*/

/*.select2-container.select2-container--open{
    max-width: 280px;
}*/

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    min-height: 48px;
    height: 48px;
}

.select2-container .select2-selection--multiple {
    min-height: 48px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
    outline: 0 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--color-3) !important;
    color: white;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single {
    outline: 0 !important;
}

/*.multiple-class .select2-container{
    width: 100%!important;
    min-width: 280px!important;
    max-width: 280px!important;
}*/

.buscador_movil {
    display: none;
}

.mas-filtros-listado-movil {
    display: none;
}

#carousel-testimonios .leer-mas {
    color: var(--color-1);
}
.leer-mas {
    color: var(--color-1);
}
.contactme {
    font-size: 22px;
    font-family: var(--font-2);
    color: var(--color-4);
    text-align: center;
}

#ficha-section-1 .card-ficha {
    margin-bottom: 15px;
}

.informacion-prop .btn-info {
    padding: 4px 4px;
    font-size: 16px;
}

#ficha-section-1 .card-ficha-info {
    margin-top: 30px;
}

.card-ficha-info h4 {
    margin-bottom: 10px;
}

.titulo-card {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-max-lines: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    
}
.btn-whatsapp{
    position: fixed;
    bottom:20px;
    right: 20px;
    color:#25D366;
    text-decoration: none;
    font-size: 20px;
    /* background-color:var(--color-4); */
    border-radius:100px;
    padding: 0 0.5rem ;
    /* width: 70px;
    height: 70px; */
    display: flex;
    align-items:center;
    justify-content: center;
    flex-direction: column;
}
.btn-whatsapp i {
    font-size: 50px;
}
.carousel-indicators [data-bs-target]{
    width: 10px;
    height: 10px;
    border-radius:10px !important;
    border:0
}
footer .fa-brands {
    color:#C99B45
}
@media (max-width: 1199px) {
    .navbar-brand {
        left: 0px;
    }
}

@media (max-width: 991px) {
    .ficha-info-table-row .ficha-info-table-col-2 {
        flex-basis: 30%;
    }

    .card-buscador {
        margin-top: 1rem;
    }

    #navbarNav .dropdown .dropdown-menu {
        max-width: 100%;
        width: 100% !important;
        border: 0;
        border-radius: 0;
        background-color: rgba(255, 255, 255, 0.2);
    }

    #navbarNav .dropdown .dropdown-menu .dropdown-item {
        text-align: center;
        color: var(--color-1);
    }

    #navbarNav .dropdown .dropdown-toggle {
        justify-content: center;
    }

    #buscador {
        position: relative;
        transform: translate(0);
        left: initial;
        bottom: initial;
    }

    .card-buscador #buscador_ext {
        display: none;
    }

    .mas-filtros-listado-movil {
        display: block;
    }

    .card-info {
        padding: 40px;
    }

    .carousel-control-next,
    .carousel-control-prev {
        top: -45px
    }

    .navbar-brand {
        position: relative;
    }

    #navbarNav {
        order: 1;
        flex-basis: 100%;
        width: 100%;
        background-color: transparent;
        border-radius: 10px
    }

    .navbar-collapse {
        order: 3
    }

    .border-radius-bottom .col-lg-5 {
        min-height: 700px;
    }

    .navbar-nav {
        width: 100%;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
    }

    .navbar-brand {
        order: 1;
        margin-right: 0;
    }

    .navbar-nav .nav-item {
        width: 100%;
    }

    .navbar {
        width: 100%;
        z-index: 999;
    }

    .nav-link {
        text-align: center;
    }

    .propiedad-semana .col-lg-5::before {
        border: 0;
        display: none
    }

    .ficha-gallery {
        flex-direction: column;
    }

    .ficha-gallery>.ficha-gallery-col-1 img {
        height: 580px;
    }

    .ficha-gallery .ficha-gallery-row-1 img {
        height: 300px;
    }

    .ficha-gallery .ficha-gallery-row-2>div img,
    .ficha-gallery .ficha-gallery-row-2 .mostrar-mas-img {
        height: 250px;
    }

    .ficha-info {
        justify-content: center;
    }

    .ficha-info>div {
        text-align: center;
    }

    .border-radius-bottom .col-lg-5 {
        min-height: 300px;
        background-size: cover;
        background-position: top center;
    }

    .border-radius-bottom .col-lg-7 {
        padding-top: 20px;
    }

    .button-two svg {
        stroke: var(--color-1);
    }

    .button-two {
        border-color: var(--color-1);
    }
}

@media (max-width: 767px) {
    .ficha-info-table-row .ficha-info-table-col-2 {
        flex-basis: 60%;
    }

    .ficha-facilities .ficha-info-table-row {
        width: 100%;
        float: unset;
    }

    .card-info {
        padding: 20px;
    }

    #carousel-header .carousel-item .carousel-overlay {
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 100%, rgba(0, 0, 0, 0.00) 20.03%, rgba(0, 0, 0, 0.00) 46.99%, rgba(0, 0, 0, 0.00) 78.05%, rgba(0, 0, 0, 0.70) 89.73%);
    }

    #carousel-header .h1-header {
        font-size: 24px;
    }

    #carousel-header .h2-header {
        margin-bottom: 0px;
    }

    #carousel-header #buscador {
        display: none;
    }

    .buscador_ordenador {
        display: none;
    }

    .buscador_movil {
        display: flex;
    }

    .section-2 {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .section-2-content {
        padding-top: 0;
        padding-bottom: 0px;
    }

    .section-2 h2 {
        margin-bottom: 24px;
    }

    .propiedad-semana .col-lg-5 {
        min-height: 1px;
    }

    .propiedad-semana .img-propiedad-week {
        height: auto;
        object-fit: contain;
    }

    .section-3 .btn-ver-propiedad {
        margin: auto;
        margin-top: 24px;
    }

    .section-4 .section-overlay {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .h3-primary,
    .section-2 h2,
    .h2-secundary {
        font-size: 24px !important;
    }

    .carousel-variedad {
        margin-top: 24px;
    }

    .section-5 {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    footer .columnas {
        margin-top: 15px;
        margin-bottom: 15px !important;
    }

    footer .links_footer_2 i {
        display: none;
    }

    .pie_pagina p {
        text-align: center;
    }

    .pie_pagina a {
        width: 100% !important;
    }

    .pie_pagina a img {
        max-width: 100% !important;
        margin: auto;
    }

    .card-variedad {
        height: auto;
        min-height: 350px;
    }

    .h1-header-page {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .ficha-gallery>.ficha-gallery-col-1 img {
        height: 250px;
    }

    .ficha-gallery .ficha-gallery-row-2 {
        flex-direction: column;
    }

    .ficha-gallery .ficha-gallery-row-2 .mostrar-mas-img .mostrar-mas-content>div {
        padding: 20px 0px;
    }

    #ficha-section-1 .card-ficha {
        margin-bottom: 24px;
    }

    #ficha-section-1 .ficha-precio {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    #ficha-section-1 .ficha-precio h3,
    #ficha-section-1 .ficha-precio h2 {
        font-size: 32px;
    }

    .contenedor-separador,
    .contenedor-separador img {
        width: 100%;
    }

    .botonera,
    .botonera .btn {
        width: 100%;
        font-family: var(--font-2);
    }

    .ficha-info>div:not(:last-of-type) {
        margin: auto;
        padding: 0px 10px;
    }

    .ficha-info img {
        margin-bottom: 10px;
        max-width: 40px;
    }

    .ficha-info h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .ficha-info h3 {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .ficha-info>div {
        margin: auto;
    }

    .card-ficha-info {
        margin-top: 24px;
        padding: 12px;
    }

    .card-ficha-info h4 {
        margin-bottom: 10px;
    }

    #ficha-section-1 {
        padding-bottom: 48px;
    }

    #ficha-section-2 {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .ficha-form-container h3 {
        font-size: 28px;
    }

    #aboutus-section-1 {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .bg-mapa {
        padding: 24px 12px;
    }

    .seccion-listado-1 {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    #servicio-section-1 {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .contenedor-formulario {
        padding: 48px 0px;
    }

    .buscador_movil .select2-container {
        width: 100% !important;
    }

    .btn-consultar {
        font-size: 14px;
    }

    .btn-consultar:hover,
    .btn-consultar:focus,
    .btn-consultar:focus-visible {
        font-size: 14px;
    }

    .contactme {
        font-size: 16px;
    }

    .ficha-info-table-col-3 {
        text-align: end;
    }
}

@media (max-width: 575px) {

    .nav-pills {
        justify-content: center;
    }

    .section-title .text {
        white-space: wrap;
    }

    #carousel-header .carousel-item {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 50vh;
    }

    :root {
        --fs-64px: 40px !important;
        --fs-28px: 24px !important;
        --fs-32px: 28px !important;


        --fs-16px: 16px !important;
        --fs-20px: 16px !important;
        --fs-24px: 18px !important;
        --fs-28px: 20px !important;
        --fs-30px: 24px !important;
        --fs-32px: 26px !important;
        --fs-36px: 28px !important;
        --fs-40px: 30px !important;
        --fs-44px: 32px !important;
        --fs-48px: 36px !important;
        --fs-64px: 40px !important;
    }

}

@media (max-width: 440px) {


    .navbar-brand img {
        max-height: 40px;
    }
}

.listado-featured .carousel-control-prev,
.seccion-listado-1 .carousel-control-prev {
    top: unset;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    right: 35px;
    height: fit-content;
    width: fit-content;
    left: initial;
    opacity: .9;
}

.listado-featured .carousel-control-next,
.seccion-listado-1 .carousel-control-next {
    top: unset;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    right: 0;
    height: fit-content;
    width: fit-content;
    opacity: .9;
}

