/* Header */
.tramits-header .tres-botons-background {
	background: linear-gradient(90deg,#fff 50%,#343a40 0);
}

.tramits-header .tres-botons-1 {
	width: 100%;
	min-height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tramits-header .tres-botons-2 {
	width: 100%;
	min-height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tramits-header .tres-botons-3 {
	width: 100%;
	min-height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 913px) {
	.tramits-header-icon {
		margin-right: -30px;
	}
}

/* Cercador */
.cercador-background {
	background-image: url('https://sabarca.cat/assets_sabarca/img/intro-bg_orig.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 330px
}

.cercador-input-cerca button {
	width: 115px;
	height: 75px;
}

.cercador-input-button-color {
    background-color: #961E2B;
    color: white;
}

.cercador-input {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

@media (max-width: 767px) {
	.cercador-input {
	    font-size: 14px;
    	padding-left: 12px;
	}
}

@media (max-width: 475px) {
	.cercador-input {
    	font-size: 14px;
		padding-left: 12px;
	}
	.cercador-input-cerca button {
	    width: 90px;
	    height: 66px;
	}
}

@media (max-width: 375px) {
	.cercador-input {
	    font-size: 13px;
    	padding-left: 12px;
	}
	.cercador-input-cerca button {
	    width: 90px;
	    height: 66px;
	}
}

@media (max-width: 281px) {
	.cercador-input-cerca button {
	    width: 66px;
	    height: 66px;
	}
}

/* Llistat freqüents i destacats */
.llistat-tramits-background {
	border-radius: 15px;
	background-color: #fffdf6;
}

.llistat-tramits-border-left {
	border-left: solid 1px #000;
}

.llistat-tramits-contingut-padding {
	padding: 3rem;
	line-height: 1.6em;
}

.llistat-tramits-input {
	white-space: normal;
	max-width: 100%;
}

.tramit-freq_destacats a {
  color: #343a40 !important;
	text-decoration: none;
}
.tramit-freq_destacats a:hover {
  color: #c53b4c !important;
}

@media (max-width: 913px) {
	.llistat-tramits-input {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.llistat-tramits-contingut-padding {
		padding: 15px;
	}
	.cercador-background {
		min-height: 255px
	}
}

@media (max-width: 475px) {
	.llistat-tramits-contingut-padding {
		padding: 15px;
	}
	.cercador-background {
		min-height: 255px
	}
}

@media (max-width: 375px) {
	.llistat-tramits-contingut-padding {
		padding: 15px;
	}
	.cercador-background {
		min-height: 255px
	}
	.llistat-tramits-input {
		width: 100%;
	}
}

/* Altres recursos */
.altres-recursos-card-body {
	min-height: 180px;
}

.altres-recursos-card-border {
	border-radius: 1.25rem;
}

.altres-recursos-card-img-top {
	border-top-right-radius: 1.25rem;
	border-top-left-radius: 1.25rem;
	object-fit: cover;
	height: 175px;
}

@media (max-width: 767px) {
	.llistat-tramits-border-left {
		border-left: 0;
	}
}

@media (max-width: 475px) {
	.llistat-tramits-border-left {
		border-left: 0;
	}
}

@media (max-width: 375px) {
	.llistat-tramits-border-left {
		border-left: 0;
	}
}

/* Alerta necessites ajuda */
.necessites-ajuda-card {
	border: 0 !important;
	background-color: transparent;
	position: fixed;
	padding: 2px;
	border-radius: 5px;
	right: 13px;
	bottom: 30px;
	z-index: 999;
}

.necessites-ajuda-card-close {
	position: relative;
	opacity: 1 !important;
	padding-top: 0 !important;
    padding-bottom: 1.3rem !important;
}

.necessites-ajuda-card-close-icon {
	position: absolute;
	right: 0;
	color: #ffffff;
	border-radius: 5px;
	background-color: #961E2B;
	width: 55px
}

.necessites-ajuda-card-header {
	background-color: #961E2B;
	color: #ffffff;
	font-size: 17px;
	padding: .75rem .35rem;
}

.necessites-ajuda-card-body {
	background-color: #961E2B;
	color: white;
	font-size: 17px;
	border-radius: 0 0 5px 5px;
}

.necessites-ajuda-card-body-icon-color {
	color: #961E2B;
}

.necessites-ajuda-card-body hr {
	background-color: white;
	width: 50%;
}

.necessites-ajuda-card-body a {
	color: #fff;
}

.necessites-ajuda-card-body a:hover {
	color: #ffe3a8;
}

@media (max-width: 913px) {
	.necessites-ajuda-card {
		width: 225px;
	    left: 5px;
	    bottom: 0;
	    z-index: 2;
	}
	.necessites-ajuda-card-close-icon {
	    left: 0;
	}
}

@media (max-width: 767px) {
	.necessites-ajuda-card {
		width: 225px;
	    left: 5px;
	    bottom: 0;
	    z-index: 2;
	}
	.necessites-ajuda-card-close-icon {
	    left: 0;
	}
}

@media (max-width: 475px) {
	.necessites-ajuda-card {
		width: 225px;
	    left: 5px;
	    bottom: 0;
	    z-index: 2;
	    margin-bottom: 0.3rem;
	}
	.necessites-ajuda-card-close-icon {
	    left: 0;
	}
}

@media (max-width: 375px) {
	.necessites-ajuda-card {
		width: 225px;
	    left: 5px;
	    bottom: 0;
	    z-index: 2;
	    margin-bottom: 0.3rem;
	}
	.necessites-ajuda-card-close-icon {
	    left: 0;
	}
}

@media (max-width: 281px) {
	.necessites-ajuda-card {
		width: 225px;
	    left: 5px;
	    bottom: 0;
	    z-index: 2;
	    margin-bottom: 0.3rem;
	}
}

/* Llistat de tràmits - tots */
.tramits-llistat-tots-titol {
	display: flex;
	justify-content: center;
	align-items: center;
}

.tramits-llistat-tots-titol a {
	color: #343a40 !important;
}

.tramits-llistat-tots-titol a:hover {
	color: #D83144!important;
	font-weight: 500;
}

.tramits-llistat-tots-etiqueta-permanent {
    color: rgb(30 64 175);
    font-weight: 600;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    background-color: rgb(191 219 254 / .5);
    border-radius: 9999px;
    width: 135px;
    margin: 0;
}

.tramits-llistat-tots-etiqueta-obert {
    color: rgb(22 101 52);
    font-weight: 600;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    background-color: rgb(187 247 208 / .5);
    border-radius: 9999px;
    width: 110px;
    margin: 0;
}

.tramits-llistat-tots-etiqueta-tancat {
    color: rgb(107 33 168);
    font-weight: 600;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    background-color: rgb(233 213 255 / .5);
    border-radius: 9999px;
    width: 110px;
    margin: 0;
}

/* Tràmits llista cercador */
.tramits-llistat-cercador-card-menu {
  position: relative;
	overflow: hidden;
}

.tramits-llistat-cercador-card {
	border-radius: 1.25rem;
	height: 100px;
}

.tramits-llistat-cercador-card:hover {
	border-radius: 1.25rem;
	height: 100px;
	background-color: #961E2B !important;
	color: #fff !important;
}

.tramits-llistat-cercador-card-destacat-text {
	width: 100%;
	margin-top: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tramits-llistat-cercador-card-destacat-icon {
	padding-left: 3em !important;
}

@media (max-width: 281px) {
	.tramits-llistat-cercador-card-destacat-icon {
		padding-left: 1em !important;
	}
}

/* Detall tràmit */
.detall-tramit-nav-tab-ul {
	border-bottom: 0;
}

.detall-tramit-nav-tab-ul li {
	/*background-color: #fae6e6;*/
	background-color: #e9ecef;
}

.detall-tramit-nav-tab-ul li a {
	border-color: #f5f5f5 #f5f5f5 #fff !important;
}

@media (max-width: 913px) {

}

@media (max-width: 767px) {
	.detall-tramit-nav-tab-ul li {
		width: 100%;
	}
}

@media (max-width: 475px) {
	.detall-tramit-nav-tab-ul li {
		width: 100%;
	}
}

@media (max-width: 375px) {
	.detall-tramit-nav-tab-ul li {
		width: 100%;
	}
}

@media (max-width: 281px) {
	.detall-tramit-nav-tab-ul li {
		width: 100%;
	}
}