@font-face { font-family: 'sp-lt'; src: url('SpeedeeCd_W_Lt.woff') format('woff');}
@font-face { font-family: 'sp-rg'; src: url('Speedee_W_Rg.d4666f7.woff') format('woff');}
@font-face { font-family: 'sp-bd'; src: url('Speedee_W_Bd.45c87a1.woff') format('woff');}

.container { position: relative; width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; box-sizing: border-box;}
.container-fluid { position: relative; width: 100%; margin: 0 auto; padding: 0; box-sizing: border-box;}
.column,.columns { width: 100%; float: left; box-sizing: border-box;}
.pad2 {padding: 20px 0;}
.pad3 {padding: 30px 0;}
.pad4 {  padding: 40px 0;}
.pad5 {  padding: 50px 0;}
.pad6 {  padding: 60px 0;}
.pad7 {  padding: 70px 0;}
.padd {  padding: 80px 0;  min-height: 60px;}
.pad {  padding: 20px;}
.br {  color: #fff;}
.brbg { background-color: #fff;}
.ama { color: #ffae00;}
.amabg { background-color: #ffae00;}
.red { color: #e20008;}
.redbg { background-color: #e20008;}
.bk { color: #000;}
.rx { color: #1c348b}
.bkbg { background-color: #000;}
.vd { color: #0d5e46;}
.vdclaro { color: #a6ff00;}
.vdbg { background-color: #0d5e46;}
.cz { color: #7f7f7f;}
.czbg { background-color: #505050;}
.som { text-shadow: 1px 1px 19px rgba(0, 0, 0, 0.4);}
.somd {-webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);}
.deg {background: rgb(28, 52, 139); background: linear-gradient(180deg, rgba(28, 52, 139, 1) 40%,rgba(200, 57, 141, 1) 99%);}
.tsom { text-shadow: -2px 5px 0px rgba(0, 0, 0, 1);}
.over {position: absolute; float: left; z-index: 100;}
.trans { background-color: cornflowerblue; -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)'; filter: alpha(opacity=50); opacity: 0.5;}
.img-circle { border-radius: 50%;}

.zoom { transition: transform 0.07s;}
.zoom:hover {transform: scale(1.1);}

@keyframes rotate360 {
  from {transform: rotate(0deg); }
  to {transform: rotate(-360deg); }
}
.rota {animation: rotate360 8s linear infinite; /* Ajuste a duração conforme necessário */}

.pulsa {
  animation: pulse 0.33s infinite;
  animation-name: pulse;
  animation-timing-function: ease-out;
  animation-delay: 0;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
@keyframes pulse {
  0% {transform: scale(1); }
  100% {transform: scale(1.17); }
}

.row { padding: 0 20px;}




/* For devices larger than 400px */
@media (min-width: 600px) {
  .container {width: 85%; padding: 0;}
  .row {padding: 0;}
}

/* For devices larger than 550px */
@media (min-width: 640px) {
  .container {width: 90%; }
  .column, .columns {margin-left: 4%; }
  .column:first-child, .columns:first-child {margin-left: 0;}

  .one.column, .one.columns { width: 4.66666666667%;  }
  .two.columns { width: 13.3333333333%;  }
  .three.columns { width: 22%;}
  .four.columns { width: 30.6666666667%; }
  .five.columns { width: 39.3333333333%; }
  .six.columns { width: 48%; }
  .seven.columns { width: 56.6666666667%;  }
  .eight.columns { width: 65.3333333333%; }
  .nine.columns { width: 74%; }
  .ten.columns { width: 82.6666666667%; }
  .eleven.columns { width: 91.3333333333%; }
  .twelve.columns { width: 100%;margin-left: 0; }
  .one-third.column { width: 30.6666666667%; }
  .two-thirds.column { width: 65.3333333333%; }
  .one-half.column { width: 48%; }

  .offset-by-one.column,  .offset-by-one.columns { margin-left: 8.66666666667%; }
  .offset-by-two.column,  .offset-by-two.columns { margin-left: 17.3333333333%; }
  .offset-by-three.column,  .offset-by-three.columns { margin-left: 26%; }
  .offset-by-four.column,  .offset-by-four.columns { margin-left: 34.6666666667%; }
  .offset-by-five.column,  .offset-by-five.columns { margin-left: 43.3333333333%; }
  .offset-by-six.column,  .offset-by-six.columns { margin-left: 52%; }
  .offset-by-seven.column,  .offset-by-seven.columns { margin-left: 60.6666666667%; }
  .offset-by-eight.column,  .offset-by-eight.columns { margin-left: 69.3333333333%; }
  .offset-by-nine.column,  .offset-by-nine.columns { margin-left: 78%;}
  .offset-by-ten.column, .offset-by-ten.columns { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,  .offset-by-eleven.columns { margin-left: 95.3333333333%; }

  .offset-by-one-third.column, .offset-by-one-third.columns { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column, .offset-by-two-thirds.columns { margin-left: 69.3333333333%; }

  .offset-by-one-half.column, .offset-by-one-half.columns { margin-left: 52%; }
}

html {font-size:62.5%; scroll-behavior:smooth; margin: 0; padding: 0; overflow-x: hidden; text-rendering: optimizeLegibility; -webkit-transform: translate3d;}
body { font-size:1.62em; font-family:'sp-rg', sans-serif; line-height:1.4; font-weight:400; color:#000; background-color:#fff; margin:0; overflow-x: hidden; -webkit-transform: translate3d;}

h1,h2,h3,h4,h5,h6 {margin-top: 1rem; margin-bottom: 1rem; color: #e1121b; font-family: 'sp-bd', sans-serif; line-height: 1; letter-spacing: -0.1rem;}
h1 {font-size: 3.5rem;}
h2 {font-size: 3rem;}
h3 {font-size: 2.6rem;}
h4 {font-size: 2.3rem; font-family:'sp-rg'; }
h5 {font-size: 1.8rem;}
h6 {font-size: 1.5rem;}

@media (min-width: 950px) {
  .hhome {font-size: 8rem; }
  h1 {font-size: 5.5rem; }
  h2 {font-size: 4rem; }
  h3 {font-size: 2.6rem; }
  h4 {font-size: 2.2rem; }
  h5 {font-size: 1.8rem; }
  h6 {font-size: 1.5rem;}
}

p {margin: 0; font-weight: 300;}
a {color: #000; text-decoration: none; -webkit-transition: color 0.2s ease-in; -moz-transition: color 0.2s ease-in; -o-transition: color 0.2s ease-in;}
a:hover {color: #000;}
small {line-height: 1em;}
b {font-family:'sp-bd', sans-serif;}
.leve{font-family:'sp-rg', sans-serif;}

.button,button,input[type='submit'],input[type='reset'],input[type='button'] {display:inline-block; height:55px; padding:4px 35px; color:#000; text-align:center; font-size:1.2em; font-weight:800; line-height:1.4em; text-decoration: none; white-space:nowrap; background-color:#ffba0d; border-radius:10px; cursor:pointer; box-sizing: border-box; border: 1px none #fff; letter-spacing: -0.01em;}
.button:hover,button:hover,input[type='submit']:hover,input[type='reset']:hover,input[type='button']:hover,.button:focus,button:focus,input[type='submit']:focus,input[type='reset']:focus,
input[type='button']:focus {color: #fff; outline: 0; background-color: #000;}
.button.button-primary,button.button-primary,input[type='submit'].button-primary,input[type='reset'].button-primary,input[type='button'].button-primary {font-size: 21px;
  padding: auto 33px; height: 58px; background: #a6ff00; color: #184102;}
.button.button-primary:hover,button.button-primary:hover,input[type='submit'].button-primary:hover,input[type='reset'].button-primary:hover,input[type='button'].button-primary:hover,.button.button-primary:focus,button.button-primary:focus,input[type='submit'].button-primary:focus,input[type='reset'].button-primary:focus,input[type='button'].button-primary:focus {color: #fff; background-color: #000;}
.out {padding: 12px 20px; height: 42px; line-height: 1rem; font-size: 1.4rem;}

@media (min-width: 320px) {
  input[type='email'],
  input[type='number'],
  input[type='search'],
  input[type='text'],
  input[type='tel'],
  input[type='url'],
  input[type='password'],
  input[type='date'],
  textarea, select {height:42px; padding:5px 10px; font-size: 1.12em; background-color: #fff;  border: 1px solid #ddd; border-radius: 8px;  box-shadow: none; box-sizing: border-box; -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1); margin: 10px 0;}
  /* Removes awkward default styles on some inputs for iOS */
  input[type='email'],
  input[type='number'],
  input[type='search'],
  input[type='text'],
  input[type='tel'],
  input[type='url'],
  input[type='password'],
  textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none;}
  textarea { min-height: 65px; padding-top: 6px; padding-bottom: 6px;}
  input[type='email']:focus,
  input[type='number']:focus,
  input[type='search']:focus,
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='url']:focus,
  input[type='password']:focus,
  textarea:focus, select:focus { border: 2px solid red; outline: 0;}
  label, legend {display: block;margin-top: 1rem; margin-bottom: -8px; font-weight: 600; }
  fieldset {padding: 0; border-width: 0; }
  input[type='checkbox'], input[type='radio'] { display: inline; padding: 5px; }
  label > .label-body {display: inline-block; margin-left: 0.5rem; font-weight: normal; }
}

@media (min-width: 900px) {
  input[type='email'], input[type='number'], input[type='search'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], input[type='date'], textarea, select {font-size: 1.4em; }
  .button, button, input[type='button'] {height: 62px; padding: 12px 40px; font-size: 1.5em;}
}

#datan { background-color: #fff; width: 250px; margin: 2px 0 0 3px;  padding: 8px 5px 4px 7px;  position: absolute;  z-index: 50;  display: block;}
#datan a { color: #aaa; cursor: default;}

ul {list-style: circle inside;}
ol {list-style: decimal inside;}
ol,ul {padding-left: 0;  margin-top: 0;}
ul ul,ul ol,ol ol,ol ul { margin: 1.5rem 0 1.5rem 3rem; font-size: 90%;}
li {margin-bottom: 1rem;}







@media screen and (min-width: 320px) {
  table { border-collapse: collapse; margin: 0; padding: 0; width: 100%; margin-left: 0%; table-layout: fixed; }
  table caption {font-size: 1.5em; margin: 0.5em 0 0.75em 0;}
  table tr {padding: 2em 0;}
  table th, table td {padding: 0.625em 0.4em; text-align: left; border-bottom: 1px solid #e1e1e1;font-size: 0.7em;}
  table th, thead {
    padding: 0.625em 0.4em;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #333;
    color: #fff;
  }
  tbody tr:nth-child(odd) {background-color: #e9e9e9; }
  table tr td:first-child { }
  table tr td:last-child {width: 4em;}
  .uf { width: 36px;}
  .padr {font-size: 22px;}
  .ttd {font-size: 13px;}
}

@media screen and (min-width: 550px) {
  table {
    border-collapse: collapse;
    width: 100%;
    margin-left: 0;
    table-layout: fixed;
  }
  table caption {
    font-size: 1.5em;
    margin: 0.5em 0 0.75em 0;
  }
  table tr {
    padding: 2em 0;
  }
  table th,
  table td {
    padding: 0.625em 0;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    font-size: 0.9em;
  }
  table th,
  thead {
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #333;
    color: #fff;
  }
  tbody tr:nth-child(odd) {
    background-color: #e9e9e9;
  }
  table tr td:first-child {
    width: 2em;
    min-width: 2em;
    max-width: 2em;
    word-break: break-all;
  }
  table tr td:last-child {
    width: 12em;
    word-break: normal;
  }
  .uf {
    width: 60px;
  }
  .padr {
    font-size: 22px;
  }
  .ttd {
    font-size: 15px;
  }
}

button,
.button {
  margin-bottom: 1rem;
}
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol {
  margin-bottom: 2.5rem;
}

.u-full-width {
  width: 100%;
  box-sizing: border-box;
}
.u-max-full-width,
.u-half-width {
  width: 100%;
  box-sizing: border-box;
}
.u-pull-right {
  float: right;
}
.u-pull-left {
  float: left;
}
.text-center {
  text-align: center;
}
.text-just {
  text-align: justify;
}
.it {
  font-style: italic;
}
.spa {
  letter-spacing: 0.1em;
}
.subl {
  text-decoration: underline;
}
.leve {
  font-family: 'sp-rg';
}
.b,
b {
  font-weight: 900;
}
hr {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}
.container:after,
.row:after,
.u-cf {
  content: '';
  display: table;
  clear: both;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}









@media (min-width: 320px) {
.dk {display: none;}
.mb {margin-top: 70px;}
.hero {width:100%; height:108vh; z-index:0; background:rgb(28, 52, 139); background:linear-gradient(180deg, rgba(28, 52, 139, 1) 40%, rgba(200, 57, 141, 1) 99%); }
.heroin {width: 100%; height: 300px; z-index: 0; background-image: url(../img/hero-mobin.jpg); background-size: cover; background-position: top center;}

  .comobox {background: #fff;border-radius: 6px; border: 1px solid #e1e1e1; padding: 30px 20px 30px 20px; -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.07); -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.07); box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.07); }
  small {font-size: 70%; line-height: 10px;}
  .txt {position: absolute; top: 230px;  z-index: 2;}
  .txtin { position: absolute; top: 60px; z-index: 2;}
  .mob {display: block;}
  .desk {display: none; }
.zodiaco{background-image: url(../img/zodiaco_br.png?v=1.1); background-size:cover; background-attachment:fixed; background-position:top left}
.zodiaco2{background-image: url(../img/zodiaco2_br.png?v=1.1); background-size:cover; background-attachment:fixed; background-position:top left}
#resultadoMapa .mandala{height:auto; width:100%; margin:0 0 0 0; float:none; margin-right:0}

  #como {z-index: 19; background-color: #ffba0d;}
  #cad {padding: 0 18px 80px 18px; z-index: 10;}
  #cad .twelve {padding: 10px;}
  #qtd {z-index: 12; margin-top: 0;}
.selo {-webkit-box-shadow: 0px 20px 54px 0px rgba(74, 74, 74, 0.35); -moz-box-shadow: 0px 20px 54px 0px rgba(74, 74, 74, 0.35); box-shadow: 0px 20px 54px 0px rgba(74, 74, 74, 0.35); z-index: 70; background-color: #fff; padding: 30px 20px 22px 20px; margin-top: 18px; border-radius: 11px; }
.selo p {font-size: 1.7rem; color:#222}
.selo img {float:right; margin-right:14px; width:40px; height:auto}
.selo h3 {font-family:'sp-rg'; font-size:2.4rem;}
.selo h1{margin:-10px 5px -10px 0}
.astro {width: 80px; height: auto; position: absolute; top: 25px; right: 20px;}
.giro {position: absolute; top: 260px; left: 20%; width: 60%; height: auto; }
.hamb {position: absolute; top: 355px; left: 13%; width: 74%; height: auto; }
.selo img.produto{width:40%;height:auto; float:right; margin-right:-10px}

  .tab {display: none;}
  .tab input.invalid {background-color: #ffdddd; }
  #top {z-index: 50; position: absolute; top: 0;  width: 100%; min-height: 70px; }
  .pe {padding: 60px 20px;bottom: 0;  top: 40px; color: #333;  background-color: #fff; }
  .pe a {color: #777; }
  .pe img {margin: 0 7px 0 7px;width: 30px; height: auto; }

  .num {padding: 20px 10px 20px 0; float: left; clear: left; border-bottom: 1px #555 solid;}
  .num img {float: left; padding: 10px 20px 10px 0; }
  .num2 {padding-bottom: 120px; float: left; }
  .chamadain {display: none; }
  .app {margin: 20px auto;}
  .app img {width: auto; height: 37px;}

#nav-icon4 {width: 32px;height: 32px; position: fixed; top: 8px; left: 2%; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; cursor: pointer; z-index: 99999; padding: 24px;}
#nav-icon4 span {display: block; position: absolute; height: 5px; width: 60%; margin: 14px auto 6px 20%; background: #fff; border-radius: 2px; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: 0.25s ease-in-out;
-moz-transition: 0.25s ease-in-out; -o-transition: 0.25s ease-in-out; transition: 0.25s ease-in-out; }
#nav-icon4 {  }
#nav-icon4 span:nth-child(1) {top:0px; -webkit-transform-origin:left center; -moz-transform-origin:left center; -o-transform-origin:left center; transform-origin:left center; }
#nav-icon4 span:nth-child(2) {top:10px;-webkit-transform-origin:left center; -moz-transform-origin:left center; -o-transform-origin:left center; transform-origin:left center;}
#nav-icon4 span:nth-child(3) {top:20px;-webkit-transform-origin:left center; -moz-transform-origin:left center; -o-transform-origin:left center; transform-origin:left center; }
#nav-icon4.open span:nth-child(1) {-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg);  transform: rotate(45deg); top: -10px;left: 7px; background-color: #fff; }
#nav-icon4.open span:nth-child(2) {width: 0%; opacity: 0; }
#nav-icon4.open span:nth-child(3) {-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 24px; left: 7px; background-color: #fff; }
.menu {color: #fff; font-size:16px; position:fixed; top:36px; letter-spacing:-0.01rem; right:15.5px; font-weight:900; }

.overlay { position: fixed; background: rgb(28, 52, 139); background: linear-gradient(180deg,rgba(28, 52, 139, 1) 40%, rgba(200, 57, 141, 1) 99%); top: 0; left: 0; width: 100%; height: 0%; opacity: 0; visibility: hidden; -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s; transition: opacity 0.35s, visibility 0.35s, height 0.35s; overflow: hidden; z-index: 250; }
.overlay.open {opacity: 1; visibility: visible; height: 100%; }
.overlay.open li {-webkit-animation: fadeInRight 0.5s ease forwards; animation: fadeInRight 0.5s ease forwards; -webkit-animation-delay: 0.35s; animation-delay: 0.35s}
.overlay.open li:nth-of-type(2) {-webkit-animation-delay: 0.4s; animation-delay: 0.4s; }
.overlay.open li:nth-of-type(3) {-webkit-animation-delay: 0.45s; animation-delay: 0.45s;}
.overlay.open li:nth-of-type(4) {-webkit-animation-delay: 0.5s; animation-delay: 0.5s;}
.overlay nav {position: relative; height: 70%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); font-size: 24px; text-align: center;letter-spacing: -0.01em;}
.overlay ul {list-style: none; padding: 0; margin: 0 auto; display: inline-block; position: relative; height: 100%;}
.overlay ul li {display: block; height: 12%; height: calc(100% / 4); min-height: 30px; position: relative; opacity: 100; text-align: center;}
.overlay ul li a {display: block; position: relative; color: #fff; text-decoration: none; font-size: 2.1rem; font-family: 'sp-bd'; letter-spacing: -0.033em; z-index: 99999;}
.overlay ul li a:hover {color: #ffba0d;}


#loader {display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; width: 100%; background: rgba(0, 0, 0, 0.85); z-index: 10000;}
.lds-ripple {display: inline-block; position: relative; width: 96px; height: 96px; margin: 42% 0 0 39%;}
.lds-ripple div { position: absolute; border: 8px solid #fff; opacity: 1; border-radius: 50%; animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;}
.lds-ripple div:nth-child(2) {animation-delay: -0.5s;}
@keyframes lds-ripple { 0% {top: 48px; left: 48px; width: 0; height: 0; opacity: 1;}
    100% {top: 0px;left: 0px; width: 96px; height: 96px;opacity: 0;}
}

ul.tabs {margin: 0; padding: 0px;list-style: none;}
ul.tabs li {background: none; display: inline-block; padding: 12px; cursor: pointer; margin: 0 3px -4px 0; font-size: 18px; border-radius: 8px; box-sizing: border-box;
-webkit-box-shadow: 0px -9px 9px 0px rgba(166, 166, 166, 0.3); -moz-box-shadow: 0px -9px 9px 0px rgba(166, 166, 166, 0.3); box-shadow: 0px -9px 9px 0px rgba(166, 166, 166, 0.3);  background: #ffbc0d; color: #fff;}
ul.tabs li.current {background: #fff; color: #000;}
.tab-content {display: none; background: #ffbc0d; min-height: 140px; border-radius: 6px; box-shadow: none; box-sizing: border-box; text-align: left; padding: 20px;}
.tab-content h2 {font-size: 20px; text-transform: uppercase;-webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto;}
.tab-content.current {display: inherit;background: #fff; -webkit-box-shadow: 0px 9px 9px 0px rgba(166, 166, 166, 0.3); -moz-box-shadow: 0px 9px 9px 0px rgba(166, 166, 166, 0.3); box-shadow: 0px 9px 9px 0px rgba(166, 166, 166, 0.3);}
.icons img{border-radius:6px; margin:2px; }
.selo img.pic{height:55px; width:auto; margin:5px; float:none}
.selo img.seta{width:14px;height:auto; margin:-9px 0 5px 0}
.perfil .selo{width:87%}
.read-more{color:crimson; display:flex; font-size:1.4rem; margin-top:4px; align-items: center}
.read-more::after {content: ""; background-image: url(../img/arrow-down.svg); height:14px; width:12px; margin:5px 0 auto 3px;}
}




@media (min-width: 360px) {
  .mb {margin-top: 17vh;}
  .heroin {height: 330px;}
  .txtin {top: 60px;}
  .giro {top: 290px;left: 20%;width: 60%; }
  .hamb {top: 400px; left: 13%; width: 74%;}
}


@media (min-width: 375px) {
  .mb { margin-top: 16vh;}
  .heroin { height: 330px;}
  .txt {top: 280px;}
  .txtin {top: 80px;}
  .giro {top: 310px;}
  .hamb {top: 420px;}
}


@media (min-width: 412px) {
  .mb {margin-top: 17vh;}
  .heroin {height: 380px;}
  .txt {top: 300px;}
  .txtin {top: 80px;}
  .mao {top: 800px;}
  .giro {top: 340px;}
  .hamb {top: 460px;}
.selo img.produto{width:33%}
}


@media (min-width: 640px) {
  .mob {display: none;}
  .desk {display: block;}
  .hero {height: 120vh;}
  .heroin {height: 55vh;}
  .giro {width: 24%; top: 100px; left: 19%;}
  .hamb {width: 30%; top: 165px; left: 16%;}
  .txt {top: 40px;}
  .dis {width: 90vw; margin: 50px 7vw 30px 7vw;}
  .tit {width: 320px; display: flex; align-items: center;}
  #como { margin-top: 0px;}
  .selo img {margin-right: 5px; width: 27px; height: 27px;}
}


@media (min-width: 800px) {
  .giro {width: 24%;top: 130px; left: 19%;}
  .hamb {width: 30%; top: 210px; left: 16%;}
}


@media (min-width: 1000px) {
  .astro {width: 100px; top: 35px; right: 15%;}
  .txt h1 {font-size: 4.5rem;}
  .container {width: 75%;}
  .txt {top: 22vh;}
  .giro {width: 24%; top: 158px; left: 19%;}
  .hamb {width: 30%;top: 260px; left: 16%;}
  #cad {padding: 0 0 80px 0; margin-top: -60px;}
  #cad .twelve {padding: 30px 45px;}
  .pe {top: 0px;}

.selo {box-shadow: 0px 20px 54px 0px rgba(74, 74, 74, 0.35); padding: 22px 20px 15px 20px; min-height: 122px;}
.selo img {margin-right:14px; width:54px; height:auto}
.selo h3 {font-family:'sp-rg'; font-size:2.2rem;}
.selo h1{margin:5px 8px 20px 0; float:left}

  button.bop {padding: 12px 18px; font-size: 1.4rem; height: 36px;line-height: 1rem;}
  .u-half-width {width:49.7%;}
  .lds-ripple {width: 152px; height: 152px; margin: 20% 0 0 45%; }
  .overlay .open {height: 50px;}
  .overlay ul li a {margin: 0 14px; font-size: 1.2em; font-weight: bolder;}
  #nav-icon4 {width: 33px; height: 40px; top: 35px; left: 3%;}
  #nav-icon4 span {display: block; position: absolute; height: 5px; width: 60%; margin: 14px auto 6px 20%;background: #fff; border-radius: 2px; opacity: 1; left: 0;
    -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: 0.25s ease-in-out; -moz-transition: 0.25s ease-in-out; -o-transition: 0.25s ease-in-out; transition: 0.25s ease-in-out;}
}


@media (min-width: 1200px) {
  .txt h1 {font-size: 5.5rem;}
  .pe {top: 0px;}
  .desk {width: 94%;left: 5%;}
  .hero {height: 110vh;}
  .giro {width: 22%; top: 190px; left: 22%;}
  .hamb {width: 28%; top: 304px; left: 19%;}
.selo img.pic{height:60px; width:auto; margin:0 20px 0 0}
.zodiaco{background-size:cover; background-position:top left}
#resultadoMapa .mandala{position:relative; height:auto; width:55%; margin:0 50px 0 -20px; }
.perfil{display:flex; align-items:center}
.perfil .selo{width:90%}
.selo img.produto{width:35%}
}


@media (min-width: 1350px) {
.txt {top: 25vh;}
.txtin {top: 19vh}
  #como {margin-top: 0;}
  .giro {width: 22%; top: 200px;left: 22%;}
  .hamb {width: 28%; top: 325px;left: 19%;}
}


@media (min-width: 1600px) {
  .astro { width: 120px;}
  .txt h1 {font-size: 6.3rem; }
  .overlay ul li a {margin: 0 14px; font-size: 1.1em; }
  .hero {height: 105vh; }
  .giro {width: 22%; top: 240px; left: 22%; }
  .hamb {width: 28%; top: 380px;left: 19%;}
}


@media (min-width: 1920px) {
  .giro {width: 21%; top: 285px; left: 22.7%;}
  .hamb {width: 26%; top: 470px;left: 20%;}
}





#return-to-top {position: fixed; bottom: 18px; right: 20px; background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.5); width: 48px; height: 48px; display: block; text-decoration: none; -webkit-border-radius: 34px; -moz-border-radius: 34px; border-radius: 34px; display: none; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
#return-to-top i { color: #fff; margin: 0; position: relative; left: 18px; top: 16px; font-size: 19px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
#return-to-top:hover {background: rgba(0, 0, 0, 0.7);}
#return-to-top:hover i {color: #fff; top: 14px;}
.arrow {border: solid #fff; border-width: 0 4px 4px 0; display: inline-block; padding: 4px; transform: rotate(-135deg); -webkit-transform: rotate(-135deg);}

.hidden {display: none;}
#loaderfile { display: none; width: 100%; background-color: #f0f0f0; border: 1px solid #ccc; padding: 5px; border-radius: 5px;}
.ind {width: 100%; height: 20px; background-color: #4caf50; border-radius: 5px; animation: indeterminate-progress 2s infinite;}

@keyframes indeterminate-progress {
  0% {  transform: scaleX(0);  }
  50% {  transform: scaleX(1);  }
  100% {  transform: scaleX(0);  }
}





.modal-window {position:absolute; background-color:rgba(255, 255, 255, 0.8); top:0; right:0; bottom:0; left:0; z-index: 999999; visibility: hidden; opacity: 0; pointer-events: none; -webkit-transition: all 0.3s; transition: all 0.2s;}
.modal-window:target {visibility: visible; opacity: 1; pointer-events: auto;}
.modal-window > div {max-width:1000px; max-height:calc(100vh - 40px); overflow-y:scroll; width:85%; padding:24px; position:absolute; top:50%; left:50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background: #ffffff; -webkit-box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.26); -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.26); box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.26); border-radius: 6px;}
.modal-close {line-height:50px; font-size:80%; font-weight:bolder; position:absolute; right:12px; text-align:center; top:0; width:80px; text-decoration:none;}
.modal-close:hover {color: black;}
.modal-window div:not(:last-of-type) {margin-bottom: 15px;}
#print{height:38px; font-size:1.5rem; padding:0 20px} 

@media (min-width:1200px){
.modal-window > div {max-width:1200px; max-height:calc(100vh - 40px); overflow-y:scroll; width:92%; padding:33px; position:absolute; top:50%; left:50%;}
#mapa-astral .mandala{float:right; max-width:50%}
#mapa-astral p{}
#mapa-astral .icons img{float:none}
}





@media screen and (min-width:300px) {
.wrap-collapsible {margin:2rem 0}
.lbl-toggle p{padding:0; font-size:1.4rem; letter-spacing:-0.03rem; text-transform:none; line-height:1; color:#008fee; margin-bottom:2px; border-radius:6px}
input[type='checkbox'] {display:none;}
.lbl-toggle {display:block; font-size:2rem; line-height:1rem; padding:1rem 0.7rem 0 1.4rem; color:#1c2f6e; background:#fff; cursor:pointer; transition:all 0.25s ease-out; margin-bottom:0; box-shadow:rgba(15, 20, 31, 0.15) 0px 0px 15px 0px;}
.lbl-toggle:hover { color:#1c2f6e}
.lbl-toggle::after { content:' '; display:inline-block; vertical-align:middle; transition:transform .2s ease-out; margin:0 0 0 6px}
.collapsible-content { box-shadow:rgba(15, 20, 31, 0.15) 0px 0px 18px 0px}
.toggle:checked + .lbl-toggle + .collapsible-content { max-height:2250px; height:auto}
.toggle:checked + .lbl-toggle {}
.collapsible-content .content-inner {background:#fff; padding:1.5rem;}
.content-inner p {margin-bottom:1.4rem; color:#333; font-family:'sp-rg'; }
table th,table td {font-size:0.8rem}
table tr td:first-child, table tr th:first-child{width:4%;padding:0;text-align:center}
.um{width:8%}.dois{width:15%}
.lbl-toggle button{font-size:1.5rem; height:40px; line-height:1; padding:0 22px; }
}

@media screen and (min-width:800px) {
.lbl-toggle p{padding:0; font-size:1.5rem; text-transform:none; line-height:110%}
input[type='checkbox'] {display:none;}
.lbl-toggle {padding:1rem 0.7rem 0 1.4rem; margin-bottom:0; box-shadow:rgba(15, 20, 31, 0.15) 0px 0px 18px 0px;}
.lbl-toggle::after { content:' '; display:inline-block; vertical-align:middle; transition:transform .2s ease-out; margin:0 0 0 6px}
.toggle:checked + .lbl-toggle + .collapsible-content {max-height:15250px; height:auto}
.collapsible-content .content-inner {padding:1.7rem}
.content-inner p {font-size:1.6rem; margin-bottom:1.4rem}




@media print {
  body {visibility: hidden; }
  #mapa-astral,#resultadoMapa {visibility: visible; position: absolute; left: 0; top: 0; }
}
