@charset "UTF-8";
/* CSS Document */
:root{
    --laranja: #f17404;
    --azul: #1400e1;
}

* {
    box-sizing: border-box;
}

body{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #666;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    font-display: swap; 
}

/* Links corrigidos: evitam que os textos fiquem brancos escondidos nos fundos claros após clicados */
a:link {
    text-decoration: none; 
    color: var(--laranja);
    cursor: pointer;
}
a:visited {
    text-decoration: none;
    color: var(--laranja);
    cursor: pointer;
}
a:hover {
    text-decoration: none;
    color: #d06000;
    cursor: pointer;
}
a:active {
    text-decoration: none;
    color: var(--laranja);
    cursor: pointer;
}

/* 
#---------------------------
# HOME
#---------------------------
*/
#home{
    width: 100vw;
    height: 90vh;
    background: linear-gradient(218deg, #2311d6, #60428e, #f17404);
    background-size: 600% 600%;
    display: flex;
    justify-content: center;
    align-items: center;

    -webkit-animation: AnimationName 7s ease infinite;
    -moz-animation: AnimationName 7s ease infinite;
    animation: AnimationName 7s ease infinite;
}
@-webkit-keyframes AnimationName {
    0%{background-position:0% 45%}
    50%{background-position:100% 56%}
    100%{background-position:0% 45%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 45%}
    50%{background-position:100% 56%}
    100%{background-position:0% 45%}
}
@keyframes AnimationName {
    0%{background-position:0% 45%}
    50%{background-position:100% 56%}
    100%{background-position:0% 45%}
}

#home .conteudo{
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    background-image:url(../img/fundo.jpg);
    background-size: cover;
    background-position: center bottom;
    padding-left: 40px;
    font-size: 40px;
    color: #FFF;
}
#home .conteudo #texto{
    width: 450px;
}


/* 
#---------------------------
# SOBRE NÓS
#---------------------------
*/
#sobre_nos{
    background-image: url(../img/sobre_nos_fundo.jpg);
    background-repeat: repeat-x;
    background-color: #e2eaeb;
    padding: 50px 0px;
}
#sobre_nos img{
    max-width: 100%;
}
#sobre_nos .frase{
    font-size: 38px;
    margin-top: 70px;
}
#sobre_nos .frase .destaque{
    font-size: 48px;
    line-height: 48px;
    font-weight: bold;
    color: var(--laranja);
    margin-bottom: 20px;
}
#sobre_nos .texto{
    margin-top: 80px;
    font-size: 15px;
}
#sobre_nos .box{
    padding: 20px;
    background-color: #FFF;
    width: 100%;
    text-align: center;
}
#sobre_nos .box.missao,
#sobre_nos .box.visao{
    width: 48%;
    margin-bottom: 30px;
}
#sobre_nos .box .titulo{
    color: var(--laranja);
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 24px;
}
#sobre_nos .box.valores .item{
    width: 20%;
    padding: 10px;
}


/* 
#---------------------------
# METALMECÂNICA
#---------------------------
*/
#metalmecanica{
    background:var(--azul);
    border-right: 10px solid var(--laranja);
    padding: 100px 0px;
    color: #FFF;
    position: relative;
}
#metalmecanica .e_branco{
    position: absolute;
    right: 0px;
    top:0px;
    z-index: 0;
    opacity: .05;
}
#metalmecanica .titulo{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}
#metalmecanica .subtitulo{
    font-weight: bold;
    font-size: 20px;
}
#metalmecanica .item{
    width: 30%;
    height: 80px;
    padding: 0px 10px;
    background-color: #FFF;
    margin-bottom: 20px;
    border-radius: 8px;
    color: #000;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#metalmecanica .item.expandido{
    width: 18%;
}
#metalmecanica .item.expandido:last-child {
    background-color: inherit;
}


/* 
#---------------------------
# ELÉTRICA
#---------------------------
*/
#eletrica{
    background:var(--laranja);
    border-left: 10px solid var(--azul);
    padding: 100px 0px;
    color: #FFF;
    position: relative;
}
#eletrica .e_branco{
    position: absolute;
    right: 0px;
    top:0px;
    z-index: 0;
    opacity: .05;
}
#eletrica .titulo{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}
#eletrica .subtitulo{
    font-weight: bold;
    font-size: 20px;
}
#eletrica .item{
    width: 22%;
    height: 80px;
    padding: 0px 10px;
    background-color: #FFF;
    margin-bottom: 20px;
    border-radius: 8px;
    color: #000;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#eletrica .item.expandido{
    width: 18%;
}


/* 
#---------------------------
# CLIENTES
#---------------------------
*/
#clientes{
    color:#FFF;
    background: rgb(35,17,214);
    background: linear-gradient(66deg, rgba(35,17,214,1) 0%, rgba(77,51,164,1) 53%, rgba(185,101,38,1) 100%);
    font-size: 24px;
    padding: 80px 0px;
    font-weight: bold;
}
#clientes img{
    border-radius: 8px;
    max-width: 100%;
    height: auto;
    padding: 10px;
}



/* 
#---------------------------
#---------------------------
# ONDE ATUAMOS
#---------------------------
#---------------------------
*/
#onde_atuamos {
    /* Aplica um degradê suave */
    background-image: linear-gradient(to bottom, #FFFFFF 75%, #1400e1 100%);
    background-color: #FFF;
    padding: 80px 0px 0px 0px;
    color: var(--azul);
    position: relative;
    height: 500px;
}
#onde_atuamos .pontos{
    position: absolute;
    left: -50px;
    top: 0px;
    width: 150px;
    height: 100%;
    background-image: url(../img/pontos1.png);
}
#onde_atuamos .titulo{
    font-size: 48px;
    font-weight: bold;
}
#onde_atuamos img{
    position: relative;
    left: 200px;
    top: -150px;
    width: 150px;
    width: 80%;
}



/* 
#---------------------------
# ÚLTIMAS NOTÍCIAS
#---------------------------
*/
#ultimas_noticias{
    padding: 80px 0px;
    position: relative;
}
#ultimas_noticias .titulo{
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    color: var(--laranja);
    margin-bottom: 40px;
}
#ultimas_noticias .pontos{
    position: absolute;
    right: -50px;
    top: 0px;
    width: 150px;
    height: 100%;
    background-image: url(../img/pontos.png);
}
#ultimas_noticias .box{
    border: 1px solid #CCC;
    background-color: #FFF;
    text-align: center;
    margin-bottom: 30px;
}
#ultimas_noticias .box .imagem{
    background-color: gray;
    width: 100%;
    height: 250px;
    background-position: center;
    background-size: cover;
}
#ultimas_noticias .box .titulo{
    font-size: 18px;
    margin-bottom: 10px;
}

.btn-voltar-noticias {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
}
.btn-voltar-noticias a {
    background-color: #f17404;
    color: #fff;
    padding: 14px 35px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.btn-voltar-noticias a:hover {
    background-color: #d06000;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(241, 116, 4, 0.3);
}


/* 
#---------------------------
# FROTA
#---------------------------
*/
#frota{
    background: var(--azul);
    border-right: 10px solid var(--laranja);
    padding: 100px 0px;
    color: #FFF;
    position: relative;
}
#frota .e_branco{
    position: absolute;
    right: 0px;
    top:0px;
    z-index: 0;
    opacity: .05;
}
#frota .titulo{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}
#frota .subtitulo{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 40px;
}
#frota-carrossel .slide-frota img {
    width: 95%;
    height: auto;
    margin: 0 auto;
    border-radius: 6px;
}

/* Responsivo Geral e Frota */
@media (max-width: 1024px) {
    #frota-carrossel .slick-prev { left: -20px; }
    #frota-carrossel .slick-next { right: -20px; }
}

@media (max-width: 768px) {
    #frota {
        text-align: center;
        padding: 60px 0px;
    }
    #frota .titulo {
        font-size: 30px;
    }
    /* Tratamento responsivo para imagens da frota não achatarem */
    #frota-carrossel .slide-frota img {
        width: 100% !important;
        max-width: 290px !important;
        height: auto !important;
        border-radius: 8px;
    }
}


/* 
#---------------------------
# QUALIDADE
#---------------------------
*/
#qualidade .imagem{
    height: 80vh;
    background-image: url(../img/capacete.jpg);
    background-size: cover;
    background-position: right;
}
#qualidade .titulo{
    font-size: 48px;
    font-weight: bold;
}


/* 
#---------------------------
# CONTATO
#---------------------------
*/
#contato{
    padding: 80px 0px;
    background-color: var(--azul);
    color: #FFF;
}
#contato .titulo{
    font-size: 30px;
    font-weight: bold;
}
#contato .endereco{
    border-top: 1px solid #CCC;
    width: fit-content;
    margin: auto;
    margin-top: 20px;
    padding-top: 20px;
}

#whatsapp{
    padding: 0px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    border-radius: 100px;
    z-index: 999;
}


/*-------------- ADAPTAÇÃO MOBILE --------------*/
@media screen and (max-width: 1200px){
    #home .conteudo{
        text-align: center;
        padding-left: 15px;
        font-size: 30px;
    }
}