body{
  font-family: Arial, Helvetica, sans-serif;
}

header{
  background-color: #f39500;
}

.logotipo{
  width: 150px;
  height: auto;
}

.imgisobionics{
  display: flex;
  justify-content: center;
  align-items: center;    
}

.logoiso{
  width: 40%;
}

.titulo{
  color: #f39500;
  margin: 20px 150px;
}

.paragrafo{
  text-align: justify;
  margin: 20px 150px;
  line-height: 20px;
}

.links{
  color: #f39500;
  font-weight: bold;
}

.listaColetaDados li{
  margin: 10px 150px;
}

.tituloCookies{
  font-weight: bold;
}

.listaLinks li{
  margin: 10px 150px;
}

.ot-sdk-show-settings{
  margin: 10px 150px;
  background-color: #FFF;
  border-color: #A3A3A3;
  border: solid 1px;
  color: #A3A3A3;
  padding: 11px 26px;
  border-radius: 5px;
  box-shadow: none !important;    
}

.imgfooter{
  display: flex;
  justify-content: center;
  align-items: center;    
}

.footerlogoiso{
  width: 20%;
  margin-top: 20px;
}

.ot-sdk-show-settings:hover{
  background-color: #A3A3A3;
  color: #FFF;
  box-shadow: none; 
}

#ot-sdk-btn{
  box-shadow: none;
}

@media screen and (min-device-width: 300px) and (max-device-width: 768px) {
  h1{
      text-align: center;
      margin: 20px 10px;
      font-size: 22px;
  }
  
  p{
      text-align: justify;
      margin: 20px 20px;
      line-height: 20px;
  }

  .listaColetaDados li{
      margin: 10px 20px;
  }

  .listaLinks li{
      margin: 10px 10px;        
  }

  .listaLinks a{
      font-size: 12px;      
  }

  .ot-sdk-show-settings{
      margin: 10px 15px;
       
  }
}


