/* _content/Gespoint.Docs/Pages/Docs/DocsIndex.razor.rz.scp.css */
.contenedor[b-gsck4zj45f] {
	width: 98%;
	margin: auto;
	display: grid;
	grid-template-columns: 20% 65% 15%;
	background-color: white;
	padding: 1rem;
	min-height: 81vh;
}

.opMenu[b-gsck4zj45f] {
	cursor: pointer;
	margin-bottom: .4rem;
	clear: both;
	text-decoration: none;
	color: black;
}

	.opMenu:hover[b-gsck4zj45f] {
		text-decoration: underline;
	}

.ArticuloListado[b-gsck4zj45f] {
	cursor: pointer;
	clear: both;
	padding: 1rem;
	text-decoration: none;
	color: black;
}

	.ArticuloListado:hover[b-gsck4zj45f] {
		background-color: aliceblue;
	}

.BannerGP[b-gsck4zj45f] {
	width: 250px;
	height: 469px;
	background-image: url('/images/banner_lateral.png');
}

	.BannerGP:hover[b-gsck4zj45f] {
		width: 250px;
		height: 469px;
		background-image: url('/images/banner_lateral_on.png');
	}
/* _content/Gespoint.Docs/Pages/index.razor.rz.scp.css */
.banner_PrimerosPasos[b-e5pz214350] {
	max-width: 80%;
	max-height: 80%;
}

	.banner_PrimerosPasos:hover[b-e5pz214350] {
		content: url('/images/Banner_Primeros_Pasos_2.png');
		max-width: 70%;
		max-height: 70%;
	}

.banner_PrimerosPasos_EN[b-e5pz214350] {
	max-width: 80%;
	max-height: 80%;
}

	.banner_PrimerosPasos_EN:hover[b-e5pz214350] {
		content: url('/images/First_steps_2.png');
		max-width: 70%;
		max-height: 70%;
	}

.ficha[b-e5pz214350] {
	border: 1px solid #CCC;
	cursor: pointer;
	float: left;
	margin: 1rem;
	border-radius: .4rem;
	padding: 1rem;
	height: 15rem;
	width: 15rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
	color: #808080;
	transition: transform .2s; /* Animation */
}

	.ficha:hover[b-e5pz214350] {
		border: 1px solid #50B329;
		box-shadow: 0 .4rem 1.5rem 0 rgba(0, 0, 0, 0.15);
		color: #50B329;
		transform: scale(1.1);
	}

.Titulo[b-e5pz214350] {
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-size: x-large;
	cursor: pointer;
	position: relative;
	color: #808080;
	text-decoration: none;
}

	.Titulo[b-e5pz214350]::before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background: linear-gradient(to right, #b47dcd, #e878a2, #eb85ab);
		z-index: 1;
		transform: scaleX(0);
		transform-origin: left;
		transition: transform 0.5s ease-in-out;
	}

	.Titulo:hover[b-e5pz214350]::before {
		transform: scaleX(1);
	}
/* _content/Gespoint.Docs/Pages/Login.razor.rz.scp.css */
a[b-k6da0gzay1] {
	color: #808080;
	text-decoration: none;
}

	a:hover[b-k6da0gzay1] {
		text-decoration: underline;
	}
/* _content/Gespoint.Docs/Shared/MainLayout.razor.rz.scp.css */
.page[b-9kfcg80yyy] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-9kfcg80yyy] {
    flex: 1;
}

.sidebar[b-9kfcg80yyy] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.boton[b-9kfcg80yyy] {
    float: right;
    color: #808080;
    padding: .5rem;
    border: 1px solid #aeaeae;
    text-decoration: none;
    font-size: small;
    cursor:pointer;
}

    .boton:hover[b-9kfcg80yyy] {
        text-decoration: none;
        background-color: #808080;
        color: white;
    }

.top-row[b-9kfcg80yyy] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-9kfcg80yyy]  a, .top-row .btn-link[b-9kfcg80yyy] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-9kfcg80yyy] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-9kfcg80yyy] {
        display: none;
    }

    .top-row.auth[b-9kfcg80yyy] {
        justify-content: space-between;
    }

    .top-row a[b-9kfcg80yyy], .top-row .btn-link[b-9kfcg80yyy] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-9kfcg80yyy] {
        flex-direction: row;
    }

    .sidebar[b-9kfcg80yyy] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9kfcg80yyy] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-9kfcg80yyy] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
