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

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

.titulo-1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 48px;
    color: #FFFFFF;
}

.btn-1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: inline-block;
    padding: 15px 20px;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
}

.btn-2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #0E1359;
    display: inline-block;
    padding: 15px 20px;
    border: 1px solid #0E1359;
    border-radius: 100px;
}

.destaque-1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    display: block;
}

.home-2 {
    padding-bottom: 60px;
    padding-top: 60px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.titulo-2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 41px;
    color: #0E1359;
}

.texto-1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #2B2C34;
}

.home-3 {
    padding-bottom: 60px;
    padding-top: 60px;
}

.titulo-2b {
    font-family: 'Namdhinggo';
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    line-height: 55px;
    color: #0E1359;
}

.texto-2 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 26px;
	color: #2B2C34;
}

.check-lista {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.check-lista li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.check-lista li p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #2B2C34;
    margin: 0;
}

.home-4 {
    padding-bottom: 60px;
    padding-top: 60px;
}

.home-5 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.card-proposta {
    height: 220px;
    width: 100%;
    background: linear-gradient(180deg, #1E29BF 0%, #0E1359 100%);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 15px;
	padding: 10px;
}

.card-proposta p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.home-6 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.owl-servicos.owl-theme .owl-nav [class*=owl-] {
    color: #000;
    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 #000;
}
.owl-servicos button.owl-next, .owl-servicos button.owl-prev {
    position: relative;
    bottom: -20px;
}
.owl-servicos button.owl-prev {
    left: -10px;
}
.owl-servicos button.owl-next {
    right: 0;
}
.owl-servicos.owl-theme .owl-nav {
    display: flex !important;
    justify-content: end;
}

.card-serv {
    background: linear-gradient(180deg, #FFFFFF 0%, #D9D9DD 100%);
    box-shadow: 0px 10px 25px rgba(43, 44, 52, 0.12);
    border-radius: 20px;
    padding: 20px;
	height: 250px;
}

.card-serv h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #2B2C34;
}

.card-serv p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #2B2C34;
}

.owl-servicos.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    padding-bottom: 30px;
}

.home-7 {
    padding-bottom: 60px;
    padding-top: 60px;
}


.destaque-2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #2B2C34;
    padding: 10px 24px;
    background: linear-gradient(90deg, rgba(210, 158, 62, 0.3) 0%, rgba(255, 255, 255, 0.2) 100%);
    border-radius: 100px;
    display: block;
    margin-bottom: 10px;
}

.home-8 {
    padding-bottom: 60px;
    padding-top: 60px;
    background: linear-gradient(150.46deg, #DBDCDF -12.66%, #FCFCFC 87.55%);
}

.home-9 {
    padding-bottom: 60px;
    padding-top: 60px;
}

.lista-especial {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
    list-style: none;
    padding: 0;
}

.lista-especial li {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #2B2C34;
    padding: 8px 30px;
    background: #F1F1F3;
    border-radius: 100px;
}

.home-10 {
    padding-bottom: 60px;
    padding-top: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.formu {
    background: linear-gradient(197.18deg, #FFFFFF 11.81%, #F0F0F0 103.52%);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 30px;
}

.formu h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #0E1359;
    margin-bottom: 15px;
}

.formu label {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #2B2C34;
    display: block;
}

.formu input {
    background: #FFFFFF;
    border: 1px solid #D1D1D1;
    border-radius: 8px;
    height: 40px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}


.formu button {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    background: #0E1359;
    border-radius: 8px;
    border: none;
    padding: 15px;
    display: block;
    width: 100%;
}

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

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

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

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fff;
}

.principal li.btn-i a  {
    padding: 8px 30px !important;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    margin-left: 30px;
    color: #fff;
}

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

.texto-p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #2B2C34;
}

.texto-p a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #2B2C34;
	text-decoration: underline;
}

.redes {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    list-style: none;
}

.redes a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background-color: #0E1359;
    color: #fff;
}

@media (max-width: 767px) {
	
	

.titulo-1 {
    font-size: 30px;
    line-height: 36px;
}	
	
.destaque-1 {
    font-size: 16px;
    line-height: 20px;
}	

.btn-1, .btn-2 {
    font-size: 14px;
    line-height: 20px;
}
	
.titulo-2 {
    font-size: 25px;
    line-height: 30px;
}
	
.texto-1 {
    font-size: 16px;
    line-height: 20px;
}	
	
.titulo-2b {
    font-size: 30px;
    line-height: 36px;
}	
	
.texto-2 {
    font-size: 18px;
    line-height: 22px;
}
	
.check-lista li p {
    font-size: 16px;
    line-height: 20px;
}
	
.destaque-2 {
    font-size: 16px;
    line-height: 20px;
}	
	
.home-3, .home-4 {
    padding-bottom: 10px;
    padding-top: 10px;
}
	
.navbar-brand img {
    height: 40px;
}
	
.principal {
    background-color: #0E1359;
    padding: 20px 15px;
    border-radius: 15px;
}

.principal li.btn-i a {
    padding: 8px 30px !important;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    margin-left: 0;
    color: #fff;
    width: fit-content;
}
	
.principal li a {
    margin-bottom: 15px;
}
	
.navbar-toggler-icon {
    filter: invert(1);
}
	
.navbar-toggler {
    border: none;
}	

.navbar-toggler:focus {
    box-shadow: none;
}	
	
	
	
}


