@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');
*{
    color: #2E5246;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    text-align: center;
}
.development{
    position: absolute;
    width: 42px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 99;
}

.vertical-text {
  writing-mode: vertical-rl; /* Define a orientação vertical do texto */
  transform: rotate(180deg); /* Rotaciona o texto */
  margin-right: 10px; /* Adiciona um espaço entre o texto e a imagem */
}

.logo_development {
  width: 100px; /* Define a largura da imagem */
}

.container {
    background-color: #FFF;
    width: 100%;
    height: 100vh;
    text-align: center;
    background-image: url('../imagens/fundo_index.png');
    text-align: center;
}
.content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.logo{
    width: 200px;
    margin-bottom: 15px;
}
.form-cadastro{
    border: 0px solid #51917D;
    border-radius: 8px;
    padding: 15px;
    width: 300px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(100, 150, 90, 0.81);
    -moz-box-shadow: 0px 0px 15px 1px rgba(100, 150, 90, 0.81);
    box-shadow: 0px 0px 15px 1px rgba(100, 150, 90, 0.81);
}
.title {
    font-size: 30px;
    color: #599E88;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    padding: 15px 0 15px 0;
}
input#token_empresa{
    height: 35px;
    border: none;
    width: 90%;
    background-color: #ecf0f1;
    margin: 4px;
    border-radius: 4px;
    border: 0px solid #51917D;
}
.form-cadastro input {
    height: 25px;
    border: none;
    width: 90%;
    background-color: #ecf0f1;
    margin: 4px;
}
.btn-entrar {
    width: 50%;
    height: 40px;
    margin: 25px 0 50px 0;
    font-weight: bold;
    font-size: 15px;
    border-radius: 8px;
    color: #51917D;
    border: 1px solid #51917D;
}
.btn-entrar:hover{
    -webkit-box-shadow: 0px 0px 15px 1px rgba(100,150,90,0.81);
	-moz-box-shadow: 0px 0px 15px 1px rgba(100,150,90,0.81);
	box-shadow: 0px 0px 15px 1px rgba(100,150,90,0.81);
}

.parceiros{
    display: flex;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    justify-content: space-between;
}
.creditos{
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.box_parceiro{
    position: relative;
    width: 160px;
    height: 100px;
    margin-left: 5px;
    margin-right: 5px;
}

.image{
    /*-webkit-filter:grayscale(100%);*/
    margin-right: 10px;
    margin-left: 10px;
    width: 150px;
    height: 100px;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(100,150,90,0.81);
    -moz-box-shadow: 0px 0px 15px 1px rgba(100,150,90,0.81);
    box-shadow: 0px 0px 15px 1px rgba(100,150,90,0.81);
}
.image:hover{
    /*-webkit-filter:grayscale(0%);*/
    transition: 0.5s;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(100,200,90,0.81);
    -moz-box-shadow: 0px 0px 15px 1px rgba(100,200,90,0.81);
    box-shadow: 0px 0px 15px 1px rgba(100,200,90,0.81);
}
.selo{
    width: 35px;
    position: absolute;
    z-index: 9;
    left: 0px;
    top: -11px;
}

a{
  color: #51917D;
  text-decoration: none;
}
p{
  color: #599E88;
  padding-bottom: 10px;
}
input{
	text-align: center;
}


.modal-content span{
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.question{
    position: absolute;
    top: 25px;
    left: 25px;
    font-size: 25px;
    border-radius: 25px;
    width: 35px;
    height: 35px;
    text-align: center;
    background-color: #51917D;
    color: #fff;
}
.question i{
    margin: 0;
    color: #fff;
    background-color: #51917D;
}
.question:hover{
    -webkit-box-shadow: 0px 0px 15px 1px rgba(100,200,90,0.81);
    -moz-box-shadow: 0px 0px 15px 1px rgba(100,200,90,0.81);
    box-shadow: 0px 0px 15px 1px rgba(100,200,90,0.81);
}

.modal {
    display: none; /* Esconde o modal */
    position: fixed; /* Posição fixa */
    z-index: 1; /* Fica acima de tudo */
    left: 0;
    top: 0;
    width: 100%; /* Ocupa toda a largura da tela */
    height: 100%; /* Ocupa toda a altura da tela */
    overflow: auto; /* Permite o scroll */
    background-color: rgb(0,0,0); /* Fundo escuro */
    background-color: rgba(0,0,0,0.4); /* Fundo escuro com opacidade */
    color: #fff;
    border-radius: 20px;
}
.modal-content {
    background-color: #7CDEBF;
    margin: 5% auto; /* Centraliza na tela */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Largura */
    color: #fff;
    font-weight: bold;
    font-family: sans-serif;
    border-radius: 20px;
}
.modal-content img{
    width: 90%;
}
.fechaModal {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    top: 15px;
}
.fechaModal:hover,
.fechaModal:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

#versao{
  display: block;
}
#email1{
    display: block;
}
#email2{
    display: block;
}
#versao.oculto {
  display: none;
}
#email1.oculto {
  display: none;
}
#email2.oculto {
  display: none;
}
#logo.oculto {
  display: none;
}
#divisor.oculto {
    display: none;
}
#creditos.oculto {
    display: none;
}