body, html {
    overflow-x: hidden;
}
body {
	font-family: "Poppins", sans-serif;
}

.hero-banner {
    height: 680px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
    border-radius: 15px;
}

.titulo-1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 55px;
    color: #1E2246;
}

.texto-1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #444760;
}

.box-1 {
    background: #DEEDEF;
    border-radius: 15px;
    padding: 20px;
	margin: 0px;
}

.box-2 {
    background: #E9F1F2;
    border-radius: 15px;
    padding: 20px;
	margin: 0px;
}

.texto-2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #444760;
}

.texto-3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #444760;
	margin: 0px;
}

.imagem-f {
	width: 100%;
	min-height: 300px;
	object-fit: cover;
	border-radius: 10px;
}

.imagem-f2 {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.btn-1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #1E2246;
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #37D8B8;
    border-radius: 4px;
    padding: 10px 35px;
}

.btn-1:hover {
	color: #1E2246;
	opacity: 0.7;
}

.box-plataforma {
    background-color: #E9F1F2;
    padding: 20px;
    margin: 0px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.box-plataforma img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.destaque-1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #1E2246;
	display: block;
}

.fa-torto {
    transform: rotate(45deg);
}

.titulo-3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #1E2246;
    margin-bottom: 0px;
}

.number {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1E2246;
    width: 40px;
    height: 40px;
    border-radius: 100%;
	flex-grow: 0;
	flex-shrink: 0;
}

.box-bene {
    background: #FFFFFF;
    border: 1px solid #37D8B8;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
	height: 100%;
}

.box-bene h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #1E2246;
    margin-bottom: 0;
}

.box-bene img {
    height: 90px;
}

.box-bene p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #1E2246;
    margin-bottom: 0px;
}

.box-contato {
    background-color: #E9F1F2;
    padding: 50px 20px;
    border-radius: 15px;
    margin: 0;
}

.formu {
    background: #FFFFFF;
    border-radius: 10px;
    height: 100%;
    padding: 30px;
}

.formu h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #1E2246;
}

.formu label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #1E2246;
    display: block;
}

.formu input[type='text'], .formu input[type='email'] {
    background: #FFFFFF;
    border: 1px solid #37D8B8;
    border-radius: 6px;
    height: 60px;
    width: 100%;
    display: block;
}


.formu textarea {
    background: #FFFFFF;
    border: 1px solid #37D8B8;
    border-radius: 6px;
    height: 120px;
    width: 100%;
    display: block;
}

.formu button {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    background: #37D8B8;
    border: 1px solid #37D8B8;
    border-radius: 6px;
    height: 55px;
    width: 100%;
}

#footer {
    background-color: #1E2246;
    padding-top: 40px;
	padding-bottom: 20px;
}

.footer-p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #D9D9D9;
    margin-bottom: 0px;
}

.footer-p small {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #D9D9D9;
    margin-bottom: 0px;
}

.footer-p a {
    color: #D9D9D9;
	text-decoration: underline;
}

.navbar-brand img {
    height: 56px;
}

.principal li a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #444760;
}

@media (max-width: 767px) {
	

.navbar-toggler {
    border: none;
}	
	
.principal li a {
    text-align: center;
}	
	
.principal {
   margin-top: 20px;
   margin-bottom: 30px;
}
	
	
.navbar-toggler:focus {
    box-shadow: none;
    outline: 0;
    text-decoration: none;
}
	
.titulo-1 {
    font-size: 35px;
    line-height: 42px;
}	
	
.texto-1 {
    font-size: 20px;
    line-height: 28px;
}	
	
.hero-banner {
    background-position: center;
    padding: 50px 0px;
    height: auto;
}	
	
.box-1, .box-2 {
    height: auto !important;
}	

.imagem-f {
    height: 250px;
    margin-bottom: 20px;
}
	
	
}


