@font-face {
	font-family: 'Guton';
	src: url('../fonts/guton/regular/Guton-Regular.woff2') format('woff2'),
		url('../fonts/guton/regular/Guton-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Guton';
	src: url('../fonts/guton/extra-bold/Guton-ExtraBold.woff2') format('woff2'),
		url('../fonts/guton/extra-bold/Guton-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

body {
	/*font-family: "Quicksand", sans-serif !important;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;*/
	font-family: "Guton", sans-serif;
	font-style: normal;
}

html {
	scroll-behavior: smooth;
}

legend {
	font-size: 15px !important;
	font-weight: bold;
	text-transform: uppercase;
}

h6 {
	font-size: 13px;
	color: #000000 !important;
	font-weight: bold;
}

th {
	color: #000000 !important;
	font-weight: bold;
}

.btn-dark {
	background-color: #420e1b !important;
	border: none;
	transition: 0.2s;
	padding: 13px 16px;
	border-radius: 18px;
	font-size: 14px;
	font-weight: bold;
}

.btn-dark:hover {
	background-color: #2a1016 !important;
	border: none;
	transition: 0.2s;
}

.btn-danger {
	background-color: #9b2020 !important;
}

.btn-danger:hover {
	background-color: #8b1a1a !important;
}

.content-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -52%);
	width: 100%;
}

.login-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -60%);
}

.bg-opacity {
	border-radius: 15px;
	background-color: rgba(255, 255, 255, 0.5);
}

.world-position {
	position: absolute;
	transform: translate(-50%, -70%);
}

.btn-sm-circle {
	width: 40px;
	height: 40px;
	border-radius: 35px;
	font-size: 17px;
}

.line {
	width: 250px;
	background-color: white;
}

footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 2;
}

.font-sm {
	font-size: 13px !important;
}

.font-xs {
	font-size: 11px !important;
}

.btn-gns {
	transition: .3s;
	background-color: #293641 !important;
	color: white;
	z-index: 0 !important;
}

.btn-gns:hover {
	background-color: white !important;
	color: #293641 !important;
	border: 1px solid #293641;
}

.text-gns {
	color: #293641 !important;
}

.bg-gns {
	background-color: #293641 !important;
}

.bg-success-gns {
	background-color: #23201b !important;
}

.btn-success-gns {
	color: white;
	background-color: #af8c61 !important;
	border-radius: 10px;
}

.btn-success-gns:hover {
	color: white;
	background-color: #7e694c !important;
}

.tabla-estilo {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 5px;
}

.tabla-estilo tr {
	position: relative;
}

.tabla-estilo tr::before {
	content: "";
	position: absolute;
	inset: 0;
	background: #f7f4e3;
	border-radius: 12px;
	z-index: 0;
}

.tabla-estilo td {
	position: relative;
	padding: 12px 20px;
	background: transparent;
	z-index: 1;
}

.tabla-estilo td:first-child {
	font-weight: 600;
}

.tabla-estilo td:last-child {
	color: #555;
}

#overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 4;
	cursor: pointer;
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 3;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, #32ad52, #32ad52, #5ab971);
	overflow-x: hidden;
	transition: 0.3s;
	padding-top: 180px;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

.menu-style {
	position: fixed;
	z-index: 2;
	left: 15px;
	top: 3px;
	font-size: 26px;
	cursor: pointer;
}

@media only screen and (max-width: 576px) {
	.sidenav {
		padding-top: 70px;
	}

	.space {
		height: 45vh;
	}

	.show-user {
		display: none;
	}

	.bg-image {
		background-image: url(../img/bg-index2.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		height: 100vh;
	}
}

@media only screen and (min-width: 576px) {
	.sidenav {
		padding-top: 70px;
	}

	.dashboard-center {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.space {
		height: 70vh;
	}

	.show-user {
		display: block;
	}
}

.line-gray {
	background-color: white;
	width: 80%;
}

.row-color:hover {
	background-color: #5ab971 !important;
}

.row-ticket {
	background-color: #2D4A64;
}

.row-ticket:hover {
	background-color: rgb(0, 161, 53) !important;
}

.dashboard-items-customer {
	font-size: 14px;
	transition: all 300ms ease 0ms;
	border-radius: 4px;
}

.dashboard-items-customer:hover {
	transition: 0.4s;
	cursor: pointer !important;
}

.dashboard-items {
	max-width: 18rem;
	font-size: 14px;
	transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

.dashboard-items:hover {
	transition: 0.4s;
	cursor: pointer !important;
	transform: translateY(-7px);
	box-shadow: 0px 15px 20px rgba(27, 66, 117, 0.6);
}

.txt-small {
	font-size: 12px;
}

.txt-md {
	font-size: 14px;
}

.active {
	background-color: #494949 !important;
	cursor: default !important;
	color: white !important;
}

.page-link {
	background-color: #494949;
	width: 39px;
	height: 37px;
	text-align: center;
}

.page-item:hover {
	color: #000000;
}

.input-click-anim {
	transition:
		border-color .25s ease,
		box-shadow .25s ease,
		transform .15s ease;
}

.input-click-anim.dx-state-focused {
	border-color: var(--dx-color-primary, #337ab7);
	box-shadow: 0 0 0 3px rgba(0, 136, 255, 0.25);
	transform: translateY(-1px);
}


.btn-proyectosMas {
	font-size: 20px;
	background-color: #e7e0d5;
	border-radius: 15px;
	margin-bottom: 10px;
}

.btn-proyectosMas:hover {
	color: white;
	background-color: #ada9a1 !important;
}

.btn-proyectosEstado {
	font-size: 20px;
	background-color: #000000;
	border-radius: 15px;
}

.btn-proyectosEstado:hover {
	background-color: #3b3b3b !important;
}

.card {
	position: relative;
	width: 100%;
	max-width: 450px;
	margin: 30px auto;
	border-radius: 20px;
	overflow: hidden;
	height: 670px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.container-fluid-inicio {
	margin-right: 50px;
	margin-left: 50px;
}

/* Imagen principal */
.card img.card-img-top:first-child {
	transition: transform 0.4s ease;
}

.card-img-top {
	object-fit: cover;
	object-position: center;
	border-radius: 20px;
}

/* Hover del card completo */
.card:hover {
	transform: translateY(-6px);
	/* sube el card */
	box-shadow: 0 12px 25px rgba(0, 0, 0, 0.35);
}

/* Mini zoom de la imagen */
.card:hover img.card-img-top:first-child {
	transform: scale(1.02);
}

.card-content img.logo {
	display: block;
	margin: 0 auto;
	object-position: center;
	width: 320px;
	height: 100%;
	object-fit: cover;
}

/* Contenedor del contenido dentro del front */
.card-content {
	position: relative;
	background-color: white;
	transition: transform 0.3s ease;
}

/* Subida ligera del contenedor con el card */
.card:hover .card-content {
	transform: translateY(-5px);
}

/* front y back ocupan todo el card */
.card-front,
.card-back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: opacity 0.2s ease;
}

/* back oculto al inicio */
.card-back {
	display: none;
	/* oculto por defecto */
	position: absolute;
	/* encima del front */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	/* encima del front */
	background-color: #430d1b;
	padding: 20px;
}

/* clases de animación */
.fade-out {
	opacity: 0;
}

.hidden {
	display: none;
}

#cardsContainer {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 350px), 1fr));
	gap: 20px;
	box-sizing: border-box;
}

.service-options {
	cursor: pointer;
	color: #293641;
	transition: .3s;
	padding-top: 5px;
}

.service-options:hover {
	color: rgb(0, 161, 53);
	transition: .3s;
}

.fa-sort-down {
	position: relative;
	bottom: 3px;
}

table {
	font-size: 15px;
}

.drop:hover>.dropdown-menu {
	display: block;
}

.drop>.dropdown-toggle:active {
	/*Without this, clicking will make it sticky*/
	pointer-events: none;
}

.tab {
	overflow: hidden;
	background-color: #f1f1f1;
}

.tab button {
	background-color: inherit;
	float: left;
	outline: none;
	border: 1px solid lightgray;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	color: black;
}

.tab button:hover {
	background-color: #293641;
	color: white;
}

.tab button.active {
	background-color: white;
	color: black;
	border: 1px solid #293641;
}

.tabcontent {
	display: none;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-top: none;
	animation: fadeEffect 1s;
}

.profile {
	opacity: 1.0 !important;
	transition: 0.3s;
}

.profile:hover {
	opacity: 0.7 !important;
	transition: 0.3s;
}

@keyframes fadeEffect {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* SCROLL */
::-webkit-scrollbar {
	width: 6px;
}

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
}

::-webkit-scrollbar-thumb {
	background: #93908b;
}

/* SCROLL */

@media (max-width: 992px) {
	.card {
		min-height: 580px;
	}

	#containerImagen {
		height: 200px !important;
	}
}

@media (max-width: 576px) {
	.card {
		min-height: 570px;
		height: auto;
		margin: 15px auto;
	}

	.card-content img.logo {
		width: 100%;
		max-height: 100%;
		height: auto;
	}

	#containerImagen {
		height: 160px !important;
	}

	.card img {
		max-height: 150px;
		object-fit: cover;
	}
}

@media screen and (min-width: 640px) {
	.body-xl {
		height: 77vh;
		overflow-y: auto;
	}
}

@media screen and (max-width: 768px) {
	#barra {
		display: none;
		margin-left: 0px;
	}

	.container-fluid-inicio {
		margin-right: 30px;
		margin-left: 30px;
	}

	#cardsContainer {
		margin: 10px 10px
	}

	.tabla-estilo tr {
		display: block;
		margin-bottom: 15px;
	}

	.tabla-estilo th,
	.tabla-estilo td {
		display: block;
		width: 100%;
	}

	.tabla-estilo th {
		font-size: 14px;
	}
}

.modal-xl {
	margin-top: 0px !important;
}

.input {
	width: 100%;
	padding: 15px;
	display: inline-block;
	border: none;
	background: #f1f1f1;
	font-size: 12px;
}

.input:focus {
	outline: none;
}

.text-success {
	color: #22AE79 !important;
}

.text-success-renalta {
	color: #4f1824 !important;
}

.input-login {
	width: 100%;
	padding: 13px 11px;
	padding-left: 15px;
	border: none;
	background-color: #f7f4e3;
	border-radius: 18px;
	font-size: 13px;
	outline: none;
	font-weight: 600;
}

.input-login::placeholder {
	color: black;
	opacity: 1;
}

.btn-login {
	padding: 13px 16px;
	background-color: #af8c62;
	border: none;
	border-radius: 18px;
	font-size: 14px;
	font-weight: bold;
	transition: 0.3s;
}

.btn-login:hover {
	background-color: #625039;
	transition: 0.3s;
}

.rating {
	font-size: 2rem;
	cursor: pointer;
}

.star {
	color: #ccc;
	transition: color 0.3s;
}

.star.selected,
.star:hover {
	color: gold;
}