
/**** COMANDOS PARA DELETAR DADOS PESSOAIS DA PAG FALE CONOSCO ***/
#modalContato .table tr:nth-of-type(1){
  display:none;
}

#modalContato .table tr:nth-of-type(2){
  display:none;
}

#modalContato .table tr:nth-of-type(4){
  display:none;
}

#modalContato .table tr:nth-of-type(5){
  display:none;
}

/***** FIM *********/



/**** ALTERAÇÃO TAMANHO DO LOGO ****/

@media(min-width:681px){
.logo a > img{
    max-height: 128px !important;
  }
}

@media(max-width:680px){
.logo a > img{
     max-height: 100px !important;
  }
}

/***** FIM LOGO *****/


/*** ALTERAÇÃO DA POSIÇÃO BOTÃO VER DETALHES ****/

@media only screen and (max-width: 479px){
.acoes-produto-responsiva {
position: relative;
top:44%;
right:74px;
  }
}

/****** FIM VER DETALHES ****/


/**** DELETA OU ALTERA FUNDO OU DADOS DE CONTATO DO TOPO DA PAG 
DEIXEI DESABILITADO POR ENQUANTO

.barra-inicial {
    width:1180px;
    margin-left:6%;
    background:#ff0000;
}

.barra-inicial ul li {
    display:none;
}

****************************************/

/**** The Modal - TIPO POPUP PARA AVISOS IMPORTANTES - TEM HTML NA CRIAÇÃO ****/
.modal-aviso {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 170px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-aviso-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close-aviso {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-aviso:hover,
.close-aviso:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-aviso-header {
  padding: 2px 16px;
  background-color: #FF0000;
  color: white;
}

.modal-aviso-body {
  padding: 12px 16px;
  font-size:14px;
  color: #555555;
}

.modal-aviso-footer {
  padding: 2px 16px;
  background-color: #FF0000;
  color: white;
}

/***** FIM DO MODAL POPUP PARA AVISO IMPORTANTES ****/



