div:hover > .btn { display: block; opacity: 1; transform: rotate(360); transition: all 1s; } .btn { text-align: center; margin: 0 auto; width: 100%; height: 40px; padding: 5px 0px; bottom: 0px; z-index: 999; cursor: pointer; opacity: 0.6; transition: all 1s; } .btn.absolute { position: absolute; } .btn > div { width: 100px; display: inline-block; } .btn .remove::before {    font-weight: 900; content: "\f05e"; font-family: "Font Awesome 5 Free"; font-size: 40px; color: #000; width: 100%; text-align: center; display: block; } .btn .remove::after { content: ""; font-family: calibri; font-size: 14px; color: #000; width: 100%; text-align: center; display: block; } .btn .add::before { font-weight: 900; content: "\f055"; font-family: "Font Awesome 5 Free"; font-size: 40px; color: #000; width: 100%; text-align: center; display: block; } .btn .add::after { content: "RETORNAR"; font-family: calibri; font-size: 16px; color: #000; width: 100%; text-align: center; display: block; } .btn.white *::before, .btn.white *::after { color: #fff !important; }
* {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333;
    margin: 0;
    padding: 0
}

#erro-total {
    width: 700px;
    height: 270px;
    margin: 15px 0
}

#imagem-centralizada {
    width: 100%;
    text-align: center;
    margin: 10px 0
}

#texto-404 {
    width: 100%;
    font-family: Calibri;
    font-size: 22px;
    text-align: center
}

#aguarde {
    width: 100%;
    font-family: Calibri;
    font-size: 19px;
    text-align: center;
    margin: 5px 0
}

.page-404 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 600px
}

body {
    overflow-x: hidden
}

a {
    text-decoration: none
}

.esquerda,
.esquerdo,
.left,
.float-left,
.alignleft {
    float: left;
    display: table;
    margin: 0 10px 10px 0
}

.direita,
.direito,
.right,
.float-right,
.alignright {
    float: right;
    display: table;
    margin: 0 0 10px 10px
}

.meio,
.center,
.aligncenter {
    display: table;
    margin: 20px auto
}

.borda {
    padding: 2px;
    background: #fff;
    box-shadow: 0 0 2px 0 #666
}

.global {
    margin: 0 auto
}

.conteudo-pages {
    min-height: 500px;
    width: 998px;
    margin: 0 auto
}

.texto-pages {
    font: 15px/25px Calibri;
    color: #000;
    text-align: justify
}

.texto-pages h1 {
    font: 25px Calibri;
    padding-left: 20px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #000
}

.texto-pages h2 {
    font: 20px Calibri;
    padding-left: 10px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #000
}

.contato input {
    width: 100%;
    padding: 10px 30px 10px 20px;
    background: #eee;
    border: #ccc;
    color: #666;
    box-sizing: border-box;
    margin-bottom: 10px;
    outline: none!important;
    font-size: 17px;
    box-shadow: 2px 0 0 0 #333 inset;
    position: relative
}

.contato [required="required"] {
    background: #eee url(template/images/required.png) center right 10px no-repeat;
    background-size: 9px
}

.contato select,
.contato option {
    width: 50%;
    padding: 10px 20px;
    background: #eee;
    border: #ccc;
    color: #666;
    box-sizing: border-box;
    margin-bottom: 10px;
    outline: none!important;
    font-size: 17px;
    box-shadow: 2px 0 0 0 #333 inset
}

.contato textarea {
    width: 100%;
    padding: 10px 30px 10px 20px;
    background: #eee;
    border: #ccc;
    color: #666;
    box-sizing: border-box;
    margin-bottom: 10px;
    outline: none!important;
    resize: none;
    height: 200px;
    font-size: 17px;
    box-shadow: 2px 0 0 0 #333 inset;
    position: relative
}

.contato .submit {
    cursor: pointer;
    background: #333;
    color: #fff
}

.contato .required {
    color: #d90000;
    font: 17px calibri;
    font-weight: lighter;
    margin-bottom: 10px
}

.contato .required img {
    height: 9px
}

.topo-total {
    background: #fcaf3c;
    box-shadow: 0 2px 5px 0;
    position: relative;
    z-index: 999;
}

.topo {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    visibility: hidden
}

.logo {
    margin: 10px 0;
    padding: 0 20px
}

.menu ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap
}

.menu li {
    list-style-type: none;
    margin: 20px 0
}

.menu li a {
    color: #fff;
    font: 30px 'Fjalla One', sans-serif;
    padding: 0 20px;
    margin: 10px 0;
    border-right: 3px solid #fff;
    transition: .5s;
    position: relative
}

.menu li a:after {
    content: attr(data-text);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 20px;
    opacity: 0;
    transform: translate(0px, 60%);
    transition: all .3s
}

.menu li:last-child a {
    border: none
}

.menu li a:hover {
    color: transparent
}

.menu li a:hover:after {
    color: #000;
    transform: translate(0px);
    opacity: 1
}

.rodape-total {
    background: #2A2A2A
}

.rodape {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column
}

.conteudo-rodape {
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #525152;
    align-items: center
}

.texto-rodape {
    font: 25px 'Fjalla One', sans-serif;
    color: #fff;
    margin: 20px 0
}

.texto-rodape span {
    font: 25px 'Fjalla One', sans-serif;
    color: #fcaf3c;
}

.social-rodape {
    display: flex;
    justify-content: space-around
}

.social-rodape a {
    margin: 10px
}

.social-rodape i {
    font-size: 20px;
    color: #fff;
    background: #525152;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 999;
    position: relative;
    transition: .4s
}

.social-rodape i:hover {
    background: none
}

.social-rodape i:after {
    content: '';
    width: 0;
    height: 0;
    background: #fcaf3c;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    transition: .5s;
}

.social-rodape i:hover:after {
    width: 100%;
    height: 100%
}

.logo-pw {
    text-align: center;
    margin: 20px auto;
    display: block!important;
    width: 145px
}

.logo-pw div {
    text-align: left
}

.logo-pw div p:first-child a {
    color: #555;
    font: 12px Helvetica;
    margin-top: -8px;
    display: block;
    color: #fff;
    font: 12px Helvetica;
    margin-top: -8px;
    display: block
}

.logo-pw div a span {
    color: transparent
}
.box-05{
    width: 800px;
    margin: auto;
    padding: 50px 0;
}
.box-05 .titulo{
    font: 35px 'Fjalla One', sans-serif;
    padding-bottom: 25px;
    text-align: center;
}

.box-05 form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.box-05 input{
    width: 100%;
    padding: 20px;
    margin: 10px 0;
    box-sizing: border-box;
    font: 18px "Calibri";
    border: 1px solid #ddd;
    border-radius: 4px;
    outline: none;
}
.box-05 textarea{
    resize: none;
    height: 100px;
    width: 100%;
    padding: 20px;
    margin: 10px 0;
    box-sizing: border-box;
    font: 18px "Calibri";
    border: 1px solid #ddd;
    border-radius: 4px;
    outline: none;
}
.box-05 input.submit{
    width: 300px;
    background: #fcaf3c;
    border: 1px solid #fff;
    color: #fff;
    transition: all .5s;
    cursor:  pointer;
    text-transform: uppercase;
}
.box-05 input.submit:hover{
    background: #2a2a2a;
    color: #ffffff;
}

/* Index */

.swiper-slide { min-height: 600px; background: #2b2b2b; } .swiper-slide img { display: flex; } .box-01-total { position: relative; display: flex; justify-content: center; } .box-01 { width: 1200px; margin: 0 auto; display: flex; justify-content: space-around; position: absolute; bottom: -100px; z-index: 999; } .box-01 .box { width: 32%; background: #454545; text-align: center; box-shadow: 6px 6px 0px 0px rgba(37, 37, 37, 0.6); transition: .5s; position: relative; display: flex; visibility: hidden; } .box-01 .box:after { content: ''; height: 0%; width: 100%; position: absolute; top: 0; left: 0; transition: .5s; background: rgba(0, 0, 0, 0.5); } .box-01 .box:hover:after { height: 100%; background: rgba(0, 0, 0, 0.5); } .box-01 .box .img { background: #fcaf3c; width: 190px; height: 190px; margin: 30px auto; margin-top: -50px; border-radius: 50%; display: flex; justify-content: center; align-items: center; position: relative; z-index: 999; border: 1px solid #fff; box-shadow: 0px 0px 0px 15px #fcaf3c; transition: .5s; } .box-01 .box:hover .img {box-shadow: 0px 0px 0px 10px #fcaf3c;} .box-01 .box .img i { font-size: 90px; color: #fff; } .box-01 .box .titulo { margin: 10px 0px; font: 30px 'Fjalla One', sans-serif; color: #fff; position: relative; z-index: 1; } .box-01 .box .texto { margin: 10px 0px; padding: 0px 20px; font: 18px 'calibri'; color: #fff; position: relative; z-index: 1; } .box-01 .box .botao { display: flex; justify-content: flex-end; align-items: center; padding: 15px; position: relative; z-index: 1; } .box-01 .box .botao i { font-size: 30px; color: #fff; transition: .5s 0.4s; } .box-01 .box:hover .botao i {color: #fcaf3c;transform: translate(-10px);} .box-02-total { background: #2A2A2A; } .box-02 { display: flex; margin: 0 auto; width: 1200px; padding: 130px 30px 30px; } .box-02 .texto {margin: 30px 0px;font: 40px 'Fjalla One', sans-serif;color: #fcaf3c;text-transform: uppercase;visibility: hidden;} .box-03-total {} .box-03 { width: 1200px; margin: 0 auto; display: flex; justify-content: space-around; align-items: center; flex-wrap: wrap; } .box-03 .conteudo-total { width: 56%; visibility: hidden; } .box-03 .conteudo { display: flex; align-items: center; justify-content: space-around; } .box-03 .conteudo .img { margin: 20px 0px; padding: 0px 10px; } .box-03 .conteudo .container { margin: 20px 0px; } .box-03 .conteudo .container .titulo { font: 48px 'Fjalla One', sans-serif; color: #2A2A2A; padding: 0px 20px; } .box-03 .conteudo .container .texto { font: 22px 'Fjalla One', sans-serif; color: #AAAAAA; padding: 0px 20px; text-transform: uppercase; } .box-03 .info { margin: 20px 0px; } .box-03 .info ul {} .box-03 .info li { list-style-type: none; font: 25px 'Fjalla One', sans-serif; text-transform: uppercase; color: #444; padding: 0px 20px; margin: 5px 0px; display: flex; align-items: center; } .box-03 .info li i {color: #fcaf3c;padding-right: 10px;font-size: 15px;} .box-03 .img { margin: 20px 0px; visibility: hidden; } .box-04-total { display: flex; flex-direction: column; background: #eee; } .box-04 { width: 1200px; margin: 0 auto; } .box-04 .titulo { font: 50px 'Fjalla One', sans-serif; color: #444; margin: 20px 0px; padding: 0px 20px; } .box-04 .conteudo { display: flex; justify-content: space-around; } .box-04 .conteudo .item { width: 30%; visibility: hidden; } .box-04 .conteudo .item .img { margin: 10px 0px; perspective: 1000px; } .box-04 .conteudo .item .img .flip { position: relative; display: flex; justify-content: center; align-items: center; backface-visibility: hidden; transform-style: preserve-3d; transition: .5s; } .box-04 .conteudo .item:hover .img .flip { transform: rotatex(180deg); } .box-04 .conteudo .item .img .front { position: relative; z-index: 999; } .box-04 .conteudo .item .img .back {height: 100%;width: 100%;position: absolute;display: flex;justify-content: center;align-items: center;background: #fcaf3c;transform: rotateX(180deg);} .box-04 .conteudo .item .img .back i { font-size: 50px; color: #fff; } .box-04 .conteudo .item .img img { display: flex; transition: .5s; } .box-04 .conteudo .item .nome { font: 32px 'Fjalla One', sans-serif; color: #2A2A2A; margin: 10px 0px; } .box-04 .conteudo .item .texto { font: 18px 'calibri'; color: #545454; margin: 10px 0px 20px; }

@media only screen and (max-width:1200px) {
    * {
        max-width: 100%;
        box-sizing: border-box
    }
    .conteudo-pages {
        padding: 2%
    }
    .box-01 {
        position: relative;
        bottom: 0;
    }
    .box-02{
        padding: 30px;
    }
}

@media only screen and (max-width:1180px) {
    .box-03 .conteudo-total {
        width: 100%
    }
    .box-03 .conteudo {
        justify-content: center
    }
    .box-03 .info {
        display: none
    }
    .box-03 .img {
        padding: 0 20px
    }
}

@media only screen and (max-width:1022px) {
    .topo {
        flex-direction: column
    }
    .conteudo-rodape {
        display: block
    }
    .texto-rodape {
        text-align: center
    }
}

@media only screen and (max-width:970px) {
    * {
        visibility: visible
    }
    .box-01 .box .titulo {
        font: 25px 'Fjalla One', sans-serif
    }
}

@media only screen and (max-width:810px) {
    .swiper-slide {
        min-height: initial
    }
    .box-01 {
        position: relative;
        bottom: 0;
        flex-direction: column
    }
    .box-01 .box {
        width: 100%;
        border-bottom: 1px solid #fff;
        padding: 10px 0;
        box-shadow: none
    }
    .box-01 .box .img {
        margin-top: 30px
    }
    .box-01 .box .titulo {
        font: 35px 'Fjalla One', sans-serif
    }
    .box-02 {
        padding: 30px
    }
    .box-05{
        padding: 50px 10px;
    }
}

@media only screen and (max-width:700px) {
    .box-04 .conteudo .item .img .back i {
        font-size: 30px
    }
    .box-03 .conteudo .container .titulo {
        font: 38px 'Fjalla One', sans-serif
    }
    .box-04 .titulo {
        font: 40px 'Fjalla One', sans-serif
    }
    .box-04 .conteudo .item .nome {
        font: 19px 'Fjalla One', sans-serif
    }
    .box-04 .conteudo .item .texto {
        font: 15px calibri
    }
}

@media only screen and (max-width:582px) {
    .menu-total {
        width: 100%
    }
    .menu li {
        text-align: center;
        width: 48%;
        padding: 20px;
        margin: 7px 0;
        border: 2px solid #fff
    }
    .menu li a {
        font: 20px 'Fjalla One', sans-serif;
        border-right: none;
        padding: 10px 20px
    }
    .menu li a:hover {
        color: #fff
    }
    .menu li a:after {
        display: none
    }
    .box-01 .box .titulo {
        font: 25px 'Fjalla One', sans-serif
    }
    .box-01 .box .texto {
        font: 15px calibri
    }
    .box-02 .texto {
        font: 30px 'Fjalla One', sans-serif
    }
    .box-03 .info li {
        font: 20px 'Fjalla One', sans-serif
    }
    .box-04 .conteudo{
        flex-wrap: wrap;
    }
    .box-04 .conteudo .item{
        width: 90%;
    }
}
