.popup {
  display: none;
  /*position: fixed;*/
  position: fixed;
  width: 100%;
  background: #2f838a;
  min-height: 150px;
  bottom: 0px;
  z-index: 99999;
  padding-top: 0px;
  opacity: 0.95;
}

.cont {
  width: 80%;
  margin: 0px auto;
}

.popup .btnFechar {
  position: absolute;
  right: 5%;
}

.popup .btnFechar a {
  color:#fff !important;
  text-decoration: none;
  font-size: 24px;
}

.popup p {
  color: #fff;
  text-align:center;
  font-size: 16px;
}

.popup p a {
  color:#fff;
  text-decoration:underline;
}

.btnAceite {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.btnAceite a {
  background:#004f71;
  color: #fff !important;
  font-size: 16px;
  text-decoration: none !important;
  padding: 4px 10px;
  display: inline-block;
  border-radius: 4px;
  margin: 0px 10px 10px 10px;
  cursor: pointer;
}

#closePopupCookies,
#cookieCupomAgree,
#cookieDescontoAgree {
  cursor: pointer;
}

.btnAceiteHref {
  cursor: pointer !important;
}

.ipage-container a{
  color: #fff; 
  background: transparent
} 
.ipage-container a:visited {color: #fff}
.ipage-container a:hover {color: #fff}
.ipage-container a:visited:hover {color: #fff}
}

/* Ajuste carrocel da págin aprincopal com slider */
@media only screen and (min-width: 280px and max-width: 359px) {
  .carousel-indicators {
    display: none !important;
  }
}

@media only screen and (min-width: 360px) {
  .carousel-indicators {
    display: none !important;
  }
}

@media only screen and (min-width: 360px) {
  .carousel-indicators {
    display: none !important;
  }
}
@media only screen and (min-width: 411px) {
  .carousel-indicators {
    display: none !important;
  }
}