* {
    outline: none;
}
ul {
    padding: 0;
}
li {
    list-style: none;
}
body {
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    background: var(--fbf-7-f-5, #FBF7F5);
}
html{
    scroll-behavior: smooth;
}
button:focus {
    outline: none;
}
a,
a:hover,
button {
    text-decoration: none!important;
    cursor: pointer!important;
    transition: .5s;
}
b,
strong {
    font-weight: 700;
}

h1.titulo-geral {
    color: var(--1-a-9-bc-6, #1A9BC6);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    /*display: table;*/
    margin: 20px auto 30px;
}
h1.titulo-geral:after {
    content: "";
    display: table;
    border-radius: 5px;
    background: var(--1-a-9-bc-6, #1A9BC6);
    width: 70px;
    height: 4px;
    margin: 10px auto 0;
}
p {
    color: var(--gray-2, #4F4F4F);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}
.btn-geral {
    color: var(--fbf-7-f-5, #FBF7F5);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 5px;
    background: var(--1-a-9-bc-6, #1A9BC6);
    border: 1px solid var(--1-a-9-bc-6, #1A9BC6);
    display: table;
    padding: 10px 20px;
}
.btn-geral:hover {
    color: var(--1-a-9-bc-6, #1A9BC6);
    background: var(--style, #fff);
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px;
    background: transparent;
    border: 1px solid var(--style, #013622);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    width: 20px;
    height: 10px;
    background: var(--style, #013622);
}

/* Header */
.topo {
    position: absolute;
    right: 0;
    top: 10px;
}
.redes-sociais {
    display: flex;
}
.redes-sociais a {
    width: 34px;
    height: 34px;
    background: #1A9BC6;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-left: 10px;
}
.redes-sociais a i {
    font-size: 20px;
    color: #fff;
}
header {
    transition: .5s;
    background: var(--fbf-7-f-5, #FBF7F5);
    padding: 10px 0;
    box-shadow: none;
    position: relative;
    z-index: 99;
    height: 120px;
}
header .nav-link {
    transition: .5s;
    display: block;
    padding: 0.2rem 0!important;
    color: var(--gray-2, #4F4F4F);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0.5rem;
}
header .nav-link:hover {
    font-weight: 700;
}
header .nav-link:after {
    content: "";
    width: 50px;
    height: 3px;
    display: block;
    border-radius: 50px;
    background: transparent;
    transition: .5s;
    margin-top: 5px;
}
header .nav-link:hover:after {
    background: linear-gradient(90deg, #0099CA 10%, #8dcae2 100%);
}
header .navbar {
    transition: .5s;
    padding: 0;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
    height: 120px;
    padding: 15px 0;
}
header .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
header .redes-sociais {
    margin-left: 15px;
}
header .dropdown-item {
    display: block;
    padding: 0.2rem 1rem!important;
    color: var(--013622, #013622);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    margin: 10px 0;
    border-bottom: 2px solid #fff;
}
header .dropdown-item:hover {
    font-weight: 700;
    border-color: var(--f-09-f-1-a, #F09F1A);
}

header.fixed {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    height: auto;
    padding: 3px 0;
}
header.fixed .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
header.fixed a.navbar-brand img {
    height: 40px;
}
header.fixed .nav-link {
    font-size: 12px;
}
header.fixed .navbar {
    height: 55px;
    padding: 5px 0;
}
header.fixed .topo {
    position: absolute;
    right: 0;
    top: 0;
}
header.fixed .nav-link:after {
    display: none;
}
header.fixed .btn-geral {
    font-size: 12px;
    padding: 5px 20px;
}
header.fixed .redes-sociais a {
    width: 25px;
    height: 25px;
}
header.fixed + .header-transition{
    padding-top: 120px;
}

.sobre {
    padding: 0 0 50px;
}
.sobre h1.titulo-geral {
    margin: 0 0 30px;
}
.setor {
    padding: 20px 0 50px;
}
.setor h1.titulo-geral {
    margin: 10px 0 30px;
}

.setor-interna img.w-100 {
    height: 350px;
    object-fit: cover;
    border-radius: 5px;
}
.interna.setor img.w-75 {
    height: 170px;
    object-fit: cover;
}

.linha-tempo {
    padding: 30px 0 60px;
}
.timeline {
    list-style-type: none;
    display: flex;
    padding: 0;
    text-align: center;
}
.timeline li {
    transition: all 200ms ease-in;
}
.timestamp {
    width: 100%;
    margin-bottom: 20px;
    padding: 0px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 100; 
}
.timestamp p {
    color: var(--1-a-9-bc-6, #1A9BC6);
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}
.status {
    padding: 0px 40px;
    display: flex;
    justify-content: center;
    border-top: 4px solid #D9D9D9;
    position: relative;
    transition: all 200ms ease-in;
} 
.status p {
    color: var(--gray-2, #4F4F4F);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 20px 0 0;
}
.status p:before {
    content: '';
    width: 25px;
    height: 25px;
    background-color: var(--1-a-9-bc-6, #1A9BC6);
    border-radius: 25px;
    border: 4px solid var(--1-a-9-bc-6, #1A9BC6);
    position: absolute;
    top: -15px;
    left: calc(50% - 12px);
    transition: all 200ms ease-in;
}
.swiper-control {
    text-align: center;
}
.swiper-container {
    margin-top:10px;
    width: 100%;
    overflow: hidden;
}
.swiper-slide {
    width: 200px;
    text-align: center;
    font-size: 18px;
}
.swiper-slide:nth-child(2n) {
    width: 40%;
}
.swiper-slide:nth-child(3n) {
    width: 20%;
}
.swiper-control button {
    color: var(--1-a-9-bc-6, #1A9BC6);
    font-size: 30px;
    font-weight: bold;
    padding: 0 10px;
    margin: 0;
}
.img-timeline {
    position: absolute;
    right: 0;
    z-index: -1;
    width: 20%;
    margin-top: -200px;
}

.servicos {
    background: url(../img/bg-servicos.svg) no-repeat;
    background-size: cover;
    padding: 150px 0 200px;
}
.servicos h1.titulo-geral {
    color: #fff;
}
.servicos h1.titulo-geral:after {
    background: #85C7E0;
}
.servicos .item {
    border-radius: 15px;
    background: #FFF;
    padding: 30px;
    min-height: 680px;
}
.servicos .item img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    object-position: center;
    display: table;
    margin: 0 auto 30px;
}
.servicos .item h4 {
    color: var(--1-a-9-bc-6, #1A9BC6);
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 20px;
}
.servicos .item h5 {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 15px;
}
.servicos .item p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 10px;
}
.servicos .item p span {
    color: var(--1-a-9-bc-6, #1A9BC6);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.blog img {
    height: 300px;
    border-radius: 5px;
    margin-bottom: 20px;
    object-fit: cover;
}
.blog span {
    color: var(--Gray-2, #4F4F4F);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.blog h2 {
    color: var(--1-a-9-bc-6, #1A9BC6);
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.blog p {
    color: var(--Gray-2, #4F4F4F);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.blog a.btn-saibamais {
    color: var(--ffc-207, #FFC207);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.blog a.btn-geral {
    margin: 30px auto 0;
}

.localizacao {
    padding: 60px 0 0;
}

.contato {
    padding: 150px 0 200px;
    background: url(../img/bg-servicos.svg) no-repeat;
    background-size: cover;
}
.contato h1.titulo-geral {
    color: #fff;
}
.contato h1.titulo-geral:after {
    background: #85C7E0;
}
.contato input.form-control {
    color: var(--fbf-7-f-5, #FBF7F5);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 5px;
    border: 1px solid var(--fbf-7-f-5, #FBF7F5);
    background: transparent;
    height: 75px;
    margin-bottom: 15px;
}
.contato textarea.form-control {
    color: var(--fbf-7-f-5, #FBF7F5);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 5px;
    border: 1px solid var(--fbf-7-f-5, #FBF7F5);
    background: transparent;
    height: 300px;
    margin-bottom: 15px;
}
.contato input.form-control::-webkit-input-placeholder,
.contato textarea.form-control::-webkit-input-placeholder {
    color: var(--fbf-7-f-5, #FBF7F5);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.contato input.form-control:-ms-input-placeholder,
.contato textarea.form-control:-ms-input-placeholder {
    color: var(--fbf-7-f-5, #FBF7F5);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.contato input.form-control::placeholder,
.contato textarea.form-control::placeholder {
    color: var(--fbf-7-f-5, #FBF7F5);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.contato button {
    color: var(--fbf-7-f-5, #FBF7F5);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 5px;
    border: 1px solid var(--fbf-7-f-5, #FBF7F5);
    background: transparent;
    padding: 10px 30px;
    display: table;
    margin: 0 auto;
}

footer {
    padding: 0 0 60px;
}
.logo-footer {
    display: table;
    margin: 25px auto 30px;
}
footer p {
    color: var(--1-a-9-bc-6, #1A9BC6);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 30px 0 0;
}


.interna h2 {
    color: var(--1-a-9-bc-6, #1A9BC6);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 35px;
}
.interna h3 {
    color: var(--1-a-9-bc-6, #1A9BC6);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 35px;
   }
.interna h4 {
    color: var(--1-a-9-bc-6, #1A9BC6);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

@media(min-width:1200px) {
    header .navbar {
        max-width: 1140px;
        margin: 0 auto;
    }
}
@media(min-width:992px) and (max-width:1199px) {
    a.navbar-brand img {
        width: 180px;
    }
    header .nav-link {
        font-size: 14px;
    }
}
@media(max-width:991px) {
    p {
        font-size: 16px;
    }
    .navbar-brand {
        margin-right: 0.4rem;
    }
    a.navbar-brand img {
        width: 100px;
    }
    header .nav-link {
        padding: 0.5rem 0.2rem!important;
        font-size: 10px;
    }
    footer ul li a, footer ul li.nav-item.dropdown a {
        font-size: 10px;
        margin: 0 0.3rem;
    }
    img.logo-footer {
        width: 100px;
    }
    footer h4 {
        font-size: 18px;
    }
}
@media(max-width:767px) {
    header.fixed {
        position: relative;
    }
    header.fixed + .header-transition{
        padding-top: 0;
    }
    h1.titulo-geral {
        font-size: 28px;
        margin: 0 auto 20px;
    }
    .btn-geral {
        font-size: 14px;
        padding: 10px 20px;
    }
    header {
        padding: 20px 0;
        height: auto;
    }
    header .navbar {
        height: auto;
        padding: 0;
    }
    header a.navbar-brand img {
        width: 170px;
    }
    .navbar-toggler {
        top: -10px;
        position: relative;
    }
    ul.w-100.d-flex.justify-content-end.align-items-center.mb-0 {
        display: table!important;
        text-align: center;
        border-top: 1px solid;
        padding: 15px 0;
        margin-top: 15px;
    }
    header li.nav-item {
        margin-left: 13px;
    }
    ul.navbar-nav {
        text-align: center;
    }
    header .nav-link {
        padding: 0.5rem 10rem;
        font-size: 12px;
        line-height: 14px;
    }
    .topo {
        position: relative;
        text-align: center;
    }
    .topo .btn-geral {
        margin: 0 auto 20px;
    }
    .topo .redes-sociais {
        margin-left: 0;
        justify-content: center;
    }
    .sobre h1.titulo-geral {
        margin: 30px auto 30px;
    }
    .sobre {
        padding: 0;
    }
    .setor h1.titulo-geral {
        margin: 10px auto 10px;
    }
    .setor {
        padding: 0;
    }
    .linha-tempo {
        padding: 30px 0 30px;
    }
    .timestamp {
        padding: 0px 10px;
    }
    .timestamp p {
        font-size: 26px;
    }
    .status {
        padding: 0px 10px;
    }
    .status p {
        font-size: 12px;
    }
    .servicos {
        padding: 70px 0 120px;
    }
    .servicos .item {
        padding: 20px 15px;
        min-height: 460px;
    }
    .servicos .item img {
        width: 50px;
        height: 50px;
        margin: 0 auto 10px;
    }
    .servicos .item h4 {
        font-size: 24px;
        margin: 0 0 10px;
    }
    .servicos .item h5 {
        font-size: 14px;
        margin: 0 0 10px;
    }
    .servicos .item p {
        font-size: 14px;
        margin: 0 0 5px;
    }
    .blog img {
        height: 250px;
        margin-bottom: 10px;
    }
    .blog a.btn-saibamais {
        margin-bottom: 30px;
    }
    .localizacao {
        padding: 30px 0 0;
    }
    .localizacao iframe {
        height: 300px;
    }
    .contato {
        padding: 60px 0 110px;
    }
    .contato input.form-control {
        height: 45px;
        margin-bottom: 10px;
    }
    .contato textarea.form-control {
        height: 120px;
        margin-bottom: 10px;
    }
    footer p {
        font-size: 14px;
    }
    .owl-carousel.owl-store .owl-stage {
        display: flex;
    }
    .owl-carousel .owl-item .card-produto__img-wrapper .card-produto__img {
        max-height: 100%;
        width: auto;
    }
 
  
}