.deg-tricolor-title {
  background: #FF8100;
  background: linear-gradient(to right, #FF8100 0%, #FF147A 50%, #622087 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Bebas Neue", cursive;
  font-weight: bold;
  width: fit-content;
  font-size: 42px;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .deg-tricolor-title {
    font-size: 28px;
  }
}
.deg-tricolor-title.big-title {
  font-size: 69px;
  font-weight: normal;
  position: relative;
}
@media (max-width: 992px) {
  .deg-tricolor-title.big-title {
    font-size: 51px;
  }
}
.deg-tricolor-title.big-title:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #a21b82;
  background: linear-gradient(90deg, #a21b82 0%, #ff147a 26%, #ff8100 55%, rgba(255, 129, 0, 0) 99%);
}

#providers {
  margin-top: 100px;
  padding: 0 90px;
}
@media (max-width: 992px) {
  #providers {
    padding: 0;
  }
}

.prismo-club-page .logo-club {
  max-width: 282px;
}
@media (max-width: 992px) {
  .prismo-club-page .logo-club {
    max-width: 230px;
    margin-bottom: 18px;
  }
}

#marcas {
  padding-top: 50px;
  padding-bottom: 50px;
}
#marcas h2 {
  padding-left: 18px;
}
#marcas .ot {
  border-right: 1px solid #622087;
  width: 94px;
  height: 100%;
  position: relative;
  padding-top: 50px;
  margin-top: 0;
}
#marcas .ot:after {
  content: "";
  width: 11px;
  height: 11px;
  display: block;
  background-color: #622087;
  bottom: 0;
  right: -6px;
  position: absolute;
  border-radius: 50%;
}
@media (max-width: 992px) {
  #marcas .ot:after {
    display: none;
  }
}
@media (max-width: 992px) {
  #marcas .ot {
    width: 100%;
    border: none;
    height: auto;
  }
}
#marcas .ot .ic1 {
  max-width: 100%;
  border-radius: 10px 0 0 10px;
  box-shadow: inset -7px 0 9px -7px rgba(0, 0, 0, 0.4);
}
@media (max-width: 992px) {
  #marcas .ot .ic1 {
    border-radius: 10px;
    box-shadow: none;
  }
}
#marcas .ot .ic1_active {
  max-width: 100%;
  border-radius: 10px 0 0 10px;
}
#marcas .logos .log {
  opacity: 1 !important;
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .navbar {
    text-align: center;
    background-color: white !important;
  }
}
.navbar #navbarSupportedContent .nav-item {
  background-color: inherit;
  border-radius: 0;
}
.navbar #navbarSupportedContent .nav-item:hover {
  background-color: inherit !important;
}
.navbar #navbarSupportedContent .nav-item a {
  padding: 10px 20px;
  text-transform: uppercase;
  margin: 0;
}
.navbar #navbarSupportedContent .nav-item a.active {
  background-color: black;
  color: white;
}
.navbar #navbarSupportedContent .nav-item a:hover {
  background-color: #e4e4e4 !important;
}

@media (max-width: 992px) {
  .form-newsletter {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 30px;
  }
}
.form-newsletter label {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 0;
}
@media (max-width: 992px) {
  .form-newsletter label {
    color: #622087;
    margin-bottom: 4px;
  }
}
.form-newsletter button {
  background-color: black;
  border: 0;
  display: inline-block;
  width: 35px;
  height: 41px;
  content: "ss";
  color: white;
}
.form-newsletter button img {
  width: 11px;
  filter: invert(70%);
}
.form-newsletter input[type=text] {
  background-color: #DFDFDF;
  height: 41px;
  border: 0;
  display: inline-block;
  width: calc(100% - 40px);
  font-size: 14px !important;
  font-family: "Open Sans", sans-serif;
  border-radius: 0 !important;
}
.form-newsletter input[type=text]:focus {
  outline: 0;
  box-shadow: none !important;
}

footer {
  font-family: "League Spartan", sans-serif;
  padding-top: 50px;
  background-position: top;
  background-repeat: no-repeat;
}
footer .container > .row > div {
  border-left: 1px solid #999;
  padding: 0 3%;
}
footer .container > .row > div:first-child {
  border-left: 0;
}
@media (max-width: 992px) {
  footer .container > .row > div {
    margin-bottom: 30px;
  }
}
footer input {
  background-color: #ccc !important;
  font-family: "League Spartan", sans-serif !important;
  font-size: 10px !important;
}
footer p {
  font-size: 13px;
  color: #444444;
  font-family: "League Spartan", sans-serif;
}
footer .top-footer {
  width: 100%;
  height: auto;
}
footer .holder-footer {
  background-color: #D8D8D8;
}
footer .logo-footer {
  max-width: 200px;
}
footer h5 {
  border-bottom: 1px solid #999;
  padding-bottom: 5px;
  font-size: 12px;
  font-family: "League Spartan", sans-serif;
}
footer h5 img {
  max-width: 20px;
  position: relative;
  top: -3px;
  margin-right: 4px;
}

.rrss-nav img {
  max-width: 20px;
}

.form-style-2 input[type=text], .form-style-2 input[type=email], .form-style-2 input[type=password] {
  background-color: transparent;
  color: white;
  border: 1px solid #bbb;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  padding: 0 20px;
}
.form-style-2 button {
  border: 0;
  width: 100%;
  text-align: center;
  display: block;
  height: 40px;
  line-height: 24px;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  background-color: transparent;
  border: 0;
  transform: translateY(-67%);
  transform-origin: top;
  transition: all 0.3s;
}
.slick-arrow:hover {
  filter: invert(26%) sepia(92%) saturate(1053%) hue-rotate(324deg) brightness(93%) contrast(91%);
}
.slick-arrow img {
  width: 5vw;
  height: auto;
}
.slick-arrow:focus {
  outline: 0;
}
.slick-arrow.slick-prev {
  left: 3%;
}
.slick-arrow.slick-prev img {
  transform: rotate(180deg) translateY(0%);
}
.slick-arrow.slick-next {
  right: 3%;
}

.dots-bottom-right .slick-dots {
  position: absolute;
  right: 3%;
  bottom: 10px;
}
.dots-bottom-right .slick-dots li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  margin: 0 3px;
}
.dots-bottom-right .slick-dots button {
  width: 11px;
  height: 11px;
  border: 0;
  background-color: transparent;
  border-radius: 50%;
  padding: 0;
  display: block;
  margin: 10px 0;
  text-indent: -99999px;
  border: 1px solid black;
}
.dots-bottom-right .slick-dots button:focus {
  outline: 0;
}
.dots-bottom-right .slick-dots .slick-active button {
  background-color: black;
}

.dots-bottom-center .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -30px;
  width: fit-content;
  padding-left: 0;
}
.dots-bottom-center .slick-dots li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  margin: 0 3px;
}
.dots-bottom-center .slick-dots button {
  width: 11px;
  height: 11px;
  border: 0;
  background-color: transparent;
  border-radius: 50%;
  padding: 0;
  display: block;
  margin: 10px 0;
  text-indent: -99999px;
  border: 1px solid black;
}
.dots-bottom-center .slick-dots button:focus {
  outline: 0;
}
.dots-bottom-center .slick-dots .slick-active button {
  background-color: black;
}

.modal-dark {
  background-color: black;
  min-height: 400px;
  width: 60vw;
  z-index: 35;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  align-self: center;
  overflow: hidden;
  color: white;
  opacity: 0;
  transform: scale(2%);
  transition: all 0.3s 0.2s;
}
@media (max-width: 992px) {
  .modal-dark {
    width: 93vw;
  }
}
.modal-dark .bt-close {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 3;
  font-style: normal;
  font-size: 40px;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  z-index: 33;
}
.modal-dark ul {
  margin: 0;
  padding: 0;
}
.modal-dark ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.modal-dark ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #FF147A;
  border-radius: 50px;
}
.modal-dark h3 {
  font-family: bebas neue;
  font-size: 49px;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .modal-dark h3 {
    font-size: 27px;
  }
}
@media (max-width: 992px) {
  .modal-dark p {
    font-size: 15px;
  }
}
.modal-dark .container {
  z-index: 3;
}
.modal-dark.modal-featured-product {
  display: flex;
  padding: 30px;
}
.modal-dark.modal-featured-product .inner-info a {
  margin-top: 30px;
}
.modal-dark.modal-featured-product .inner-photo {
  text-align: center;
}
.modal-dark.modal-featured-product .inner-photo img {
  max-width: 100%;
}
@media (max-width: 992px) {
  .modal-dark.modal-featured-product .inner-photo img {
    max-width: 45%;
  }
}
.modal-dark:after {
  width: 0;
  height: 0;
  border-bottom: 34vw solid #FF147A;
  border-left: 47vh solid transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
}
@media (max-width: 992px) {
  .modal-dark:after {
    border-bottom: 111vw solid #FF147A;
    border-left: 40vh solid transparent;
  }
}

.modal-holder {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 1;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  display: flex;
  transform: translateX(-100%);
  transition: all 0.3s;
}
.modal-holder .overlay-modal {
  transition: all 0.3s;
  opacity: 0;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 33;
}
.modal-holder .overlay-modal:before {
  background-color: black;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  content: "";
}
.modal-holder.active {
  transform: none;
}
.modal-holder.active .overlay-modal {
  opacity: 1;
  transition: all 0.3s;
}
.modal-holder.active .modal-dark {
  opacity: 1;
  transform: scale(100%);
}

.bt-white {
  background-color: white;
  color: black;
  height: 40px;
  font-family: bebas neue;
  font-size: 21px;
  display: table;
  transition: all 0.3s;
}
.bt-white:hover {
  background-color: black;
  text-decoration: none;
  color: white;
  box-shadow: 0px 0px 1px #fff;
}

.bt-ico {
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
}
.bt-ico span {
  position: relative;
  top: 2px;
}
.bt-ico img {
  max-width: 26px;
  margin-left: 10px;
}

.bt-wsp img {
  filter: invert(56%) sepia(56%) saturate(653%) hue-rotate(78deg) brightness(93%) contrast(83%);
}

.nav-top-right .slick-arrow {
  position: absolute;
  top: 0;
  background-color: #FF6565;
  width: 25px;
  height: 30px;
  display: inline-block;
  right: 15px;
}
.nav-top-right .slick-arrow:hover {
  background-color: #FF9494 !important;
  filter: none !important;
}
.nav-top-right .slick-arrow.slick-prev {
  right: 41px !important;
  left: inherit;
}
.nav-top-right .slick-arrow img {
  max-width: 10px;
  position: relative;
  top: -2px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.nav-top-right .slick-dots {
  position: absolute;
  right: 77px;
  top: -22px;
}
.nav-top-right .slick-dots li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  margin: 0 3px;
}
.nav-top-right .slick-dots button {
  width: 12px;
  height: 12px;
  border: 0;
  background-color: transparent;
  border-radius: 50%;
  padding: 0;
  display: block;
  margin: 10px 0;
  text-indent: -99999px;
  border: 1px solid #FF6565;
}
.nav-top-right .slick-dots button:focus {
  outline: 0;
}
.nav-top-right .slick-dots .slick-active button {
  background-color: #FF6565;
}

.list-bullets {
  margin: 0;
  padding: 0;
}
.list-bullets li {
  list-style: none;
  position: relative;
  padding-left: 15px;
}
.list-bullets li a {
  color: #444444;
  font-size: 13px;
  font-family: "League Spartan", sans-serif;
}
.list-bullets li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background-color: #FF147A;
  border-radius: 50px;
}

.list-simple {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rrss-nav a {
  background-color: white;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
}
.rrss-nav a img {
  max-width: 60%;
  height: auto;
}
.rrss-nav a:hover {
  background-color: purple;
}
.rrss-nav a:hover img {
  filter: invert(100%);
}

.tabs-pink {
  border-bottom: 1px solid #622087;
}
.tabs-pink a {
  background-color: #FF147A;
  display: inline-block;
  color: white;
  padding: 7px 20px;
  border-radius: 5px 5px 0 0;
  opacity: 0.4;
  display: inline-flex;
  align-items: center;
}
.tabs-pink a img {
  width: 30px;
  height: auto;
  filter: invert(100%);
  margin-right: 5px;
}
.tabs-pink a:hover {
  text-decoration: none;
}
.tabs-pink a.buttonactive {
  opacity: 1;
}

.bt-square-pink {
  background-color: #E31485;
  color: white;
  height: 50px;
  width: fit-content;
  display: flex;
  align-items: center;
  line-height: 53px;
  font-family: bebas neue;
  padding: 0 30px;
  font-size: 22px;
  box-shadow: 1px 1px 1px 0px #333;
  transition: all 0.3s;
}
.bt-square-pink img {
  width: 28px;
  margin-left: 10px;
  position: relative;
  top: -2px;
  filter: invert(100%);
}
.bt-square-pink:hover {
  text-decoration: none;
  color: white;
  background-color: #622087;
}

.slider-big {
  display: block;
  position: relative;
  top: -41px;
}
@media (max-width: 992px) {
  .slider-big {
    top: 0;
  }
}
.slider-big .slick-prev {
  display: none !important;
}
.slider-big a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-featured {
  z-index: 9999;
  position: relative;
}
.product-featured .box-product {
  padding-top: 20px;
  padding-left: 2%;
  padding-right: 2%;
}
.product-featured .holder {
  background-color: #FF6565;
  display: flex;
  align-items: center;
  height: 222px;
  padding: 10px;
  position: relative;
  cursor: pointer;
}

.product-featured .holder:before {
  left: 0;
  top: 0;
  width: 0;
  background-color: #622087;
  content: "";
  display: block;
  transition: all 0.3s;
  position: absolute;
  height: 100%;
}
.product-featured .holder h4 {
  font-family: bebas neue;
  padding-left: 5px;
  font-size: 18px;
  color: white;
  position: relative;
  z-index: 3;
}
.product-featured .holder img {
  align-self: flex-end;
  max-height: calc(100% + 30px);
  max-width: 40%;
  z-index: 3;
  position: relative;
}
.product-featured .holder:hover:before {
  width: 100%;
}

.slider-grid .holder-logo {
  text-align: center;
}
.slider-grid .holder-logo img {
  max-width: 90px;
  margin: 0 auto;
}
.slider-grid .slick-arrow img {
  width: 45px;
}
.slider-grid .slick-arrow.slick-next {
  right: 0;
  transform: translateX(125%) translateY(-50%);
}
.slider-grid .slick-arrow.slick-prev {
  left: 0;
  transform: translateX(-125%) translateY(-50%);
}

/*# sourceMappingURL=style.css.map */
