/*GERAL*/
@font-face {
    font-family: 'Dignus';
    src: url('../fonts/dignus.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Dignus';
    src: url('../fonts/dignus_black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}
html, body{
    scroll-behavior: smooth !important;
    overflow-x: hidden !important;
}
body{
    scroll-behavior: smooth !important;
    background-color: #fff;
    font-family: 'Dignus', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
a{
    text-decoration: none;
    color: inherit;
}
a:hover{
    color: inherit; 
}
ul{
    list-style-type: none;
    margin-bottom: 0px;
    padding-left: 0px;
}
li{
    display: inline-block;
}
p{
    margin-bottom: 0px;
}
.pb-64 {
    padding-bottom: 64px;
}
header{
    padding: 16px 0;
}
.description {
    font-size: 24px; 
    margin-left: 8px;
    font-weight: bold;
}
.wpp {
    font-size: 36px;
    margin-left: 4px;
    font-weight: bold;
}
.mail {
    font-size: 17px;
    margin-left: 4px;
    font-weight: bold;
}
header ul.navbar-nav li a.nav-link{
    font-size: 24px;
    margin-right: 16px;
    transition: .4s;
}
header ul.navbar-nav li a.nav-link:hover{
    color: #fff !important;
    background-color: #28b3d9 !important;
}
.banner {
    background-image: url('../img/banner.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 205px);
}
.banner.produtos {
    background-image: url('../img/banner-produtos.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 205px);
}
.banner.produtos h1{
    font-size: 46px !important;
    text-transform: none;
}
h1 {
    font-size: 48px;
    color: white;
    text-transform: uppercase;
}
strong{
    font-weight: 900;
}
h2 {
    color: #28b3d9;
    font-size: 42px;
}
.btn-default {
    background-color: #28b3d9;
    border-radius: 0px;
    padding: 4px 6px; 
    color: white; 
    text-transform: uppercase;
    font-size: 28px;
}
.btn-default:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff !important;
}
section {
    padding: 64px 0; 
}
section.sobre {
    background-color: #edeeed;
}
section.sobre p {
    font-size: 21px;
}
section.oferecemos {
    background-image: url('../img/oferecemos.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff; 
}
section.oferecemos ul li{
    margin-bottom: 8px;
    display: block;
}
section.servicos h2 {
    font-size: 38px;
    text-transform: uppercase;
    color: #17587a;
}
section.servicos h3 {
    color: #17587a;
    font-size: 32px;
    font-weight: bold;
}
section.quebra {
    height: 700px;
    background-image: url('../img/quebra.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
footer {
    padding: 64px 0 0 0;
}
footer h3 {
    font-size: 32px;
    color: #17587a;
    font-weight: bold;
}
footer p {
    margin-bottom: 8px;
    font-weight: bold;
}
footer p img {
    max-width: 40px !important;
    margin-right: 4px;
}
.footer-lo {
    font-size: 19px;
}
.footer-wh {
    font-size: 24px;
}
.footer-te {
    font-size: 24px;
}
footer input, footer textarea {
    margin-bottom: 8px;
}
footer input[type=submit] {
    width: 100%; 
    font-size: 16px;
}
footer .rodape {
    background-color: #17587a;
    padding: 64px 0;
}
span.icone {
    background-color: #fff !important;
    color: #17587a !important;
    padding: 4px 8px;
    border-radius: 2px;
    margin-right: 4px;
}
span.icone2 {
    background-color: #fff !important;
    color: #17587a !important;
    padding: 4px 7px;
    border-radius: 2px;
    margin-right: 4px;
}
.social-icon {
    font-size: 48px;
    margin-right: 16px;
}
footer ul li {
    display: block;
    margin-bottom: 8px;
}
footer ul li a {
    color: #fff; 
    font-size: 24px;
}

section.produtos h2 {
    color: #252525;
}

section.produtos div.col-lg-4 {
    margin-bottom: 16px; 
}

section.produtos div.text {
    font-size: 20px;
    text-align: center; 
}
.image-container {
    position: relative;
    display: inline-block;
    border: 1px solid #ccc;
}
.responsive-img {
    width: 100%;
    height: auto;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.image-container:hover .overlay {
    opacity: 1;
}
.description-mobile {
    display: none;
}

.offcanvas {
    background-color: rgba(23,88,122,.9);
}

.offcanvas li{
    display: block;
    margin-bottom: 24px;
}

.offcanvas li a{
    color: #fff;
    font-size: 32px;
}
@media (max-width: 991px) {
    .banner {
        min-height: 100vh;
        background-position: 70% 50%;
        background-image: url('../img/banner-mobile1.jpg') !important;
    }
    
    .banner h1 {
        font-size: 32px;
        margin-bottom: 80%;
    }
    
    .banner .btn-default {
        font-size: 22px;
    }
    
    h2 {
        font-size: 28px;
    }
    
    section.oferecemos {
        background-image: url('../img/oferecemos-mobile.jpg') !important;
    }
    
    .banner.produtos {
        background-image: url('../img/banner-mobile.jpg');
    }
    
    .banner.produtos {
        background-image: url('../img/banner-mobile-produtos.jpg');
    }

    .overlay {
        display: none;
    }
  
    .description-mobile {
        display: block;
        margin-top: 10px;
        font-size: 16px;
    }

    section.produtos div.col-lg-4 {
        margin-bottom: 32px; 
    }

    section.produtos div.description-mobile {
        text-align: center;
        margin-bottom: 16px;
    }
    
    section.servicos h3 {
        color: #17587a;
        font-size: 22px;
        font-weight: bold;
    }
}

.elemento {
  opacity: 0;
  position: relative;
  transition: all 1.5s ease;
}

[data-animate="left"] {
  transform: translateX(-100px);
}

[data-animate="right"] {
  transform: translateX(100px);
}

[data-animate="top"] {
  transform: translateY(-100px);
}

[data-animate="bottom"] {
  transform: translateY(100px);
}

.elemento.animate {
  opacity: 1;
  transform: translateX(0) translateY(0);
}
div.whatsapp {
    background-color: #25D366;
    padding: 15px 18px;
    color: #fff;
    position: fixed;
    font-size: 24px;
    right: 32px;
    bottom: 64px;
    border-radius: 80px;
}