@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;700&family=Satisfy&display=swap');
@import './components/banners.css';
@import './components/products.css';
@import './components/rodape.css';

.filter-principal{filter: invert(54%) sepia(68%) saturate(2160%) hue-rotate(158deg) brightness(96%) contrast(96%);}
.filter-secundario{filter: invert(54%) sepia(68%) saturate(2160%) hue-rotate(158deg) brightness(96%) contrast(96%);}

:root {
  --cor-principal: #05AFEA; /* Azul Claro */
  --cor-secundaria: #04005F; /* Azul Escuro */
  --cor-principal-escuro: #FFBB09;  /* Azul Claro ++ */
  --cor-secundaria-escuro: #080640;  /*Azul Escuro ++ */
  --cor-terceira: #FFBB09; /* Amarelo */
  --cor-azul-claro:#add8e6; /* exclusiva para o rodape */
  --cor-background: #F8F8F8;
  --cor-texto: #1c1a1b;
  --cor-cinza: #6c757d;
  --cor-cinza-claro: #faf7f7;
  --success: #5AC648;
  --danger: #E91111;
  --warning: #FCB867;
  --info: #2D9CDB;
  --light: #F8F8F8;
  --dark: #24262B;
  --gray: #C4C6C8;
  --info: #2D9CDB;
  --shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  --center: translate(-50%, -50%);
  --center-y: translate(0, -50%);
  --animate: all 0.2s linear;
}

::-webkit-scrollbar {
  height: 6px;
  background-color: var(--gray);
}

::-webkit-scrollbar-thumb {
  background-color: var(--cor-secundaria);
}
html {
  font-size: 62.5%;
}

body {
  font-family: 'Sora', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  background: var(--cor-background);
  color: var(--cor-texto);
  margin: 0;
}

textarea{
  resize: none;
}

.c-principal{ color: var(--cor-principal) !important; }
.c-secundaria{ color: var(--cor-secundaria) !important; }
.c-secundaria-escuro{ color: var(--cor-secundaria-escuro) !important; }
.c-terceira{ color: var(--cor-terceira) !important; }
.c-texto {color:var(--cor-texto) !important;}
.c-cinza {color:var(--cor-cinza) !important;}
.c-branco {color:#FFF !important;}
.bg-principal{ background: var(--cor-principal); }
.bg-secundaria{ background: var(--cor-secundaria); }
.bg-secundaria-escuro{ background: var(--cor-secundaria-escuro); }
.bg-terceira{ background: var(--cor-terceira); }
.bg-cinza-claro{ background: var(--cor-cinza-claro); }
.bg-azul-claro{ background: var(--cor-azul-claro); }
.fz-10{ font-size: 1rem !important;}
.fz-12{ font-size: 1.2rem !important;}
.fz-14{ font-size: 1.4rem !important;}
.fz-16{ font-size: 1.6rem !important;}
.fz-18{ font-size: 1.8rem !important;}
.fz-20{ font-size: 2rem !important; }
.fz-22{ font-size: 2.2rem !important; }
.fz-24{ font-size: 2.4rem !important; }
.fz-26{ font-size: 2.6rem !important; }
.fz-28{ font-size: 2.8rem !important; }
.fz-30{ font-size: 3rem !important; }
.fz-32{ font-size: 3.2rem !important; }
.fz-34{ font-size: 3.4rem !important; }
.fz-36{ font-size: 3.6rem !important; }
.fz-38{ font-size: 3.8rem !important; }
.fz-40{ font-size: 4rem !important; }
.fz-60{ font-size: 6rem !important; }
.fw-300{ font-weight: 300 !important;}
.fw-400{ font-weight: 400 !important;}
.fw-500{ font-weight: 500 !important;}
.fw-700{ font-weight: 700 !important;}
.lh-100{ line-height: 100%;}
.lh-120{ line-height: 120%;}

.pt-90{ padding-top: 90px !important;}
.pb-45{ padding-bottom: 45px !important;}
.mh-90{ max-height: 90px !important;}
.mt-80{ margin-top: 80px !important; }

.caps{
  text-transform: uppercase;
}
*:focus {
  outline: none;
}
a:active,a:hover,a:link,a:visited {
  color: var(--cor-principal);
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
a.noneUnderline{
  text-decoration: none;
}
.small-padding{
  padding-left: 2px;
  padding-right: 2px;
}
.centralizar{
  max-width: 1300px;
  float: none;
  margin: 0 auto;
}
.central{
  width: auto;
  float: none;
  margin: 0 auto;
  display: table;
}
#screen-lock {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.65);
  backdrop-filter: blur(5px);
  z-index: 9999;
  cursor: wait;
}
#screen-lock-text{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: 5px;
  font-size: 50px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
#screen-lock-black {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.95);
  backdrop-filter: blur(5px);
  z-index: 9999;
  cursor: wait;
}
.t-normal{
  font-family: 'Sora', sans-serif;
}
.t-especial-bold{
  font-family: 'Satisfy', cursive;
}
.t-especial-light{
  font-family: 'Satisfy', cursive;
}
.barra-topo{
  width: 100%;
  height: 80px;
  background: var(--cor-secundaria);
  color: #FFF;
  border-bottom: 1px solid rgba(255, 0, 128, .10);
}
.alink-topo{
  color: #FFF !important;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 80px;
  transition: border-top 0.3s ease-in-out;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.alink-topo::before,
.alink-topo::after {
 content: '';
 position: absolute;
 width: 100%;
 left: 0;
}
.alink-topo::before {
  background-color: #FFF;
  height: 3px;
  top: 0;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
}
.alink-topo::after {
  content: attr(data-replace);
  height: 100%;
  top: 0;
  transform-origin: 100% 50%;
  transform: translate3d(200%, 0, 0);
  transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
  color: #54b3d6;
}

.alink-topo:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.alink-topo:hover::after {
  transform: translate3d(0, 0, 0);
}
a:hover.alink-topo{
  text-decoration: none;
}
.link-topo{
  padding: 0 20px;  
  white-space: nowrap;
}
.opcaoMenuRWhatsapp{
  width: auto;
  display: table;
  white-space: nowrap;
  background: #017D29;
  border-radius: 30px;
  font-size: 1.6rem;
  font-weight: 300;
  padding: 8px 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.opcaoMenuRWhatsapp:hover{
  background: #019E3E;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a > .opcaoMenuRWhatsapp{
  color: #FFF;
}
a.icone-social{
  font-size: 1.8rem;
  color: #FFF;
}
a:hover.icone-social{
  color: var(--cor-principal);
}
.max-height-logo{
  max-height: 100px;
}
.cursorDefault{
  cursor: default;
}
#owlDestaque.owl-carousel.owl-drag .owl-item{
  padding: 16px;
  background: #FFF;
  border: 3px solid #FFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 10px;
}

.mob-slider#owlDestaque.owl-carousel.owl-drag .owl-item:hover {
  border: 3px solid var(--cor-principal);
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search {
  max-width: 100%;
  width: calc(100% - 30px);
  margin: 0 !important;
}

.form-visual{
  border: 1px solid #f8f8f8;
}
.form-visual,.form-visual:hover,.form-visual:focus,.form-visual:active{
  background: #FFF;
  -webkit-box-shadow: 0px 7px 12px -11px rgba(0,0,0,0.45);
  -moz-box-shadow: 0px 7px 12px -11px rgba(0,0,0,0.45);
  box-shadow: 0px 7px 12px -11px rgba(0,0,0,0.45);
  border-radius: 45px;
  font-size: 1.4rem;
}
.form-select-visual{
  background-image: url('../imagens/icon-arrow-down.svg') !important;
  background-repeat: no-repeat !important;
  background-position: right 1.2rem center !important;
  background-size: 20px 15px !important;
  background: #FFF;
  -webkit-box-shadow: 0px 7px 12px -11px rgba(0,0,0,0.45);
  -moz-box-shadow: 0px 7px 12px -11px rgba(0,0,0,0.45);
  box-shadow: 0px 7px 12px -11px rgba(0,0,0,0.45);
  border-radius: 45px;
  font-size: 1.6rem;
  padding-right: 34px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #DDD;
  border-radius: 45px;
}
ul.list-group{
  border-radius: 20px;
}
.borda{
  border: 1px solid #DDD;
}
.borda2{
  border: 2px solid #DDD;
}
.cursor:hover{
  cursor: pointer;
}
.btn-principal,.btn-secundaria{
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 1.6rem;
  background: var(--cor-principal);
  color: #FFF;
}
.btn-secundaria{
  background: var(--cor-secundaria);
  color: #FFF;
}
.btn-principal:hover{
  background: var(--cor-principal-escuro) !important;
  color: #FFF !important;
}
.btn-secundaria:hover{
  background: var(--cor-secundaria-escuro) !important;
  color: #FFF !important;
}
.btn-full{
  width: 100%;
}

.btn-oval{
  border-radius: 45px;
}
.form-control:focus{
  box-shadow: none;
  border-color: var(--cor-principal);
}
.input-group {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.radius-btn{
 border-bottom-left-radius: 50px !important;
 border-bottom-right-radius: 50px !important; 
 border-top-left-radius: 50px !important;
 border-bottom-left-radius: 50px !important;
}
.input-group .form-control:hover,
.input-group .form-control:active,
.input-group .form-control:focus{
  -webkit-box-shadow: 0px 7px 17px -11px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 7px 17px -11px rgba(0,0,0,0.75);
  box-shadow: 0px 7px 17px -11px rgba(0,0,0,0.75);
}
.input-group .btn {
  box-shadow: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 100%;
  font-size: 1.6rem;
  background: var(--cor-principal);
  border: none;
}
.form-control {
  padding: 14px 24px;
  height: auto;
}
.form-control-menor {
  padding: 8px 12px !important;
  height: auto !important;
}
.btn:hover, 
.btn:focus {
  outline: none;
  box-shadow: none;
}
.barra-login-carrinho{
  width: 100%;
  background: #FFF;
  -webkit-box-shadow: 0px 7px 12px -11px rgba(0,0,0,0.45);
  -moz-box-shadow: 0px 7px 12px -11px rgba(0,0,0,0.45);
  box-shadow: 0px 7px 12px -11px rgba(0,0,0,0.45);
  height: 52px;
  border:1px solid #F6F6F6;
  border-radius: 45px;
  color: var(--cor-secundaria);
}
.divisao-lateral-esquerda{
  border-left: 1px solid rgba(193, 193, 193, .25);
  padding-left: 15px;
}
.linha-inferior-100{
  width: calc(100% - 12px);
  float: left;
  border-bottom: 1px solid rgba(193, 193, 193, .25);
  margin-left: 6px;
  margin-bottom: 25px;
}
.icon-menu{
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
  background: rgba(193, 193, 193, .25);
  border:3px solid var(--cor-background);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-menu:hover{
  border:3px solid var(--cor-secundaria);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tela-produto{
  width: 100%;
  background: #FFF;
  display: table;
  padding: 12px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.max-altura-63{
  height: 63px;
  max-height: 63px;
  overflow: hidden;
}
.max-altura-58{
  height: 58px;
  max-height: 58px;
  overflow: hidden;
}
.max-altura-460{
  max-height: 460px;
}
.max-altura-140{
  max-height: 140px;
}
.max-altura-220{
  max-height: 220px;
}
.valor-promocao{
  font-size: 1rem;
  color: #abaaa6;
  text-decoration: line-through;
}
.valor-produto{
  font-size: 1.6rem;
  font-weight: 700;
}
.valor-produto-grande{
 font-size: 2rem;
 font-weight: 700; 
}
.min-altura-624{
  min-height: 624px;
}
.min-altura-644{
  min-height: 644px;
}
.max-altura-310{
  height: 310px !important;
  max-height: 310px !important;
}
.max-altura-315{
  height: 315px !important;
  max-height: 315px !important;
}
.title-area {
  color: var(--secondary);
  display: table;
  margin-bottom: 2.6em;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: start;
  align-items: center;
}

.title-area .content {
  width: 100%;
  position: relative;
  z-index: 2;
  padding-top: 30px;
}

.title-area .title {
  font-size: 6.4rem;
  font-weight: 400;
  color: var(--cor-secundaria);
  padding-left: 7px;
}

.testimonials-content {
  padding: 0 120px;
}

.testimonials-content .owl-dots {
  margin-top: 10px;
  margin-bottom: 30px;
}
.testimonial .box {
  color: var(--secondary);
  font-size: 0.8rem;
  padding: 2rem 3rem;
  border-radius: 5px;
  background: white;
}

.testimonial .box .author {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.testimonial .testimonial-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: -64px 0 1.5rem;
  font-size: 2.5rem;
  color: var(--cor-secundaria);
}
.rounded-10{
  border-radius: 10px;
}
.rounded-20{
  border-radius: 20px;
}
.rounded-50p{
  border-radius: 50%;
}
.cabecalhoMenor{
 font-size: 1.6em !important;
}
.alpha{
  opacity: .35;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.alpha:hover{
 opacity: 1; 
 -webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
 transition: all 0.3s ease;
}

.brands .item {
  width: auto;
  display: table;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.brands__img {
  width: auto !important;
  max-width: 100%;
}
.logoMarcaMobile img{
  max-width: 120px;
}
.total100{
  max-width: 100% !important;
  width: 100% !important;
}
.icone-social-rodape{
  color: var(--cor-secundaria) !important;
  transition: var(--animate);
}
.icone-social-rodape:hover{
  color: var(--cor-terceira) !important;
  transition: var(--animate);
}
.efeito-capa{
  border:3px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 10px;
  width: 100%;
}
.efeito-capa:hover{
  border: 3px solid var(--cor-secundaria);
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.underlined {
  position: relative;
}
.underline-clip:after {
  content: '';
  position: absolute;
  top: 75%;
  width: 150%;
  aspect-ratio: 5 / 1;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 50%;
  border: 5px solid var(--cor-principal);
  clip-path: polygon(0 0, 50% 50%, 100% 0);
}
.whatsappFixo {
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 48px;
  min-width: unset;
  height: 48px;
  line-height: 48px;
  border-radius: 48%;
  color: #fff;
  background-color: #4ECB71;
  text-decoration: none;
  z-index: 5000;
  -webkit-animation: vibrante 1.25s infinite;
  animation: vibrante 1.25s infinite;
  text-align: center;
  padding-bottom: 2px;
}
.whatsappFixo:hover {
  -webkit-animation: vibrante 0.55s infinite;
  animation: vibrante 0.55s infinite;
}
-webkit-keyframes vibrante {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

}

@keyframes vibrante {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50%{
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
  }

  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

}
.b-cinza{
  border-color: #DDD;
}
.no-border{
  border:none !important;
}
.no-shadow{
  -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0) !important;
  -moz-box-shadow: 0 0 0 0 rgba(0,0,0,0) !important;
  box-shadow: 0 0 0 0 rgba(0,0,0,0) !important;
}
.list-toy-page,.list-toy-page-active{
  width: 30px;
  height: 30px;
  font-size: 1.4rem;
  float: left;
  margin: 4px;
  border-radius: 30px;
  text-align: center;
  line-height: 30px;
  background: var(--cor-secundaria);
  color: #FFF;
}
.list-toy-page-active{
  background: var(--cor-principal);
  color: #FFF;
  font-weight: 700;
}
.mb-250{
  margin-bottom: 250px;
}
.sem-estoque{
  background: #FF0000;
  width: auto;
  display: table;
  position: absolute;
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  color: #FFF;
}
.fundo-branco{
  width: 100%;
  background: #FFF;
  padding: 35px 25px 35px 25px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 7px 12px -11px rgba(0,0,0,0.45);
  -moz-box-shadow: 0px 7px 12px -11px rgba(0,0,0,0.45);
  box-shadow: 0px 7px 12px -11px rgba(0,0,0,0.45);
}
.fundo-branco h1{
  font-size: 3.6rem;
}
.hover-invertido{
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hover-invertido:hover{
  background: var(--cor-secundaria);
  color: #FFF !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hover-invertido:hover i{
 color: #FFF !important; 
 -webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
 transition: all 0.3s ease;
}
.responsive-update{
  height: 580px;
  width: auto;
}
.barra-navegacao a{
  font-size: .75em;
  color: var(--cor-principal);
  font-weight: 700;
}
.barra-navegacao a:hover,.barra-navegacao a:focus{
  text-decoration: underline;
}
.barra-navegacao i{
  font-size: .55em;
}
.telaFrete{
  font-size: 1.4rem;
  width: 100%;
  padding: 12px;
  border: 1px solid #F4F1F1;
  border-radius: 12px;
  background: var(--cor-cinza-claro);
  display: table;
}
.labelTelaFrete{
  color: #212126;
}
.formTelaFrete{
  margin-top: .5em;
  width: 100%;
}
.form-frete{
  border: 1px solid #F4F1F1;
  border-radius: 8px;
  background: #FFF;
  font-size: 1.4rem;
  width: 80%;
  height: 50px;
  float: left;
  line-height: 50px;
  padding-left: 16px;
  padding-right: 16px;
}
.form-frete-btn{
 border: 1px solid #F4F1F1;
 border-radius: 8px;
 background: #FFF;
 font-size: 1.4rem;
 text-align: center;
 width: 18%; 
 margin-left: 2%;
 height: 50px;
 float: left;
 line-height: 50px;
}
.form-frete-btn:hover{
  background: var(--cor-principal);
  color: #FFF;
}
.resultadoFrete{
  width: 100%;
  float: left;
}
.resultado-frete{
  background: transparent;
  font-size: 1.4rem;
  width: 80%;
  height: 10px;
  display: table;
}
.restultFreteTotal{
  width: 100%;
  float: left;
  margin-top: 1em;
  padding: 8px;
  border-radius: 8px;
}
.restultFreteTotal:hover{
  background: #FFF;
}
.restultFretePrazo{
  float: left;
  text-align: left;
}
.restultFreteValor{
  float: right;
  text-align: right;
  font-weight: 700;
}
.formTelaFrete a{
  color: #212126;
}
.smallPadding{
  padding-left: 8px;
  padding-right: 8px;
}
.textoMenor{
  font-size: .85em;
}
.jumpPCase{
  border-radius: 20px;
  margin-top: 2em;
  padding: 20px;
  background: var(--light);
}
.riscado-vermelho{
  text-decoration: line-through;
  font-weight: 700;
  color: #FF0000;
  font-size: .85em;
}
.texto-vermelho{
  color: #FF0000;
}
.variacao{
  padding: 10px 20px;
  background: #fff;
  border-radius: 90px;
  width: auto;
  display: table;
  margin: 0 1em 1em 0;
  border:1px solid var(--gray);
  font-size: 1.6rem;
  line-height: 40px;
  display: flex;
  align-items: center;
}
.variacao:hover{
  border: 1px solid #d3cfcf;
  background: var(--light);
}
.variacao input[type="radio"]{
  width: 2rem;
  height: 2rem;
}
.maxAltura100{
  max-height: 100px;
}
.tela-conta{
  background: #FFF;
  width: 100%;
  padding: 12px 8px;
  display: table;
  border-radius: 8px;
}
.c-verde{
  color: var(--success) !important;
}

/* Full Menu */

#colorlib-main-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: var(--cor-principal);
  z-index: 9999;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.65s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.65s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.65s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.65s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.65s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  overflow: hidden;
}
#colorlib-main-nav .colorlib-table {
  display: table;
  width: 100%;
  height: 100%; 
}
#colorlib-main-nav .colorlib-table .colorlib-table-cell {
  display: table-cell;
  vertical-align: middle; 
}
#colorlib-main-nav .colorlib-nav-toggle {
  position: absolute;
  top: 40px;
  left: 0;
  padding: 20px;
  height: 44px;
  width: 100%;
  text-align: center;
  line-height: 0;
  padding: 0 !important;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; 
}

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

  #colorlib-main-nav .colorlib-nav-toggle {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; 
  }

}
#colorlib-main-nav .colorlib-nav-toggle i {
  top: 18px !important;
  left: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
  text-indent: 0; 
}
#colorlib-main-nav .colorlib-nav-toggle.show {
  visibility: visible;
  opacity: 1; 
}
.menu-show #colorlib-main-nav {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); 
}
#colorlib-main-nav ul {
  padding: 0;
  margin: 0;
  display: block; 
}
@media (max-width: 767.98px) {
  #colorlib-main-nav ul {
    padding: 20px 0 0 0; 
  } 
}
#colorlib-main-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 5px;
  text-transform: uppercase; 
}
#colorlib-main-nav ul li a {
  display: block;
  color: white;
  padding: 10px 0; 
  background: var(--cor-principal);
}
#colorlib-main-nav ul li a:hover{
  background: var(--cor-secundaria);
  text-decoration: none;
}

/* FIM Full Menu */
.btn-especial{
  display: inline-block;
  outline: 0;
  border:0;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  color: #FFF;
  background-image: linear-gradient(to right, #FF8008 0%, #FFC837  51%, #FF8008  100%);
  border-radius: 40px;
  padding: 12px 20px;
  font-size: 1.8rem;
  font-weight: 400;
  transition: 0.5s;
  background-size: 200% auto;
  box-shadow: 0 0 20px #eee;
}
.btn-especial:hover{
  background-position: right center; /* change the direction of the change here */
}
.maxAltura300{
  max-height: 300px;
}
.backCase{
  padding: 20px 30px;
  background: #EEE;
  border-radius: 10px;
}
.overCopiaCola{
  width: 100%;
  line-height: 20px;
  font-size: .8em;
}