body, html {
    overflow-x: hidden;
}
body {
	font-family: "Poppins", sans-serif; !important;
	background-color: #fff;
}

.hero-home {
	height: 670px;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.hero-home::before {
	height: 670px;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}

.hero-home::before {
    background: linear-gradient(89.7deg, #1E4D59 5.39%, rgba(30, 77, 89, 0) 99.75%);
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
	z-index: 1;
}

#header {
    position: absolute;
    width: 100%;
    background-image: none;
	z-index: 99;
}

.principal li a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}

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

.redes {
    display: flex;
    flex-direction: row;
}

.redes a {
    background-color: #1E4D59;
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    font-size: 22px;
    margin-right: 10px;
}

.titulo-1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: #FFFFFF;
}

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

.btn-1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 100px;
	padding: 15px 35px;
	display: inline-block;
}

.texto-f {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #131C29;
}

.footmenu {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footmenu li a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #131C29;
	padding: 0;
}

#footer {
    background-color: #fff;
    padding-top: 40px;
}

.faixa-home {
    background-color: #1E4D59;
    padding-top: 20px;
}

.titulo-2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 60px;
    color: #131C29;
}
.serv-box {
    background: #ECF8FF;
    box-shadow: 0px 4px 20px rgba(19, 28, 41, 0.2);
    border-radius: 20px;
    height: 400px;
	border: 1px solid #131C29;
}

.texto-2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #131C29;
}

.serv-box h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #1E4D59;
}

.serv-box img {
    border-radius: 20px 20px 0px 0px;
    width: 100%;
    height: 145px;
    object-fit: cover;
}

.serv-box div {
    padding: 0px 15px;
}


.btn-2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #000;
	border: 1px solid #000;
	border-radius: 100px;
	padding: 15px 35px;
	display: inline-block;
	box-shadow: 0px 4px 20px rgba(19, 28, 41, 0.2);
}

.progress {
    height: 47px;
    position: relative;
    border: none;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
	margin-bottom: 5px;
}

.progress-bar {
  width: 0;
  transition: width 1s ease-in-out;
}
.progress-cont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    align-items: center;
    height: 100%;
    padding-right: 5px;
    padding-left: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    color: #000;
}

.bg-bene {
	background-color: #ECF8FF;
}


.gale-home {
    background-color: #131C29;
    padding-bottom: 60px;
    padding-top: 60px;
}


.gale-foto {
    border: 1px solid #1E4D59;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.4));
    border-radius: 20px;
    height: 310px;
    width: 100%;
    display: flex;
    flex-direction: row;
	overflow: hidden;
}

.gale-foto img {
    height: 310px;
    object-fit: cover;
}

.gale-foto img:only-child {
    width: 100%;
}

.gale-foto img:nth-child(1):nth-last-child(2),
.gale-foto img:nth-child(2):nth-last-child(1) {
    width: 50%;
}

.contato-home {
    background: radial-gradient(94.25% 220.27% at 20% 5.75%, #FFFFFF 0%, #DAEBF7 100%);
    padding-bottom: 50px;
    padding-top: 50px;
}
.cont1 {
    background-color: #1E4D59;
    padding: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.cont2 {
    background-color: #131C29;
    padding: 40px;
}

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

.formu input[type="text"], .formu input[type="email"], .formu select {
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 50px;
    border: none;
	padding: 10px;
}

.formu span {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    color: #FFFFFF;
}


.formu button {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    border: none;
    height: 50px;
    border-radius: 50px;
    background-color: #1E4D59;
    margin-top: 30px;
}

.box-contato h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    color: #131C29;
}


.box-contato {
    border-radius: 20px;
    overflow: hidden;
}


.card-depo {
	background: #FFFFFF;
	border: 1px solid #1E4D59;
	border-radius: 10px;
	padding: 30px;
    text-align: center;
}
.card-depo p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000;
}
.owl-depo.owl-theme .owl-nav [class*=owl-] {
    color: #1E4D59;
    font-size: 30px;
    margin: 0px;
    width: 46px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    height: 46px;
    line-height: 15px;
    border-radius: 0;
    border: 1px solid #1E4D59;
}
.owl-depo button.owl-next, .owl-depo button.owl-prev {
    position: relative;
    bottom: -20px;
}
.owl-depo button.owl-prev {
    left: -10px;
}
.owl-depo button.owl-next {
    right: 0;
}
.owl-depo.owl-theme .owl-nav {
    display: flex !important;
    justify-content: end;
}


@media (max-width: 767px) {
	

	
#navbar {
    background-color: #fff;
    padding: 15px;
    border-radius: 20px;
}	
	
.principal li a {
    color: #000;
}
	
.navbar-toggler {
    background-color: #2987c2;
    border: none;
}
	
.titulo-1, .titulo-2 {
    font-size: 30px;
    line-height: 40px;
}
	

.texto-1 {
    font-size: 20px;
    line-height: 24px;
}	

.progress-cont {
    font-size: 14px;
}
	
.box-contato {
    margin: 0;
}

.box-contato h4 {
    font-size: 28px;
    line-height: 30px;
}
	
.cont1 {
    padding: 20px;
    height: 300px;
}
	
.cont2 {
    background-color: #131C29;
    padding: 20px;
}
	
	
	
	
}


