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: -50px 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: #292450;
    box-shadow: 0 2px 5px 0;
    position: relative;
    z-index: 999;
}
.topo-total .logo img {
    width: 400px;
}
.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: 26px '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: #292450;
    margin-top: 70px;
}

.rodape {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column
}

.conteudo-rodape {
    display: flex;
    justify-content: space-between;
}

.texto-rodape {
    font: 20px 'Fjalla One', sans-serif;
    color: #fff;
    margin: 0px 0;
    text-align: center;
    width: 320px;
    margin-bottom: 20px;
}

.texto-rodape span {
    font: 20px 'Fjalla One', sans-serif;
    color: #ffffff;
}

.texto-rodape i {
    font-size: 55px;
    color: #fcaf3c;
    padding: 20px;
}

.texto-rodape.endereco {
    border-right: 0px;
}

.texto-rodape.contatos {
    border-right: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 200px;
}

.texto-rodape.contatos .item i {
    font-size: 30px;
    width: 40px;
    height: 40px;
}

.texto-rodape.endereco p {
    font: 20px 'Fjalla One', sans-serif;
    color: #fff;
    text-align: left;
    margin: 0px 20px;
}

.texto-rodape:first-child {
    width: 180px;
}

.texto-rodape:nth-child(2) {
    border-right: 1px solid #4a4a4a;
    border-left: 1px solid #4a4a4a;
}

.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;
    padding: 20px 0px;
    border-top: 1px solid #525152;
}

.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: #0779ad;
    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: white;
}

.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;
    overflow: hidden;
}

.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: #0779ad;
}

.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 {
    color: #6d6d6d;
    padding: 0px 20px;
    /* text-transform: uppercase; */
    text-align: justify;
    font-size: 20px;
    font-family: calibri;
}

.box-03 .info {
    margin: 20px 0px;
}

.box-03 .info ul {}

.box-03 .info li {
    list-style-type: none;
    font: 23px '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: #0779ad;
    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: 39px 'Fjalla One', sans-serif;
    color: #444;
    margin: 20px 0px;
    padding: 0px 20px;
    text-align: center;
}

.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;
    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;
    text-align: center;
}

.box-04 .conteudo .item .texto {
    font: 18px 'calibri';
    color: #545454;
    margin: 10px 0px 20px;
}

.linha {
    width: 600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background: #292450;
    z-index: 9999;
    position: relative;
    box-shadow: 1px 3px 3px 1px #7e7e7e;
}

.linha:before {
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 55px solid transparent;
    border-right: 30px solid #292450;
    content: ' ';
    position: absolute;
    left: -30px;
    top: 0px;
}

.linha:after {
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 55px solid transparent;
    border-left: 30px solid #292450;
    content: ' ';
    position: absolute;
    right: -30px;
    top: 0px;
}

.linha .item {
    font: 14px 'calibri';
    font-weight: bold;
}

.linha .item i {
    font-size: 24px;
    color: #f6f3f0;
}

.item.whats {
    color: #fff;
    background: #1b7100;
    padding: 8px;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 23px;
    transition: 0.5s;
}

.item.whats i {
    color: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -22px;
    background: linear-gradient(45deg, #283025, #1b7100);
    display: flex;
    align-items: center;
    justify-content: center;
    top: -4px;
    border-radius: 30px;
    padding: 5px;
    border: 1px solid #fff;
}

.item.chat {
    color: #fff;
    background: #0085cb;
    padding: 8px;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 23px;
    width: 140px;
    transition: 0.5s;
}

.titulo-box-quase {
    text-align: center;
    padding-bottom: 49px;
    font-family: arial;
    font-size: 25px;
}


.item.chat i {
    color: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -22px;
    background: linear-gradient(45deg, #123946, #0085cb);
    display: flex;
    align-items: center;
    justify-content: center;
    top: -4px;
    border-radius: 30px;
    padding: 5px;
    border: 1px solid #fff;
}

.box-04-quase-total {
    background: url('../pw-images/fundo-box-04.jpg');
    background-size: cover;
    padding: 40px 0px;
    background: #f9f9f9;
}

.box-quase-04 {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.box-quase-04 .item {
    text-align: center;
    width: 160px;
    color: #555;
}

.box-quase-04 .item .img {}

.box-quase-04 .item .img i {
    font-size: 70px;
    color: inherit;
    margin-bottom: 10px;
    color: #292450;
}

.box-quase-04 .item .numero {
    font: 70px 'calibri';
    color: inherit;
    margin-bottom: 10px;
}

.box-quase-04 .item .titulo {
    font: 30px 'calibri';
    color: inherit;
}

.item.telefone {
    font: 20px 'Fjalla One', sans-serif;
    color: #faf5f1;
}

.item.chat:hover {
    background: #066a9c;
    transition: 0.5s;
}

.item.whats:hover {
    background: #20580f;
    transition: 0.5s;
}

.texto-rodape.contatos .item {
    width: 180px;
    padding: 12px 20px;
    text-align: center;
    justify-content: center;
    font-size: 15px;
    padding-left: 40px;
}

/* Inicio PÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ginas Internas */

/* PÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡gina Empresa*/

.empresa-conteudo {
    width: 1200px;
    margin: 80px auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.empresa-total {}

.txt-empresa {
    width: 720px;
}

.txt-empresa h1 {
    font-size: 30px;
    text-align: center;
    padding: 25px 0 25px;
    color: #0779ad;
    font-family: fjalla One;
    letter-spacing: 1px;
    position: relative;
    transition: 0.5s;
}

.txt-empresa h2 {
    font-size: 20px;
    padding: 0 0 15px;
    font-family: fjalla One;
    font-style: italic;
}

.txt-empresa p {
    font-size: 18px;
    font-family: fjalla One;
    padding: 5px 0;
    text-align: justify;
}

.img-empresa img {
    box-shadow: -10px -10px 0px 0px #0779ad;
    transition: 0.5s;
}

.img-empresa img:hover {
    box-shadow: 10px 10px 0px 0px #fcaf3c;
    transition: 0.5s;
}

.faixa-contato-total {
    background: #0779ad;
    padding: 20px;
    border: 2px solid #fcaf3c;
}

.conteudo-faixa {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.conteudo-faixa h2 {
    font-size: 24px;
    font-style: italic;
    font-family: fjalla one;
    letter-spacing: 1px;
    color: #fff;
}

.conteudo-faixa a {
    color: #fff;
    font-style: italic;
    font-family: fjalla one;
    letter-spacing: 1px;
    font-size: 24px;
    border: 2px solid #fcaf3c;
    border-radius: 20px;
    padding: 10px;
    transition: 0.5s;
}

.conteudo-faixa a:hover {
    background: #fcaf3c;
    transition: 0.5s;
}

.txt-empresa h1::before {
    /* content: ' '; */
    width: 200px;
    height: 3px;
    background: #0779ad;
    display: block;
    position: absolute;
    top: 41px;
    left: 15px;
    transition: 0.5s;
}

.txt-empresa h1:after {
    /* content: ' '; */
    height: 15px;
    width: 15px;
    display: block;
    background: #0779ad;
    position: absolute;
    border-radius: 50%;
    top: 35px;
    transition: 0.5s;
    left: 0px;
}

.txt-empresa:hover h1:after {
    width: 40px;
    height: 40px;
    transition: 0.5s;
    top: 21px;
    left: 208px;
}

/* Fim Empresa */

/* PÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡gina Clientes */

.titulo-page h1 {
    text-align: center;
    font: 35px 'Fjalla One', sans-serif;
    padding-top: 80px;
    padding-bottom: 40px;
    width: 600px;
    margin: 0 auto;
    position: relative;
    color: #0779ad;
    transition: 0.5s;
}

.clientes {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-around;
}

.item-cliente {
    box-shadow: -8px -8px 0px 0px #0779ad;
    margin: 15px 10px;
    padding: 15px;
    text-align: center;
    transition: 0.5s;
}

.item-cliente img {
    /* box-shadow: 0px 1px 1px 1px #ddd; */
}

.item-cliente:hover {
    box-shadow: 8px 8px 1px 1px #fcaf3c;
    transition: 0.5s;
}

.titulo-page h1::before {
    /* content: ' '; */
    background: #0779ad;
    width: 180px;
    height: 3px;
    display: block;
    position: absolute;
    bottom: 60px;
    left: 30px;
    transition: 0.5s;
}

.titulo-page h1::after {
    /* content: ' '; */
    background: #0779ad;
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    bottom: 52px;
    left: 10px;
    transition: 0.5s;
}

.titulo-page:hover h1::after {
    left: 180px;
    width: 40px;
    height: 40px;
    bottom: 42px;
}

.titulo-page h2 {
    text-align: center;
    color: #0779ad;
    font: 22px 'Fjalla One', sans-serif;
}

.titulo-page h2:last-child {
    font-size: 35px;
    font-style: italic;
    color: #0779ad;
    padding-top: 20px;
    font-weight: bold;
}

.titulo-page {
    padding-bottom: 40px;
}

/* Fim */

/* PÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡gina PromoÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµes */

.item-promo {
    width: 350px;
    border-top: 4px solid #0779ad;
    box-shadow: 0px 1px 5px 4px #ddd;
    transition: 0.5s;
}

.item-promo .gallery1 a img {
    width: 350px;
}

.item-promo .gallery2 a img {
    width: 350px;
}

.item-promo .gallery3 a img {
    width: 350px;
}

.promos {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.txt-promo {
    padding: 15px;
    min-height: 520px;
}

.txt-promo h2 {
    font-size: 20px;
    text-align: center;
}

.txt-promo h3 {
    text-align: center;
    font-size: 20px;
    padding: 5px;
    color: #0779ad;
}

.txt-promo h2.prod-desc {
    text-align: left;
    background: #eaeaea;
    padding: 5px;
    font-size: 20px;
    margin: 10px 0 5px;
}

.txt-promo p {
    padding: 5px;
    font-size: 15px;
}

.txt-promo ul li strong {
    font-size: 17px;
}

.txt-promo ul {
    list-style: none;
    padding: 0 5px;
}

.txt-promo ul li {
    font-size: 15px;
}

.item-promo:hover {
    transform: scale(1.04);
    transition: 0.5s;
}

.promo-total {
    margin: 0px 0 120px;
}

/* Fim */

/* Contato */

.contato-total {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}

.form-contato form {
    width: 500px;
    box-sizing: border-box;
}

.form-contato form input {
    width: 100%;
    height: 60px;
    padding: 10px;
    box-sizing: border-box;
    margin: 2px 0;
    border: none;
    background: #7171711a;
    font-size: 18px;
}

.form-contato form textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    height: 120px;
    border: none;
    background: #f1f1f1;
    resize: none;
    margin: 2px 0;
    font-size: 18px;
}

.form-contato form input[type="submit"] {
    background: #0779ad;
    color: #fff;
    cursor: pointer;
}

.infos-contato {
    width: 450px;
}

.infos-contato .item-contato {
    font-size: 20px;
    margin: 20px 0;
}

.infos-contato .item-contato i {
    font-size: 40px;
    color: #0779ad;
}

.btn-cotacao {
    text-align: center;
    margin: 30px 0 40px;
}

.btn-cotacao a {
    background: #0779ad;
    color: #fff;
    padding: 18px 25px;
    font-size: 18px;
}

.btn-cotacao a:hover {
    background: #fcaf3c;
}

/* Fim */

a.ws_next span {
    margin-top: -335px;
}

a.ws_prev span {
    margin-top: -335px;
}

/* PÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡gina Dicas */

.titulo-page.dicas h1 {
    text-align: left;
    width: 1200px;
    border-bottom: 1px solid;
    padding-bottom: 0;
}

.box-total.dicas {
    width: 1200px;
    margin: 0 auto;
}

.box-total.dicas img {
    width: 800px;
    height: auto;
}

.box-total.dicas h2 {
    font-size: 25px;
    padding: 35px 0;
    font-family: calibri;
    color: #252525;
}

.box-total.dicas h4 {
    font-size: 22px;
    font-family: calibri;
    font-weight: bold;
    border-left: 4px solid #0779ad;
    padding-left: 15px;
    color: #444;
    margin: 15px 0;
}

.box-total.dicas p {
    font-size: 20px;
    font-family: calibri;
    padding: 5px 0;
}

.box-total.dicas p:first-child {
    padding-top: 10px;
}

.conteudo-page.dicas h3 {
    font-size: 22px;
    font-family: calibri;
    padding: 0px 0 5px;
    color: #444;
}

.box-total.dicas h3:first-child {
    font-size: 25px;
}

.txt-page {
    margin: 0px 0 25px;
}

.conteudo-page.dicas ul {
    font-size: 22px;
    font-family: calibri;
    font-weight: bold;
    border-bottom: 1px solid #a0a0a0;
    color: #5a5a5a;
    margin-bottom: 15px;
}

.conteudo-page.dicas ul li a {
    list-style: none;
    font-size: 19px;
    font-family: calibri;
    font-weight: normal;
    color: #0779ad;
}

.conteudo-page.dicas ul li {
    list-style: none;
    padding: 3px 15px;
}

.conteudo-page.dicas ul li a:hover {
    text-decoration: underline;
}

.conteudo-page.dicas ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f30b";
    padding-right: 5px;
    color: #0779ad;
    font-size: 20px;
}

.box-total.dicas h2:after {
    content: ' ';
    background: #252525;
    width: 200px;
    height: 4px;
    display: block;
}

.box-total.dicas p strong {
    font-size: 20px;
    font-family: calibri;
}

.box-total.dicas p em {
    font-size: 20px;
    font-family: calibri;
    font-weight: bold;
}

.lnh.dicas {
    width: 100%;
    background: #8c8c8c;
    height: 2px;
    margin: 35px 0;
}

.box-total.dicas h3.dicas-itens {
    font-size: 32px;
}

.box-total.dicas h4 strong {
    font-size: 22px;
    font-family: calibri;
    color: #000;
}

/* Fim */

/* Pagina Embalagens */

.coluna.dupla {
    display: flex;
    flex-wrap: wrap;
}


.conteudo-page.dicas ul.noBorder {
    border: none;
    padding: 15px 0 0;
    width: 400px;
}

ul.noBorder li {
    list-style: none;
    font-size: 21px;
    font-family: calibri;
    font-weight: normal;
    color: #5a5a5a;
}

ul.noBorder li::before {
    display: none;
}

ul.noBorder li i {
    font-size: 18px;
    color: #0779ad;
}

.itemCont {
    width: 280px;
    background: #0779ad;
    padding: 20px;
    text-align: center;
    margin: 10px 0;
    transition: 0.5s;
    box-shadow: 3px 2px 4px 0px #444;
}

.imgItem {
    width: 220px;
    height: 220px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 50%;
    background: #fff;
}

.itemCont .imgItem img {
    width: 100%;
    height: auto;
    transition: 0.5s;
}

.boxItem {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 40px 0;
}

.itemCont h2::after {
    display: none !important;
}

.boxItem .itemCont h2 {
    text-transform: uppercase;
    color: #fff !important;
    padding: 20px !important;
    text-shadow: 1px 1px 1px #000;
}

.boxItem .itemCont i {
    font-size: 30px;
    color: #fff;
    transition: 0.5s !important;
}

.itemCont:hover i {
    transform: rotate(360deg);
    transition: 0.5s;
}

.itemCont:hover .imgItem img {
    transform: scale(1.1);
    transition: 0.5s;
}

.itemCont:hover {
    background: #1d93ca;
    transition: 0.5s;
}

/* Fim */
/*embalagens para alimentos*/
.titulo-principal h1 {
    font-size: 30px;
    color: #0779ad;
    padding: 80px 0px 25px;
    text-align: center;
    font-family: fjalla One;
}

/*swiper*/
.swiper-container {
    /* height: 500px; */
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}


.swiper-container {
    /* height: 0; */
    transition: all 0.5s;
}

.swiper-slide img {
    width: 291px;
    height: 280px;
    margin: auto;
    padding: 10px;
}

.swiper-container {
    /* height: 420px; */
}


.swiper-geral {
    width: 1200px;
    margin: auto;
    height: 420px;
    display: flex;
    align-items: center;
    padding-top: 2%;
}

.swiper-button-next {
    /* padding-top: 18%; */
    /* padding-left: 28%; */
}

/*swiper*/
.txt-embalagem h2 {
    padding: 20px 0px;
    font-size: 20px;
    font-family: fjalla One;
    text-align: center;
}

.txt-embalagem {
    width: 1200px;
    margin: 0 auto;
}

.txt-embalagem strong {
    font-size: 18px;
    font-family: fjalla One;
    line-height: 35px;
}

.txt-embalagem p {
    font-size: 18px;
    font-family: fjalla One;
    line-height: 35px;
}

.txt-embalagem p {
    padding: 7px;
}

.botao-embalagens-alimentos {
    text-align: center;
    background-color: #0085cb;
    min-height: 10vh;
}

.botao-embalagens-alimentos button {
    width: 210px;
    margin-top: 20px;
    height: 50px;
    font-size: 15px;
    border: 2px solid black;
    background: white;
    cursor: pointer;
    font-weight: bold;
    transition: all .7s;
}

.botao-embalagens-alimentos button:hover {
    transform: rotate(3deg);
    background: #252525;
    color: white;
    border-radius: 10px;
}

.lista {
    width: 1200px;
    margin: 0 auto;
    padding: 30px;
}

.lista li {
    font-size: 18px;
    font-family: fjalla One;
    line-height: 35px;
}

.lista h2 {
    padding: 10px 0px;
    font-size: 20px;
    font-family: fjalla One;
    text-align: center;
}

.lista p {
    padding: 15px 0px;
    font-size: 18px;
    font-family: fjalla One;
}

.swiper-slide figcaption {
    padding: 0px 30px;
}

.swiper-slide figcaption p {
    text-align: center;
    font-size: 18px;
    font-family: fjalla One;
    color: #066a9c;
    text-decoration: underline #fcaf3c;
    cursor: pointer;
}

.swiper-slide figcaption:hover {
    color: #123946;
}

.txt-embalagem li {
    padding: 7px;
    font-size: 18px;
    font-family: 'Fjalla One';
    line-height: 35px;
}

.txt-embalagem ul {
    margin-left: 25px;
}
.box-03 img {
    width: 500px;
}
@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;
        justify-content: center;
        margin: 20px auto;
    }
}

@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%;
    }
}