@charset "utf-8";

/*.navbar-fixed-top { z-index: 1100 !important; }
.sub-navbar { z-index: 1000 !important; }*/

.bannerPerlin {
	width: 100% !important;
	margin-top: -9px;
	
	@media screen and (max-width: 991px) {
        margin-top: -18px !important;
    }
}

.bannerSecciones {
	width: 100%;
	max-width: 360px !important;
	height: auto;
	display: block;
	margin: 0 auto;
}

.cintaPrincipal {
	background-color: #a57f2c !important;
	text-align: center;
	color: white;
	height: auto !important;
	border: none;
	font-size: 30px;
	margin-top: 0px !important;
	font-weight: 400;
}

.mt-cinta-principal {
	margin-top: -9px !important;
	
	@media screen and (max-width: 991px) {
		margin-top: -18px !important;
	}
}

@media screen and (min-width: 386px) and (max-width: 810px) {
	.cintaPrincipal {
		font-size: 24px !important;
	}
}

@media screen and (min-width: 286px) and (max-width: 385px) {
	.cintaPrincipal {
		font-size: 22px !important;
	}
}

@media screen and (max-width: 285px) {
	.cintaPrincipal {
		font-size: 20px !important;
	}
}

.bordeRedondeado {
    border-radius: 10px !important;
}

.grisMedio {
	color: #BC955C;
}

/** PrimeFaces **/
.ui-widget {
	font-size: 100%;
}

.ui-datepicker .ui-datepicker-title {
    color: #333 !important;
}

.ui-selectonemenu .ui-selectonemenu-trigger {
	border-right: 0 !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
	cursor: pointer !important;
	width: 40px !important;
	height: 100% !important;
	position: absolute !important;
	right: 0 !important;
	top: 0 !important;
	padding: 0 0px !important;
}

.ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
	position: absolute !important;
	margin: auto !important;
	top: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
}

.no-bold-radio .ui-selectoneradio-label,
.no-bold-radio .ui-radiobutton-label,
.no-bold-radio label {
    font-weight: normal !important;
}

.cuadro {
	min-height: 35px;
	font-weight: normal;
	border: 1px solid #d6d6d6;
	padding: 4px;
	transition: .2s;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	width: 100%;
}

.text-justify {
    text-align: justify !important;
}

.min-w-185 {
  min-width: 185px;
}

.mt-neg-50 {
	margin-top: -50px !important;
}

.panelSelect .ui-selectonemenu-item {
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    padding: 0.5rem !important;
}

/* Personalización de color hover en los ítems del dropdown */
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
	background-color: var(--bs-primary);		/* color principal del tema */
	color: var(--bs-white);						/* texto blanco */
}

.navbar .dropdown-toggle::after {
	display: inline-block;
	margin-left: .5rem;
	vertical-align: .25em;
	content: "";
	border-top: .4em solid;
	border-right: .4em solid transparent;
	border-left: .4em solid transparent;
	color: white;
}

.dropdown-divider {
	height: 0;
	margin: 0.5rem 0;
	overflow: hidden;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.sub-navbar .dropdown-menu {
	right: 0 !important;
	left: auto !important;
}
