/*===============================================

            GENERALES

 ================================================*/

a {
    text-decoration: none !important;
}

a:hover {
    color: unset;
}

p a {
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
span {
    font-family: sans-serif;
}

:root {
    --bg-primary: #A74D01;
    --color-primary: #fff;
}


/*===============================================

           filtros

 ================================================*/

.filtro .modulo-filtro {
    font-weight: bold;
    margin-top: 10px;
}

.fw label {
    font-weight: bold;
}


/*===============================================

            HEADER desde aqui

 ================================================*/

.facet_sidebar {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (min-width: 600px) {
    .facet_sidebar {
        display: flex;
        flex-direction: row;
        justify-content: space-around
    }
}

.btn-primary {
    background-color: var(--bg-primary)!important;
    color: var(--color-primary)!important;
    border: unset!important;
}

.encabezado-sitio {
    padding-bottom: 0px;
    position: relative;
    z-index: 100;
}

.encabezado-sitio::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
}

.redes-header i:hover {
    color: #A74D01;
}

.redes-header i {
    font-size: 1.5rem;
}

.navegacion-principal .nav-link {
    color: #A74D01;
    font-weight: bold;
}


/*===============================================

            slider-contenido

 ================================================*/

.cotenido-slide {
    height: 500px;
    position: relative;
    z-index: 50;
    margin-top: -60px;
}

.cotenido-slide .carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.cotenido-slide .carousel .carousel-inner {
    position: relative;
    height: 500px;
}

.carousel-item img {
    width: 100%;
    height: 500px;
    background-position: center;
    background-size: cover;
    object-fit: cover;
}

.carousel-item:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
}


/* titulo centrado */

.cotenido-centrado {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.titulo-buscador {
    margin-bottom: 40px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}

@media (min-width: 450px) {
    .navegacio-slider {
        display: block;
    }
    .navegacio-slider .nav {
        display: block;
    }
}

@media (min-width: 750px) {
    .navegacio-slider .nav {
        display: flex;
        gap: 4rem;
        margin-bottom: 15px;
    }
}

.navegacio-slider .nav a {
    color: #ffffff;
    font-size: 1.3em;
    text-transform: capitalize;
    border-bottom: 4px solid transparent;
    transition: all .5s ease;
}

.navegacio-slider .nav a:hover {
    border-bottom: 4px solid #B75401;
}

.buscasdor .input {
    width: auto;
    padding: 8px;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    transition: all .3s ease;
    border-radius: 1px solid transparent;
}

@media (min-width: 750px) {
    .buscasdor .input {
        width: 33rem;
    }
}

.buscasdor input[type="submit"] {
    background-color: #B75401;
    width: 95px;
    padding: 8px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 600;
}

@media (min-width: 450px) {
    .relleno {
        display: none;
    }
}

@media (min-width: 750px) {
    .relleno {
        display: block;
    }
}

.relleno {
    color: #ffffff;
}


/*=============================================

                  scrollUp

=============================================*/

#scrollUp {
    bottom: 80px;
    right: 5px;
    width: 50px;
    height: 50px;
    background-image: url('../img/lorito3-01.png');
    background-repeat: no-repeat;
    background-size: 70px 60px;
}

@media (max-width: 1700px) and (min-width: 1366px) {
    .flex-responsive {
        display: flex;
        font-size: 0.9em;
    }
    .padding-4 {
        padding-left: 2rem;
    }
    .cabezablancapadding5 {
        padding: 0;
    }
    .columnresposive1 {
        flex: 0 0 10%;
        max-width: 10%;
    }
    .columnresposive10 {
        flex: 0 0 80%;
        max-width: 80%;
    }
}

@media (max-width: 1440px) and (min-width: 1200px) {
    .margin-reponsive {
        margin: 1rem 0 0 31.5%;
    }
    .busqueda_avanzada {
        margin-top: 5rem;
        margin-left: -6rem;
    }
}

@media (min-width: 1366px) {
    #nav-header,
    .login-responsive,
    .contacto-responsive,
    .login-responsive-enter {
        display: none;
    }
}

@media (max-width: 1365px) {
    .cabezanegra,
    .cabezablanca {
        display: none;
    }
    #nav-header {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: space-between;
    }
    .contacto-responsive {
        background-color: #010101;
        border-bottom: 1px solid #202020;
        display: flex;
        justify-content: space-evenly;
        padding: 0.3rem;
        font-size: 0.9em;
    }
    .login-responsive {
        background-color: #010101;
        line-height: 2;
        display: flex;
        justify-content: space-evenly;
    }
    .login-responsive-enter {
        background-color: #010101;
        border-bottom: 1px solid #202020;
        border-top: 1px solid #202020;
        padding: 1rem;
    }
}

@media (max-width: 995px) {
    .anuncio {
        font-size: 0.8em;
    }
}

@media (max-width: 840px) {
    .BuscarMapa .form-inline {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .margin-buscador {
        margin: 1rem;
    }
    .carousel-item img {
        height: 900px;
        background-position: center;
        background-size: cover;
    }
    .btn-slider {
        font-size: 1.2rem;
    }
    .btn-slider::after {
        margin-left: 8rem;
    }
    .form-inline .dropdown-menu {
        width: 345px;
    }
    .buscarpro {
        width: 220px;
        line-height: 2;
    }
    .buscarpro a {
        font-size: 1.2rem;
    }
    .tablet {
        font-size: 1.2em;
        width: 350px !important;
    }
    .reservados {
        flex-direction: column;
        font-size: 0.8em;
    }
}

@media (max-width: 550px) {
    .anuncio h2 {
        font-size: 1.5em;
    }
    .anuncio h3 {
        font-size: 1.3em;
    }
}


/*===============================================

            Destacados

 ================================================*/

.titulo-destacado {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    margin-top: 2rem;
    align-items: center;
    background-color: #f1ddcc;
}

.titulo-destacado span {
    font-size: 2rem;
}

.titulo-destacado i {
    color: #B75401;
}


/* card */

.image-card {
    position: relative;
}

.image-card img {
    object-fit: cover;
}

.card .texto-img {
    padding: 0px 20px;
    font-weight: 600;
    background-color: white;
    opacity: 0.9;
    text-transform: uppercase;
    cursor: pointer;
}

.card .corona {
    width: 46px;
    height: 41px;
    position: absolute;
    top: 195px;
    left: 186px;
}

.nuevo {
    font-size: 2rem;
    background-color: #f1ddcc;
    color: black;
}


/*===============================================

            Anuncio Rapido

 ================================================*/

@media (max-width: 550px) {
    .Anuncio-rapido {
        display: none;
    }
}

.anuncio {
    background-image: url('../img/apartementos.jpg');
    /* Set a specific height */
    min-height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.anuncios {
    display: flex;
    justify-content: space-between;
    gap: 3.5rem;
}

@media (max-width: 550px) {
    .anuncios {
        gap: 15px;
    }
}

@media (max-width: 550px) {
    .anuncios a {
        gap: 15px;
        width: 0;
        height: 0;
    }
}

.anuncios a {
    color: #ffffff;
    text-align: center;
    font-size: 1.3em;
    height: 8rem;
    font-weight: bold;
    width: 11rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
}

.anuncios a:hover {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.1);
}

.anuncios a p {
    position: relative;
    z-index: 300;
}

.anuncios a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
    background-color: rgba(183, 84, 2, 0.8);
}

.anuncios-circulares {
    display: flex;
    gap: 4rem;
}

.anuncios-circulares a {
    background-color: #B75401;
    height: 93px;
    border-radius: 92px;
    width: 99px;
    padding: 12px;
    color: #ffffff;
    font-weight: 700;
}

.anuncios-circulares a p {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}


/* section suscribir */

.sucribirse {
    background-color: #09891C;
    padding: 1.5rem;
    color: #ffffff;
}

.formulario-sucripcion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.formulario-sucripcion input[type="email"] {
    padding: 0.5em;
    width: 21.25em;
    border-radius: 8px;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    color: #09891C;
}

.formulario-sucripcion input[type="submit"] {
    width: 14rem;
    color: #09891C;
}


/* publicar */

.publicar {
    background-image: url('../img/publicar.jpg');
    background-size: cover;
    background-position: center;
    height: 220px;
}

.publicar h2 {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.publicar p {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 19px;
    border: none;
}

.publicar a p {
    background-color: #B75401;
    color: #ffffff;
    padding: 5px 1.5rem;
}


/*===============================================

            Footer

 ================================================*/

.footer {
    background-image: url('../img/footer.png');
    background-size: cover;
    background-position: center;
}

.footer h3 {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 2rem;
    color: #ffffff;
}

.footer p {
    color: #ffffff;
    font-size: 1rem;
}

.footer .redes {
    color: #ffffff;
}

.lista_footer a:hover {
    color: #B75401;
}

.lista_footer a {
    color: #ffffff;
}

.lista_footer li span {
    color: #ffffff;
    margin-left: 1px;
}

.lista-ofertas a {
    color: #ffffff;
}

.lista-ofertas a:hover {
    color: #B75401;
}

.color-footer {
    background-color: #1D1D1F;
    width: 100%;
}

.lista_footer {
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (min-width: 368px) {
    .redes-footer {
        display: flex;
        justify-content: space-evenly;
        font-size: 2rem;
        color: #fff;
    }
    .redes-footer i:hover {
        color: #B75401;
    }
    .lista_footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .lista_footer span {
        visibility: hidden;
    }
}

@media (min-width: 765px) {
    .redes-footer {
        display: flex;
        gap: 2rem;
        font-size: 2rem;
        color: #fff;
        justify-content: unset;
    }
    .lista_footer {
        display: flex;
        gap: 1rem;
        justify-content: center;
        align-items: center;
        flex-direction: unset;
    }
    .lista_footer span {
        visibility: visible;
    }
}


/*=============================================

                  Buscador

=============================================*/

.modulo-buscador {
    border: 1px solid #a8a8a8;
    padding: 1rem;
    margin: 1rem 0;
}

.nav-resultado {
    gap: 4px;
}

.modulo-resuldatos {
    border-top: 2px solid #097F1F;
}

@media (min-width: 1250px) {
    .container {
        max-width: 80%;
    }
}

.aplicar_filtros {
    background-color: red;
    padding: 1rem;
    margin: 1rem 0;
    text-align: center;
}

.agente {
    background-color: #f6f6f6;
    margin: 1rem 0.2rem;
    padding: 0.5rem;
    border-top: 1px solid #a2a2a2;
}

.aviso_resultados {
    padding: 1rem;
    background-color: #fef8d4;
    line-height: 2.5;
    width: 100%;
}

.aviso_resultados h4 {
    padding-left: 4rem;
    color: #bc9e60;
}


/*=============================================

                  Resultados

=============================================*/

.bloque_buscador {
    margin: 7rem 0 0 0;
}

.texto-img-modulo::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
}

.texto-img-modulo {
    position: absolute;
    top: 0px;
    text-align: center;
}

.texto-img-modulo span {
    position: relative;
    z-index: 10;
}

.estado-carta {
    position: absolute;
    bottom: 21px;
    width: 100%;
    text-align: center;
}

.imagen-resultados {
    width: 100%;
    height: 296px;
    object-fit: cover;
}

.carta-anunciante .botones-anunciantes {
    display: flex;
    justify-content: end;
    position: relative;
    gap: 8px;
    margin-top: 16px;
}

.cuadro-destacado {
    background-color: #1e8bc3;
    color: white;
    position: relative;
}

.icono-favorito {
    font-size: 1.5em;
    color: #6c757d;
    cursor: pointer;
}

.icono-images {
    font-size: 0.9em;
    position: absolute;
    top: 140px;
    left: 3px;
    height: 55px;
    opacity: 0.8;
    background-color: black;
}

.icono-images-interno {
    font-size: 0.9em;
    position: absolute;
    bottom: 10px;
    left: 3px;
    height: 55px;
    opacity: 0.8;
    background-color: black;
}

.icono-favorito:hover {
    color: red;
}

.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.barra_filtro_propiedades {
    border-left: 1px solid #6c757d;
    ;
}

.conectar {
    position: absolute;
    right: 15px;
    bottom: 20px;
}


/* .patricinador{

  position: absolute;

    left: 220px;

    bottom: 23px;

}  */

.icono-destacado {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 50px;
}

.modulo-resuldatos-vista h3 {
    font-size: 1.1rem;
}

@media (min-width: 740px) {
    .modulo-resuldatos-vista h3 {
        font-size: 1.75rem;
    }
}

@media (min-width: 1336px) {
    .btn-responsive-resultados {
        padding: 0 0.5rem;
        line-height: 2.2;
    }
    .derecha-flex {
        justify-content: right;
    }
}

.boton-guardar {
    margin: auto;
}


/*=============================================

                login-user

=============================================*/

.image-loguin {
    position: absolute;
    z-index: -5;
    object-fit: cover;
    top: 0px;
    left: 0px;
}

.login-form {
    background-image: url(../img/toma.jpg);
    background-position: center;
    background-size: cover;
    padding: 1rem;
    border-radius: 20px;
}

.logo-login img {
    width: 600px;
    border-radius: 20px;
}

@media (min-width: 768px) {
    .border-login {
        border-right: 2px solid #ffffff;
        height: 100%;
    }
}

.racuerdame {
    display: flex;
    gap: 7rem;
}

.racuerdame p i:hover {
    color: #ffffff;
}

.boton-login button {
    padding: 10px 3rem;
    border-radius: 10px;
    background-color: #0A7D1F;
    color: #ffffff;
}

.boton-login button:hover {
    background-color: #0b9725;
}

.redes-login {
    display: flex;
    gap: 1rem;
    width: 100px;
}

.redes-contenedor {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
}

.redes-register {
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.anunciante {
    display: flex;
    justify-content: center;
    align-items: center;
}

.selec {
    display: flex;
    gap: 8rem;
    justify-content: center;
}

.botoncrear {
    text-transform: uppercase;
    background-color: #0A7E1F;
    color: #ffffff;
    border-radius: 10px;
}

.botoncrear:hover {
    background-color: #0A7E1F;
}

.enlace-cuenta i {
    color: #ffffff;
    border-bottom: 1px solid transparent;
}

.enlace-cuenta i:hover {
    border-bottom: 1px solid #fff;
}


/*=============================================

                  Publicar-form

=============================================*/

.titulo-centrado {
    display: flex;
    justify-content: center;
    align-items: center;
}

.titulo-centrado-file {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    margin-bottom: 10px;
}

@media (min-width: 740px) {
    .bonton-centrado {
        margin-top: 145px;
    }
    .formulario-publicar {
        display: flex;
    }
}

@media (min-width: 450px) {
    .formulario-publicar {
        flex-direction: column;
    }
}

.border-uni {
    border: 1px solid #E3DEDA;
}

.publicar_casa label {
    color: #010101;
    font-weight: 400;
}

.servicios .contenido-centrado-check {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.servicios .contenido-centrado-check p {
    font-weight: 700;
}

.nav-tabs .nav-item {
    margin-bottom: 0px;
}

.barra-profile {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 1rem 0px 1rem 0px;
    border: 1px solid #777;
    transition: all 5s ease;
}

@media (min-width: 768px) {
    .barra-profile {
        flex-direction: row;
    }
}

.barra-profile .nav-link.active {
    background-color: #0D8119;
    color: #ffffff;
    border-radius: 0px;
    border-left: 1px solid black !important;
    border-right: 1px solid black !important;
}

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

.barra-profile .nav-item:hover {
    background-color: #0D8119;
    color: #ffffff;
}

.barra-profile p:hover {
    background-color: red;
    color: white;
}

.publicar_casa {
    background-color: #FBF6F2;
    margin-bottom: 2rem;
}

.img-publicar {
    margin-right: 0.5rem;
    margin-left: 1rem;
    max-width: 25px;
}

.grid-container {
    display: grid;
}

.grid-item {
    background-color: white;
    font-size: 30px;
    text-align: center;
    margin: 0.5rem;
    height: 150px;
}

.borde-aviso-publicar {
    border: 4px solid #ffc400;
    padding: 0.5rem;
}

.no {
    text-align: center;
}

.titulo-publicar {
    font-size: 1em;
    text-align: center;
}

.correcion-img {
    width: 15px;
}

.boton-mapa {
    background-color: #A55112;
}

@media (min-width: 740px) {
    .titulo-publicar {
        font-size: 1.75rem;
        text-align: right;
    }
    .padding-form-publicar {
        padding: 0 2rem;
    }
    .img-publicar {
        max-width: unset;
    }
    .correcion-img {
        width: 25px;
    }
    .grid-item {
        height: 200px;
    }
}


/* @media (min-width: 768px){

  ul.barra-profile:not(.no) li:hover{

    background-color: red;

  }



  ul.barra-profile:not(.no) a:hover{

    color: white;

    background-color: red;

  } */


/* ul.barra-profile li:nth-child(1),ul.barra-profile li:nth-child(2),ul.barra-profile li:nth-child(3),ul.barra-profile li:nth-child(4),ul.barra-profile li:nth-child(5),ul.barra-profile li:nth-child(6) {

    border-right: 1px solid #777;

  } */

.grid-container {
    grid-template-columns: auto auto auto;
    padding: 10px;
    width: 300px;
}

.grid-item {
    height: unset;
}

ul.barra-profile a {
    border-color: unset !important;
    border: none !important;
}

@media (min-width: 1024px) {
    .no {
        text-align: right;
    }
}


/*=============================================

                  Blog

=============================================*/

.encabezado-blog {
    position: absolute;
    background-color: #eee;
    min-height: 130px;
    width: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.relleno-encabezado-blog {
    min-height: 130px;
}

.flex-column-center-blog {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (min-width: 365px) {
    .pading-blog-en {
        padding: 0 3rem;
    }
}

.leer-mas-blog {
    position: absolute;
    right: 0;
}

.responsive-entrada-blog {
    margin: 2rem 0;
}

.responsive-entrada-blog img {
    object-fit: cover;
}

.img-blog-entrada {
    height: 250px;
}

.titulo-entrada-blog {
    font-size: 1.8em;
}

@media (min-width: 768px) {
    .img-blog-entrada {
        height: 300px;
    }
}

@media (min-width: 1024px) {
    .responsive-entrada-blog {
        height: 300px;
        margin: 1.5rem 0;
    }
    .img-blog-entrada {
        height: 100%;
    }
    .titulo-entrada-blog {
        font-size: 2.5rem;
    }
    .flex-column-center-blog {
        align-items: unset;
    }
}


/*=============================================

                 Entrada Blog

=============================================*/

.creador-blog {
    margin-top: 4rem;
}

@media (min-width: 365px) {
    .creador-blog {
        margin-top: 0;
    }
}


/*===============================================

            Detalle proyecto

 ================================================*/

.bg-detalles {
    background-color: #F0DDCC;
}

.menu-tabs .nav-link {
    color: #18181A;
}

.menu-tabs .nav-link.active {
    background-color: #B35201;
    color: #fff;
}

.imagen-destacado {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}

.imagen-destacado img {
    border: 2px solid black;
    object-fit: cover;
}

.imagen-destacado a {
    color: #B35201;
    border-bottom: 1px solid transparent;
}

.imagen-destacado a:hover {
    border-bottom: 1px solid #B35201;
}

.the-legend {
    border-style: none;
    border-width: 0;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    width: auto;
    padding: 0 10px;
    border: 1px solid #AF5001;
}

.the-fieldset {
    border: 1px solid #AF5001;
    padding: 10px;
    background-color: #fff;
}

.the-fieldset .the-legend {
    background-color: #AF5001;
    color: #fff;
}

@media (min-width: 450px) {
    .bg-detalles {
        margin-top: 18px;
    }
}

@media (min-width: 750px) {
    .bg-detalles {
        margin-top: 0;
    }
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: red;
    color: white;
}

.nav-pills a {
    color: black;
}

#detalle-slider .carousel-inner {
    position: relative;
}

#detalle-slider .carousel-item img {
    width: 100%;
    height: 500px;
    background-position: center;
    background-size: cover;
    object-fit: cover;
}

#mapa {
    width: 100%;
    height: 500px;
}

#detalle-slider .carousel-item:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: unset;
}

@media (max-width: 840px) {
    #detalle-slider .carousel-item img {
        height: 300px;
        background-position: center;
        background-size: cover;
    }
    #mapa {
        height: 300px;
    }
}

#calculadora-responsive {
    width: 80%;
}

@media (min-width: 768px) {
    #calculadora-responsive {
        width: 100%;
    }
}


/*===============================================

            Utilidades

 ================================================*/

.pointer {
    cursor: pointer;
}

.borde-gris {
    border: 1px solid #777;
}

.letra-bold {
    font-weight: bold;
}

.btn-red {
    background-color: red;
}

.btn-dorado {
    background-color: #ffc400;
}

.btn-gris {
    background-color: #707070;
}

.color-gris {
    color: black;
    font-weight: 500;
}

.color-red {
    color: red;
}

.color-azul {
    color: blue;
}

.btn-black {
    background-color: black;
}

.color-black {
    color: black;
}

.flex-column-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.font-1 {
    font-size: 1.1em;
}

.icono {
    width: 30px;
}

.flex-right {
    display: flex;
    justify-content: right;
}

.flex-center {
    display: flex;
    justify-content: center;
}

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

.flex-evenly {
    display: flex;
    justify-content: space-evenly;
}


/* 



Preload

========================================================================== 

 

 */

#preload {
    position: fixed;
    z-index: 2000;
    width: 100%;
    height: 100vh;
    background-color: black;
}

#porcentajeCarga {
    position: absolute;
    text-align: center;
    width: 100%;
    color: white;
    top: 52%;
    font-size: 20px;
    font-weight: 100;
}

#lineaCarga {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0%;
    background-color: #666
}

#rellenoCarga {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 0%;
    background-color: #999;
}

#estadoCarga {
    position: absolute;
    background-image: url('../img/loader.gif');
    background-position: center;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
}

.mapadiv {}

.mapadiv path {
    fill: #ffc400;
    stroke: black;
    stroke-width: 2px;
}

.mapadiv path:hover {
    fill: red;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 38px;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 35px;
}

#you-profile iframe {
    width: 100%;
    height: 500px;
}

.pano {
    width: 100%;
    height: 400px !important;
    margin: 0 auto;
    cursor: move;
}

.pano .controls {
    position: relative;
    top: 40%;
}

.pano .controls a {
    position: absolute;
    display: inline-block;
    text-decoration: none;
    color: #eee;
    font-size: 3em;
    width: 20px;
    height: 20px;
}

.pano .controls a.left {
    left: 10px;
}

.pano .controls a.right {
    right: 10px;
}

.pano.moving .controls a {
    opacity: 0.4;
    color: #eee;
}

.boton_mas_info {
    background-color: white;
    font-weight: bold;
    padding: 0.2rem;
    border-radius: 5px;
    margin: 10px 0px 0px 0px;
    display: inline-block;
    cursor: pointer;
}

#contenedor-texto {
    height: 560px;
    overflow: auto;
}

.select2-container {
    width: 100%;
}

.imagen_lista rect {
    fill: #777777;
    cursor: pointer;
}

.imagen_lista.active rect {
    fill: red;
}

.estado {
    position: absolute;
    right: 15px;
    top: 15px;
}

@media (min-width: 740px) {
    .responsive_time {
        display: flex;
        justify-content: space-around;
        margin-top: 10px;
        align-items: baseline;
    }
}

ul.list_detalles_propiedad {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 10px;
    height: 100%;
}

.list_detalles_propiedad:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(233, 224, 224, 0.5);
}

ul.list_detalles_propiedad li {
    position: relative;
    text-align: center;
}

.carta_propiedad {
    flex-direction: column;
}

.carta_propiedad-detalles {
    flex-direction: column;
    height: 100%
}

.img_carta {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.item-resultado {
    height: 100%;
}

.item-cara {
    flex-basis: calc(100%);
}


/* @media (min-width: 1700px) {

    .carta_propiedad {

        flex-direction: row;

        height: 345px;

    }

    .img_carta {

        width: 100%;

        height: 100%;

    }

    .item-resultado {

        height: 300px;

    }

    .carta_propiedad-detalles {

        flex-direction: row;

        height: 345px;

    }

    .item-cara {

        flex-basis: calc(50% - 0.5rem);

    }

    .icono-images {

        top: unset;

        bottom: 10px;

    }

} */


/*=============================================

                login-user

=============================================*/

.image-loguin {
    position: absolute;
    z-index: -5;
    object-fit: cover;
    top: 0px;
    left: 0px;
}

.login-form {
    background-image: url(../img/toma.jpg);
    background-position: center;
    background-size: cover;
    padding: 3rem;
    border-radius: 20px;
}

.logo-login img {
    width: 600px;
    border-radius: 20px;
}

.border-login {
    border-right: 2px solid #ffffff;
    height: 100%;
}

.racuerdame {
    display: flex;
    gap: 7rem;
}

.racuerdame p i:hover {
    color: #ffffff;
}

.boton-login button {
    padding: 10px 3rem;
    border-radius: 10px;
    background-color: #0A7D1F;
    color: #ffffff;
}

.boton-login button:hover {
    background-color: #0b9725;
}

.redes-login {
    width: 90px;
    display: flex;
    gap: 20px;
    margin-top: 1rem;
}

.redes-register {
    display: flex;
    justify-content: center;
    gap: 4rem;
}

.redes-register a {
    width: 40px;
}

.anunciante {
    display: flex;
    justify-content: center;
    align-items: center;
}

.selec {
    display: flex;
    gap: 8rem;
    justify-content: center;
}

.botoncrear {
    text-transform: uppercase;
    background-color: #0A7E1F;
    color: #ffffff;
    border-radius: 10px;
}

.botoncrear:hover {
    background-color: #0A7E1F;
}

.enlace-cuenta i {
    color: #ffffff;
    border-bottom: 1px solid transparent;
}

.enlace-cuenta i:hover {
    border-bottom: 1px solid #fff;
}

.btn-outline-primary {
    color: #b75401;
    border-color: #b75401;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #b75401;
    border-color: #b75401;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #b75401;
    border-color: #b75401;
}

.color-black {
    color: black !important;
    font-weight: 800;
}

.barra-titular {
    background-image: url(../img/fondo-anuncio.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    font-weight: bold;
    color: white;
    position: relative;
    border-radius: 10px;
}

.barra-titular img {
    margin-top: -30px;
    width: 70px;
}

.amsify-suggestags-input-area .amsify-select-tag.col-bg {
    background: transparent !important;
}

.modulo-buscador .nav-resultado .nav-link.active {
    color: #fff;
    background-color: #ecc21d;
    border-color: #ecc21d;
}

.elemento_resultado {
    flex-basis: calc(100% - 0.5rem);
    padding: 0.5rem;
}

@media (min-width: 768px) {
    .elemento_resultado {
        flex-basis: calc(50% - 0.5rem);
    }
}

@media (min-width: 1200px) {
    .elemento_resultado {
        flex-basis: calc(33.3% - 0.5rem);
    }
}

@media (min-width: 1700px) {
    .elemento_resultado {
        flex-basis: calc(50% - 0.5rem);
    }
}

.contenedor-mapa {
    display: none;
}

@media (min-width: 1200px) {
    .contenedor-mapa {
        display: block;
        flex-basis: calc(100% - 0.5rem);
        max-height: 700px;
        height: 400px;
        margin-bottom: 1rem;
    }
}

@media (min-width: 1700px) {
    .contenedor-mapa {
        flex-basis: calc(50% - 0.5rem);
        height: auto;
        margin-bottom: unset;
        padding: 1rem;
    }
}

.contenedor-resultados2 {
    flex-basis: calc(100% - 0.5rem);
    min-height: 700px;
}

.elemento_resultado2 {
    flex-basis: calc(100% - 0.5rem);
    padding: 0.5rem;
}

@media (min-width: 768px) {
    .elemento_resultado2 {
        flex-basis: calc(50% - 0.5rem);
    }
}

@media (min-width: 1200px) {
    .elemento_resultado2 {
        flex-basis: calc(33.3% - 0.5rem);
    }
}

.contenedor-resultados {
    flex-basis: calc(100% - 0.5rem);
    min-height: 700px;
}

@media (min-width: 1700px) {
    .contenedor-resultados {
        flex-basis: calc(50% - 0.5rem);
        height: 700px;
        overflow: auto;
        padding: 1rem;
    }
}

@media (min-width: 650px) {
    .amsify-suggestags-area {
        width: 400px;
    }
}

.navegacio-slider .nav-item.active {
    border-bottom: 2px solid #b75401;
}