/* 

CORES:

Amarelo:                 #ffaf2a

*/

:root {
    --amarelo: #ffaf2a;
}

.centraliza {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.p-none {
    padding: 0;
}

.fab.fa-whatsapp {
    color: #24c54c;
}

.slider {
    margin-top: 160px;
}
.carousel button span {
    font-family: cursive;
    color: var(--amarelo);
    font-size: 80px;
}

.p-60 {
    padding: 60px 0;
}
.p-30 {
    padding: 30px 0;
}

.mw-250 {
    max-width: 250px;
    display: block;
    margin: auto;
}

.mw-900 {
    display: block;
    max-width: 900px;
    margin: auto;
}

.linhas img {
    border: solid 4px var(--amarelo);
}
.linhas h5 {
    margin: 10px;
    font-size: 22px;
}

.produtos .conteudo {
    text-align: justify;
}

.borda {
    display: block;
    box-shadow: 40px 40px var(--amarelo);
    border: solid 4px var(--amarelo);
    width: calc(100% - 40px);
    margin-bottom: 40px;
}

.copy {
    background-color: #000;
    padding: 5px;
    color: #fff;
    font-size: 12px;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------Titulos---------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.titulo-1 {
    position: relative;
    font-weight: 600;
    width: fit-content;
    margin: 30px auto;
    padding: 15px 60px;
}
.titulo-1::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--amarelo);
}
.titulo-1.reverse {
    position: relative;
    font-weight: 600;
    width: fit-content;
    margin: 30px auto;
    padding: 15px 60px;
    color: #fff;
}

.titulo-2 {
    position: relative;
    font-weight: 600;
    margin: 30px 0;
    color: var(--amarelo);
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------Botoes----------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.botao-1 {
    font-size: 32px;
    font-weight: 600;
    position: relative;
    color: var(--amarelo);
    padding: 15px;
}
.botao-1::after {
    position: absolute;
    left: 10%;
    bottom: 0;
    content: '';
    display: block;
    width: 80%;
    height: 2px;
    background-color: var(--amarelo);
}

.botao-2 {
    display: block;
    font-size: 20px;
    position: relative;
    color: var(--amarelo);
    padding: 15px;
    width: fit-content;
    margin: auto;
}
.botao-2::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--amarelo);
}

.botao-3 {
    display: block;
    width: max-content;
    margin-left: auto;
    margin-right: 0;
    padding: 2px 20px;
    color: var(--amarelo);
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------header----------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

header {
    background-color: #000;
    background-image: url(/assets/img/bg-header.png);
    background-size: cover;
    background-position: center;
    border-top: solid 4px #ffaf2a;
    border-bottom: solid 4px #ffaf2a;
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
header img {
    height: 112px;
    transition: all .2s;
}
header.active img {
    height: 50px;
}
header .menu {
    display: flex;
    align-items: center;
    color: #fff;
}
header nav {
    width: 100%;
    text-align: right;
}
header .menu nav .whatss {
    display: block;
    color: var(--amarelo);
    margin-top: -23px;
    margin-bottom: 5px;
    padding-right: 10px;
}
header.active .menu nav .whatss {
    margin-top: 0px;
    transition: all .2s;
}
header nav ul li {
    display: inline-block;
}
header nav ul li a {
    margin: 2px 10px;
}
header nav ul li a.active {
    color:#ffaf2a;
    text-decoration: underline;
}
header nav #menu {
    color: var(--amarelo);
    font-size: 32px;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------corpo-----------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.page {
    padding: 50px 0;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------footer--------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

footer {
    background-color: #000;
    color: #fff;
    border-top: solid 4px #ffaf2a;
    border-bottom: solid 4px #ffaf2a;
    padding: 20px 0;
}
footer img {
    max-width: 300px;
    margin-bottom: 20px;
}
footer .texto-logo {
    display: block;
    max-width: 320px;
    margin: auto;
}
