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;
    background-color: #585858;
}

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: #fbd36a;
    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 img {
    margin: 5px 0;
    padding: 0 20px;
    width: 140px; /* Defina a largura desejada */
    height: auto; /* Isso permite que a altura seja ajustada automaticamente */
    margin-left: 80px; /* Ajuste conforme necessário para espaçamento */
 }

.menu ul {
    margin: 15px 0px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.menu li {
    list-style-type: none;
    margin: 10px 0px;
}

.menu li a {
    color: #fff;
    font: 25px 'Fjalla One', sans-serif;
    padding: 0 20px;
    margin: 20px 0;
    border-right: 5px solid #fff;
    transition: .5s;
    position: relative;
}

.menu li a:after {
    content: attr(data-text);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 60px;
    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: #fcaf3c;
    transform: translate(0px);
    opacity: 1;
}

.rodape-total {
    background: #161616;
}

.rodape {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.conteudo-rodape {
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #161616;
    align-items: center;
}

.texto-rodape {
    font: 30px 'Fjalla One', sans-serif;
    color: #fff;
    margin: 10px 60px;
}

.texto-PrincipalRodape {
    text-align: center;
    margin: -10px 0px;
    font: 40px 'Fjalla One', sans-serif;
    color: #fcaf3c;
}

.texto-rodape .SubTexto-rodape {
    font: 20px 'Fjalla One', sans-serif;
    color: #ffffff;
    margin: 0px 120px;
}
/*

.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: #fff; 
    } 
.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: 10px; 
    z-index: 999; 
    } 
.box-01 .box {
    width: 32%; 
    background: #2c2c2c;
    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: #161616; 
    } 
.box-01 .box:hover:after {
    height: 100%; 
    background: #161616; 
    } 
.box-01 .box .img {
    background: #fabe50; 
    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 #fabe50; 
    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 .preco {
    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: 14px '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{ 
    text-align: center;
    background: #161616;
    
} 
.box-02 { 
    background: #161616;
    } 
.box-02-total .texto {
    justify-content: space-around;
    margin: 10px 0px;
    position: relative; 
    font: 40px 'Fjalla One', sans-serif;
    color:#fcaf3c;
    text-transform: uppercase;
    visibility: hidden;
} 
.box-02-total .tituloLocais {
    margin: 10px 30%;
    color:#fcaf3c;
    font: 40px 'Fjalla One', sans-serif;
} 
.box-02-total .cidades{
    color: #fff;
    font: 25px 'Fjalla One', sans-serif;
    padding: 0 20px;
    margin: 20px 0;
    border-right: 5px solid #fff;
    transition: .5s;
    position: relative;
}
/* .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: 10px 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 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: 10px 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: 10px 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; 
    }*/ 
.titulo-planos {
    display: flex;
    flex-direction: column;
    color: #ff9a3e;
    padding: 0px;
    border-radius: 1px;
}
.destaque {
    font-size: 60px;
    font-weight: bold;
    font-family: 'Arial', sans-serif;
    -webkit-text-stroke: 3px #ffffff;
    color: transparent;
    display: inline;
}

.normal {
    font-size: 45px;
    margin-top: -10px;
    font-family: 'bold', Impact;
    -webkit-text-stroke: 1px #000000;
}
.logoRodape img {
    width: 140px;
}
/* Adapte conforme necessário */
.whatsapp-button {
    width: 60px; 
    height:60px;
}

/* Efeito ao passar o mouse */
.whatsapp-button:hover {
    width: 80px; 
    height:80px;
}

.gallery {
    top: 950px;
    display: relative;
    justify-content: relative; /* Alinhamento horizontal */
    align-items: relative; /* Alinhamento vertical */
    width: 100%;
    margin: 0px 0px;
  }
 
  .gallery .image {
    width: 100%;
    display: relative;
    margin: 0px 0px;
  }

  @media  screen and (max-width: 768px) {
    .menu-total {
        display: block;
    }
    .menu li {
        text-align: center;
    }
 
}
@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 .img {
        margin-top: 10px
    }
    .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  screen and (max-width:582px) {
    .topo{
        margin-left: -5%;
        margin-right: -5%;
        margin-top: -10%;
        margin-bottom: 1%;
    }
    .menu-total {
        margin-left: -10%;
        margin-right: 10%;
        margin-top: 1%;
        margin-bottom: 1%;
    }
    .menu{
        margin-left: 10%;
        margin-right: -10%;
        margin-top: 10%;
        margin-bottom: -8%;
       
    }
    .logo img {
        width: 50vw;
        margin-left: 12%;
        margin-right: -10%;
        margin-top: 20%;
        margin-bottom: -25%;
        height: auto; /* Isso permite que a altura seja ajustada automaticamente */
    }
    .menu ul {
    margin: none;
    }
    .menu li  {
    border-right: none;
    padding: 1px 1px;
    margin-top: -1%;
    margin-bottom: 5%;
    text-align:justify;
}
    .menu li a {
        font:14px 'Fjalla One', sans-serif;
        border-right: none;
        padding: 1px 1px;
    }
    .menu li a:hover {
        color: rgb(248, 9, 9);
    }

    .gallery {
        top: 750px;
        display: flex;
        justify-content: center; /* Alinhamento horizontal */
        align-items: center; /* Alinhamento vertical */
        width: auto;
        height: 70px;
      }
      
      .gallery .image {
        width: 80%;
        display: block;
        margin: 0 0px;
      }
    .menu li a:after {
        display: none;
    }
    .box-01 .box .img {
        background: #fcaf3c; 
        width: 95px; 
        height: 80px; 
        margin: 30px auto; 
        margin-top: -50px; 
        border-radius: 20%; 
        display: flex; 
        justify-content: center; 
        align-items: center; 
        position: relative; 
        z-index: 999; 
        border: 2px solid #fff; 
        box-shadow: 0px 0px 0px 15px #fcaf3c; 
        transition: .5s; 
        } 
    .box-01 .box {
        width: 33%; 
        background: #454545; 
        text-align: center; 
        box-shadow: 0px 0px 0px 0px rgba(37, 37, 37, 0.6);
        transition: .5s; 
        position: relative; 
        display: flex; 
        visibility: hidden; 
        } 

    .destaque {
        font-size: 40px;
        font-weight: bold;
        font-family: 'Arial', sans-serif;
        -webkit-text-stroke: 2px #ffffff;
        color: transparent;
        display: inline;
    }
        
    .normal {
        font-size: 20px;
        margin-top: -10px;
        font-family: 'bold', Impact;
        -webkit-text-stroke: 1px #000000;
    }   
    .box-01 .box .preco {
        margin: 10px 0px; 
        font: 22px 'Fjalla One', sans-serif; 
        color: #fff; 
        position: relative; 
        z-index: 1; 
        } 
    .box-01 .box .texto {
        margin: none; 
        padding: none; 
        font: 12px 'calibri'; 
        color: #fff; 
        text-align: center;
        z-index: 1; 
        } 
        
    .box-02-total{ 
        text-align: center;
        display: flex;
        margin: 0 auto;
        width: 1200px; 
        padding: 0px 0px 0px; 
    } 
    
    .box-02-total  { 
        background: #2A2A2A;
        display: flex; 
        margin-top: 0%;
        margin-bottom: 0%;
        } 
     
    .box-02-total .tituloLocais {
        justify-content: justify;
        margin: 10px 10px;
        text-align: justify;
        font: 35px 'Fjalla One', sans-serif;
        color:#fcaf3c;
    }
    .box-02-total li .cidades{
        display:inline-block;
        text-align: center;
        list-style-type: row;
        margin: 2px 20px;
    }
    
    .box-02-total li .cidades {
        justify-content: justify;
        color: #fff;
        font: 20px 'Fjalla One', sans-serif;
        padding: 0 0;
        margin: 2px 02px;
    }

    .topo {
        flex-direction: column
    }
   
    .logoRodape img {
        display: block;
        width: 25vw;
    }
    .texto-rodape {
        text-align: center;
        margin: -10px 0px;
        font: 5px 'Fjalla One', sans-serif;
        color: #fcaf3c;
    }
    .texto-PrincipalRodape {
        text-align: center;
        margin: -10px 0px;
        font: 12px 'Fjalla One', sans-serif;
        color: #fcaf3c;
    }
    .texto-rodape .SubTexto-rodape {
        font: 8px 'Fjalla One', sans-serif;
        color: #ffffff;
    }

    .whatsapp-button {
        width: 40px; 
        height:40px;
    }
    .whatsapp-button:hover {
        width: 50px; 
        height:50px;
    }
}

     

