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


.titulo-1 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    line-height: 120%;
    color: #000000;
	margin-bottom: 0px;
}

.titulo-1 b {
    color: #0482FD;
}

.titulo-2 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    line-height: 120%;
    color: #000000;
	margin-bottom: 0px;
}

.titulo-2 b {
    color: #fff;
}



.btn-1 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    color: #fff;
    background: #0482FD;
    border-radius: 50px;
    padding: 12px 30px;
    display: inline-block;
}
.btn-1:hover {
    opacity: 0.7;
}
.btn-1 i {
    transform: rotate(45deg);
}

.faixa {
    background: radial-gradient(50% 106.81% at 50% 50%, #0482FD 0%, #000000 100%);
    padding-bottom: 15px;
    padding-top: 15px;
}

.faixa span {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    color: #FFFFFF;
    text-align: center;
    display: block;
}

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

.texto-1 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #000000;
}

.home-2 {
    padding-bottom: 60px;
}

.destaque-1 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #FFFFFF;
    background: #000000;
    border-radius: 50px;
    padding: 5px 30px;
    display: inline-block;
}

.box-servico {
    display: block;
    height: 455px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
.box-servico::before {
    content: '';
    position: absolute;
    inset: 0;
    background: inherit;
    filter: grayscale(1);
    z-index: 0;
}
.box-servico::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}

.box-servico:hover {
   opacity: 0.7;
}

.box-servico div {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 20px;
    right: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
}

.box-servico div span {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    color: #0482FD;
}

.box-servico i {
    font-size: 30px;
    color: #fff;
    transform: rotate(45deg);
}

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

.vantagem {
    display: flex;
    flex-direction: row;
    gap: 13px;
    margin-bottom: 20px;
}

.vantagem span {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    color: #000000;
    background-color: #0482FD;
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
	flex-grow: 0;
    flex-shrink: 0;
	font-feature-settings: 'pnum' on, 'lnum' on;
}

.vantagem h3 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    color: #000000;
}

.vantagem p {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}

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

.backcontato {
    padding: 60px 0px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}


.formu input[type='text'], .formu input[type='email'], .formu select {
    height: 45px;
    padding: 8px;
    display: block;
    width: 100%;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #000000;
}

.formu input[type='text']::placeholder,
.formu input[type='email']::placeholder,
.formu select::placeholder {
    color: #000;
    opacity: 1;
}

/* Suporte para navegadores WebKit (Chrome, Safari) */
.formu input[type='text']::-webkit-input-placeholder,
.formu input[type='email']::-webkit-input-placeholder,
.formu select::-webkit-input-placeholder {
    color: #000;
}

/* Suporte para Firefox */
.formu input[type='text']::-moz-placeholder,
.formu input[type='email']::-moz-placeholder,
.formu select::-moz-placeholder {
    color: #000;
    opacity: 1;
}

/* Suporte para Internet Explorer 10+ */
.formu input[type='text']:-ms-input-placeholder,
.formu input[type='email']:-ms-input-placeholder,
.formu select:-ms-input-placeholder {
    color: #000;
}

/* Suporte para Microsoft Edge */
.formu input[type='text']::-ms-input-placeholder,
.formu input[type='email']::-ms-input-placeholder,
.formu select::-ms-input-placeholder {
    color: #000;
}

.formu button {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #FFFFFF;
    background: #000000;
    border-radius: 50px;
    padding: 5px 30px;
    display: inline-block;
	border: none;
}

.contato_foto {
    height: 470px;
    object-fit: cover;
    width: 100%;
    filter: grayscale(1);
}

.titulo-3 {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 600;
	font-size: 28px;
	line-height: 120%;
	color: #0482FD;
}

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

.principal li a {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #1A1A1A;
}

#footer {
    background-color: #fff;
    margin-bottom: 20px;
    margin-top: 60px;
}

.footmenu li a {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #1A1A1A;
}

.footmenu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.titulo-f {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #0482FD;
    margin-bottom: 0px;
    display: block;
}

.texto-f {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #000000;
}

.redes {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0px;
    margin: 0px;
    gap: 10px;
	justify-content: flex-end;
}


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

@media (max-width: 767px) {
	
	
.titulo-1 {
    font-size: 34px;
    line-height: 120%;
}
.texto-1 {
    font-size: 18px;
    line-height: 26px;
}	
.backcontato {
    background-position: right;
}	
	
.titulo-2 {
    font-size: 34px;
    line-height: 40px;
}
	
.redes {
    justify-content: center;
}	
	
.titulo-f, .texto-f, .footmenu {
    text-align: center;
}	
	
.home-hero {
    padding-top: 30px;
}	
	
.principal {
    background-color: #0582fd;
    padding: 20px;
    border-radius: 10px;
}
	
.principal li a {
    font-size: 25px;
    line-height: 130%;
    color: #ffff;
	text-align: center;
}	
	
.navbar-toggler {
    background-color: #0582fd;
    border: none;
}
	
.navbar-toggler-icon {
    filter: invert(1) brightness(100);
}
	
	
	
}


