@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
    background-color: #FFF;
    color: #1e1e1e;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    padding-bottom: 0;
    margin-bottom: 0;
    position: relative;
}
@media (min-width: 1201px) {
    body { font-size: .97rem; }
}
@media (min-width: 992px) and (max-width: 1200px) {
    body { font-size: .90rem; }
}
@media (min-width: 577px) and (max-width: 991px) {
    body { font-size: .83rem; }
}
@media (max-width: 576px) {
    body { font-size: .76rem; }
}
.fontsize-300 { font-size: 300%; }
.fontsize-280 { font-size: 280%; }
.fontsize-260 { font-size: 260%; }
.fontsize-240 { font-size: 240%; }
.fontsize-210 { font-size: 210%; }
.fontsize-180 { font-size: 180%; }
.fontsize-150 { font-size: 150%; }
.fontsize-140 { font-size: 140%; }
.fontsize-120 { font-size: 120%; }

a {
    color: #333;
    text-decoration: underline;
}
a:hover {
    color: #666;
}
.linkpadrao {
    color: #d16e13;
    text-decoration: underline;
}
.linkpadrao:hover {
    color: #EA7C1A;
    text-decoration: underline;
}
.text-justify  {
    text-align: justify;
}

.cor-laranja-tema {
    color: #d16e13 !important;
}
.cor-amarelo-tema {
    color: #ffcc07 !important;
}
.cor-cinza-tema {
    color: #777 !important;
}

.title-page {
    font-size: 140%;
    font-weight: 800;
    color: #d16e13;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .1);
    text-transform: uppercase;
    padding: 10px 0;
    background-color: rgba(30, 30, 30, .1);
    margin-bottom: 20px;
}
@media (min-width: 576px) {
    .title-page {
        font-size: 180%;
        padding: 20px 0;
    }
}
@media (min-width: 768px) {
    .title-page {
        font-size: 200%;
    }
}
@media (min-width: 992px) {
    .title-page {
        font-size: 240%;
    }
}
@media (min-width: 1400px) {
    .title-page {
        font-size: 280%;
    }
}
.title-page:before {
    content: "";
    width: 40px;
    height: 17px;
    background:  url(../images/title_before.png) no-repeat center;
    margin: 10px auto;
    display: block;
}
.title-page:after {
    content: "";
    background-color: #ccc;
    height: 5px;
    width: 50px;
    margin: 10px auto;
    display: block;
}

.page {
    min-height: 40vh;
}

#loading-default {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(160, 165, 154, .95);
    display: none; 
    text-align: center;
    line-height: 100vh;
    color: #FFF;
    font-size: 200%;
}

footer {
    border-top: 2px solid #999;
    background-color: #1e1e1e;
    color: #e4e4e4;
    padding: 40px 0;
    margin: 50px 0 0 0;
    font-size: 0.8rem;
}
footer img {
    max-width: 160px;
}
footer a {
    color: #FFF;
    text-decoration: none;
}
footer a:hover {
    color: #111;
    text-decoration: none;
}


section.home {
    width: 100%;
    max-width: 100%;
    position: relative;
    background-color: #444;
}

section.home .arrow {
    position: absolute;
    bottom: 0;
    left: calc(50% - 25px);
    width: 60px;
    height: 60px;
    background-color: rgba(30, 30, 30, .8);
    line-height: 50px;
    z-index: 2;
    color: #000;
}
section.home .arrow .icone {
    background-image: url(../images/home/arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 40px;
    margin: auto;
    height: 40px;
    display: block;
    top: 5px;
    animation-name: seta;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}
@keyframes seta {
    0%   {top:5px;}
    50%  {top:15px;}
    100% {top:5px;}
}

section.home .slides {
    max-width: 1920px;
    margin: auto;
    position: relative;
    text-align: center;
}
section.home .slides .slide:before {
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/home/transparencia.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
}
section.home .slides .slide {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    position: relative;
    height: 100dvh;
    padding-top: 30vh;
}
@media (min-height: 600px) and (min-width: 768px) {
    section.home .slides .slide {
        padding-top: calc(40vh);
    }
}
@media (min-height: 800px) and (min-width: 992px) {
    section.home .slides .slide {
        padding-top: calc(50vh);
    }
}
section.home h1 {
    color: #FFBF00;
    font-size: 400%;
    text-shadow: 3px 3px 6px rgba(0,0,0,.9), 3px 3px 0px rgba(0,0,0,.9);
    font-weight: 600;
}
@media (max-width: 576px) {
    section.home h1 {
        font-size: 280%;
    }
}
section.home p {
    font-size: 250%;
    font-weight: 600;
}
section.home p:nth-child(2) {
    text-shadow: 3px 3px 6px rgba(0,0,0,.9), 3px 3px 0px rgba(0,0,0,.9);
}
@media (min-width: 992px) {
    font-size: 130%;
}
@media (min-width: 1200px) {
    font-size: 150%;
}
@media (min-width: 1440px) {
    font-size: 160%;
}

section.home2 {
    min-height: 80vh;
    padding-top: 10vh;
    padding-bottom: 10vh;
    font-size: 120%;
}
section.home2 .produtos {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}
section.home2 .produtos img {
    width: 100%;
    max-width: 200px;
}
@media (min-width: 576px){
    section.home2 .produtos {
        max-width: 300px;
        margin-right: 0;
    }
    section.home2 .produtos img {
        width: 100%;
        max-width: 300px;
    }
}

section.home3 {
    background: rgb(204,204,204);
    background: linear-gradient(0deg, rgba(204,204,204,1) 0%, rgba(170,170,170,1) 100%);
    min-height: 80vh;
    padding-top: 10vh;
    padding-bottom: 10vh;
}
section.home3 h2 {
    font-size: 250%;
    color: #ffcc07;
    font-weight: 800;
    margin-bottom: 30px;
    text-shadow: 3px 3px 1px #000;
}
@media (min-width: 576px) {
    section.home3 h2 {
        margin-bottom: 10vh;
    }
}
@media (min-width: 992px) {
    section.home3 h2 {
        margin-bottom: 20vh;
    }
}
section.home3 h3 {
    font-size: 180%;
    color: #d16e13;
    font-weight: 600;
}


section.home4 {
    padding-top: 10vh;
    padding-bottom: 10vh;
    text-align: center;
}
section.home4 h2 {
    font-size: 200%;
    color: #d16e13;
    font-weight: 600;
    margin-bottom: 40px;
}
@media (min-width: 768px) {
    section.home4 h2 {
        margin-bottom: 10vh;
    }
}
section.home4 h3 {
    font-size: 150%;
    color: #666;
    font-weight: 800;
}

.page-default {
    min-height: 40vh;
}
.page-default .subtitle1 {
    font-size: 160%;
    color: #d16e13;
}
.page-default .box-produto {
    padding-top: 30px;
    margin-top: 20px;
    margin-bottom: 40px;
    border-top: 1px dotted #d16e13;
}
.page-default .box-produto .nome {
    font-size: 140%;
    font-weight: 700;
    color: #d16e13;
    margin-bottom: 30px;
}
.page-default .box-produto .img-produto {
    width: 100%;
    max-width: 300px;
    margin: auto;
}
@media (max-width: 440px) {
    .page-default .box-produto .cores img {
        max-width: 40px;
    }
}