.banner-desktop{
  margin-left: 5%;
}
.banner-mobile{
  margin-left: 3%;
}
.banner-google {
  margin-top: 13px;
}

main{
  margin-top: -44px;
}

.imagePreviewCapa {
  /*position: relative;*/
  max-height: 200px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px !important;
}
.imagePreviewCapa .imageCapa {
  /*position: absolute;*/
  width: 100%; !important;
  max-height: 100%; !important;
  top: 0;
  left: 0;
  border-radius: 5px !important;
}

.fundoLogo{
  position: absolute;
  background-color: white;
  top: 20px !important;
  left: 30px !important;
  border-radius: 5px;
}
.previewLogo {
  height: 80px;
  padding: 10px;
}

@media only screen and (min-width: 480px) {
  .preloader-gif {
    position: absolute !important;
    left: 0;
    right: 0;
    z-index: 1000;
    margin: auto !important;
    opacity: 1;
    width: 200px;
    height: 200px;
    transform: translateX(70%);
  }
}

@media only screen and (max-width: 480px) {
  .mobile-hide{
    display: none !important;
  }
  .preloader-gif {
    position: absolute !important;
    left: 0;
    right: 0;
    z-index: 1000;
    margin: auto !important;
    opacity: 1;
    width: 200px;
    height: 200px;
  }
}

@media only screen and (max-width: 320px) {
  .mobile-hide{
      display: none !important;
  }
  .btn {
    font-size: 12px !important;
  }
  .google-pub {
    margin-left: -26px !important;
    padding: 1px !important;
  }
  .banner-google {
    margin-left: -6% !important;
  }
}

.exclusivo-pcd{
  font-size: 12px;
  margin-top: 7px;
  color: #2f3a43 !important;
}

.exclusivo-pcd-grid{
  width: 180px;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}

.circle_pcd {
  width: 30px !important;
  height: 30px !important;
  padding: 6px 0px !important;
  border-radius: 20px !important;
  text-align: center !important;
  font-size: 12px !important;
  line-height: 1.42857 !important;
  background-color: #117FA9 !important;
  border-color: #117FA9 !important;
}
@media screen and (max-width: 380px) {
  .previewLogo {
    height: 70px !important;
    padding: 5px !important;
  }
  .preloader-gif {
    transform: translateX(0%) !important;
  }
  .description-pcd{
    margin-left: 13%;
  }
  .circle_pcd {
    width: 25px !important;
    height: 25px !important;
    padding: 4px 0px !important;
  }
  .exclusivo-pcd{
    font-size: 11px !important;
    margin-top: 5px !important;
  }
}

.desativa-links > a {
  display: none;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: white !important;
}
