@import url(dark.css);
@import url(https://cdn.dhomper.com/ws/css/base.css);
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body
{
	font-size: 14px;
	background-color: #F2F2F2;
	font-family: "Lato", serif;
	font-optical-sizing: auto;
	/* background-color: #DDD; */
	/* background-color: rgba(233,236,239,1) !important; */
	margin-top: 60px;
	padding-bottom: 70px;
}

body.bg-white
{
	background-color: #FFF !important;
}

body.org::before
{
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30%;
	bottom: 0;
	content: '';
	opacity: 0.1;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -9;
}

body headeroff .navbar.bg-light,
body .navbar-footer.navbar.bg-white
{
	/* background-color: #000000E5 !important; */
	background-color: #FFFFFFE5 !important;
}

body header .navbar.bg-dark
{
	background-color: #006FC9 !important;
}

body header .navbar.bg-dark .nav-link
{
	color: #FFF !important;
}


body header .navbar .nav-link
{
	font-size: .8em;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 0px 1px #000;
	/* padding-left: 4px !important;
	padding-right: 4px !important; */
}

body header .navbar li:not(:last-child)
{
	border-right: 2px solid #00000035;
}

a
{
	text-decoration: none;
}

[ng-click]
{
	cursor: pointer;
}

i + span,
i + i,
span + i,
span + span,
img + span
{
	margin-left: 2px;
}

.border input
{
	border-radius: 0;
}

.position-sticky.styletop
{
	top: 4.4rem;
}

.rounded-1,
.rounded-2,
.rounded-3,
.rounded-4,
.rounded-5
{
	/* overflow: hidden; */
}

.rounded .btn
{
	border-radius: 4px;
}

.overflow
{
	overflow: hidden;
}

.table
{
	margin-bottom: 0 !important;
}

.table.table-borderless
{
	border: 0px !important;
}

.table tr th
{
	white-space: nowrap;
	width: auto;
}

.table tr.table-active,
.table tr.table-active:hover,
.table.table-hover tbody tr.table-active:hover *
{
	/* --bs-table-bg-state: #a2e436 !important; */
	--bs-table-bg-state: #0e91b933 !important;
}

.tab-content
{
	background-color: #FFF;
	margin-top: 0 !important;
}

.accordion .accordion-button.noarrow::after
{
	display: none !important;
}

.form-floating input::placeholder
{
	color: transparent !important;
}

input:focus::placeholder,
input:active::placeholder
{
	color: #000 !important;
}

.text-pink
{
	color: pink;
}

.text-blue
{
	color: blue;
}

.required label::after,
label.required span::after
{
	position: absolute !important;
	color: red !important;
	content: "*" !important;
	inset: initial !important;
	font-size: 12px;
	padding-left: 3px;
}

header .navbar
{
	/* box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15),inset 0 -1px 0 rgba(255,255,255,0.15); */
}

header .navbar-nav
{
	font-size: 15px;
}

.nav-tabs
{
	/* border-bottom-width: 0 !important; */
}

.navbar.navbar-menu
{
	top: 47px;
	z-index: 9;
}

.dropdown-item.active,
.nav-link.active,
.dropdown-item.active:hover,
.nav-link.active:hover
{
	color: #FFF !important;
}

.img-avatar
{
	border-radius: 40px;
	height: 40px;
	width: 40px;
}

.form-group
{
	margin-bottom: 10px;
}

.card
{
	/* box-shadow: 0 1rem 3rem rgba(0,0,0,.175); */
	/* box-shadow: 2px 4px 12px #00000014;
	box-shadow: rgba(0, 0, 0, 0.132) 0px 1.6px 3.6px 0px, rgba(0, 0, 0, 0.11) 0px 0.3px 0.9px 0px;
	border-radius: 8px;
	border-width: 0px; */
	/* transition: box-shadow 200ms ease-in-out 0s; */
	transition: all .3s cubic-bezier(0,0,.5,1);
}

.card.card-hover:hover,
a.card:hover
{
	box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 3px 14px 3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px;
	/* box-shadow: 2px 4px 16px #00000029; */
	transform: translateY(-2px);
}

.swal2-container.swal2-shown
{
	z-index: 19999;
}

.form-check-input
{
	border-color: #BBB;
	height: 1.3em;
	margin-right: 10px;
	width: 1.3em;
}

.modal,
.modal-full
{
	/* z-index: 9999 !important; */
}

.modal-full
{
	margin: 0;
	padding: 0;
}

.modal-full .modal-dialog
{
	bottom: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-width: inherit;
	min-height: 100%;
	right: 0;
	top: 0;
	width: 100%;
}

.modal-full .modal-content
{
	border-radius: 0;
	bottom: 0;
	margin: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
}

.modal-open .fixed-top,
.modal-open .fixed-bottom
{
	/* z-index: 99; */
}

.modal-backdrop.show
{
	/* z-index: 9 !important; */
}

.swiper-portada .swiper-container
{
	height: 250px;
}

._dropdown-menu
{
	border-color: rgba(0,0,0,.15);
	border-radius: .75rem;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 10px 40px 10px rgba(0,0,0,0.2);
	overflow-x: hidden;
	min-width: 280px;
	z-index: 98;
}

.dropdown-menu
{
	min-width: 280px;
}

.process-loader
{
	background-color: rgba(0, 0, 0, .5);
	bottom: 0;
	left: 0;
	margin: auto;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 10000;
}

.process-loader .circular
{
	-webkit-animation: rotate 2s linear infinite;
	animation: rotate 2s linear infinite;
	display: block;
	height: 120px;
	left: 50%;
	margin: -60px;
	position: fixed;
	top: 50%;
	width: 120px;
}

.process-loader .path
{
	-webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
	stroke-dasharray: 1,200;
	stroke-dashoffset: 0;
	stroke-linecap: round;
}

.dws-loader-component
{
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
}

.dws-loader-component::before
{
	background-color: #FFF;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: '';
	border-radius: 4px;
	color: #000;
	height: 40px;
	line-height: 48px;
	position: absolute;
	width: 40px;
	z-index: 99999;
	border-style: solid;
	border-width: 1px;
	border-color: #CCC;
	margin: 2px -20px;
	left: 50%;
}

.dws-loader-component::after
{
	position: absolute;
	content: 'Cargando componente';
	left: 0;
	right: 0;
	text-align: center;
	top: 45px;
	z-index: 999999;
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate {

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes dash {

	0% {
		stroke-dasharray: 1,200;
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dasharray: 89,200;
		stroke-dashoffset: -35;
	}

	100% {
		stroke-dasharray: 89,200;
		stroke-dashoffset: -124;
	}
}

@keyframes dash {

	0% {
		stroke-dasharray: 1,200;
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dasharray: 89,200;
		stroke-dashoffset: -35;
	}

	100% {
		stroke-dasharray: 89,200;
		stroke-dashoffset: -124;
	}
}

@-webkit-keyframes color
{
	100%, 0%
	{
		stroke: #FFF;
	}
}

@keyframes color
{
	100%, 0%
	{
		stroke: #FFF;
	}
}

/* Por defecto ocultamos ambos */
.d-mobile, .d-desktop
{
	display: none;
}

.container-size
{
	container-type: inline-size;
}

/* Mostrar en pantallas pequeñas (móviles) */
@media (max-width: 767px)
{
	.d-mobile
	{
		display: block;
	}
}

/* Mostrar en pantallas grandes (laptops en adelante) */
@media (min-width: 768px)
{
	.d-desktop
	{
		display: block;
	}
}

@container (max-width: 500px)
{
	.d-mobile
	{
		display: block;
	}

	.d-desktop
	{
		display: none;
	}
}

@container (min-width: 501px)
{
	.d-mobile
	{
		display: none;
	}

	.d-desktop
	{
		display: block;
	}
}