/* ========== SETUP ========== */
@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
.center{display: flex;align-items: center;justify-content: center;}
.fullheight{height: 100%;}
.txt_left{text-align: left;}

/* ====== Esquema de Cores ====== */
:root{
    --cor-A: #F3D0A4;
    --cor-B: #281406;
    --cor-C: #281406;
    --cor-black: black;
    --cor-white: white;
    --cor-txt-icons: #281406;
    --cor-txt-title: yellow;
    --cor-txt-titlespan: white;
}

/* ====== RESET ====== */
*{padding: 0;margin: 0;box-sizing: border-box;list-style: none;text-decoration: none;font-family: 'Ubuntu', sans-serif;}

/* ====== FULL SCREEN ====== */
html, body{height: 100%;width: 100%;background: var(--cor-black);}
main{
    margin: 0 auto;
    background: var(--cor-A);
    text-align: center;
    height: 100%;
    max-width: 500px;
    background-image: url(../img/background_geral.jpg);
    background-position: center;
    background-size: cover;
    box-shadow: 0 0 30px black;
}
/* ====== ANIMAÇÃO ====== */
body{animation: fadein 2s;}


/* ====== INDEX ====== */
#i_title{
    background: var(--cor-white);
    height: 25%; /* <<<--------------   altura Cabeçalho (Index) */
    background-image: url(../img/background_titulo.jpg);
    background-position: center;
    background-size: cover;
}
#i_bread1, #i_bread2{
    background: var(--cor-B);
    height: 1%; /* <<<--------------   altura dos Divisores 1 e 2 */
    position: relative;
    z-index: 1;
}
#i_bread1{
    border-top: 2px solid yellow;
}
#i_bread2{
    border-bottom: 2px solid yellow;
}
#i_principal{
    height: 60%; /* <<<--------------   altura dos Tela Principal (Index) */
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    flex-basis: 0;
    gap: 10px;
    padding: 10px;
    align-content: space-evenly;
    justify-content: center;

}
#i_footer{
    background: var(--cor-C);
    height: 13%; /* <<<--------------   altura Rodapé (Index) 1 */
    background-image: url(../img/background_rodape.jpg);
    background-position: bottom;
    background-size: cover;
}
.item a{
    color: var(--cor-txt-icons);
    font-family: 'Nunito';
    font-size: 14px
}
.item p{
    color: var(--cor-C);
    font-size: 13px;
}
.item img{
    border-radius: 10px;
}
#i_footer h2, #i_footer h4{
    color: var(--cor-txt-title);
}
#i_footer h4{
    font-size: 14px;
    margin-top:4px;
}
/* ====== PAGES ====== */
header{
    padding: 4px 10px;
    background: var(--cor-A);
    height: 11%; /* <<<--------------   altura Cabeçalho (PAGES) */
    display: flex;
    justify-content:space-between;
    align-items: center;
    position: relative;
    background-image: url(../img/background_titulo.jpg);
    background-position: center;
    background-size: cover;
}
header img{height: 100%;}
.minicon{height: 80%;}
#breadcrumb{
    height: 5%; /* <<<--------------   altura BreadCrumb (PAGES) */
    background: var(--cor-C);
    display: flex;
    justify-content:center;
    align-items: center;
    border-top: 1px solid yellow;
}
#breadcrumb h2{
    color: var(--cor-txt-title);
    font-size: 1em;
}
#breadcrumb h2 span{
    color: var(--cor-txt-titlespan);
}
.principal_icons{
    height: 75%; /* <<<--------------   altura Tela Principal (PAGES) */
    overflow: auto;
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    flex-basis: 0;
    gap: 5px;
    padding: 5px;
}
.principal_conteudo{
    height: 75%; /* <<<--------------   altura Tela Principal (PAGES) */
    overflow: auto;
}
.seletor{
    align-content: space-evenly;
    justify-content: space-evenly;
}
.comulador{
    align-content: flex-start;
    justify-content: space-evenly;
}
/*.item{border: 1px solid black;}*/
.item img{width: 70%;}

footer{
    height: 8%;
    padding: 4px 10px;
    background: var(--cor-B);
    display: flex;
    justify-content:flex-start;
    align-items: center;
    background-image: url(../img/background_rodape.jpg);
    background-position: bottom;
    background-size: cover;
}
footer h3{
    color: var(--cor-txt-title);
    margin-left: 10px;
}
/* ====== ====== ====== ====== COMPONENTES ====== ====== ====== ====== */
.chamada{
    background: var(--cor-C);
    border-radius: 5px;
    color: var(--cor-white);
    margin: 10px;
    padding: 8px;
}
.chamada_titulo{
    background: var(--cor-C);
    border-radius: 8px 8px 0 0;
    color: var(--cor-white);
    margin: 10px 10px 0 10px;
    padding: 8px;
}
.chamada_conteudo{
    background: var(--cor-white);
    border-radius: 0 0 8px 8px;
    color: var(--cor-C);
    margin: 0 10px 10px 10px;
    padding: 8px;
}
.chamada_conteudo p{
    margin-top: 12px;
    margin-bottom: 12px;
}
.sugestao{
    background: var(--cor-C);
    padding: 8px;
    margin: 30px 10px 0 10px;
    border-radius: 20px 20px 0 0;
}
.sugestao a{color: var(--cor-white);}
.sugestao img{margin: 5px;height: 60px;}

.foto{width: 100%;overflow: hidden;}.foto img{width: 100%;height: 100%;}
.bar{width: 100%; height: 6px; background: var(--cor-C);margin-top: -5px}
.line_info{
    width: 100%;
    background: var(--cor-white);
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px 10px;
    margin: 3px 0 3px 0;
    border-radius: 4px;
    text-align: left;
}
.icon_info{
    height: 40px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 3px;
    border-right-width: 3px;
    border-style: solid;
    border-color: var(--cor-A);
    border-radius: 5px;
    background: var(--cor-A);

}
.icon_info img{
    height: 40px; 
    margin-top: -1px;
}
.verde{color:#009933;}
.cinza{color: #d1d1d1;}
.endereco{font-size: 14px;}

/* ====== ====== ====== ====== FORMULÁRIOS ====== ====== ====== ====== */

fieldset{
    border-radius: 10px;
    border: 2px solid var(--cor-C);
    padding: 15px;
    margin: 10px;
}
legend{
    margin-left: 1px;
    font-weight: 900;
    font-size: 16px;
    padding: 0 10px;
    color: var(--cor-C);
}
label{
    display: block;
    font-size: 15px;
    margin-top: 5px;
    color: var(--cor-C);
    text-align: left;
}
input{
    height: 40px;
    width: 100%;
    font-size: 20px;
    color: var(--cor-C);
    text-indent: 10px;
    background: white;
    border: 1px solid var(--cor-C);
    border-radius: 5px;
}
::placeholder {
    color: var(--cor-B);
}
textarea{
    font-size: 15px;
    color: var(--cor-C);
    background: white;
    border: 1px solid var(--cor-C);
    border-radius: 5px;
    width: 100%;
    padding: 5px;
}
input[type=date]:invalid::-webkit-datetime-edit {
    color: var(--cor-B);
}
#submit{
    background: var(--cor-C);
    color: white;
    padding-bottom: 5px;
    text-align: center;
    width: 60%;
    height: 60px;
    line-height: 60px;
    border-radius: 8px;
    margin: 20px;
}
#passaporte input{
    height: 15px;
    width: auto;
}
#passaporte input[type="checkbox"] + label {
    display: inline;
    padding-left: 10px;
    color: white;
}
#passaporte input[type="checkbox"]{
    display: inline;
    color: white;
    zoom: 2;
    vertical-align: middle;
}
#passaporte button{
    background: var(--cor-A);
    font-size: 18px;
    color: var(--cor-white);
    font-weight: 900;
    padding-bottom: 5px;
    text-align: center;
    width: 60%;
    height: 50px;
    line-height: 50px;
    border-radius: 8px;
    border: none;
    margin: 20px;
}

/* ====== ====== ====== ====== FORMULÁRIOS ((enviado com sucesso)) ====== ====== ====== ====== */

#logo_sucesso{
    margin: 20px;
    width: calc(100% - 40px);
}
#logo_sucesso img{
    width: 100%;
}
#mensagem_sucesso_topo{
    margin: 20px 20px 0 20px;
    width: calc(100% - 40px);
    background: green;
    padding: 10px;
    border-radius: 8px 8px 0 0;
    color: white;
}
#mensagem_sucesso_base{
    margin: 0 20px;
    width: calc(100% - 40px);
    background: white;
    padding: 10px;
    border-radius: 0 0 8px 8px;
    color: black;
    border-top: 3px solid darkgreen;
}


/* ====== Config. ANIMAÇÃO ====== */
@keyframes fadein {
    from { opacity: 0.3; }
    to   { opacity: 1; }
}

/* ====== Config. TELA PC ====== */
@media only screen and (min-width: 499px){
    main{
        width: 500px;
        margin: 0 auto;
    }
    body{
        background: black url(../img/bg_pc.png);
    }
    .item img{width: 50%;}
}*/