	#info-careers {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.text-careers {
	width: 90%;
	display: flex;
	flex-direction: column;
	padding: 40px 0px;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

.text-careers p b{
	font-family: "Raleway-Bold" !important;
}
.text-careers p {
	width: 100%;
	color: var(--gris);
	font-size: 22px;
	text-align: justify;
}

#s-open-position {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#s-open-position h3 {
	font-size: 40px;
	
	font-weight: bold;
	font-family: "Raleway-Bold" !important;
	color: var(--azul);
	border-radius: 30px;
	border: 2px solid var(--azul);
	padding: 4px 20px;
	margin-bottom: 30px;
}
#info-op-pos {
	width: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#info-op-pos div {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #d6d6d6;
	padding: 30px 0px;
}
#info-op-pos div>span {
	width: 30%;
	font-size: 40px;
	color: var(--azul);	
	font-weight: bold;
	font-family: "Raleway-Bold" !important;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0px 20px;
}

.content-title-curr li {
	font-family: "Raleway-ExtraBold" !important;
}

#info-op-pos div p {
	width: 70%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	text-align: justify;
	font-size: 25px;
	color: var(--azul);
}

#s-open-position a {
	color: var(--blanco);
	font-size: 30px;
	
	font-weight: bold;
	font-family: "Raleway-Bold" !important;
	padding: 4px 20px;
	border-radius: 30px;
	background-color: var(--azul);
	margin: 40px 0px;

	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
		0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
		transition: ease all .6s;
}

#s-open-position a:hover {
	transform: scale(1.05);
}

.popup {
    width: 100vw;
    height: 100vh;
    background-color: #ffffffc9;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
}

.popup {
	display: none;
}

.popup.active {
	display: flex;
}

.popup .cortina-popup {
	display: none;
}

.popup .cortina-popup.active {
	width: 100%;
	height: 100%;
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 101;
}

.popup .popup-content-sem-san {
	width: 96% !important;
	color: #fff !important;
}

@media screen and (min-width: 992px) {
	.popup .popup-content-sem-san {
		width: 80% !important;
	}
}

.popup .popup-content-sem-san .btn-cerrar-popup {
	color: #fff !important;
}

.popup .popup-content {
	background-color: #ffff;
	color: #4d4d4d;
	width: 96%;
	max-height: 85vh;
	border-radius: 40px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	position: absolute;
	background-image: url(/src/img/fondo-azul.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

@media screen and (min-width: 992px) {
	.popup .popup-content {
		width: 1000px;
	}
}

.popup .popup-content .btn-cerrar-popup-container {
	width: 100%;
	text-align: end;
	font-size: 30px;
	padding: 15px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

.popup .popup-content .btn-cerrar-popup {
	width: 38px;
	height: 38px;
	color: #767676;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all ease 0.2s;
	border-radius: 50%;
	background-color: var(--blanco);
}

.popup .popup-content .btn-cerrar-popup:hover {
	transform: rotateZ(180deg);
}

.popup .popup-content .btn-cerrar-popup:hover svg path {
	fill: #000;
}

.popup .popup-content .content-sem-san {
	height: 80vh !important;
}

.popup .popup-content .form-contactenos {
	width: 100%;
	height: 400px;
	padding: 0 40px 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #4e4e4e;
	position: relative;
	overflow: auto;
	margin-bottom: 30px;
}

.popup .popup-content .form-contactenos .container-popup {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
}

.popup .popup-content .form-contactenos .container-popup > div {
	width: 90%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.popup .popup-content .form-contactenos .container-popup > div h3 {
	color: #ff5a5e;
	font-size: 30px;
	padding: 10px 0;
	font-family: "Muller Bold";
	letter-spacing: 4px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 18px;
}

@media screen and (min-width: 992px) {
	.popup .popup-content .form-contactenos .container-popup > div h3 {
		font-size: 28px;
	}
}

.popup .popup-content .form-contactenos .container-popup > div img {
	width: 70%;
	border-radius: 8px;
		0 4px 10px -3px #000;
	box-shadow: 0 12px 10px 0 #f5f5f5, 1px 4px 10px 0 #b5b5b5,
		0 4px 10px -3px #000;
	margin-bottom: 20px;
}

.popup
	.popup-content
	.form-contactenos
	.container-popup
	> div
	#btn-go-to-compra {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width: 992px) {
	.popup
		.popup-content
		.form-contactenos
		.container-popup
		> div
		#btn-go-to-compra {
		width: 85%;
	}
}

@media screen and (min-width: 900px) {
	.popup
		.popup-content
		.form-contactenos
		.container-popup
		> div
		#btn-go-to-compra {
		width: 42%;
	}
}

@media screen and (min-width: 1000px) {
	.popup
		.popup-content
		.form-contactenos
		.container-popup
		> div
		#btn-go-to-compra {
		width: 55%;
	}
}

.popup
	.popup-content
	.form-contactenos
	.container-popup
	> div
	#btn-go-to-compra
	#image-sem-san {
	width: 100%;
		0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14),
		0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

.popup .popup-content .form-contactenos .container-popup > div > ul {
	width: 95%;
}

.popup .popup-content .form-contactenos .container-popup > div > ul > li {
	margin-bottom: 10px;
	font-family: "Muller light";
}

.popup .popup-content .form-contactenos .container-popup > div > p {
	font-size: 15px;
	color: #000;
	letter-spacing: 2px;
	font-family: "Muller light";
	margin-bottom: 20px;
	text-align: justify;
}

@media screen and (min-width: 992px) {
	.popup .popup-content .form-contactenos .container-popup > div > p {
		font-size: 20px;
	}
}

.info-p-careers {
	width: 90%;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 20px;
}

.info-p-careers h1 {
	font-size: 40px;
	color: var(--blanco);
	text-align: center;
}

.info-p-careers form{
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 40px;
}
.info-p-careers form> input{
	width: 100%;
	padding: 8px 20px;
	font-size: 20px;
	font-weight: lighter;
	border: none;
	background-color: var(--blanco);
	border-radius: 30px;
	color: #767676;
}
.info-p-careers form> input::placeholder{
	font-weight: lighter;
}

#content-file {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0px 30px;
	flex-direction: column;
	gap: 10px;
}


#content-file input {
	width: 100%;
	padding: 8px 20px;
	font-size: 20px;
	font-weight: lighter;
	border: none;
	background-color: var(--blanco);
	border-radius: 30px;
	color: #767676;
}
#content-file span {
	color: var(--blanco);
	font-size: 18px;
}

#content-btn-sub {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#content-btn-sub button{
	background-color: var(--rojo);
	border-radius: 30px;
	padding: 4px 20px;
	border: none;
	color: var(--blanco);
	
	font-weight: bold;
	font-family: "Raleway-Bold" !important;
	font-size: 30px;
	letter-spacing: 3px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
		0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);	
}

@media screen and (max-width: 992px) {
	.text-careers p {
    font-size: 18px;
}

#s-open-position h3 {
    font-size: 25px;
}

#info-op-pos {
    width: 100%;
}

#info-op-pos div {
    flex-direction: column;
		padding: 20px;
}

#info-op-pos div span {
	width: 100%;
}

	#info-op-pos div p {
    width: 100%;
    font-size: 18px;
}

#s-open-position a {
    font-size: 20px;
	}

	.popup .popup-content {
		justify-content: flex-start;
	}

	.info-p-careers {
			padding: 0;
			gap: 20px;
	}

	.info-p-careers h1 {
			font-size: 25px;
	}

	.info-p-careers form {
		gap: 15px;
		padding-bottom: 20px;
	}

	.info-p-careers form> input {
			width: 100%;
			padding: 4px 20px;
			font-size: 18px;
	}

	#content-file input {
			width: 100%;
			padding: 4px 20px;
			font-size: 18px;
	}

	#content-file {
    flex-direction: column;
		gap: 10px;
}

#content-btn-sub button {
	font-size: 20px;
}
}