body {
    font-family: 'Roboto'!important;
}

html {
    scroll-behavior: smooth;
}

button:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
}

.form-control {
    background: #FFFFFF;
    min-height: 57px;
    padding: 1.375rem 2rem;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 10px;
    color: #828282;
}

.form-control::placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #828282;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #E0E0E0;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #c5c5c545;
}

.pulse:hover {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}


/* ini: Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 1999;
}

#preloader .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pulsex {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

.pulseIcon:hover {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}


/* end: Preloader */


/* Geral - Geral - Geral */

h1.title {
    text-transform: uppercase;
    color: #042e6f;
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    margin-bottom: 1.5rem;
}

h1.title::after {
    content: "";
    background: linear-gradient(90deg, #102D69 7.69%, #0195DB 94.62%);
    border-radius: 5px;
    height: 2px;
    width: 105px;
    display: block;
    top: 8px;
    position: relative;
    margin: 0 auto;
}

button.btn-link,
a.btn-link {
    background: linear-gradient(90deg, #102D69 7.69%, #0195DB 94.62%);
    border-radius: 5px;
    padding: 10px 47px;
    color: white!important;
    display: inline-block;
    text-decoration: none!important;
    transition: .6s;
}

button.btn-link:hover,
a.btn-link:hover {
    transform: scale(1.15);
}

.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.owl-carousel button.owl-dot {
    background: #E0E0E0!important;
    width: 38px;
    height: 22px;
    margin: 4px;
    border-radius: 15px;
    transition: .2s;
}

.owl-carousel button.owl-dot.active {
    background: #4FB2E5!important;
    width: 22px;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #4fb2e5!important;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: unset;
}

.owl-theme .owl-dots .owl-dot span {
    background: #e0e0e0!important;
}

.container-fluid {
    max-width: 1920px;
}

section.interna {
    /* padding: 8rem 0 3rem; */
    min-height: 95vh;
    padding-bottom: 3rem;
}

section.interna section.banner img,
section.listagem section.banner img {
    max-height: 500px;
    object-fit: cover;
    object-position: center;
}


/* header */

header {
    position: absolute;
    width: 100%;
    z-index: 10;
    background: rgba(255, 255, 255, 0.8);
}

header .navbar-brand img {
    padding: 4px;
}

header .nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #828282;
    font-size: 14px;
    line-height: 16px;
}

header .navbar {
    width: 100%;
    max-width: 1600px;
}

.navbar-expand-lg .navbar-nav .nav-item .nav-link {
    padding: 0 2rem;
    font-weight: 400;
    font-size: 18px;
    color: #828282;
    transition: .4s;
    text-align: center;
}

.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link,
.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
    color: #042E6F;
    font-weight: bold;
}

.navbar-expand-lg .navbar-nav .nav-item:not(.btn-blue) .nav-link::after {
    visibility: hidden;
    content: "";
    background: linear-gradient(90deg, #102D69 7.69%, #0195DB 94.62%);
    border-radius: 5px;
    height: 2px;
    width: 0;
    display: block;
    top: 4px;
    position: relative;
    margin: 0 auto;
    transition: .4s width ease;
}

.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link::after {
    visibility: visible;
    width: 100%;
}

.navbar-expand-lg .navbar-nav .btn-blue .nav-link {
    color: white;
    background-color: #042E6F;
    padding: 12px 24px;
    border-radius: 15px;
    margin-left: 1.5rem;
    border: 2px solid #042E6F;
}

.navbar-expand-lg .navbar-nav .btn-blue .nav-link:hover {
    background-color: unset;
    color: #042E6F;
}


/* Sobre - Sobre - Sobre */

section.sobre {
    padding: 5rem 0;
}

section.sobre p {
    font-size: 14px;
    color: #828282;
}


/* Obras em andamento */

section.obras_andamento {
    background: #F2F2F2;
    padding: 5rem 0;
}

section.interna section.obras_andamento {
    background: white;
}

section.obras_andamento .owl-carousel .owl-stage-outer {
    min-height: 440px;
}

section.obras_andamento .card {
    background: unset;
    border: unset;
    transition: .6s ease;
}

section.obras_andamento .card:hover {
    transform: scale(0.9);
}

section.obras_andamento .card .card-body {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

section.obras_andamento .card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

section.obras_andamento .card .card-body ul {
    list-style: none;
    padding-left: 0;
    text-align: right;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
    color: #4F4F4F;
}
 
section.obras_andamento .card .card-body a.see_more {
    background: #4FB2E5;
    height: 22px;
    margin-left: 25px;
    width: 22px;
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .4s ease;
}

section.obras_andamento .card .card-body a.see_more:hover {
    background: #042e6f;
}

section.obras_andamento .card .card-body a.see_more p {
    font-size: 30px;
    font-weight: 300;
    color: white;
    position: relative;
    top: 7px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

section.interna section.obras_andamento .card:hover {
    transform: scale(1);
}

section.interna section.obras_andamento .card .card-body ul {
    text-align: left;
    font-size: 18px;
}

section.interna section.obras_andamento .card .card-body {
    display: block;
    box-shadow: unset;
}

section.interna section.obras_andamento .card .card-body h2 {
    color: #042e6f;
    font-weight: bold;
    margin: .5rem 0 1rem;
}








section.interna .galeria img {
    height: 300px;
    object-fit: cover;
}

.bg-gray {
    padding: 3rem 0;
}

.bg-gray .item {
    padding: 15px 0;
}

.bg-gray img {
    box-shadow: 0 0 12px rgb(0 0 0 / 20%);
}


/* Obras Concluidas */

section.obras_concluidas {
    padding: 4rem 0;
}

section.obras_concluidas .item {
    padding: 0;
}

section.obras_concluidas .item img {
    width: 100%;
    height: 700px;
    margin: 0;
    object-fit: cover;
}

section.obras_concluidas .item h2,
section.obras_concluidas .item p {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.6s ease-in-out;
}

section.obras_concluidas .item p {
    color: white;
    font-size: 34px;
    padding: 0 15px;
    z-index: 2;
}

section.obras_concluidas .item h2 {
    color: rgba(29, 161, 242, 0.75);
    font-size: 210px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.35);
}

section.obras_concluidas .item:hover h2{
	font-size: 0;
	background: unset;
}
section.obras_concluidas .item:hover p {
    opacity: 0;
    background: unset;
    transform: scale(0);
}


/* Serviços - Serviços */

section.servicos {
    padding: 2rem 0 5rem;
}

section.servicos .item {
    align-items: center;
    text-align: center;
    background: #F2F2F2;
    transition: .4s;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 20%);
    border: none;
}

section.servicos .item .card-body {
    padding: 1.5rem 3rem;
}

section.servicos .item h2 {
    color: #828282;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

section.servicos .item p {
    font-size: 14px;
    color: #828282;
    font-weight: normal;
}

section.servicos .item a {
    color: #828282;
    border: 1px solid #828282;
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 1rem;
    transition: .4s;
}

section.servicos .item .img-destaque {
    height: 140px;
    margin: 3rem 0 1.5rem;
    background: url('../img/icons/servico1-gray.png');
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: contain!important;
    width: 100%;
    display: block;
    transition: .4s;
}

section.servicos .item .img-destaque#servico1 {
    background: url('../img/icons/servico1-gray.png');
}

section.servicos .item .img-destaque#servico2 {
    background: url('../img/icons/servico2-gray.png');
}

section.servicos .item .img-destaque#servico3 {
    background: url('../img/icons/servico3-gray.png');
}

section.servicos .item .img-destaque#servico4 {
    background: url('../img/icons/servico4-gray.png');
}

section.servicos .item:hover .img-destaque#servico1 {
    background: url('../img/icons/servico1_white.png');
}

section.servicos .item:hover .img-destaque#servico2 {
    background: url('../img/icons/servico2_white.png');
}

section.servicos .item:hover .img-destaque#servico3 {
    background: url('../img/icons/servico3_white.png');
}

section.servicos .item:hover .img-destaque#servico4 {
    background: url('../img/icons/servico4_white.png');
}

section.servicos .item:hover {
    background: #4FB2E5;
}

section.servicos .item:hover p,
section.servicos .item:hover h2 {
    color: white;
    fill: white;
    transition: .4s;
}

section.servicos .item:hover a {
    color: #4FB2E5;
    background: white;
    font-weight: bold;
    border: 1px solid #4FB2E5;
}

section.servicos .item a:hover {
    transform: scale(1.15);
}

section.servicos .owl-carousel .owl-stage-outer {
    min-height: 460px;
}


/* Contato - Contato */

section.contato {
    padding: 4rem 0 6rem;
    background: #F2F2F2;
}

section.contato .contato-box {
    background: white;
    padding: 2rem;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}


/* Footer - Footer */

footer .info {
    background: #042E6F;
    height: 260px;
}

footer .info .bg-cinza {
    background: url('../img/bg-cinza.png');
    height: 260px;
    max-width: 242px;
    width: 100%;
}

footer .info .bg-cinza img {
    display: block;
    padding: 2rem;
    width: 100%;
}

footer .info .item {
    justify-content: center;
    padding-top: 2.5rem;
    padding-left: 1rem;
}

footer .info .item p {
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

footer .info .item ul {
    list-style: none;
    padding-left: 0;
}

footer .info .item ul li a {
    color: white;
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-bottom: 7px;
    transition: .4s;
}

footer .info .item ul li a:hover {
    text-decoration: underline;
}

footer .info .item.social img {
    margin: 0 5px 10px;
    transition: .4s;
}

footer .info .item.social img:hover {
    transform: scale(1.2);
}

footer .info .item.contact img {
    margin-right: 8px;
    width: 20px;
}

footer .copyright {
    color: white;
    background: #001C47;
    padding: 1rem 0;
}

footer .copyright p {
    margin-bottom: 0;
    font-size: 12px;
}

@media(max-width:1440px) {
    header .nav-link {
        font-size: 12px;
        line-height: 12px;
    }
    section.obras_concluidas .item h2,
    section.obras_concluidas .item p,
    section.obras_concluidas .item img {
        height: 550px;
    }
    section.obras_concluidas .item p {
        font-size: 28px;
    }
    section.obras_concluidas .item h2 {
        font-size: 180px;
    }
    section.servicos .item .img-destaque {
        height: 120px;
    }
}

@media(max-width: 1199px) {
    #mapa {
        height: 400px;
    }
    section.obras_concluidas .item h2,
    section.obras_concluidas .item p,
    section.obras_concluidas .item img {
        height: 480px;
    }
    section.obras_concluidas .item p {
        font-size: 26px;
    }
    section.obras_concluidas .item h2 {
        font-size: 140px;
    }
    section.sobre img {
        height: 320px;
        object-fit: cover;
    }
    .navbar-expand-lg .navbar-nav .nav-item .nav-link {
        font-size: 16px;
        padding: 0 1.2rem;
    }
    .navbar-expand-lg .navbar-nav .btn-blue .nav-link {
        padding: 12px 24px!important;
    }
}

@media(max-width:991px) {
    .navbar-expand-lg .navbar-nav .btn-blue .nav-link {
        margin-left: 0;
    }
    section.interna section.banner img,
    section.listagem section.banner img {
        max-height: 300px;
    }
    section.interna {
        /* padding: 2rem 0 ;*/
        padding-bottom: 1rem;
    }
    header {
        position: unset;
    }
    header .navbar-brand img {
        height: 60px;
        padding: 6px;
    }
    header .navbar-collapse {
        z-index: 10;
        width: 100%;
        background: white;
        padding-bottom: 1rem;
        box-shadow: rgb(0 0 0 / 22%) 0px 4px 4px;
        position: absolute;
        left: 0px;
        top: 70px;
    }
    footer .info .bg-cinza img {
        padding: 2rem 15px;
    }
    footer .info,
    footer .info .bg-cinza {
        height: 400px;
    }
    section.sobre {
        padding: 2rem 0;
    }
    section.sobre .row,
    section.contato .contato-box .row {
        flex-direction: column-reverse;
    }
    section.obras_andamento {
        padding: 3rem 0;
    }
    section.obras_concluidas {
        padding: 2.5rem 0;
    }
    section.obras_concluidas .item h2,
    section.obras_concluidas .item p,
    section.obras_concluidas .item img {
        height: 350px;
    }
    section.obras_concluidas .item p {
        font-size: 22px;
    }
    section.obras_concluidas .item h2 {
        font-size: 120px;
    }
    .navbar-nav {
        margin-top: 3rem;
    }
    .navbar-nav li {
        padding-bottom: 1rem;
        text-align: center;
    }
    .navbar-nav li::after {
        content: '';
        display: block;
        height: .5px;
        align-items: center;
        justify-content: center;
        background-position: center;
        background: rgba(0, 0, 0, 0.1);
        margin-top: 1rem;
    }
    section.servicos .item .card-body {
        padding: 1.5rem;
    }
}

@media(max-width:767px) {
    footer .info .item ul li a {
        font-size: 12px;
    }
    section.obras_andamento .card img {
        height: 200px;
    }
    section.obras_andamento  .card {
    height: 370px !important;
    margin-bottom: 10px;
}
    section.obras_andamento .card .card-body {
        display: block;
    }
    section.obras_andamento .card .card-body a.see_more {
        position: absolute;
        top: 30px;
        right: 10px;
        height: 30px;
        width: 30px;
        padding: 0;
        margin-top: 264px;
    }

    section.obras_andamento .card .card-body a.see_more p {
        font-size: 25px;
        top: 8px;
    }
    section.obras_andamento .card .card-body ul {
        text-align: left;
    }
    footer .info,
    footer .info .bg-cinza {
        height: 530px;
    }
    section.obras_concluidas .item h2,
    section.obras_concluidas .item p,
    section.obras_concluidas .item img {
        height: 280px;
    }
    section.obras_concluidas .item h2 {
        font-size: 90px;
    }
    section.obras_concluidas .item p {
        font-size: 18px;
    }
    section.servicos .item {
        min-height: 300px;
    }
    section.servicos .item .img-destaque {
        margin: 2rem auto 1rem;
    }
    section.sobre img {
        height: auto;
    }
    section.obras_andamento .owl-carousel .owl-stage-outer,
    section.servicos .owl-carousel .owl-stage-outer {
        min-height: 340px;
    }
    section.contato .contato-box {
        padding: .6rem;
    }
    section.interna section.obras_andamento .card img {
        height: 230px;
        margin-bottom: 2rem;
    }
    section.servicos .card{
    height: 335px;
}


}

@media(max-width:500px) {
    section.interna section.banner img,
    section.listagem section.banner img {
        max-height: 150px;
    }
    section.obras_concluidas .item h2,
    section.obras_concluidas .item p,
    section.obras_concluidas .item img {
        height: 220px;
    }
    section.obras_concluidas .item p {
        font-size: 10px;
    }
    section.obras_concluidas .item h2 {
        font-size: 70px;
    }
    section.obras_andamento .card img {
        height: 160px;
    }
    section.obras_andamento .card .card-body {
        padding: 15px;
    }
    section.obras_andamento .card .card-body ul {
        font-size: 12px;
    }
    section.obras_andamento {
        padding: 2rem 0;
    }
    footer .info .item {
        padding-top: 2rem;
    }
    section.servicos .item {
        box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
    }
    section.servicos .item .img-destaque {
        height: 80px;
        margin: 1.5rem auto;
    }
    section.servicos .item .card-body {
        padding: .5rem;
    }
    section.servicos .item {
        min-height: 300px;
    }
    section.servicos .item a {
        margin-top: .4rem;
    }
}

.title-first{
        color: #042e6f;
    text-align: center;
    margin-top: 50px;
}

.card{
    height: 440px;
    margin-bottom: 10px;
}

section.servicos .card{
    height: 335px ;
    margin-bottom: 10px;
}



@media(max-width:600px) {
    .card{
    height: 330px;
}
.title-first{
    font-size: 18px;
}


}

@media(max-width:400px) {
section.servicos .card{
    height: 185px;
}

section.servicos .item .img-destaque {
    height: 55px;
}
section.servicos .item h2{
    font-size: 14px;
}
section.obras_andamento .card-body p{
    font-size: 14px;
}

    section.servicos .item .card-body {
        padding: .5rem;
    }
    section.servicos .item {
        min-height: 200px;
    }
    section.servicos .item a {
        margin-top: .4rem;
    }
}

.footer-f2{
    text-align: center;
}
@media(max-width:991px) {
        #desktop{
            display: none;
        }
        #mobile{
            display: flex;
        }
    }

@media(min-width:992px) {
    #desktop{
        display: flex;
    }
    #mobile{
        display: none;
    }
}