﻿.estilo {
	font-family: Arial, calibri, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	visibility: inherit;
}
.estilo a {
	text-decoration: underline;
	color: #ffffff;
}
.estilo a:hover {
	text-decoration: underline;	
	color: #ffffff;
}
.estilo_form   {margin-right: 1px;
                 border: 1px solid #333333;
                 padding: 0.24em;
                 background-color: #FFFFFF;
				font-family: Arial, Verdana, Helvetica, sans-serif;
                font-size: 15px;
                 color: #666666;
				border-radius: 8px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
}
.transparencia img{
   opacity: 1;
   -moz-opacity: 1;
   filter:alpha(opacity=100);
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
   float: center;
} 
.transparencia:hover img{
    opacity: 0.70;
   -moz-opacity: 0.70;
   filter:alpha(opacity=70);
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
   float: center;
}

.estilo_gigante {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
.estilo_foto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	border-color:#FFFFFF
}
.estilo_foto a {
	text-decoration: none;
	color: #666666;
}
.estilo_foto a:hover {
	text-decoration: underline;	
	color: #333333;
}
.estilo_vermelho {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF00;
}
.estilo_data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
  margin-top: 8px;
}
.estilo_data a {
	text-decoration: none;
	color: #FFFFFF;
}
.estilo_data a:hover {
	text-decoration: underline;	
	color: #FFFFFF;
}
.estilo_formulario
   {margin-right: 1px;
    border: 1px solid #333333;
    padding: 0.24em;
    background-color: #CECECE;
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
	border-radius: 8px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
}
.estilo_amarelo {
	font-family: Arial, calibri, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFF00;
	visibility: inherit;
}
.estilo_amarelo a {
	text-decoration: none;
	color: FFFF00;
}
.estilo_amarelo a:hover {
	text-decoration: underline;	
	color: #FFFF00;
}

.estilo_amarelo_p{
	font-family: Arial, calibri, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF00;
	visibility: inherit;
}
.estilo_amarelo_p a {
	text-decoration: none;
	color: FFFF00;
}
.estilo_amarelo_p a:hover {
	text-decoration: underline;	
	color: #FFFF00;
}

.estilo_preco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
.estilo_pp {
	font-family: Arial, calibri, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	visibility: inherit;
}
.control {
    font-family: arial;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 2px;
    cursor: pointer;
    font-size: 12px;
}
    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }
.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background: #e6e6e6;
    border: 1px solid #000000;
}
.control-radio .control_indicator {
    border-radius: undefined%;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #d2dad3;
}

.control input:checked ~ .control_indicator {
    background: #f6ff28;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #0e6647d;
}
.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox .control_indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #111010;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}
.estilo_novo_form   {margin-right: 1px;
                 border: 1px solid #333333;
                 padding: 0.24em;
                 background-color: #CECECE;
				font-family: Arial, Verdana, Helvetica, sans-serif;
                font-size: 12px;
                 color: #999999;
				border-radius: 8px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
}
.estilo_titulo {
	font-family: Arial, calibri, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFF00;
	visibility: inherit;
    text-transform: uppercase;
}
.estilo_titulo a {
	text-decoration: none;
	color: #FFFF00;
}
.estilo_titulo a:hover {
	text-decoration: none;	
	color: #FFFF00;
}
.estilo_novo_form {
    margin-right: 1px;
    border: 1px solid #333333;
    padding: 0.24em;
    background-color: #CECECE;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: #333333;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.block-all {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.container-msg {
    width: 200px;
    background: #FFFFFF;
    margin-top: calc(50% - 50px);
    margin-left: calc(50% - 100px);
    border-radius: 10px;
    padding: 20px;
    font-weight: bold;
    -webkit-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.75);
    font-size: 15px;
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

.preco {
    float: right;
}

.float-left {
    float: left;
    width: 87%;
}
.img { 
    height:35px; 
    animation: 5s movimenta infinite;}
@keyframes movimenta {
    0%{ height:30px}
99%{ 
    height:35px}
100%{ 
    height:30px}
}
.transparencia img{
    opacity: 0.70;
   -moz-opacity: 0.70;
   filter:alpha(opacity=70);
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
   float: center;}
   
.transparencia:hover img{
   opacity: 1;
   -moz-opacity: 1;
   filter:alpha(opacity=100);
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
   float: center;
} 
.estilo_form_button
   {margin-right: 0px;
    border: none;
    padding: 0.24em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFF00;
	border-radius: 8px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   text-align: center; 
   background-color: Transparent;
    background-repeat:no-repeat;
	  cursor: pointer;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
::-webkit-scrollbar {
    width: 8px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(150,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0,0,0,0.10); 
    -webkit-box-shadow: inset 0 0 6px rgba(210,210,210); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,0,0,0.4); 
}
/* Aparência que terá o seletor de arquivo */
  .food-input-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .food-input {
    padding: 10px;
   background-color: Transparent;
    background-repeat:no-repeat;
    border: 1px solid #666666;
    border-radius: 4px;
    padding: 0.24em;
    font-size: 12px;
    color: #FFFFFF;
    width: 30px;
    height: 20px;
   text-align: center;
  }
  .food-input[type='number'] {
    -moz-appearance: textfield;
  }
  .food-input::-webkit-outer-spin-button,
  .food-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .food-input-inc {
    width: 20px;
    height: 20px;
    background-image: url('mais.png');
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
  }
  .food-input-dec {
    width: 20px;
    height: 20px;
    background-image: url('menos.png');
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
  }
  .food-input-inc {
    margin-left: 5px;
  }
  .food-input-dec {
    margin-right: 5px;
  }
  .estilo_form_pp
   {margin-right: 0px;
    border: none;
    padding: 0.24em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFF00;
	border-radius: 8px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   text-align: center; 
   background-color: Transparent;
    background-repeat:no-repeat;
	  cursor: pointer;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}
  .estilo_form_m
   {margin-right: 0px;
    border: none;
    padding: 0.24em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 15px;
    color: #FFFF00;
	border-radius: 8px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   text-align: center; 
   background-color: Transparent;
    background-repeat:no-repeat;
	  cursor: pointer;
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
text-decoration: none;	
	}
  .food2-input-container {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
  }
  .food2-input {
    padding: 12px;
   background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    padding: 0.24em;
    font-size: 12px;
    color: #FFFFFF;
    width: 18px;
    height: 12px;
   text-align: center;
  }
.food2-input[type='number'] {
-moz-appearance: textfield;
}
.food2-input::-webkit-outer-spin-button,
.food2-input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.food2-input-inc {
width: 16px;
height: 16px;
background-image: url('mais.png');
border-radius: 2px;
text-align: center;
font-size: 10px;
cursor: pointer;
}
.food2-input-dec {
width: 16px;
height: 16px;
background-image: url('menos.png');
border-radius: 2px;
text-align: center;
font-size: 10px;
cursor: pointer;
}
.food2-input-inc {
margin-left: 1px;
}
.food2-input-dec {
 margin-right: 1px;
}
.imagem-arredondada {
border-radius: 10%;
border: none;
border: 2px solid #FFFF00;
}
.imagem-frente {
border-radius: 50%;
border: 2px solid #FFFF00;
}
#add-to-home-screen-banner {
  position: fixed;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  max-width: 360px;
  background-color: rgba(255, 255, 255, 255.7);
  color: #000000;
  padding: 8px;
  box-sizing: border-box;
  display: none;
  font-size: 12px;
  font-family: Arial;
}

#add-to-home-screen-banner p {
  margin: 0;
  line-height: 1.4;
}

#add-to-home-screen-button,
#dismiss-add-to-home-screen-button {
  display: block;
  margin: 10px auto 0;
  width: 100%;
  max-width: 200px; /* opcional: definir uma largura máxima para os botões */
  padding: 8px 16px;
  background-color: #fff;
  color: #000000;
  border: none;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#add-to-home-screen-button:hover,
#dismiss-add-to-home-screen-button:hover {
  background-color: #eee;
}
.rounded-border {
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 10px;
}


.card {
  width: 330px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4);
  cursor: pointer;
  align-items: flex-start; /* adicionado */
 border-radius: 10px;
}

.image {
  margin-right: 8px;
}

.content {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-top: 0;
  justify-content: flex-start;
  align-items: flex-start;
}

.title {
  font-weight: bold;
  font-size: 15px;
  color: #FFFF00;
  text-decoration: none;
  margin-left: 3px;
  margin-top: 0;
  font-family: Arial;
  align-items: flex-start;
  text-transform: uppercase;
}

.description {
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
  margin-left: 3px;
  margin-top: 0;
  font-family: Arial;
 align-items: flex-start;
 }

.card:hover {
  filter: brightness(70%);
}
.card:hover .title,
.card:hover .description {
  text-decoration: none;
}
.zoom-img {
transition: transform .2s;
cursor: pointer; /* altera o cursor para o ponteiro do mouse */
}

.zoom-img:hover {
cursor: zoom-out; /* altera o cursor para o ícone de zoom-out */
transform: scale(1.2);
cursor: pointer; /* altera o cursor para o ponteiro do mouse */
}
.img-pedir {
    background-image: url('imagens/pedindo_escuro.png');
    width: 64px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: 66px;
    cursor: pointer;
	border-radius: 0px;

}
.estilo_escolha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.estilo_escolha a {
	text-decoration: none;
	color: #FFFFFF;
}
.estilo_escolha a:hover {
	text-decoration: underline;	
	color: #FFFFFF;
}
