.gp-tema-bg-blue
{
  background-color: #C7EBFF;
}
.gp-tema-bg-blue-light
{
  background-color: #d2e9f5;
  border-radius: 15px;
}
.gp-tema-bg-blue-light2
{
  background-color: #d2e9f5;
  border: none;
  margin: 0%;
  padding: 0%;
}

.gp-bg-blue
{
    background: #116FA4;
}

.gp-bg-blue-light 
{
    background-color: #0F7DBB;
}

.gp-bg-light
{
    background-color: #eef9ff;
}


.gp-blue
{
    color: #116FA4;
}
.gp-nav-blue
{
   color: #348FE2;
}
 
.gp-bg-gray
{
    background: #e7e7e7;
}

.gp-bg-cian-light
{
  background-color: #add1e53a; 
  color: #274152b2;
}


.gp-red {
    color: #f44336;
}

.gp-bg-red {
    background-color: #f44336;
}

.gp-gradiente {
    background-image: linear-gradient(#126797, #007ABC);
}

.gp-gradiente:hover {
  background-image: linear-gradient(#2085c0, #209cdf);
}

.gp-gradiente2 {
  background-image: linear-gradient(#126797, #007ABC);
}

.gp-gradiente-seguinte {
  background-image: linear-gradient(#fdfdfd, #9eddff);
  border-radius: 15px;
} 

.gp-gradiente-red {
  background-image: linear-gradient(#971b12, #bc0d00);
}

.gp-gradiente-red:hover {
background-image: linear-gradient(#c02b20, #df2d20);
}



.gp-space-30px {
    word-spacing: 30px;
}

.gp-space-15px {
    word-spacing: 15px;
}

.gp-footer-background {
    background-image: url('/static/assets/images/footer/footer.png');
}

.gp-text-right {
    text-align: right;
}

.gp-btn-horario {
  padding: 1px;
  background-color: #add1e5; 
  border: none;
  width: 66px;
  height: 65px;
  text-align: center;
  margin: 2px;
}

/* CALENDAR     border: none;*/
.gp-btn-calendar {
    padding: 1px;
    background-color:#add1e5;
    border: none;
    width: 102px;
    height: 60px;
    text-align: center;
    margin: 4px;
}



.gp-btn-calendar:hover {
  background-color: #0F7DBB;
}

.gp-btn-calendar:hover h6{
  color: white;
}

.gp-btn-calendar h5 {
  color: #0F7DBB;
  font-size: 18px;
}
.gp-btn-calendar:hover h5{
  color: white;
  font-size: 23px;
}
.gp-btn-calendar:focus h5{
  color: white;
  font-size: 23px;
}

/* CALENDAR */
.gp-btn-calendar-esgotado {
  padding: 1px;
  background-color:#fa3a3a; /*#FABABA;*/
  border: none;
  width: 102px;
  height: 60px;
  text-align: center;
  margin: 4px;
}

.gp-btn-calendar-fechado {
  padding: 1px;
  background-color: #d7d6d4;
  color: gray;
  border: none;
  width: 102px;
  height: 60px;
  text-align: center;
  margin: 4px;
}

.gp-btn-calendar-dia-0 {
  padding: 1px;
  background-color:#e4e1e1;
  border:#cf1931;
  border-color: #000000;
  width: 102px;
  height: 60px;
  text-align: center;
  margin: 4px;
}

/* CALENDAR  hoje*/
.gp-btn-calendar-hoje {
  padding: 1px;
  /*background-color:#04f8ec;*/
  color: gray;
  border-style: solid;
  border-color: #15f4ee;
  border-width: 2px;
  border-radius: 6px;
  width: 102px;
  height: 60px;
  text-align: center;
  margin: 4px;
  /*box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(43, 64, 10, 0.35) 0px -2px 6px 0px inset;*/
}

.gp-btn-calendar-hoje:focus {
  background-color: #0F7DBB;
}
.gp-btn-calendar-hoje h5 {
  color: #0F7DBB;
  font-size: 18px;
}
.gp-btn-calendar-hoje:hover h5{
  color: white;
  font-size: 23px;
}
.gp-btn-calendar-hoje:focus h5{
  color: white;
  font-size: 23px;
}


.table.table-transporte td, .table.table-transporte th {
    padding: 10px 10px 10px 0;  
}
 
.selected {
    background-color:#f4f9fc;
    color: rgb(65, 65, 65);
    font-weight: bold;
}

  @media only screen and (max-width: 1200px) {
    .gp-btn-horario {
      padding: 1px;
      background-color: #add1e5; 
      border: none;
      width: 51px;
      height: 45px;
      text-align: center;
      margin: 2px;
    }

    .gp-btn-calendar {
        padding: 1px;
        background-color: #add1e5; 
        border: none;
        width: 75px;
        height: 60px;
        text-align: center;
        margin: 2px;
    }
    .gp-btn-calendar h5 {
        font-size: 12px;
    }

    .gp-btn-calendar-dia-0 {
      padding: 1px;
      background-color:#e4e1e1;
      border: none;
      width: 75px;
      height: 60px;
      text-align: center;
      margin: 2px;
    }

    .gp-btn-calendar-hoje {
      padding: 1px;
      /*background-color:#04f8ec;*/
      color: gray;
      border-style: solid;
      border-color: #15f4ee;
      border-width: 2px;
      border-radius: 6px;
      width: 75px;
      height: 60px;
      text-align: center;
      margin: 2px;
    }
    .gp-btn-calendar-fechado {
      padding: 1px;
      background-color:#d7d6d4;
      color: gray;
      border: none;
      width: 75px;
      height: 60px;
      text-align: center;
      margin: 2px;
    }
    .gp-btn-calendar-esgotado {
      padding: 1px;
      background-color:#fa3a3a; /*#FABABA;*/
      border: none;
      width: 75px;
      height: 60px;
      text-align: center;
      margin: 2px;
    }
  }

  @media only screen and (max-width: 992px) {
    .gp-btn-horario {
      padding: 1px;
      background-color: #add1e5; 
      border: none;
      width: 89px;
      height: 65px;
      text-align: center;
      margin: 2px;
    }

    .gp-btn-calendar {
        padding: 1px;
        background-color: #add1e5; 
        border: none;
        width: 60px;
        height: 60px;
        text-align: center;
        margin: 2px;
    }
    .gp-btn-calendar h5 {
        font-size: 12px;
    }

    .gp-btn-calendar-dia-0 {
      padding: 1px;
      background-color:#e4e1e1;
      border: none;
      width: 60px;
      height: 60px;
      text-align: center;
      margin: 2px;
    }

    .gp-btn-calendar-hoje {
      padding: 1px;
      /*background-color:#04f8ec;*/
      color: gray;
      border-style: solid;
      border-color: #15f4ee;
      border-width: 2px;
      border-radius: 6px;
      width: 60px;
      height: 60px;
      text-align: center;
      margin: 2px;
    }
    .gp-btn-calendar-fechado {
      padding: 1px;
      background-color:#d7d6d4;
      color: gray;
      border: none;
      width: 60px;
      height: 60px;
      text-align: center;
      margin: 2px;
    }
    .gp-btn-calendar-esgotado {
      padding: 1px;
      background-color:#fa3a3a; /*#FABABA;*/
      border: none;
      width: 60px;
      height: 60px;
      text-align: center;
      margin: 2px;
    }
  }

  @media only screen and (max-width: 768px) {
    .gp-btn-horario {
      padding: 1px;
      background-color: #add1e5; 
      border: none;
      width: 59px;
      height: 60px;
      text-align: center;
      margin: 2px;
    }
    .gp-btn-calendar-esgotado {
      padding: 1px;
      background-color:#fa3a3a; /*#FABABA;*/
      border: none;
      width: 59px;
      height: 60px;
      text-align: center;
      margin: 2px;
    }
    .gp-btn-calendar {
        padding: 1px;
        background-color: #add1e5; 
        border: none;
        width: 58px;
        height: 60px;
        text-align: center;
        margin: 2px;
    }
    .gp-btn-calendar h5 {
        font-size: 12px;
    }

    .gp-btn-calendar-dia-0 {
      padding: 1px;
      background-color:#e4e1e1;
      border: none;
      width: 58px;
      height: 60px;
      text-align: center;
      margin: 2px;
    }
    .gp-btn-calendar-hoje {
      padding: 1px;
      /*background-color:#04f8ec;*/
      color: gray;
      border-style: solid;
      border-color: #15f4ee;
      border-width: 2px;
      border-radius: 6px;
      width: 58px;
      height: 60px;
      text-align: center;
      margin: 2px;
  }
  .gp-btn-calendar-fechado {
    padding: 1px;
    background-color:#d7d6d4;
    color: gray;
    border: none;
    width: 58px;
    height: 60px;
    text-align: center;
    margin: 2px;
  }
  }

  @media only screen and (max-width: 576px) {
    

    .gp-btn-calendar {
        padding: 1px;
        background-color: #add1e5; 
        border: none;
        width: 55px;
        height: 60px;
        text-align: center;
        margin: 1px;
    }
    .gp-btn-calendar-esgotado {
      padding: 1px;
      background-color:#fa3a3a; /*#FABABA;*/
      border: none;
      width: 55px;
      height: 60px;
      text-align: center;
      margin: 1px;
    }
    .gp-btn-calendar h5 {
        font-size: 12px;
    }

    .gp-btn-calendar-dia-0 {
      padding: 1px;
      background-color:#e4e1e1;
      border: none;
      width: 55px;
      height: 60px;
      text-align: center;
      margin: 1px;
    }

    .gp-btn-calendar-hoje {
      padding: 1px;
      /*background-color:#04f8ec; */
      color: gray;
      border-style: solid;
      border-color: #15f4ee;
      border-width: 2px;
      border-radius: 6px;
      width: 55px;
      height: 60px;
      text-align: center;
      margin: 1px;
  }

  .gp-btn-calendar-fechado {
    padding: 1px;
    background-color:#d7d6d4;
    color: gray;
    border: none;
    width: 55px;
    height: 60px;
    text-align: center;
    margin: 1px;
  }
  } 

  @media only screen and (max-width: 500px) {
    .gp-btn-horario {
      padding: 1px;
      background-color: #add1e5; 
      border: none;
      width: 40px;
      height: 40px;
      text-align: center;
      margin: 1px;
    }
    .gp-btn-calendar-esgotado {
      padding: 1px;
      background-color:#fa3a3a; /*#FABABA;*/
      border: none;
      width: 40px;
      height: 40px;
      text-align: center;
      margin: 1px;
    }
    .gp-btn-calendar {
        padding: 1px;
        background-color: #add1e5; 
        border: none;
        width: 35px;
        height: 35px;
        text-align: center;
        margin: 1px;
    }
    .gp-btn-calendar h5 {
        font-size: 12px;
    }

    .gp-btn-calendar-dia-0 {
      padding: 1px;
      background-color:#e4e1e1;
      border: none;
      width: 35px;
      height: 35px;
      text-align: center;
      margin: 1px;
    }

    .gp-btn-calendar-hoje {
      padding: 1px;
      /*background-color:#04f8ec;*/
      color: gray;
      border-style: solid;
      border-color: #15f4ee;
      border-width: 2px;
      border-radius: 6px;
      width: 35px;
      height: 35px;
      text-align: center;
      margin: 1px;
    }

    .gp-btn-calendar-fechado {
      padding: 1px;
      background-color:#d7d6d4;
      color: gray;
      border: none;
      width: 37px;
      height: 35px;
      text-align: center;
      margin: 1px;
    }
  }
  
  @media only screen and (max-width: 395px) {
    .gp-btn-horario {
      padding: 1px;
      background-color: #add1e5; 
      border: none;
      width: 35px;
      height: 35px;
      text-align: center;
      margin: 1px;
    }
    .gp-btn-calendar-esgotado {
      padding: 1px;
      background-color:#fa3a3a; /*#FABABA;*/
      border: none;
      width: 35px;
      height: 35px;
      text-align: center;
      margin: 1px;
    }
    .gp-btn-calendar {
        padding: 1px;
        background-color: #add1e5; 
        border: none;
        width: 35px;
        height: 35px;
        text-align: center;
        margin: 1px;
    }
    .gp-btn-calendar h5 {
        font-size: 12px;
    }

    .gp-btn-calendar-dia-0 {
      padding: 1px;
      background-color:#e4e1e1;
      border: none;
      width: 35px;
      height: 35px;
      text-align: center;
      margin: 1px;
    }

    .gp-btn-calendar-hoje {
      padding: 1px;
      /*background-color:#04f8ec;*/
      color: gray;
      border-style: solid;
      border-color: #15f4ee;
      border-width: 2px;
      border-radius: 6px;
      width: 35px;
      height: 35px;
      text-align: center;
      margin: 1px;
    }

    .gp-btn-calendar-fechado {
      padding: 1px;
      background-color:#d7d6d4;
      color: gray;
      border: none;
      width: 35px;
      height: 35px;
      text-align: center;
      margin: 1px;
    }
  }


  /*
  @media only screen and (max-width: 1190px) {
    .gp-btn-calendar {
        padding: 1px;
        background-color: #add1e5;
        border: none;
        width: 65px;
        height: 50px;
        text-align: center;
        margin: 1px;
    }
  
    .gp-btn-calendar-hoje {
      padding: 1px;
      background-color:#78c9f5;
      color: #0a5986;
      border: none;
      width: 65px;
      height: 50px;
      text-align: center;
      margin: 4px;
    }

    .gp-btn-calendar h5 {
        font-size: 12px;
    }
    .gp-btn-calendar-esgotado {
        padding: 1px;
        background-color: #FABABA;
        border: none;
        width: 65px;
        height: 50px;
        text-align: center;
        margin: 1px;
    }
  }

@media only screen and (max-width: 985px) {
    .gp-btn-calendar-fechado {
        padding: 1px;
        background-color: #dbdbdb;
        border: none;
        width: 63px;
        height: 45px;
        text-align: center;
        margin: 1px;
    }
    .gp-btn-calendar h5 {
        font-size: 12px;
    }
  }

  @media only screen and (max-width: 985px) {
    .gp-btn-calendar-dia-0 {
        padding: 1px;
        background-color: #e4e1e1;
        border: none;
        width: 63px;
        height: 45px;
        text-align: center;
        margin: 1px;
    }
    .gp-btn-calendar h5 {
        font-size: 12px;
    }
  }

  @media only screen and (max-width: 765px) {
    .gp-btn-calendar {
        padding: 1px;
        background-color: #add1e5; 
        border: none;
        width: 60px;
        height: 40px;
        text-align: center;
        margin: 1px;
    };
    .gp-btn-calendar h5 {
        font-size: 14px;
    }
  }

  @media only screen and (max-width: 541px) {
    .gp-btn-calendar {
        padding: 1px;
        background-color: #C7EBFF;
        border: none;
        width: 50px;
        height: 40px;
        text-align: center;
        margin: 1px;
    };
    .gp-btn-calendar h5 {
        font-size: 14px;
    }
  }

  @media only screen and (max-width: 470px) {
    .gp-btn-calendar {
        padding: 1px;
        background-color: #C7EBFF;
        border: none;
        width: 40px;
        height: 42px;
        text-align: center;
        margin: 1px;
    };
    .gp-btn-calendar h5 {
        font-size: 14px;
    }
  }

  @media only screen and (max-width: 390px) {
    .gp-btn-calendar {
      padding: 1px;
      background-color: #add1e5; 
      border: none;
      width: 65px;
      height: 50px;
      text-align: center;
      margin: 1px;
    }
    
    .gp-btn-calendar-hoje {
      padding: 1px;
     
      color: #0a5986;
      border: none;
      width: 65px;
      height: 50px;
      text-align: center;
      margin: 4px;
    }

    .gp-btn-calendar h5 {
        font-size: 12px;
    }
  }
*/
.month {
    width: 100%;
    /*background-color: #35403e;*/
    text-align: center;
}

.month .prev {
    float: left;
    cursor: pointer;
}

.month .next {
    float: right;
    cursor: pointer;
}

.month ul {
    margin: 0;
    padding: 0;
}

.month ul li {
    color: black;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 900;
    list-style-type: none;
}

.gp-date {
    background-color: #E6F6FF;
    border-radius: 5px;
}

.danger {
    background-color: #ffdddd;
    border-left: 6px solid #f44336;
    margin-bottom: 15px;
    padding: 4px 12px;
  }

.gp-box {
    cursor: pointer;
    margin-right: 20px;
    float: left;
    width: 25px;
    height: 25px;;
    font: 25px/1 Arial,sans-serif;
    text-align: center;
    border-radius: 15%;
}  

.fechado {
    cursor: pointer;
    background-color: #d7d6d4;
    margin-right: 20px;
    float: left;
    width: 25px;
    height: 25px;;
    font: 25px/1 Arial,sans-serif;
    text-align: center;
    border-radius: 15%;
}

.legendaepoca {
  cursor: pointer;
  background-color: #afcfe0;
  margin-right: 20px;
  float: left;
  width: 18px;
  height: 18px;;
  font: 25px/1 Arial,sans-serif;
  text-align: center;
  border-radius: 50%;
}

.esgotado {
    cursor: pointer;
    background-color: #fa3a3a; /*#FABABA;*/
    margin-right: 20px;
    float: left;
    width: 25px;
    height: 25px;
    font: 25px/1 Arial,sans-serif;
    text-align: center;
    border-radius: 15%;
}
/* END CALENDAR*/

/* CHECKOUT*/

.gp-btn-payment {
    background-color: white;
    border-radius: 12%;
    border-style: solid;
    border-width: 0.5px;
    border-color: lightgray;
    text-align: center;
}

.gp-btn-payment:hover {
    background-color: #D9EAF3;
    border-radius: 12%;
    border-style: solid;
    border-width: 0.5px;
    border-color: #0F7DBB;
}

/* END CHECKOUT*/

/* RESUME */
.minus {
    cursor: pointer;
    background-color: rgb(216, 216, 216);
    display: inline-block;
   
    color: white;
    width: 25px;
    height: 25px;
    font: 25px/1 Arial,sans-serif;
    text-align: center;
    border-radius: 15%;
    background-clip: padding-box;
}

.plus {
    cursor: pointer;
    background-color: rgb(219, 219, 219);
    display: inline-block;
    
    color: white;
    width: 25px;
    height: 25px;
    font: 25px/1 Arial,sans-serif;
    text-align: center;
    border-radius: 15%;
    background-clip: padding-box;
}



.count {
    background-color: white;
    color: #000;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 25px;
    padding: 0 1px;
    width: 30px;
    text-align: center;
}

/*
input{  
    border: 0;
    width: 2%;
}*/


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}



#container2 {
  display: inline-block;

}

#container2 figcaption {
 
  top: 145px;
  right: 20px;
  font-size: 40px;
  color: black;
  text-shadow: 0px 0px 5px black;
}

.cards-wrapper {
    display: flex;
    justify-content: center;
  }
  .card img {
    max-width: 100%;
    max-height: 100%;
  }
  .card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
    border-radius: 0;
  }

  .carousel-text-center {
    position: absolute;
    /*top: 40%; */
}


  /*
  .carousel-inner {
    padding: 1em;
  }*/
 /* .carousel-control-prev,
  .carousel-control-next {
    background-color: #e1e1e1;
    width: 5vh;
    height: 5vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  }*/
   /*@media (min-width: 768px) {
    .card img {
      height: 11em;
    }
  }

  /*
.gallery_product
{
    margin-bottom: 30px;
}
.gallery_product .title{
  color:#fff;
  margin: 0;
  position:relative;
  bottom:50px;
  left:10px;
  text-align: center;

}
.gallery_product .title small{
  display:block;
}
*/

div.img {
    position: relative; 
    height: 100%;
}

div.img > img {
  position: relative; 
    top: 60px;
    width:100%; 
   height: 250px;
}

div.img > div {
    position: absolute; 
    left: 50%; 
    margin-left: -40%; 
    top: 15%; 
    margin-top: -75px;
    height: 50%;
}

.button_red {
    background-color: white; 
    color: black; 
    border: 2px solid #f44336;
  }
  
  .button_red:hover {
    background-color: #f44336;
    color: white;
  }

  .button_red:focus {
    background-color: #f44336;
    color: white;
  }

.regras {
    position: relative;
    text-align: center;
    padding: 25px;
    height: 320px;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff73;
    border-top: 7px solid #116FA4;
    border-bottom: 2px solid #116FA4;
    transition: all .5s ease-in-out;
    z-index: 1;
}

.regras_collapse {

    background: #F5F6FA;
  
}

.servicos_collapse {

  background: #0F7DBB;
  color: white;

}

.gp-hr {
  margin: .40rem 0;
  color: #adb5bd;
  background-color: currentColor;
  border: 0;
  opacity: .4
}

.gp-hr:not([size]) {
  height: 1px
}

.gp-p {
  margin-top: 0;
  margin-bottom: .40rem
}
 
.gp-h1, .gp-h2, gp-.h3, .gp-h4, .gp-h5, .gp-h6  {
  margin-top: 0;
  margin-bottom: .310rem;
  font-weight: 600;
  line-height: 1.2;
}


 
/*
img {
    max-width: 100%; }
  
  .preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (max-width: 996px) {
      .preview {
        margin-bottom: 20px; } }
  
  .preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  
  .preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px; }
    .preview-thumbnail.nav-tabs li {
      width: 18%;
      margin-right: 2.5%; }
      .preview-thumbnail.nav-tabs li img {
        max-width: 100%;
        display: block; }
      .preview-thumbnail.nav-tabs li a {
        padding: 0;
        margin: 0; }
      .preview-thumbnail.nav-tabs li:last-of-type {
        margin-right: 0; }
  
  .tab-content {
    overflow: hidden; }
    .tab-content img {
      width: 100%;
      -webkit-animation-name: opacity;
              animation-name: opacity;
      -webkit-animation-duration: .3s;
              animation-duration: .3s; }
  
  
  
  @media screen and (min-width: 997px) {
    .wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  
  .details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  
  .colors {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  
  .product-title, .price, .sizes, .colors {
    text-transform: UPPERCASE;
    font-weight: bold; }
  
  .checked, .price span {
    color: #ff9f1a; }
  
  .product-title, .rating, .product-description, .price, .vote, .sizes {
    margin-bottom: 15px; }
  
  .product-title {
    margin-top: 0; }
  
  .size {
    margin-right: 10px; }
    .size:first-of-type {
      margin-left: 40px; }
  
  .color {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 2em;
    width: 2em;
    border-radius: 2px; }
    .color:first-of-type {
      margin-left: 20px; }
  
  .add-to-cart, .like {
    background: #ff9f1a;
    padding: 1.2em 1.5em;
    border: none;
    text-transform: UPPERCASE;
    font-weight: bold;
    color: #fff;
    -webkit-transition: background .3s ease;
            transition: background .3s ease; }
    .add-to-cart:hover, .like:hover {
      background: #b36800;
      color: #fff; }
  
  .not-available {
    text-align: center;
    line-height: 2em; }
    .not-available:before {
      font-family: fontawesome;
      content: "\f00d";
      color: #fff; }
  
  .orange {
    background: #ff9f1a; }
  
  .green {
    background: #85ad00; }
  
  .blue {
    background: #0076ad; }
  
  .tooltip-inner {
    padding: 1.3em; }
  
  @-webkit-keyframes opacity {
    0% {
      opacity: 0;
      -webkit-transform: scale(3);
              transform: scale(3); }
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1); } }
  
  @keyframes opacity {
    0% {
      opacity: 0;
      -webkit-transform: scale(3);
              transform: scale(3); }
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1); } }
  
  /*# sourceMappingURL=style.css.map */


.links_barra {
  color: white;
  
}

.links_barra:hover {
  color: #add1e5;
}

.btn-slide:hover {
  background-color: ;
}

.text-justify {
  text-align: justify;
}

.gp-btn-xl {
  padding: 20px 60px;
  font-size: 30px;
  border-radius: 10px;
  background-color: orange;
  border: none;

}

.gp-cor-cian {
  background-color: #add1e5; 
}


.shadow-4 {
  box-shadow: 0 1px 1px rgba(0,0,0,0.15),
              0 2px 2px rgba(0,0,0,0.15),
              0 4px 4px rgba(0,0,0,0.15),
              0 8px 8px rgba(0,0,0,0.15);
}

.shadow-6 {
  box-shadow: 0 1px 1px rgba(0,0,0,0.11),
              0 2px 2px rgba(0,0,0,0.11),
              0 4px 4px rgba(0,0,0,0.11),
              0 8px 8px rgba(0,0,0,0.11),
              0 16px 16px rgba(0,0,0,0.11),
              0 32px 32px rgba(0,0,0,0.11);
}


.shadow-blue-6 {
  box-shadow: 0 1px 1px rgba(0, 0, 255, 1),
              0 2px 2px rgba(0,0,255,1),
              0 4px 4px rgba(0,0,255,1),
              0 8px 8px rgba(0,0,255,1),
              0 16px 16px rgba(0,0,255,1),
              0 32px 32px rgba(0,0,255,1);
}

.shadow-shorter {
  box-shadow: 0 1px 1px rgba(0,0,0,0.11),
              0 2px 2px rgba(0,0,0,0.11),
              0 4px 4px rgba(0,0,0,0.11),
              0 6px 8px rgba(0,0,0,0.11),
              0 8px 16px rgba(0,0,0,0.11);
}

.shadow-longer {
  box-shadow: 0 2px 1px rgba(0,0,0,0.09),
              0 4px 2px rgba(0,0,0,0.09),
              0 8px 4px rgba(0,0,0,0.09),
              0 16px 8px rgba(0,0,0,0.09),
              0 32px 16px rgba(0,0,0,0.09);
}
.shadow-95 {
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;}



.blog-shadow-dreamy {
    box-shadow: 0 1px 2px rgba(0,0,0,0.07),
                0 2px 4px rgba(0,0,0,0.07),
                0 4px 8px rgba(0,0,0,0.07),
                0 8px 16px rgba(0,0,0,0.07),
                0 16px 32px rgba(0,0,0,0.07),
                0 32px 64px rgba(0,0,0,0.07);
}

.blog-shadow-sharp {
  box-shadow: 0 1px 1px rgba(0,0,0,0.25),
              0 2px 2px rgba(0,0,0,0.20),
              0 4px 4px rgba(0,0,0,0.15),
              0 8px 8px rgba(0,0,0,0.10),
              0 16px 16px rgba(0,0,0,0.05);
}

.blog-shadow-diffuse {
    box-shadow: 0 1px 1px rgba(0,0,0,0.08),
                0 2px 2px rgba(0,0,0,0.12),
                0 4px 4px rgba(0,0,0,0.16),
                0 8px 8px rgba(0,0,0,0.20);
}

.gp-margintop {
  height: 116px;
}
@media screen and (max-width: 1200px) {
  .gp-margintop {
      height: 0px;
  }
}

.gmapa iframe{
  width: 100%;
  height: 350px;
}

/* ScrolBar  */
.scrollbar
{

height: 90%;
width: 100%;
overflow-y: hidden;
overflow-x: hidden;
}

.scrollbar:hover
{

height: 90%;
width: 100%;
overflow-y: scroll;
overflow-x: hidden;
}

/* Scrollbar Style */ 



#style-1::-webkit-scrollbar-track
{
border-radius: 2px;
}

#style-1::-webkit-scrollbar
{
width: 5px;
background-color: #F7F7F7;
}

#style-1::-webkit-scrollbar-thumb
{
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #BFBFBF;
}
/* Scrollbar End */ 




.fa-lg {
font-size: 1em;
  
}
.fa {
position: relative;
display: table-cell;
width: 55px;
height: 36px;
text-align: center;
top:12px; 
font-size:20px;

}



.main-menu:hover, nav.main-menu.expanded {
width:250px;
overflow:hidden;
opacity:1;

}

.main-menu {
background:#F7F7F7;
position:absolute;
top:0;
bottom:0;
height:100%;
left:0;
width:55px;
overflow:hidden;
-webkit-transition:width .2s linear;
transition:width .2s linear;
-webkit-transform:translateZ(0) scale(1,1);
box-shadow: 1px 0 15px rgba(0, 0, 0, 0.07);
  opacity:1;
}

.main-menu>ul {
margin:7px 0;

}

.main-menu li {
position:relative;
display:block;
width:250px;
  


}

.main-menu li>a {
position:relative;
width:255px;
display:table;
border-collapse:collapse;
border-spacing:0;
color:#8a8a8a;
font-size: 13px;
text-decoration:none;
-webkit-transform:translateZ(0) scale(1,1);
-webkit-transition:all .14s linear;
transition:all .14s linear;
font-family: 'Strait', sans-serif;
border-top:1px solid #f2f2f2;

text-shadow: 1px 1px 1px  #fff;  
}



.main-menu .nav-icon {
  
position:relative;
display:table-cell;
width:55px;
height:36px;
text-align:center;
vertical-align:middle;
font-size:18px;

}

.main-menu .nav-text  {
   
position:relative;
display:table-cell;
vertical-align:middle;
width:190px;
font-family: 'Titillium Web', sans-serif;
}

.main-menu .share {
}



.main-menu .fb-like {

left: 180px;
position:absolute;
top: 15px;
}

.main-menu>ul.logout {
position:absolute;
left:0;
bottom:0;
  
}

.no-touch .scrollable.hover {
overflow-y:hidden;

}

.no-touch .scrollable.hover:hover {
overflow-y:auto;
overflow:visible;
  
}


/* Logo Hover Property */


.settings:hover, settings:focus {   
  background:url( https://s17.postimg.org/74cl7s05b/logo_hover.jpg);
  -webkit-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
-moz-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
-o-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0; 
}

.settings:active, settings:focus {   
  background:url( https://s3.postimg.org/bqfooag4z/startific.jpg);
  -webkit-transition: all 0.1s ease-in-out, width 0, height 0, top 0, left 0;
-moz-transition: all 0.1s ease-in-out, width 0, height 0, top 0, left 0;
-o-transition: all 0.1s ease-in-out, width 0, height 0, top 0, left 0;
transition: all 0.1s ease-in-out, width 0, height 0, top 0, left 0; 
}


a:hover,a:focus {
text-decoration:none;
border-left:0px solid #F7F7F7;



}

nav {
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;
  
}

nav ul,nav li {
outline:0;
margin:0;
padding:0;
text-transform: uppercase;
}




/* Darker element side menu Start*/


.darkerli
{
background-color:#ededed;
text-transform:capitalize;  
}

.darkerlishadow
{
background-color:#ededed;
text-transform:capitalize;  
-webkit-box-shadow: inset 0px 5px 5px -4px rgba(50, 50, 50, 0.55);
-moz-box-shadow:    inset 0px 5px 5px -4px rgba(50, 50, 50, 0.55);
box-shadow:         inset 0px 5px 5px -4px rgba(50, 50, 50, 0.55);
}


.darkerlishadowdown
{
background-color:#ededed;
text-transform:capitalize;  
-webkit-box-shadow: inset 0px -4px 5px -4px rgba(50, 50, 50, 0.55);
-moz-box-shadow:    inset 0px -4px 5px -4px rgba(50, 50, 50, 0.55);
box-shadow:         inset 0px -4px 5px -4px rgba(50, 50, 50, 0.55);
}

/* Darker element side menu End*/




.main-menu li:hover>a,nav.main-menu li.active>a,.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus,.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,.dashboard-page nav.dashboard-menu ul li.active a {
color:#fff;
background-color:#00bbbb;
text-shadow: 0px 0px 0px; 
}
.area {
float: left;
background: #e2e2e2;
width: 100%;
height: 100%;
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: local('Titillium WebLight'), local('TitilliumWeb-Light'), url(http://themes.googleusercontent.com/static/fonts/titilliumweb/v2/anMUvcNT0H1YN4FII8wpr24bNCNEoFTpS2BTjF6FB5E.woff) format('woff');
}

.gp-banner_top {
  top: 115px;
}

.gp-banner_mtop {
  margin-top: 190px;
}

.gp-banner_mtop_150px {
  margin-top: 150px;
}

@media screen and (max-width:  768px) {
  .gp-banner_top {
    top: 55px;
  }
  .gp-banner_mtop {
    margin-top: 100px;
  }
}

.image-container {
  position: relative;
  text-align: center;
  color: white;
}
.image-container img {
  width: 100%;
  height: auto;
}
.text-overlay {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-30%, -50%);
  font-size: 3vw;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Adiciona sombra ao texto para melhor visibilidade */
}

.text-overlay-center {
  font-size: 3vw;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Adiciona sombra ao texto para melhor visibilidade */
}
.text-overlay-center_lighter {
  font-size: 2vw;
  font-weight:lighter;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Adiciona sombra ao texto para melhor visibilidade */
}

.text-overlay-f3 {
  font-size: 3vw;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Adiciona sombra ao texto para melhor visibilidade */
}

.text-overlay-f3 {
  font-size: 2vw;
  font-weight:lighter;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Adiciona sombra ao texto para melhor visibilidade */
}
.text-overlay-f1 {
  font-size: 1vw;
  font-weight:normal;
  /*text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);   Adiciona sombra ao texto para melhor visibilidade */
}
.text-overlay-f1-9 {
  font-size: 1.9vw;
  font-weight:normal;
  /*text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);   Adiciona sombra ao texto para melhor visibilidade */
}
.text-overlay-f1b {
  font-size: 1vw;
  font-weight: bold;
  /*text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);   Adiciona sombra ao texto para melhor visibilidade */
}
.text-overlay-f1-9b {
  font-size: 1.9vw;
  font-weight: bold;
  /*text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);   Adiciona sombra ao texto para melhor visibilidade */
}
.flex-1 {
  flex-grow: 1;
}
.flex-11 {
  flex-grow: 11;
}
