/* Reset básico */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Fonte geral e suavização */
body {
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  background-color: #ffffff;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
}

/* Links */
a {
  text-decoration: none;
  color: inherit;
}

/* Rolagem suave */
html {
  scroll-behavior: smooth;
}

/* Barra de rolagem personalizada (Chrome, Edge, Safari) */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background-color: #0d6efd;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #0b5ed7;
}

/* Header */
header {
  background: #ffffff;
  padding: 0.5rem 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.logoUnintese {
  width: 20%;
  height: auto;
}

.btnInscricao,
#mauticform_input_entreafetoseaprendizagens_quero_participar {
  background: #e07f28;
  padding: 1.3rem 2rem;
  border-radius: 50px;
  color: white;
  font-weight: 700;
  transition: 0.3s all ease-in-out;
  white-space: nowrap;
}

.btnInscricao:hover,
#mauticform_input_entreafetoseaprendizagens_quero_participar:hover {
  background: #c86f22;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

/* FIM HEADER */

/* SECTION 1 */
.containerGeral {
  background: url("/wp-content/themes/unintese/img/entreAfetosEAprendizagens/Fundo_Roxo.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  border-radius: 30px;
  padding: 2rem 0rem 2rem 5rem;
  margin-top: 3rem;
}

.containerSide1 {
  position: relative;
  width: 100%;
  max-width: 500px;
  aspect-ratio: 1/1;
}

.containerSide1 img:first-child {
  position: absolute;
  top: 7%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}

.containerSide1 img:last-child {
  position: absolute;
  bottom: -2rem;
  left: 18%;
  width: 75%;
  z-index: 2;
}

.divBarraLaranja {
  background: #e07f28;
  padding-left: 1rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 75%;
  margin-left: auto;
}
.divBarraLaranja.mobile {
  display: none;
}

.divBarraLaranja p {
  color: white;
  font-weight: 700;
}

.divEntrVagas {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}

.divEntrVagas img:first-child {
  margin-left: -2rem;
  width: 100%;
}

.divEntrVagas p:first-of-type {
  font-size: 1.5rem;
  font-weight: 700;
  margin-left: -2rem;
  position: relative;
  z-index: 1;
}

.divEntrVagas p:first-of-type::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #e07f28;
  border-radius: 2px;
  z-index: -1;
}

.div100Certificado {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 1rem;
  margin-right: 3rem;
}

.imgSelo1 {
  width: 25%;
}

.imgSelo2 {
  width: 15%;
}

/* FIM SECTION 1 */

/* SECTION 2 */
.backgroundForm {
  background: url("/wp-content/themes/unintese/img/entreAfetosEAprendizagens/Ativo 5.webp");
  background-repeat: no-repeat;
  background-position: center center;
  margin: 5rem 0;
  padding: 2rem;
  max-height: 500px;
}

.containerTextForm {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  margin-top: 8rem;
  margin-left: 5rem;
}

.containerTextForm h2 {
  font-size: 4rem;
  font-weight: 700;
}

.containerForm {
  margin-top: -5rem;
}

#mauticform_entreafetoseaprendizagens {
  background: #f2f2f2;
  border-radius: 30px;
  padding: 2rem;
  width: 80%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.mauticform-label,
.mauticform-radiogrp-label {
  color: black;
  font-weight: 300 !important;
}

#mauticform_entreafetoseaprendizagens_quero_participar {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: -1rem;
}

#mauticform_input_entreafetoseaprendizagens_quero_participar {
  font-size: 1rem;
}

/* FIM SECTION 2 */




/* SECTION 3 */
.containerGeralInfo {
  margin-top: 8rem;
  margin-bottom: 3rem;
}

.containerInfo {
  margin-left: 2rem;
  margin-top: 1rem;
}

.logoInfo {
  margin-bottom: 3rem;
}

.divTextoInfo p {
  color: #bcbec0;
  font-weight: 600;
  font-size: 1rem;
}

.divAlerta {
  margin-top: -3rem;
  margin-bottom: -4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  background: #E18028;
  width: 54%;
  padding: 1.5rem;
  border-radius: 30px;
}

.divTextoAlerta {
	margin-top: 1rem;
}

/* FIM SECTION 3 */







/* SECTION 4 */
.backgroundCarrossel {
  background: #f2f2f2;
  text-align: center;
}

.tituloCarrossel {
  font-size: 3rem;
  color: black;
  font-weight: 700;
  margin: 3rem 0;
}

.containerCarrossel {
  margin: 5rem 0;
}

.divCarrossel {
  width: 400px;
  height: 450px;
  margin: 3rem, 1rem;
  background: white;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  font-weight: bold;
  font-size: 1.2rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  color: gray;
  padding: 5rem 2rem 5rem 2rem;
}

.swiper-slide {
  transition: transform 0.4s ease, opacity 0.4s ease;
  opacity: 0.5;
  transform: scale(0.85);
}

.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}

.divIcon {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
}

.textCarrossel {
  font-size: 0.8rem;
  font-weight: 600;
}

.divButtonCarrossel {
  margin-bottom: 3rem;
}

/* FIM SECTION 4 */





/* FOOTER */
.footerText {
  color: black;
  font-size: 700;
  margin-top: 3rem;
  text-align: center;
  font-size: 1.2rem;
}

.footerText a {
  text-decoration: none;
  color: #e07f28;
  transition: 0.3s all ease-in-out;
}

.footerText a:hover {
  text-decoration: underline;
}

/* FIM FOOTER */





/* RESPONSIVO */
@media (max-width: 1368px) {
	.divBarraLaranja {
		margin-left: auto;
	}
	
	.containerTextForm {
		margin-top: 3rem;
	}
	
	.divCarrossel {
		width: 370px;
		height: 420px;
	}
}

@media (max-width: 1114px) {
	.divBarraLaranja {
		width: 75%;
		margin-left: auto;
		margin-top: 3rem;
		margin-bottom: 0rem;	
	}
	
	.containerSide1 img:first-child {
		left: -10%;
		width: 100%;
	}
	
	.containerSide1 img:last-child {
		left: 8%;
	}
	
	.containerTextForm {
		margin-top: auto;
		margin-left: 0rem;
	}
	
	.containerTextForm h2 {
		font-size: 3rem;
	}
	
	#mauticform_entreafetoseaprendizagens {
		width: auto;
	}
	
	.divCarrossel {
		width: 320px;
		height: 450px;
		padding: 2rem;
	}
}


@media (max-width: 767px) {
	.logoUnintese {
		width: 70%;
	}
	
	.btnInscricao, #mauticform_input_entreafetoseaprendizagens_quero_participar {
		padding: 1rem 1rem;
		font-size: 1rem;
		white-space: nowrap;
	}
	
	.containerGeral {
		padding: 2rem;
		margin-top: 3rem;
		flex-direction: column;
		width: 90%;
        margin-left: auto;
        margin-right: auto;
	}
	
	.containerSide1 img:first-child {
		top: 0%;
		left: 0%;
	}
	
	.containerSide1 img:last-child {
		left: 10%;
        width: 90%;
	}

	.divBarraLaranja:not(.mobile) {
		display: none;
	  }
	  .divBarraLaranja.mobile {
		display: block;
	  }	


	.divBarraLaranja {
		margin-top: 3rem;
		margin-bottom: 3rem;
		border-radius: 30px;
		width: 90%;
		margin-left: auto;
        margin-right: auto;	
	}

	.divBarraLaranja p {
		font-size: 0.9rem;
		text-align: center;
	}
	
	.divEntrVagas {
		align-items: center;
        gap: 1rem;
	}
	
	.divEntrVagas img:first-child {
		margin-left: auto;
	}
	
	.divEntrVagas p:first-of-type {
		margin-left: -6rem;
		font-size: 1.1rem;
		margin-bottom: 6rem;
	}
	
	.div100Certificado {
		justify-content: center;
		gap: 2rem;
		margin-right: auto;
		margin-bottom: 3rem;
	}
	
	.imgSelo1 {
		width: 40%;
	}
	
	.imgSelo2 {
		width: 25%;
	}
	
	.containerTextForm h2, .containerTextForm p {
		display: none;
	}
	
	.containerTextForm {
		margin-top: auto;
		margin-left: auto;
	}
	
	#mauticform_entreafetoseaprendizagens {
		width: 100%;
	}
	
	.imgProf {
		display: none;
	}
	
	.containerGeralInfo {
		margin-top: auto;
		margin-bottom: auto;
	}
	
	.containerInfo {
		margin-left: 0rem;
        padding: 0.5rem;
	}
	
	.logoInfo {
		margin-bottom: 1rem;
	}
	
	.divAlerta {
		flex-direction: column;
		margin-top: auto;
		margin-bottom: auto;
		width: 95%;
		padding: 1rem;
		gap: 1rem;
		text-align: center;
	}
	
	.alertaIcon {
		width: 30%;
	}
	
	.containerCarrossel {
		margin: 3rem 0;
	}
	
	.divCarrossel {
		width: 100%;
        height: 450px;
	}
	
	.tituloCarrossel {
		font-size: 2.8rem;
	}
	
	.footerText {
		font-size: 0.8rem;
	}
	
}


