:root {
  --primeira-cor: #ff4444;
  --segunda-cor: #241c1c;
  --terceira-cor: #6c6c6c;
  --quarta-cor: #ec4c34;
  --quinta-cor: #d84448;
}
.fadein {
  animation-name: fadein;
  animation-duration: 2s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.prs_navigation_main_wrapper {
  background: var(--primeira-cor);
  height: 100px;
}
.logo-header-white {
  max-width: 150px;
}
.menu-desk {
  list-style: none;
}
.menu-desk .nav-link {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  padding: 10px;
  text-transform: uppercase;
}
.pesq-men-desk {
  margin: 0px 10px;
}
.pesq-men-desk input {
  border-radius: 10px 0px 0px 10px;
  border: 1px solid var(--segunda-cor);
}
.btn-pesquisa-header {
  border: none;
  border-radius: 0px 10px 10px 0px;
}
.btn-area-usuario {
  background-color: var(--segunda-cor);
  color: #fff;
  height: 50px;
  border: none;
  border-radius: 10px;
  margin-right: 10px;
  padding: 0px 15px;
}
.prs_navigation_main_wrapper .dropdown-menu {
  right: 6rem;
  top: 5rem;
  left: auto;
}
.prs_navigation_main_wrapper .navbar-toggler, 
.btn-pesquisa-header {
  width: 50px;
  height: 50px;
  background-color: var(--segunda-cor);
  color: #fff;
}
.prs_navigation_main_wrapper .navbar-toggler {
  border-radius: 10px;
}
.prs_navigation_main_wrapper .navbar-toggler {
  display: flex;
  justify-content: center;
  align-items: center;
}
.offcanvas-body .pesq-men-desk {
  margin-top: 2rem;
}
.back-to-top {
  position: fixed;
  bottom: 6rem;
  right: 4rem;
  display: none;
  background-color: var(--primeira-cor);
  color: #fff;
  border-radius: 50%;
  z-index: 1000;
  width: 40px;
  height: 40px;
  text-align: center;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
}
.back-to-top.show {
  display: flex;
}
/* START FOOTER GERAL */
.prs_footer_main_section_wrapper {
  background: #111111;
  float: left;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}
.prs_footer_cont1_wrapper {
  float: left;
  width: 100%;
}
.prs_footer_cont1_wrapper h2 {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  line-height: 1.1;
  margin: 0;
  padding: 0;
}
.prs_footer_cont1_wrapper h2:before {
  content: '';
  border: 2px solid var(--primeira-cor);
  width: 30px;
  position: absolute;
  bottom: -21px;
  left: 0;
}
.prs_footer_cont1_wrapper h2:after {
  content: '';
  border: 1px solid rgba(255, 255, 255, 0.28);
  width: 90px;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.prs_footer_cont1_wrapper ul {
  padding-top: 45px;
}
.prs_footer_cont1_wrapper li {
  margin-top: 10px;
}
.prs_footer_cont1_wrapper li i {
  color: var(--primeira-cor);
  font-size: 10px;
  position: relative;
  top: -1px;
}
.prs_footer_cont1_wrapper li a {
  color: rgba(255, 255, 255, 0.57);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_footer_cont1_wrapper li a img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.prs_footer_cont1_wrapper_4 li img {
  width: 100%;
  max-width: 130px;
}
.prs_bottom_footer_wrapper {
  float: left;
  width: 100%;
  background: #0e0e0e;
  padding-top: 20px;
  padding-bottom: 20px;
}
.prs_bottom_footer_cont_wrapper p {
  color: rgba(255, 255, 255, 0.57);
  margin: 0;
}
.btn-apps-icn {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;

}
.prs_footer_social_wrapper ul {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.prs_footer_social_wrapper ul svg {
  margin-right: 10px;
  color: #fff;
  border: 1px solid;
  width: 25px;
  height: 25px;
  padding: 5px;
  border-radius: 5px;
}
/* END FOOTER GERAL */
/* START COOKIE FOOTER */
.cookie-card {
  max-width: 430px;
  padding: 1rem;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, .05);
  position: fixed;
  z-index: 444;
  bottom: 10px;
  border: 1px solid #ddd;
  margin: 20px;
}
.cookie-card .title {
  font-weight: 600;
  color: rgb(31 41 55);
}
.cookie-card .description {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(75 85 99);
}
.cookie-card .description a {
  --tw-text-opacity: 1;
  color: rgb(59 130 246);
}
.cookie-card .description a:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.cookie-card .actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  flex-shrink: 0;
}
.cookie-card .pref {
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(31 41 55 );
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  background-color: transparent;
}
.accept {
  background-color: var(--primeira-cor);
  color: #fff;
  border: none;
  border-radius: 7px;
  padding: 5px 10px;
}
.hidden {
  display: none;
}
/* END COOKIE FOOTER */