﻿.support {
	padding: 24px 40px;
}

.support ul li {
	padding: 8px 0 0 0;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.25px;
	text-align: left;
}

.support p.h2 {
	padding: 24px 0;
	font-size: 24px;
	line-height: 36px;
}

.support p.h2 small {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: var(--gray);
	opacity: 0.8;
	letter-spacing: 0.05em;
	display: block;
}

.condicoes,
.support-passos {
	margin-bottom: 88px;
}

.condicoes span {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1.25px;
	text-transform: uppercase;
	font-weight: 500;
	color: var(--dark);
	opacity: 0.8;
}

.condicoes ul {
	padding-left: 24px;
}

.condicoes small {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.5px;
	font-weight: 500;
	font-style: italic;
	color: var(--p4);
}

.support-passos h4,
.support-faq h4,
.areas h4 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	margin-top: 16px;
	margin-bottom: 32px;
}

.support-passos ul {
	padding: 0;
	margin: 80px 0 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	gap: 44px;
}

.support-passos ul li {
	margin: 0;
	padding: 12px 8px 12px;
	width: 150px;
	height: 120px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	border: 1px solid #c9ccf9;
	border-radius: 32px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.25px;
	font-weight: 400;
	background-color: transparent;
	color: var(--p);
	gap: 12px;
	position: relative;
}

.support-passos ul li:before {
	content: "";
	width: 44px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M13.172 12l-4.95-4.95 1.414-1.414L16 12l-6.364 6.364-1.414-1.414z' fill='rgba(19,43,63,1)'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px;
}

.support-passos ul li:last-child:before {
	display: none;
}

.support-passos ul li i {
	font-size: 20px;
	line-height: 1;
	position: absolute;
	background: #c9ccf9;
	top: -30px;
	right: 50px;
	padding: 16px;
	border-radius: 52px;
	color: var(--p);
}

.faq-box {
	margin-bottom: 56px;
}

.faq {
	border-bottom: 1px solid #eee;
}

.faq:last-child {
	border-bottom: none;
}

.faq a {
	color: var(--gray-dark);
	font-size: 18px;
	line-height: 27px;
	font-weight: 600;
	display: block;
	padding: 16px 24px 16px 32px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z' fill='rgba(187,187,187,1)'/%3E%3C/svg%3E");
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center right 24px;
	transition: all 0.3s;
	position: relative;
}

	.faq a[aria-expanded="true"] {
		color: #324fb4;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M5 11h14v2H5z' fill='rgba(187,187,187,1)'/%3E%3C/svg%3E");
		transition: all 0.3s;
	}

.faq a:before {
	content: "";
	width: 24px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M16 12l-6 6V6z' fill='rgba(100,100,100,1)'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.3s;
}

.faq a[aria-expanded="true"]:before {
	transform: rotate(90deg);
	transition: all 0.3s;
}

.faq p {
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.03em;
	color: var(--gray);
	padding-left: 24px;
	padding-right: 48px;
}

form div.col-md-5 {
	display: flex;
	flex-wrap: wrap;
}

form .form-group {
	margin-bottom: 12px;
}

form div.col-md-7 .form-group {
	height: 100%;
}

form div.col-md-7 .form-group textarea {
	height: calc(100% - 40px);
}

form .buttons button {
	border-radius: 15px;
	min-width: 200px;
	margin: 16px;
}

.content-vaga .h5 {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.25px;
	font-weight: 400;
	color: var(--gray);
}

.vaga-box .form-group {
	margin-bottom: 32px;
}

.vaga-box h2 {
	display: block;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0.25px;
	font-weight: 500;
	margin: 32px 0;
	color: var(--p800);
}

.vaga-box .text p {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.5px;
	text-align: left;
}

.vaga-box .photo {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../../img/perfil/curriculo.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin: auto;
	border: 2px solid var(--p400);
	border-radius: 12px;
	position: relative;
	margin-bottom: 24px;
	margin-top: 56px;
	cursor: pointer;
	position: sticky;
	top: 0;
}

.vaga-box .photo:after {
	content: "";
	width: 40px;
	height: 40px;
	background-color: var(--p400);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M3 19h18v2H3v-2zM13 5.828V17h-2V5.828L4.929 11.9l-1.414-1.414L12 2l8.485 8.485-1.414 1.414L13 5.83z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
	position: absolute;
	bottom: -20px;
	right: -20px;
	border-radius: 100px;
}

.vaga-box input[type="file"] {
	display: none;
}

.vaga-box input,
.vaga-box select,
.vaga-box textarea {
	min-width: 100%;
	max-width: 100%;
	height: auto;
	padding: 12px 12px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.25px;
	/*border: 1px solid var(--gray-light);*/
	border-radius: 8px;
	background-color: transparent;
	color: var(--p900);
	outline: none;
}

.vaga-box .equipamentos {
	text-align: left;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	padding: 0 24px;
	gap: 12px;
}

.vaga-box .form-check input {
	width: auto;
	min-width: auto;
}

.curriculum label {
	display: flex;
	border: 1px dashed;
	padding: 24px;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	gap: 12px;
}

.curriculum label i {
	font-size: 20px;
	line-height: 1;
}

@media screen and (max-width: 425px) {
	.support {
		padding: 0 15px;
	}

	.support p.h2 small {
		font-size: 14px;
		line-height: 21px;
	}

	.faq a {
		font-size: 16px;
		line-height: 24px;
		padding: 12px 24px 12px 12px;
		background-position: top 12px right 8px;
	}

	.faq a:before {
		display: none;
	}

	.contact-box form .form-group {
		padding: 0;
	}

	.contact-box form .form-group-6 {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.contact-box form .buttons button {
		border-radius: 15px;
		min-width: 100%;
		margin: 16px 0;
	}
}

.content-vaga {
	padding: 0;
}

.content-vaga .container .row {
	margin: 0;
}

.content-vaga .h6 {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.5px;
	font-weight: 500;
	color: var(--p800);
	background: rgb(211 223 243 / 30%);
	padding: 8px 24px;
	display: block;
	width: calc(100% + 48px);
	margin: 32px -24px;
}

.content-vaga h6.area-pesquisa {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.25px;
	font-weight: 500;
	color: var(--p800);
	margin: 12px 0;
}

.vaga-box .text p {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.5px;
	text-align: left;
}

.vaga-box .col-12 {
	position: relative !important;
	top: 0 !important;
	padding: 0;
}

.vaga-box .photo {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../../img/perfil/curriculo.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin: auto;
	border: 2px solid var(--p400);
	border-radius: 12px;
	position: relative;
	margin-bottom: 24px;
	margin-top: 24px;
	cursor: pointer;
	position: relative;
}

.vaga-box .photo:after {
	content: "";
	width: 40px;
	height: 40px;
	background-color: var(--p400);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M3 19h18v2H3v-2zM13 5.828V17h-2V5.828L4.929 11.9l-1.414-1.414L12 2l8.485 8.485-1.414 1.414L13 5.83z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
	position: absolute;
	bottom: -20px;
	right: -20px;
	border-radius: 100px;
}

.vaga-box input[type="file"] {
	display: none;
}

.vaga-box h2 {
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.25px;
}

.vaga-box form .form-group {
	margin-bottom: 24px;
}

.vaga-box form .form-group .form-group:last-child {
	margin: 0;
}

.vaga-box .equipamentos {
	text-align: left;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	padding: 0 15px;
	gap: 12px;
	margin-bottom: 24px;
}

.vaga-box .form-check input {
	width: auto;
	min-width: auto;
}

@media screen and (max-width: 425px) {
	.support {
		padding: 0 15px;
	}

	.support p.h2 small {
		font-size: 14px;
		line-height: 21px;
	}

	.faq a {
		font-size: 16px;
		line-height: 24px;
		padding: 12px 24px 12px 12px;
		background-position: top 12px right 8px;
	}

	.faq a:before {
		display: none;
	}

	.contact-box form .form-group {
		padding: 0;
	}

	.contact-box form .form-group-6 {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.contact-box form .buttons button {
		border-radius: 15px;
		min-width: 100%;
		margin: 16px 0;
	}
}

.about {
	max-width: 50%;
	margin-top: 120px;
	position: relative;
}

.about:before {
	content: "";
	width: 700px;
	height: 600px;
	position: absolute;
	top: -100px;
	left: 100%;
	background-image: url(../../img/ilustracoes/farmacia2.svg);
	background-size: 110%;
	background-position: center right;
	background-repeat: no-repeat;
}

.about h1 {
	font-weight: 400;
	margin-bottom: 32px;
	display: block;
}

.about {
	margin-bottom: 56px;
}

.about p {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.5px;
}

.about p strong {
	display: block;
	padding: 24px;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: -0.25px;
}

.support-text {
	margin-bottom: 56px;
}

.support-text p {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.5px;
}

.support .areas {
	/* display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: flex-start;
	text-align: center;
	gap: 0; */
	margin: 120px 0 104px;
}

.support .areas .h1 {
	margin-bottom: 40px;
}

.support .areas .areas-area {
	width: 50%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	gap: 16px;
	display: none;
}

.support .areas .area-box {
	max-width: calc((100% / 2) - 24px);
	width: 100%;
	height: 200px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--dark);
	border-radius: 12px;
	padding: 12px;
}

.support .areas .area-box p {
	font-size: 18px;
	line-height: 28px;
}

.support .areas .area-img {
	width: 50%;
	position: relative;
}

.support .areas .area-img img {
	width: 500px;
	position: absolute;
	top: -280px;
	right: 0;
}

.support-passos {
	margin: 0 -48px;
}

.condicoes {
	position: relative;
	padding: 0 80px;
	margin-bottom: 120px;
}

.condicoes .cad-box {
	display: block;
	max-width: 424px;
	background-color: var(--light);
	padding: 24px;
	margin: auto;
	border-radius: 15px;
	box-shadow: 0 0 24px rgb(19 43 63 / 15%);
	position: absolute;
	top: -64px;
	right: 80px;
	z-index: 0;
}

.condicoes .cad-box .h2 {
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.25px;
	font-weight: 500;
	margin: 0 0 16px 0;
}

.condicoes .cad-box button {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.05em;
	color: var(--light);
	background-color: var(--s500);
	border: none;
	border-radius: 15px;
	padding: 15px 24px;
	margin-top: 0;
	text-align: left;
	position: relative;
}

.condicoes .cad-box small {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.05em;
	font-weight: 400;
	float: left;
	margin: 12px 0 10px 12px;
	color: var(--danger);
	display: none;
}

.condicoes .cad-box .form-group.input-cnpj.error small {
	display: block;
}

.sup-app {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}

/* .sup-app img {
	max-width: calc(100% / 8);
	width: 100%;
} */

.sup-app .app-img {
	max-width: calc(100% / 8);
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.sup-app .app-img.double {
	max-width: calc((100% / 8) * 2);
}

.sup-app .app-img.double img {
	max-width: 50%;
}

.sup-app .app-img img {
	width: 100%;
	position: relative;
}

.sup-app .app-img span {
	width: 70%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	/* background-color: #c9ccf94d; */
	min-height: 104px;
	text-align: center;
	border: 1px solid #c9ccf9;
	margin-bottom: 8px;
	padding: 12px 16px;
	color: #2934d0;
	border-radius: 28px;
	font-weight: 500;
	position: relative;
}

.sup-app .app-img span i {
	font-size: 20px;
	line-height: 1;
	position: absolute;
	background: #c9ccf9;
	top: -30px;
	left: 50%;
	margin-left: -27px;
	padding: 16px;
	border-radius: 52px;
	color: #2934d0;
}


.link-sup {
	display: none;
}

#frm-curriculo .form-check label {
	cursor: pointer;
}

#frm-curriculo .form-group .form-group {
	padding: 0;
}

#frm-curriculo .pesquisa-24 {
	flex-direction: row;
	gap: 12px 0;
}

#frm-curriculo .pesquisa-24 .form-check {
	width: 50%;
}

#frm-curriculo .buttons button {
	max-width: 30%;
}

/* .buttons {
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.03em;
	color: var(--light);
	padding: 16px 40px;
	border-radius: 15px;
	font-weight: 300;
	transition: all 0.3s;
}

.buttons a:hover {
	background-color: var(--p700);
	transition: all 0.3s;
} */

.buttons .button {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1.25px;
	text-transform: uppercase;
	color: var(--light);
	background-color: var(--p400);
	padding: 16px 32px;
	border: none;
	border-radius: 16px;
	margin-top: 32px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

form .buttons button:hover,
.buttons .button:hover {
	background-color: var(--p700);
	transition: all 0.3s;
}

/* PLANOS LOIU */

.planos {
	margin-top: 80px;
	text-align: center;
}

.planos img {
	max-width: 70%;
	margin: 40px auto 80px;
}

/* SAIBA MAIS */

.support .text {
	max-width: 60%;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: .5px;
	font-weight: 400;
	position: relative;
	padding-top: 44px;
	margin-bottom: 80px;
}

.support .text:before {
	content: '';
	width: 500px;
	height: 500px;
	background-image: url(../../img/ilustracoes/alvo.svg);
	background-position: center;
	background-size: 120%;
	position: absolute;
	top: 0;
	right: -70%;
}

.support .clientes .colmeia {
	text-align: center;
	margin-top: 24px;
	position: relative;
}

.support .clientes .colmeia:after {
	content: '';
	height: 500px;
	position: absolute;
	top: 73px;
	left: -340px;
	right: -340px;
	background-color: var(--p1);
	z-index: -1;
	filter: none;
}

.support .clientes .colmeia img {
	filter: drop-shadow(2px 4px 6px rgba(8, 6, 44, 0.15));
}

.support .buttons {
	text-align: center;
	margin-top: 88px;
}

.support .buttons a {
	display: block;
	max-width: 330px;
	font-size: 16px;
	line-height: 24px;
	margin: auto;
}

.logo-visao {
	text-align: center;
	margin: 80px 0;
}

.logo-visao img {
	max-width: 300px;
}

.is-link {
	color: var(--gray-dark);
	font-size: 18px;
	line-height: 27px;
	font-weight: 600;
	display: block;
	padding: 16px 24px 16px 32px;
	background-image: none!important;
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center right 24px;
	transition: all 0.3s;
	position: relative;
}
