.lilita {
    font-family: "Lilita One", sans-serif !important;
    font-weight: 400!important;
    font-style: normal;
}

.text-center {
    text-align: center !important;
}

.montserrat {
    font-family: "Montserrat", sans-serif!important;
    font-weight: normal;
    font-style: normal;
  }
  

.azul1{
    color: #009EDE!important;
}

.azul2{
    color: #004F88!important;
}

.azul3{
    color: #007BB8!important;
}

.services-wrap, .work-carousel-wrap{
    padding: 0!important;
}

#works-wrap h2 {
    font-size: 2.4rem;
}

.contact-form-wrap:after{
    content: none;
}

.contact-form-wrap{
    padding-top: 50px;
    padding-bottom: 50px;
}

.form-group label {
    font-size: 0.9rem;
    margin-right: 0.8rem;
}

.main-header .logo{
    width: 185px;
}

.main-header.header-fixed .logo{
    width: 165px;
}

.intro1Wrap{
    padding: 140px 0 160px 0;
}

.p-b-50{
    padding-bottom: 50px;
}

.navbar.unidade-interna
{
    gap: 100px;
    max-width: 600px;
}

.dados-unidade{
    color: #FFF;
}

.unidades2 {
    margin-top: 150px;
}

#works-wrap a{
    color: grey;
}

#works-wrap a:hover{
    text-decoration: underline;
}

.p-t-b-40 {
    padding: 80px 0;
}

.form-franquia{
    background: #004F88;
    padding: 20px;
    border-radius: 15px;
}

.single-testimonial-wrap {
    min-height: 286px;
}

.back-to-top {
    position: fixed;
    z-index: 100;
    bottom: 40px;
    right: -50px;
    text-decoration: none;
    background-color: #01aff0;
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    line-height: 51px;
    border-radius: 50%;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.045);
}

.back-to-top img{
    width: 60%;
}

.back-to-top:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.back-to-top.active {
    right: 25px;
}

.back-to-top .fa {
    color: inherit;
    font-size: 18px;
    line-height: 50px;
}


.termos{
    justify-content: center;
}

.termos li{
    margin: 0!important;
}

.form-check.mr-3{
    margin-right: 0.5rem!important;
}

.landing-gradient-red-orange .eva, .landing-gradient-red-orange .mega-menu .dropdown-menu .bg-img{
    background-image: linear-gradient(-29deg, #01aff0, #01aff0) !important;
}