@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&family=Roboto:wght@400;500;700;900&display=swap");
@import url("https://fonts.cdnfonts.com/css/safira-march-personal-use");

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	height: 100%;
	width: 100%;
}

/*  Header */
header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: calc(12px + 1vw) calc(20px + 1vw);
	z-index: 100;
	width: 100%;
	position: absolute;
}

header .containerHeaderText {
	background-color: #1A4168;
	padding: 10px 10px;
	border-radius: 5px;
}

header .icone>img {
	cursor: pointer;
	color: #fff8ed;
	width: 35px;
}

header .logo {
	margin: 8px 0;
	width: calc(120px + 7vw);
	cursor: pointer;
}

header a {
	font-family: "Poppins", sans-serif;
	font-size: calc(10px + 0.3vw);
	margin-left: 15px;
	font-weight: 500;
	color: #fff8ed !important;
	cursor: pointer;
	letter-spacing: 1px;
}

header a:hover {
	opacity: 0.7;
	transition: 0.1s;
}

header ul {
	border: 0 !important;
	background: linear-gradient(97deg,
			rgb(78, 142, 206) 8%,
			rgba(86, 159, 231, 0.9108018207282913) 47%,
			rgba(86, 158, 231, 0.84) 75%);
}

header li a {
	margin: 0;
	margin-top: 3px;
	margin-bottom: 6px;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #fff8ed !important;
	cursor: pointer;
	letter-spacing: 3px;
	text-transform: uppercase;
}

/* Section 1 */
#containerSectionMain {
	padding: calc(12px + 1vw) calc(60px + 1vw);
	position: relative;
	padding-top: calc(15% + 10vh);
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

#containerSectionMain::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	
}

#containerSectionMain .backgroundImage {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	position: absolute;
}

#containerSectionMain .iso {
	width: calc(45px + 3vw);
	height: calc(45px + 3vw);
	bottom: 15px;
	left: calc(20px + 1vw);
	position: absolute;
	z-index: 100;
}

.containerText {
	z-index: 1;
	text-align: left;
	margin: 0;
	width: 100%;
	padding: 15px;
	background-color: rgb(0 0 0 / 50%);
	border-radius: 5px;
}

#containerSectionMain p {
	margin: 0;
}

main p {
	font-size: calc(0.7rem + 0.4vw);
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	line-height: calc(1rem + 0.8vw);
	letter-spacing: 1px;
	color: #fef0db;
	width: calc(65% + 10vw);
}

.title {
	font-size: calc(1.2rem + 0.6vw);
	line-height: calc(2rem + 1vw);
	font-family: "Poppins", sans-serif;
	margin: 0;
	width: 100%;
}

.subTitle {
	font-size: calc(1.5rem + 0.6vw);
	line-height: calc(3rem + 1vw);
	font-family: "Poppins", sans-serif;
	margin: 0;
	color: #fab838;
}

.subTitle2 {
	width: 80%;
}

/* Container about */
#containerAbout {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	padding-top: 45px;
	padding-bottom: 45px;
	padding: 45px 10px;
	background: linear-gradient(97deg,
			rgba(86, 159, 231, 0.05646008403361347) 8%,
			rgba(86, 159, 231, 0.12368697478991597) 75%);
}

#containerAbout h3 {
	font-size: 48px;
	color: #1a4168;
}

#containerAbout p {
	margin-top: 15px;
	font-weight: 400;
	font-size: 18px;
	color: #1a4168;
	text-align: center;
	max-width: 500px;
}

#containerAbout .containerSpan {
	display: flex;
	justify-content: space-between;
 	width: 100%;
    max-width: 400px;
}

#containerAbout .containerSpan div {
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#containerAbout .containerSpan div span:first-of-type {
	color: #1a4168;
	font-weight: 700;
	font-size: 20px;

}

#containerAbout .containerSpan div span:nth-of-type(2) {
	color: #1a4168;
	font-size: 18px;
}

#containerAbout .containerCards .card {
	padding: 10px;
	margin: 10px;
	border-radius: 1rem;
	background-color: #1a4168;
	width: 380px;
	max-width: 380px;
	align-items: center;
}

#containerAbout .containerCards .card ul {
	align-self: flex-start;
}

#containerAbout .containerCards {
	margin-top: 30px;
	display: flex;
	width: 100%;
	justify-content: center;
	flex-wrap: wrap;
}

#containerAbout .containerCards .card p:first-of-type {
	color: white;
	font-weight: 700;
	font-size: 22px;
}

#containerAbout .containerCards .card p:nth-of-type(2) {
	color: white;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	margin-bottom: 22px;
}

#containerAbout .containerCards .card li {
	color: white;
	font-size: 13px;
}

/* Section Services */
#containerServices {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #1a4168;
}

#containerServices h3 {
	font-size: 48px;
	color: white;
}

#containerServices .containerCards  {
	margin-top: 30px;
	display: flex;
	width: 100%;
	justify-content: center;
	flex-wrap: wrap;
}

#containerServices .cardService {
	padding: 10px;
	margin: 10px;
	border-radius: 1rem;
	background-color: #1a4168;
	width: 380px;
	max-width: 380px;
	display: flex;
	flex-direction: column;
	align-items: center;
	list-style-type: none;
}

#containerServices .cardService li {
	display: flex;
	justify-content: center;
	align-items: center;
}

#containerServices .cardService li:first-child {
	height: 60px;
}

#containerServices .cardService  .title {
	color: white;
	text-align: center;
	margin-bottom: 7px;
	font-size: 20px;
}

#containerServices .cardService .content {
	color: white;
	text-align: center;
	margin-top: 5px;
	line-height: 17px;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 1px;
}

#containerServices .cardService img {
	width: 100%;
	height: 360px;
	border-radius: 5px;
}

/* Section Politics */
#containerPolitics {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	padding-top: 45px;
	padding-bottom: 45px;
	padding: 45px 10px;
	background: linear-gradient(97deg,
			rgba(86, 159, 231, 0.05646008403361347) 8%,
			rgba(86, 159, 231, 0.12368697478991597) 75%);
}

#containerPolitics h3 {
	font-size: 48px;
	color: #1a4168;
}


#containerAbout .containerCards {
	margin-top: 30px;
	display: flex;
	width: 100%;
	justify-content: center;
	flex-wrap: wrap;
}

#containerPolitics .containerCards .card {
	padding: 25px 15px;
	margin: 10px;
	border-radius: 1rem;
	background-color: #1a4168;
	width: 500px;
	max-width: 500px;
	align-items: center;
}

#containerPolitics .containerCards {
	margin-top: 30px;
	display: flex;
	width: 100%;
	justify-content: center;
	flex-wrap: wrap;
}

#containerPolitics .containerCards .card p:first-of-type {
	color: white;
	font-weight: 700;
	font-size: 22px;
	text-align: center;
}

#containerPolitics .containerCards .card p:nth-of-type(2) {
	color: white;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	margin-bottom: 22px;
}

#containerPolitics .containerCards .card li {
	color: white;
	font-size: 14px;
}


/* Section Certification */
#containerSectionCertifications {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#containerSectionCertifications .containerUpper {
	padding: calc(12px + 1vw) 10px;
	min-height: 45vh;
	background: linear-gradient(157deg, rgb(18 68 101) 30%, rgba(18, 48, 101, 0.8799894957983193) 80%);
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}

#containerSectionCertifications .containerUpper h2:first-child {
	font-size: calc(26px + 0.6vw);
	color: #f5f5f5;
	margin-bottom: 0;
	font-family: "Safira March Personal Use", sans-serif !important;
	text-shadow: 1px 1px 2px rgb(98, 98, 98);
}

#containerSectionCertifications .containerUpper h2:last-child {
	text-shadow: 1px 1px 2px rgb(98, 98, 98);
	margin-top: 0;
	font-size: calc(26px + 0.6vw);
	color: #f5f5f5;
	font-family: "Safira March Personal Use", sans-serif !important;
}

#containerSectionCertifications .containerImgsCertifications {
	text-align: center;
}

#containerSectionCertifications .containerImgsCertifications img {
	box-shadow: 3px 3px 2px rgb(47 46 46 / 30%);
	margin: 5px;
	width: 450px;
	max-width: 100%;
	height: 600px;
	border-radius: 15px;
	aspect-ratio: 1;
	object-fit: cover;
}

#containerSectionCertifications .containerBottom {
	padding: 60px calc(60px + 1vw);
	background: rgb(86, 159, 231);
	background: linear-gradient(97deg,
			rgba(86, 159, 231, 0.05646008403361347) 8%,
			rgba(86, 159, 231, 0.12368697478991597) 75%);
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#containerSectionCertifications .containerBottom .logo {
	width: 32vw;
	margin-right: 10%;
}

#containerSectionCertifications .containerBottom .iso {
	width: 18vw;
}

/* Section Compliance */
#containerSectionCompliance {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: rgb(86, 159, 231);
	background: linear-gradient(97deg,
			rgba(86, 159, 231, 0.05646008403361347) 8%,
			rgba(86, 159, 231, 0.12368697478991597) 75%);
	padding-top: 50px;
	padding-bottom: 100px;
}

label {
	color: white;
}

#containerSectionCompliance .serviceTitle {
	text-align: center;
	font-size: calc(1.4rem + 0.6vw);
	line-height: calc(2.5rem + 1.2vw);
	font-family: "Safira March Personal Use", sans-serif !important;
	margin-top: 24px;
	margin-bottom: 36px;
	color: #f8b839;
	z-index: 1;
}

#containerSectionCompliance .containerFormulario {
	width: 60%;
	background: linear-gradient(157deg, rgb(18 68 101) 30%, rgba(18, 48, 101, 0.8799894957983193) 80%);
	padding: 30px;
	border-radius: 5px;
}

#containerSectionCompliance .serviceContentFormulario {
	font-family: "Poppins", sans-serif;
	padding: 0;
	text-align: center;
	font-weight: 400;
	color: white;
	font-size: calc(0.6rem + 0.5vw);
	width: 100%;
}

/* Section Location */
#containerLocation {
	position: relative;
	display: flex;
	min-height: 80vh;
	background: linear-gradient(157deg, rgb(18 68 101) 30%, rgba(18, 48, 101, 0.8799894957983193) 80%);
	height: 100vh;
}

#containerLocation .background {
	width: calc(200px + 14vw);
	height: 100%;
	top: 0;
	right: 0;
	object-fit: cover;
	position: absolute;
	border-top-left-radius: 150px;
	border-bottom-left-radius: 150px;
	/* opacity: 0.5; */
}

#containerLocation .containerMap {
	width: calc(100% - calc(200px + 14vw));
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
	position: relative;
	flex-wrap: wrap;
	padding-left: 15px;
	padding-right: 15px;
}

#containerLocation .logo {
	height: calc(100px + 2vw);
	top: 80px;
	right: calc(25px + 1vw);
	position: absolute;
	z-index: 2;
}

#containerLocation .containerLocation {
	width: calc(200px + 14vw);
	padding-right: calc(25px + 1vw);
	z-index: 2;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: end;
}

#containerLocation .containerLocation .title {
	color: #464646;
	font-size: calc(1.5rem + 0.8vw);
	margin-bottom: 15px;
	display: inline;
}

#containerLocation .containerLocation .content {
	margin-bottom: 2px;
	font-size: calc(0.8rem + 0.5vw);
	font-weight: 400;
	display: inline;
	color: #464646;
	line-height: 26px;
	width: 100%;
}

#containerLocation .serviceTitle {
	text-align: center;
	font-size: calc(1.4rem + 0.9vw);
	line-height: calc(2.5rem + 1.2vw);
	font-family: "Safira March Personal Use", sans-serif !important;
	color: #fef0db;
	z-index: 1;
	width: 100%;
}

/* Section Client */

#containerClient {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	padding-top: 45px;
	padding-bottom: 45px;
	padding: 45px 10px;
	background: white;
}

#containerClient h3 {
	font-size: 48px;
	color: #1a4168;
	text-align: center;
}

#containerClient .containerCards {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#containerClient img {
	width: 200px;
}


/* Section Contact */
#containerContact {
	min-height: 38vh;
	background: linear-gradient(157deg, rgb(18 68 101) 30%, rgba(18, 48, 101, 0.8799894957983193) 80%);
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: calc(12px + 1vw) calc(60px + 1vw);
}

#containerContact .title {
	text-align: center;
	margin-top: 40px;
	z-index: 2;
	width: 100%;
	font-size: calc(1.5rem + 0.4vw);
	font-family: "Safira March Personal Use", sans-serif !important;
	color: white;
}

#containerContact .containerInfo {
	margin-top: 50px;
	width: 100%;
	display: flex;
	justify-content: center;
	border-radius: 10px;
	background-color: #ffffff85;
	padding: 26px;
}

#containerContact .containerContent {
	margin-right: 30px;
}

#containerContact .containerContent p {
	margin-bottom: 0;
	font-size: calc(0.6rem + 0.4vw);
	line-height: calc(1.5rem + 0.8vw);
	text-align: center;
	width: 100%;
	color: #053d57;
}

#containerContact .containerInfo img {
	width: calc(250px + 3vw);
}

#containerContact .containerContent .titleBold {
	font-weight: 700;
	color: #053d57;
}

/* Helpers */
a {
	text-decoration: none !important;
}

.iconeWhatsapp {
	position: fixed;
	cursor: pointer;
	width: calc(32px + 1.7vw);
	height: calc(32px + 1.7vw);
	bottom: 25px;
	right: calc(20px + 1vw);
	z-index: 100;
}

.line {
	color: white;
	opacity: 1;
	min-width: 80%;
	width: 80%;
}

#recipeCarousel {
	width: 80%;
}

/* Media Querie */
@media screen and (max-width: 850px) {
	#containerContact {
		padding: 0;
	}

	#containerContact .containerInfo {
		padding: 15px;
	}

	.containerHeaderText {
		display: none;
	}

	header {
		padding: calc(12px + 1vw) calc(22px + 1vw);
	}

	.containerText {
		width: 100%;
	}

	.containerText p {
		width: 100%;
	}

	#containerSectionMain {
		padding: calc(12px + 1vw) calc(22px + 1vw);
		padding-top: 160px;
	}

	#containerSectionMain .subTitle {
		line-height: 35px;
		margin-top: 17px;
	}

	.line {
		width: 100%;
	}

	#containerSectionMain .title {
		line-height: 35px;
	}

	.iconeWhatsapp {
		bottom: 15px;
		right: 10px;
	}

	#containerSectionMain .iso {
		bottom: 15px;
		left: 10px;
	}

	#containerLocation {
		flex-direction: column-reverse;
		height: 800px;
	}

	#containerLocation .containerMap {
		width: 100%;
		margin-bottom: 20px;
	}

	#containerLocation .background {
		display: none;
	}

	#containerLocation .containerLocation {
		width: 100%;
		margin: 0;
		padding: 0;
		text-align: center;
		margin-bottom: 40px;
	}

	#containerLocation .logo {
		height: 100px;
		top: 5%;
		left: 50%;
		transform: translateX(-50%);
		position: absolute;
		z-index: 2;
	}

	#containerLocation .containerLocation {
		margin-top: 10px;
		width: 100%;
		z-index: 2;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 30px;
		padding-right: 0;
	}

	#containerLocation .containerMap iframe {
		height: 400px;
	}

	#containerLocation .containerLocation .content {
		line-height: 18px;
		color: #fef0db;
	}

	#containerLocation .containerLocation .title {
		color: #fef0db;
	}

	#containerSectionCompliance .containerFormulario {
		width: calc(85% + 2vw);
	}
}

@media screen and (max-width: 600px) {
	#containerContact .containerImgContact img {
		display: none;
	}
}

@media screen and (min-width: 850px) {
	.icone {
		display: none;
	}
}

@media screen and (min-width: 1250px) {
	#recipeCarousel {
		width: calc(400px + 43vw);
	}

	.serviceContent {
		width: 83%;
	}

}

@media screen and (max-width: 400px) and (max-height: 700px) {
	#containerSectionMain .containerText {
		padding: 0;
	}
}

/* Carousel */
@media (max-width: 767px) {
	.carousel-inner .carousel-item>div {
		display: none;
	}

	.carousel-inner .carousel-item>div:first-child {
		display: block;
	}
}

/* medium and up screens */
@media (min-width: 768px) {

	.carousel-inner .carousel-item-end.active,
	.carousel-inner .carousel-item-next {
		transform: translateX(33.33%);
	}

	.carousel-inner .carousel-item-start.active,
	.carousel-inner .carousel-item-prev {
		transform: translateX(-33.33%);
	}

	.carousel-inner .carousel-item.active,
	.carousel-inner .carousel-item-next,
	.carousel-inner .carousel-item-prev {
		display: flex;
	}
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
	transform: translateX(0);
}

.manutencao {
	align-items: center;
	display: flex;
	justify-content: center;

}

@media (max-width: 768px) {
	.manutencao {
		display: block;
	}
}