*{
    padding: 0; margin: 0;
}
body, html{
    width: 100%;
    height: 100%;
    background: #ffd26f;
    font-family: 'Oswald', sans-serif;
    color:#fff;
}


/* LOADER */
#loader{
	width: 100%;
	height: 100%;
}

.loader {
  margin: 0 auto;
  width: 60px;
  height: 50px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.loader > div {
  height: 100%;
  width: 8px;
  display: inline-block;
  float: left;
  margin-left: 2px;
  -webkit-animation: delay 0.8s infinite ease-in-out;
  animation: delay 0.8s infinite ease-in-out;
}

.loader .bar1 {
  background-color: #9c9c9c60;
}

.loader .bar2 {
  background-color: #f74f1260;
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.loader .bar3 {
  background-color: #9c9c9c60;
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.loader .bar4 {
  background-color: #f74f1260;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.loader .bar5 {
  background-color: #9c9c9c60;
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.loader .bar6 {
  background-color: #f74f1260;
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

@-webkit-keyframes delay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.05);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes delay {
  0%, 40%, 100% {
    transform: scaleY(0.05);
    -webkit-transform: scaleY(0.05);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}


  /*  /LOADER */





p{
    font-size: 1.6em;
    margin-top: 15px;
}
img{
    max-width: 100%;
}

.header{
    background: #ffd26f;
    padding: 20px 0;

}

.TopoSite{
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background:url(../img/fundo-topo.jpg);
    padding-bottom: 140px;
}

.BannerTopo{
    margin-top: -30px;
}

.quinzena{
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background:url(../img/quinzena-03.png);
    padding: 50px 0;
}

.quinzena span {
        color: #00fcd7;
        font-size: 1.42em;
    }

.upgrade{
    background: #e9365c;
    padding: 120px 0;
    overflow: hidden;
}

.upgrade .gusta{
    position: absolute;
    bottom: -150px;
    right: 0;
}
@media (min-width: 521px) and (max-width: 680px){
}
@media (min-width: 521px) and (max-width: 680px){
}
@media (min-width: 521px) and (max-width: 991px){

    .upgrade .gusta{
        position: absolute;
        bottom: -150px;
        right: 0;
        width: 300px;
        display: none;
    }
}
@media (max-width: 520px){

    .upgrade .gusta{
        position: relative;
        bottom: 0;
    }

    .upgrade{
        background: #e9365c;
        padding: 120px 0 0 0;
        overflow: hidden;
    }


}
 
.maquina{
    background:#ffd26f;
    padding:80px 0;
}
.maquina h2{
    margin-bottom: 30px;
}
.maquina figure{
    padding: 15px 0;
}

.maquina .prod img:hover {
    transform: scale(1, 1); /* Standard syntax */
    animation-name: pulodogato;
    animation-duration: 0.2s;
    animation-delay: 0s;
    animation-timing-function: ease-in-out;
  }


  @keyframes pulodogato {
    0% {
      -ms-transform: scale(1, 1); /* IE 9 */
      -webkit-transform: scale(1, 1); /* Safari */
      transform: scale(1, 1); /* Standard syntax */
    }
    50% {
        -ms-transform: scale(1.2, 1.2); /* IE 9 */
        -webkit-transform: scale(1.2, 1.2); /* Safari */
        transform: scale(1.2, 1.2); /* Standard syntax */
      }

    100% {
        -ms-transform: scale(1, 1); /* IE 9 */
        -webkit-transform: scale(1, 1); /* Safari */
        transform: scale(1, 1); /* Standard syntax */
    }
  }



.maquina figure figcaption .le{
    text-align: left;
}
.maquina figure figcaption .ri{
    text-align: right;
}

.maquina figure figcaption{
    background: #e9365c;
    display: block;
    padding: 13px 0;
    overflow: hidden;
    margin-top: 5px;
    border-radius: 0% 25% 10% 0%;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
}


.maquina figure figcaption a{
    color:#fff;
    font-size: 0.95em;
    text-decoration: none;
    background: #e9365c;
    padding: 3px 13px;
    border-radius: 10px;
}
.maquina figure figcaption a:hover{
    background: #fc5f81;

}

.LogoCamp{
    background: #4acef4;
    padding:80px 0;
}



.btn-group-sm>.btn, .btn-sm {
    padding: 10px;
    font-size: 3em;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-social {
  color: #FFFFFF;

  border:0;
  font-size: 20px;
}


.footer{
    background: #e9365c;
    padding: 40px 0 10px 0;
  
  }
  .footer figure{
    max-width: 253px;
    margin: 0 auto;
  }
  

  

.voltarTopo {
    bottom: 30px !important;
    color: #fff;
    width: 60px;
    height: 60px;
    position: fixed;
    right: 30px;
    text-transform: uppercase;
    border: 0px solid #fff;
    z-index: 9999;
    background: url(../img/icone-topo.png) top center no-repeat;
}




.btn-social:hover,
.btn-social:focus,
.btn-social:active,
.btn-social.active,
.open .dropdown-toggle.btn-social {
  color: #ffd26f;

}

.btn-social:active,
.btn-social.active,
.open .dropdown-toggle.btn-social {
  background-image: none;
}

.btn-social.disabled,
.btn-social[disabled],
fieldset[disabled] .btn-social,
.btn-social.disabled:hover,
.btn-social[disabled]:hover,
fieldset[disabled] .btn-social:hover,
.btn-social.disabled:focus,
.btn-social[disabled]:focus,
fieldset[disabled] .btn-social:focus,
.btn-social.disabled:active,
.btn-social[disabled]:active,
fieldset[disabled] .btn-social:active,
.btn-social.disabled.active,
.btn-social[disabled].active,
fieldset[disabled] .btn-social.active {
  background-color: #FFBD35;
  border-color: #FFBD35;
}

.btn-social .badge {
  color: #FFBD35;
  background-color: #FFFFFF;
}
.btn-aproveite {
    color: #000000;
    background-color: #FFFCBD;
    border-color: #FFF587;
    padding: 20px 30px;
    font-size: 1.42em;
    margin-top: 20px;
} 
   
  .btn-aproveite:hover, 
  .btn-aproveite:focus, 
  .btn-aproveite:active, 
  .btn-aproveite.active, 
  .open .dropdown-toggle.btn-aproveite { 
    color: #000000; 
    background-color: #FCE235; 
    border-color: #FFF587; 
  } 
   
  .btn-aproveite:active, 
  .btn-aproveite.active, 
  .open .dropdown-toggle.btn-aproveite { 
    background-image: none; 
  } 
   
  .btn-aproveite.disabled, 
  .btn-aproveite[disabled], 
  fieldset[disabled] .btn-aproveite, 
  .btn-aproveite.disabled:hover, 
  .btn-aproveite[disabled]:hover, 
  fieldset[disabled] .btn-aproveite:hover, 
  .btn-aproveite.disabled:focus, 
  .btn-aproveite[disabled]:focus, 
  fieldset[disabled] .btn-aproveite:focus, 
  .btn-aproveite.disabled:active, 
  .btn-aproveite[disabled]:active, 
  fieldset[disabled] .btn-aproveite:active, 
  .btn-aproveite.disabled.active, 
  .btn-aproveite[disabled].active, 
  fieldset[disabled] .btn-aproveite.active { 
    background-color: #FFFCBD; 
    border-color: #FFF587; 
  } 
   
  .btn-aproveite .badge { 
    color: #FFFCBD; 
    background-color: #000000; 
  }



