@import url('https://fonts.googleapis.com/css?family=Heebo');
.heebo_font{
  font-family: 'Heebo', sans-serif !important;
}

.custom_size_1{
  font-size: 50px  !important;
}

.custom_size_2{
  font-size: 40px  !important;
}

.custom_size_3{
  font-size: 30px  !important;
}


.visaterminar{
  max-width: 30% !important;
}

.visaterminar:hover{
  -webkit-filter: drop-shadow(3px 3px 3px gray); /* Safari 6.0 - 9.0 */
  filter: drop-shadow(3px 3px 3px gray);
}

.botao-categorias-adicionar-desktop{
  display: none;
}

input[type="date"]{
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  /*
  display:block;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  */
}

.mobile-show{
  display: none;
}

.mobile-hide{
  display: inline-block;
}

.mobile-menu-superior li{
  display: none !important;
}

button:focus {outline:0;}

/* CAMINHO */
.rs-breadcrumbs{
  /*height: 50px;*/
  background-color:#FFF;
  margin-top:50px;
  /*border-bottom: 1px solid #6ebde3;*/
}
.rs-breadcrumbs .page-title{
  color: #000 !important;
  font-size: 26px !important;
  font-weight: 700;
}

.caminho-lista{
  /*margin-top: 5px;*/
}

.caminho-lista li{
  color:#000 !important;
}

.caminho-lista li a{
  color: #999 !important;
}

.caminho-lista li a:hover{
  color: #a0d468 !important;
}

.caminho-lista li a.active{
  color:#999 !important;
}

.caminho-lista li a.active:hover{
  color:#a0d468 !important;
}

.rs-breadcrumbs ul li a::before, .rs-breadcrumbs ul li a::after{
  background-color: #a0d468 !important;
  width: 1px !important;
}

/* LOADER */
.preloader-area{
  background-color: #FFF !important;
}

.loader-image{
  margin: auto;
  width: 200px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  animation: leaves 5s ease-in-out infinite alternate;
  -webkit-animation: leaves 5s ease-in-out infinite alternate;
}

@keyframes leaves {
    0% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
    100% {
        transform: scale(2.0);
        -webkit-transform: scale(2.0);
    }
}

/* TOPBAR */
.registo-topbar{
  margin-right: 10px;
}
/* SEARCH MODAL */
.search-modal .close{
  background-color: transparent !important;
  color: #a0d468;
  margin-right: 20px;
}

.sair-btn:hover{
  background-color: #000 !important;
}

.search-modal .close:hover{
  color: rgb(110, 189, 227);
}

.search-modal .close span{
  font-size: 30px !important;
  text-shadow: none;
}

/* MENU */
#menu-disciplinas{
  position: absolute;
  z-index: 100;
  top: 100px;
  width: 100%;
}

.menu-disciplinas-sticky{
  position: fixed !important;
  top: 60px !important;
  /*height: 40px;*/
}

.menu-disciplinas-sticky ul li a{
  height: 40px;
  padding: 12px 38px !important;
}

.registo-topbar{
  margin-top: 28px;
}

.sticky .registo-topbar{
  margin-top: 8px !important;
}
/* SLIDER */
.slider-title{
  margin-top: 80px !important;
  font-weight:700 !important;
}

/* PRODUTOS DESTAQUE */
.preco-destaque-produto{
  float: left !important;
  font-weight: 600;
  color: #000;
  margin-top: 10px;
  font-size: 20px;
}

.adicionar-destaque-produto{
  float: right !important;
}

/* NOTICIAS DESTAQUE */
.noticias-destaque .blog-item{
  /* margin-bottom: 40px; */
}

.blog-img img{
  max-height: 190px !important;
}

/* CALL TO ACTION */
.texto-call{
  font-size: 28px;
  font-weight: 600;
  color:#FFF;
}

.moveLeft{
  right: 300px !important;
}

/* FOOTER */
.menu-inferior-box{
  text-align: center;
}
.menu-inferior-box ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  /* For IE, the outcast */
  zoom:1;
  *display: inline;
  margin-bottom: -7px;
}
.menu-inferior-box li {
  float: left;
}

.menu-inferior li a{
  padding: 10px 20px;
  font-size:14px !important;
  background-color: transparent;
  border-radius: 40px;
  border: 2px solid transparent;
}

.menu-inferior li a:hover{
  /*border: 2px solid #a0d468;*/
}

.menu-inferior li a.active{
  /*border: 2px solid #a0d468;*/
  color: #a0d468 !important;
}

.menu-inferior li{
  padding-right: 0px !important;
}

.rs-footer .footer-top-section .border-link{
  padding-bottom: 0px !important;
  margin-top: -2px !important;
}

.label-politica-footer > label{
  color: #FFF;
  float: left;
  margin-top: 10px;
}

.label-politica-footer > label > input{
  float: left;
  width: auto !important;
  height: 25px !important;
  margin-right: 5px;
}

.social-footer li a{
  border: 1px solid #a0d468 !important;
  color: #a0d468 !important;
  background-color: transparent !important;
}

.social-footer li a:hover{
  background-color: #a0d468 !important;
  color: #FFF;
}

.social-footer li a:hover i{
  color: #656c76 !important;
}

/* MISC */
/* CHECKBOX BUTTON */
.form-checkbox{
     -webkit-appearance: none !important;
     -moz-appearance: none!important;
     appearance: none!important;
     display: inline-block!important;
     position: relative!important;
     background-color: #FFF!important;
     color: #666!important;
     top: 15px!important;
     height: 18px!important;
     width: 18px!important;
     border: 0!important;
     border-radius: 50px!important;
     cursor: pointer!important;
     margin-right: 7px!important;
     outline: none!important;
     padding: 0 !important;
     float: left;
}
.form-checkbox:checked::before{
     position: absolute!important;
     font: 13px/1 'Open Sans', sans-serif!important;
     left: 6px!important;
     top: 1px!important;
     content: '\02143'!important;
     transform: rotate(40deg)!important;
     color: #a0d468;
}
.form-checkbox:hover{
     background-color: #f7f7f7!important;
}
.form-checkbox:checked{
     background-color: #f1f1f1!important;
}

.form-checkbox2{
     -webkit-appearance: none !important;
     -moz-appearance: none!important;
     appearance: none!important;
     display: inline-block!important;
     position: relative!important;
     background-color: #f1f1f1!important;
     color: #333!important;
     top: 15px!important;
     height: 18px!important;
     width: 18px!important;
     border: 0!important;
     border-radius: 50px!important;
     cursor: pointer!important;
     margin-right: 7px!important;
     outline: none!important;
     padding: 0 !important;
     float: left;
}
.form-checkbox2:checked::before{
     position: absolute!important;
     font: 13px/1 'Open Sans', sans-serif!important;
     left: 6px!important;
     top: 1px!important;
     content: '\02143'!important;
     transform: rotate(40deg)!important;
     color: #a0d468;
}
.form-checkbox2:hover{
     background-color: #777!important;
}
.form-checkbox2:checked{
     background-color: #f1f1f1!important;
}

/* CALL TO ACTION */
#calltocation-lateral{
  position: fixed;
  top: 55%;
  right: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  background-color: rgba(68,90,100,0.40);
  z-index: 100;
}
#calltocation-lateral:hover{
  background-color: rgba(68,90,100,1);
}

#calltocation-lista{
  background-color: rgba(68,90,100,1);
  width: 300px;
  position: absolute;
  right: -300px;
  top: 0px;
  text-align: center;
  padding-top: 20px;
}

#calltocation-lista > *{
 margin-bottom: 5px;
}

#calltocation-lista h4{
  color: #FFF;
  font-size: 14px;
}

#calltocation-lista p{
  color: #FFF;
}

.calltocation-background{
  display: none;
  z-index: 9998;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: rgba(68,90,100,0.9);
}
.calltocation-content{
  height: 450px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.calltocation-disciplina-content > *{
  text-align: center;
  color: #FFF;
}

.calltocation-disciplina-background{
  display: none;
  z-index: 9998;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: rgba(255,255,255,0.8);
}
.calltocation-disciplina-content{
  height: 450px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #a0d468;
}

.calltocation-disciplina-content > *{
  text-align: center;
  color: #FFF;
}

.disciplina-close{
  float: right;
  margin-top: 10px;
  margin-right: 10px;
  font-size: 24px;
  cursor: pointer;
  position: absolute;
  right: 0;
  z-index: 11;
}

/* MISC */
.ficheiros-anexo li{
  margin-bottom: 5px;
}
.ficheiros-anexo li a i{
  margin-right: 10px;
}

.subtitulos-pages{
  font-size: 18px !important;
  font-weight: 700 !important;
}

/* CONTACTOS */
.contact-page-section .contact-form-area textarea{
  height: 130px !important;
  margin-top: 0px !important;
}
.termos-acesso{
  width: auto !important;
  margin-right: 5px;
}

.select-custom{
  border-top-left-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
  border: 1px solid #bfbfbf !important;
  outline: none !important;
  padding: 8px 20px !important;
  width: 100% !important;
  height: 40.5px !important;
}

a.links-contactos{
  color: #757575 !important;
}

a.links-contactos:hover{
  color: #a0d468 !important;
}

/* REGISTO LOGIN */
.registo-botao{
  border: 0px !important;
  padding: 0px 40px !important;
  cursor: pointer;
  line-height: inherit !important;
  height: 45px !important;
}

/* FAQ's */
.faqs-hover{
  color: #000 !important;
}

.faqs-hover:hover{
  color: #a0d468 !important;
  border-color: #a0d468 !important;
}

.faqs-textos{
  padding-top: 20px;
  border-bottom: 2px solid #a0d468;
  margin-bottom: 36px;
}

.faqs-titles h4 a{
  padding: 10px 25px;
  background-color: transparent;
  border-radius: 40px;
  border: 2px solid transparent;
  margin-left: -25px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight:600;
  color: #BBB !important;
  padding: 10px 25px !important;
  border: 2px solid #DDD !important;
}

.faqs-titles h4 a.faq-active{
  padding: 10px 25px;
  background-color: transparent;
  border-radius: 40px;
  border: 2px solid #a0d468 !important;
  color: #a0d468 !important;
}

/* Rotate */
.rotate {
    transform: rotate(-180deg);
    /*transform: rotate(180deg);*/
    transition: .3s;
}
.rotate-reset {
    transform: rotate(0deg);
    transition: .3s;
}

/* PRODUTOS */
.produto-nfichas{
  float: right;
}

.cate-box{
  margin-left: 50px;
}

.cate-box li{
  border-bottom: 1px solid #DDD;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cate-box li a{
  color: #757575;
}

.cate-box li a:hover{
  color: #a0d468;
}

.titulos-fichas-categorias{
  position: relative;
  width: auto !important;
  text-transform: uppercase;
  padding: 10px 60px;
  background-color: transparent;
  border-radius: 40px;
  border: 2px solid #a0d468 !important;
  color: #a0d468 !important;
}

.titulos-fichas-categorias span{
  position: absolute;
  background-color: #a0d468;
  border-radius: 40px;
  width: 43px;
  height: 43px;
  left: -1px;
  top: -1px;
  color: #FFF;
  text-align: center;
  line-height: 2.5;
}

.prod-botao{
  font-size: 12px !important;
  background-color: transparent !important;
  color: rgb(110, 189, 227) !important;
  border: 1px solid rgb(110, 189, 227) !important;
  padding: 0 18px !important;
  height: 36px!important;
  line-height: 36px!important;
  margin: 0 0 0 10px !important;
}

.prod-botao:hover{
  font-size: 12px !important;
  background-color: rgb(110, 189, 227) !important;
  color: #FFF !important;
  border: 1px solid rgb(110, 189, 227) !important;
}


.produto-form{
  float: right;
  margin-left: 20px;
}

.rs-team-style3 .team-item .team-item-wrap .team-img .team-content .team-name {
  margin-bottom: 0px !important;
  display: block !important;
  padding: 3px 12px 8px 8px !important
}

/* CARRINHO */
.remover-produto-botao{
  background-color: transparent !important;
}

/* MISC */
.blue-btn{
  background-color: rgb(110, 189, 227) !important;
}

.blue-btn:hover{
  background-color: #000 !important;
}

.blue-btn.active.show{
  background-color: #000 !important;
}

/* ENCOMENDAS */
.tabela-encomendas{
  padding: 10px 0px !important;
  border-bottom: 1px solid #333 !important;
  text-align:center !important;
}

/* CATEGORIAS V2 */
.produtos-titulo-tabs{
  /*cursor: pointer !important;*/
  border-bottom: 1px solid #bbb !important;
}
.produtos-titulo-tabs:hover{
  color: #a0d468 !important;
}

.produtos-titulo-tabs:last-child{
  border-bottom: 0px !important;
}

.produtos-lista-tabs li:last-child{
  border-bottom: 0px !important;
}

.produtos-lista-tabs{
  padding: 40px 0px 40px 0px;
  display: none;
}

.produtos-activo{
  color: #a0d468 !important;
}

.img_team:hover{
  filter: grayscale(40%);
}

.sair-topbar:hover{
  background-color: #000 !important;
}

/* TEXTAREA CARRINHO */
.textarea-enviardados{
  border: 1px solid #bfbfbf !important;
  border-radius: 30px !important;
  outline: none !important;
  padding: 8px 20px !important;
  width: 100% !important;
  resize: none;
}

.notificacoes_modal{
  z-index: 9999;
  position: fixed;
  top: 0;
  /*height: 50px;*/
  background-color: #000 !important;
  color: #FFF;
  width: 100%;
  padding-top: 5px;
}

.notificacoes_modal_produto{
  z-index: 9999;
  position: fixed;
  top: 0;
  /*height: 50px;*/
  background-color: #000 !important;
  color: #FFF;
  width: 100%;
  padding-top: 5px;
}

.close-notificacoes_modal{
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
}

.close-notificacoes_modal_produto{
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
}

.whatsapp-close{
  position: fixed;
  right: 20px;
  top: 20px;
  cursor: pointer;
  font-size: 26px;
}

.whatsapp-box{
  background-color: #FFF;
  padding-top: 20px;
  border: 6px solid #A0D468;
}

.whatsapp-box-description{
  background-color: #f9f9f9 !important;
}

.whatsapp-box-price{
  padding-left: 0 !important;
  line-height: 16px !important;
}

.whatsapp-box-add{
  padding-right: 0 !important;
}

.rs-popular-classes .single-classes .time-duration .student-duration:after{
  width: 0 !important;
}

.popup-inner .popup-box:after{
  width: 0 !important;
  height: 0 !important;
}

.whatsapp-box-texto{
  color:#000 !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-bottom: 20px !important;
  font-size: 12px !important;
  line-height: 18px !important;
}

.disciplinas-informacao-preco{
  margin-top: 10px;
}

.disciplinas-informacao{
  margin-bottom: 20px;
}

.disciplinas-informacao-texto p{
  /*margin-bottom: 20px;*/
  margin-bottom: 0px;
}

.codigo-promo-click{
  cursor: pointer;
  text-transform: uppercase;
}

.codigo-promo-click:hover{
  color: #a0d468 !important;
}

.textarea-morada{
  border: 1px solid #bfbfbf !important;
  border-radius: 30px !important;
  outline: none !important;
  padding: 8px 20px !important;
  width: 100% !important;
}

/* Codigo Promocional */
.calltocation-promocioanl-background{
  display: none;
  z-index: 9998;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: rgba(13,13,13,0.9);
}

.calltocation-promocioanl-content{
  height: 200px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.promocioanl-close{
  position: fixed;
  top: 20px;
  right: 20px;
  font-size: 30px !important;
  text-shadow: none;
  color: #a0d468;
  cursor: pointer;
}

.promocioanl-close:hover{
  color: rgb(110, 189, 227);
}

.codigo-promocional-input{
  height: 60px !important;
  line-height: 60px !important;
  padding: 0 15px !important;
  background: transparent !important;
  border-width: 0 0 1px 0 !important;
  border-radius: 0 !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
  box-shadow: none !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 30px !important;
}

.validar-codigo-promocional{
  color: #FFF !important;
  cursor: pointer;
  margin-top: 10px;
  float: right;
}

.voltar-btn:hover{
  background-color: #000 !important;
}

.rs-payment-system div{
  height: 70px !important;
}

.rs-payment-system div label{
  margin-top: 5px;
}

.botao-categorias-adicionar{
  background-color: rgb(110, 189, 227);
}

.botao-categorias-adicionar:hover{
  background-color: #000 !important;
}

.eliminar-conta:hover{
  color: #a0d468 !important;
}

.iva-em-vigor{
  color: #757575 !important;
  font-size: 56% !important;
}

.produto-nome{
  width: 80%;
  display: inline-block;
}

.botao-lista-membros, .botao-adicionar-membro{
  border:1px solid #a0d468;
  color:#a0d468 !important;
  margin-bottom:20px;
  background-color: transparent;
  cursor: pointer;
}

.botao-lista-membros.active{
  color:#FFF !important;
  background-color: #a0d468;
}

.botao-lista-membros:hover, .botao-adicionar-membro:hover{
  background-color: #a0d468;
  color: #FFF !important;
}

.membros-produtos-lista{
  display: none;
}

.editar-membro{
  display: none;
}

.editarmembrobotao{
  cursor: pointer;
}

.editarmembrobotao:hover{
  color: #a0d468 !important;
}

.shipping-cart-area .product-list .product-count input.whatsapp_numero{
  border: 1px solid #ccc;
  width: 200px !important;
}

.cookies-btn{
  cursor: pointer;
  border: 0px;
  width: 200px;
  height: 40px;
  border: 2px solid #a0d468;
}

.cookies-btn:hover{
  background-color: #FFF !important;
  color: #a0d468 !important;
}

.politica-footer{
  color: #a0d468;
}

.politica-footer:hover{
  color: #000;
}

.whatsapp_numero{
  border-radius: 20px !important;
  padding: 5px 20px 5px 30px !important;
  margin-top: 10px;
}

.whatsapp_numero::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(204, 204, 204);
  opacity: 1; /* Firefox */
}

.whatsapp_numero:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgb(204, 204, 204);
}

.whatsapp_numero::-ms-input-placeholder { /* Microsoft Edge */
  color: rgb(204, 204, 204);
}

.icon-mobile-whatsapp{
  position: absolute;
  top: 44px;
  left: 30px;
  font-size: 22px;
}

.pesquisa-modal-icon{
  position: absolute;
  right: 0;
  top: 20px;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.4);
}

.pesquisa-modal-icon:hover i{
  color: #a0d468;
}

ul.lista-caminho-categorias li a.active{
  color:  #DEDEDE !important;
}

ul.lista-caminho-categorias li{
  color:  #FFF !important;
}

.cookies_notificacoes_modal{
  width: 412px !important;
  z-index: 9999;
  position: fixed;
  bottom: 20px;
  left: 20px;
  /*height: 50px;*/
  background-color: rgba(0,0,0,0.9) !important;
  color: #FFF;
  width: 100%;
  padding: 20px 10px 10px 10px;
}

.fix-nav-ola{
  margin-top: 40px;
}

.fix-nav-cart{
  margin-top: 50px;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.remover-produto-botao-mobile{
  display: none;
}

.mostrarprodutos-data-mobile{
  font-size: 14px;
}

.hover-brevemente{
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
}

.metodosPagamento-footer{
  background-color: #FFF;
  padding: 10px 20px;
  border-radius: 40px;
  width: 260px;
}

/* Facebook */

.loginBtn--facebook {
  background-color: #4C69BA;
  background-image: linear-gradient(#4C69BA, #3B55A0);
  font-family: "Open Sans", sans-serif;/*"Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
  text-shadow: 0 -1px 0 #354C8C;
}
.loginBtn {
  box-sizing: border-box;
  position: relative;
  /* width: 13em; */
  margin: 0.2em;
  padding: 16px 45px 16px 55px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 30px;
  font-size: 15px;
  color: #FFF;
}
.loginBtn--facebook::before {
  border-right: #364e92 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
  margin-top: 8px;
}
.loginBtn::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 8px;
  left: 12px;
  width: 35px;
  height: 50%;
}
.hover-cookies a{
  color: #a0d468;
}
.hover-cookies a:hover{
  color: #FFF !important;
}

#rs-slider{
  margin-top: 50px;
}

.slider-image{
  max-height: 460px;
}

.arealogin-email-box{
  display: none;
}

.popup-image{
  height: 500px;
  width: 500px;
  margin: auto;
  background-image: url('/resources/images/popup.png');
  background-repeat: no-repeat;
  background-size: contain;
}

/* Fichas Icons */
.download-icon{
  position: absolute;
  right: -2px;
  border-radius: 50%;
  border: 0px solid rgb(110, 189, 227);
  top: -0px !important;
  bottom: 0px !important;
  background-color: rgb(110, 189, 227);
  color: #FFF;
  width: 35px;
  height: 35px;
  /* padding-left: 14px;
  padding-right: 14px; */
}

button.btn-files-locked{
  color: #F8D069 !important;
  border: 1px solid #F8D069 !important;
}

button.btn-files-locked:hover{
  color: #FFF !important;
  border: 1px solid #F8D069 !important;
  background-color: #F8D069 !important;
}

button.btn-files-downloaded{
  color: #A0d468 !important;
  border: 1px solid #A0d468 !important;
}

button.btn-files-downloaded:hover{
  color: #FFF !important;
  border: 1px solid #A0d468 !important;
  background-color: #A0d468 !important;
}

.download-icon.download{
  background-color: #A0d468;
}

.download-icon.locked{
  background-color: #F8D069;
}

.prod-botao.prod-botao-icons{
  padding-right: 36px !important;
}

.font-helena{
  font-size: 18px !important;
  margin-top: 9px !important;
}
