:root {
    --color-primario: #704c55;
    --color-secundario: #f78a2f;
    --color-texto: #fff;
    --color-texto-secundario: #ccc;
    --color-hover: #333;
    --color-titulo: rgb(89, 89, 89);
    --color-tercero: #eee;
    --color-con-observacion: #f7d97f;
    --color-marca-descubre: #f78a2f;
}

* {
    padding: 0;
    margin: 0;
}

.container {
    width: 90% !important;
}

.container-menor {
    width: 80% !important;
    display: block;
    margin: 0 auto;
}

.normal-nav {
    height: 70px;
    background-color: #fff;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}

.normal {
    height: 70px;
    position: fixed;
    top: 0px;
}



.logo {
    width: 50px;
    height: 50px;
    margin-left: 20px;
    display: inline-block;
    background-image: url(../img/icon.png);
    /* background-color: var(--color-primario); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    vertical-align: middle;
    margin-top: -5px;
    transition: .4s;
    transition-timing-function: ease-out;
    /* border: 5px solid #999; */
    border-radius: 100%;
    padding: 0px;
}

.logo:hover {
    transform: scale(1.2,1.2);
    padding: 0px;
}


.titulo {
    width: 120px;
    height: 50px;
    display: inline-block;
    margin-left: 0px;
    vertical-align: middle;
    margin-top: 5px;
}

.titulo h4 {
    text-align: center;
    font-family: "Black";
    font-size: 16px;
    color: #777;
}

.titulo h2 {
    text-align: center;
    font-family: "Black";
    font-size: 24px;
    margin-top: -13px;
    color: #777;
    padding-bottom: 10px;

}


.icono-buscar {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 25px;
    cursor: pointer;
    background-image: url(../img/search.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center center;
    transition: .3s;
    margin-right: 10px;
    margin-top: -5px;
}



.icono-buscar:hover {
    transform: scale(1.1, 1.1);
    transition: .3s;
}

.navbar-toggler {
    border: 0px;
    font-size: 30px;
    outline: none;
    width: 40px;
    height: 40px;
    position: relative;
}

.navbar-toggler:hover {
    color: #333;
    font-size: 40px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.texto-busqueda {
    text-align: center;
    font-size: 55px;
    font-family: "Black";
}

#linea-uno {
    width: 40px;
    height: 5px;
    position: absolute;
    top: 2px;
    left: 0px;
    border-radius: 5px;
}

#linea-dos {
    width: 40px;
    height: 5px;
    position: absolute;
    top: 17px;
    left: 0px;
    border-radius: 5px;
}

#linea-tres {
    width: 40px;
    height: 5px;
    position: absolute;
    top: 30px;
    left: 0px;
    border-radius: 5px;
}

.navbar-toggler div {
    background-color: #333;
}

.busqueda {
    width: 500px;
    height: 40px;
    background-color: #eee;
    display: block;
    margin-left: 0px;
    position: absolute;
    float: left;
    left: 250px;
    border-radius: 30px;
    top: 15px;


}



.busqueda select {
    width: 150px;
    height: 40px;
    border: none;
    outline: none;
    font-family: "Bold";
    font-size: 16px;
    color: var(--color-primario);
    background-color: #eee;
    padding-right: 10px;
    margin-right: 10px;
    margin-top: -10px;
    margin-left: -5px;
    padding-top: 1px;
}

.busqueda option {
    font-family: "Bold";
    padding: 10px !important;
}

.busqueda input {
    width: 300px;
    height: 41px;
    border: none;
    outline: none;
    font-family: "Bold";
    text-align: left;
    font-size: 18px;
    color: var(--color-primario);
    background-color: #eee;
    padding-right: 10px;
    border-radius: 0px;
    padding-left: 20px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    margin-top: 0px;
}

.busqueda button {
    width: 60px;
    height: 41px;
    border: none;
    outline: none;
    font-family: "Bold";
    font-size: 20px;
    color: #fff;
    margin-top: 0px;
    background-color: var(--color-primario);
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    position: absolute;
    float: right;
    margin-top: 0px;
    margin-left: -10px;
}

.busqueda button:hover {
    background-color: var(--color-hover);
}

.texto-categoria {
    text-align: center;
    margin-top: 30px;
    font-family: "Regular";
    font-size: 25px;
}

.btn-publicar {
    width: 120px;
    height: 41px;
    padding: 10px;
    background-color: var(--color-primario);
    font-size: 14px;
    font-family: "Bold";
    padding-top: 10px;
    transition: .3s;
    margin-top: -7px;
    top: 13px;
}

.btn-publicar:hover {
    background-color: #333;
}

.btn-publicar i {
    font-size: 14px;
}

/* BUSQUEDA ADMIN */

.busqueda-admin {
    width: 664px;
    height: 40px;
    background-color: var(--color-texto);
    display: block;
    margin-left: 0px;
    border-radius: 30px;
    margin-bottom: 30px;
    margin-top: -10px;
}

.busqueda-admin select {
    width: 150px;
    height: 40px;
    border: none;
    outline: none;
    font-family: "Bold";
    font-size: 16px;
    color: var(--color-primario);
    background-color: #fff;
    padding-right: 10px;
    margin-right: 0px;
    margin-top: -10px;
    margin-left: -5px;
    padding-top: 3px;
}

.busqueda-admin option {
    font-family: "Regular";
}

.busqueda-admin input {
    width: 300px;
    height: 40px;
    border: none;
    outline: none;
    font-family: "Bold";
    text-align: left;
    font-size: 20px;
    color: var(--color-primario);
    background-color: #fff;
    padding-right: 10px;
    border-radius: 0px;
    padding-left: 20px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    margin-top: 0px;
}

.busqueda-admin button {
    width: 60px;
    height: 42px;
    border: none;
    outline: none;
    font-family: "Bold";
    font-size: 20px;
    color: #fff;
    margin-top: 0px;
    background-color: var(--color-secundario);
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;

}

.busqueda-admin button:hover {
    background-color: #333;
}



/* GRID */
.grid-container {
    width: 60%;
    display: grid;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fill, minmax(15%, 1fr));
    grid-gap: 10px;
    margin-top: 20px;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.grid-item h2 {
    font-size: 14px;
    color: #777;
    text-align: center;
    font-family: "Bold";
    padding: 0px 10px;
}

.grid-item {
    background-color: hsl(0, 0%, 100%);
    padding: 10px 10px;
    font-size: 8px;
    color: #777;
    text-align: center;
    min-height: 80px;
    max-height: 80px;
    border-radius: 50px;
    box-shadow: 0px 10px 10px -12px rgba(0, 0, 0, 0.2);
    transition: .2s;

}

.grid-item img {
    width: 40px;
    height: auto;
}

.grid-item:hover {
    transform: scale(0.98, 0.98);
}

.linea {
    display: block;
    margin: 0 auto;
    
    border-top: 1px solid;
    border-image: linear-gradient(45deg, var(--color-primario), var(--color-secundario)) 1;
    background-color: var(--color-hover);
    width: 40%;
    margin-top: 30px;

}

.degradado {
    background: linear-gradient(to bottom, purple, orange);
}

.degradado h2 {
    color: #fff !important;
}

/* LISTA DE CONTENIDO */

.grid-container-lista {
    width: 100%;
    display: grid;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
    grid-gap: 2%;
    margin-top: 20px;
    /* background-color: #09F */
}

a {
    text-decoration: none;
    cursor: pointer;
}

.grid-item-lista h1 {
    font-size: 22px;
    color: #fff;
    font-family: "Black";
    position: relative;
    z-index: 1;
    padding: 20px 0px 0px 20px;
    text-align: left;
}

.grid-item-lista h3 {
    font-size: 18px;
    color: #fff;
    font-family: "Regular";
    position: relative;
    z-index: 1;
    padding: 0px;
    text-align: left;
    padding: 0px 20px 0px 20px;
}

.grid-item-lista {
    background-color: hsl(0, 0%, 100%);
    padding: 10px 10px;
    font-size: 8px;
    color: #777;
    text-align: center;
    min-height: 400px;
    max-height: auto;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: .2s;
    font-family: "Regular";
    position: relative;
}

.grid-item-lista img {
    width: 60px;
    height: auto;
}

.grid-item-lista:hover {
    transform: scale(1.02, 1.02);
}

.sombra-top {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .8), rgba(0, 0, 0, .5));
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 25px;
    z-index: 0;
}

.sombra-top-des {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .8), rgba(0, 0, 0, .5));
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 15px;
    z-index: 0;
}

.sombra-bottom {
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    position: absolute;
    bottom: 0px;
    left: 0;
    overflow: hidden;
    border-radius: 10px;
    z-index: 0;
}

.ubicacion-medida {
    margin-left: 0px;
    position: relative;
    z-index: 1;
    text-align: left;
    margin-top: 20px;
}

.ubicacion-medida img {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    text-align: left;
}

.ubicacion-medida h2 {
    display: inline-block;
    vertical-align: bottom;
    color: #fff;
    font-size: 14px;
    font-family: "Bold";
    text-align: left;
    margin-right: 15px;
}

.ubicacion-medida-des {
    margin-left: 0px;
    position: absolute;
    z-index: 1;
    text-align: left;
    margin-top: 0px;
    bottom: 5px;
}

.ubicacion-medida-des h2 {
    display: inline-block;
    vertical-align: bottom;
    color: #fff;
    font-size: 14px;
    font-family: "Bold";
    text-align: left;
}

.categoria {
    position: absolute;
    z-index: 1;
    width: 200px;
    height: 30px;
    background-color: rgb(255, 255, 255);
    right: 0px;
    bottom: 0px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 22px;
    overflow: hidden;
}

.categoria h1 {
    position: absolute;
    z-index: 1;
    right: 0px;
    bottom: 0px;
    color: var(--color-primario) !important;
    font-size: 14px !important;
    padding-left: 15px;
    padding-top: 8px;
    text-shadow: none !important;
}

.categoria-des {
    position: absolute;
    z-index: 1;
    width: 200px;
    height: 30px;
    background-color: rgb(255, 255, 255);
    right: 0px;
    bottom: 0px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 14px;
    overflow: hidden;
    margin-top: 20px !important;
}

.categoria-des h1 {
    position: absolute;
    z-index: 1;
    right: 0px;
    bottom: 0px;
    color: var(--color-primario) !important;
    font-size: 12px !important;
    padding-left: 15px;
    padding-top: 8px;
    text-shadow: none !important;
}

.like {
    position: absolute;
    z-index: 990;
    height: 45px;
    width: 85px;
    overflow: hidden;
    transition: .3s;
    cursor: pointer;
    /* left: 15px; */
    /* bottom: 10px; */

    top: 10px;
    right: 10px;
    border-radius: 25px;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, .1);
}

.like-pos {
    position: relative;
    margin-top: 20px !important;
    left: 0px;
    bottom: 0px;
}


.like-pos:hover {
    position: relative;
}

.like:hover {
    transform: scale(1.05, 1.05);
    cursor: pointer;
}

.unlike {
    /* width: 53px; */
    margin: 10px;
    background-color: var(--color-secundario);

}

.unlike img {
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
    margin: 0 auto;
    margin-top: 5px;
}

.unlike h4 {
    display: block;
    text-align: center;
    font-size: 10px;
    font-family: "Bold";
    color: var(--color-texto);
    /* padding-top: 12px; */
}

.ilike {
    /* width: 53px; */
    margin: 10px;
    background-color: var(--color-primario);
    transform: scale(1.2, 1.2);

}

.ilike img {
    display: block;
    width: 28px;
    height: 28px;
    text-align: center;
    margin: 0 auto;
    margin-top: 2px;
}

.ilike h4 {
    display: block;
    text-align: center;
    font-size: 10px;
    font-family: "Bold";
    color: var(--color-texto);
}

.categoria h1 {
    position: absolute;
    z-index: 1;
    right: 0px;
    bottom: 0px;
    color: var(--color-primario) !important;
    font-size: 14px !important;
    padding-left: 15px;
    padding-top: 8px;
}

.contactar {
    padding-top: 10px;
    position: relative;
    font-family: "Bold";
}

.contactar .botones-contacto {
    background-color: var(--color-primario);
    /* vertical-align: middle; */
    font-family: "Bold" !important;
    border-radius: 20px;
    transition: .3s;
    padding: 10px;
    margin-left: 10px;
    width: auto;
    height: 40px;
    margin-bottom: 30px;
    position: relative;
    z-index: 990;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, .2);
}

.contactar .botones-contacto:hover {
    background-color: var(--color-hover) !important;
}

.contactar img {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    text-align: left;
}

.contactar h2 {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    font-family: "Bold";
    text-align: left;
    margin-right: 15px;
}

#busca {
    background-color: rgba(33, 37, 41, 0);
    padding: 20px 0px;
    z-index: 999;
}


/* SECCION PUBLICAR */
.publicar {
    background-color: var(--color-tercero) !important;
    border-radius: 20px;
    padding-top: 50px;
}

.publicar i {
    color: var(--color-primario);
    text-align: center;
    font-size: 80px;
    display: block;
    margin: 0 auto;
}

.publicar h1 {
    font-family: "Black";
    color: var(--color-primario);
    text-align: center;
    font-size: 30px !important;
    text-shadow: none !important;
}

.publicar h2 {
    font-family: "Regular";
    color: var(--color-titulo);
    text-align: center;
    font-size: 18px;
}


.publicar-anuncio {
    background-color: var(--color-tercero) !important;
    border-radius: 20px;
    padding: 10px;
    padding-top: 50px;

}

.publicar-anuncio i {
    color: var(--color-primario);
    text-align: center;
    font-size: 80px;
    display: block;
    margin: 0 auto;
}

.img-titulo {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    position: absolute;
}

.img-abajo-titulo {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    right: -10px;

}

.iconos-insertar {
    position: relative;
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
}

.publicar-anuncio h1 {
    font-family: "Black";
    color: var(--color-primario);
    text-align: center;
    font-size: 30px !important;
    text-shadow: none !important;
}

.publicar-anuncio h2 {
    font-family: "Regular";
    color: var(--color-titulo);
    text-align: center;
    font-size: 18px;
}

.pasos {
    width: 265px;
    height: 40px;
    display: block;
    margin: 0 auto;
    position: relative;
    margin-top: 30px;
}

.pasos div {
    font-family: "Black";
    color: var(--color-primario);
    font-size: 20px;
    display: inline-block;
    background-color: var(--color-texto);
    width: 40px;
    height: 40px;
    padding-top: 6px;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.pasos #linea-paso {
    width: 240px;
    height: 5px;
    background-color: #fff;
    border-radius: 0px;
    position: absolute;
    top: 18px;
    left: 10px;
    z-index: 0;
}

.pasos .activo-pp {
    background-color: var(--color-secundario);
}

.activo-p {
    display: flex;
}

.oculto-p {
    display: none;
}

.formulario {
    position: relative;
}

.formulario label {
    font-family: "Black";
    color: var(--color-titulo);

}

.formulario input {
    font-family: "Regular";
}

.formulario textarea {
    font-family: "Regular";
    border-radius: 15px;
}

.formulario select {
    font-family: "Regular";
}

.boton-siguiente {
    width: 150px;
    padding: 15px;
    height: auto;
    background-color: var(--color-secundario);
    color: var(--color-primario);
    text-align: center;
    font-family: "Bold";
    border-radius: 50px;
    font-size: 20px;
    cursor: pointer;
    margin-top: 20px;
    transition: .3s;
    display: block;
}

.boton-siguiente:hover {
    background-color: var(--color-hover);
}


.boton-atras {
    width: 150px;
    padding: 15px;
    height: auto;
    background-color: var(--color-primario);
    color: #fff;
    text-align: center;
    font-family: "Bold";
    border-radius: 50px;
    font-size: 20px;
    cursor: pointer;
    margin-top: 20px;
    transition: .3s;
    display: block;
    margin-right: 50px;
}

.boton-atras:hover {
    background-color: var(--color-hover);
}

.boton-registrar {
    width: 150px;
    height: auto;
    color: purple;
    text-align: center;
    font-family: "Bold";
    border-radius: 50px;
    font-size: 20px;
    cursor: pointer;
    margin-top: 20px;
    transition: .3s;
    display: block;
}

.boton-registrar button {
    width: 150px;
    padding: 15px;
    height: auto;
    background-color: var(--color-secundario);
    color: var(--color-primario);
    text-align: center;
    font-family: "Bold";
    border-radius: 50px;
    font-size: 20px;
    cursor: pointer;
    transition: .3s;
    display: block;
    border: 0;
}

.boton-registrar button:hover {
    background-color: var(--color-hover);
}

.contenido-datos {
    /* background-color: rgba(0, 0, 0, .1); */
    padding: 10px;
    border-radius: 15px;
}

.titulo-contenido {
    text-align: left !important;
    font-family: "Thin" !important;
    margin-bottom: 0px;
    font-size: 30px !important;
}

.titulo-contenido span {
    text-align: left !important;
    font-family: "Bold" !important;
    margin-bottom: 0px;
    font-size: 30px !important;
}


/* CARGA DE IMAGEMNES */

.container-input {
    text-align: center;
    padding: 0px;
    border-radius: 6px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0px;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile+label {
    width: 100%;
    max-width: 100%;
    font-size: 10px;
    font-family: "Bold";
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 10px 20px;
    border-radius: 0px;
    position: absolute;
    z-index: 99;
    margin-top: 10px;
}

.inputfile+label img {
    width: 30px;
    height: auto;
    display: block;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    font-size: 30px;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: var(--color-texto-secundario);
    padding: 10px;
    transition: .3s;

}

.inputfile+label img:hover {
    transform: scale(1.2, 1.2);
}

.inputfile+label h4 {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    font-size: 0px;
    color: var(--color-hover);
    margin-top: 10px;

}

.inputfile-1+label {
    color: #fff;
    /* background-color: var(--color-primario);     */
    width: 50%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 50px;
    left: 25%;
    top: calc(50% - 45px);
}



.imagen-fondo-p {
    position: relative;
    z-index: 0;
    width: 100%;
    height: auto;
    border-radius: 15px;
    max-height: 500px;
    overflow: clip;
}

.imagen-fondo {
    position: relative;
    z-index: 0;
    width: 100%;
    height: auto;
    border-radius: 15px;
    max-height: auto;
    min-height: 120px;
    overflow: clip;
}

.notificacion {
    width: 50%;
    height: auto;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    padding: 10px 0px;
    display: none;
}


.notificacion h1 {
    text-align: center;
    font-size: 18px;
    font-family: "Bold";
    color: #fff;
}

.notificacion i {
    text-align: center;
    font-size: 30px;
    display: block;
    margin: 0 auto;
    color: #fff;
}

.exito {
    background-color: rgb(19, 230, 160);
}

.error {
    background-color: rgb(237, 68, 93);
}





.btn-close {
    color: #777;
    font-size: 28px;
    outline: none;
}

.btn-close:focus {
    box-shadow: none;
}

.menu-item img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.menu-item h3 {
    width: 80%;
    color: var(--color-hover);
    font-family: "Bold";
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    margin-top: 20px;
}

.menu-item h2 {
    width: 80%;
    color: var(--color-hover);
    font-family: "Regular";
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
}

.nav {
    position: absolute;
    right: 100px !important;
}

.nav-link {
    width: auto;
    color: #777;
    font-family: "Bold";
    text-align: left;
    font-size: 15px;
    /* background-color: var(--color-secundario); */
    padding: 10px 20px;
    margin-bottom: 0px;
}

.nav-link:hover {
    color: var(--color-primario);
}

.btn-personalizado {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 190px;
    border-radius: 10px;
    font-family: "Bold";
    font-size: 15px;
    padding: 10px;
    background-color: var(--color-primario);
    transition: .5s;
}

.btn-personalizado:hover {
    background-color: var(--color-hover);
}

.mis-anuncios {
    color: var(--color-primario);
    font-family: "Bold";
    border-radius: 20px;
    background-color: var(--color-tercero);
    padding: 20px;
}

.anun {
    background-color: var(--color-texto-secundario);
    border-radius: 15px;
    margin-bottom: 20px;
}

.anun-obs {
    background-color: var(--color-con-observacion);
    border-radius: 15px;
    margin-bottom: 20px;
}

.item-anuncio {
    padding: 40px;
    position: relative;
}

.item-anuncio h2 {
    font-size: 20px;
    color: var(--color-hover);
}

.item-anuncio h2 span {
    font-size: 20px;
    font-family: "Bold";

}

.item-anuncio h3 {
    font-size: 18px;
    font-family: "Regular";
    color: var(--color-hover);
}

.item-anuncio h4 {
    font-size: 14px;
    color: var(--color-hover);
}

.item-anuncio h4 span {
    font-size: 14px;
    font-family: "Regular";
}

.item-anuncio #tipo {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #fff;
    top: 0px;
    left: 0px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 50px;
}

.item-anuncio div img {
    width: 40px;
    height: 40px;
    padding: 5px;
}

.login-form {
    border-radius: 15px;
    background-color: var(--color-tercero);
    padding: 0px 20px;
}

.login-form h1 {
    text-align: left;
    color: var(--color-primario);
    font-size: 28px;
    font-family: "Bold";
}

.login-form h2 {
    text-align: left;
    color: var(--color-hover);
    font-size: 18px;
    font-family: "Regular";
}

#circulo-login {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    background-color: orange;
    border-radius: 100%;
}

.mis-anuncios-fondo {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* border-radius: 15px; */
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}


.pop-up {
    border-bottom: 0px;
    margin-top: 50px;
    border-radius: 15px;
}


.pop-up h5 {
    color: #333;
}

.modal-close {
    width: 25px;
    height: 25px;
    font-size: 20px;
    background-color: #eee;
    border-radius: 100%;
}

.modal-footer {
    display: block;
    border-top: 0px;

}

.triangulo-mi {
    width: 0;
    height: 0;
    border-top: 50px solid var(--color-secundario);
    border-right: 50px solid transparent;
    position: relative;
    float: right;
    margin-right: -20px;
    margin-top: -10px;
    top: 0px;
}

.triangulo-si {
    width: 0;
    height: 0;
    border-top: 50px solid var(--color-primario);
    border-left: 50px solid transparent;
    position: relative;
    float: left;
    margin-left: -20px;
    margin-top: -10px;
    top: 0px;
}

.mensajes-mios {
    background-color: var(--color-secundario);
    padding: 10px;
    border-radius: 15px;
    width: 80%;
    display: block;
    position: relative;
    float: right;
    margin-bottom: 10px;
}

.mensajes-mios h4 {
    color: #333;
    text-align: right;
    font-size: 16px;
    font-family: "Bold";
}

.mensajes-mios h5 {
    color: #333;
    text-align: right;
    font-size: 10px;
    font-family: "Bold";
}


.mensajes-sis {
    background-color: var(--color-primario);
    padding: 10px;
    border-radius: 15px;
    width: 80%;
    display: block;
    position: relative;
    float: left;
    margin-bottom: 10px;
}

.mensajes-sis h4 {
    color: #fff;
    text-align: left;
    font-size: 16px;
    font-family: "Bold";
}

.mensajes-sis h5 {
    color: #fff;
    text-align: left;
    font-size: 10px;
    font-family: "Bold";
}

.mensajes-vacio {
    display: block;
    margin: 0 auto;
    width: 90%;
    height: 120px;
}

.mensajes-vacio h1 {
    color: #333;
    text-align: center;
    font-size: 20px;
}

.mensajes-vacio i {
    display: block;
    margin: 0 auto;
    color: var(--color-primario);
    text-align: center;
    font-size: 70px;
    margin-bottom: 10px;
}

.campo-enviar {
    width: 100%;
    border: 1px solid #333;
    border-radius: 15px;
    background-color: var(--color-texto-secundario);
}

.campo-enviar textarea {
    display: inline-block;
    width: 79%;
    vertical-align: middle;
    border: 0px;
    outline: none;
    font-family: "Regular";
    border-radius: 15px;
    resize: none;
    font-size: 16px;
    background-color: transparent;
}

.campo-enviar textarea:hover {
    border: 0px;
    outline: none !important;
    background-color: transparent;
}

.campo-enviar textarea:focus {
    border: 0px;
    outline: none !important;
    box-shadow: none;
    background-color: transparent;
}

.campo-enviar button {
    /* display: inline-block; */
    width: 20%;
    padding: 0px;
    margin: 0px;
    vertical-align: middle;
    height: 70px;
    border-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    float: right;
}

.cargaObs {
    max-height: 400px;
    overflow-y: auto;
}

.cargaObsGes {
    max-height: 300px;
    border-radius: 15px;
    background-color: #333;
    scrollbar-color: rgba(0, 0, 0, .5) rgba(0, 0, 0, 0);
    scrollbar-width: thin;
}

/* Tamaño del scroll */
.cargaObsGes::-webkit-scrollbar {
    width: 8px;
    height: 50px;
}

/* Estilos barra (thumb) de scroll */
.cargaObsGes::-webkit-scrollbar-thumb {
    background: rgba(68, 67, 66, 0.99);
    border-radius: 4px;
}

.cargaObsGes::-webkit-scrollbar-thumb:active {
    background-color: #d07c0e;
}

.cargaObsGes::-webkit-scrollbar-thumb:hover {
    background: orange;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* Estilos track de scroll */
.cargaObsGes::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 4px;
}

.cargaObsGes::-webkit-scrollbar-track:hover,
.cargaObsGes::-webkit-scrollbar-track:active {
    background: transparent;
}


.item-bien {
    padding: 20px;
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
}

.bien-view {
    background-color: #eee;
    padding: 20px;
    border-radius: 25px;
    min-height: 460px;
    position: relative;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    transition: .25s ease-in;
}

.bien-view-des {
    padding: 20px;
    border-radius: 15px;
    min-height: 150px !important;
    position: relative;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    transition: .25s ease-in;
}

.bien-view-des h1 {
    position: relative;
    z-index: 1;
    font-size: 16px;
    color: #fff;
    font-family: "Bold";
}

.bien-view-des h3 {
    position: relative;
    z-index: 1;
    font-size: 15px;
    color: #fff;
}




.bien-view-des:hover {
    padding: 20px;
    position: relative;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    transform: scale(1.01, 1.01);
}


.bien-view:hover {
    background-color: #eee;
    padding: 20px;
    position: relative;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    transform: scale(1.01, 1.01);
}

.bien-view h1 {
    position: relative;
    z-index: 1;
    color: #fff;
    font-family: "Bold";
    font-size: 22px;
    text-shadow: 2px 2px #333;
}

.bien-view h3 {
    position: relative;
    z-index: 1;
    color: #fff;
    font-family: "Regular";
    font-size: 16px;
    text-shadow: 2px 2px #333;
}


.cargaBienes a {
    background-color: transparent;
    padding: 0;
    margin: 0;
}

.sin-resultados {
    display: block;
    width: 60%;
    height: auto;
    margin: 0 auto;
    margin-top: 80px;
}

.sin-resultados img {
    width: 300px;
    height: auto;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.sin-resultados h1 {
    text-align: center;
    font-family: "Bold";
    font-size: 25px;
    margin-top: 15px;
    color: var(--color-secundario);
}

.sin-resultados h2 {
    text-align: center;
    font-family: "Regular";
    font-size: 16px;
    margin-top: 5px;
    color: var(--color-primario);
}

.sin-anuncios img {
    width: auto;
    height: 250px;
}

.contenido-login {
    border-radius: 15px;
    /* background-image: url(../img/portada.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 485px;
    height: auto;
    margin-top: 8px;
    /* background-image: linear-gradient(160deg, #9f10b1 0%, #db9316 100%); */
    background-color: var(--color-tercero);
    padding: 60px 30px !important;

}

.contenido-login h1 {
    color: var(--color-secundario);
    font-size: 28px;
    font-family: "Bold";
    text-align: left;
    /* text-shadow: 1px 1px 2px black; */

}

.contenido-login h2 {
    color: var(--color-titulo);
    font-size: 18px;
    font-family: "Bold";
    text-align: left;
    /* text-shadow: 1px 1px 2px black; */
    width: 100%;
    margin: 0 auto;
}

.illustracion-login img {
    width: 300px;
    height: auto;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.buscar-icon {
    display: none;
}

.offcanvas-header {
    margin-top: -10px;
    position: relative;
    z-index: 9999;
}

.offcanvas-body {
    margin-top: -30px;
}

.opciones-admin {
    width: 350px;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 15px;
    padding: 10px;
    padding-top: 20px;
    cursor: pointer;

}

.opciones-admin h1 {
    text-align: center;
    font-family: "Bold";
    color: #fff;
    font-size: 16px;
    padding-top: 10px;

}

.publicado {
    background-color: purple;
    border-radius: 0px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    transition: .3s;
}

.publicado:hover {
    background-color: #333;
}

.sin-publicar {
    background-color: orange;
    border-radius: 0px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    transition: .3s;
}

.sin-publicar:hover {
    background-color: #333;
}

.page-item {
    width: 26px;
    height: 26px;
    margin-left: 5px;

}

.page-link {
    color: var(--color-primario);
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
    border-radius: 20px;
    padding: 0px;
    padding-top: 0px;
    display: inherit !important;
}

.page-item.active .page-link {
    background-color: var(--color-primario);
    border: 2px solid var(--color-primario);
    border-radius: 20px !important;
    font-family: "Bold";
}

.page-item:last-child {
    border-radius: 20px !important;
}

.pagination-sm .page-item:last-child {
    border-radius: 20px !important;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.pagination-sm .page-link {
    padding: 0px 5px;
    padding-bottom: 5px;
    text-align: center !important;
}

.bien-cabecera {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: auto;
    min-height: 300px;
    background-color: var(--color-primario);
    position: relative;
}

.sombra-bien-cabecera {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .8), rgba(0, 0, 0, .06));
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    z-index: 0;
}

.bien-cabecera h1 {
    font-size: 30px;
    font-family: "Bold";
    color: #fff;
    text-shadow: 1px 2px 2px #333;
    padding-top: 20px;
    position: relative;
    z-index: 2;
}

.bien-cabecera h2 {
    font-size: 20px;
    font-family: "Regular";
    color: #fff;
    text-shadow: 1px 2px 2px #333;
    position: relative;
    z-index: 2;
}

.bien-cuerpo {
    background-color: #eee;
    position: relative;
}


.bien-cuerpo h3 {
    font-size: 22px;
    font-family: "Bold";
    color: #333;
    /* text-shadow: 1px 2px 2px #333; */
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 0px;
    color: var(--color-primario);
}

.bien-cuerpo h4 {
    font-size: 18px;
    font-family: "Bold";
    color: #777;
    /* text-shadow: 1px 2px 2px #333; */
    padding-left: 10px;
    padding-top: 0px;
}

.bien-cuerpo h5 {
    font-size: 28px;
    font-family: "Regular";
    color: #999;
    padding-left: 10px;
    padding-top: 0px;
}

.linea-b {
    position: relative;

}


.linea-borde {
    width: 1px;
    height: 40px;
    background-color: #999;
    position: absolute;
    top: 10px;
    right: 0px;
}

.linea-borde-s {
    width: 1px;
    height: 40px;
    background-color: #999;
    position: absolute;
    top: 10px;
    right: 0px;
}

.si-cuenta {
    color: rgb(12, 139, 12);
}

.espaciado {
    padding-top: 10px;
    padding-bottom: 20px;
}

.card {
    background-color: transparent;
    border: 0px;
}

.card-img-top {
    margin-top: 10px;

}

.modal.show .modal-dialog {
    transform: none;
    margin-top: 0px;
}


.fb {
    background-color: #4267b2;
    padding: 10px 25px;
    color: #fff;
    border-radius: 30px;
    font-family: "Bold";
    transition: .3s;
}

.fb:hover {
    color: #fff;
    background-color: #2e4d89;
}

.wp {
    background-color: #2cd271;
    padding: 10px 25px;
    color: #fff;
    border-radius: 30px;
    font-family: "Bold";
    transition: .3s;
}

.wp:hover {
    color: #fff;
    background-color: #1e9650;
}

.insta {
    background: rgb(79, 96, 210);
    background: linear-gradient(45deg, rgba(79, 96, 210, 1) 3%, rgba(208, 47, 143, 1) 44%, rgba(249, 161, 61, 1) 100%);
    padding: 10px 25px;
    color: #fff;
    border-radius: 30px;
    font-family: "Bold";
    transition: .3s;
}

.insta:hover {
    color: #fff;
    background: rgb(79, 96, 210);
    background: linear-gradient(45deg, rgba(79, 96, 210, 1) 3%, rgba(187, 20, 120, 1) 44%, rgba(249, 161, 61, 1) 100%);
}

.yt {
    background: #ff0000;
    padding: 10px 25px;
    color: #fff;
    border-radius: 30px;
    font-family: "Bold";
    transition: .3s;
}

.yt:hover {
    color: #fff;
    background: #8c0c0c;
}



.bien-ultimo {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.bien-inicio {
    margin-top: 80px;
    padding: 20px;
    position: relative;
}

.bien-vistas {
    width: 250px;
    height: auto;
    min-height: 30px;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 40px;
    padding: 0px 10px;
    margin-top: 10px;
    position: relative;
    z-index: 99;
}

.bien-vistas h1 {
    font-size: 13px;
    font-family: "Bold";
    text-shadow: none;
    color: #333;
    padding: 10px;
}

.btn-cerrar-galeria {
    color: #fff !important;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #999;
    border-radius: 100%;
}

.modal-login {
    font-family: "Bold";
    border-radius: 15px !important;
}


.btn-cerrar-modal {
    width: 25px;
    height: 25px;
    font-size: 20px;
}

.modal-content {
    border-radius: 15px;
}

.btn-iniciar-login {
    width: 200px;
    height: auto;
    background-color: var(--color-primario);
    color: #fff;
    font-size: 14px;
    border-radius: 30px;
    padding: 15px 10px;
    transition: .3s;
}

.btn-iniciar-login:hover {
    background-color: #333;
    color: #fff;
}

.inicie-sesion img {
    width: 300px;
    height: auto;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.inicie-sesion h1 {
    font-size: 18px;
    text-align: center;
    width: 80%;
    display: block;
    margin: 0 auto;
    padding-top: 10px;
}

.btn-contacta {
    width: 50px;
}

.contenido-gestionar {
    border-radius: 15px;
    background-color: var(--color-texto-secundario);
    padding: 20px;
}

.contenido-gestionar h1 {
    text-align: left;
    font-size: 30px;
    font-family: "Bold";
    color: var(--color-primario);
}

.contenido-gestionar h2 {
    text-align: left;
    font-size: 16px;
    font-family: "Bold";
    color: var(--color-hover);
}

.form-ges {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #fff;
}

.campo-enviar {
    border: 1px solid #fff;
    border-radius: 10px;
}

.vacio-obs {
    display: block;
    margin: 0 auto;
    width: 90%;
    height: auto;
}

.vacio-obs h1 {
    font-family: "Bold";
    color: #fff;
    font-size: 15px;
    text-align: center;
}

.vacio-obs i {
    color: #fff;
    font-size: 35px;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.foto-perfil {
    width: 100px !important;
    height: 100px !important;
    border-radius: 100%;
    left: calc(50% - 50px) !important;
    top: calc(50% - 67px) !important;
    padding: 0px !important;
    background-color: rgb(255, 255, 255, 0) !important;
    transition: .3s;
}

.foto-logo {
    width: 100px !important;
    height: 100px !important;
    border-radius: 100% !important;
    left: calc(50% - 50px) !important;
    top: calc(50% - 67px) !important;
    padding: 0px !important;
    background-color: rgb(255, 255, 255, 0) !important;
    background-color: #2cd271;
}

.foto-logo:hover {
    width: 100px !important;
    height: 100px !important;
    border-radius: 100%;
    border: 5px solid var(--color-primario);
    transition: .1s;
}

.foto-perfil i {
    color: #333 !important;
    font-size: 30px !important;
    vertical-align: middle !important;
}

.fondo-foto-perfil {
    width: 100px !important;
    height: 100px !important;
    border-radius: 100%;
}

.foto-perfil:hover {
    width: 100px !important;
    height: 100px !important;
    border-radius: 100%;
    border: 5px solid var(--color-primario);
    transition: .3s;

}

@supports(object-fit: cover) {
    .fondo-foto-perfil {
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
}

.verifica-email-contenido {
    position: relative;
}

.verifica-email {
    width: 30px;
    height: 30px;

    border-radius: 100%;
    position: absolute;
    top: 37px;
    right: 8px;
}

.verifica-nombre {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    top: 37px;
    right: 8px;
}

.verifica-pass-uno-contenido {
    position: relative;
}

.verifica-pass-uno {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    top: 37px;
    right: 8px;

}

.verifica-pass-dos-contenido {
    position: relative;
}

.verifica-pass-dos {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    top: 37px;
    right: 8px;
}


.correcto-mail {
    background-image: url(../img/correcto.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    background-color: #1e9650;
}

.incorrecto-mail {
    background-image: url(../img/incorrecto.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    background-color: #db4444;
}

.contenido-login-datos {
    border-radius: 15px;
    background-color: var(--color-tercero);
    padding: 0px 10px;
}

.verificar-cuenta {
    padding: 20px;
    max-height: 400px !important;
    /* background-color: rgb(128, 102, 0); */
}

.verificar-cuenta h1 {
    text-align: left;
    color: var(--color-primario);
    font-size: 40px;
    font-family: "Bold";
}

.verificar-cuenta h2 {
    text-align: left;
    color: var(--color-hover);
    font-size: 18px;
    font-family: "Regular";
}

.mensaje-error h2 {
    font-size: 12px;
    font-family: "Black";
    color: var(--color-secundario);
    text-align: left;
}

.foto-perfil-menu {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    background-color: #2e4d89;
    border-radius: 100%;
}

.foto-perfil-menu-interes {
    margin-top: 15px;
    margin-left: 15px;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 100%;
}

.cuerpo {
    min-height: calc(100vh - 200px);
    height: auto;
    margin-top: 100px;
}

.cuerpo-sin {
    min-height: calc(100vh - 200px);
    height: auto;
    margin-top: 100px;
    margin-bottom: 70px;
}


.footer {
    border-top: 3px solid;
    border-image: linear-gradient(45deg, var(--color-primario), var(--color-secundario)) 1;
    background-color: var(--color-hover);
}

.footer-contenido {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    padding-top: 20px;

}

.footer-contenido p {
    color: var(--color-primario);
    text-align: center !important;
    font-family: "Regular";
    font-size: 15px;
}

.footer-contenido ul li a {
    color: var(--color-secundario);
    text-align: center !important;
    font-family: "Regular";
    font-size: 25px;
}

.footer-contenido ul li a:hover {
    color: var(--color-primario);
    text-align: center !important;
    font-family: "Regular";
    font-size: 25px;
}


.abs-center {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent !important;
}

.list-group-item {
    background-color: transparent !important;
    border: 0px;
    font-size: 25px;
    color: #fff;
}

.contenido-inicio-session {
    background-color: var(--color-tercero);
    padding: 10px;
    border-radius: 15px;
    min-height: 437px;
    margin-left: 10px;
}

.enlaces {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
    font-family: "Regular";
    color: var(--color-secundario);
    padding-top: 10px;
}

.enlaces a {
    font-size: 14px;
    color: var(--color-secundario);
    font-family: "Bold";
}

.enlaces a:hover {
    color: var(--color-hover)
}

.borde-top-perzonalizado {
    display: block;
    width: 100%;
    height: 0px;
    background-color: var(--color-secundario);
    margin: 10px 0px;
}

.otro-usuario {
    background-color: transparent;
    border: 0px;
    font-size: 14px;
    color: orange;
    font-family: "Bold";
}

.otro-usuario:hover {
    color: rgb(255, 255, 255);
}


.captcha {
    width: 100%;
    height: 30px;
    margin-top: 10px;
    border-radius: 10px;

}

.captcha img {
    width: 100px;
    height: 30px;
    border-radius: 15px;
    display: block;
}

.captcha h4 {
    padding-top: 5px;
    display: block;
    color: var(--color-hover);
    font-family: "Regular";
    font-size: 15px;
}

.avisos {
    background-color: var(--color-secundario);
    border-radius: 15px;
    padding: 10px 30px;
    padding-top: 20px;
    margin-bottom: 20px;
}


.avisos h2 {
    font-size: 15px;
}

.cuenta {
    margin-top: -20px;
}


.cuenta div {
    background-color: var(--color-tercero);
    min-height: 250px;
    border-radius: 25px;
    padding: 20px;
    padding-top: 40px;
    transition: .3s;
    cursor: pointer;
}

.cuenta div:hover {
    background-color: var(--color-tercero);
    min-height: 250px;
    border-radius: 25px;
    padding: 20px;
    padding-top: 40px;
    transition: .3s;
    transform: scale(1.0, 1.0);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.cuenta div h1 {
    font-family: "Bold";
    font-size: 28px;
    color: var(--color-primario);
    text-align: center;
}

.cuenta div p {
    font-family: "Regular";
    font-size: 18px;
    color: var(--color-primario);
    text-align: center;
}

.cuenta div i {
    font-size: 30px;
    color: var(--color-primario);
    text-align: center;
    display: block;
}

.cuenta div img {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 80px;
    height: 80px;
}


.cuenta-user {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-right: 20px;
    transition: .3s;
}

.cuenta-user:hover {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-right: 20px;
}

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

.item-anun {
    margin-top: 30px !important;
}

.acceso-publicar i {
    text-align: left !important;
    margin-bottom: 20px;
    margin-top: 20px;
}


.acceso-publicar h1 {
    text-align: left !important;
    color: var(--color-texto);
}

.acceso-publicar h2 {
    text-align: left !important;
}

.menu-slide {
    display: block;
    margin: 0 auto;
    width: 100%;
}


.menu-slide a {
    text-align: center;
    width: 250px;
    margin: 0 auto;
    height: auto;
    background-color: var(--color-tercero);
    padding: 10px;
    border-radius: 30px;
    margin-bottom: 20px;
    transition: .3s;
}

.menu-slide a:hover {
    background-color: var(--color-texto-secundario);
}

.menu-slide-salir {
    width: 250px;
    margin: 0 auto;
    height: auto;
    background-color: var(--color-secundario);
    padding: 10px;
    border-radius: 30px;
    margin-bottom: 20px;
    font-family: "Bold";
    border: 0;
    color: var(--color-titulo);
    transition: .3s;
}

.menu-slide-salir:hover {
    background-color: var(--color-primario);
}


.acceso-publicar {
    background-color: var(--color-primario) !important;
}

.acceso-publicar i {
    color: var(--color-texto) !important;
}

.acceso-publicar h1 {
    color: var(--color-texto) !important;
}

.acceso-publicar h2 {
    color: #fff;
}

.indicadores {
    border-radius: 30px;
    border: 1px solid var(--color-hover);
    transition: .3s;
    position: relative;
}

.indicadores:hover {
    border-radius: 30px;
    border: 1px solid var(--color-primario);
    transform: scale(1.03, 1.03);
    color: var(--color-primario);
}

.nota {
    background-color: var(--color-primario);
    color: var(--color-hover);
    border-radius: 10px;
}

.nota h2 {
    font-size: 14px !important;
    font-family: "Bold";
    padding: 10px;
}

.lista-interesados {
    width: 100%;
    height: 70px;
    border-radius: 10px;
    background-color: var(--color-secundario);
}

.lista-interesados div {
    display: inline-block;
    vertical-align: middle;
    margin: 8px;
    margin-top: 5px;


}

.lista-interesados h1 {
    display: inline-block;
    vertical-align: baseline;
    font-size: 20px;
    color: #333;
    margin-top: 25px;

}

.inte-box {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: auto;
}

.item-inte {
    width: 60px;
    height: 40px;
    background-color: var(--color-primario);
    border-radius: 5px;
    text-align: center;
    padding-top: 3px;
    font-family: "Bold";
    color: #fff;
    transition: .3s;
    font-size: 25px;
}

.item-inte:hover {
    background-color: var(--color-hover);
}

.cantidad-pop {
    width: auto;
    min-width: 30px;
    height: auto;
    min-height: 30px;
    background-color: var(--color-primario);
    font-family: "Bold";
    font-size: 20px;
    color: var(--color-tercero);
    padding: 0px;
    position: absolute;
    border-radius: 30px;
    top: -10px;
    right: -5px;
}

.estadistica i {
    font-size: 40px !important;
    color: var(--color-primario);
    text-align: left !important;
    padding-bottom: 10px;
}

.estadistica h1 {
    font-size: 80px !important;
    font-family: "Thin" !important;
    color: var(--color-titulo) !important;
    text-align: left !important;
}

.estadistica h4 {
    font-size: 20px;
    font-family: "Bold";
    color: var(--color-primario);
}

#notificaciones-contenido {
    display: none;
}

.noti-btn {
    position: relative;
}

.cantidad-notificaciones {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #db4444 !important;
    position: absolute;
    z-index: 99;
    top: 0px;
    left: 40px;
    overflow: initial;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-family: "Bold";
    padding-top: 3px !important;
}

.cantidad-notificaciones-btn {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #db4444;
    position: absolute;
    z-index: 99;
    top:-10px;
    right: 60px;
    overflow: initial;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-family: "Bold";
    padding-top: 5px;
}

.cantidad-notificaciones-anun {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #db4444;
    position: absolute;
    z-index: 99;
    top: -5px;
    right: -10px;
    overflow: initial;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-family: "Bold";
    padding-top: 5px;
}

.notificaciones h1 {
    font-size: 20px;
    font-family: "Bold";
    color: var(--color-titulo);
    text-align: left;
}



.notificaciones {
    width: 100% !important;
    display: block;
    margin: 0 auto;
    padding-top: 0px;
    padding: 10px;
}

.notificaciones a {
    margin: 0px !important;
    padding: 0px !important;
    margin-bottom: 10px !important;
}

.notificaciones a li {
    width: 100% !important;
    height: auto;
    min-height: 70px;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    border-radius: 10px;
    position: relative;
}

.notificaciones a li:hover {
    background-color: var(--color-tercero);
}

.notificaciones a li div {
    display: inline-block;
    vertical-align: middle;
}

.notificaciones a li div img {
    width: 50px;
    height: 50px;
    background-color: var(--color-primario);
    border-radius: 100%;
    margin: 3px;
    padding: 8px;
    position: relative;
    left: 3px;
}

.notificaciones a li div h2 {
    font-size: 16px;
    font-family: "Bold";
    margin-top: 10px;
    color: var(--color-primario);
    text-align: left;

}

.notificaciones a li div h3 {
    font-size: 14px;
    font-family: "Regular";
    margin-top: -8px;
    text-align: left;

}

.notificaciones a li div h4 {
    
        font-size: 12px;
        font-family: "Bold";
        color: var(--color-hover);
        padding-left: 0px;
        margin-top: -8px;
        text-align: left;

}

.sin-notificaciones {
    width: 100%;
    height: auto;
}

.sin-notificaciones img {
    width: 250px;
    height: auto;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.sin-notificaciones h1 {
    text-align: center;
    font-size: 25px;
    font-family: "Bold";
    margin-top: 10px;
    color: var(--color-primario);
}

.sin-notificaciones h2 {
    text-align: center;
    font-size: 18px;
    font-family: "Regular";
    margin-top: 10px;
    color: var(--color-titulo);
}

.notificacion-vista {
    background-color: var(--color-texto-secundario) !important;
}

.items-terreno {
    display: none;
}

.formulario-contactar {
    padding: 20px;
    background-color: var(--color-texto-secundario);
    border-radius: 15px;
}

.formulario-contactar h1 {
    font-family: "Bold";
    font-size: 30px;
    color: var(--color-primario);
    padding-top: 10px;
}

.formulario-contactar input {
    border-radius: 10px;
    font-family: "Regular";
}

.formulario-contactar textarea {
    border-radius: 10px;
    font-family: "Regular";
}

.formulario-contactar button {
    border-radius: 10px;
    font-size: 20px;
    font-family: "Bold";
    padding: 10px;
    background-color: var(--color-primario);
    border: 0px;
    transform: .3s;
}

.formulario-contactar button:hover {
    background-color: var(--color-hover);
    padding-top: 10px;
}

.borrar-noti {
    width: 70px;
    height: 20px;
    background-color: rgba(0, 0, 0, .05);
    position: absolute;
    right: 5px;
    bottom: 5px;
    border-radius: 10px;
    text-align: center;
    font-size: 12px;
    font-family: "Bold";
    color: #333;
    padding-top: 2px;
    transition: .3s;
}

.borrar-noti:hover {
    color: #db4444;
    background-color: rgba(0, 0, 0, .15);
}

.borrar-todas {
    width: 120px;
    height: 30px;
    background-color: rgba(0, 0, 0, .05);
    border-radius: 15px;
    position: absolute;
    top: 5px;
    right: 10px;
    bottom: 0px;
    font-size: 14px;
    text-align: center;
    font-family: "Bold";
    color: #999;
    padding-top: 5px;
    cursor: pointer;
    transition: .3s;
    z-index: 9999999;
}

.borrar-todas:hover {
    color: #db4444;
    background-color: rgba(0, 0, 0, .2);
}

.sin-noti {
    margin: 0 auto;
    padding-top: 100px;
    display: block;
    text-align: center;
    color: var(--color-primario);
    font-size: 25px;
    font-family: "Bold";
    display: none;
}

.groups-boton {
    width: auto;
    height: 80px;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.groups-boton div {
    width: 180px;
    height: 40px;
    background-color: var(--color-primario);
    border-radius: 30px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    transition: .3s;
    align-items: center;

}

.groups-boton div:hover {
    background-color: #333;
}

.groups-boton div h3 {
    color: var(--color-texto);
    font-size: 14px;
    text-align: center;
    margin-left: -10px;
    padding-top: 12px;
}

.titulo-modal {
    font-family: "Bold" !important;
    color: var(--color-primario) !important;
}

.form-modal {
    font-family: "Regular";
    font-size: 18px;
}

.form-modal textarea {
    font-family: "Regular";
    font-size: 18px;
}

.id-anuncio {
    background-color: #fff;
    font-size: 16px;
    border-radius: 30px;
    padding: 3px 10px;
    text-shadow: none;
    color: var(--color-secundario);
    margin-right: 5px;
}

.id-anuncio-des{
    background-color: #fff;
    font-size: 14px;
    border-radius: 30px;
    padding: 0px 5px;
    text-shadow: none;
    color: var(--color-secundario);
    margin-right: 5px;
}

.id-anuncio-bien {
    background-color: #fff;
    font-size: 20px;
    border-radius: 30px;
    padding: 5px 10px;
    text-shadow: none;
    color: var(--color-secundario);
    margin-right: 5px;
}

.contenido-mapa {
    width: 100%;
    height: 300px;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #ccc;
}

.titulo-foto {
    text-align: left !important;
}

.tipo-publicacion {
    width: 340px;
    height: 70px;
    border-radius: 50px;
    margin-bottom: 25px;
    /* background-color: #2e4d89; */
}

.tipo-publicacion a div {
    width: 100px;
    height: 50px;
    background-color: #ccc;
    border-radius: 40px;
    display: block;
    float: left;
    margin-left: 10px;
    text-align: center;
    transition: .3s;
    cursor: pointer;
    color: var(--color-primario);
    font-size: 12px;
}

.tipo-publicacion a div:hover {
    background-color: #999;
    color: #fff;
}

.tipo-publicacion a div img {
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 3px;
}

.tipo-publicacion-admin {
    width: 400px;
    height: 50px;
    border-radius: 15px;
    margin-bottom: 25px;
}

.tipo-publicacion-admin a div {
    width: 100px;
    height: 55px;
    background-color: #ccc;
    border-radius: 30px;
    display: block;
    float: left;
    margin-left: 10px;
    text-align: center;
    transition: .3s;
    cursor: pointer;
    color: var(--color-primario);
    font-size: 12px;
}

.tipo-publicacion-admin a div:hover {
    background-color: #999;
    color: #fff;
}

.tipo-publicacion-admin a div img {
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 3px;
}

.tipo-activo {
    background-color: #9e9295 !important;
}

.cate-comercio {
    background-color: var(--color-secundario);
    font-family: "Bold" !important;
    padding: 3px 10px;
    border-radius: 20px;
}

.cate-icon {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-top: 5px;
    font-size: 20px;
}

.logo-item-anuncio {
    width: auto;
    height: 60px;
    margin-top: -10px;
    overflow: clip;
}

.logo-item-anuncio img {
    display: block !important;
    text-align: center !important;
    width: auto !important;
    height: 60px !important;
    padding: 0px !important;
    border-radius: 10px;
}

.logo-anuncio {
    width: auto;
    height: 100px;
    margin-top: 0px;
    overflow: clip;
    position: relative;
    z-index: 1;
}

.logo-anuncio img {
    display: block !important;
    text-align: left !important;
    margin: 0;
    width: auto !important;
    height: 100px !important;
    padding: 0px !important;
    border-radius: 15px;
}

.logo-anuncio-pre {
    width: auto;
    height: 70px;
    margin-top: 0px;
    overflow: clip;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.logo-anuncio-pre img {
    display: block !important;
    text-align: left !important;
    /* margin: 0 auto; */
    width: auto !important;
    height: 70px !important;
    padding: 0px !important;
    border-radius: 10px;
}

.modal-footer h2 {
    font-family: "Regular";
    font-size: 18px !important;
    color: var(--color-hover);
}

.modal-footer h3 {
    font-family: "Bold" !important;
    font-size: 12px !important;
    color: var(--color-primario);
}

/* HIDE RADIO */
[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
[type=radio]+img {
    cursor: pointer;
    padding: 5px;
    width: 150px;
    height: auto;
}

/* CHECKED STYLES */
[type=radio]:checked+img {
    outline: 3px solid var(--color-primario);
    border-radius: 10px;
}

.diseño-oferta img {
    border-radius: 10px;
}

.diseño-cul img {
    border-radius: 20px;
    height: 70px;
    object-fit: cover;
}

.lista-ofertas {
    display: block;
    margin: 0 auto;
    /* width: 98%; */
    height: auto;
    background-color: #2cd271;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 10px;
    position: relative;
}

.lista-ofertas h1 {
    font-size: 24px;
    padding: 0px !important;
    margin: 0px;
    position: relative;
    z-index: 1;
    color: #fff;
}

.lista-ofertas h2 {
    font-size: 18px;
    font-family: "Regular";
    padding: 0px !important;
    margin: 0px;
    position: relative;
    z-index: 1;
    color: #fff;
}

.lista-ofertas h3 {
    font-size: 14px;
    font-family: "Bold";
    padding: 0px;
    margin: 0px;
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 3px 0px;
}

.lista-ofertas button {
    width: auto;
    position: relative;
    z-index: 1;
    border-radius: 30px;
    margin-bottom: 10px;
    color: #fff;
    padding: 10px 20px;
    margin-top: 10px;
    margin-left: 10px;
}

.lista-ofertas button:hover {
    color: #fff;
    background-color: #777;
}

.sombra-oferta {
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, .9), rgba(0, 0, 0, 0));
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 10px;
    z-index: 0;
}

.contenido-oferta h1 {
    padding-left: 10px;
    padding-top: 20px;
    font-size: 26px;
}

.contenido-oferta h2 {
    padding-left: 10px;
    font-size: 18px;
    padding-top: 0px;
}

.logo-oferta img {
    width: auto;
    height: 70px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    margin-bottom: 10px;
}

.logo-oferta h4 span {
    padding: 5px 10px;
    background-color: var(--color-con-observacion);
    font-family: "Bold";
    font-size: 16px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    width: auto;
}

.ver-comercio {
    width: auto;
    position: relative;
    z-index: 1;
    border-radius: 30px;
    margin-bottom: 10px;
    color: #fff;
    padding: 10px 20px;
    margin-top: 10px;
    margin-left: 10px;
    background-color: var(--color-secundario);
}

.ver-comercio:hover {
    width: auto;
    position: relative;
    z-index: 1;
    border-radius: 30px;
    margin-bottom: 10px;
    color: #fff;
    background-color: #777;
}

.buscador {
    width: 87%;
    height: 210px;
    /* background-color: #8f6eae; */
    /* background-color: #eee; */
    display: block;
    margin: 0 auto;
    border-radius: 20px;


    background-size: 150%;
    transition: .3s;

    background: rgb(238, 238, 238);
    background: linear-gradient(to bottom,  rgba(247, 138, 47, .3), transparent);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    /* background: linear-gradient(180deg, rgba(238, 238, 238, 1) 44%, rgba(255, 255, 255, 0) 100%); */
    /* background-image: url(../img/fondo-busca.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover; */
}

/* .buscador:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
} */

.buscador-full {
    width: 100%;
}

.buscador img {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 200px;
    height: auto;
    margin-top: 40px;
    /* filter: drop-shadow(0 2px 5px rgba(246, 244, 244, 0.7)); */
}

.buscador h1 {
    margin-top: 30px;
    text-align: center;
    font-family: "Bold";
    color: var(--color-marca-descubre);
    font-size: 46px;
}

.buscador h1 span {
    margin-top: 10px;
    text-align: center;
    font-family: "Bold";
    color: #777;
    font-size: 46px;
}

.form-buscador {
    /* background-color: #fff; */
    width: 400px;
    display: block;
    margin: 0 auto;
    /* display:flex; */
    /* justify-content: center;
    align-items: center; */
    height: auto;
    border-radius: 20px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.form-buscador input {
    width: 300px;
    height: 40px;
    border: 0;
    outline: none;
    border-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    /* border-bottom-left-radius: 0px; */
    padding-left: 15px;
    padding-right: 10px;
    font-family: "Regular";
    font-size: 24px;
    color: #777;
    position: absolute;
    top: 0px;
    z-index: 1;
    float: right;

}

.form-buscador input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(193, 190, 190);
    opacity: 1;
    /* Firefox */
}

.form-buscador button {
    width: 100px;
    height: 40px;
    border: 0;
    outline: none;
    border-radius: 20px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    /* border-bottom-right-radius: 0px; */
    font-size: 25px;
    background-color: var(--color-secundario);
    color: var(--color-primario);
    /* transition: .3s; */
    position: absolute;
    top: 0px;
    z-index: 1;
    float: right;
    right: 0px;
}

.form-buscador button:hover {
    background-color: #333;
    color: #fff;
}

.tipo-busca {
    width: 50px;
    margin-top: 0px;
    position: relative;
    margin-top: 0px;
}

.tipo-busca [type=radio]+img {
    cursor: pointer;
    padding: 10px;
    width: 50px;
    height: auto;
    display: block;
    text-align: center;
    margin: 0 auto;
    border-radius: 50px;
    transition: .3s;
    position: relative;
    float: left;
    cursor: pointer;
}

[type=radio]:checked+img {
    outline: 0px solid var(--color-secundario);
    border-radius: 50px;
    padding: 0px;
    cursor: pointer;
    transition: .3s;
    /* filter: drop-shadow(0 5px 10px rgb(98, 95, 98)); */
}


.tipo-buscardor {
    width: 280px;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    top: 55px;
    padding-bottom: 20px;
    background-color: rgba(0,0,0,.1);
    border-radius: 30px !important;
    height: 52px !important;
    
}

.tipo-buscardor h2 {
    font-size: 18px;
    color: #333;
    font-family: "Thin";
    padding-top: 20px;
    text-align: center;
}

.tipo-buscardor a {
    width: 50px;
    height: 50px;
}

.activoo {
    background-color: rgba(114,79,85,.3);
    height: 70px;
    border-radius: 30px;
    /* transform: scale(1.4, 1.4); */
    /* filter: drop-shadow(0 5px 10px rgb(107, 107, 107)); */
}

.tipo-buscardor a div {
    width: 90px;
    height: 52px;
    display: inline-block;
}

.tipo-buscardor a div img {
    width: 80px;
    text-align: center;
    display: block;
    margin: 0 auto;
}


.historial {
    width: 100%;
    height: auto;
    /* margin-top: 40px; */
    display: none;
    position: absolute;
    z-index: 999;
    top: 70px;
    background-color: #eee;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.historial h2 {
    color: #777;
    font-family: "Thin";
    font-size: 16px;
    padding-left: 15px;
    padding-top: 10px;
}

.historial li {
    width: 100%;
    background-color: #eee;
    list-style: none;
    padding: 5px 20px;
    color: #555;
    font-family: "Bold";
    cursor: pointer;
    transition: .3s;

}

.historial li:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-radius: 0px;
}

.historial li:last-child {
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}

.historial li:hover {
    background-color: #8f6eae;
    color: #fff;
}

.selec-categoria {
    width: 100%;
    height: auto;
    /* margin-top: 40px; */
    display: none;
    position: relative;
    z-index: 1;
    top: 40px;
}

.selec-categoria select {
    color: var(--color-primario);
    font-size: 16px;
    font-family: "Bold";
    border: 0px;
    height: 30px;
    outline: none;
    width: 100%;
    padding-left: 13px;
}

.selec-categoria select option {
    color: #777;
    font-size: 16px;
    font-family: "Regular";
    border: 0px;
    height: 30px;
    outline: none;
    width: 100%;
}

.buscador-resultado {
    width: 87%;
    height: 250px;
    margin-top: -10px;
}

.buscador-resultado img {
    display: none;
}

.loading {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    overflow: hidden !important;
}

.contenido-logo-load {
    display: block;
    margin: 0 auto;
    width: 300px;
    height: auto;
    margin-top: calc(50vh - 150px);
}

.logo-load {
    display: block;
    text-align: center;
    margin: 0 auto;

    width: 150px;
    height: 150px;

    background-image: url(../img/icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;

    border-radius: 100%;
    padding: 0px;

    animation-duration: 2s;
    animation-name: zoom;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    margin-bottom: 20px;
}

@keyframes zoom {
    from {
        transform: scale(.5);
    }

    to {
        transform: scale(0.5);
    }
}

@keyframes fondo {
    from {
        
    }

    to {
       
    }
}


.titulo-load {
    display: block;
    text-align: center;
}


.titulo-load h4 {
    text-align: center;
    font-family: "Black";
    font-size: 25px;
    color: #777;
}

.titulo-load h2 {
    text-align: center;
    font-family: "Black";
    font-size: 36px;
    margin-top: -13px;
    color: #777;
    padding-bottom: 10px;

}

.ripple-effect {
    position: absolute;
    transform: translate(-50%, -50%); 
    opacity: .5;
    display: block;
    margin: 0 auto;
    width: 0px;
    height: 0px;
    text-align: center;

    border-radius: 50%;
    background: var(--color-marca-descubre);
    animation: ripple 1s ease-in;
    animation-delay: .8s;
    top: calc(50%);
    left: 50%;
  }

@keyframes ripple {
    0% {
      opacity: 0;
    }
    30% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      padding-bottom: 200%;
      width: 200%;
    }
  }
  
  .alerta-tool{
    position: absolute;
    right: -35px;
    z-index: 999;
    top: 32px;
    border: 0px;
    width: 30px;
    height: 30px;
    font-size: 25px;
    
  }

  .alerta-tool:hover{
    background-color: var(--color-primario);
  }

  .custom-tooltip {
    --bs-tooltip-bg: var(--color-primario) !important;
  }

  .alerta-carga-foto{
    display: block;
    margin: 0 auto;
    text-align: center !important;
    font-size: 14px;
    font-weight: 300px;
    width: 250px;
    margin-bottom: 10px;
  }

.anima{
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background-color: #ffff;
    border-radius: 100%;

    animation-duration: 4s;
    animation-name: zoom;
    animation-iteration-count: infinite;
    animation-direction: alternate;

    background-image: url(../img/bienes.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60%;

    position: relative;
    float: left;

}

.anima-dos{
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background-color: #ffff;
    border-radius: 100%;

    margin: 0 auto;
    animation-duration: 3s;
    animation-name: zoom;
    animation-iteration-count: infinite;
    animation-direction: alternate;

    background-image: url(../img/comercio.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60%;

    z-index: 99;

    position: relative;
    float: left;
}

.anima-tres{
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background-color: #ffff;
    border-radius: 100%;

    animation-duration: 5s;
    animation-name: zoom;
    animation-iteration-count: infinite;
    animation-direction: alternate;

    background-image: url(../img/cultura.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60%;

    position: relative;
    float: left;
   
}

.anima-personaje{
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 250px;
    background-image: url(../img/buscar-img.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-top: 20px;
}

@keyframes zoom {
    from {
      transform: scale(0.7,0.7);
    }
  
    to {
        transform: scale(1.2,1.2);
    }
  }

  .animacion-inicio{
    width: 350px;
    margin: 0 auto;
    display: block;
  }

  .dialog-center {
     width: 50px; 
     height: 50px; 
     background-image: url(../img/dialog.png);
     background-position: center;
     background-size: 100%;
     background-repeat: no-repeat;
     display: block;
     margin: 0 auto;
     margin-top: 80px;
     margin-left: 25px;
     position: absolute;

}

.dialog-derecha {
    width: 50px; 
    height: 50px; 
    background-image: url(../img/dialog-dos.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    margin-top: 78px;
    margin-left: 0px;
    position: absolute;
}

.dialog-izquierda {
    width: 50px; 
    height: 50px; 
    background-image: url(../img/dialog-tres.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    margin-top: 78px;
    margin-left: 50px;
    position: absolute;
}

.item-destacado{
    padding: 10px;
}

.destacado{
    height: auto;
    border-radius: 10px;
    padding: 10px;
}

.texto-destacado{
    font-family: "Bold";
    font-size: 14px;
    margin-left: 10px;
    margin-bottom: -10px;
}

.admin-gestion{
    padding: 20px;
}

.admin-gestion h1{
    font-family: "Bold";
    color: var(--color-primario);
    font-size: 30px;
    margin-bottom: 0px;
}

.admin-gestion p{
    font-family: "Thin";
    color: var(--color-hover);
    font-size: 20px;
}

.admin-gestion form{
    font-family: "Thin";
    color: var(--color-hover);
    font-size: 20px;
    background-color: var(--color-tercero);
    width: 380px;
    height: 50px;
    border-radius: 50px;
}

.admin-gestion form input{
    border: 0px;
    width: 280px;
    height: 50px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    padding-left: 15px;
    background-color:var(--color-tercero);
    outline: none;

    font-family: "Bold";
    color: var(--color-hover);
    font-size: 20px;
    position: relative;
    float: left;
}

.admin-gestion form button{
    background-color: var(--color-secundario);
    font-family: "Bold";
    color: var(--color-hover);
    font-size: 20px;
    border: 0px;
    height: 50px;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    width: 100px;
    position: relative;
    float: left;
}

.admin-gestion form button:hover{
    transition: .3s;
    background-color:var(--color-primario);
    color:#fff;
}

.result-admin-gestion{
    padding: 0px 20px;
}

.gestion-estadistica{
    padding-left: 20px;
    padding-top: 40px;
    padding-bottom: 30px;
}

.gestion-estadistica h1{
    font-size: 30px;
    font-family: "Bold";
    color: var(--color-primario);
}

.gestion-estadistica p{
    font-size: 20px;
    font-family: "Regular";
    color: var(--color-hover);
}

.gestion-estadistica input{
    font-size: 16px;
    font-family: "Regular";
    color: var(--color-hover);
    border-radius: 30px;
    padding: 5px;
    background-color: #ccc;
    border: 0px;
}

.gestion-estadistica select{
    font-size: 16px;
    font-family: "Regular";
    color: var(--color-hover);
    border-radius: 30px;
    padding: 5px;
    background-color: #ccc;
    border: 0px;
}

.gestion-estadistica button{
    font-size: 16px;
    font-family: "Regular";
    color: #fff;
    border-radius: 30px;
    padding: 5px 10px;
    background-color: var(--color-secundario);
    border: 0px;
    transition: .3s;
}

.gestion-estadistica button:hover{
    background-color: var(--color-primario);
}

.rol-etiqueta{
    background-color: #777;
    border-radius: 20px;
    margin-top: -5px;
    padding: 0px 10px;
    color: #fff;
    text-align: center;
}

.estado-etiqueta{
    background-color: #ccc;
    border-radius: 20px;
    margin-top: -5px;
    padding: 0px 10px;
    color: #333;
    text-align: center;
    font-weight: bold;
}

.botones-admin-ges button{
    border-radius: 30px;
    height: 40px;
    width: 150px;
    border: none;
    transition: .3s;
    background-color: #8f6eae;
    color: #eee;
    font-weight: bold;
}

.botones-admin-ges button:hover{
    background-color: #333;
}

.alerta-forms{
    font-size: 14px;
    font-family: "Regular";
    color: #555;
    display: inline-block;

}

.alerta-forms i{
    font-size: 14px;
    color: #555;
    display: inline-block;
    text-align: left;
}

.desactivado{
    pointer-events:none;
    opacity: .6;
}

.cooming{
    width: 150px;
    height: 50px;
    background-color: var(--color-secundario);
    border-radius: 25px;
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 0px;
    font-family: "Bold";
    font-size: 20px;
    text-align: center;
    color: #777;
    padding-top: 10px;
}

.img-pie img{
    width: auto;
    height: 50px;
}


#noti-img{
    font-family: "Bold";
    font-size: 20px;
    color: #8c0c0c;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
}

#noti-img i{
    font-size: 20px;
    color: #8c0c0c;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
}

.size-img-galery{
    aspect-ratio: 16/9;
    object-fit: cover;
}

.sin-result-esta{
    display: none;
    margin-top: -150px;
}

.sin-result-esta h1{
    font-family: "Bold";
    font-size: 30px;
    color: var(--color-marca-descubre);
    display: block;
    margin: 0 auto;
    text-align: center;
}

.sin-result-esta p{
    font-family: "Regular";
    font-size: 16px;
    color: var(--color-primario);
    display: block;
    margin: 0 auto;
    text-align: center;
}

.sin-result-esta img{
    width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
}


/* ULTIMA */
@font-face {
    font-family: "Regular";
    src: url(../font/Montserrat-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "Bold";
    src: url(../font/Montserrat-Bold.ttf) format("truetype");
}

@font-face {
    font-family: "Thin";
    src: url(../font/Montserrat-Light.ttf) format("truetype");
}

@font-face {
    font-family: "Black";
    src: url(../font/Montserrat-ExtraBold.ttf) format("truetype");
}

@media only screen and (max-width: 1280px) {
    .menu-link {
        display: none;
    }
}

@media only screen and (max-width: 820px) {
    .buscador {
        width: 80%;
        background-size: 300%;
    }
}


@media only screen and (max-width: 768px) {

    .item-destacado{
        padding: 10px 0px;
    }

    .destacado{
        padding: 10px 0px;
    }

    .contenido-login{
        padding: 10px !important;
        padding-top: 10px !important;
        width: 96%;
        display: block;
        margin: 0 auto;
    }

    .contenido-inicio-session {
        background-color: var(--color-tercero);
        padding: 20px;
        border-radius: 15px;
        min-height: 437px;
    }

    .animacion-inicio{
        width: 100%;
    }

    .login-form{
        margin: 0px !important;
        /* background-color: #1e9650; */
        padding: 5px !important;
        width: 100%;
    }

    .modal-content{
        /* background-color: #2e4d89; */
        padding: 0px !important;
        margin: 0px !important;
        width: 100% !important;
    }




    .logo-anuncio{
        margin-bottom: 10px;
    }

    .buscador {
        width: 100%;
        border-radius: 20px;
        margin-top: -60px;
        height: 180px;
    }

    .buscador h1 {
        font-size: 22px;
    }

    .buscador h1 span {
        font-size: 22px;
    }

    .buscador img {
        text-align: center;
        display: block;
        margin: 0 auto;
        width: 100px;
        height: auto;
        margin-top: 20px;
    }


    .buscador-resultado {
        width: 100%;
        height: 180px;
        margin-top: -60px;
        margin-bottom: -20px;
    }

    .buscador-resultado img {
        display: none;
    }

    .form-buscador {
        width: 300px;
    }

    .form-buscador input {
        width: 230px;
        height: 40px;
        font-size: 18px;

    }

    .form-buscador button {
        width: 70px;
        height: 40px;

    }

    .contenido-logo {
        display: block;
        /* margin: 0 auto; */
    }

    .logo {
        margin-left: 0px;
    }

    .cuenta-user {
        right: 0px;
    }

    .btn-publicar {
        position: absolute;
        font-size: 0px;
        width: 70px;
        right: -10px;
        top: 20px;
    }

    .btn-publicar i {
        font-size: 20px;
        padding-top: 0px;
    }


    .navbar-toggler {
        position: absolute;
        top: 10px;
        right: 0px;
    }

    .buscar-icon {
        position: absolute;
        width: 40px;
        height: 40px;
        border-radius: 40px;
        background-color: purple;
        text-align: center;
        font-size: 25px;
        color: #Fff;
        cursor: pointer;
        transition: .3s;
        display: block;
        top: 15px;
        left: 10px;
    }

    .buscar-icon:hover {
        background-color: #333;
    }

    .busqueda {
        position: fixed;
        left: 0px;
        top: 65px;
        display: block;
        margin: 0 auto;
        width: 100%;
        height: 60px;
        background-color: rgb(255, 255, 255);
        border-radius: 0px;
        box-shadow: rgba(0, 0, 0, 0.10) 0px 1px 3px 0px;
    }

    .busqueda input {
        width: 55%;
        height: 40px;
        border: none;
        outline: none;
        font-family: "Bold";
        text-align: left;
        font-size: 20px;
        color: var(--color-primario);
        background-color: #eee;
        padding-right: 10px;
        border-radius: 0px;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        padding-left: 20px;
        margin-left: 5px;
        margin-top: 10px;
        padding-top: 1px;
    }

    .busqueda select {
        display: inline-block;
        position: relative;
        width: 25%;
        height: 40px;
        border: none;
        outline: none;
        font-family: "Bold";
        font-size: 16px;
        color: var(--color-primario);
        background-color: #eee;
        padding-right: 0px;
        margin-top: -15px;
        margin-left: -5px;
        padding-top: 5px;
    }

    .busqueda option {

        font-family: "Bold";

    }

    .busqueda button {
        display: inline-block;
        position: relative;
        width: 18%;
        height: 41px;
        border: none;
        outline: none;
        font-family: "Bold";
        font-size: 25px;
        color: #fff;
        background-color: var(--color-primario);
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        margin-top: 9px;
        margin-left: -10px;
        right: 5px;
    }

    .busqueda button:hover {
        background-color: #333;
    }


    .contenido-carga-bienes {
        margin-top: 80px;
    }

    .sombra-bottom {
        border-radius: 15px;

    }

    .sombra-top {
        border-radius: 25px;
    }

    .bien-view {
        background-color: #eee;
        padding: 15px;
        min-height: 460px;
        position: relative;
        transition: .5s;
        width: 100%;

    }

    .bien-view:hover {
        background-color: #eee;
        padding: 15px;
        min-height: 460px;
        position: relative;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        transform: scale(1, 1);
    }

    .bien-view h1 {
        position: relative;
        z-index: 1;
        color: #fff;
        font-family: "Bold";
        font-size: 18px;
    }

    .bien-view h3 {
        position: relative;
        z-index: 1;
        color: #fff;
        font-family: "Regular";
        font-size: 16px;
    }


    .item-bien {
        padding: 0px 0px;
        overflow: hidden;
        margin: 0px;
        width: 100%;
    }

    .ubicacion-medida {
        height: auto;
        margin-top: 10px;
    }

    .ubicacion-medida img {
        width: 18px;
        height: 18px;
    }

    .ubicacion-medida h2 {
        font-size: 16px;
    }

    .contactar {
        height: auto;
        left: 0px;
        overflow: hidden;
        padding: 0px;
        padding-bottom: 10px;
    }

    .contactar .botones-contacto {
        display: block;
        width: auto;
        background-color: var(--color-primario) !important;
        font-family: "Bold" !important;
        border-radius: 30px;
        transition: .3s;
        margin-bottom: 10px;
        margin-left: 0px;
        margin-right: 10px;
    }

    .contactar .botones-contacto:hover {
        background-color: #333 !important;
    }

    .contactar i {
        display: inline-flex;
        font-size: 16px;
        text-align: center;
        padding-right: 5px;
    }

    .contactar h2 {
        display: inline-flex;
        margin: 0 auto;
        color: #fff;
        font-size: 16px;
        font-family: "Bold";
        text-align: center;
    }

    .container-menor {
        width: 96% !important;
    }

    .container {
        width: 100% !important;
    }

    .row {
        --bs-gutter-x: 0rem;
    }

    .contenido-login h1 {

        font-size: 25px;

    }

    .contenido-login h2 {

        font-size: 18px;
        width: 95%;
        margin: 0 auto;
    }

    .contenido-datos {
        padding: 0px;
    }

    .titulo-contenido {
        font-size: 20px !important;
    }

    .titulo-contenido span {
        font-size: 20px !important;
    }

    .publicar i {
        color: var(--color-primario);
        text-align: center;
        font-size: 50px;
        display: block;
        margin: 0 auto;
    }

    .publicar h1 {
        font-family: "Black";
        color: var(--color-primario);
        text-align: center;
        font-size: 22px !important;
    }

    .linea-borde-s {
        display: none;
    }

    .bien-inicio {
        margin-top: 75px;
        width: 100%;
        padding: 0px;
    }

    .bien-cabecera h1 {
        padding-top: 0px;
        font-size: 24px;
    }

    .bien-cabecera h2 {
        padding-top: 0px;
        font-size: 18px;
    }

    .bien-vistas {
        min-height: auto;
        padding-top: 10px;
    }

    .bien-vistas h1 {

        font-size: 12px;
    }

    .bien-cuerpo h3 {
        font-size: 20px;
        font-family: "Bold";
    }

    .bien-cuerpo h4 {
        font-size: 16px;
        font-family: "Bold";
    }

    .bien-contacto {
        width: 90%;
        font-size: 12px;
    }

    .sombra-bien-cabecera {
        width: 100%;
        height: 600px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        border-radius: 20px;
        z-index: 0;
    }

    .login-form h1 {
        font-size: 25px;
    }

    .boton-registrar button {
        padding: 10px;
        font-size: 18px;
    }

    .sin-resultados h1 {
        display: block;
        width: 100%;
    }

    .sin-resultados {
        display: block;
        width: 90%;
        
    }

    .sin-anuncios {
        margin-top: 100px;
    }

    .publicar {
        margin-top: 50px !important;
    }

    .contenido-carga-bienes {
        width: 100%;
    }

    .bien-view {
        padding-top: 80px !important;
        margin-top: 30px;
    }

    #espacio-like {
        padding-right: 50px !important;
    }

    .like {
        bottom: 20px;
        right: 15px !important;
        left: initial;
        margin-bottom: 50px !important;
    }

    .like-pos {
        position: relative;
        margin-top: 20px !important;
        left: 0px;
        bottom: 0px;
        right: 0px;
    }


    .like-pos:hover {
        position: relative;
    }

    .lik {
        bottom: 10px;
        right: initial !important;
        left: 10px !important;
    }


    .nav {
        position: absolute;
        bottom: 0px;
        right: 30px !important;
        background-color: #1e9650;
        display: none;
    }

    .nav-link {
        width: 130px;
        color: #777;
        font-family: "Bold";
        text-align: center;
        font-size: 15px;
        /* background-color: var(--color-secundario); */
        padding: 10px 0px;
        margin-bottom: 0px;
    }


    .barra-menu-mobile {
        display: block;
        width: 100%;
        height: 70px;
        background-color: rgba(255, 255, 255, .99);
        position: fixed;
        bottom: 0px;
        z-index: 999;
        padding-top: 12px;
        border-top: 2px solid rgb(0 0 0 / 5%);
        ;
    }

    .barra-menu-mobile i {
        text-align: center;
        display: block;
        margin: 0 auto;
        font-size: 25px;
        color: var(--color-primario);
    }

    .barra-menu-mobile h1 {
        padding-top: 8px;
        text-align: center;
        font-family: "Bold";
        font-size: 12px;
        color: var(--color-primario);
    }

    .mobile-item:hover {
        transform: scale(1.1, 1.1);
        transition: .3s;
    }

    .footer {
        margin-bottom: 70px;
    }

    .acceso-publicar {
        height: 200px !important;
        min-height: 200px !important;
        margin-top: 0px !important;
    }

    .acceso-publicar i {
        font-size: 50px !important;
        text-align: left !important;
        transition: .3s;
        padding-bottom: 10px;
    }

    .acceso-publicar h1 {
        font-size: 25px !important;
        text-align: left !important;
    }

    .acceso-publicar h2 {
        font-size: 16px !important;
        text-align: left !important;
    }

    .item-anun {
        margin-top: 0px !important;
    }


    .item-anuncio {
        padding: 15px;
        position: relative;
    }

    .cuerpo {
        min-height: calc(100vh - 250px);
        height: auto;
        margin-top: 150px;
    }

    .cuerpo-sin {
        min-height: calc(100vh - 200px);
        height: auto;
        margin-top: 100px;
    }

    .pasos {
        margin-bottom: 20px;
    }

    .inputfile+label h4 {
        font-size: 16px;
    }

    .mis-anuncios {
        padding: 10px;
    }

    .item-anuncio #tipo {
        position: absolute;
        width: 40px;
        height: 35px;
        background-color: #fff;
        top: 0px;
        right: 0px !important;
        left: initial;
        border-radius: initial;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 20px;
    }

    .item-anuncio div img {
        width: 35px;
        height: 35px;
        padding: 4px;
    }

    .mis-anuncios-fondo {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: initial;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
    }

    .indicadores {
        margin-top: 8px;
        font-size: 14px;
    }

    .cargaObsGes {
        margin-bottom: 20px;
    }

    .busqueda-admin {
        width: 100%;
        height: auto;
        background-color: transparent;
    }

    .busqueda-admin select {
        width: 100px;
        height: 40px;
        border: none;
        outline: none;
        font-family: "Bold";
        font-size: 16px;
        color: purple;
        background-color: #fff;
        padding-right: 10px;
        margin-right: 0px;
        margin-top: -10px;
        margin-left: -5px;
        padding-top: 3px;
        border-radius: 30px;
        margin-top: 10px;
        margin-right: 10px;
        text-align: center;
    }

    .busqueda-admin option {
        font-family: "Regular";
    }

    .busqueda-admin input {
        width: 100%;
        height: 40px;
        border: none;
        outline: none;
        font-family: "Bold";
        text-align: center;
        font-size: 20px;
        color: purple;
        background-color: #fff;
        padding-right: 10px;
        border-radius: 0px;
        padding-left: 20px;
        border-bottom-left-radius: 30px;
        border-top-left-radius: 30px;
        margin-top: 0px;
        border-radius: 30px;
    }

    .busqueda-admin button {
        width: 100px;
        height: 42px;
        border: none;
        outline: none;
        font-family: "Bold";
        font-size: 20px;
        color: #fff;
        margin-top: 0px;
        background-color: var(--color-secundario);
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        border-radius: 30px;

    }

    .busqueda-admin button:hover {
        background-color: #333;
    }

    .lista-interesados {
        width: 100%;
        height: auto;
        border-radius: 10px;
        background-color: var(--color-secundario);
    }

    .lista-interesados div {
        display: inline-block;
        vertical-align: middle;
        margin: 5px;
    }

    .lista-interesados h1 {
        display: inline-block;
        vertical-align: baseline;
        font-size: 16px;
        color: #333;
        margin-top: 25px;
        margin-left: 0px;
    }

    .item-inte {
        width: 60px;
        height: 40px;
        background-color: var(--color-primario);
        border-radius: 5px;
        text-align: center;
        padding-top: 3px;
        font-family: "Bold";
        color: #fff;
        transition: .3s;
        font-size: 25px;
    }

    .cantidad-notificaciones {
        width: 20px;
        height: 20px;
        border-radius: 100%;
        background-color: #db4444;
        position: absolute;
        z-index: 99;
        top: 0px;
        right: 10px;
        overflow: initial;
        text-align: center;
        color: #fff;
        font-size: 13px;
        font-family: "Bold";
    }

    .notificaciones a {
        width: 100%;
    }


    .groups-boton {

        display: block;
        margin-top: 20px;
        margin-bottom: 50px;
    }

    .groups-boton div {

        margin-bottom: 20px;
        margin-left: 10px;

    }


    .id-anuncio {
        font-size: 13px;

        padding: 3px 6px;

        margin-right: 5px;
        margin-bottom: 5px;
    }

    .id-anuncio-bien {
        font-size: 16px;
        margin-right: 5px;
        margin-bottom: 5px;
    }


    .lista-ofertas h3 {
        font-size: 14px;
        font-family: "Bold";
        padding: 0px;
        margin: 0px;
        position: relative;
        z-index: 1;
        color: #fff;
        padding: 3px 0px;
    }

    .notificaciones a li div img {
        width: 50px;
        height: 50px;
        background-color: var(--color-primario);
        border-radius: 100%;
        margin: 3px;
        padding: 8px;
        position: relative;
        left: -10px;
    }

}