* {
    margin: 0px;
    padding: 0px;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif; 
}

.cabecalho {
    /*background-color: #FFA500;*/
    background-image: url("../imagens/azulescuro.png");
    padding-top: 5px;
    text-align: center;
}

.links_principal {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0px 3px 5px 0px rgb(0, 0, 0);
    background-color: #13293e;
    margin-top: 5px;
}

.letraazul {
    color: #13293e;
}

a {
    text-decoration: none;
}

.a_principal {
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
    color: #FFA500;
}

.a_principal:hover {
    color: blue;
}

.logo {
    width: 10em;

}

.folha {
    width: 3.5em;
}

.login {
    display: flex;
    text-align: center;
    justify-content: center;
    height: 80vh;
    justify-items: center;
    align-items: center;
    margin-bottom: 3vh;
}

.form-login {
    background-color: rgba(224, 255, 255, 0.5);
    padding: 35px;
    border-radius: 5px;
    box-shadow: 0px 3px 5px 0px rgba(181, 181, 181, 1);
}

.input-login {
    text-align: center;
    border: none;
    color: #000;
}

.main-inscricoes {
    text-align: center;
    padding-top: 10px;
    color: #191970;
    padding-bottom: 12vh;
}

.main-anteriores {
    text-align: center;
    padding-top: 10px;
    color: white;
}

.main-anteriores a {
    color: white;
    text-decoration: none;
}

.inscricoes {
    text-align: center;
    border-radius: 5px;
    padding: 4px;
    margin: 3px;
}

#escolheries {
    display:none;
}

#apresentartrabalho {
    display:none;
}

#submeter {
    display:none;
}

#form-viva {
    text-align: center;
}

.index {
    text-align: center;
    margin-bottom: 11vh;
    justify-items: center;
    color: #191970;
}

.insc-breve {
    color: white;
}

.fundo-azul {
    color: white;
    text-decoration: none;
}

.fundo-azul:hover {
    color: orange;
}

embed:focus {
  outline: none;
}

body {
    /* background-color: #3164ac; */
    background-image: url("../imagens/amarelo.png");
    background-size: auto;
    background-repeat: initial;
}

footer {
    text-align: center;
    color: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    /* background-color: #3164ac; */
    background-image: url("../imagens/azulescuro.png");
}

.itensrodape {
    width: 33vw;
    height: 9vh;
    justify-content: center;
    align-content: center;
}

.regressiva {
    width: 33vw;
    height: 9vh;
    justify-content: center;
    align-content: center;
}

.cards_inscritos {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.laranja {
    text-decoration: none;
    color: blue;
}

.card {
    width: 12vw;
    height: 7vh;
    padding-top: 5px;
    margin: 2px;
    border-radius: 8px;
    color: white;
    background-color: #FFA500;
    font-size: 2rem;
}

.card:hover {
    background-color: blue;
    font-size: 2rem;
}

.tabela {
    display: flex;
    justify-content: center;
}

.nomes {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    background-color: #ADD8E6;
}

.fundo_branco {
    background-color: white;
}

.menu_restrito {
    margin-bottom: 10px;
}

.geraqr {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3vh;
}

.qr {
    width: 15vw;
    height: 5vh;
    padding: 5px;
    background-color: white;
    border-radius: 5px;
    align-content: center;
    margin: 3px;
}

.qr:hover {
    background-color: blue;
    color: white;
}

.doc-qrcode {
    background-color: white;
    text-align: center;
}

.topo-qrcode {
    background-color: lightgray;
    text-align: center;
}

.h2presenca {
    color: white;
    padding: 10px;
}

.h3presenca {
    color: white;
    padding-bottom: 10px;
    font-size: 1.0em;
}

.fundo-certificado {
    background-color: white;
    background-image: url("../imagens/fundo_certificado.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.topo {
    padding-top: 17vh;
    padding-left: 18vw;
    font-size: 2.3em;
    color: #DAA520;
    font-weight: bold;
    text-shadow: 1px 1px #DCDCDC;
}

.titulo {
    padding-top: 6vh;
    text-align: center;
    font-size: 3.5em;
    color: #191970;
    font-weight: bold;
}

.texto {
    padding-left: 4vw;
    font-size: 1.5em;
}

.textonome {
    text-align: center;
    font-size: 1.5em;
    padding-top: 1vh;
    padding-bottom: 1vh;
}

.textoinicio {
    padding-top: 2vh;
    text-align: center;
    font-size: 1.5em;
}

.local {
    padding-left: 46vw;
    font-size: 1.5em;
}

.assinatura {
    text-align: center;
    padding-top: 5vh;
    font-size: 1.5em;
}

.cargo {
    text-align: center;
    font-size: 1.3em;
}

.negrito {
    font-weight: bold;
}

.centro {
    margin-left: 50rem;
}

.geracertificado {
    width: 297mm;
    height: 190mm;
}

.vermelho {
    color: #FFA500;
}

.textoindex {
	width: 75%;
	text-align: justify;
	background-color: rgba(255, 255, 255, 0.1);
	padding: 10px;
	border-radius: 5px;
}

.textotema {
	width: 75%;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.1);
	padding: 10px;
	border-radius: 5px;
}

.baixo {
    width: 75vw;
}

.logomec {
    width: 8vw;
    margin-left: 65vw;
}

.azul {
    border: 1px solid #191970;
}

.programacao {
    padding-bottom: 5px;
    padding-left: 2vw;
}

@media only screen and (min-width: 740px) {
    .rodape {
        display: flex;
        flex-direction: row;
    }
}

@media only screen and (max-width: 740px) {
    .itensrodape {
        width: 70vw;
        height: 9vh;
        font-size: 0.8em;
    }

    .main-inscricoes {
        padding-bottom: 35vh;
    }

    .regressiva {
        display: none;
    }

    #form-viva {
        font-size: 0.8em;
    }

    h1 {
        font-size: 1.5em;
    }

    h3 {
        font-size: 1em;
    }

    .folha {
        width: 1.5em;
        margin-bottom: 5%;
    }

    .textoindex {
        width: 100%;
    }

    .textotema {
        width: 100%;
    }

    .baixo {
        width: 95vw;
    }

    .index {
        margin-bottom: 130px;
    }

    .logomec {
        width: 20vw;
    }

    .letraazul {
        font-size: 0.8em;
    }

    .programacao {
        font-size: 0.8em;
    }
}

