@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,700");
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&family=Lato:ital@1&display=swap');

/*Barra de busqueada*/

* {
    font-family: Roboto, sans-serif;
}

.flexbox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 25px;
}

.wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.search>div {
    display: inline-block;
    /*position: relative;*/
    filter: drop-shadow(0 2px #ffffff);
}

/*TARJETA*/

.card {
    width: 18rem;
    height: 29rem;
    margin: 25px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    border-radius: 45px;
}

/*BOTON LOGIN, REGISTER, RESTORE*/

.log-reg-res-button {
    border: none;
    padding: 10px;
    padding-right: 100px;
    padding-left: 100px;
    border-radius: 5px;
    letter-spacing: 1.5px;
    background-image: linear-gradient(to top, #c1dfc4 0%, #deecdd 100%);
    font-size: auto;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    font-weight: 400;
    cursor: pointer;
    transition: background-color 0.1s ease;
}

/*TERMINOS Y CONDICIONES*/
.containerTyC{
    height: 10em;
    line-height: 1.2em;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    text-align: justify;
    padding: 2px;
}


.log-reg-res-button:active {
    transform: translateY(1px);
}

.eliminar-localidad {
    cursor: pointer;
    color: rgb(255, 0, 0);
    margin-left: 5px;
}


/*OTRAS PAGINAS*/

.descripcion-neg-ser-inm {
    text-align: justify;
    font-size: 13px !important;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.titleForm {
    color: #000000;
    font-family: 'Lato', sans-serif;
    letter-spacing: 2.5px;
    text-align: center;
}

.btnGuia {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Playwrite DE Grund", cursive;
    color: #fff ;
    background-color: #6ee7b7 !important;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    text-transform: none;
    text-decoration: none !important;
    width: 90%;
    height: 35px;
    border-radius: 10px !important;

}

.btnGuia:hover {
    background-color: #fff !important;
    color: #262626 !important;
    transition: 0.3S;
}



/*Fondo container publicación*/

.toggle-button {
    position: fixed;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1000;
    transition: color 0.3s, transform 0.3s;
    
}

.main-footer{
    padding-top: 0.625rem;
    background: #2F3645;

}

.footer-columns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}

.footer-description,
.footer-redes {
    width: 45%;
}

.footer-description {
    padding: 3px;
}

.footer-redes {
    align-items: flex-start;
}

.footer-description p {
    text-align: left;
}

ul {
    list-style: none;
    padding: 0;
}

ul li {
    margin-bottom: 5px;
}

.footer-guia p {
    border-top: 2px solid #fff;
    margin: 0;
}


.container-content {
    width: 100%;
}

.list-inline-item{
    font-size: 25px;
}

/*Color iconos redes sociales*/
.link-fb {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    transition: color 0.3s;
}

.link-ig {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    transition: color 0.3s;
}

.link-x{
    color: #fff;
    text-decoration: none;
    display: inline-block;
    transition: color 0.3s;
}

.link-yt{
    color: #fff;
    text-decoration: none;
    display: inline-block;
    transition: color 0.3s;
}

.link-yt:hover{
    color: #FF0000;
    text-decoration: none;
    display: inline-block;
    transition: color 0.3s;
}

.link-x:hover{
    color: #00acee;
    text-decoration: none;
    display: inline-block;
    transition: color 0.3s;
}
.link-ig:hover {
    color: #bc2a8d !important;
    text-decoration: none;
    display: inline-block;
    transition: color 0.3s;
}

.link-fb:hover {
    color: #3b5998 !important;
    text-decoration: none;
    display: inline-block;
    transition: color 0.3s;
}

/*SECCIÓN FILTROS*/
.filters-body {
    display: flex;
    flex-direction: column;
    /* Resto de tus estilos para .filters-body */
}

.filters {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
}

.all-check{
    margin-left: 30px;
    padding: 5px;
}

.filter select {
    display: block;
}

.form-check-label {
    align-items: flex-end;
    /* Espacio entre el checkbox y el texto */
}

.title-category{
    padding-bottom: 10px;
    width: 100%;
    font-weight: bolder;
    display: block;
    /* Ocupa el ancho completo */
    font-size: 16px;
    text-align: center;
    /* Resto de tus estilos para .filter-category */
}

/*Sección Perfil*/

.container-profile {
    display: grid;
    grid-auto-flow: row;

}

/* INDEX -> BIENVENIDO "Success" */

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

/*Tarjeta de los formularios*/


@media (max-width: 575.98px) {
    #fondito {
        box-shadow: none !important;
        border-radius: 0;
        background-color: transparent;
    }
}

/* TITULO TARJETA */
h4 {
    font-family: 'Khand', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}


/* BOTON 'INGRESAR' TARJETAS */

.btn-ingresar {
    display: flex;
    font-family: "Playwrite DE Grund", cursive;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    height: 35px;
    color: #fff ;
    background-color: #6ee7b7 !important;
    border-radius: 10px !important;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    width: 75%;
}

.btn-ingresar:hover{
    background-color: #fff !important;
    color: #6ee7b7;
    transition: 0.3S;
}

.btn-compartir {
    display:flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #292524;
    border-radius: 50% !important;
    background-color:antiquewhite;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.btn-compartir:hover{
    background-color: #292524;
    color: #e5e5e5;
    transition: 0.3s;
}

.descripcion {
    overflow-x: hidden; /* Oculta el desbordamiento horizontal */
    overflow-y: auto; /* Permite el desbordamiento vertical y muestra barras de desplazamiento si es necesario */
    max-height: 200px;
    text-align: left;
}

.descripcionContenido {
    text-align: left;
}


.descripcion p {
        word-wrap: break-word;
}

.contenido p {
    font-weight: bold;
    display: inline;
}

.datos .descripcion {
    padding: 3px;
    border-top-left-radius: 0.9375rem;
    border-top-right-radius: 0.9375rem;
    color: black;
    font-weight: bold;
    transition: color 5s;
}

.datos .descripcion:hover {
    color: rgb(57, 10, 228);
    /* Cambia el color a rojo cuando se pasa el mouse */

}

.mp-logo img{
    width: 200px;
    height: auto;
}

/*SEARCH // BUSQUEDA RAPIDA*/

#quickSearchInput{
    border: 1px solid rgb(61, 60, 60);
}
#cerrarSesion {
    font-family: 'Lato', sans-serif;
    text-transform: none;
}

/* Estilos para los íconos */
.imagenpubli .fa-solid,
.imagenpubli .fab {
    margin-right: 5px;
}

.imagenpubli .fa-globe:before {
    content: "\f0ac";
}

.imagenpubli .fa-map-marker-alt:before {
    content: "\f3c5";
}

.imagenpubli .fa-instagram:before {
    content: "\f16d";
}

.imagenpubli .fa-whatsapp:before {
    content: "\f232";
}

/*BOTON 'VOLVER' PARA PUBLICACIÓN COMPLETA*/

.botonVolverPublicacionCompleta {
    float: right;
    padding: 10px 35px;
    font-weight: bold;
    border-radius: 10px;

}

/*BOTONES FILTROS*/

.filter-f {
    display: flex;
    align-items: center;
    gap: 10px; /* Espacio entre el checkbox y el texto */
    margin-bottom: 10px; /* Espaciado entre cada opción */
    padding: 6px 30px; /* Agrega un poco de espacio alrededor */
    background-color: #fff;
    border-radius: 12px; /* Esquinas redondeadas */
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}


.filter:hover {
    transform: scale(1.03); /* Ligeramente más grande al pasar el cursor */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Sombra más pronunciada */
}

/* Estilo para el checkbox */
.filter input[type="checkbox"] {
    width: 25px;
    height: 25px;
    cursor: pointer;
    accent-color: #ffffff; /* Color del checkbox */
    border: 2px solid #ffffff; /* Borde blanco */
    border-radius: 4px; /* Bordes ligeramente redondeados */
}

/* Estilo para el label */
.filter label {
    font-family: 'Poppins', sans-serif; /* Fuente atractiva */
    font-size: 15px;
    font-weight: 600; /* Negrita */
    color: #ffffff; /* Texto blanco */
    cursor: pointer; /* Hace que el texto sea clickable */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); /* Efecto de sombra en el texto */
}
/* Efecto de interacción para el label */
.filter label:hover {
    text-decoration: underline;
}


.botonFiltros {
    font-family: 'lato', 'Arial Narrow', Arial, sans-serif;
    text-transform: lowercase;
    overflow: hidden;
    position: relative;
    background-color: #92E3A9 !important;

}

.botonFiltros:first-letter {
    text-transform: uppercase;
}

.botonFiltros:hover{
    color: #ffffff !important;
}

.filter-btn {
    display: flex;
    justify-content: space-between; /* Distribuye los botones uniformemente */
    cursor: pointer;
}

/*FIN BOTONES FILTROS*/

/*PERFIL USUARIO*/

.opciones{
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);

}
.containterMayor{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    background-color: #fff;


}
.tituloConfiguracionCuenta{
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 1.6px;
    box-shadow: rgba(46, 91, 240, 0.4) 0px 5px, rgba(63, 106, 245, 0.2) 0px 10px;

}

.tituloDatos{
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 1.6px;
    box-shadow: rgba(46, 153, 240, 0.4) 0px 5px, rgba(46, 153, 240, 0.2) 0px 10px;
}

.datosPersonales{
    text-align: left;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, rgb(51, 51, 51) 0px 0px 0px 3px;
    border-radius: 5px;
    padding: 5px;
}

.enlacesCuenta {
    color: #000;
    font-family: 'Lato', sans-serif;
    position: relative;
    text-decoration: none !important;
    transition: color 0.3s ease;
    font-size: 18px;
}

.enlacesCuenta:hover {
    color: #007bff;
}

.enlacesCuenta::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #007bff;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

.enlacesCuenta:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.misDatos{

    border-left: 2px solid black;
    text-align: center;
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);

}
.imgUser{
    width: 170px;
    height: 100px;
}

/*FIN PERFIL USUARIO*/


/* ENLACE 'AYUDA' FAQ */
.footer-heading{
    font-family: "Playwrite DE Grund", cursive !important;
    color: #fff;
    text-decoration: none !important;
}

.faq{
    font-family: "Playwrite DE Grund", cursive !important;
    color: #fff;
    text-decoration: none;
}

.faq:hover{
    color: #fff;
    cursor: pointer;
}


/*FIN ENLACE 'AYUDA' */

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

/*BOTÓN 3D*/

.btn-3d {
    display: flex;
    font-family: "Playwrite DE Grund", cursive;
    background-color: #6ee7b7;
    justify-content: center;
    width: 10vw;
    font-size: 20px;
    padding: 5px; /* Más espacio interior para hacerlo más prominente */
    color: #ffffff; /* Color del texto */
    text-decoration: none !important;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    cursor: pointer; 
}

.btn-3d:hover {
    background-color: #fff !important;
    color: #6ee7b7;
    transition: 0.3S;
}




.slick-carousel {
    width: 100%; /* Ancho completo */
    max-width: 600px; /* Ajusta el ancho máximo según tus necesidades */
    height: 400px; /* Ajusta la altura fija según tus necesidades */
    margin: 0 auto; /* Centra el carrusel */
    position: relative; /* Para el posicionamiento de los botones */
    overflow: hidden; /* Oculta partes de imágenes que se salen del contenedor */
}

.slick-carousel img {
    width: 100%; /* Asegura que la imagen ocupe todo el ancho */
    height: 100%; /* Asegura que la imagen ocupe toda la altura */
    object-fit: cover; /* Cubre el contenedor, recortando la imagen si es necesario */
    object-position: center; /* Centra la imagen */
}

.slick-prev, .slick-next {
    position: absolute; /* Posiciona los botones de forma absoluta */
    top: 50%; /* Centra verticalmente */
    transform: translateY(-50%); /* Ajusta la posición para que esté perfectamente centrado */
    border: none; /* Sin borde */
    border-radius: 50%; /* Esquinas redondeadas para dar forma circular */
    padding: 10px; /* Espaciado interno */
    z-index: 1; /* Asegura que los botones estén por encima de otros elementos */
    width: 40px; /* Ancho del botón */
    height: 40px; /* Alto del botón */
}

.slick-prev {
    left: 10px; /* Margen a la izquierda para el botón anterior */
}

.slick-next {
    right: 10px; /* Margen a la derecha para el botón siguiente */
}

.slick-prev:before, .slick-next:before {
    color: #FFF; /* Color de las flechas */
    font-size: 25px; /* Tamaño de las flechas */
}

/* Media query para dispositivos móviles */
@media (max-width: 768px) {
    .slick-carousel {
        height: 300px; /* Ajusta la altura en móviles */
    }

    .slick-prev, .slick-next {
        width: 30px; /* Disminuye el ancho del botón */
        height: 30px; /* Disminuye el alto del botón */
        padding: 5px; /* Ajusta el espaciado interno */
    }

    .slick-prev:before, .slick-next:before {
        font-size: 16px; /* Tamaño de las flechas en móviles */
    }
}

@media (max-width: 480px) {
    .slick-carousel {
        height: 250px; /* Ajusta la altura en móviles más pequeños */
    }

    .slick-prev, .slick-next {
        width: 25px; /* Disminuye aún más el ancho del botón */
        height: 25px; /* Disminuye aún más el alto del botón */
        padding: 3px; /* Ajusta el espaciado interno */
    }

    .slick-prev:before, .slick-next:before {
        font-size: 14px; /* Tamaño de las flechas en móviles más pequeños */
    }
}

.highlight-title {
    font-size: 1rem; /* Tamaño de fuente más grande */
    font-weight: bold; /* Negrita */
    text-align: center; /* Centra el texto */
    color: #000; /* Color del texto */
    background: linear-gradient(90deg, #d1e2c9, #e3eed8, #f0f6e8); /* Degradado más vibrante */
    padding: 10px 15px; /* Espacio interior */
    border-radius: 8px; /* Esquinas redondeadas */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); /* Sombra */
    text-transform: uppercase; 
    margin: 10px 0; /* Margen superior e inferior */
    letter-spacing: 1px; /* Espaciado entre letras */
}

.result {
    font-family: 'Montserrat', sans-serif; /* O puedes usar 'Poppins' */
    font-size: 1.1rem; /* Aumenta ligeramente el tamaño de fuente */
    font-weight: 500; /* Negrita */
    color: #00539c; /* Color oscuro para contraste */
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); /* Sombra sutil para darle más profundidad */
    letter-spacing: 0.5px; /* Espaciado entre letras para una mejor legibilidad */    
    word-break: break-word;  /* Adicional para navegadores modernos */
}

.resultDescription {
    display: block; /* Asegura que actúe como contenedor completo */
    width: 100%; /* Usa todo el ancho disponible */
    max-width: 100%; /* Evita que el contenido exceda el ancho del contenedor */
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.5px;
    text-align: justify;
    overflow-wrap: break-word; /* Rompe las palabras largas */
    word-wrap: break-word;    /* Compatibilidad con navegadores antiguos */
    word-break: break-word;  /* Adicional para navegadores modernos */
    box-sizing: border-box;
}

.resultDescription p {
    margin: 0; /* Asegura que no haya márgenes adicionales */
    padding: 0; /* Elimina el padding innecesario */
    color: #6c22c7;
}



.posNeg {
    font-size: 1.2em; /* Ajusta el tamaño si lo deseas */
    font-weight: bold;
}

.posNeg.success {
    color: green; /* Tilde verde */
}

.posNeg.error {
    color: red; /* Cruz roja */
}

/*Botones Modal*/

.carousel-control-prev, .carousel-control-next {
    font-size: 2.5rem; /* Ajusta el tamaño de las flechas */
    color: #333; /* Color de las flechas */
}

.carousel-control-prev:hover, .carousel-control-next:hover {
    color: #000; /* Color cuando pasas el mouse por encima */
}


.social-container {
    display: flex;
   /* Para que los elementos se mantengan en fila en pantallas grandes */
    margin-bottom: 10px; /* Ajuste opcional para el espaciado */
}

.social-item {
    flex: 1; /* Hace que cada elemento ocupe espacio igual */
    margin: 0 5px; /* Espaciado entre elementos */
    text-align: center;
}

.social-item a{
    font-weight:500;
}

@media (max-width: 768px) {
    .social-container {
        flex-direction: column; /* Columna en dispositivos pequeños */
        align-items: flex-start; /* Alinea el contenido a la izquierda en dispositivos pequeños */
        display:block;
    }

    .social-item {
        width: 100%; /* Cada elemento ocupa el 100% del ancho */
        margin: 5px 0; /* Espaciado vertical entre elementos */
        padding-left: 2px;
        text-align:start;
        flex: none;
        margin: 0;
    
    }

}


.social-item strong {
    display: block; /* Asegura que el nombre de la red social esté en una línea separada */
    font-size: 1.2em; /* Aumenta el tamaño de la fuente */
    margin-bottom: 5px; /* Espacio entre el título y el usuario */
    color: #333; /* Color del texto */
}

.username {
    font-size: 1em; /* Tamaño de fuente para el nombre de usuario */
    color: #555; /* Color más suave para el nombre de usuario */
}


#cuerpo-publi-completa{
    display: flex;
    justify-content: center;
    align-items: center;

}

#localidad {
    width: 150px !important; /* Puedes ajustar este valor según tus necesidades */
}


.titlePublicationComplete h3 {
    text-align: center;
    font-weight:400;
    letter-spacing: 4px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
    margin-top: 5px;
    word-wrap: break-word; /* Hace que las palabras largas se dividan y ajusten al ancho del contenedor */
    overflow-wrap: break-word;
}




.form-group {
    position: relative;
    margin-bottom: 25px;
}

.login-input {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 4px;
    background-color: #f5f5f5;
    /*border: 2px solid black;*/
    color: #333;
    font-size: 16px;
}

.login-label {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    color: #999;
    pointer-events: none;
    transition: all 0.3s ease;
    font-size: 14px;
}

.login-input:focus+.login-label,
.login-input:valid+.login-label {
    top: 12px;
    font-size: 12px;
    color: #666;
}



.login-button:hover {
    background-color: #0056b3;
}

.register-link {
    color: #007bff;
    font-weight: bold;
}

.error-message {
    color: #ff0000;
    font-size: 14px;
    margin-top: 25px;
}

.password-input {
    position: relative;
}

.password-input .toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}

.password-input .toggle-password i {
    display: none;
}

.password-input .toggle-password.show-password i.fa-eye {
    display: block;
}

.password-input .toggle-password.show-password i.fa-eye-slash {
    display: none;
}

.button-primary {
    background-color: #007bff;
    color: #ffffff;
    padding: 10px 25px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
}

.button-primary:hover {
    background-color: #0056b3;
}

#loading-spinner {
    display: none;
    text-align: center;
    margin-top: 10px;
}

.spinner-border {
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

/*MIS PUBLICACIONES*/

.mis_publicaciones_name {
    font-size: 3.2em; /* Ajusta el tamaño según tu necesidad */
    font-weight: 900;
    color: var(--secondary_color); /* Usa el color definido en las variables */
    filter: drop-shadow(6px 6px 0px var(--primary_color));
    font-family: 'Roboto', sans-serif; /* Si quieres usar la fuente Roboto */
}

.mis_publicaciones_name span {
    -webkit-text-stroke: 2px var(--black); /* Cambia el grosor y color del contorno */
}

.container-mispublicaciones{
    padding: 3px;
    width: 100%;
    
}

@media (max-width: 767px) {

    .mis_publicaciones_name {
        font-size: 2.4em;
    }

}

.cuadrado {
    background-image: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
    font-family: 'Lato', sans-serif;
    color: #2e382e;
    padding: 0.250rem;
    width: 150px; /* El doble del ancho original */
    height: 100px; /* El doble de la altura original */
    text-align: center;
    margin: 0.1875rem;
}

.cuadrado:hover {
    background-image: linear-gradient(to top, #323332 0%, #1c1d1c 100%)!important;
    color: #f0f0f0 !important;
    transition: 0.3s !important;
}



.titulo-panel-admin{
    font-family: 'Black Han Sans', sans-serif;
}


.header-table{
    background-color: black;
    text-align: center;
    color: #fff;
}

/*REPORTE*/

.highlighted-row {
    background-color: yellow; /* Cambia el color de fondo según tus preferencias */
    font-weight: bold; /* Puedes hacer el texto en negrita u otros cambios de estilo aquí */
}

.highlighted-cell {
    background-color: yellow; /* O el color que desees */
}

/*TABLA*/
.table-bordered{
    margin-top: 0;
    border: 2px solid black !important;
}

.titleAgeReport{
    color: #ffffff;
    background-color: #000000;
    font-weight: 600;
    padding: 1px;
    margin-bottom: 0;
    text-align: center;
}


.css-button-fully-rounded--green {
    min-width: 130px;
    height: 40px;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
    border-radius: 25px;
    border: 2px solid #57cc99;
    background: #57cc99;
  }
  .css-button-fully-rounded--green:hover {
    background: #fff;
    color: #57cc99
  }

  .css-button-arrow--green {
    min-width: 130px;
    height: 40px;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
    overflow: hidden;
    border-radius: 5px;
    border: none;
    background-color: #80ed99
  }
  .css-button-arrow--green:hover {
    border-radius: 5px;
    padding-right: 24px;
    padding-left:8px;
  }
  .css-button-arrow--green:hover:after {
    opacity: 1;
    right: 10px;
  }
  .css-button-arrow--green:after {
    content: "\00BB";
    position: absolute;
    opacity: 0;
    font-size: 25px;
    line-height: 40px;
    top: 0;
    right:  25px;
    transition: 0.4s;
  }

  .form-control-completed:valid {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2307b106' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .2rem center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}


/*TABLA REPORTE*/

.table-wrapper {
    max-height: 28rem; 
    overflow-y: auto;
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: min(80vw, 70%);
    height: 50vh;
    border-radius: 8px !important;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.text-truncate-container{
    display: flex;
    justify-content: center;
    width: 100%;
}

.card-body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0 0 8px 8px  !important;
    background-color: #F5F5DC;
    
}

.card-publication{
    width: 80vw;
    height: auto;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}


.card-body-publica{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 0 0 8px 8px; 
}

.card-container {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}



.dropdown__list {
    list-style: none !important;
    padding: 5px !important;
}

.dropdown__link {
    font-family: 'Poppins', sans-serif; 
    font-weight: 500; 
    font-size: 1rem; 
    color: #2c3b44; 
    padding: 0.8em 1.2em; 
    display: flex;
    align-items: center;
    justify-content: space-between; 
    position: relative;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-decoration: none !important; 
}

.dropdown__link:hover {
    background: linear-gradient(45deg, #74b988, #92E3A9);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
    color: #fff !important;
    transform: translateX(-2px);
}

.dropdown__check {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.dropdown__arrow {
    margin-left: auto;
    transform: var(--rotate, 0);
    transition: .2s transform;
}

.dropdown__content {
    display: grid !important;
    grid-template-rows: var(--rows, 0fr);
    transition: .3s grid-template-rows;
}

.dropdown__sub {
    overflow: hidden !important;
}

.dropdown__li {
    width: 85% !important;
    list-style: none !important;
    margin-left: auto !important;
}

.dropdown__anchor {
    padding: 1em 0 !important;
    display: block !important;
    color: #B6BABE !important;
    text-decoration: none !important;
}


.dropdown.active {
    clip-path: inset(0 0 0 0) !important;
}


.mobile__logo {
    display: none;
}

.nav-icon.nav__icon--close {
    display: none;
}


.dropdown,
.dropdown.active {
    z-index: 9 !important;
}

.btn-primary {
    border-color: #0cecd200 !important;
}

.btn-primary {
    --mdb-btn-bg: #3b71ca !important;
    --mdb-btn-color: #2c3b44 !important;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    --mdb-btn-hover-bg: #386bc0 !important;
    --mdb-btn-hover-color: #fff !important;
    --mdb-btn-focus-bg: #386bc0 !important;
    --mdb-btn-focus-color: #fff !important;
    --mdb-btn-active-bg: #3566b6 !important;
    --mdb-btn-active-color: #fff !important;
}

.fa-inverse {
    color: #2c3b44 !important;
}


.noscroll {
    overflow: hidden;
}

#categoriasDropdown {
    z-index: 999;
    position: absolute;
    display: inline-table;
    align-content: center;
    overflow-y: auto;
    transition: clip-path 0.5s;

}

#categoriasDropdown.show {
    display: block;
}

#fraseContenedor {
    overflow: hidden;
    width: 100%;
    background-color:  #ffcc80;
}

#fraseAnimada {
    left: 0;
    white-space: nowrap;
    font-family: 'lato';
    font-weight: 400;
    animation: moverFrase 20s linear infinite;
    opacity: 0;
    transition: opacity 2s ease;
}

@keyframes moverFrase {
    0% {
        transform: translateX(-100%);
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 1;
    }
}


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


.alert .btn-close {
    padding: 1.0rem 1rem !important;
}

.btn-ingresar1 {
    font-family: "Playwrite DE Grund", cursive;
    font-optical-sizing: auto;
    font-weight: 600 !important;
    font-style: normal;
    text-transform: none;
    background: #ffffff !important;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 10px; /* Ajusta este valor según sea necesario */
}

.btn-ingresar1:hover {
    text-transform: none;
    transition: 0.8ms;
    background: #2e382e !important;
    color: #e6eee6 !important;

}

.seccion-perfil-usuario .perfil-usuario-bio {
    margin-bottom: 1.25rem;
}

.seccion-perfil-usuario .lista-datos {
    width: 50%;
    list-style: none;
}

.seccion-perfil-usuario .lista-datos li {
    padding: 5px 0;
    text-align: left;
}

.seccion-perfil-usuario .lista-datos li>.icono {
    margin-right: 1rem;
    font-size: 1.2rem;
    vertical-align: middle;
}


/* adactacion a dispositivos */
@media (max-width: 750px) {
    .seccion-perfil-usuario .lista-datos {
        width: 100%;
    }

    .seccion-perfil-usuario .perfil-usuario-portada,
    .seccion-perfil-usuario .perfil-usuario-body {
        width: 95%;
    }
}


.seccion-perfil-usuario .perfil-usuario-publicaciones {
    display: flex;
    width: 180px;
    height: 180px;
    align-items: center;
    justify-content: center;
    border: 7px solid #FFFFFF;
    background: #95c4fc;
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(0, 0, 0, .2);
    position: absolute;
    bottom: -40px;
    left: calc(50% - 90px);
    z-index: 1;
    text-align: center; /* Asegura que el texto esté centrado */
}

.seccion-perfil-usuario .perfil-usuario-publicaciones h3 {
    margin: 0; /* Remueve el margen por defecto del h3 */
    color: #ffffff;
    font-size: 24px; /* Cambia el tamaño de la fuente como prefieras */
}


/*Publicá*/
.container{
    margin: 15px;

}

.card-publication {
    margin: 15px 0;
}

.descripcion-neg-ser-inm {
    text-align: justify;
}

.btn.neg-ser-inm {
    display: block;
    margin: 0 auto;
}

/* Estilo base para el objeto SVG en la vista PUBLICÁ */
.svg-animation {
    width: 100%; /* Ajusta el ancho según sea necesario */
    height: auto; /* Ajusta la altura según sea necesario */
    transition: transform 0.3s ease; /* Transición suave de la transformación */
}

/* Estilo para la animación cuando se pasa el ratón */
.svg-animation:hover {
    transform: scale(1.1); /* Hace que el SVG se agrande un poco al pasar el ratón */
}
.seccion-perfil-usuario .perfil-usuario-portada {
    position: relative;
    width: 80%;
    height: 200px;
    overflow: hidden;
    border-radius: 0 0 25px;
    margin: 0 auto; /* Centra el contenedor horizontalmente */
}

.seccion-perfil-usuario .perfil-usuario-portada::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg, rgba(188, 60, 255, 0.8), rgba(49, 127, 255, 0.8)); /* Colores con transparencia */
    z-index: 1; /* Coloca el gradiente por encima de la imagen */
    border-radius: 0 0 25px;
}

.seccion-perfil-usuario .perfil-usuario-portada img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    position: relative;
    z-index: 0; /* Asegura que la imagen esté detrás del gradiente */
    border-radius: 0 0 25px;
    display: block; /* Asegura que la imagen se muestre como bloque para centrarla */
    margin: 0 auto; /* Centra la imagen horizontalmente */
}

.seccion-perfil-usuario .perfil-usuario-portada .titulo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    color: white;
    font-size: 24px;
    width: 100%; /* Asegura que el título ocupe todo el ancho */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Sombra para mejorar visibilidad */
}

.seccion-perfil-usuario .perfil-usuario-portada .titulo h1 {
    font-family: 'Bebas Neue', sans-serif;
}

/* Para pantallas grandes */
@media (max-width: 1400px) {
    .container-secundario {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Para pantallas medianas */
@media (max-width: 1200px) {
    .container-secundario {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Para pantallas pequeñas */
@media (max-width: 900px) {
    .container-secundario {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Para pantallas muy pequeñas */
@media (max-width: 600px) {
    .container-secundario {
        grid-template-columns: 1fr;
    }
}



.descripcion p {
    word-wrap: break-word; /* Hace que las palabras largas se dividan y ajusten al ancho del contenedor */
    overflow-wrap: break-word;
    margin-right: 25px;
}


/* Vista - FAQ (Preguntas Frecuentes) */

.tittleFaq {
    font-family: "Playwrite DE Grund", cursive;
    font-size: 1.5rem; /* Tamaño de fuente más grande */
    text-align: center; /* Centra el texto */
    color: #fff; /* Color del texto */
    background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 10px 15px; /* Espacio interior */
    border-radius: 8px; /* Esquinas redondeadas */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); /* Sombra */
    margin: 10px 0; /* Margen superior e inferior */
    letter-spacing: 1px; /* Espaciado entre letras */
}

.subTittleFaq{
    font-family: "Playwrite DE Grund", cursive;
    width: 100%;
    font-size: 1.2rem; /* Tamaño de fuente más grande */
    text-align: center; /* Centra el texto */
    color: #fff; /* Color del texto */
    background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 10px 15px; /* Espacio interior */
    border-radius: 8px; /* Esquinas redondeadas */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); /* Sombra */
    margin: 10px 0; /* Margen superior e inferior */
    letter-spacing: 1px; /* Espaciado entre letras */
}


@media (max-width: 767px) {
    .tittleFaq {
        font-size: 1rem; /* Tamaño de fuente más grande */
    }
    .subTittleFaq {
        font-size: 1rem; /* Tamaño de fuente más grande */
    }
}

.accordion-button{
    font-family: "Playwrite DE Grund", cursive;
    color: #000 !important;
}
.accordion-item{
    background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);
    color: #000;

}




/*INPUT FOOTER */

.tittle-newsletter{
    color: #f0f0f0;
}


.input {
    font-size: 0.9rem;
    border-radius: 15px 15px 0 0;
    background-color: floralwhite;
    /*width: 100%;*/
    /*box-sizing: border-box;*/
    padding-inline: 0.3em;
    padding-block: 0.5em;
    border: none;
    border-bottom: var(--border-height) solid var(--border-before-color);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  
  .input-border {
    position: absolute;
    background: var(--border-after-color);
    width: 0%;
    height: 2px;
    bottom: 0;
    left: 0;
  }
  
  .input:focus {
    outline: none;
  }
  
  .input:focus + .input-border {
    width: 100%;
  }
  
  .form-control-newsletter {
    position: relative;
    --width-of-input: 300px;
  }
  
  .input-alt {
    font-size: 1.2rem;
    padding-inline: 1em;
    padding-block: 0.8em;
  }
  
  .input-border-alt {
    height: 3px;
    background: linear-gradient(90deg, #FF6464 0%, #FFBF59 50%, #47C9FF 100%);
    transition: width 0.4s cubic-bezier(0.42, 0, 0.58, 1.00);
  }
  
  .input-alt:focus + .input-border-alt {
    width: 100%;
  }


/*USER.PERFIL*/

.perfil-user {
    background-color: #fff;
    font-family: 'Lato', sans-serif;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding: 2em;
    border-radius: 1em;
    margin-bottom: 1.5em;
    width: 100%;
    box-sizing: border-box;
}

.perfil-container {
    display: grid;
    gap: 1em;
    justify-content: center;
}

@media (min-width: 1024px) {
    .perfil-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
.perfil-container {
    grid-template-columns: 1fr; /* Una sola columna, ajustado con una fracción */
}

.perfil-user {
    padding: 1em; /* Ajusta según sea necesario */
    border-radius: 1em;
    margin-bottom: 1em;
    width: 100%;
    /* Puedes agregar box-sizing si es necesario */
    box-sizing: border-box;
}

.current-avatar img {
    border-radius: 50%;
    width: 100px; /* Ajusta el tamaño según sea necesario */
    height: 100px; /* Ajusta el tamaño según sea necesario */
    object-fit: cover;
}

.swiper-container {
    width: 100%;
    max-width: 420px; /* Ajusta según sea necesario */
    margin: 0 auto;
    padding: 5px;
    overflow: hidden;
    position: relative;
}

.container {
    width: 100%; /* Ajusta el ancho a un 100% del contenedor */
    max-width: 350px; /* Ajusta el máximo ancho si es necesario */
    margin: 0 auto; /* Centra el contenedor */
}
}


.perfil-container h6 {
    margin-bottom: 1em;
    font-size: 1.10em;
    text-align: center;
}

.avatar-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: center;
}

.avatar-option {
    border: 2px solid transparent;
    cursor: pointer;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.avatar-option img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avatar-option.selected {
    border-color: #3498db;
}

.current-avatar {
    text-align: center;
    margin-top: 2em;
}

.current-avatar img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.swiper-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 10px;
    overflow: hidden;
    position: relative;
}

.swiper-wrapper {
    display: flex;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(25% - 10px);
    margin: 0 5px;
}

.avatar-option img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.avatar-option.selected img {
    border: 2px solid #3498db;
}

.current-avatar img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

/* Posiciona los botones de navegación dentro del contenedor */
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.swiper-button-next {
    right: 10px; /* Ajusta según lo necesites */
}

.swiper-button-prev {
    left: 10px; /* Ajusta según lo necesites */
}

.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 16px;
}

/*forms.marketForm*/

    .tittleForm{
        color: #000000;
        text-align: center;
        font-family: 'lato';
        letter-spacing: 1px;
        width: 100%;
    }

    .form-group {
        position: relative;
    }

    .form-group {
        position: relative;
    }

    .checkmark {
        display: inline-block;
        margin-top: 1rem;
        position: absolute;
        top: 50%;
        right: 1rem;
        transform: translateY(-50%);
        font-size: 16px;
        line-height: 1;
        pointer-events: none;
    }

    .checkmark.valid {
        color: green;
    }

    .checkmark.invalid {
        color: rgb(216, 0, 0);
    }

    .form-control-completed2 {
        border-color: green;
    }

    .form-control-error2 {
        color: rgb(216, 0, 0);
    }

    .form-check-input, .checkmark {
        vertical-align: middle;
        margin-left: 8px;
    }

    .preview-image {
        max-width: 120px;
        max-height: 120px;
        margin: 5px;
        border-radius: 10px;
    }
    
    form {
        padding: 0;
        margin: 0;
    }
    
    .form-control {
        width: 100%;
        margin: 0; /* Asegúrate de que no haya margen en los inputs */
    }
    
    .tittleForm {
        letter-spacing: normal; /* Cambié none a normal */
        width: 100%;
    }
    
    .container {
        padding: 0;
        margin: 0;
    }
    
    #fondito form {
       
        padding: 0;
        margin: 0;
    }
    
    @media (max-width: 767px) {
        .tittleForm {
            letter-spacing: normal; /* Cambié none a normal */
            width: 100%;
        }
    }


    /*forms.ServiceForm*/

    .form-group {
        position: relative;
    }

    .checkmark {
        position: absolute;
        top: 72%;
        right: 10px;
        transform: translateY(-50%);
        color: #5cb85c;
        font-size: 18px;
    }
    
    #suggestions {
        position: absolute;
        background-color: white;
        z-index: 1000; /* Asegura que la lista esté por encima de otros elementos */
        width: calc(100% - 1rem); /* Ajustar el ancho */
        max-height: 200px; /* Ajustar altura máxima */
        overflow-y: auto; /* Habilitar scroll si es necesario */
    }


    .title-gradient {
        background: rgb(255,255,255);
        background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(236,242,229,1) 25%, rgba(227,238,216,1) 50%, rgba(236,242,229,1) 75%, rgba(255,255,255,1) 100%);
        padding: 5px;
        color: #000;
        border-radius: 10px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    /* Para validaciones exitosas */
    .form-control-completed2 {
        border-color: #28a745 !important; /* Verde */
        box-shadow: none !important;      /* Sin sombra azul */
        outline: none !important;         /* Elimina el borde por defecto */
    }

    /* Para errores de validación */
    .form-control-error2 {
        border-color: #dc3545 !important; /* Rojo */
        box-shadow: none !important;
        outline: none !important;
    }


    @media (max-width: 767px) {
        .title-gradient{
            background-image: none;
            text-align: justify;
            width: 100%;
        }
        
    }
    
/*LO QUE ESTABA EN RESPONSIVE.CSS*/

#card-publication {
    background-image: linear-gradient(25deg, rgba(255, 244, 228, 1) 7.1%, rgba(240, 246, 238, 1) 80%);
}

.mobile-logo {
    display: none;
}

/* Media Queries */

/* Para dispositivos de escritorio (769px en adelante) */
@media (min-width: 768px) {

    /*.nav_container {
        width: 100% !important; 
        justify-content: space-around !important;
    }*/
    .card-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 100vw;
    }

    .dropdown {
        position: absolute !important;
        background-color:  #e3eed8;
        right: 0;
        top: 0;
        padding: 1rem !important;
        display: inline-table;
        align-content: center !important;
        overflow-y: auto !important;
        clip-path: var(--clip, inset(0 0 0 100%)) !important;
        transition: clip-path 0.5s;
        width: 100%;
        max-width: 340px;
        height: 100% !important;
    }

    .redesSociales {
        position: absolute;
        display: flex;
        justify-content: space-between;
        bottom: 10px;
        display: inline;
        align-items: center;
        left: 15%;
        z-index: 9999;
    }

    .redesSociales p{
        text-align: center;
        font-size: 1rem;
    }

    .redesSociales a i {
        font-size: 25px;
        color: #000000;
    }

    .redesSociales a {
        margin: 0 30px;
    }

    .redesSociales a:hover i.fa-facebook {
        color: #3b5998;
    }

    .redesSociales a:hover i.fa-square-x-twitter {
        color: #00acee;
    }

    .redesSociales a:hover i.fa-instagram {
        color: #bc2a8d;
    }

    .redesSociales a:hover i.fa-youtube {
        color: #ff0000;
    }
}


/* Para dispositivos móviles (hasta 576px) */
@media (max-width: 767px) {

    .search-container {
        max-width: 14.75rem;

    }

    .desktop-logo {
        display: none;
    }

    .nav_container {
        flex-direction:row;
        align-items:flex-end; /* Cambia la dirección del flex a columna */
        padding: 5px;

    }

    .card-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }

    .filter-btn button {
        margin-right: 5px; /* Ajusta el margen entre los botones */
    }

    .dropdown {
        position: absolute !important;
        background-color: #e3eed8;
        right: 0;
        top: 0;
        padding: 1em;
        display: inline-table;
        align-content: center;
        gap: 1rem;
        overflow-y: auto;
        clip-path: var(--clip, inset(0 0 100% 0));
        transition: clip-path 0.8s;
        width: 100%;
        height: 100%; /* Ajuste para cubrir toda la pantalla */
    }

    .redesSociales {
        position: fixed;
        bottom: 25px; /* ajusta esta cantidad según lo cerca que quieras que esté del borde inferior */
        left: 25%;
        z-index: 9999;
    }

    /* Ajusta el tamaño de la fuente de los iconos */
    .redesSociales a i {
        color: #000000;
        font-size: 1.250rem; /* Ajusta el tamaño según sea necesario */
    }

    /* Estilos adicionales si es necesario */
    .redesSociales a {
        margin: 0 25px; /* Espacio entre iconos */
    }
    .redesSociales a:hover i.fa-facebook {
        color: #3b5998;
    }

    .redesSociales a:hover i.fa-twitter {
        color: #00acee;
    }

    .redesSociales a:hover i.fa-instagram {
        color: #bc2a8d;
    }

    .redesSociales a:hover i.fa-youtube {
        color: #ff0000;
    }
}






/* Estilos globales: aplicables a todos los tamaños de pantalla */
* {
    font-family: Roboto, sans-serif;
    /* Otros estilos globales */
}

/* --- Pantallas muy pequeñas (hasta 480px) --- */
@media (max-width: 480px) {
    /* Ajustes para el carrusel en pantallas pequeñas */
    .slick-carousel {
        height: 250px;
    }
    .slick-prev, .slick-next {
        width: 25px;
        height: 25px;
        padding: 3px;
    }
    .slick-prev:before, .slick-next:before {
        font-size: 14px;
    }
}

/* --- Pantallas pequeñas (hasta 768px) --- */
@media (max-width: 768px) {
    
    /* Ajustes de tamaño para el carrusel */
    .slick-carousel {
        height: 300px;
    }
    .slick-prev, .slick-next {
        width: 30px;
        height: 30px;
        padding: 5px;
    }
    .slick-prev:before, .slick-next:before {
        font-size: 16px;
    }
        
    /* Ajustes para el contenedor social en columna */
    .social-container {
        flex-direction: column;
        align-items: flex-start;
        display: block;
    }
    .social-item {
        width: 100%;
        text-align: start;
        flex: none;
        padding-left: 2px;
    }

    .filter-btn button {
        margin-right: 5px;
    }

    .btn-3d{
        
        width: 20vw;
    }
}


/*ERRORES*/
.error-span {
    display: block; /* Para que ocupe todo el ancho disponible */
    width: 100%;
    box-sizing: border-box; /* Incluye padding y borde en el ancho total */
    margin-top: 5px; /* Espacio superior opcional para separar el error del input */
    text-align: center;
}



/* Estilos específicos para el autocompletado de búsqueda */
/* Estos estilos tienen mayor especificidad para evitar conflictos */

.search-box-container {
    position: relative !important;
  }
  
  #searchSuggestions {
    position: absolute !important;
    width: 100% !important;
    top: 100% !important;
    left: 0 !important;
    background-color: white !important;
    border: 1px solid #ddd !important;
    border-top: none !important;
    border-radius: 0 0 4px 4px !important;
    z-index: 1000 !important;
    max-height: 300px !important;
    overflow-y: auto !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
  }
  
  #searchSuggestions div {
    padding: 10px 15px !important;
    cursor: pointer !important;
    border-bottom: 1px solid #eee !important;
    transition: background-color 0.2s !important;
  }
  
  #searchSuggestions div:last-child {
    border-bottom: none !important;
  }
  
  #searchSuggestions div:hover {
    background-color: #f5f5f5 !important;
  }
  
  #searchSuggestions div strong {
    color: #38b2ac !important;
  }
  

/*TARJETAS POR JSON EN CARDPUBLICATION.JS*/


.contenedor-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start; /* Por defecto en escritorio */
}

@media (max-width: 768px) {
    .contenedor-cards {
        justify-content: center !important; 
    }
    #contenedor-publications{
        justify-content: center !important; 
    }
}

.container-tercero {
    flex: 0 0 300px; 
    display: flex ;
    justify-content: flex-start;
    align-items: center;
}

.suggestions-container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: white;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 4px 4px;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.suggestion-item {
    padding: 10px 15px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
}

.suggestion-item:hover {
    background-color: #f5f5f5;
}

.suggestion-category {
    color: #0056b3;
    font-weight: 500;
}

.suggestion-description {
    color: #666;
    font-size: 0.9em;
}

.container-principal {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;  
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    background-color: #f2f3f4;

}

#contenedor-publications {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;  /* las filas siempre empiezan a la izquierda */
  align-items: flex-start;
  gap: 1rem;
  max-width: 1600px;             /* o el ancho que quieras para balancear */
  margin: 0 auto;                /* centra todo el bloque */
  padding: 0 1rem;               /* margen interno a los lados */
  box-sizing: border-box;
  background-color: #f2f3f4;
}


