/* Intro */
section.intro {
    background: url(../img/bg-header.jpg) center center no-repeat;
    background-size: cover;
    height: 80vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
}

section.intro::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    background: #002a7c;
    opacity: 70%;
    display: block;
    top: 0;
    left: 0;
}

section.intro h1 {
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}

section.intro h2 {
    font-size: 24px;
    line-height: 1.4;
    color: #fff;
    font-weight: 200;
    text-align: center;
}

section.intro h2::after {
    content: '';
    width: 150px;
    height: 4px;
    background: #fff;
    display: block;
    margin: auto;
    margin-top: 20px;
    border-radius: 4px;
}

/* Destaques */
section.destaques {
    display: block;
    margin-top: -60px;
    padding-bottom: 90px;
    overflow: inherit;
}

section.destaques .box {
    display: table;
    padding: 40px;
    padding-top: 0;
    position: relative;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 30px #00000025;
    width: 100%;
    top: 0;
    transition: all .5s;
    text-align: center;
}

section.destaques .box:hover {
    top: -30px;
}

section.destaques .box a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

section.destaques .box img {
    width: 150px;
    height: 150px;
    display: block;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    border: 5px #fff solid;
    box-shadow: 0 0 10px #0000002d;
    margin-top: -75px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

section.destaques .box h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
}

section.destaques .box p {
    margin-bottom: 30px;
    line-height: 1.4;
    height: 78px;
}

section.destaques .box button {
    appearance: none;
    background: #002a7c;
    color: #fff;
    padding: 15px 30px;
    font-weight: bold;
    border-radius: 40px;
    border: 0;
    cursor: pointer;
}


/* Especialidades */
section.especialidades {
    padding: 200px 0;
    background: url(../img/bg-servicos.jpg) center center no-repeat;
    background-size: cover;
}

section.especialidades h2 {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
}

section.especialidades p.subtitle {
    text-align: center;
    font-size: 24px;
    color: #000;
    padding-bottom: 80px;
    max-width: 620px;
    margin: auto;
    font-weight: 300;
}

section.especialidades h2:before,
section.especialidades h2:after {
    content:'';
    width: 100px;
    height: 1px;
    display: block;
    height: 1px;
    background: #dedede;
}

section.especialidades .box {
    position: relative;
    width: 100%;
    height: 360px;
    display: block;
    overflow: hidden;
    background: #000;
    border-radius: 20px;
}

section.especialidades .box .background {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transition: all .2s;
    opacity: .65;
}

section.especialidades .box:hover .background {
    transform: scale(1.05);
}

section.especialidades .box a {
    position: absolute;
    z-index: 15;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    outline-offset: -10px;
}

section.especialidades .box .icone {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}

section.especialidades .box .icone img {
    display: block;
    width: 72px;
    height: 72px;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

section.especialidades .content {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    padding:15px 30px;
    min-width: 100%;
    background: #002266;
    margin-bottom: 50px;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.especialidades .box h3 {
    text-align: center;
    z-index: 6;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100%;
    font-size: 20px;
    transition: .5s;
}

section.especialidades p {
    color: #fff;
    text-align: center;
    line-height: 24px;
}

section.especialidades .box:hover h3 {
    bottom: 45px;
}

section.especialidades .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    min-width: 100%;
    z-index: 10;
}

section.especialidades .owl-nav button {
    outline: none;
}

section.especialidades .owl-nav button span {
    display: flex;
    background:  #fff !important;
    color: #000 !important;
    font-size: 14px !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    text-indent: -9999px;
    position: relative;
}

section.especialidades .owl-nav button span:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 9px;
    top: 10px;
    border-right: 2px #000 solid;
    border-bottom: 2px #000 solid;
    transform: rotate(-45deg);
}

section.especialidades .owl-nav .owl-prev {
    transform: rotate(180deg);
    margin-left: -40px;
}

section.especialidades .owl-nav .owl-next {
    margin-right: -40px;
}


/* Section Frase */
section.frase {
    background: url(../img/bg-frase.jpg) center center no-repeat;
    background-size: cover;
    display: block;
}

section.frase h2 {
    font-size: 36px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    margin: 0;
    padding: 0 100px; 
    line-height: 1.2;
}

section.frase .container {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

section.frase .container img {
    margin-top: -50px;
}


/* Benefícios */
section.beneficios {
    padding: 120px 0;    
    box-shadow: 0 0 50px #0000002c;
}

section.beneficios h2 {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
}

section.beneficios h2:before,
section.beneficios h2:after {
    content:'';
    width: 100px;
    height: 1px;
    display: block;
    height: 1px;
    background: #dedede;
}

section.beneficios p.subtitle {
    text-align: center;
    font-size: 24px;
    color: #000;
    padding-bottom: 80px;
    max-width: 620px;
    margin: auto;
    line-height: 24px;
    font-weight: 300;
}

section.beneficios .item {
    text-align: center;
    border: 3px #000 solid;
    border-radius: 10px;
    padding: 40px;
}

section.beneficios .item img {
    display: block;
    width: auto;
    margin: auto;
}

section.beneficios .item h4 {
    font-size: 24px;
    font-weight: bold;
    margin: 15px 0;
}

section.beneficios .item p {
    line-height: 24px;
}

section.beneficios .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    min-width: 100%;
    z-index: 10;
}

section.beneficios .owl-nav button {
    outline: none;
}

section.beneficios .owl-nav button span {
    display: flex;
    background:  #fff !important;
    color: #000 !important;
    font-size: 14px !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    text-indent: -9999px;
    position: relative;
}

section.beneficios .owl-nav button span:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 9px;
    top: 10px;
    border-right: 2px #000 solid;
    border-bottom: 2px #000 solid;
    transform: rotate(-45deg);
}

section.beneficios .owl-nav .owl-prev {
    transform: rotate(180deg);
    margin-left: -40px;
}

section.beneficios .owl-nav .owl-next {
    margin-right: -40px;
}


/* Aplicações */
section.aplicacoes {
    padding: 120px 0;    
}

section.aplicacoes h2 {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
}

section.aplicacoes h2:before,
section.aplicacoes h2:after {
    content:'';
    width: 100px;
    height: 1px;
    display: block;
    height: 1px;
    background: #dedede;
}

section.aplicacoes p.subtitle {
    text-align: center;
    font-size: 24px;
    color: #000;
    padding-bottom: 80px;
    max-width: 620px;
    margin: auto;
    line-height: 24px;
    font-weight: 300;
}

section.aplicacoes .boxes {
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: center;
    padding: 0 30px;
    cursor: pointer;
}

section.aplicacoes .boxes .left img {
    border-radius: 10px;
    width: 100%;
    display: block;
}

section.aplicacoes .boxes .right {
    background: #fff;
    background-size: cover;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 30px #00000025;
    margin-left: -50px;
    box-sizing: border-box;
    width: 100%;
}

section.aplicacoes .boxes h4 {
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 0;
}

section.aplicacoes .boxes h5 {
    font-size: 18px;
    margin-bottom: 30px;
}

section.aplicacoes .boxes ul {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 15px 0;
}

section.aplicacoes .boxes li {
    font-size: 16px;
    font-weight: bold;
    padding-left: 45px;
    background: url(../img/icone-lista.png) left center no-repeat;
    display: flex;
    align-items: center;
    min-height: 30px;
}

section.aplicacoes .item a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
}

section.aplicacoes .boxes p {
    font-size: 16px;
    line-height: 30px;
}

section.aplicacoes .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    min-width: 100%;
    z-index: -1;
}

section.aplicacoes .owl-nav button {
    outline: none;
}

section.aplicacoes .owl-nav button span {
    display: flex;
    background:  #fff !important;
    color: #000 !important;
    font-size: 14px !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    text-indent: -9999px;
    position: relative;
}

section.aplicacoes .owl-nav button span:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 9px;
    top: 10px;
    border-right: 2px #000 solid;
    border-bottom: 2px #000 solid;
    transform: rotate(-45deg);
}

section.aplicacoes .owl-nav .owl-prev {
    transform: rotate(180deg);
    margin-left: -40px;
}

section.aplicacoes .owl-nav .owl-next {
    margin-right: -40px;
}




/* Orçamento */
section.orcamento {
    padding-bottom: 150px;
    background: url(../img/bg-orcamento.jpg) center center no-repeat;
    background-size: cover;
    display: table;
    width: 100%;
    margin-top: 150px;
}

section.orcamento h2 {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
    font-size: 48px;
    font-weight: bold;
    margin: auto;
    margin-bottom: 20px;
    color: #000;
    margin-top: -25px;
    background: #fff;
    width: fit-content;
    padding: 0 15px;
}

section.orcamento p.subtitle {
    text-align: center;
    font-size: 24px;
    color: #000;
    padding-bottom: 80px;
    max-width: 620px;
    margin: auto;
    line-height: 24px;
    font-weight: 300;
}

section.orcamento .box {
    background: #fff;
    border: 1px #dedede solid;
    border-radius: 10px;
    padding: 0 35px 70px 35px;
    margin-top: -80px;
}

section.orcamento .linha {
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
    gap: 40px;
    width: calc(100% - 80px);
    margin-bottom: 30px;
}
    
section.orcamento input[type="text"] {
    line-height: inherit;
    width: 100%;
    display: block;
    padding: 20px;
    border-radius: 8px;
    border: 1px #dedede solid;
    box-shadow: 1px 5px 5px #00000018;
    font-family: var(--font);
    color:#000;
}

section.orcamento input[type="text"]::placeholder {
    color: #ccc;
}

section.orcamento .buttons h3 {
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}

section.orcamento .coluna p {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

section.orcamento .wpcf7-spinner {
    display: none;
}

section.orcamento button,
section.orcamento input[type="submit"] {
    padding: 15px 60px;
    background: #fff;
    border: 2px #000 solid;
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
    font-family: var(--font);
    cursor: pointer;
}

section.orcamento .whatsApp {
    background: url(../img/icone-whats.png) 40px 10px no-repeat;
    padding-left: 80px;
    border-color: #4caf50;
}

section.orcamento input[type="submit"].email {
    background: url(../img/icone-email.png) 40px 10px no-repeat;
    padding-left: 80px;
}

section.orcamento form {
    position: relative;
}

section.orcamento form.submitting:before {
    content: '';
    width: 65px;
    height: 65px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/loading.gif) center center no-repeat;
    background-size: cover;
    z-index: 2;
}

section.orcamento form.submitting:after {
    content:''; 
    width:100%; 
    height:100%; 
    display:block; 
    position:absolute; 
    top:0; 
    left:0; 
    background:#fff; 
    opacity:.7; 
    z-index:1;
}



/* Contato */
section.clientes {
    padding: 100px 0;
    box-shadow: 0 0 50px #00000015;
}

section.clientes h2 {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
}

section.clientes h2:before,
section.clientes h2:after {
    content:'';
    width: 100px;
    height: 1px;
    display: block;
    height: 1px;
    background: #dedede;
}

section.clientes p.subtitle {
    text-align: center;
    font-size: 24px;
    color: #000;
    padding-bottom: 80px;
    margin: auto;
    max-width: 620px;
    line-height: 24px;
    font-weight: 300;
}

section.clientes ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

section.clientes .owl-item img {
    display: block;
    margin: auto;
    width: 150px;
    height: auto;
    filter: grayscale(1);
}

section.clientes .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    min-width: 100%;
    z-index: 10;
}

section.clientes .owl-nav button {
    outline: none;
}

section.clientes .owl-nav button span {
    display: flex;
    background:  #fff !important;
    color: #000 !important;
    font-size: 14px !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    text-indent: -9999px;
    position: relative;
}

section.clientes .owl-nav button span:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 9px;
    top: 10px;
    border-right: 2px #000 solid;
    border-bottom: 2px #000 solid;
    transform: rotate(-45deg);
}

section.clientes .owl-nav .owl-prev {
    transform: rotate(180deg);
    margin-left: -40px;
}

section.clientes .owl-nav .owl-next {
    margin-right: -40px;
}