.section-rrhh {
	text-rendering: optimizelegibility;
	-webkit-font-smoothing: antialiased;
	color: #000;
	font-family: Archivo,sans-serif;
	font-size: 1em;
	font-weight: 400;
	width: 100%;
	--bs-btn-disabled-color: #ffffff;
}

.section-rrhh .section__intro__generic .container .box__text {
	width: 75%;
}

@media (min-width: 1400px) {
	.section-rrhh .container, .section-rrhh .container-lg, .section-rrhh .container-md, .section-rrhh .container-sm, .section-rrhh .container-xl, .section-rrhh .container-xxl {
		max-width: 1224px;
	}
}

.section-rrhh .link {
	border-radius: 5px;
	height: 57px;
	text-decoration: none;
}

.section-rrhh .add-filter::after {
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	content: "";
	background: rgba(0, 0, 0, 0.4);
}

.section-rrhh .ico {
	height: 25px;
}

.section-rrhh.single-oferta-laboral .oferta-title {
	box-shadow: 0px 10px 19px 0px rgba(0, 0, 0, 0.2);
}

.section-rrhh.single-oferta-laboral .oferta-title ul > li {
	padding: 15px 45px;
	color: #044AAB;
	font-size: 19px;
	cursor: pointer;
}

.section-rrhh.single-oferta-laboral svg {
	fill: #044AAB;
}

.section-rrhh.single-oferta-laboral .ico {
	height: 25px;
}

.section-rrhh.single-oferta-laboral .group-ico {
	height: 30px;
}

.section-rrhh.single-oferta-laboral .clock-ico {
	height: 30px;
}

.section-rrhh.single-oferta-laboral .marker-ico {
	height: 30px;
}

.section-rrhh.single-oferta-laboral .oferta-content ul {
	margin-bottom: 40px;
	margin-top: 20px;
}

.section-rrhh.single-oferta-laboral .oferta-content ul li {
	list-style: inside;
	margin-left: 30px;
}

.section-rrhh.single-oferta-laboral .oferta-content p {
	margin-bottom: 20px;
}

.section-rrhh.single-oferta-laboral .new-curriculum form label > img {
	max-height: 19px;
}

.section-rrhh.single-oferta-laboral .new-curriculum form p {
	color: #044AAB;
}

.border-blue-atrys {
	border-color: #044AAB;
	--bs-border-color: #044AAB;
}

.border-hover-blue-atrys:hover {
	border-color: #044AAB;
	--bs-border-color: #044AAB;
}

.bg-blue-atrys {
	background-color: #044AAB;
}

.bg-light-blue-atrys {
	background-color: #25b0bb;
}

.bg-hover-blue-atrys:hover {
	background-color: #044AAB;
}

.bg-hover-light-blue-atrys:hover {
	background-color: #25b0bb;
}

.bg-hover-white:hover {
	background-color: #ffffff;
}

.color-hover-blue-atrys:hover {
	color: #044AAB;
}

.color-blue-atrys {
	color: #044AAB;
}

.color-light-blue-atrys {
	color: #25b0bb;
}

.color-hover-light-blue-atrys:hover {
	color: #25b0bb;
}

.color-rrhh-text {
	color: #394854;
	--bs-btn-visited-color: #c80d25
;
}

.color-white {
	color: #ffffff;
	--bs-btn-visited-color: #c80d25
;
}

.color-rrhh-bg {
	background-color: #394854;
	--bs-btn-disabled-bg: #394854;
}

.color-rrhh-border {
	border-color: #394854;
	--bs-btn-disabled-border-color: #394854;
}

.inset-0 {
	inset: 0;
}

.cursor-pointer {
	cursor: pointer;
}

.cursor-move {
	cursor: move;
}

.transition {
	transition: all .3s ease;
}

.input-color-opacity-75 {
	color: rgba(59, 73, 84, 0.75) !important;
}

.select-arrow {
	background-image: url("./assets/img/ofertas/arrow-select.svg");
}

.form-check-lg {
	padding-left: 2.5em;
}

.form-check-lg input[type="checkbox"] {
	width: 26px;
	height: 26px;
}

.form-check-lg .form-check-input {
	margin-left: -2.5em;
}

.form-check-input-valor:checked {
	background-color: #044AAB;
}

.fs-0 {
	font-size: 4.5rem;
}

.fs-1_5 {
	font-size: 3.25rem;
}

.h-480 {
	height: 480px;
}

.h-720 {
	height: 720px;
}

.h-234 {
	height: 234px;
}

.h-180 {
	height: 180px;
}

.min-h-480 {
	min-height: 480px;
}

.min-h-200 {
	min-height: 200px;
}

.min-h-180 {
	min-height: 180px;
}

.min-h-310 {
	min-height: 310px;
}

.img-over::after {
	inset: 0;
	content: "";
	position: absolute;
	background-color: rgba(0, 0, 0, 0.25);
}

.img-over.rounded::after {
	border-radius: var(--bs-border-radius);
}

.img-over.img-over-dark::after {
	background-color: rgba(0, 0, 0, 0.45);
}

.max-w-480 {
	max-width: 480px;
}

.max-w-280 {
	max-width: 280px;
}

.max-w-375 {
	max-width: 375px;
}

.w-57 {
	width: 57px;
}

.h-57 {
	height: 57px;
}

.hr {
	width: 62px;
	height: 5px;
	background-color: #fff;
	opacity: 1;
	margin-bottom: 30px;
}

.hr .hr-sm {
	height: 1px;
}

.rotate-90 {
	transform: rotate(90deg);
}

.rotate-n90 {
	transform: rotate(-90deg);
}

.rotate-180 {
	transform: rotate(180deg);
}

.rotate-n180 {
	transform: rotate(-180deg);
}

.pb-6 {
	padding-bottom: 4rem;
}

@media (max-width: 991px) {
	.lg-flex-column-reverse {
		flex-direction: column-reverse;
	}
}

* > a {
	color: inherit;
	text-decoration: none;
}

::selection {
	background-color: rgba(24, 119, 112, 0.3);
	color: #fff;
}

::selection {
	background-color: rgba(24, 119, 112, 0.3);
	color: #fff;
}

.menu ul {
	padding-left: 0;
}

.menu > ul > li {
	color: #044aab;
	font-size: 1em;
	margin: 0 28px;
	position: relative;
	text-transform: uppercase;
	transition: color .3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.section__intro__contacto {
  align-items: center;
  background-image: url(./assets/img/banner_job_oportunities.png);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 100%;
  max-height: 20em;
  min-height: 400px;
  padding: 5em 0 6.25em;
  position: relative;
}

.greyLightColorBg {
  background-color: #EAEEED;
}

/*# sourceMappingURL=style-ofertas.css.map */