* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  font-weight: 120;
  font-family: 'Mochiy Pop One', sans-serif;
}

h2 {
  font-size: 1.8em;
  font-weight: 200;
  color: #888;
  letter-spacing: 1px;
} 

section {
  margin-bottom: 20px;
}



.hide {
  display: none;
}

.decal {
  height: 2px;
  background-color: #000;
  border-bottom: 1px solid #333;
}



/* EFFECTS
***************/

.glow {
  text-shadow: 0 0 0 rgba(230, 68, 68, 0.034);
    -webkit-transition: text-shadow 1s linear;
       -moz-transition: text-shadow 1s linear;
         -o-transition: text-shadow 1s linear;
            transition: text-shadow 1s linear;
}

.glow.in {
  text-shadow: 
    0.025em 0.025em 0.025em rgba(0, 0, 0, 0.8),
    0 0 0.5em rgba(255, 255, 255, 0.3);
}

.fade {
  opacity: 0;
    -webkit-transition: opacity 1s linear;
       -moz-transition: opacity 1s linear;
         -o-transition: opacity 1s linear;
            transition: opacity 1s linear;
}

.fade.in {
  opacity: 1;
}

.modal-backdrop {
  background: rgba(0,0,0,0.5);
} 


/* MARKETING
***************/

.jumbotron {
  /* position: relative;
  padding: 3em 0; */
  text-align: center;
  background: linear-gradient( rgba(112, 20, 145, 0.945), rgba(112, 20, 145, 0.651), rgba(112, 20, 145, 0.719)), url("../img/background-principal.jpg") no-repeat center center;
  height: 480px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* background-color: #FFdd00; */
  /* background-image: -moz-linear-gradient(top, #FFdd00, #FF9900);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFdd00), to(#FF9900));
  background-image: -webkit-linear-gradient(top, #FFdd00, #FF9900);
  background-image: -o-linear-gradient(top, #FFdd00, #FF9900);
  background-image: linear-gradient(to bottom, #FFdd00, #FF9900);
  background-repeat: repeat-x; */
}

.jumbotron h1 {
  color: #fff;
   text-shadow: 0.025em 0.025em 0.025em rgba(186, 165, 194, 0.87);
  visibility: hidden;
  margin-bottom: 50px;
}

.jumbotron h1 .char11 {
  color: #ED303C;
}

.jumbotron p {
  margin-top: -1em;
  letter-spacing: 0.15em;
  color: #ccc;
  font-size: 1.25em;
  font-weight: 200;
  text-shadow: 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.8);
  visibility: hidden;
  text-align: center;
}

.jumbotron .btn {
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 1.6em;
}

.about {
  margin-top: 1em;
}

.about p {
  font-size: 1.2em;
}

.playground {
  background: #242424;
  border-radius: 4px;
  border: 1px solid #333;
  margin-bottom: 10px;
}

.playground .controls {
  margin-bottom: 0;
  background: #282828;
  border-radius: 0 0 4px 4px;
  border: 1px solid #0c0c0c;
  border-top: 1px solid #333;
}

.playground .controls form {
  margin-bottom: 0;
  padding-bottom: 8px;
}

.playground .controls select {
  width: 48%;
  margin-right: 4px;
}

@media (max-width: 480px) {
  .playground .controls select {
    width: 100%;
    margin-right: 0;
  }
}

.playground .viewport {
  display: table;
  min-height: 10em;
  padding: 20px;
  border-radius: 4px 4px 0 0;
  border: 1px solid #0c0c0c;
  overflow: hidden;
  -webkit-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
}



.deps {
  font-size: 1.2em;
}

.deps ul {
  list-style-type: square;
  margin: 0;
}

.deps ul li {
  line-height: 1.5em;
  font-weight: 200;
}

/* GRID 
***************/ 

.grid:after {
  content: "";
  display: table;
  clear: both;
}

[class*='col-'] {
  float: left;
  padding-right: 20px;
}
.grid [class*='col-']:last-of-type {
  padding-right: 0;
}

.col-1-1 {
  width: 100%;
}

.col-2-3 {
  width: 66.66%;
}

.col-1-3 {
  width: 33.33%;
}

.col-1-2 {
  width: 50%;
}

.col-1-4 {
  width: 25%;
}

.col-3-4 {
  width: 75%;
}

.col-4-5 {
  width: 80%;
}

.col-1-6 {
  width: 16.66%;
}

.col-1-8 {
  width: 12.5%;
}

.grid-pad {
  padding-left: 20px
}

.grid-pad [class*='col-'] {
  padding-top: 20px;
  padding-top: 20px;
}

.grid-pad [class*='col-']:last-of-type {
  padding-right: 20px;
}

@media (max-width: 767px) {
  [class*='col-'] {
    width: 100%;
  }
}


/* CODE 
**************/

pre code {
  background: transparent;
}

/* CARD */

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


/* BOTÃO REDES SOCIAIS */

.botoes-flutuantes {
  display: none;
}

.botao-whatsapp {
  display: flex;
  position: fixed;
  bottom: 180px;
  right: 30px;
  width: 40px;
  height: 40px;
  border-radius: 25px;
  background-color: #701491;
  color: #fff;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.botao-whatsapp>i {
  color: #fff;
  font-size: 20px;
}

.botao-whatsapp:hover {
 background-color: #169bd6;
}

.botao-instagram {
  display: flex;
  position: fixed;
  bottom: 130px;
  right: 30px;
  width: 40px;
  height: 40px;
  border-radius: 25px;
  background-color: #701491;
  color: #fff;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.botao-instagram>i {
  color: #fff;
  font-size: 20px;
}

.botao-instagram:hover {
  background-color: #169bd6;
}

.botao-facebook {
  display: flex;
  position: fixed;
  bottom: 80px;
  right: 30px;
  width: 40px;
  height: 40px;
  border-radius: 25px;
  background-color: #701491;
  color: #fff;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.botao-facebook>i {
  color: #fff;
  font-size: 20px;
}

.botao-facebook:hover {
  background-color: #169bd6;
}

/* BOTÕES DE LEVAR AO TOPO ****************************************/

.leva-ao-topo {
  display: flex;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  border-radius: 25px;
  background-color: #f4b613;;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.leva-ao-topo>i {
  color: #fff;
  font-size: 20px;
}

.leva-ao-topo:hover {
background-color: #701491;   
}


/* FOOTER ***************/

footer {
  background: linear-gradient(rgba(244, 180, 19, 0.801),  rgba(22, 156, 214, 0.623), rgba(112, 20, 145, 0.932)), url("../img/background-footer.jpg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  font-size: 18px;
  margin-top: 30px;
}

footer .h4{
  font-family: 'Mochiy Pop One', sans-serif;
  padding-bottom: 10px;
}

footer .container .row .col-lg-4,
footer .container .row .col-md-12  {
  padding-top: 50px;
}


/*LOGO DO FOOTER */

footer img {
  width: 200px;
  margin-left: -5px;
  margin-top: -10px;
  margin-bottom: 20px;
}

/*ACESSE */

.footer_nav a,
.footer_horarios ul li a {
  color: #fff;
  text-decoration: none !important;
}

.footer_nav a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #169bd6;
  border-radius: 5px;

}


/* DIREITOS RESERVADOS ****************************************************************/

.direitos_reservados {
  margin-top: 50px;
  text-align: center !important;
  color: #fff;
}

.direitos_reservados p {
  margin-top: -10px;
  font-size: 15px;
}

.direitos_reservados a {
  color: #ffffff;
  text-decoration: none !important;
}

.direitos_reservados a:hover {
  color: #169bd6;;
  text-decoration: none;
}



