
*, *:before, *:after {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

body {
    font-family: 'Nunito', sans-serif;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 1rem;
    margin: 0px;	
}

.desktop {
    display: table-row;
}

.mobile {
    display: none;
}
    
label {
    display: block;
	margin: 15px 0 4px 0;
}
/*
input[type=text], input[type=password], input[type=date], input[type=month], input[type=time], select, textarea, input[type=number] {
    width: 100%;
    margin-top: 5px;
    padding: 5px 0px 5px 5px;
}
*/
input[type=checkbox] {
    transform: scale(1.3);
    margin-right: 8px;
}

/*input[type=submit], input[type=button] {
    background-color: #4692c3;
    border: none;
    color: white;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    margin: 10px;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 3px;
}*/

/*input[type=submit]:read-only, input[type=button]:read-only {
    background-color: #f0f0f0;
    cursor: not-allowed;
}*/

input[type=button] {
	margin: 0 3px;
}

h1 {
    text-align: center;
}

h2 {
    font-weight: normal;
    margin: 25px 0 30px 0;
}

#btn_ver_estatistica, #voltar, #btn_emprestimo {
    background-color: #ff4d4d !important;
}

#btn_add {
    background-color: #00b300 !important;
}

#btn_sair {
    background-color: var(--cor_sair);
	border-color: var(--cor_sair_border);
	color: white;
}

#div_sair {
    width: 100%;
    text-align: right;
    padding-right: 10px;
}

a {
    font-size: 14px;
    text-decoration: none;
    color: #0259FA;
}

/*a:hover {
    font-size: 14px;
    text-decoration: underline;
    color: #4A87FA;
}*/

.menu_index {
    cursor: pointer;
    max-width: 400px;
    height: 82px;
}

.menu_index div {
    float: left;
}

.menu_index > div {
    padding: 10px 20px;
}

.menu_interno, .menu_externo {
    min-width: 120px;
    display: inline-block;
    border: 1px solid black;
    border-radius: 8px;
    margin: 20px;
    padding: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
}

.menu_interno img, .menu_externo img {
    width: 80px;
	margin-bottom: 10px;
}

.menu_interno_main {
	max-width: 300px;   
    padding: 10px 20px;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
	margin-top: 15px;
}

.menu_interno_main div {
    display: flex;
	align-items: center;
	/*padding-left: 5px;*/
}

#login_invalido {
    border-bottom: 1px solid #721c24;    
	border-radius: 0;
}

.box_colorido {
    border: 1px solid;
    border-radius: 5px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
}

.box_colorido h1 {
    font-size: 16px;
    border-bottom: 1px solid var(--h1_border);
    margin: 5px 5px 15px 5px;
    padding: 8px;
}

.box_colorido table tr:nth-child(odd) { /* linhas pares */
    background-color: white !important;
}

#tbl_consultas tr:nth-child(odd) { /* linhas pares */
    /*background-color: #f0f0f5!important;*/
}

.box_colorido td {
    border: 0px; 
}

.box_colorido a {
    text-decoration: none;
}

.box_cinza {
    border-color: #c4c4c4;
    background-color: #f2f2f2;
    color: #333333;
}
.box_cinza tr:nth-child(even) { /* linhas impares */
    background-color: #f2f2f2!important;
}
.box_cinza a, .box_cinza a:hover {
    color: #333333;
}

.vermelho_pdf {
	background-color: #ffe6e6!important;
}

.box_verde {
    border-color: #00b300;
    background-color: #e6ffe6;
    color: #004d00;
}
.box_verde a, .box_verde a:hover {
    color: #004d00;
}
.box_verde tr:nth-child(even) { /* linhas impares */
    background-color: #e6ffe6 !important;
}

.box_azul {
    border-color: #3333ff;
    background-color: #e6e6ff;
    color: #3333ff;
}
.box_azul tr:nth-child(even) { /* linhas impares */
    background-color: #e6e6ff !important;
}
.box_azul a, .box_azul a:hover {
    color: #3333ff;
}

.box_amarelo {
    border-color: #b38f00;
    background-color: #ffffcc;
    color: #b38f00;
}
.box_amarelo a, .box_amarelo a:hover {
    color: #b38f00;
}
.box_amarelo tr:nth-child(even) { /* linhas impares */
    background-color: #ffffcc !important;
}

.box_vermelho {
    border-color: #e60000;
    background-color: #ffe6e6;
    color: #990000;
}
.box_vermelho a, .box_vermelho a:hover {
    color: #990000;
}
.box_vermelho tr:nth-child(even) { /* linhas impares */
    background-color: #ffe6e6 !important;
}

.box_roxo {
    border-color: #6600cc;
    background-color: #e6ccff;
    color: #330066;
}
.box_roxo a, .box_roxo a:hover {
    color: #330066;
}
.box_roxo tr:nth-child(even) { /* linhas impares */
    background-color: #e6ccff !important;
}

.box_laranja {
    border-color: #e65c00;
    background-color: #ffe0cc;
    color: #b34700;
}
.box_laranja a, .box_laranja a:hover {
    color: #b34700;
}
.box_laranja tr:nth-child(even) { /* linhas impares */
    background-color: #ffe0cc !important;
}

.box_msg_ok {
	padding: 10px 20px;
	margin-bottom: 25px!important;
	text-align: center;
}

.box_calendario table td:first-child {
    /*padding-left: 10px;*/
    width: 20%;
}

.box_calendario table td:nth-child(2) {
    width: 80%;
    text-align: left;
}

.box_calendario img {
    width: 25px;
    margin-left: 20px;
}

.box_departamento {
    max-width: 95%;
    padding-bottom: 10px;
	margin-top: 20px;
}

.box_calendario {
    max-width: 350px;
	margin-top: 20px;
}

h4 {
	padding: 30px 0 15px 0;
}

h6 {
	padding: 10px;
}

.box_comida {
    max-width: 600px;
    background-color: white;
    color: black;
    text-align: left;
    padding-left: 0; 
    padding-right: 0;
    margin-bottom: 40px;
}

.box_comida img {
	max-width: 500px;
}

.box_comida h1 {
    background-color: #e6e6ff;
    color: #3333ff;
    margin: 0;
	margin-bottom: 10px;
}

.box_comida h4, .box_comida p {
    padding-left: 10px;
}

.box_comida span {
    color: red;
}

.box_comida a {
    float: right;
    font-size: 20px;
}

.box_comida ul {
    line-height: 30px;
	padding-left: 25px;
	padding-top: 10px;
}

.box_estatisticas {
    max-width: 300px;
	margin-top: 15px;
}

.box_estatisticas table td:first-child {
    padding-left: 15px;
}

.box_estatisticas table td:nth-child(2) {
    text-align: center;
    width: 25%;
}

.lista_estudos {
    max-width: 600px;
}

.lista_estudos a {
    text-decoration: underline;
    font-size: 1.1em;
}

.lista_estudos li {
    margin: 10px 0px;
    text-align: left;
}

.divSepDadosAfiliado {
	margin: 2px;
	padding: 5px;
	font-size: 0.9rem;
	border: 1px dotted;
	border-radius: 5px;
	border-color: #00b300;
    background-color: #e6ffe6;
    color: #004d00;
	text-align: center;	
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.dadosAfiliadoSelect {
	background-color: #b3ffb3;
}

#link_comidas {
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
}

#link_comidas a {
    width: 20%;
    display: inline-block;
    color: #004d00;
    margin: 5px;
    padding: 7px;
}

#link_comidas a:hover {
    text-decoration: none;   
}

div[chk-departamentos] {
    display: inline-block;
}

div[chk-departamentos] > div {
   float: left;
   margin-right: 80px;
}

div[chk-departamentos] > div > span {
   display: block;
   font-size: 0.9rem;
}

div[chk-tp_consulta] {
    display: inline-block;
}

div[chk-tp_consulta] > div {
   float: left;  
   width: auto;
   margin-right: 20px;
}

div[chk-tp_consulta] > div > span {
   display: block;
   font-size: 0.9rem;
}

.cadastro {
    background: #f7f7f7;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    max-width: 450px;
    padding: 10px;
    text-align: left;
    margin-top: 20px;
}

.cadastro h5 {
    margin-top: 5px;
    text-align: center;
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.cadastro input[type=submit], .cadastro input[type=button] {
    width: 49%;
    margin: 0px;
    margin-top: 10px;
}

.cadastro input[type=text], .cadastro input[type=password], .cadastro input[type=date], .cadastro input[type=time], .cadastro select, .cadastro textarea, .cadastro input[type=file] {
    margin-top: 1px;
    border: 1px solid #ced4da;
    color: #838383;
}

input[type=button]:hover, input[type=submit]:hover {
    opacity: 0.8;
}

.header1 {
    width: 100%;
    height: 140px;
    background-color: var(--cor_header);
    padding: 10px 0px;
    border-bottom: 1px solid var(--cor_header_border);
	position: sticky;
	top: 0;
	z-index: 1;
}

.header2 {
    max-width: 600px;
}

.header2 span {
   font-size: 2.5rem; 
}

.header2 input {   
   float: left;
}

#header2div2 {
    padding-left: 35px;
    margin-top: -10px
}
    
/* FILTRO */
#div_filtro {    
    border-bottom: 1px solid var(--cor_filtro_border);
    background-color: var(--cor_filtro);
	position: sticky;
	top: 140px;
}

#filtro_titulo {
    font-weight: bold;
    padding-right: 10px;
    font-size: 22px;
    vertical-align: middle;
	display: none;
}

#div_filtro input[type=text], #div_filtro select, #div_filtro input[type=number], #div_filtro input[type=time], #div_filtro input[type=month] {
    width: auto;
    margin: 10px 5px;
}

#string_filtro {	
    font-size: 0.8rem;
    border-bottom: 1px solid var(--cor_filtro_border);
    background-color: var(--cor_filtro);
    padding: 8px;
    text-align: left;
    display: none;
	/*top: -23px;
	position: relative;*/
    top: 120px;
    position: fixed;
	width: 100%;
}

#btn_fechar {
	display: none;
}
	
#string_filtro img {
	width: 25px;
	float: right;
	cursor: pointer;
}
/* FILTRO e LOGIN */

/* EDITOR DE TEXTO */
#editor {
	background-color: #fff;
}
#toolbar-container { 
	background-color: #f2f2f2;	/* HACK */
}
.cadastro_text {
	max-width: 800px!important;
}
/* EDITOR DE TEXTO */

#form_emprestimo_livro p, #form_devolver_livro p {
	margin-bottom: 5px;
}

/* LOGIN */
#div_login {
	justify-content: center;
	padding: 5px;
	border-bottom: 1px solid var(--cor_login_border);
	margin-bottom: 0;
	background-color: var(--cor_login);
}
#div_login div {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px;
}
/*
#div_login input[type=text], #div_login input[type=password] {
    width: auto;
    margin: 10px 0px 10px 0px;
}

#div_login span {
    font-weight: bold;
    padding-right: 10px;
    font-size: 18px;
    vertical-align: middle;
}

#btn_arearestrita {
	display: none;
	background-color: red;
	color: white;
}*/
/* LOGIN */

footer {
    /*position: absolute;*/
	bottom: 0;
	width: 100%;
	/*height: 200px;*/
	color: #8B8B7A;
	line-height: 25px;
	letter-spacing: 1px;
	background-color: #f7f7f7;
	font-size: 0.9rem;
    padding: 15px 0px 15px 0px;
	
  /*width: 100%;
    height: 100%;
    text-align: center;
    color: #8B8B7A;
    line-height: 25px;
    letter-spacing: 1px;
    background-color: #f7f7f7;
    font-size: 0.9em;
    padding: 15px 0px 15px 0px;*/
}

/* TABELAS */
table {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 98%;
	margin: 10 auto;
	padding: 20px 0 40px 0;
}

th {
	text-align: center;	
	background: #f0f0f0;
	color: #000;
	padding: 5px;
	border: 1px solid #DCDCDC;
	font-weight: bold;
	height: 30px;	
}

th a {
	color: #000;
}

th a:hover {
	color: #000;
	text-decoration: underline;
}

tr:hover {
	background-color: #ffffe6 !important;
}

tr:nth-child(odd) { /* linhas pares */
    background-color: #f9f9f9;
}

td {
	padding: 5px;
	border: 1px solid #cbd3d6;
	word-wrap: break-word;
}

td a {
    text-decoration: none;
    color: #0259FA;
}

td a:hover {
    color: #4A87FA;
}

.linhaPar {
    background-color: #f9f9f9!important;
}
.linhaImpar {
    background-color: white!important;
}
/* TABELAS */

#lista_eventos td {
	font-size: 0.9rem;
}

a[cl-livro-emprestar], a[cl-usuario-add] {
    color: green !important;
}

a[cl-livro-emprestado] {
    color: orangered!important;
}

a[lkn-del] {
    color: red !important;
}

.button_add_new {
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
}

/* botão novo usuário */
.btn-menu {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
.btn-menu button {
    cursor: pointer;
    width: 180px;
    height: 40px;
    border-radius: 10px;   
    border: none;   
    font-size: 13px;
	letter-spacing: 1px;
    color: white;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    transition: .2s ease-out;
}
.btn-menu button:hover {
    opacity: 0.8;
}
.btn-menu ul {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0;
  padding-right: 5px;
  margin: 0;
  list-style: none;
  z-index: 10;  
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  transition: .2s ease-out;
}
.btn-menu ul li {
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin-bottom: -10%;
  opacity: 0;  
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  transition: .3s ease-out;
}
.btn-menu.show ul {
  bottom: 70px;
}
.btn-menu.show ul li {
  margin-bottom: 10px;
  opacity: 1;
}
/* botão novo usuário */

#lista_deitadas {
	margin-top: 15px;
}

#lista_deitadas td {
	font-size: 13px;
}

.lnks_comidas {
  max-width: 1000px;
  margin: 10px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.lnks_comidas a {
	color: #004d00;
	text-decoration: none;
}
.lnk_comida {
	padding: 1rem;
	padding: 10px;
	font-size: 0.9rem!important;
	justify-content: center;
	display: flex;
	align-items: center;
}
		
/* MODAL */
#modal-container, #modal-container2, #modal-container3, #modal-container4 {
	position: fixed;
	display: table;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	transform: scale(0);
	z-index: 1;
}

.modal-style-active {  
    animation: blowUpModal .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
}  

.modal-style-inactive {
	animation: blowUpModalTwo .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
}

.modal-background {
    display: table-cell;
    background: rgba(0,0,0,.8);
    text-align: center;
    vertical-align: middle;    
 }
 
.modal {
	width: 90%;
	max-height: 80%;
	background: white;
	padding: 20px;
	display: inline-block;
	border-radius: 3px;
	position: relative;	   
}

#btnTop {
  display: none;
  position: fixed;
  bottom: 150px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #3399ff;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#btnTop:hover {
  background-color: #0066cc;
}

@keyframes blowUpModal {
	0% {
		transform:scale(0);
	}
	100% {
		transform:scale(1);
	}
}

@keyframes blowUpModalTwo {
	0% {
		/*transform:scale(1);
		opacity:1;*/
		transform:scale(0);
		opacity:0;
	}
	100% {
		transform:scale(0);
		opacity:0;
	}
}
/* MODAL */

.agendamento_alert {
	text-align: center;
	padding-top: 5px;
	line-height: 28px;
}
	
.table_marcacao {
	width: 47%; 
	float: left; 
	margin: 10px;
}

.pog_table_marcacao {
	
}

.nomebemvindo {
	display: inline-block!important;
}

.nomebemvindoM {
	display: none!important;
}

.list_actions {
	width: 100%;
    border-top: 1px solid #cbd3d6;
    padding-top: 7px;
	/*text-align: right;*/
    padding-right: 10px;
}

.paginacao {
	margin-top: 10px;
    margin-bottom: 10px;
	font-size: 0.9rem;
}
.paginacao a {
	background: #f0f0f0;
    padding: 2px 4px;
    border: 1px dashed #c4c4c4;
}
.paginacao table tr:hover {
	background-color: #f9f9f9!important;   
}

.tbl_list_options {
	width: 100%!important;
}
.tbl_list_options tr {
	background-color: #fff!important;
}
.tbl_list_options tr:hover {
	background-color: #fff!important;   
}

.new_act, .new_act:hover, .new_act:active {
	padding: 8px;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 30px;	
	background-color: #6600cc!important;
}

#logo_topo_meuterreiro {
	margin-top: 10px;
	width: 370px;
}

/* HACK */
.form-check {
	padding-left: 30px;
}
.form-check-label {
	cursor: pointer;
}
.badge {
	font-weight: 100;
}
.text-dark {
	font-weight: 700;
}
.btn {
	padding: .2rem .5rem;
}
/* HACK */	

@media only print {
	.nomebemvindo, .nomebemvindoM {
		display: none!important;
	}
	.remover_print {
		display: none!important;
	}
	
	#header2div2 {
        margin-top: 15px!important;
    }
	
	.pog_table_marcacao {
		margin-top: 60px;
		float: left;
		height: 30px;
		width: 100%;
	}
	.mynoprint {
		display: none!important;
	}
	.btn {
		display: none!important;
	}
	.breadcrumb-item a, table tr td a {
		text-decoration: none!important;
	}
}

/* INICIO RESPONSIVO */
@media screen and (max-width: 700px) {
    
    /*#div_login span, #div_filtro span {
        display: inline-block;
        width: 100%;
        padding-top: 8px;
    }*/
    
}

@media screen and (max-width: 500px) {
    
	h4 {
		padding-top: 60px;
		font-size: 1.1em;
	}
	
	.h4_estat {
		padding-top: 30px!important;
	}
	
	.h4_estat_filtro {
		padding-top: 60px!important;
	}
	
	.cadastro h5 {
		font-size: 1rem;
	}
	
    .mobile {
        margin-bottom: 10px;
		display: grid;
    }
    	
    .mobile td {
        padding-left: 10px !important;
    }
    
    .mobile td p {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
    
    .mobile a {
        font-size: 1em;
    }
    
    .desktop {
        display: none;
    }
    
	/*#div_login {
		display: none;
	}
	
    #div_login input[type=text] {
        width: 38%;
        margin: 5px 0px 5px 0px;
    }
	
	#div_login input[type=password] {
        width: 33%;
        margin: 5px 0px 5px 0px;
    }
    
    #div_login input[type=submit] {
        width: 20%;
    }
	
	#btn_arearestrita {
		display: block;
	}*/
	#btn_arearestrita, #btn_index {
		margin-top: 10px;
	}
    
    #div_filtro {
		display: none;
        width: 95%;
    }
	
	#string_filtro {		
		display: block;
	}
    
    input[plivro-espirito] {
        width: 47% !important;
    }
    
    #div_filtro select {
        width: 47%;
        margin: 5px 0px 5px 0px;
        height: 40px;
    }
    
	#filtro_titulo {
		display: block;
		font-weight: bold;
		padding-right: 0px;
		font-size: 22px;
		margin-bottom: 10px;
	}
	
    #div_filtro #form_pesquisa_afiliado select, #div_filtro #form_pesquisa_usuario select {
        width: 47%;
    }
    
    .menu_index > div {
        padding: 10px;
    }
    
    .menu_interno {
        max-width: 90px;
		margin: 10px;
		margin-top: 20px;
		font-size: 13px;
    }
	
	.menu_externo {
        min-width: auto;
		margin: 5px;
		margin-top: 20px;
		font-size: 13px;
		padding: 10px 8px;
    }
	
	.menu_interno img, .menu_interno img {
		width: 50px;
	}
    
	.menu_interno_main {
		font-size: 13px;
	}
	
    .box_comida {
        width: 93% !important;
        margin-left: 0px;
        margin-right: 0px;
    }
	
	.box_comida img {
		width: 85%;
	}
	
	.box_comida ul, .box_comida ul li {
		font-size: 0.83rem;
	}
    
    .box_comida img {
        width: 95%;
    }
	
	.lnks_comidas {
		grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
	}
	.lnk_comida {
		font-size: 0.8rem!important;
	}
	
    div[chk-departamentos] > div {
       width: auto;
       margin-right: 20px;
    }
    
    #cadastrareditar, #voltar {
        width: 95%;
    }
    
    .cadastro, .cadastro_text {
        max-width: 95%!important;
    }
    
    .cadastro input[type=submit], .cadastro input[type=button] {
        width: 49% !important;
    }
    
    .cadastro input[type=text], .cadastro input[type=password], .cadastro input[type=date], .cadastro select, .cadastro textarea, .cadastro input[type=time], .cadastro input[type=file] {
        height: 35px;
        font-size: 0.95em;
        background: white;
    }

    .cadastro textarea {
        height: 100px;
    }
    
    .header1 {
		height: 120px;
        padding-left: 15px;
        padding-top: 13px;
    }
	
    .header2 span {
        font-size: 1.5rem; 
    }
    
    #header2div2 {
        padding-left: 20px;
        margin-top: -5px
    }

    h2 {
		/*margin-top: 0px;*/
		margin-top: 50px;
        font-size: 1rem;
    }
        
    #link_comidas a {
    	width: 25%;
    	min-height: 30px;
    }
	
	.modal input[type=text], .modal input[type=password], .modal input[type=date], .modal select, .modal textarea, .modal input[type=number], .modal input[type=time], .modal input[type=month] {
		margin-bottom: 5px;
	}
	
	.modal input[plivro-espirito] {
		width: 100%!important;
	}
	
	#btn_fechar {
		display: inline;
	}
	
	#tbl_consultas td { 
		font-size: 15px;
	}
	
	.table_marcacao {
		width: 95%; 
	}
	
	table {
		width: 95%;
		font-size: 13px;
	}
	
	.lista_estudos li {
		font-size: 14px;
	}
	
	
	#logo_topo {
		width: 90%;
	}
	
	#logo_topo_meuterreiro {
		margin-top: 2px;
		width: 320px;
	}
	
	#login_invalido {
		font-size: 0.8rem;
		padding: 5px;
	}
	
	footer {
		/*height: 160px;*/
		line-height: 14px;
		font-size: 0.7rem;
		padding-bottom: 0!important;
	}
	
	#action_filter_btns {
		margin-top: 10px;
		width: 100%;
	}
	#action_filter_btns input[type=submit], #action_filter_btns input[type=button] {
		width: 48%;
	}
	
	.box_consultas {
		padding-left: 0!important;
		padding-right: 0!important;
	}
	
	/* HACK */
	.btn {
		font-size: 0.8rem;
	}	
	.breadcrumb-item {
		font-size: 0.8rem;
	}
	/* HACK */
}

@media screen and (max-width: 350px) {		
	
	.header2 span {
        font-size: 1.3rem; 
    }
	
	#logo_topo {
		width: 80%;
	}
	
	.menu_interno, .menu_externo {
		margin-top: 10px;
	}
	
	.box_colorido {
		padding-top: 7px;
	}
		
	.box_comida img {
		width: 80%;
	}
	
	#cadastrareditarcontinuar {
		font-size: 0.7rem;
	}
	
	.nomebemvindo {
		display: none!important;
	}

	.nomebemvindoM {
		display: inline-block!important;
	}
	
	.divSepDadosAfiliado {
		font-size: 0.7rem;
	}
}