/* *{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.cabecalho{
    height: 80px;
    width: 100%;
    color: red;
    text-align: center;
    align-content: center;
    font-size: 20px;
}

.cabecalho .navegacao{
    display: flex;
    flex-direction: row;
    margin-left: 50px;
}
.cabecalho .navegacao nav{
    padding: 0 45px;    
}

main{
    background-color: rgba(255, 255, 0, 0.106);
    padding: 20px;
}

.texto_inicial{
    padding: 10px;
    color: blue;
    text-align: center;
    font-size: 20px;
} */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: white;
}

p{
    text-indent: 20px;
    text-align: justify;
}

.main{
    margin: 20px 0;
    display: flex;
    flex-direction: row;
}

.fundo{
    width: 100%;
    height: 100%;
    position: fixed;
    /* right: 50px;
    bottom: 50px; */
    top: 0;
    left: 0;
    /* background-image: radial-gradient(rgb(223, 218, 242), rgb(90, 99, 203), blue); */
    /* background-image: linear-gradient(to right, #4d8eff, rgb(142, 195, 255), rgb(177, 237, 255)); */
    background-image: linear-gradient(to right, #102850, rgb(62, 62, 255), rgb(177, 188, 255));
    z-index: -100;
}

.main .left{
    width: 60%;
    height: 100%;
    /* margin: auto; */
    padding: 0 30px;
}

.main .left .title{
    font-size: 50px;
    text-align: center;
    color: white;
    font-weight: bold;
    line-height: 50px;
}

.main .left .texto-acao{
    font-size: 30px;
    padding: 5px 0;
    color: #F4B920;
    font-weight: 800;
    line-height: 28px;
}

.main .left .texto-desc{
    font-size: 22px;
    padding: 10px 0;
    font-weight: 400;
    color: #F4B920;
}

.main .left .itens{
    margin-left: 10px;
    text-indent: 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    position: relative;
    height: 240px;
    align-items: center;
    justify-items: center;
}

.main .left .itens li{
    position: absolute;
    margin: 5px;
    text-align: center;
    width: 120px;
    height: 102px;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 5px;
    background-color: rgba(27, 71, 192, 0.655);
    border-radius: 5px;
    text-indent: 0;
    box-shadow: inset 0 0 15px 0px #fff981b2, 1px 1px 10px black;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.main .left .itens li img{
    height: 50px;
    margin: 1px 0;
}

.main .left .itens li:hover img{
    position: absolute;
    opacity: 0;
}

.main .left .itens .primeiro{
    left: 50px;
    top: 5px;
}

.main .left .itens .segundo{
    top: 5px;
}

.main .left .itens .terceiro{
    right: 50px;
    top: 5px;
}

.main .left .itens .quarto{
    left: 50px;
    bottom: 5px;
}

.main .left .itens .quinto{
    bottom: 5px;
}

.main .left .itens .sexto{
    bottom: 5px;
    right: 50px;
}

.main .left .itens li p{
    opacity: 1;
    margin-top: 2px;
    text-indent: 0;
    text-align: center;
    width: 100%;
}

.main .left .itens li:hover{
    width: 200px;
    height: 220px;
    /* background-color: black; */
    background-color: rgb(31, 63, 191);
    z-index: 10;
    border: solid rgba(3, 184, 190, 0.374) 2px;
    text-align: justify;
    justify-content: center;
    align-items: center;
}

.main .left .itens li:hover p{
    opacity: 1;
    text-align: justify;
    text-indent: 15px;
}

.main .dados-e-calculos{
    display: flex;
    flex-direction: column;
    margin: 15px auto;
    /* background-color: rgb(36, 35, 59); */
    /* background-color: rgba(255, 255, 255, 0.472); */
    border-radius: 20px;
    height: 550px;
    box-shadow: 5px 5px 15px black;
    max-width: 600px;
    /* min-height: 320px; */
}

.main .dados-e-calculos .valores{
    display: flex;
    flex-flow: column;
    width: 100%;
    height: 190px;
    padding: 15px;
    text-align: center;
    background-image: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.596));
    /* background-color: #1c2536; */
    /* background-image: linear-gradient(to top, rgba(45, 0, 168, 0.4), rgb(32, 0, 101)); */
    /* background-image: linear-gradient(to top, rgba(75, 161, 41, 0.4), rgb(29, 101, 0)); */
    /* background-image: linear-gradient(to top, rgba(252, 255, 72, 0.4), rgba(174, 134, 0)); */
    /* background-image: linear-gradient(to top, rgb(0, 67, 201, 0.5), rgb(76, 141, 255, 0.5)); */
    /* background-image: linear-gradient(to top, rgba(25, 0, 43, 0.5), rgb(135, 22, 255, 0.5)); */
    border-radius:0 0 19px 19px;
    align-items: center;
}

.main .dados-e-calculos .valores .titulo-resultado{
    font-size: 22px;
    color: black;
}

.main .dados-e-calculos .valores .resultado{
    display: flex;
    /* background-image: linear-gradient(to bottom,  rgb(43, 4, 132), rgba(70, 8, 157, 0.01)); */
    /* background-image: linear-gradient(to bottom,  rgb(0, 163, 5), rgba(12, 174, 0, 0.01)); */
    /* background-image: linear-gradient(to bottom,  rgba(252, 255, 72), rgba(174, 134, 0, 0.01)); */
    /* background-image: linear-gradient(to bottom, rgba(25, 0, 43, 0.5), rgb(135, 22, 255, 0.01)); */
    width: 200px;
    height: 200px;
    border-radius: 200px;
    justify-content: center;
    align-items: center;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.856);
    font-size: 36px;
}

.main .dados-e-calculos .valores .ok{
    color: black;
    display: none;
}

.main .dados-e-calculos .valores .segregar{
    color: black;
    display: none;
}

.main .dados-e-calculos .valores .resultado #resultado{
    color: rgb(0, 125, 52);
    text-indent: 0;
}

.main .dados-e-calculos .formulario{
    display: flex;
    flex-flow: column;
    width: 100%;
    padding: 18px 30px 30px 18px;
}

.main .dados-e-calculos .formulario div{
    margin: 3px 0;
    display: flex;
}

.main .dados-e-calculos .formulario .entrada{
    width: 100%;
    height: 30px;
    border: 2px rgb(53, 120, 235) solid;
    border-radius: 5px;
    font-size: 18px;
    margin: 5px 0;
}

.main .dados-e-calculos .formulario .selecionar{
    display: flex;
    flex-flow: column;
}

.main .dados-e-calculos .formulario .estabelecimento{
    width: 200px;
    font-size: 18px;
    height: 26px;
}

.main .dados-e-calculos .formulario .arquivos-saida{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-around;
}

.main .dados-e-calculos .formulario .arquivos-saida span{
    align-self: flex-start;
    margin: 10px 0 -20px 0;
}

.main .dados-e-calculos .formulario .arquivos-saida .enviar{
    width: 150px;
    font-size: 18px;
    height: 30px;
    border: 1px solid white;
    border-radius: 4px;
    background-color: rgb(7, 202, 0);
    color: white;
    cursor: pointer;
}

.main .dados-e-calculos .formulario .arquivos-saida input{
    margin: 3px 0;
    max-width: 100%;
}

.main .dados-e-calculos .formulario select, option, input{
    color: black;
    padding: 0 3px;
}

.main .resultado{
    margin: 3px 0;
    font-size: 30px;
    text-align: center;
}

.main .rodape{
    font-size: 12px;
    margin-top: 8px ;
    color: white;
}

.main .fundo-esquerdo{
    width: 80%;
    height: 100%;
    background-image: linear-gradient(to left, transparent, #102850ae,  #102850ce, #102850de, #102850ee);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -40;
}

.main .fundo-direito{
    width: 20%;
    height: 100%;
    background-image: linear-gradient(to right, transparent, #102850ee);
    position: fixed;
    top: 0;
    right: 0;
    z-index: -30;
}

.main .right{
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main .right .dados-e-calculos{
    width: 90%;
}

.taxas{
    width: 400px;
    text-align: center;
}

.imagem-aleatoria{
    width: 100%;
    height: 110vh;
    background-image: url("assets/imagensparaprojeto/apertoDeMaos16x9.png");
    background-size: 100% 100%;
    position: fixed;
    top: -5px;
    left: 0;
    z-index: -50;
}

.main .right .dados-e-calculos .valores .ok{
    /* display: none; */
}

.contatos{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.contatos img{
    width: 5vmax;
}

.frase_resultado{
    color: black;
    font-size: 20px;
}

@media (max-width: 1000px) {
    .main{
        display: flex;
        flex-direction: column;
        margin: 10px 0;
    }

    .main .left{
        width: 100%;
        height: 100%;
        margin: auto;
        padding: 0 30px;
    }

    .main .left .title{
        font-size: 60px;
    }
    .main .fundo-direito, .main .fundo-esquerdo{
        background-image: none;
        background-color: rgba(0, 0, 70, 0.305);
    }

    p{
        text-shadow: 3px 2px 6px black;
    }

    .main .right{
        width: 95%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: auto
    }

    .imagem-aleatoria{
        width: 100%;
        height: 100%;
        background-image: url("assets/imagensparaprojeto/apertoDeMaos3x4.png");
        /* background-size: 100% 100%; */
        position: fixed;
        left: 0;
        top: 0;
    }
}

@media (max-width: 590px){
    .main .left .itens{
        margin-left: 10px;
        text-indent: 20px;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-around;
        position: relative;
        justify-items: center;
        height: 380px;
    }
    
    .main .left .itens .primeiro{
        left: 70px;
        top: 5px;
    }
    
    .main .left .itens .segundo{
        top: 5px;
        right: 70px;
    }
    
    .main .left .itens .terceiro{
        right: 70px;
        top: 35%;
    }
    
    .main .left .itens .quarto{
        left: 70px;
        top: 35%;
    }
    
    .main .left .itens .quinto{
        bottom: 5px;
        left: 70px;
    }
    
    .main .left .itens .sexto{
        bottom: 5px;
        right: 70px;
    }

    .imagem-aleatoria{
        background-image: url("assets/imagensparaprojeto/apertoDeMaos9x16.png");
    }
}

@media (max-width: 500px){    
    .main .left .itens .primeiro{
        left: 30px;
    }
    
    .main .left .itens .segundo{
        right: 30px;
    }
    
    .main .left .itens .terceiro{
        right: 30px;
    }
    
    .main .left .itens .quarto{
        left: 30px;
    }
    
    .main .left .itens .quinto{
        left: 30px;
    }
    
    .main .left .itens .sexto{
        right: 30px;
    }
}

@media (max-width: 415px){    
    .main .left .itens .primeiro{
        left: 0;
    }
    
    .main .left .itens .segundo{
        right: 0;
    }
    
    .main .left .itens .terceiro{
        right: 0;
    }
    
    .main .left .itens .quarto{
        left: 0;
    }
    
    .main .left .itens .quinto{
        left: 0;
    }
    
    .main .left .itens .sexto{
        right: 0;
    }
}