@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Electrolize&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');


.Nivel{
  width: 430px;

}
.Disneyplus {
  width: 400px;
  height: 50px;
}

.btn-add-cart {
	position: absolute;
	left: 15px;
	top: 0px;
}

.fa-arrow-up{
  margin-left: 140px;
  color: white;
  font-size: 35px;
}

.box-body{
  position: absolute;
  top: 5.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px;
  border-radius: 15px;
  height: 10px;
  width: 40%;
}

.fild-cadastro{
  border: 3px solid #ffc107;
  border-radius: 5px;
  background-color: white;
}

.Title-cadastro{
  border: 3px solid #ffc107;
  padding: 10px;
  text-align: center;
  background-color: #ffc107;
  border-radius: 8px;
}

.generotitle{
  margin-top: 10px;
  height: 10px;
  font-size: 15px;
}

.inputbox{
  position: relative;
}

.inputUser{
  background: none;
  border: none;
  border-bottom: 1px solid black;
  outline: none;
  color: black;
  font-size: 15px;
  width: 100%;
  letter-spacing: 1px;
}

.labelinput{
  position: absolute;
  top: 0px;
  left: 0px;
  pointer-events: none;
  transition: .5s;
}

.inputUser:focus ~ .labelinput,
.inputUser:valid ~ .labelinput{
  top: -20px;
  font-size: 12px;
  color: #ffc107;
}

#data_nascimento{
  border: none;
  padding: 8px;
  border-radius: 10px;
  outline: none;
  font-size: 15px;
  border-bottom: 1px solid black;
}

#submit{
  background-color: black;
  width: 100%;
  border: none;
  padding: 15px;
  color: white;
  font-size: 15px;
  border-radius: 10px;
  cursor: pointer;
}

#submit:hover{
  background-color: #ffc107;
  color: black;
  transition: .5s;
}

.generotitle{
  color: black;
}

.senha{
  margin-top: -55px;
  margin-left: 150px;
}

.senha input{
  margin-left: 150px;
  margin-top: -55px;
}

.senha label{
  margin-left: 150px;
  margin-top: -55px;
}

.login{
  margin-right: 150px;
}


.senha input{
  padding: 10px;
  border-radius: 10px;
}

.login input{
  padding: 10px;
  border-radius: 10px;
}

.chat-box{
  height: 110px;
  text-align: left;
  margin-right: 30px;
  margin-top: 25px;
  z-index: 5;
  bottom: 20px;
  position: fixed;
  margin-left: 1210px;
}

.banner-beneficios{
  margin-left: 10px;
  height: 100%;
  margin-top: 10px;
  width: 98%;
  border-radius: 10px;
}

.modal{
  position: fixed;
  width: 100%;
  height: 100%;
  margin-top: -50px;
  margin-left: -10px;
  background-color: #000000ab;
  display: grid;
  place-content: center;
  visibility: hidden;
  opacity: 0;
  transition: .3s;
  z-index: 5;
}

.modal_2{
  position: fixed;
  width: 100%;
  height: 100%;
  margin-top: -50px;
  margin-left: -10px;
  background-color: #000000ab;
  display: grid;
  place-content: center;
  visibility: hidden;
  opacity: 0;
  transition: .3s;
  z-index: 5;
}

.modal--2{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: red;
  display: grid;
  place-content: center;
  visibility: hidden;
  opacity: 0;
  transition: 1.3s;
}

.modal:target{
  opacity: 1;
  visibility: visible;
}

.modal__content{
  margin-top: -60px;
  background-color: #ffffff;
  width: 600px;
  height: 300px;
  padding:  2rem 2rem 1rem;
  border-radius: 4px;
}

.modal__content2{
  margin-top: -70px;
  height: 520px;
  width: 500px;
  padding: 1px 0px;
  border-radius: 4px;
  z-index: 50;
}

.modal__title{
  margin-bottom: 1rem;
  text-align: center;
  margin-top: -10px;
  font-size: 30px;
}

.modal__link{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 110px;
  width: 300px;
  background-color: rgb(0, 0, 0);
  color: #ffffff;
  padding: 5px 5px;
  margin-top: 20px;
  border-radius: 10px;
  font-size: 20px
}

.modal__link1{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 170px;
  color: black;
  padding: 0.7rem 3rem;
  margin-top: -5px;
  border-radius: 4px;
}

.modal__link:hover{
  background-color: #ffc107;
  color: black;
  transition: 0.5s;
}

.modal__link:active{
  background-color: black;
}

.modal__description{
  color: black;
}

.modal__title{
  color: black;
}

.titulo-beneficio{
  color: black;
  font-size: 30px;
  margin-top: 30px;
  margin-left: 70px;
}

.titulo-beneficio hr{
  background-color: rgb(141, 141, 141);
  width: 1200px;
  margin-left: 4px;
  margin-right: 500px;
}

.descrições-beneficios{
  margin-left: 120px;
  font-size: 20px;
  list-style: none;
}

.descrições-beneficios li{
  padding: 10px;
}

.descrições-beneficios i{
  font-size: 25px;
  margin-right: 50px;
}

.icon-beneficios{
  text-align: center;
}

.img-beneficios-icon{
  padding: 20px;
  margin-top: 20px;
  margin-left: 50px;
  margin-right: 50px;
  height: 120px;
  border-radius: 100px;
  border: solid rgb(179, 179, 179) 1px;
}

.chat-box-img{
  height: 120px;
  text-align: left;
  z-index: 5;
  border-radius: 38px;
}

.logo-image{
  height: 350px;
  margin-top: -100px;
}

.card-img-Pagamento{
  width: 250px;
  padding: 20px;
  margin-top: -20px;
  margin-left: -20px;
}

.nav-form{
  height: 220px;
}

.innertube a{
  color: white;
}

.innertube a:hover{
  color: #ffc107;
  transition: 0.5s;
}

.nav-form .innertube{
  background-color: black;
  width: 500px;
  padding: 20px 0px;
  margin-left: -300px;
  top: 10px;
  border-end-end-radius: 20px;
}

.nav-form .innertube li{
  padding: 5px 0px;
  text-align: left;
  font-size: 17px;
  margin-left: 300px;
}

code{
  font-weight: bold;
  color: black;
  font-size: 25px;
}

.Back-1{
  background-color: white;
  padding: 10px;
}

.resposta {
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
  overflow: hidden;
}

.resposta p{
  color: black;
  font-size: 20px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
}

.duvida{
  padding: 10px 60px;
  color: black;
}

.Frequentes{
  padding-top: 50px;
  margin-left: 50px;
  color: black;
}

.duvida h3{
  color: black;
  font-family: 'Electrolize', sans-serif;
  border-bottom: black 1px solid;
  padding: 20px;
  cursor: pointer;
}

details summary {
  list-style-type: none;
}

main {
  position: absolute;
  top: 180px;
  left: 300px;
  right: 0;
  height: 465px;
  bottom: 0;
  overflow: auto;
  font-family: 'Montserrat', sans-serif;
  background-color: transparent;
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
}

.innertube h1{
  font-family: 'Electrolize', sans-serif;
}

.container-institucional{
  transform: translateY(-95%) scaleY(0);
}

section .Linkss:hover ~ .container-institucional{
  transform: translateY(0) scaleY(1);
}

.container-institucional{
  color: black;
  font-size: 22px;
  margin-left: 230px;
  margin-top: -200px;
  text-align: left;
}

.Back-2{
  height: 100px;
  margin-top: 160px;
  background-color: white;
}

.card-img-googgle{
  width: 130px;
  margin-left: -5px;

}

.list-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icons-user {
  margin: 1em 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}

/* Carrosel **/

.carrossel {
  position: relative;
  top: -20px;
  padding: 10px 0px;
}

.carrossel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carrossel-open:checked + .carrossel-item {
  position: static;
  opacity: 1;
}

.carrossel-item {
  position: absolute;
  opacity: 0;
  transition: opacity 0.6s ease-out;
  padding: 0px 30px;
}

.carrossel-item img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
  border-radius: 10px;
}

.carrossel-control {
  background-color: rgba(0, 0, 0, 0.28);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 60px;
  height: 50px;
  line-height: 35px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
  width: 50px;
 
}

.carrossel-control.prev {
  left: 3.5%;
}

.carrossel-control.next {
  right: 3.5%;
}

.carrossel-control:hover {
  background: rgba(0, 0, 0, 0.8);
  color: #aaaaaa;
}

#carrossel-1:checked ~ .control-1,
#carrossel-2:checked ~ .control-2,
#carrossel-3:checked ~ .control-3,
#carrossel-3:checked ~ .control-4 {
  display: block;
}

.carrossel-indicators {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 2%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}

/* Banner Redes**/

.carrossel {
  position: relative;
  margin-top: 26px;
}

.carrossel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carrossel-open:checked + .carrossel-item {
  position: static;
  opacity: 1;
}

.carrossel-item {
  position: absolute;
  opacity: 0;
  transition: opacity 0.6s ease-out;
}

.carrossel-item img {
  display: block;
  height: auto;
  max-width: 100%;
}

.carrossel-control {
  background-color: rgba(0, 0, 0, 0.28);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 60px;
  height: 50px;
  line-height: 35px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
  width: 50px;
 
}

.carrossel-control-redes.prev {
  left: 2%;
}

.carrossel-control-redes.next {
  right: 2%;
}

.carrossel-control-redes:hover {
  background: rgba(0, 0, 0, 0.8);
  color: #aaaaaa;
}

#carrossel-1:checked ~ .control-1,
#carrossel-2:checked ~ .control-2,
#carrossel-3:checked ~ .control-3,
#carrossel-3:checked ~ .control-4 {
  display: block;
}

.carrossel-indicators-redes {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 2%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}

/* Posicionamento Dos pontos **/

.carrossel-indicators li {
  display: inline-block;
  margin: 0 5px;
}

/* Cor e tamanho bos botoes**/

.carrossel-bullet {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 25px;
}

/* Efeito Botão**/

.carrossel-bullet:hover {
  color: #aaaaaa;
}

/* Cor do botão **/

#carrossel-1:checked ~ .control-1 ~ .carrossel-indicators li:nth-child(1) .carrossel-bullet,
#carrossel-2:checked ~ .control-2 ~ .carrossel-indicators li:nth-child(2) .carrossel-bullet{
  color: #000000;
}

.icons-user a{
  margin: 1.0rem;
  align-items: center;
}

.LinksMenu{
  display: inline-block;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  border: 10.5px solid transparent;
  padding: 0.5rem 0.3rem;
  font-size: 20px;

}

.Desenvolvedora{
  display: inline-block;
  text-decoration: none;
  color: #BFC9D1;
}

.Desenvolvedora-1{
  display: inline-block;
  margin-left: 135px;
}

.Desenvolvedora-Img{
  margin-left: -10px;
  width: 50px;
  height: 40px;
}

.LinksMenu:hover {
  color: #ffc107;
  transition: 1s;
}

.Back {
  background-color: none;
  height: 60px;
}

.footer .copyright {
  padding-top: 0px;
  margin-top: 30px;
  border: 0;
  margin-left: 30%;
  font-size: 16px;
}

.search-box{
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%,-50%);
  background-color:rgb(255, 255, 255);
  height: 50px;
  border-radius: 40px;
  padding: 5px;

}

.search-box:hover > .search-txt{

  width: 390px;
  padding: 0 5px;

}

.search-box:hover > .search-btnn{

  background: none;
}

.search-btnn{

  color: rgb(0, 0, 0);
  float: right;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgb(255, 187, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;

}
ul {
  list-style: none;

}

.search-txt{
  border: none;
  background: none;
  outline: none;
  float: left;
  padding: 0px;
  color: rgb(0, 0, 0);
  font-size: 15px;
  transition: 0.3s;
  line-height: 40px;
  width: 400px;
  margin-left: 10px;

}

.Titulos{
  width: 100%;
  justify-content: center;
  margin-top: -50px;
}


.footer-titlee{
  margin-top: 60px;
  font-family: 'Dancing Script', cursive;
  font-size: 70px;
  color: black;
  font-weight: 600;
  margin-bottom: -10px;
  text-align: center;
}

.footer-titlee1{
  margin-top: 60px;
  font-family: 'Electrolize', sans-serif;
  font-size: 70px;
  color: black;
  font-weight: 600;
  margin-bottom: -10px;
  text-align: center;
  padding: 40px 0;
}

.btn.btn-secondary {
  color: #10212E !important;
}

/* Efeito Dos Botoes Login carrinho **/

ul.ruby-menu > li > a:hover,ul.ruby-menu > li:hover > a,ul.ruby-menu > li.ruby-active-menu-item > a:hover,ul.ruby-menu > li.ruby-active-menu-item:hover > a {
  color: #F0AD00;
  transition: 1s;
}

@media(min-width: 767px) {

  /* Transistion Das Setas do Cabeçalho **/

  ul.ruby-menu > li > a:after {
      transition:all .4s ease
  }
  
    /* Transistion Do Sub Menu Abrindo  **/

  ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > div {
      transform: translateY(-50px);
      transition: all .5s ease
  }

  ul.ruby-menu > li.ruby-menu-mega-shop:hover > div > ul > li.ruby-active-menu-item > div,ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li:hover > div {
      transform: translateY(0)
  }

  /* Transistion Das Setas animadas sobre o titulo dos subs menu **/

  ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > a:before,ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > a:after {
      -webkit-transition: all .4s ease;
      transition: all .4s ease
  }
}


div.ruby-wrapper {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  background: none;
}

div.ruby-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none
}

div.ruby-wrapper > ul {
  position: relative
}

ul.ruby-menu > li {
  float: left;
  font-size: 13.5px
}

ul.ruby-menu > li > a .fa{
  position: relative;
  width: 10px;
}

ul.ruby-menu > li.ruby-menu-right {
  width: 2rem;
}

ul.ruby-menu > li > a {
  display: block;
  line-height: 50px;
  padding: 0 10px 0 15px;
  color: #efefef;
  text-decoration: none;
  font-family: 'Open Sans',sans-serif;
  font-weight: 700;
  text-transform: uppercase
}

/* Setas Que Sobraram ( efeito para ficar invisivel ) **/

ul.ruby-menu > li > a:only-child:after,ul.ruby-menu > li:hover > a:only-child:after {
  content: ''
}

/* Icons Login Carrinho Favoritos **/

ul.ruby-menu > li.ruby-menu-social > a {
  padding: 0;
  width: 30px;
  padding: 0 8px;
  font-size: 18px
}

/* Deixar Invisivel os titulos dos icons **/

ul.ruby-menu > li.ruby-menu-social > a > span {
  display: none
}

ul.ruby-menu > li.ruby-menu-mega > div,ul.ruby-menu > li.ruby-menu-mega-blog > div,ul.ruby-menu > li.ruby-menu-mega-shop > div {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50px;
  left: 0;
  background: #fff;
  border-top: 4px solid Black;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 24px -5px #ccc;
  -moz-box-shadow: 0 8px 24px -5px #ccc;
  box-shadow: 0 8px 24px -5px #ccc
}

ul.ruby-menu > li.ruby-menu-mega-shop > div {
  text-align: center;
  z-index: 999999
}

/* Cor Drop Down **/

ul.ruby-menu > li.ruby-menu-mega-shop > div > ul {
  width: 100%;
  background: #efefef;
  margin: 0 auto;
  height: 100px;
  padding: 0;
  border-bottom: 1px solid #ddd;
  font-size: 0;
  z-index: 100
}

ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li {
  display: inline-block;
  margin: 0
}

ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > a {
  display: block;
  padding: 20px 95px;
  top: 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  font-stretch: expanded;
  color: #666
}

ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > a {
  position: relative;
  text-decoration: none;
  display: inline-block
}

@media(min-width: 768px) {

  ul.ruby-menu > li.ruby-menu-mega > div,ul.ruby-menu > li.ruby-menu-mega-blog > div,ul.ruby-menu > li.ruby-menu-mega-shop > div {
      visibility: hidden;
      opacity: 0
  }

  ul.ruby-menu > li.ruby-menu-mega:hover > div,ul.ruby-menu > li.ruby-menu-mega-blog:hover > div,ul.ruby-menu > li.ruby-menu-mega-shop:hover > div {
      visibility: visible;
      opacity: 1
  }

  ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > a:before,ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > a:after {
      height: 1px;
      position: absolute;
      content: '';
      background-color: Black;
      width: 0
  }

  ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > a:before {
      top: 10px;
      left: 5%
  }

  ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > a:after {
      bottom: 10px;
      right: 5%
  }

  ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > a:hover,.snip1217 .current a {
      color: #000000;
  }

  ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > a:hover:before,ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li.ruby-active-menu-item > a:before,ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > a:hover:after,ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li.ruby-active-menu-item > a:after,ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li:hover > a:before,ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li:hover > a:after {
      width: 90%
  }

  ul.ruby-menu > li > a:after {
      font-family: "FontAwesome";
      text-decoration: none;
      content: '\f107';
      position: absolute;
      margin-left: 5px
  }

  ul.ruby-menu > li:hover > a:after {
      -webkit-transform: rotate(-180deg);
      -moz-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg)
  }

}

body{
  background-color: #0c0c0c;
}
a {
    color: #2B2D42;
    font-weight: 500;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
	  text-decoration: none;
}

/*----------------------------*\
	Section
\*----------------------------*/

.section {
  padding-top: 0;
  padding-bottom: 30px;
}

.section-title {
  position: relative;
  margin-bottom: 30px;
  margin-top: 15px;
}

.section-title .title {
  display: inline-block;
  text-transform: uppercase;
  margin: 0px;
}

.section-title .section-nav {
  float: right;
}

.section-title .section-nav .section-tab-nav {
  display: inline-block;
}

.section-tab-nav li {
  display: inline-block;
  margin-right: 15px;
}

.section-tab-nav li:last-child {
  margin-right: 0px;
}

.section-tab-nav li a {
  font-weight: 700;
  color: #8D99AE;
  text-decoration: none;
}

.section-tab-nav li a:after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #D10024;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.section-tab-nav li.active a {
  color: #D10024;
}

.section-tab-nav li a:hover:after, .section-tab-nav li a:focus:after, .section-tab-nav li.active a:after {
  width: 100%;
}

.section-title .section-nav .products-slick-nav {
  top: 0px;
  right: 0px;
}

/*----------------------------*\
	product
\*----------------------------*/

.product {
  position: relative;
  margin: 15px 0px;
  -webkit-box-shadow: 0px 0px 0px 0px #E4E7ED, 0px 0px 0px 1px #E4E7ED;
  box-shadow: 0px 0px 0px 0px #E4E7ED, 0px 0px 0px 1px #E4E7ED;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;  
}

.product:hover {
  -webkit-box-shadow: 0px 0px 6px 0px #E4E7ED, 0px 0px 0px 2px #000000;
  box-shadow: 0px 0px 6px 0px #E4E7ED, 0px 0px 0px 2px #000000;
}

.product .product-img {
  position: relative;
}

.product .product-img>img {
  width: 100%;
  padding: 10px;
}

/* Posicionamento promoção **/

.product .product-img .product-label {
  position: absolute;
  top: -5px;
}

.product .product-img .product-label>span {
  border: 2px solid;
  padding: 2px 10px;
  font-size: 12px;
}

.product .product-img .product-label>span.sale {
  border-color: rgb(0, 0, 0);
  color: rgb(0, 0, 0);
  border-radius: 5px;
  font-weight: bold;
}

/* Cor ( New ) Produtos **/

.product .product-img .product-label>span.new {
  background-color: #293a4f;
  border-color: #ffffff;
  color: #FFF;
  font-size: 11px;
}

.product .product-body {
  position: relative;
  padding: 15px;
  background-color: #FFF;
  z-index: 20;
}

.product .product-body .product-category {
  text-transform: uppercase;
  font-size: 12px;
  color: #8D99AE;
}

.product .product-body .product-name {
  text-transform: uppercase;
  font-size: 14px;
}

.product .product-body .product-name>a {
  font-weight: 700;
  text-decoration: none;
}

/* Cor preço **/

.product .product-body .product-price {
  color: #000000;
  font-size: 18px;
}

.product .product-body .product-price .product-old-price {
  font-size: 70%;
  font-weight: 400;
  color: #8D99AE;
}

.product .product-body .product-rating {
  position: relative;
  margin: 15px 0px 10px;
  height: 20px;
}

.product .product-body .product-rating>i {
  position: relative;
  width: 14px;
  margin-right: -4px;
  background: #FFF;
  color: #E4E7ED;
  z-index: 10;
}

.product .product-body .product-rating>i.fa-star {
  color: #e58b19;
}

.product .product-body .product-rating:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  background-color: #E4E7ED;
}

/*----------------------------*\
	Widget product
\*----------------------------*/

.product-widget {
  position: relative;
}

.product-widget+.product-widget {
  margin: 30px 0px;
}

.product-widget .product-img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
}

.product-widget .product-img>img {
  width: 100%;
}

.product-widget .product-body {
  padding-left: 75px;
  min-height: 60px;
}

.product-widget .product-body .product-category {
  text-transform: uppercase;
  font-size: 10px;
  color: #8D99AE;
}

.product-widget .product-body .product-name {
  text-transform: uppercase;
  font-size: 12px;
}

.product-widget .product-body .product-name>a {
  font-weight: 700;
}

.product-widget .product-body .product-price .product-old-price {
  font-size: 70%;
  font-weight: 400;
  color: #8D99AE;
  width: 20px;
}

.product-widget .product-body .product-price .qty {
  font-weight: 400;
  margin-right: 10px;
}

.product-widget .delete {
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
  text-align: center;
  font-size: 10px;
  padding: 0;
  background: #1e1f29;
  border: none;
  color: #FFF;
}

/*----------------------------*\
	Products slick
\*----------------------------*/

.slick-track{
	opacity: 1;
	width: 100%;
	transform:
	translate3d(-1465px, 0px, 0px);
}

.products-slick .slick-list {
  padding-bottom: 60px;
  margin-bottom: -60px;
  z-index: 2;
}

.products-slick .product.slick-slide {
  margin: 15px;
}

.products-tabs>.tab-pane {
  display: block;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: hidden;
  padding-bottom: 60px;
  margin-bottom: -60px;
}

.products-tabs>.tab-pane.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.products-slick-nav {
  position: absolute;
  right: 15px;
  z-index: 10;
}

.products-slick-nav .slick-prev, .products-slick-nav .slick-next {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 20px;
  height: 20px;
  display: inline-block !important;
  margin: 0px 2px;
}

.products-slick-nav .slick-prev:before, .products-slick-nav .slick-next:before {
  font-size: 14px;
}

/*=========================================================
	07 -> PRODUCTS PAGE
===========================================================*/


.main-raised {
    margin: -7px 30px 0px;
    border-radius: 6px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);

}
.main {
    background: #fff;
    position: relative;
    z-index: 3;
    
}
.mainn-raised {
    margin: px 0px 0px;
    border-radius: 6px;
}
.mainn {
    position: relative;
    z-index: 3;
    
}

.Carrosseul-produtc{
  justify-content: center;

}
.col-md-12{

  position: relative;
  width: 1320px;
  padding-left: 52px;
}


.col-md-12 .product{

  display:inline-block;
  top: 20px;
  margin: 10px 10px;
  padding: 10px 15px;
  border-radius: 10px;
  border: solid 1px rgb(214, 214, 214);
}

/* Comporta os botões na página */

.botoes {
  font-family: 'Russo One';
  position:relative;
  display:inline-block;
  margin:0 auto;
  border: none;
  background-color: transparent;
}

/* Definições */

.botao {
  position:relative;
  display:block;
  background:#fff;
  padding: 0;
  line-height: 30px;
  width: 150px;
  height: 30px;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  outline: none;
  font-size: 20px;
}

/* Efeitos */

.efeito1 {
  color: #fff;
  background: rgb(0, 0, 0);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.efeito1:hover {
  color: black;
  transition: 0.5s ease;
  background-color: #ffc107;
  -webkit-transform:scale(1.2); 
  -moz-transform:scale(1.2); 
  -o-transform:scale(1.2);
  transform:scale(1.1);
}


.container-2 {
  position: relative;
  overflow: hidden;
  justify-content: center;
}

.slider {
  display: flex;
  height: 100%;
  width: 1342px;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 20px;
  margin-right: 5px;
  padding: 20px 5px;
}

.slide {
  min-width: 100%;
  position: relative;
}

.slide img {
  width: 97%;
  height: 420px;
  object-fit: cover;
}

.slide .img__overlay {
  width: 99%;
  height: 100%;
  top: 0;
  position: absolute;
  border-radius: 10px;
}

.slide h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -350px;
  transform: translatey(-50%);
  color: #fff;
  font-size: 50px;
  width: 700px;
  z-index: 2;
}

.slider-controls {
  position: absolute;
  top: 50%;
  left: 0;
  width: 99%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#next-btn,
#prev-btn {
  font-size: 40px;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  cursor: pointer;
  background: #ffffff;
  border: none;
}

#next-btn {
  margin-right: 30px;
}

#prev-btn {
  margin-left: 45px;
}
.record_wrap {
  width: 90%;
  margin:100px auto;
  display:flex;
  justify-content:space-between;
}

.record {
  position:relative;
  width: 30%;
  height: 270px;
  overflow:hidden;
  border:2px solid rgb(0, 0, 0);
  background-color: black;
  cursor: pointer;
  transition: box-shadow 300ms;
  border-radius: 10px;
  
}
.record-arrow {
  position:absolute;
  padding:3%;
}

.record-desc img{
  margin-top: -100px;
  height: 50px;
  width: 50px;
  margin-left: 280px;
}

.record:hover .record-arrow {
  transform:translateX(85%);
  opacity:1;
}

.record-display1 {
  width:100%;
  height:100%;
  top:0;
  background-image:url("../Imagens/Png/Disney Beneficiios.png");
  background-size:cover;
  background-position:center center;
}

.record-display2 {
  width:100%;
  height:100%;
  top:0;
  background-image:url("../Imagens/Png/Stars+\ Beneficiios.png");
  background-size:cover;
  background-position:center center;
}

.record-display3 {
  width:100%;
  height:100%;
  top:0;
  background-image: url("../Imagens/Png/HBO\ max\ Beneficiios.png");
  background-size:cover;
  background-position:center center;
}

.record-display4 {
  width:100%;
  height:100%;
  top:0;
  background-image: url("../Imagens/Png/Dezzer\ Beneficiios.png");
  background-size:cover;
  background-position:center center;
}

.record-display5 {
  width:100%;
  height:100%;
  top:0;
  background-image: url("../Imagens/Png/Stars+\ Beneficiios.png");
  background-size:cover;
  background-position:center center;
}

.record-display6 {
  width:100%;
  height:100%;
  top:0;
  background-image: url("../Imagens/Png/HBO\ max\ Beneficiios.png");
  background-size:cover;
  background-position:center center;
}

.record:hover .record-display1 {
  height: 70%;
}

.record:hover .record-display2 {
  height:70%;
}

.record:hover .record-display3 {
  height:70%;
}

.record:hover .record-display4 {
  height:70%;
}

.record:hover .record-display5 {
  height:70%;
}

.record:hover .record-display6 {
  height:70%;
}

.record-desc {
  margin: 10px 10px;
}
  h1{
    margin: 5px 0;
    font-size: 1.3em;
    font-weight: 700;
  }
  p {
    font-size: 0.85em;
    line-height:1.4em;
    color:rgb(255, 255, 255);
    opacity: 1;
    transition: opacity 400ms ease-in-out 190ms ;
    font-family: 'Montserrat', sans-serif;
}

#record1 {
  transition:height 700ms cubic-bezier(0.54, 0.21, 0.18, 1.35);
}
#record2 {
  transition:height 700ms cubic-bezier(0.54, 0.21, 0.18, 1.35);
}
#record3 {
  transition:height 700ms cubic-bezier(0.54, 0.21, 0.18, 1.35);
}

#record4 {
  transition:height 700ms cubic-bezier(0.54, 0.21, 0.18, 1.35);
}

#record5 {
  transition:height 700ms cubic-bezier(0.54, 0.21, 0.18, 1.35);
}

#record6 {
  transition:height 700ms cubic-bezier(0.54, 0.21, 0.18, 1.35);
}

.record:hover .record-desc {
  opacity:1;
}

.tagline {
  margin:50px 0;
  text-align:center;
  color:green;
}


 :root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #10212E;
  --secondary: #F0AD00;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #EAF3FA;
  --dark: #343a40;
  --white: white;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

figure, footer, header, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: white;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

a {
  color: #10212E;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
  border-radius: 10px;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .container {
    max-width: 100%;
  }
}

.container-fluid, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
}

@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1342px;
    justify-content: center;
  }
}

.Home {
  background-color: rgb(255, 255, 255);
  flex-wrap: wrap;
  margin-right: 50px;
  margin-left: 0px;
  width: 100%;
}

.Rodape {
  display: flex;
  flex-wrap: wrap;
}

.col-xl,
.col-md-auto, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

@media (min-width: 576px) {

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  /*user-select: none;*/
  background-color: transparent;
  border: 1.5px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.5s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
}
.btn-outline-white {
  color: white;
  border-color: white;
}

/** Efeito Redes Sociais */
.btn-outline-white:hover {
  color: #000000;
  background-color: #ffc107;
  border-color: #ffc107;
  transition: 0.5s;

  /** Fim Efeito Redes Sociais */

}

@media (prefers-reduced-motion: reduce) {
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-flex {
  display: flex !important;
}

@media (min-width: 768px) {

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

@media (min-width: 992px) {

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@media (prefers-reduced-motion: reduce) {
  .btn .icon {
    transition: none;
  }
}

.btn-link:hover {
  text-decoration: none;
  color: #F0AD00 !important;
}

@media (min-width: 992px) {

.social {
  margin: 0;
}
.social .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 48px;
  height: 48px;
  font-size: 24px;
  padding: 0;
}
@media (min-width: 992px) {

.menu {
  height: 50px;
  position: fixed;
  left: -100%;
  top: 0;
  height: 100vh;
  width: 300px;
  max-width: 90vw;
  background-color: #EAF3FA;
  overflow: hidden;
  overflow-x: visible;
  z-index: 9;
  padding-top: 50px;
  white-space: nowrap;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
@media (min-width: 992px) {
  .menu {
    height: auto;
    width: auto;
    padding: 0;
    display: block;
    width: auto;
    position: static;
    margin: 0 0.8rem;
    background-color: transparent;
  }
}
.menu.active {
  left: 0;
}

.menu .list-inline-item {
  display: block;
  margin: 0;
}
@media (min-width: 992px) {
  .menu .list-inline-item {
    display: inline-block;
  }
}
.menu .list-inline-item .btn {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1rem;
  font-weight: bold;
  display: block;
  text-align: left;
}

.header {
  height: 50px;
  display: flex;
  align-items: center;
  background: white;
  box-shadow: 0 0 10px #BCBCBC;
}
@media (min-width: 768px) {
  .header {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .header {
    background-color: #000000;
    height: 100px;
  }
}
.header .logo {
  margin-left: 10px;
}
.header .logo .logo-img {
  max-width: 100%;
  height: 35px;
  display: block;
  object-fit: contain;
}

@media (min-width: 992px) {
  .header .logo .logo-img {
    height: 60px;
  }

  .header .Enterlogo .logo-img {
    height: 250px;
  }

}
.header .btn-open-social .icon {
  width: 24px;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .header .btn-open-social .icon {
    transition: none;
  }
}

.header .btn-open-social:not(.active) .icon-close {
  display: none;
}
.header .btn-open-social.active .icon-menu {
  display: none;
}

.footer {
  margin-top: 50px;
  color: #BFC9D1;
}
@media (min-width: 768px) {
  .footer {
    text-align: left;
  }
}
.footer .logo {
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .footer .logo {
    text-align: left;
  }
}
.footer .logo .logo-img {
  max-width: 100%;
  height: 37px;
  display: block;
  object-fit: contain;
}
.footer .footer-title {
  font-size: 1rem;
  color: white;
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 20px;
}
.footer .box-content {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .footer .box-content {
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.footer .btn-link {
  color: #BFC9D1;
  padding-left: 0;
  padding-right: 0;
  line-height: 15px;
  font-size: 16.3px;
}
.footer .btn-link:hover {
  color: #EAF3FA;
}
/** /Legacy */
body {
  background-color: #000000;
  font-family: "Lato", sans-serif;
  padding-top: 50px;
  color: #232323;
  font-size: 1rem;
}
@media (min-width: 768px) {
  body {
    padding-top: 70px;
  }
}
@media (min-width: 992px) {
  body {
    padding-top: 90px;
  }
}

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

.fotosPB img{
  opacity: 0.4;
  filter: grayscale(100%);
}
.fotosPB img:hover{
  opacity: 1;
  filter: grayscale(0%);
}

.sup2em{
  margin-top: 2em;
}
.sup1em{
  margin-top: 1em;
}
textarea{
  resize: none;
}