
.differentials h3 {
  margin: 20px 3% 0 3%;
  padding: 3px 10px 0 10px;
  text-align: justify;
}

.differentials .ul {
  margin-left: 3%;
  margin-right: 3%;
  padding: 3px 10px 0 10px;
  text-align: justify;
}

.differentials .ul li {
  margin: 10px;
  list-style: "\2713";
}

.cook {
  position: fixed;
  bottom: 14%;
  left: 3%;
  z-index: 100000000;
}

.cookies-content {
  z-index: 100;
  position: fixed;
  bottom: 13%;
  left: 6%;
}

.content_cookie {
  width: 360px;
  height: 170px;
  box-shadow: 0 0 10px #292929;
  border-radius: 5px;
  padding: 1.5em;
  line-height: 26px;
  background-color: #faf7f7;
  font-size: 13px;
}

.content__msg a {
  font-weight: bolder;
  color: #1A4385;
}

.content__action {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content__button {
  border-radius: 5px;
  background-color: #2F4480;
  padding: .4em;
  margin-top: -0.3em;
  font-weight: 600;
  display: inline-block;
  width: 150px;
  text-align: center;
  color: #fff;
  font-family: 'MohrRoundedBold', 'Poppins', 'Arial Narrow', Arial, sans-serif;
  cursor: pointer;
  font-size: 17px;
}

.desaparecer {
  display: none;
}

.content_img {
  display: flex;
  justify-content: center;
  gap: 2em;
  align-items: center;
  flex-direction: row;
}

.cookie-img {
  align-self: flex-start;
}

.cookie-img img {
  width: 55px;
  height: 40px;
}


.baus {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

}

.text-bau {
  height: auto;
  width: auto;
  background-color: #d3d3d3;
  padding: .2em;
  text-align: center;
  border-radius: 25px;
  margin-bottom: -5px;

}

.text-bau p {
  margin: 0;
  font-weight: bold;
}

#imagembau{
  width: 32px;
  height: 32px;
}


@media screen and (max-width:590px) {
  
  .cookies-content {
      left: 13%;
      bottom: 14%;
  }
  
  .content_cookie {
      width: 220px;
      height: auto;
      padding: .6em;
      opacity: .8;
      
  }

  .content_img {
      flex-wrap: wrap;
      gap: 0;
      text-align: center;
  }

  .content__msg {
      margin-top: -2px;
  }

  #alturaimg {
      height: 50px !important;
      width: 50px !important;
  }

}