.section-mit-palestrantes {
	 background: #081725;
	 position: relative;
	 padding-bottom: 80px;
	 display: flex;
	 flex-direction: column;
}
 .mit-palestrantes-hero-bg {
	 position: relative;
	 height: 288px;
	 background-size: cover;
	 background-position: center;
	 background-repeat: no-repeat;
	 display: flex;
	 align-items: center;
}
 .mit-palestrantes-hero-bg #curvas-unisenai {
	 position: absolute;
	 top: 0;
	 z-index: 1;
	 width: 1216px;
	 max-width: 100%;
}
 .mit-palestrantes-hero-bg .wrapper {
	 position: relative;
	 z-index: 3;
	 width: 100%;
}
 .mit-palestrantes-overlay {
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background: radial-gradient(100% 50% at 50% 50%, rgba(8, 23, 37, 0.60) 9.85%, rgba(8, 23, 37, 0.80) 71.63%, #081725 99.63%);
	 z-index: 2;
}
 .mit-palestrantes-header {
	 display: flex;
	 flex-direction: column;
	 align-items: flex-start;
	 gap: 20px;
}
 .unisenai-mit-title {
	 margin: 0;
}
 .unisenai-mit-palestrantes__description {
	 margin: 0;
	 color: #f8dbb2;
	 font-family: Poppins;
	 font-size: 21px;
	 font-style: normal;
	 font-weight: 400;
	 line-height: 28px;
}
 .mit-palestrantes-body {
	 background: #081725;
	 position: relative;
	 z-index: 4;
}
 .mit-palestrantes-container {
	 display: flex;
	 flex-direction: column;
	 align-items: flex-start;
	 gap: 96px;
}
 .mit-palestrantes-container-grid {
	 display: grid;
	 grid-template-columns: repeat(3, 1fr);
	 gap: 32px;
	 width: 100%;
}
 @media (max-width: 768px) {
	 .mit-palestrantes-container-grid {
		 grid-template-columns: 1fr;
	}
}
 .mit-palestrantes-item {
	 display: flex;
	 max-width: 384px;
	 flex-direction: column;
	 align-items: flex-start;
	 align-self: stretch;
	 justify-self: center;
	 border-radius: 12px;
	 background: #171f2b;
	 overflow: hidden;
	 width: 100%;
}
 .mit-palestrantes-item img {
	 width: 100%;
	 height: auto;
	 object-fit: cover;
	 border-radius: 12px 12px 0 0;
}
 .mit-palestrantes-item-content {
	 display: flex;
	 padding: 24px 24px;
	 flex-direction: column;
	 align-items: flex-start;
	 gap: 16px;
	 align-self: stretch;
	 height: 100%;
}
 .mit-palestrantes-item-content h3 {
	 margin: 0;
	 color: #e2e5e9;
	 font-family: Poppins;
	 font-size: 20px;
	 font-style: normal;
	 font-weight: 400;
	 line-height: 28px;
}
 .mit-palestrantes-item-content h4 {
	 margin: 0;
	 color: #439ee4;
	 font-family: Poppins;
	 font-size: 20px;
	 font-style: normal;
	 font-weight: 700;
	 line-height: 20px;
}
 .mit-palestrantes-item-content p {
	 margin: 0;
	 color: #a8b0ba;
	 font-family: Poppins;
	 font-size: 14px;
	 font-style: normal;
	 font-weight: 400;
	 line-height: 22.75px;
}
 .mit-palestrantes-item-content a {
	 display: flex;
	 align-items: center;
	 gap: 4px;
	 align-self: stretch;
	 color: #fff;
	 font-family: "Open Sans";
	 font-size: 16px;
	 font-style: normal;
	 font-weight: 400;
	 line-height: 16px;
	 text-decoration: none;
	 margin-top: auto;
}
 @media (max-width: 768px) {
	 .unisenai-mit-palestrantes__description {
		 font-size: 16px;
	}
	 .palestrantes-title {
		 text-align: start;
	}
}
 


.section-mit-facilitador {
	 background-color: #081725;
}
 .mit-facilitador-container {
	 display: flex;
	 flex-direction: column;
	 align-items: flex-start;
	 gap: 64px;
}
 .facilitador-title {
	 max-width: 580px;
	 line-height: 110%;
	 text-align: start;
}
 .mit-facilitador-card {
	 display: flex;
	 flex-direction: row;
	 width: 100%;
	 border-radius: 12px;
	 background: #171f2b;
	 overflow: hidden;
}
 .mit-facilitador-card img {
	 height: auto;
	 object-fit: cover;
	 border-radius: 12px 0 0 12px;
}
 @media (max-width: 768px) {
	 .mit-facilitador-card {
		 flex-direction: column;
	}
	 .mit-facilitador-card img {
		 width: 100%;
		 border-radius: 12px 12px 0 0;
	}
}
 .mit-facilitador-card-content {
	 display: flex;
	 padding: 24px 24px;
	 flex-direction: column;
	 align-items: flex-start;
	 gap: 16px;
}
 .mit-facilitador-card-content h3 {
	 margin: 0;
	 color: #e2e5e9;
	 font-family: Poppins;
	 font-size: 20px;
	 font-style: normal;
	 font-weight: 400;
	 line-height: 28px;
}
 .mit-facilitador-card-content h4 {
	 margin: 0;
	 color: #439ee4;
	 font-family: Poppins;
	 font-size: 20px;
	 font-style: normal;
	 font-weight: 700;
	 line-height: 20px;
}
 .mit-facilitador-card-content p {
	 margin: 0;
	 color: #a8b0ba;
	 font-family: Poppins;
	 font-size: 14px;
	 font-style: normal;
	 font-weight: 400;
	 line-height: 22.75px;
}
 .mit-facilitador-card-content a {
	 display: flex;
	 align-items: center;
	 gap: 4px;
	 align-self: stretch;
	 color: #fff;
	 font-family: "Open Sans";
	 font-size: 16px;
	 font-style: normal;
	 font-weight: 400;
	 line-height: 16px;
	 text-decoration: none;
	 margin-top: auto;
}
 