@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');

body {
    background-color: #000;
}
@media (min-width: 1201px) {
    body { font-size: .95rem; }
}
@media (min-width: 992px) and (max-width: 1200px) {
    body { font-size: .9rem; }
}
@media (min-width: 577px) and (max-width: 991px) {
    body { font-size: .85rem; }
}
@media (max-width: 576px) {
    body { font-size: .8rem; }
}
h1, h2, h3 {
    font-family: 'Roboto', sans-serif;
    color: #AAA;
}
h1 { font-size: 200%; }
h2 { font-size: 160%; }
h3 { font-size: 120%; }


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

section {
    min-height: calc(80vh - 67px);
    text-align: center;
    color: #EEE;
}
section.conteudo p.reduced {
    width: 80%;
    margin: auto;
}
section.conteudo:nth-child(even) {
    background: #333;
    background: -webkit-linear-gradient(to bottom, #333 0%, #444 25%, #444 75%, #333 100%);
    background: -moz-linear-gradient(to bottom, #333 0%, #444 25%, #444 75%, #333 100%);
    background: linear-gradient(to bottom, #333 0%, #444 25%, #444 75%, #333 100%);
}
section.conteudo:nth-child(odd) {
    background: #FACD72;
    background: -webkit-linear-gradient(to bottom, #FACD72 0%, #FFEAAA 25%, #FFEAAA 75%, #FACD72 100%);
    background: -moz-linear-gradient(to bottom, #FACD72 0%, #FFEAAA 25%, #FFEAAA 75%, #FACD72 100%);
    background: linear-gradient(to bottom, #FACD72 0%, #FFEAAA 25%, #FFEAAA 75%, #FACD72 100%);
    color: #333;
}
@media (min-width: 992px) {
    section.conteudo {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media (max-width: 991px) {
    section.conteudo {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

section .section-title {
    margin-bottom: 20px;
}
section .section-title:before {
    content: '';
    display: block;
    margin: 0 auto 16px auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 60px 16px 60px;
}
section.conteudo:nth-child(even) .section-title:before {
    border-color: transparent transparent rgba(255, 255, 255, .2) transparent;
}
section.conteudo:nth-child(odd) .section-title:before {
    border-color: transparent transparent rgba(0, 0, 0, .2) transparent;
}
section .section-title:after {
    content: '';
    display: block;
    margin: auto;
    width: 40px;
    height: 4px;
}
section.conteudo:nth-child(even) .section-title:after {
    background-color: rgba(255, 255, 255, .1);
}
section.conteudo:nth-child(odd) .section-title:after {
    background-color: rgba(0, 0, 0, .1);
}
section .section-title h1 {
    text-shadow: rgba(0,0,0,.5) -1px -1px 0, rgba(255,255,255,.5) 1px 1px 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 300%;
}
section.conteudo:nth-child(even) .section-title h1 {
    color: #FFBF00;
}
section.conteudo:nth-child(odd) .section-title h1 {
    color: #777;
}
section.conteudo:nth-child(even) .section-title:after {
    background-color: rgba(255, 255, 255, .1);
}
section.conteudo:nth-child(odd) .section-title:after {
    background-color: rgba(0, 0, 0, .1);
}
section .section-title h1:after {
    content: '';
    display: block;
    margin: 8px auto;
    width: 86px;
    height: 8px;
}
section.conteudo:nth-child(even) .section-title h1:after {
    background-color: rgba(255, 255, 255, .1);
}
section.conteudo:nth-child(odd) .section-title h1:after {
    background-color: rgba(0, 0, 0, .1);
}


section#empresa .box {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px 10px;
    border: 1px solid #999;
    color: #FFF;
    margin-bottom: 25px;
    min-height: 200px;
    transition: .5s all ease;
}
section#empresa .box:hover {
    background-size: 120% 120%;
}
section#empresa .box h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 250%;
    text-transform: uppercase;
    color: #FFBF00;
    border-bottom: 1px solid #FFBF00;
    margin-bottom: 25px;
}
section#empresa .box-missao {
    background-image: url(../images/empresa/banner1.jpg);
}
section#empresa .box-visao {
    background-image: url(../images/empresa/banner2.jpg);
}
section#empresa .box-valores {
    background-image: url(../images/empresa/banner3.jpg);
}

section#ambientes figure {
    padding: 0;
    margin: 10px;
    position: relative;
    cursor: pointer;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .3);
}
section#ambientes figure a:before {
    content: '';
    display: block;
    position: absolute;
    top: 40%;
    left: 40%;
    border: 2px solid #FFF;
    width: 5%;
    height: 5%;
    opacity: 0;
    transition: all .5s ease;
    z-index: 1;
}
section#ambientes figure:hover a:before {
    opacity: 1;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
}
section#ambientes figure img {
    max-width: 100%;
    display: block;
    height: auto;
    transition: .5s ease all;
    z-index: 0;
    position: relative;
    border: 1px solid #FFBF00;
}
section#ambientes figure:hover img {
    filter: brightness(40%) contrast(40%);
}
section#ambientes figure figcaption {
    font-family: 'Roboto', sans-serif;
    position: absolute;
    top: calc(50% - 35px);
    left: 5%;
    right: 0;
    overflow: hidden;
    width: 90%;
    transition: .5s ease all;
    text-align: center;
    text-transform: uppercase;
}
section#ambientes figure figcaption h2 {
    display: inline-block;
    background: rgba(34, 34, 34, .9);
    color: #FFF;
    font-weight: 700;
    transition: .5s ease all;
    padding: 2px 20px;
}
@media (max-width: 576px) {
    section#ambientes figure figcaption h2 {
        font-size: 120%;
        padding: 2px 10px;
    }
}
section#ambientes figure:hover figcaption h2 {
    background: none;
}
section#ambientes figure figcaption p {
    margin-top: -20px;
    opacity: 0;
    transition: all .6s ease;
    font-weight: 400;
    color: #111;
}
section#ambientes figure figcaption p span {
    background: #F4E900;
    padding: 2px 12px;
}
section#ambientes figure:hover figcaption p {
    margin-top: 0;
    opacity: 1;
}

section#loja figure {
    margin: auto;
    margin-bottom: 20px;
    padding: 0;
    max-width: 240px;
    border: 2px solid #FFBF00;
    box-shadow: 4px 4px 0 0 rgba(255, 255, 255, .3);
}
section#loja a {
    color: #333;
    text-decoration: underline;
}
section#loja a:hover {
    color: #555;
}

section#orcamento {
    padding: 0;
}
section#orcamento .bg {
    padding: 30px 0;
    background-image: url("../images/bg-orcamento.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.link-whatsapp {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    text-align: center;
}
.link-whatsapp:hover {
    opacity: .9;
}


footer {
    background: #000;
    background: linear-gradient(to bottom, #111 0%, #000 100%);
    color: #CCC;
    font-size: 90%;
    padding-top: 50px;
    margin-bottom: 50px;
}
footer hr {
    background: #222;
}
footer img {
    max-width: 220px;
}


.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 2px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}
.radio .cr {
    border-radius: 50%;
}
.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}
.radio .cr .cr-icon {
    margin-left: 0.04em;
}
.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}