* {
  text-decoration: none;
  position: relative;
  border: 0;
  padding: 0;
  margin: 0;
}

:root {
  --primary: rgba(0, 0, 0, 1);
  --white: #fff;
  --white2: #fff6f3;
  --Black: #000;
  --border: #232323;
  --EEE: #eee;
  --F5: #f5f5f5;
  --grey: #bcbcbc;
  --boxShadow: #dadada;
  --textoProduto: #c4c4c4;
  --grey2: rgba(0, 0, 0, 0.47);
  --black: rgba(0, 0, 0, 0.75);
}

button:focus {
  outline: thin dotted;
  outline: 0 auto -webkit-focus-ring-color;
  outline-offset: 0;
}

body {
  touch-action: none;
  /* overflow: hidden; */
  /* width: 98vw; */
  height: 100vh;
  background: rgba(237, 237, 237, 1);
  display: flex;
  justify-content: center;
  user-select: none;
}

/* Fontes */

@font-face {
  font-family: "Helvetica";
  src: url("fonts/Helvetica/Helvetica.ttf");
}

@font-face {
  font-family: "Helvetica Light";
  src: url("fonts/Helvetica/Helvetica-Light.ttf");
}

/*   Globais        */

hr {
  width: 8.68vw;
  height: 0.66vw;
  border-radius: 1.85vw;
  background: #fff;
  margin: 0 auto;
}
::placeholder {
  color: var(--black);
}

#c_catalogo{
  width: 100%;
  
  overflow: hidden;
}

.button-voltar button {
  width: 12.96vw;
  height: 4.25vw;
  border-radius: 0.92vw;
  color: var(--white);
  font-size: 1.98vw;
  position: fixed;
  z-index: 3;
  bottom: 2.96vh;
  font-family: "Helvetica";
  left: 44vw;
}

.c-carrinho {
  position: absolute;
  right: 3vw;
  top: -7vw;
  width: 65px;
  height: 65px;
  background: #fcfafa;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid var(--primary);
  z-index: 2;
}

.c-carrinho img {
  width: 4vw;
  margin-right: 3px;
  margin-top: 5px;
  padding-right: -15px;
}
.arrowContainer {
  position: absolute;
  width: 3.61vw;
  height: 5.46vw;
  border-radius: 0.64vw;
  display: flex;
  justify-content: center;
  background: var(--primary);
}

.c-kit .left {
  top: 45%;
  left: 5%;
}
.c-kit .right {
  top: 45%;
  left: 92%;
}
#card_2 {
  height: 100%;
}
#c-card-3 {
  overflow: hidden;
  height: 100vh;
  display: flex;
  z-index: 2;
  flex-direction: column;
  position: absolute;
}

#c-card-3 .scroll {
  height: 78vh;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.arrowG {
  height: 0.27vw;
  width: 2.31vw;

  position: absolute;
}
.arrow45g {
  transform: matrix(-0.71, 0.7, 0.71, 0.71, 0, 0);
  margin-top: 1.85vw;
}
.arrow135g,
.arrow45g,
.arrow315g,
.arrow225g {
  background: #fff;
}
.arrow135g {
  transform: matrix(-0.71, -0.7, -0.71, 0.71, 0, 0);
  margin-top: 3.33vw;
}

.arrow315g {
  transform: matrix(0.71, 0.7, -0.71, 0.71, 0, 0);
  margin-top: 1.85vw;
}

.arrow225g {
  transform: matrix(0.71, -0.7, 0.71, 0.71, 0, 0);
  margin-top: 3.33vw;
}

/*  card 1 CSS   */
.indice {
  background: rgba(255, 255, 255, 1);
  height: 95vh;
  color: #fff;
}

.indice p {
  font-size: 2.23vw;
  margin: 5.09vw auto 0 auto;
  font-family: "Helvetica";
  color: #000;
}

.indice h2 {
  font-size: 16px;
  margin: 3.09vw auto 0 auto;
  font-family: "Helvetica";
  color: #000;
}

.c-view-more {
  margin-top: 1vw;
  font-weight: inherit;
  font-size: 1.48vw;
  align-items: center;
  background: #fff;
  font-family: "Helvetica";
  color: var(--primary);
  display: flex;
}

.view-more .mais {
  height: 100%;
  width: 0.5vw;
  background: var(--primary);
  position: absolute;
  bottom: 0;
  left: 40%;
}

.c-titulo .titulo {
  color: var(--primary);
  margin: 3vw auto;
  font-family: "Helvetica";
}

#card_5 .c-input {
  border-bottom: 1px solid;
}

.c-input input {
  outline: none;
  background: var(--EE);
  color: rgba(167, 167, 167, 1);
  font-size: 2.2vw;
  z-index: 6;
  text-align: left;
  font-family: "Helvetica";
}

.c-input > img {
  width: 25px;
  margin-right: 13px;
}

.info_product {
  width: 337px;
  height: 100%;
  margin-left: 40px;
}

.c-size {
  font-family: "Helvetica";
  color: #f30080;
  width: 100%;
  height: 7.875vw;
  display: flex;
  align-content: center;
  flex-direction: column;
  position: fixed;
  top: 89vh;
  left: 0;
}

.c-size h1 {
  font-size: 20px;
}
.c_ball {
  width: 5.75vw;
  height: 4.25vw;
}

.ball {
  width: 3.75vw;
  height: 4.25vw;
  border-radius: 0.5vw;
}

#mais-cores .square {
  width: 1.5vw;
  height: 1.5vw;
  margin-right: 1.5vw;
  border: 0.125vw solid #d9d9d9;
  border-radius: 50%;
}

#mais-cores .marked {
  /* width: 1.5vw; */
  /* height: 0.125vw; */
  background: transparent;
  margin-top: -1.8vw!important;
  width: 2.1vw;
  left: -0.3vw;
  height: 2.1vw;
  position: absolute;
  border: rgba(216, 216, 216, 1) 1.5px solid;
  border-radius: 50%;
}

.c-size > .c {
  display: flex;
  overflow: scroll hidden;
  width: 80%;
  margin-top: 9px;
  flex-flow: column wrap;
  align-content: center;
  margin: auto;
  justify-content: center;
  /* flex-direction: row-reverse; */
}

.c-size > .c > div {
  margin: 0 2vw;
  overflow: hidden;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  height: 37px;
  width: 37px;
  color: #000;
  background: rgba(255, 255, 255, 1);
  border-radius: 50%;
}

.c-size > .c > .ball_marked {
  color: #fff;
  background: rgb(58, 58, 58);
}

.c-size > .c > .no-available {
  color: rgba(191, 191, 191, 1);
  /* background-image: linear-gradient(to bottom right, #fff 49.5%, rgba(191, 191, 191, 1) 50%, #fff 50.5%); */
 
}


.c-size > .c > .no-available::before {
    content: '';  
  position: absolute; 
  width: 65%;  
  height: 1px;  
  background-color: #b0b0b0;    
  transform: rotate(135deg);  
}

.c-size > .c > div img {
  max-height: 95%;
  max-width: 95%;
  object-fit: contain;
}

.img_c_galery {
  max-height: 138px;
}

.header_2 {
  height: 9vw;
  width: 96%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

.header_2 .order_container {
  width: 9.25vw;
  height: 1vw;
  display: flex;
  height: 79%;
  justify-content: space-around;
  z-index: 2;
  align-items: center;
  margin-right: 73px;
}

.header_2 .order_container .c {
  width: 10px;
  border-radius: 2px;
  /* background: rgba(178, 178, 178, 1); */
}

.header_2 .order_container .c2 {
  display: flex;
  flex-wrap: wrap;
  height: 2.625vw!important;
  width: 2.625vw!important;
  justify-content: space-between;
}

.header_2 .order_container .c {
  width: 9px;
  border-radius: 2px;
  border: 1px solid;
  border: solid 1px rgba(178, 178, 178, 1);
  height: 9px;
  /* background: rgba(178, 178, 178, 1); */
}

.header_2 .order_container .c1 .c {
  border:  1px solid rgba(58, 58, 58, 1);
  width: 20px;
  border-radius: 4px;
  height: 20px;
  /* background: rgba(143, 143, 143, 1); */
  margin-bottom: 1px;
}

.conteudo {
  height: 100vh;
}

.div-table-description {
  width: 706px;
  background: #f5f5f5;
  margin: 0 auto;
  border-radius: 29px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #bcbcbc;
}

.div-table-description > .row {
  height: 58px;
  display: flex;
  flex-direction: column;
  color: var(--primary);
  font-size: 20px;
  flex-wrap: wrap;
  text-align: center;
}

.div-table-description > .row > .cell-1 {
  height: 58px;
  border: 1px solid #bcbcbc;
  padding-top: 17px;
  font-family: "Helvetica";
  width: 50%;
}

.div-table-description > .row > .cell-2 {
  height: 58px;
  border: 1px solid #bcbcbc;
  padding: 10px;
  padding-top: 17px;
  font-family: "Helvetica";
  width: 50%;
}

.c-div-table-description h1 {
  font-family: "Helvetica";
  font-size: 25px;
  color: var(--primary);
  height: 67px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.c-div-table-description {
  margin: 0 auto;
}

#div_formas_pag {
  font-family: "Helvetica";
  font-size: 15px;
  color: #232323;
  width: 100%;
}

#div_sku_product {
  font-size: 20px;
  font-family: "Helvetica";
  color: #f30080;
  width: 100%;
  margin-top: 24px;
}
.c_price {
  height: 40px;
  font-family: "Helvetica";
}

.zoom_in {
  transform: scale(2);
}

.zoom_out {
  transform: scale(1);
}

#clear_search {
  position: absolute;
  top: 39px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  left: 75%;
  background: #fff;
  box-shadow: inset 0 0 0 2px var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

#clear_search img {
  width: 30px;
  height: 30px;
}

#image_full {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #242424;
  bottom: 0;
  touch-action: manipulation;
  z-index: 4;
  display: flex;
}

#image_full > .c {
  height: 100%;
  margin: auto;
  display: flex;
  touch-action: manipulation;
  overflow: auto;
  justify-content: center;
}

#image_full > .c > img {
  max-height: 100%;
  margin: auto;
  display: block;
  max-width: 100%;
}

#fechar_image_full {
  position: absolute;
  top: 30px;
  right: 28px;
  background: #fff;
  height: 66px;
  border-radius: 50%;
  z-index: 5;
}

.c_desc {
  text-align: center;
  background: #5900ca;
  width: 120px;
  height: 47px;
  font-size: 20px;
  font-family: "Helvetica";
  color: #fff;
  position: absolute;
  top: 17px;
  padding-top: 9px;
  left: 0;
  z-index: 2;
}

.c_desc_2 {
  padding-top: 5px;
  font-size: 13px;
  left: 36px;
  width: 78px;
  height: 30.55px;
}

/* SLIDE  */

.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
  height: 120px;
  background: #000;
}

.mySlides {
  display: none;
}

.fade img {
  width: 100%;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.slideshow-container img {
  height: 120px;
  object-fit: cover;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

#arrow_down {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 35px;
}

#arrow_down > img {
  width: 100%;
}

.button_back {
  position: fixed;
  left: 0px;
  top: 0;
  width: 6.625vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button_back img{
  
width: 1.5vw;
}

#card_6 {
  background: rgba(237, 237, 237, 1);
}
#card_7 {
  background: rgba(255, 255, 255, 0.7);
}

#card_6,
#card_7 {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;

  flex-direction: column;
}

#card_5 {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  background: rgba(237, 237, 237, 1);
}

.search {
  position: absolute;
  top: 40px;
  width: 100%;
  font-size: 24px;
  text-align: left;
  font-family: "Helvetica";
  padding-left: 40px;
}

#card_4 .c_input {
  height: 13.625vw;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 4.625vw;
  justify-content: center;
}

#card_4 .c_input input {
  width: 63vw;
  text-align: center;
  font-family: "Helvetica";
  height: 5.25vw;
  border-radius: 6px;
  font-size: 2.375vw;
  color: rgba(29, 29, 29, 1);
  border: 1px solid rgba(143, 143, 143, 1);
  outline: none;
}
#card_4 .c_input input::placeholder {
  color: rgba(29, 29, 29, 1) !important;
}

.center_td .img_slider {
  width: 77%;
}

.img_slider {
  width: 25%;
  user-select: none;
  max-height: 100%;
  pointer-events: none;
  top: 12px;
  margin: auto;
}

.button-next {
  width: 400px;
  height: 40px;
  color: #fff;
  background: #000;
  font-family: "Helvetica";
  text-align: center;
  padding-top: 11px;
  font-size: 14px;
}

.c_button-next {
  position: absolute;
  bottom: 90px;
  width: 100%;
  height: 88px;
  display: flex;
  justify-content: center;
}

.glide__bullets {
  position: fixed;
  bottom: 16%;
  width: 95vw;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-direction: row;
  justify-content: flex-end;
}

.bullet {
  width: 1vw;
  height: 1vw; /* Largura e altura iguais para criar um cÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­rculo */
  border-radius: 50%;
  background-color: rgb(217, 217, 217);
  margin: 0px 0.625vw;
  border: 0.125vw solid #000;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.glide__track {
  margin: 0 auto;
}

.glide__slide {
  background: blue;
  height: 1116.3px!important;
  width: 100%;
  touch-action: manipulation;
  display: flex;
  justify-content: center;
  background: #fff;
  align-items: center;
  overflow: hidden;
  /* border: 2px solid #000; */
  top: 0vw;
}

.glide__slide img {
  transform-origin: center;
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.bullet.active {
  background-color: rgb(51, 51, 51);
}

.glide {
  height: 74vh;
}

.glide__track_init {
  width: 80%;
  margin: 0 auto;
}

.glide__slide_init {
  background: blue;
  height: 834px;
  width: 100%;
  touch-action: manipulation;
  display: flex;
  justify-content: center;
  background: #fff;
  align-items: center;
  overflow: hidden;
  top: -2px;
}

.glide__slide_init > .d > img {
  transform-origin: center;
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.card_init {
  display: flex;
  flex-direction: column;
  height: 232px;
}

.glide__slide--active > .td_c {
  display: block !important;
}

.glide__slide--active > .d {
  transition: width 0.3s ease-in-out 0s;
  width: 77% !important;
  display: flex;
}

.glide__slide--active > .d img {
  margin: 0 auto;
}

.glide__slide_init > .d {
  width: 25%;
}

.glide__slide_init > .td_c {
  font-family: "Helvetica";
  color: #000;
  display: none;
  margin-top: 30px;
}

.glide_card_init {
  color: #000;
}

#range-price-line {
  width: 96.5%;
  margin: 33px 15px 22px 9px;
  height: 1px;
  border: 0;
  background: rgba(51, 51, 51, 1) !important;
}

.noUi-connect {
  background: rgba(215, 215, 215, 1) !important;
  height: 1px !important;
}

.noUi-connects {
  background: rgba(51, 51, 51, 1);
  height: 1px;
}

.noUi-horizontal {
  height: 2px;
}

#rangeStart {
  font-family: "Helvetica";
  font-size: 16px;
}

#rangeEnd {
  font-family: "Helvetica";
  font-size: 16px;
}

.c_range_price {
  display: flex;
  justify-content: space-between;
}

#range-price-line {
  background: red;
}

#range-price-line .noUi-touch-area {
  background: rgba(51, 51, 51, 1);
}

#range-price-line .noUi-handle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: -7px;
}

#range-price-line .noUi-touch-area {
  border-radius: 50%;
  position: absolute;
  top: 0px;
}

#range-price-line .noUi-handle:before,
.noUi-handle:after {
  display: none !important;
}

#range-price-line .noUi-connect,
.noUi-origin {
  width: 101% !important;
}

.c_gift {
  width: 12px;
}

.options_sacola {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  bottom: 2vh;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.options_sacola .c {
  height: 40px;
  width: 337px;
  text-align: center;
  font-family: "Helvetica";
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4px 0;
  font-size: 14px;
}

.options_sacola .c1 {
  color: #fff;
  border-radius: 4px;
  background: rgba(0, 0, 0, 1);
}

.options_sacola .allowed {
  color: #fff;
  border-radius: 4px;
  background: rgba(58, 58, 58, 1);
  pointer-events: auto;
  margin: 20px;
}

.options_sacola .not-allowed {
  background: rgba(216, 216, 216, 1);
  color: rgba(0, 0, 0, 0.5);
  font-weight: 700;
  /* border: rgba(0, 0, 0, 0.5) 2px solid; */
  pointer-events: none;
  margin: 20px;
}

.options_sacola .c span {
  border-bottom: 1px solid #000;
  height: 18px;
  font-family: "Helvetica";
}

.filter-c2 {
  display: flex;
  flex-direction: column;
}

.c_gift_car {
  display: flex;
  height: 34px;
  background: #fff;
  width: 60px;
  justify-content: space-evenly;
  border-radius: 6px;
  align-items: center;
  margin-top: 20px;
}

#mais-cores {
  display: flex;
  position: absolute;
  bottom: 17.5vw;
  z-index: 2;
  left: 2.375vw;
}

.c_products_card_5 {
  height: 81vh;
  position: absolute;
  top: 15vh;
  width: 98vw;
  left: 1vw;
  overflow-x: auto;
}

#c_products_card_5 {
}

#c_products_card_5 > .c-products {
  position: relative;
  display: flex;
  width: 100%;
  border-bottom: 1px solid rgba(117, 117, 117, 1);
}

#c_products_card_5 > .c-products .c {
  justify-content: space-between;
  padding: 8px 0;
  font-size: 14px;
  font-family: "Helvetica";
}

#c_products_card_5 > .c-products .c .title {
  width: 65vw;
  font-family: "Helvetica";
  font-size: 14px;
  padding-top: 10px;
  padding-left: 10px;
  text-align: left;
}

#c_products_card_5 > .c-products .c-1 {
  width: 158px !important;
  height: 220px !important;
}

#c_products_card_5 > .c-products .c-1 img {
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
  height: 100%;
}

#card_7 .img_1 {
  width: 65vw;
  position: relative;
}

#card_7 .text {
  width: 65vw;
  position: relative;
  height: auto;
  font-family: Helvetica;
  text-align: center;
  margin-top: 3vw;
}

#card_7 .text p {
  margin-top: 5px;
}

.search_empty {
  font-family: Helvetica;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4vh;
}

.search_empty .p_1 {
  font-size: 18px;
  width: 51vw;
  text-align: center;
}

.search_empty .p_2 {
  font-size: 14px;
  margin-top: 2vh;
}

/*Tela de espera*/

#c_tela_espera {
  font-family: "Helvetica";
  width: 95%;
  /* overflow: scroll; */
}


#c_tela_espera .container_main {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-family: "Helvetica";
  margin: 0 auto;
}

#c_tela_espera .section {
  /* background: #fff; */
  border-radius: 3px;
  width: 94vw;
  height: 50px;
  /* box-shadow: inset 0px 0 4px 0px rgba(0, 0, 0, 0.25); */
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#container_solics .section{
  box-shadow: inset 0px 0 4px 0px rgba(0, 0, 0, 0.25); 
  background: #fff; 
}

#c_tela_espera .section .c_1, #c_tela_espera .section .c_3{
  margin: 0 14px;
}

#c_tela_espera .section .c{
  width: 33%
}

#c_tela_espera .section .c_4{
  width: 8%;
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  cursor:pointer;
}

#c_tela_espera .section .c_4 img{
   height: 36%;
   margin: 0 auto;
}

#c_tela_espera .c_buttons{
  width: 100%;
  height: 40px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
#c_tela_espera .c_buttons > .btn{
  cursor: pointer;
  background: #fff;
  color: rgba(37, 37, 37, 1);
  width: 90px;
  height: 34px;
  border-radius: 4px;
  text-align: center;
  padding-top: 8px;
  user-select: none;

}

#c_tela_espera .container_main  > .c1{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}

#c_tela_espera .container_main  > .c1 > .c2{
  width: 33.33%;
  display: flex;
  gap: 7px;
}

#c_tela_espera .container_main  > .c1 > .c-2{
  text-align: center;
  display: flex;
  justify-content: center;
}

#c_tela_espera .container_main  > .c1 > .c-3{
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

#c_tela_espera .container_main .c_products {
  width: 100%;
  margin-top: 30px;
}

#c_tela_espera .container_main .c_products .c_p{
   width: 100%;
   height: 80vh;
   /* background: red; */
   /* margin-top: 10px; */
}

#c_tela_espera .container_main .c_products .c_p .product {
  height: 220px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
}

#c_tela_espera .container_main .c_products .c_p .product >.c_1{
  display: flex;
}

#c_tela_espera .container_main .c_products .c_p .product >.c_1 > .c_1{
  margin-left:10px;
}

#c_tela_espera .container_main .c_products .c_p .product img{
  height: 100%;
}

#c_tela_espera .container_main .c_products .c_p .product >.c_1 > .c_1 .p_2{
  display:flex;
}

.c_capa_0{
  width: 100vw;
  height: 100vh;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

#capa_0{
  width: 37vw;
  z-index: 2;
  position: absolute;
}

#alls_modals{
  position: absolute;
  left: 0;
  top: 0;
}

#all-modals {
  position: absolute;
  left: 0;
  top: 0;
}

.hideImportant{
  display: none!important;
}


.icon {
  width: 43px;
  font-size: 50px;
  cursor: pointer;
  height: 35px;
  left: 1px;
  display: flex;
  position: relative;
  transition: transform 0.6s ease;
  justify-content: center;
  align-items: center;
  z-index: 2;
  top: 0px;
  position: absolute;
  left: 110px;
}

.icon span{
  /* width:20px; */
  /* height: 20px; */
  font-size: 20px;
}

.icon.rotate {
  transform: rotate(360deg);
}

#c_catalogo .c_video_tela_init{
  width: 100vw;
  height: 100vh;
  background: red;
}