/* -----------HEADER------------------- */

#header{
    background: #fff;
}

.nav-item{
    padding: 0 10px;
}

.nav-item:last-child{
    padding-right: 0;
}

.nav-link{
    font-size: 16px;
    font-weight: 400;
    color: var(--main-blue);
    line-height: 19.5px;
}

/* -----botão área de serviço------- */

/* .nav-item:last-child a{
    display: inline-block;
    padding: 10px 30px!important;
    background: var(--main-blue);
    border-radius: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid var(--main-blue);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    line-height: 1.5;
} */

/* .nav-item:last-child a:hover{
    background: var(--gold);
} */

.nav-link:hover{
    color: var(--gold);
}

.navbar-brand img{
    width: 100%;
    transition: width 0.4s;
}

#header.scrolled{
    box-shadow: -5px 1px 9px 1px rgb(0 0 0 / 10%);
}

#header.scrolled .navbar-brand img{
    width: 80%;
}

.space-menu{
    height: 92px;
}


/* ----------------HOMEPAGE------------------ */

#main-banner{
    height: 100vh;
    background: linear-gradient(90deg, rgba(22,31,58,1) 0%, rgba(22,31,58,0) 100%), url('../img/home-main-img.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.banner__txt--subtitle,
.banner__txt--citation{
    color: #fff;
    font-size: 20px;
    line-height: 24.38px;
    font-weight: 400;
}

.banner__txt--subtitle{
    text-transform: uppercase;
}

.banner__txt--citation{
    margin: 30px 0;
}

.main-banner__txt h1{
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.88px;
    margin-bottom: 0;
}


.about{
    margin: 50px 0;
}

.about__txt p{
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: var(--grey-txt);
    margin-bottom: 30px;
}

.about__txt p:last-child{
    margin-bottom: 0;
}

.services{
    background: var(--grey-lighter);
    padding: 50px 0;
}

.services__item{
    height: 100%;
}

.services-item__img{
    position: relative;
}

.services-item__img img{
    border-radius: 10px;
}

.services-img__overlay{
    background: rgba(13, 22, 51, 0.3);
    height: 100%;
    width: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: 0.6s;
}

.services-img__overlay:hover{
    opacity: 1;
}

.services-item__txt h3{
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: var(--main-blue);
    margin-top: 20px;
}

.services-item__txt p{
    color: var(--grey-txt);
    font-weight: 400;
    line-height: 25px;
    font-size: 14px;
    margin-bottom: 0;
}

.home-contact{
    background: linear-gradient(90deg, rgba(22,31,58,0.95) 0%, rgba(22,31,58,0.95) 100%), url('../img/calculadora-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contact__form{
    background: #fff;
    border: 1px solid var(--main-blue);
    border-bottom: 10px solid var(--gold);
    padding: 50px;
    margin-bottom: -50px;
    margin-top: -30px;
}

.contact-form__item{
    margin-bottom: 20px;
}

.contact-form__item:last-child{
    margin-bottom: 0;
}

.contact-form__item label{
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    color: #000;
}

.contact-form__item input,
.contact-form__item textarea{
    border: 1px solid var(--main-blue);
    border-radius: 10px;
    width: 100%;
    padding: 10px;
    color: var(--main-blue);
}

.contact-form__item textarea{
    height: 150px;
}

.contact-form__item input:focus-visible,
.contact-form__item textarea:focus-visible{
    outline: none;
}

.contact-form__item input[type="submit"]{
    width: unset;
}

.home-contact__txt{
    padding-left: 50px;
}

.home-contact__txt p{
    color: #fff;
    font-size: 26px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 0;
}

.home-contact__txt .line{
    margin-top: 20px;
}

.home-contact__txt p span{
    font-weight: 700;
}

.home-contact__txt ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.home-contact__txt li{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    display: flex;
    align-items: start;
    padding: 15px 0;
}

.home-contact__txt li:last-child{
    padding-bottom: 0;
}

.home-contact__txt li img{
    margin-right: 20px;
}

.services-types{
    margin: 160px 0 120px 0;
    position: relative;
}

.services-types__content{
    display: flex;
}

.services-types__img{
    width: 50%;
    z-index: 1;
    top: 0;
    border-radius: 15px;
    height: 480px;
}

.services-types__txt {
    width: 60%;
    right: 0;
    height: 570px;
    top: -46px;
    position: absolute;
    border: 1px solid var(--main-blue);
    padding: 100px 100px 100px 180px;
}

.services-types__txt p{
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: var(--grey-txt);
    margin-bottom: 25px;
}

/* -----------------TÍTULO PAGINAS INTERNAS---------------------- */

.page-intern-title{
    padding: 80px 0;
    background: rgba(13, 22, 51, 0.1);
}

.page-intern-title h1{
    font-size: 36px;
    font-weight: 600;
    line-height: 43.88px;
    color: var(--blue);
}

.page-navigation,
.page-navigation a{
    color: var(--blue);
    font-weight: 300;
    font-size: 18px;
    line-height: 21.94px;
    text-decoration: none;
}

.page-navigation a:hover{
    color: var(--gold);
}

/* -------------PÁGINA SERVIÇOS------------------------ */

.services.intern{
    background: #fff;
    padding-bottom: 0;
}

.services.intern .services__item{
    position: relative;
    padding-bottom: 70px;
}

.services.intern .services__item .btn{
    position: absolute;
    bottom: 0;
}

.services.intern .services__item{
    scroll-margin-top: 6rem;
}

/* SINGLE SERVIÇOS */

.services.single{
    background: #fff;
}

.services.single .service-image{
    object-fit: cover;
}

/* -----------------PÁGINA CONTATO-------------------------------- */

.contact-intern{
    margin: 50px 0;
}

.contact-intern .home-contact__txt{
    padding-left: 0;
    padding-right: 20px;
}

.contact-intern .home-contact__txt p{
    color: var(--main-blue);
    font-size: 24px;
    line-height: 37px;
}

.contact-intern .home-contact__txt ul{
    background: #f5f5f5;
    border-radius: 15px;
    padding: 20px 40px;
}

.contact-intern .home-contact__txt li{
    color: var(--main-blue);
    font-weight: 600;
}

.contact-intern .contact__form{
    margin-bottom: 0;
    margin-top: -170px;
    border-radius: 15px 15px 0 0;
}

.contact-intern .home-contact__txt li:last-child{
    padding-bottom: 15px;
}

/* -----------------------FOOTER---------------------------------- */

footer{
    background: var(--main-blue);
}

.main-footer{
    padding: 30px 0;
}

.main-footer__item.nav-footer h3,
.main-footer__item.nav-footer li,
.main-footer__item.nav-footer a{
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-decoration: none;
}

.main-footer__item.nav-footer h3{
    font-weight: 700;
}

.main-footer__item ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: none;
}

.main-footer__item.nav-footer li{
    font-weight: 300;
    display: flex;
    align-items: start;
}

.main-footer__item.nav-footer li img{
    margin-right: 10px;
    margin-top: 4px;
}

.main-footer__item.social{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    height: 100%;
}

.main-footer__item.social ul{
    display: flex;
}

.main-footer__item.social li{
    margin-right: 10px;
}

.main-footer__item.social a{
    text-decoration: none;
}

.social-circle{
    height: 40px;
    width: 40px;
    border-radius: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-circle i{
    color: var(--main-blue);
    font-size: 22px;
}

.main-footer__item.social li:hover .social-circle i{
    color: var(--gold);
}

.footer__copyright{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(255,255,255, 0.4);
    padding: 30px 0;
}

.footer__copyright p{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 19.5px;
    margin-bottom: 0;
    letter-spacing: 5%;
}

.footer__copyright a{
    font-weight: 600;
    text-decoration: none;
    color: #fff;
}

.footer__copyright a:hover{
    color: var(--gold);
}