
/* estilo e layout Garopaba Host House - Author - Catarino Grosser Ferreira */

    /* CSS geral */

* { box-sizing: border-box; margin: 0; padding: 0;}
body { font-family: sans-serif;}
footer { margin-top: 5vh;}

/* Css Único */

#mainIndex { width: 100%; height: 100vh; display: flex; align-items: center; justify-content: center;
        flex-direction: column;  background-image:url("./imagens/bgIndex.jpg");}
#telaEspera { width: 100%; height: 100vh; display: flex; align-items: center; justify-content: center;
        flex-direction: column;  background-image:url("./imagens/bgIndex.jpg");position: fixed; z-index: 1; top: 0;
        overflow: hidden;}
#mainMain  {  width: 100%; height: 100vh; display: none; align-items: center; justify-content: center;
        flex-direction: column; background-image:url("./imagens/bgIndex.jpg");z-index: 10;position: fixed;; top: 0}
#page-A { background-image: url("./imagens/bgIndex.jpg");}
#page-B { background-image: url("./imagens/bgIndex.jpg");}
#page-C {background-image: url("./imagens/bgIndex.jpg");}
#page-D { background-image: url("./imagens/bgIndex.jpg");}
#page-E { background-image: url("./imagens/bgIndex.jpg");}

/* CSS Reútilizavel */


.iconeEntrar { width: 70px;}
.linkEntrar { width: max-content;}
.logo { width: 70px; margin-bottom: 5vh;}
.link { color: rgb(255, 127, 67);}
#bt1,#bt2,#bt5,#bt3,#bt4,.botao-A {  width: 80%; display: block;color: ivory;background-image: linear-gradient(to right, rgb(219, 80, 0) ,  rgb(255, 165, 46));
    border-radius: 10px;text-align: center;padding: 15px 0;margin:auto;margin: 3vh auto;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.6);}
.botao-B {  width: 50%; display: flex; align-items:center; justify-content: center; color: ivory;background-image: linear-gradient(to right,  rgb(255, 165, 46) , rgb(219, 80, 0));
    border-radius: 10px;text-align: center;padding: 6px 0;margin:auto;margin: 3vh auto;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.6);}
.botaoVoltar { font-size: x-large;border-radius: 10px;display: none;position: fixed;bottom: 3vh;right: 3vw;width: 30vw; height: max-content;
     background-image: linear-gradient(to right, rgb(255, 165, 46) , rgb(219, 80, 0));color:rgb(236, 236, 236);}
.oculto-A { height: 0; width: 100%; transition: all 1.3s linear; position: fixed; z-index: 20; top: 0; overflow:scroll;}
.oculto-B { height: 0; width: 100%; transition: all 1.3s linear; position: fixed; z-index: 100; top: 0; overflow:scroll;background-image:url("./imagens/bgIndex.jpg");
    }
.itemPage { width: 90%;margin: 5vh auto;padding: 3%;color: gray; background-color: rgba(0, 0, 0, 0.76);}
.itemPageD { width: 94%;margin: 6%;}
.itemPageContato { display: flex;align-items: center;justify-content: center;
     width: 90%; margin:2% auto; padding: 3%;color: gray; background-color: rgba(0, 0, 0, 0.76);}
.fotoItem { width: 40%;}
.fotoItemD { width: 100%;}
.fotoItemSubPage { width: 94%; margin: 3%;}
.grid { display: grid; grid-template-columns: auto auto; padding: 10px;}
.grid3cl { display: grid; grid-template-columns:auto auto auto; column-gap: 2vw; row-gap: 2vh;}
.caixaFlex { display: flex; align-items: center; justify-content: center;}
.textCenter { width: 60%; text-align: center;}
.textGradiente { 
    font-size:x-large;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    /* fundo gradiente */
    background-image: linear-gradient(#ff7b00, #ffc374);
    /* agora colocamos o fundo gradiente dentro do texto com essa propriedade */
    background-clip: text;
    -webkit-background-clip: text;
    /* a cor do texto deve estar como transparent */
    color: transparent;
}


/* config. contact*/
.form { width: auto; margin: 30%;}
.iconeBTN{width: 100%;}
#btnContatoWhats{ width: 70px; height: 70px; margin: auto;}
#btnContatoMail{ width: 50px; height: 50px; margin: auto;}
#btnContatoMail:hover{cursor: pointer;}
.form1 {  padding: 3%; background-color: rgb(24, 24, 24);}
input { margin: 3%;}

/* barra de progresso */

#meuElemento {
    display: block;
    width: 80%;
    height: 15px;
    background-color: #ffc374;
    border: 1px solid #ffc374;
    position: relative;
    border-radius: 5px;
}

#barraDeProgresso {
    height: 100%;
    width: 0%;
    background-color:#ff7b00;
    text-align: center;
    line-height: 15px; /* Altura da barra para centralizar o texto */
    color: white;
}