.desktop {
  display: block;
}

.mobile {
  display: none !important;
}

.previous-arrow{
  background-image: url('img/previous.png');
  width: 41px;
  height: 41px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 0;
  border: none;
  background-color: transparent;
  left: 0;
  margin-left: 5px;
}
    
.next-arrow{
  background-image: url('img/next.png');
  width: 41px;
  height: 41px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 0;
  border: none;
  background-color: transparent;
  margin-left: 15px;
  right: 0;
  margin-right: 5px;
}

@media (max-width: 420.98px) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
}

.ibama-logo{
  width: 40px;
}

.img-logo-t-f{
  margin-top: 30px;
}

.l-footer__credits{
  padding: 1.125rem 0;
}

#btnWpp{
  background-color: #30bf3a;
  display: flex;
  height: auto;
  margin-right: 10px;
  width: 230px;
  margin-bottom: 10px;
  z-index: 9;
  border-radius: 1.875rem;
  align-items: center;
  padding: 10px;
  font-size: 15px;
}

#btnWpp-img{
  width: 21px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  #btnWpp-txt{
    display: none;
  }

  #btnWpp{
    width: auto; 
  }

  #btnWpp-img{
    margin-right: 0px;
  }

  .ibama-logo{
    width: 32px;
  }
}

#lgpd{
  margin-top: 30px;
  font-size: 14px;
  text-align: right;
}

#label-lgpd{
  font-size: 14px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  text-align: left;
}

@media (max-width: 991px) {
  #lgpd{
    text-align: center;
  }
}

.imgLogo{
  margin-top: 15px;
}
#p-p{
  font-size: 14px;
  color: #646b72;
  text-decoration: none;
}

#p-p:hover{
  text-decoration: underline;
  color: black;
}

#p-pCont{
  margin-top: 50px;
}

.c-accordion__item-title-wrapper{
  margin-bottom: -15px;
}
@media (max-width: 767px){
  .imgLogo{
    margin-top: 10px;
  }
  #p-pCont{
    margin-top: 0px;
    padding: 10px 0;
  }
  #p-p{
    margin-left: 20px;
  }
  .c-accordion__item-title-wrapper{
    margin-bottom: 0px;
  }
}