html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}
.iconos {
	display: flex;
	align-items: center;
}
header {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.header-container {
	display: flex;
	flex-wrap: wrap; 
	align-items: center; 
	margin-top: 1%;
    margin-bottom: 1%;
}
.logo {
	margin: 5px;
}
.buscar {
	position: relative;
	border-radius: 5px; 
	border: solid 0.5px;
	background-color: rgba(8, 85, 153, 0.01);
	padding: 6px; 
	height: 45px; 
	margin: auto;
	width: 50%;
} 
a.dropdown-item {
    color: black;
    text-decoration: none;
}
a.dropdown-item:hover {
    color: black; 
    background-color: #f0f0f0;
}
a.dropdown-item:active {
    color: black;
}
a.dropdown-item:focus {
    color: black;
    outline: none;
}
.dropdown.servicios, .acceso {
	margin: 5px; 
}
.content {
    flex: 1;
}
.footer {
    background-color: #525252;
    width: 100%;
    color: #fff;
    padding: 20px;
    text-align: center;
}
.subcontent {
    display: flex;
    flex-direction: column;
}
@media (min-width: 768px) {
.f-uno {
display: flex;
}
}
body {
    padding: 0 !important;
    font-family: 'Roboto', sans-serif;
}
/*-----*/
/*SCROLL*/
::-webkit-scrollbar {
    width: 5px;
    height: 0px;
}
::-webkit-scrollbar-thumb {
    background: #9ca3af; 
    border-radius: 10px;
}



.img {
    max-width: 100%;
    width: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
	 height: 160px;
}
@media screen and (max-width: 900px) {
	.img {
		max-width: 100%;
		width: 100%;
		display: block;
		-o-object-fit: cover;
		   object-fit: cover;
		-o-object-position: center center;
		   object-position: center center;
		 height: 200px;
	}
}

/*TIPOGRAFÍA*/
.h2-categoria {
    font-family: 'Quicksand', sans-serif;
    font-size: medium;
    font-weight: 700;
    color: #085599
}
.ver-todos {
    text-decoration: none;
    color: #000;
    margin-left: 20px;
    font-size: small;
}
.ver-todos:hover {
    text-decoration: underline;
    color: #000;
}
@media (min-width: 600px) {
    .h2-categoria {
        font-size: x-large;
    }
    .ver-todos {
        font-size: medium;
    }
}


/*BOTONES*/
.btn-uno {
    background-color: #085599;
    color: #fff;
    text-align: center;
    font-weight: 400;
    border: none;
    border-radius: 5px;
    padding: 5px 15px;
    text-decoration: none;
}
.btn-uno:hover {
    background-color: #064780;
    color: #fff !important;
}
.btn-dos {
    background-color: #d1d5db;
    color: #000;
    text-align: center;
    font-weight: 400;
    border: none;
    border-radius: 5px;
    padding: 5px 15px;
}
.btn-dos:hover {
    background-color: #c1c5ca;
    color: #000;
}
.btn-tres {
    background: none;
    color: #085599;
    text-align: center;
    font-weight: 500;
    border: none;
    border-radius: 5px;
    padding: 5px 15px;
}
.btn-tres:hover {
    color: #064780;
}

/*LOGIN*/
.div-litigar {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto;
}
.litigar-login {
    font-size: x-large;
    padding: 0px;
}
.play-login {
    font-family: 'Quicksand', sans-serif;
    font-weight: 800;
    color: #085599;
}
/* Estilo global por defecto */
.div-login {
    width: 90%; /* Ancho relativo para pantallas pequeñas */
    min-width: 200px; /* Evita que el div se haga más pequeño que 300px */
    margin: auto;
    padding: 30px 10px;
    border: solid 1px #9ca3af;
    border-radius: 10px;
}

/* Para pantallas medianas */
@media (min-width: 700px) {
    .div-login {
        width: 70% !important; /* Ancho más amplio para pantallas medianas */
        min-width: 200px; /* Ajusta el mínimo a pantallas más grandes */
        padding: 30px;
    }
    
    .modal-signup {
        width: 50% !important;
        margin-top: 20px;
    }
}

/* Para pantallas grandes */
@media (min-width: 1200px) {
    .div-login {
        width: 50% !important; /* Ancho más amplio para pantallas grandes */
        min-width: 300px; /* Asegura que no sea menor que 600px */
        padding: 30px;
    }

    .modal-signup {
        width: 30% !important;
    }
}

.h-login {
    text-align: center;
    font-size: large;
    margin-bottom: 20px;
}
.form-control {
    margin-bottom: 10px;
}
.texto-inferior {
    font-size: small;
    margin-top: 0px;
}
.texto-inferior a {
    color: #212529;
    text-decoration: none;
}
.texto-inferior a:hover {
    color: #212529;
    text-decoration: underline;
    cursor: pointer;
}
.btn-login {
    width: 100%;
    background-color: #085599;
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: 5px;
    font-weight: 600;
}
.btn-login:hover {
    background-color: #064780;
}
.linea-sep {
    border-bottom: solid 1px #9ca3af;
    width: 50%;
    margin-bottom: 10px;
}
.btn-redes {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #000;
    padding: 5px;
    font-weight: 600;
    margin-bottom: 20px;
}
.btn-redes a{
    color: #000;
    text-decoration: none;
}
.btn-redes:hover {
    width: 100%;
    background-color: #f3f4f6;
    border-radius: 5px;
    border: solid 1px #000;
    padding: 5px;
    font-weight: 600;
    margin-bottom: 20px;
}
.btn-login-litigar:hover {
    background-color: #fbbf24;
    border: solid 1px #fbbf24;
}

.modal-signup {
    width: 95% !important;
}

@media (min-width:400px) {
    .litigar-login {
        font-size: xx-large;
        padding: 0px;
    }
}

/*HEADER*/
header nav {
    display: flex;
    padding: 10px 5px;
    justify-content: space-between;
}
header nav div {
    display: flex;
    align-items: center;
}
.l-litigar, .l-litigar:hover {
    font-size: large;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}
.l-play {
    font-family: 'Quicksand', sans-serif;
    font-size: large;
    font-weight: 800;
    color: #085599;
}
.btn-menu {
    background: none;
    border: none;
    font-size: large;
    padding: 5px;
}
@media (min-width: 1000px) {
    .btn-menu {
        display: none;
    }
    .l-litigar {
        padding-left: 15px;
    }
}
.btn-nav {
    background: none;
    border: none;
    font-size: large;
    padding: 5px;
    color: #000;
}
.btn-nav:hover {
    color: #085599;
}
div.buscar input {
    display: none;
    border-radius: 5px;
    border: solid 0.5px;
    background-color: rgba(8, 85, 153, 0.01);
}
.num-noti {
    background-color: rgb(233, 1, 1);
    width: 20px;
    height: 20px;
    border-radius: 100px;
    padding: 0;
    position: absolute;
    z-index: 100;
    font-size: 12px;
    color: #fff;
    margin-left: -10px;
    text-align: center;
    font-weight: 600;
}
.servicios {
    display: none;
}
.servicios-menu.show {
    width: 280px;
    display: flex !important;
}
.servicios-menu div {
    text-align: center;
    padding: 0;
}
.servicios-menu span {
    font-size: small;
}
.hover-item {
    margin: 5px;
}
.hover-item:hover {
    background-color: #e4ecf5 !important;
    border-radius: 5px;
}
.lit-serv {
    height: 42px;
    width: 42px;
    border-radius: 50px;
    display: block;
    margin: 5px auto 10px auto;
    font-size: 15px;
    font-weight: 600;
}
.fondo-play {
    background-color: #085599;
    color: #fff;
}
.fondo-drive {
    background-color: #c54832;
    color: #fff;
}
.fondo-crm {
    background-color: #59cfec;
}
.fondo-books {
    background-color: #9db02f;
}
.fondo-adoc {
    background-color: #57157d;
    color: #fff;
}
.user {
    background-color: #085599;
    color: #fff;
    border: none;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    font-size: medium;
}
.cuenta {
    text-align: center !important;
}
.cuenta a {
    color: #000;
    text-decoration: none;
}
.cuenta a:hover {
    color: #000;
    text-decoration: underline;
}
.cuenta:active {
    background-color: #e4ecf5 !important;
    color: #000 !important;
}
@media screen and (max-width: 992px) {
	.menu-section{
		margin-top: 60px !important;
	}
}
@media (min-width: 100px) {
    header nav {
        padding: 10px 20px;
    }
    .l-litigar, .l-play, .l-litigar:hover {
        font-size: x-large;
    }
    .btn-menu {
        font-size: x-large;
        padding: 10px;
    }
    .btn-nav {
        font-size: x-large;
        padding: 10px 7px;
    }
    div.buscar input {
        display: inline;
        width: 100%;
    }
    .servicios {
        display: inline;
    }
    .user {
        height: 34px;
        width: 34px;
        font-size: large;
    }
}
@media (min-width: 650px) {
    div.buscar input {
        width: 250px;
    }
}
@media (min-width: 600px) {
    .servicios-menu.show {
        width: 350px;
    }
}

/*CONTENIDO*/
.content {
    margin: 10px;
}
@media (min-width: 576px) {
    .content {
        margin: 10px 20px;
    }
}
@media (min-width: 1400px) {
    .content {
        margin: 10px auto;
        max-width: 1300px;
    }
}

/*MENU*/
.menu-section {
    display: none;
    position: absolute;
    background-color: #fff;
    height: auto;
	width:auto;

}
.menu {
    list-style: none;
    cursor: pointer;
    padding: 10px;
    margin-bottom: -12px !important;
}
.menu-item {
    font-weight: 400;
    padding: 5px 10px;
}
.menu-item a {
    color: #000;
    text-decoration: none;
}
.menu-item:hover {
    background-color: #e4ecf5;
}
.menu-item a:hover {
    background-color: #e4ecf5;
    color: #000;
    text-decoration: none;
}
.menu-item-imp {
    font-weight: 600;
    color: #085599;
}
.menu-item-active {
    font-weight: 600 !important;
    background-color: #e4ecf5;
}
.menu-item  i {
    font-size: large;
}
@media (min-width: 992px) {
    .menu-section {
        display: inline; 
        position: inherit;    
    }
}
/*-----*/

/*SUBCONTENIDO*/
.chips-nav {
    display: flex;
    width: calc(100% - 10px);
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 15px;
}
.chip {
    padding: 5px 12px;
    margin-right: 10px;
    background-color: #6b7280;
    color: #fff;
    font-size: small;
    font-style: italic;
    font-weight: 400;
    border-radius: 10px;
    cursor: pointer;
}
.chip-arrow {
    width: 40px;
    position: absolute;
    z-index: 3;
    right: 30px;
    font-size: x-large; 
    font-weight: 800; 
    background-image: linear-gradient(to right, rgba(255,0,0,0), rgb(255, 255, 255));
}
/*-----*/
.label-nuevo {
    padding: 2px 12px;
    margin-right: 10px;
    background-color: #085599;
    color: #fff;
    font-size: small;
    font-style: italic;
    font-weight: 500;
    border-radius: 10px;
}
.label-categ {
    padding: 2px 12px;
    margin-right: 10px;
    background-color: #6b7280;
    color: #fff;
    font-size: small;
    font-style: italic;
    font-weight: 500;
    border-radius: 10px;
}

/*CURSO CARD*/
.curso-card {
    background-color: #fff;
}
.cardHeader label {
    position: absolute;
    display: block;
    margin-top: -30px;
    margin-left: 10px;
    background: #000;
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: small;
    font-weight: 400;
}
.cardBody {
    background-color: #ebf5ff;
    padding: 10px;
}
/*TIPOGRAFÍA CURSO CARD*/
.card-titulo {
    font-family: 'Quicksand', sans-serif;
    text-decoration: none;
    color: #000;
    font-size: medium;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
    height: 58px;
}
.card-titulo:hover {
    text-decoration: none;
    color: #085599;
    cursor: pointer;
}
.card-expositores {
    font-size: small;
    margin-bottom: 3px;
}
.card-puntuacion {
    color: #fbbf24;
    font-size: large;
    font-weight: 700;
}
.card-puntuacion i {
    font-size: medium !important;
}
.card-precio {
    font-size: large;
    font-weight: 600;
}
.card-precio span {
    color: #9ca3af;
    font-size: medium;
    text-decoration: line-through;
}
.card-btn-1 {
    width: 100%;
    background-color: #085599;
    color: #fff;
    text-align: center;
    font-weight: 500;
    border: none;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
    text-decoration: none;
}
/*.card-btn-1:hover {
    background-color: #064780;
    color: #fff !important;
}*/
.card-btn-2 {
    width: 32%;
    background-color: #d1d5db;
    color: #000;
    text-align: center;
    font-weight: 500;
    border: none;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
}
/*.btn-cart:hover {
    color: #085599;
}*/
.btn-share:hover {
    color: #11a62e;
}
.btn-bookmark:hover {
    color: #fe9900;
}
.btn-heart:hover {
    color: #eb2b09;
}
@media (min-width: 600px) {
    .card-titulo {
        font-size: large;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3; /* number of lines to show */
        -webkit-box-orient: vertical;
        height: 65px;
    }
}
/*CURSO FICHA*/
.ficha-curso {
    width: 75%;
}
/*TIPOGRAFÍA*/
.ficha-titulo {
    font-family: 'Quicksand', sans-serif;
    text-decoration: none;
    color: #085599;
    font-size: x-large;
    font-weight: 700;
}
.ficha-expositores {
    font-size: medium;
    margin-bottom: 5px;
}
.ficha-resumen {
    font-size: medium;
}
.ficha-puntuacion {
    color: #fbbf24;
    font-size: x-large;
    font-weight: 700;
}
.ficha-precio {
    font-size: x-large;
    font-weight: 600;
}
.ficha-precio span {
    color: #9ca3af;
    font-size: large;
    text-decoration: line-through;
}
.ficha-btn {
    background-color: #e5e7eb;
    color: #000;
    text-align: center;
    font-weight: 500;
    border: none;
    border-radius: 5px;
    padding: 5px 25px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.ficha-btn-2 {
    background-color: #e5e7eb;
    color: #000;
    text-align: center;
    font-weight: 500;
    border: none;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
}
.video-curso {
    margin-bottom: 15px;
}
.fichaHeader {
    width: 30%;
    max-width: 400px;
}
.fichaHeader label {
    position: absolute;
    display: block;
    margin-top: -30px;
    margin-left: 10px;
    background: #000;
    color: #fff;
    padding: 1px 5px;
    border-radius: 5px;
    font-size: small;
    font-weight: 400;
}
.fichaBody {
    width: 70%;
    padding: 0px 0px 0px 15px;
}
.video-titulo {
    font-family: 'Quicksand', sans-serif;
    text-decoration: none;
    color: #000;
    font-size: medium;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}
.video-titulo:hover {
    text-decoration: none;
    color: #085599;
    cursor: pointer;
}
.video-btn {
    background-color: #e5e7eb;
    color: #000;
    text-align: center;
    font-weight: 500;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.descargables-div {
    border-bottom: solid 1px #d1d5db;
    padding-bottom: 2px;
    margin-bottom: 20px;;
}
.descargar-archivo {
    list-style: none;
    padding: 0;
}
.descargar-archivo li a {
    color: #000;
    text-decoration: none;
    font-size: large;
    font-style: italic;
    padding: 3px 0px;
}
.descargar-archivo li a:hover {
    text-decoration: underline;
}
.btn-descargar {
    color: #fff;
    background-color: #085599;
    border: none;
    border-radius: 5px;
    padding: 10px 30px;
    font-weight: 500;
    margin-top: 30px;
}
.btn-descargar:hover {
    background-color: #064780;
}
.btn-descargar-inactivo {
    color: #fff;
    background-color: #b0cbe2;
    border: none;
    border-radius: 5px;
    padding: 10px 30px;
    font-weight: 500;
    margin-top: 30px;
    cursor: default !important;
}
.btn-descargar-inactivo:hover {
    color: #fff;
    background-color: #b0cbe2;
    cursor: default !important;
}
.progress-50 {
    background-color: green;
}
.progress-70 {
    background-color: #e9be00 !important;
}
.progress-90 {
    background-color: #33ac15 !important;
}
.progress-number-50 {
    color: #eb2b09;
}
.progress-number-70 {
    color: #e9be00;
}
.progress-number-90 {
    color: #33ac15;
}
.curso-historial {
    font-size: small;
    margin-bottom: 5px;
}
.curso-historial a {
    color: #000;
    text-decoration: none;
}
.curso-historial a:hover {
    color: #000;
    text-decoration: underline;
}
.link-desgrabado-video {
   color: #000;
   text-decoration: none; 
}
.link-desgrabado-video:hover {
    color: #000;
    text-decoration: underline; 
 }
 
/*PESTAÑAS FICHA CURSO*/
.contenedor {
  width: 75%;
  color: var(--negro);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0.5em;
}
.contenedor .ul {
    list-style: none;
    width: 100%;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.contenedor .li {
  padding: 5px;
  margin: 0 15px 0 0;
  cursor: pointer;
}
.contenedor .li:hover {
    font-weight: 500;
  }
.contenedor .li.activo {
  font-weight: 700;
  border-bottom: solid 2px #000;
}
.contenedor .subcontenedor {
  min-height: 10vh;
  position: relative;
}
.contenedor .bloque {
  position: absolute;
  top: 10px;
  color: var(--negro);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0.5em;
  background-color: var(--blanco);
  display: none;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.contenedor .bloque.activo {
  display: inline;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

/*LISTADOS FILTROS*/
.categoria-filtro {
    font-weight: 500;
    margin-bottom: 5px;
}
.listado-filtros {
    margin-bottom: 30px;
}
.listado-filtros ul {
    list-style: none;
    padding-left: 0;
}
.listado-filtros li {
    font-size: small;
}

/*PREFERENCIAS*/
/*PESTAÑAS*/
.contenedor-pref .li-pref {
    padding: 5px;
    margin: 0 15px 0 0;
    cursor: pointer;
}
.contenedor-pref .li-pref:hover {
    background-color: #e4ecf5;
}
.contenedor-pref .li-pref.activo-pref {
    font-weight: 600;
    background-color: #e4ecf5;
}
.contenedor-pref .subcontenedor-pref {
    position: relative;
}
.contenedor-pref .bloque-pref {
    position: absolute;
    top: 10px;
    display: none;
    width: 100%;
}
.contenedor-pref .bloque-pref.activo-pref {
    display: inline;
}

/*GENERAL PREFERENCIAS*/
.pref-videos {
    border-bottom: solid 1px #d1d5db;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 80%;
}
.p-titulo {
    font-family: 'Quicksand', sans-serif;
    text-decoration: none;
    color: #000 !important;
    font-size: medium;
    font-weight: 600;
}
.p-titulo:hover {
    text-decoration: none;
    color: #085599 !important;
    cursor: pointer;
}
/*-----*/
/*MODAL COMPARTIR*/
.compartir-redes {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.compartir-redes-item { 
    text-align: center;
}
.compartir-redes-item div {
    width: 50px;
    height: 50px;
    background-color: #000;
    border-radius: 100%;
    margin: 10px 20px; 
	display: grid;
	align-items: center;
    align-content: center;	
}
.compartir-redes-item div a {
    text-decoration: none;
    color: #fff;
    font-size: 32px;
}
.bg-fb {
    background-color: #1877f2 !important;
}
.bg-fb:hover {
    outline-style: solid;
    outline-color: #1877f2;
    outline-width: thick;
    transition: 0.2s
}
.bg-tw {
    background-color: black !important;
}
.bg-tw:hover {
    outline-style: solid;
    outline-color: black;
    outline-width: thick;
    transition: 0.2s
}
.bg-ig {
    background-color: #ca228a !important;
}
.bg-ig:hover {
    outline-style: solid;
    outline-color: #ca228a;
    outline-width: thick;
    transition: 0.2s
}
.bg-li {
    background-color: #0a66c2 !important;
}
.bg-li:hover {
    outline-style: solid;
    outline-color: #0a66c2;
    outline-width: thick;
    transition: 0.2s
}
.bg-wpp {
    background-color: #25d366 !important;
}
.bg-wpp:hover {
    outline-style: solid;
    outline-color: #25d366;
    outline-width: thick;
    transition: 0.2s
}
.info-message {
    background-color: #d1f7d5;
    padding: 10px;
    border-radius: 15px;
	font-size: 20px;
}
#mostrarContrasenia{
	border: none;
	background-color: white;
}
.img-container {
    position: relative;
    width: 100%;
}

.img-container img {
    width: 100%;
}

.img-container .icon-top-right {
    position: absolute;
    top: 10px; /* Ajusta según sea necesario */
    right: 10px; /* Ajusta según sea necesario */
    color: #0d6efd; /* Ajusta el color del ícono según sea necesario */
    font-size: 30px; /* Ajusta el tamaño del ícono según sea necesario */
}
.tag-certificado {
    position: absolute !important;
    display: block !important;
    margin-top: 10px !important;
    right: 10px !important;
    background: #085599 !important;
    color: #fff !important;
    padding: 5px 10px !important;
    border-radius: 100px !important;
    font-size: large !important;
    font-weight: 400 !important;
}
.cardHeader a {
    position: relative;
    display: block;
}
.notification {
    position: fixed;
    bottom: 45%;
    left: 45%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    z-index: 1000;
}
.oculto {
    display: none;
}

.control-noti {
    cursor: pointer;
}
.modal-noti {
  display: none; /* Ocultar el modal por defecto */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

.modalContent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  width:35%;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  z-index: 1001;
}

.control-noti {
  cursor: pointer;
  color: white;
  background-color: black;
  border: none;
  padding: 10px 20px;
  margin-top: 10px;
  border-radius: 5px;
  width: 40%;
}

.control-noti:hover {
  background-color: grey;
}
.ficha-expositores:hover {
    text-decoration: underline;
}
.carrito-vacio {
	text-align: center;
	margin-top: 20px;
	color: #777;
}
.filtros-busq {
    padding: 3px !important;
    font-size: 14px;
}
.filtros-aplicados {   
    display: none;
}
.filtros-aplicados-lateral {   
    display: flex; 
    flex-wrap: nowrap;
	flex-direction: column;
}
@media screen and (min-width: 991px) {
	.filtros-aplicados-lateral {   
		display: none; 
	}
	.filtros-aplicados {   
		display: flex; 
		flex-wrap: nowrap;
		margin-bottom: 20px;
		flex-direction: column;
	}
}
.filtro-aplicado-borrar {
    background-color: #6b7280;
    color: #fff;
    padding: 3px 10px;
    border-radius: 10px;
    font-size: 12px;
    margin: 3px 0px 0px 10px;
    text-decoration: none;
	width: fit-content;
}
.filtro-aplicado-borrar:hover {
    background-color: #4b5563;
    color: #fff;
    cursor: pointer;
}
ul.nueva-notif {
    background-color: #e6edf7;
    border-radius: 5px;
}
.h2-categoria span{
    font-family: 'Quicksand', sans-serif;
    font-size: medium;
    font-weight: 700;
    color: #363636;
    font-style: italic;
}
@media (min-width: 600px) {
    .h2-categoria span{
        font-size: x-large;
    }
}
.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Fondo gris semi-transparente */
  z-index: 9998; /* Asegura que esté debajo del loader */
  display: none; /* Ocultar inicialmente */
}

.loader {
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #3498db; /* Azul */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 9999; /* Asegura que esté por encima del overlay */
  display: none; /* Ocultar inicialmente */
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*NOTIFICACIONES*/
.div-notif {
    width: 90%;
    max-width: 650px;
	margin-left: 1%;
}
ul.sec-notif {
    list-style: none;
    padding: 0px;
}
ul.sec-notif li {
    padding: 15px;
    border-bottom: solid 1px #d1d5db;
}
ul.sec-notif li:hover .notif-h5 {
    text-decoration: underline;
}
ul.sec-notif li a {
    text-decoration: none;
}
li.nueva-notif {
    background-color: #e6edf7;
    border-radius: 5px;
}
ul li.nueva-notif div.col-2 button{
    justify-content: end;
    float: right;
    margin-right: 0;
    padding-right: 0;
}
ul li div.col-2 button {
    justify-content: end;
    float: right;
    margin-right: 0;
    padding-right: 0;
}
ul.sec-notif li:hover .notif-h5 {
    text-decoration: underline;
}
.notif-h5 {
    font-size: small;
    font-weight: 700;
    margin-bottom: 5px;
    color: #085599;
    white-space: normal;
}
.notif-h4 {
    font-size: medium;
    font-weight: 500;
    margin-bottom: 5px;
    color: #000;
    white-space: normal;
}
.notif-p5 {
    font-size: small;
    font-weight: 500;
    margin: 0px;
    color: #000;
    white-space: normal;
}
.notif-p4 {
    font-size: small;
    font-weight: normal;
    margin: 0px;
    color: #000;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.notif-p6 {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 5px;
    color: #000;
    white-space: normal;
    text-align: right;
}


ul.menu-notif-more {
    width: 180px;
    padding: 5px !important;
}

ul.menu-notif-more li {
    padding: 5px !important;
    border-bottom: none !important;
}

ul.menu-notif-more li a {
    padding: 5px 0px !important;
}
/* Estilos para la lista de productos en el carrito */
.carrito-container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.carrito-productos {
    flex: 1;
}

.producto {
    display: flex;
    align-items: stretch;
	margin-bottom: -15px;
	justify-content: space-between;
}

.informacion {
    flex: 1; /* Hace que este div ocupe todo el espacio disponible */
}

.eliminar-container {
    display: flex;
    align-items: center; /* Centra verticalmente el contenido */
}

.eliminar-btn {
    width: 40px; /* Ajusta el ancho según tus necesidades */
    height: 40px; /* Ajusta la altura según tus necesidades */
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.producto .imagen {
    width: 150px;
    margin-right: 20px;
}

.producto .imagen img {
    width: 100%;
    height: auto;
}

.producto .informacion {
    flex: 1;
}

.producto .informacion h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
	min-width: 300px;
}


.producto form {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.producto form button {
    color: red;
    border: none;
    cursor: pointer;
}

.botones-container {
	text-align: center;
	margin-top: 20px;
}

.btn {
	background-color: #085599;
	color: #fff;
	border: none;
	padding: 10px 20px;
	cursor: pointer;
	border-radius: 5px;
	text-decoration: none;
	transition: background-color 0.3s ease;
}
	
.resumen-compra {
	width: calc(30% - 10px);
	margin-left: 10px;
	background-color: #f8f9fa;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.resumen-compra h2 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 24px;
}

.resumen-compra p {
    margin: 0;
    font-size: 18px;
}

.carrito-vacio {
    text-align: center;
}
@media screen and (max-width: 805px) {
	.carrito-container {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		align-content: stretch;
	}
	.resumen-compra {
		width: 100%;
		margin-left: 0px;
		background-color: #f8f9fa;
		padding: 20px;
		border-radius: 8px;
		box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	}
}

.im-dat {
	display:flex;
	flex-direction: row;
	align-items: flex-start;
}
@media screen and (max-width: 805px) {
	.producto{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		margin-bottom: -15px;
	}
	.informacion {
		margin-left: 0px;
		margin-top: 15px;
	}
	.im-dat{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
}