@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=latin-ext');
/*font-family: 'Open Sans', sans-serif;*/

/*GERAL*/
  html, body{
    height: 100%;
    position: relative;
    min-height: 100%;
  }

  body{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #222222;
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
    font-variant: normal;
    letter-spacing: 0.25px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-wrap: pretty;
  }

  ::selection {
    background: #bccc00;
    color: #FFF;
  }
		
	:root {
    --body: #222222;
		--white: #FFFFFF;
		--primary: #006348;
		--secondary: #BCCC00;
		--black: rgb(0 0 0 / 85%);
	}

  p {
    margin-top: 0;
    margin-bottom: 1rem;
    text-wrap: pretty;
  }

  li::marker {
    color: var(--secondary);
    font-weight: 700;
  }

  #conteudoa,
  #conteudob,
  #conteudobox,
  #conteudobox2,
  #conteudom,
  #conteudox,
  #conteudoy,
  #conteudoy2,
  #conteudoi, 
  #formtestemunhos,
  #conteudocontacto,
  #conteudofototeca{
    margin-top: 50px;
    margin-bottom: 50px;
  }
  #conteudoa li,
  #conteudob li,
  #conteudobox li,
  #conteudobox2 li,
  #conteudom li,
  #conteudox li,
  #conteudoy li,
  #conteudoy2 li,
  #conteudoi li,
  #formtestemunhos li,
  #conteudocontacto li{
    margin: 0 0 5px;
  }
  #conteudoa li:last-child,
  #conteudob li:last-child,
  #conteudobox li:last-child,
  #conteudobox2 li:last-child,
  #conteudom li:last-child,
  #conteudox li:last-child,
  #conteudoy li:last-child,
  #conteudoy2 li:last-child,
  #conteudoi li:last-child,
  #conteudocontacto li:last-child {
    margin: 0 0 20px;
  }

  #contentor1{
    min-height: 100%;
    position: relative;
  }

  #asseccentro{
    /* Set the fixed height of the header*/
    padding-top: 0;
    /* Set the fixed height of the footer here + 20px de padding a separar do conteudo */
    padding-bottom: 294px;
    /*background-color: #fff;*/
  }
  
  .loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /*background: #fff;*/
    background: url('./imagens/hourglass.svg') 50% 50% no-repeat rgb(249,249,249);
  }
  .divisor{
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    /*border-bottom: 1px solid #444444;*/
    padding-bottom: 11px;
  }
  /* .divisor:before {
		content: url('./imagens/divisor_before.svg');
		padding-right: 0.5rem;
		font-family: 'Font Awesome 5 Free';
		font-weight: 800;
		color: var(--primary);
    max-height: 20px;
	} */

	.divisor_wrapper {
		font-weight: 600; 
		font-size: 1.75rem;
		line-height: 1.2em;
		/*text-transform: uppercase;*/
		padding-bottom: 10px;
		margin-top: 15px;
		margin-bottom: 15px;
		border-bottom: 2px solid var(--secondary) !important;
  }
  .pre-owl{
    padding: 0;
  }
  .owl-container{
    position: relative;
    float: left;
    width: 100%;
  }

/*end GERAL*/

/*Vertical Align*/
  .vertical-table-wrapper{
    display: table;
    width: 100%;
    min-height: 100%;
  }
  .vertical-table-cell{
    display: table-cell;
    vertical-align: middle;
  }
  .vertical-cell{
    /*border: 1px solid #fff;*/
    padding: 20px;
    max-width: 1000px;
    margin: 0 auto;
  }
  .vertical-bg{
    /*background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 25px 45px;*/
    text-align: center;
  }
/*end Vertical Align*/

/*LOADER*/
  #loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
  }
  .spinner {
    text-align: center;
    display: block;
    position: relative;
    width: 204px;
    height: 220px;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: 50%;
    text-align: center;
    padding: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1001;
  }
  .spinner > div {
    width: 12px;
    height: 12px;
    background-color: var(--secondary);
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  }
  .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }
  @-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
  }
  @keyframes sk-bouncedelay {
    0%, 80%, 100% { 
      -webkit-transform: scale(0);
      transform: scale(0);
    } 40% { 
      -webkit-transform: scale(1.0);
      transform: scale(1.0);
    }
  }
  #loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);  /* IE 9 */
    transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
  }
  #loader-wrapper .loader-section.section-left {
    left: 0;
  }
  #loader-wrapper .loader-section.section-right {
    right: 0;
  }
  /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
      -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
      -ms-transform: translateX(-100%);  /* IE 9 */
      transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */
      -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
      transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    .loaded #loader-wrapper .loader-section.section-right {
      -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
      -ms-transform: translateX(100%);  /* IE 9 */
      transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */
      -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
      transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    .loaded .spinner {
      opacity: 0;
      -webkit-transition: all 0.3s ease-out;  
      transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
      visibility: hidden;
      -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
      -ms-transform: translateY(-100%);  /* IE 9 */
      transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */
      -webkit-transition: all 0.3s 1s ease-out;  
      transition: all 0.3s 1s ease-out;
    }
    /* JavaScript Turned Off */
    .no-js #loader-wrapper {
        display: none;
    }
    .no-js h1 {
        color: #222222;
    }
/*end LOADER*/

/*Fix for WinPhone 8 and IE10*/
  @-ms-viewport       { width: device-width; }
  @-o-viewport        { width: device-width; }
/*end Fix for WinPhone 8 and IE10*/

/*SHARE buttons*/
  .social-container ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .social-container ul.menu.horizontal li {
    float: left;
    position: relative;
      margin-right: 10px;
  }
  .social-container .social_button a {
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    border-radius: 17px;
    height: 32px;
    line-height: 20px;
    padding: 0.5em 1.5em;
  }
  .social-container .social_button a.social_facebook {
    border: 2px solid #6d84b4;
    color: #6D84B4;
    background-color: transparent;
  }
  .social-container .social_button a.social_facebook:hover {
    color: #FFFFFF;
    background-color: #6D84B4;
  }
  .social-container .social_button a.social_twitter {
    border: 2px solid #68AAEA;
    color: #68AAEA;
    background-color: transparent;
  }
  .social-container .social_button a.social_twitter:hover {
    color: #FFFFFF;
    background-color: #68AAEA;
  }
  .social-container .social_button a.social_google {
    border: 2px solid #CD4A30;
    color: #CD4A30;
    background-color: transparent;
  }
  .social-container .social_button a.social_google:hover {
    color: #FFFFFF;
    background-color: #CD4A30;
  }
  .social-container .social_button a.social_pinterest {
    border: 2px solid #DE2A28;
    color: #DE2A28;
    background-color: transparent;
  }
  .social-container .social_button a.social_pinterest:hover {
    color: #FFFFFF;
    background-color: #DE2A28;
  }
/*end SHARE buttons*/

/*IE FIX*/
  .carrinho-icon{
    height: 50px;
  }
/*end IE FIX*/

/*Animacoes*/
  .grid figure {
    position: relative;
    overflow: hidden;
    min-width: 100%;
    max-width: 480px;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
  }
  .grid figure img {
    position: relative;
    display: block;
  }
  .grid figure figcaption {
    padding: 20px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .grid figure figcaption::before,
  .grid figure figcaption::after {
    pointer-events: none;
  }
  .grid figure figcaption,
  .grid figure figcaption > .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* Anchor will cover the whole item by default */
  /* For some effects it will show as a button */
  .grid figure figcaption > .hover {
    opacity: 0;
  }
  /*---------------*/
  /***** Julia *****/
  /*---------------*/
    figure.effect-julia {
      background: rgba(52, 152, 219, 0.5);
    }

    figure.effect-julia img {
      max-width: none;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
    }

    figure.effect-julia figcaption {
      text-align: right;
    }

    figure.effect-julia h2 {
      position: relative;
      padding: 0.5em 0;
    }
    figure.effect-julia .link_bg {
      opacity: 0;
      -webkit-transition: opacity 0.35s;
      transition: opacity 0.35s;
      position: absolute;
        bottom: 20px;
        right: 20px;
        z-index: 15;
    }
    figure.effect-julia p {
      display: inline-block;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: translate3d(90px,0,0);
      transform: translate3d(90px,0,0);
      margin-top: 25%;
    }

    figure.effect-julia p:first-child {
      -webkit-transition-delay: 0.15s;
      transition-delay: 0.15s;
    }

    figure.effect-julia p:nth-of-type(2) {
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s;
    }

    figure.effect-julia p:nth-of-type(3) {
      -webkit-transition-delay: 0.05s;
      transition-delay: 0.05s;
    }

    figure.effect-julia:hover p:first-child {
      -webkit-transition-delay: 0s;
      transition-delay: 0s;
    }

    figure.effect-julia:hover p:nth-of-type(2) {
      -webkit-transition-delay: 0.05s;
      transition-delay: 0.05s;
    }

    figure.effect-julia:hover p:nth-of-type(3) {
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s;
    }

    figure.effect-julia:hover img {
      opacity: 0.4;
      -webkit-transform: scale3d(1.05,1.05,1);
      transform: scale3d(1.05,1.05,1);
    }

    figure.effect-julia:hover p {
      opacity: 1;
      -webkit-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
    }

    figure.effect-julia:hover .link_bg {
      opacity: 1;
      -webkit-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
    }

  /*-----------------*/
  /***** Apollo *****/
  /*-----------------*/

    figure.effect-apollo {
      background: rgba(52, 152, 219, 0.5);
    }
    figure.effect-apollo img {
      opacity: 0.95;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: scale3d(1,1,1);
      transform: scale3d(1,1,1);
    }
    figure.effect-apollo figcaption::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255,255,255,0.5);
      content: '';
      -webkit-transition: -webkit-transform 0.6s;
      transition: transform 0.6s;
      -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
      transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    }
    figure.effect-apollo p {
      opacity: 0;
      -webkit-transition: opacity 0.35s;
      transition: opacity 0.35s;
    }
    figure.effect-apollo .link_bg {
      opacity: 0;
      -webkit-transition: opacity 0.35s;
      transition: opacity 0.35s;
      position: absolute;
        bottom: 20px;
        left: 20px;
        z-index: 15;
    }
    figure.effect-apollo:hover img {
      opacity: 0.6;
      -webkit-transform: scale3d(1.05,1.05,1.05);
      transform: scale3d(1.05,1.05,1.05);
    }
    figure.effect-apollo:hover figcaption::before {
      -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
      transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    }
    figure.effect-apollo:hover .link_bg {
      opacity: 1;
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s;
    }
  
  /*-----------------*/
  /***** Goliath *****/
  /*-----------------*/

    figure.effect-goliath {
      background: var(--primary);
    }

    figure.effect-goliath img,
    figure.effect-goliath h2 {
      -webkit-transition: -webkit-transform 0.35s;
      transition: transform 0.35s;
    }

    figure.effect-goliath img {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
    }

    figure.effect-goliath h2,
    figure.effect-goliath p {
      position: absolute;
      bottom: 0;
      right: 0;
      margin: 0;
      z-index: 15;
      /* padding: 30px; */
    }

    figure.effect-goliath p {
      text-transform: none;
      font-size: 90%;
      opacity: 0;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: translate3d(0,50px,0);
      transform: translate3d(0,50px,0);
    }

    figure.effect-goliath:hover img {
      -webkit-transform: translate3d(0,-32px,0);
      transform: translate3d(0,-32px,0);
    }

    figure.effect-goliath:hover h2 {
      -webkit-transform: translate3d(0,-32px,0);
      transform: translate3d(0,-32px,0);
    }

    figure.effect-goliath:hover p {
      opacity: 1;
      -webkit-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
    }
/*end Animacoes*/

/*Nav-bar*/
  .navbar{
    border: none;
    border-radius: 0;
  }
  .navbar-default{
    background-color: transparent;
    border-color: transparent;
  }
/*end Nav-bar*/

/*Tabelas*/
.table {
  margin-top: 30px;
 }
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  /*vertical-align: middle !important;
  font-size: 13px;*/
  padding: 15px;
  border: 1px solid #DDD !important;
}
td.highlight {
  background-color: whitesmoke !important;
}
.table tbody tr.even:hover, .table tbody tr.even td.highlighted {
  background-color: #F7F7F9;
}
.table tbody tr.odd:hover, .table tbody tr.odd td.highlighted {
  background-color: #F7F7F9;
}
.table tr.even:hover {
  background-color: #F7F7F9;
}
/* .table tr.even:hover td.sorting_1 {
  background-color: #DDFF75;
} */
.table tr.even:hover td.sorting_2 {
  background-color: #E7FF9E;
}
.table tr.even:hover td.sorting_3 {
  background-color: #E2FF89;
}
.table tr.odd:hover {
  background-color: #F7F7F9;
}
/* .table tr.odd:hover td.sorting_1 {
  background-color: #D6FF5C;
} */
.table tr.odd:hover td.sorting_2 {
  background-color: #E0FF84;
}
.table tr.odd:hover td.sorting_3 {
  background-color: #DBFF70;
}
.table-striped > tbody > tr:nth-child(odd) {
    background-color: #F5F5F5;
}
#livros td, #carrinho1 td{
    min-height: 15px;
}
div.dataTables_wrapper div.dataTables_length select{
  width: 50px;
}
.paginate_button{
  padding: 0 2px;
}
.paginate_button .previous{
  padding-right: 5px;
}
.paginate_button .next{
  padding-left: 5px;
}
/*end Tabelas*/

/*Agenda*/
  .dia_ocupado {
    color: #fff !important;
    background-color:  #57a4c6 !important;
  }
  .td_dia_ocupado{
    background-color:  #57a4c6 !important;
  }
  .ui-datepicker .ui-datepicker-header{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
/*end Agenda*/

/*Caminho-breadcumbs*/
  #caminho{
    background-color: #F5F5F5;
    /*margin-bottom: 30px;*/
  }
  .breadcrumb{
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: transparent;
    padding:0;
    /*padding-left: 15px;*/
  }
  .breadcrumb a{
    font-size: 12px;
  }
/*end Caminho-breadcumbs*/

/*Tabs*/
  .tab-content{
    padding-top: 25px;
  }
  .nav-tabs > li{
    padding: 0 !important;
  }
  .nav-tabs > li > a {
    color:  #444444 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    text-align: center !important;
    border: none !important;
    border-radius: 0!important;
    padding: 10px !important;
  }
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    color: #FFF !important;
    background-color: var(--primary) !important;
    border: none !important;
    cursor: default !important;
  }
  .nav-tabs > li > a:hover, .nav-tabs > li > a:focus{
    background-color: transparent !important;
  }
  .nav-tabs {
    border-bottom: 1px solid var(--primary) !important;
  }
/*end Tabs*/

/*Forms*/
  .form-control:focus {
    border-color: var(--primary);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(234, 153, 35, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(234, 153, 35, .6);
  }
  .form-control{
    border-radius: 5px;
  }
  .form-group .login-field-icon,
  .form-group .envelope-field-icon {
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 28px;
    transition: all 0.25s ease 0s;
    padding-top: 2%;
  }
/*end Forms*/

/*Footer*/
  .footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 294px;
  }
  #footer{
    min-height: 20px;
    margin-bottom: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background-color:  #F5F5F5;
  }
  .svg_bottom{
    fill:#338A00;
    margin-left: 20px;
  }
  .svg_bottom:hover{
    fill:#FFF;
  }
  .menu_bottom h6{
    color: #FFFFFF;
    font-size: 13px;
  }
  .menu_bottom a:hover h6, .menu_bottom a:focus h6{
    text-decoration: underline;
  }
  .current_bottom h6{
    text-decoration: underline;
  }
/*end Footer*/

/*COOKIE CONSENT*/
  .cc-theme-edgeless.cc-window{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 13px !important;
    text-align: center;
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) !important;
    -moz-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) !important;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) !important;
    background-color: var(--primary) !important;
    color: #FFF !important;
  }
  .cc-banner .cc-btn:last-child {
    min-width: 60px !important;
    color: #FFF !important;
    background-color: var(--primary) !important;
  }
  .cc-link,
  .cc-link:active,
  .cc-link:visited{
    color: #80b947 !important;
  }
/*COOKIE CONSENT end*/

/*Botoes geral*/
  .btn{
    letter-spacing: 1px;
  }
  .bootstrap-select .btn:focus{
    outline: none !important;
  }
  .btn:active{
    box-shadow:none;
  }
  .btn:focus{
    color: var(--white);
    outline: none !important;
  }
  .btn-primary, .btn-success, .btn-info {
    font-weight: 600;
    text-transform: uppercase;
    color: var(--primary);
    border: 3px solid var(--primary);
    background-position: calc(85%) center;
    min-width: 160px;
    cursor: pointer;
    background-color: transparent;
    outline: 0 !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    padding: 12px 25px;
    vertical-align: middle;
  }
  
  .btn-welcome {
    background-color: var(--primary) !important;
    border-color: var(--primary)  !important;
    border-radius: 0px;
    border-radius: 5px;
    color: var(--white) !important;
  }
  
  .btn-primary:hover, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary,
  .btn-info:hover,  .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info,
  .btn-success:hover, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success,
  .btn-success:focus, .btn-success.focus,
  .btn-primary:focus, .btn-primary.focus, .btn-info:focus, .btn-success.focus{
    background-color: var(--primary)  !important;
    border-color: var(--primary)  !important;
    outline: none !important;
    color: var(--white) !important;
    opacity: 0.8;
  }
  .btn-especial{
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 6px 10px !important;
    border-radius: 0px !important;
  }
  .btn-continua{
    border-color: #CCC;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 15px;
  }
  .btn-nobutton{
    background-color: #FFF;
    border: 1px solid var(--primary);
    font-size: 30px !important;
    letter-spacing: 1px;
    color: #404040;
    text-transform: uppercase;
    padding: 10px 15px;
  }
  .btn-download{
	/*background-image:url(./imagens/pdfi.svg);
	background-repeat:no-repeat;
    background-color: #FFFFFF !important;
    border-bottom: 1px solid var(--primary) !important;*/
    font-size: 14px;
	color:var(--primary);


  }
  
  /*.btn-download.disabled, .btn-download[disabled]{
    opacity: 1 !important;
  }*/
  /*.btn-download:hover, .btn-download:focus{
    color: #FFF !important;
    background-color: var(--primary) !important;
  }*/
  .btn-continuar{
    background-color: #FFFFFF !important;
    border: 1px solid var(--primary) !important;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    color: var(--primary);
    text-transform: uppercase;
    padding: 10px 15px;
  }
  .btn-continuar.disabled, .btn-continuar[disabled]{
    opacity: 1 !important;
  }
  .btn-continuar:hover, .btn-continuar:focus{
    color: #FFF !important;
    background-color: var(--primary) !important;
  }
  .btn-detalhes{
    background-color: #FFFFFF !important;
    border: 1px solid #444444 !important;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #444444;
    text-transform: uppercase;
    padding: 10px 15px;
  }
  .btn-detalhes.disabled, .btn-detalhes[disabled]{
    opacity: 1 !important;
  }
  .btn-detalhes:hover, .btn-detalhes:focus{
    color: #FFF !important;
    background-color: #444444 !important;
  }
  
  .marginbotaoloja{
    margin-right: 620px;
  }
  .sobeedesce-norefresh{
    width: 113px;
    /* margin: 0 auto; */
    border: 1px solid #E5E4E2;
  }
  /*.checkbox{}*/
  .btn-sobedesce{
    background-color: transparent;
  }
  .btn-refresh{
    background: transparent;
  }

  
  .btn-cartaz{
    font-weight: 600;
    text-transform: uppercase;
    color: var(--white);
    border: 3px solid var(--primary);
    background-color: var(--primary);
    background-position: calc(85%) center;
    cursor: pointer;
    min-width: 160px;
    outline: 0 !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    margin-top: 30px;
    padding: 12px 24px;
    vertical-align: middle;
    }
  .btn-cartaz:hover {
    color: var(--primary) !important;
    background-color: rgb(255 255 255 / 75%) !important;
    border-color: var(--primary) !important;
    outline: none !important;
  }

  @media screen and (max-width: 767px) {
    .btn-cartaz {
      padding: 6px 12px;
      font-size: small;
    }
  }
/*end botoes-geral*/

/*Badges*/
  .badge{
    font-weight: 600;
    border-radius: 0;
    margin-bottom: 3px;
  }
  .sempromo{
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
  }
  .compromo{
    margin-right: 5px;
    font-size: 16px;
    font-weight: 600;
  }
/*end Badges*/

/*Font style*/
  /* td, .legenda,.legenda1 ,.legenda2 ,.fcaminho,.caminho{
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #404040;
    list-style: none;
  }  */
  .legenda,.legenda1 ,.legenda2 ,.fcaminho,.caminho{
    color: #404040;
    list-style: none;
  } 
  input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #ccc !important;
  }
  input, textarea,select, option{
    color: #404040;
  }
  input{
    outline:none;
  }
  select:focus, input:focus, label:focus{
    outline:none!important;
    box-shadow: none!important;
  }
  ::-webkit-input-placeholder {
     color: #404040;
  }
  :-moz-placeholder { /* Firefox 18- */
    color: #404040;
  }
  ::-moz-placeholder {  /* Firefox 19+ */
     color: #404040;
  }
  :-ms-input-placeholder {  
     color: #404040; 
  }
  .checkbox-primary input[type="checkbox"]:checked + label::before, .checkbox-primary input[type="radio"]:checked + label::before{
  background-color: var(--primary);
  border-color: var(--primary);
}
 
  a{
    color:var(--primary);
    text-decoration: none;
  }
  
  a:hover, a:focus{
    cursor: pointer;
    text-decoration: none;
    color: #77A521;
    outline: none;
  }
  #conteudoa a:hover,
  #conteudob a:hover,
  #conteudobox a:hover,
  #conteudobox2 a:hover,
  #conteudom a:hover,
  #conteudox a:hover,
  #conteudoy a:hover,
  #conteudoy2 a:hover,
  #conteudoi a:hover,
  #formtestemunhos a:hover,
  #conteudocontacto a:hover{
    text-decoration: underline;
  }
  #assecbottom a{
    color:#FFFFFF;
    text-decoration: none;
  }
  
  #assecbottom a:hover, #assecbottom a:focus{
    cursor: pointer;
    text-decoration: none;
    color: #77A521;
    outline: none;
  }
  tc{
	color: #2e2d30;
	}
  tc:hover, tc:focus{
	cursor: pointer;
    text-decoration: none;
    color: #77A521;
    outline: none;
  }
  .osinputs input {
    line-height: normal;
    padding: 2px;
  }
  /* h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 0;
  } */
  .titulo-primario, .titulo-secundario{
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color:var(--body);
    text-wrap: balance;
  }
  .titulo-secundario{
    color: var(--secondary);
  } 
  .subtitulo-primario, .subtitulo-secundario{
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color:var(--body);
    text-wrap: balance;
  }

  .subtitulo-secundario{
    color: var(--secondary);
  }
  .data, .timestamp{
    font-size: small;
    color: #FFFFFF;
  }
  .spacer{
    letter-spacing: -.5px;
    line-height: 1.2em;
  }
  .smalltext{
    font-size: 13px;
    word-wrap: break-word;
  }
  .legenda, .legenda1 , .legenda2   {
    font-size: 12px;
    font-style: normal;
  }
  .legenda2 { 
    font-size: 60%;
  }
  .sobconsulta{
    font-size: 12px;
  }
  .bold{
    font-weight: 700;
  }
  .semibold{
    font-weight: 600;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sup {
    top: -0.5em;
  }
  sub {
    bottom: -0.25em;
  }
/*end Font style*/

/*Padding & margin*/
  .no-gutter{padding-right:0 !important;padding-left:0 !important;}

  .margintop100{margin-top: 100px !important;}
  .margintop50{margin-top: 50px !important;}
  .margintop25{margin-top: 25px !important;}
  .margintop10{margin-top: 10px !important;;}
  .nomargintop{margin-top: 0 !important;}

  .marginbottom100{margin-bottom: 100px !important;}
  .marginbottom50{margin-bottom: 50px !important;}
  .marginbottom25{margin-bottom: 25px !important;}
  .marginbottom10{margin-bottom: 10px !important;}
  .nomarginbottom{margin-bottom: 0 !important;}

  .paddingtop15{padding-top: 15px !important;}
  .padding-bottom20{padding-bottom: 20px !important;}

  .nomargin{margin: 0 !important;}
  .nopadding{padding: 0 !important;}
  .nopaddingleft{padding-left: 0;}

  .gap-left{
    margin: 0px 0px 25px 25px;
  }
  .gap-right{
    margin: 0px 40px 20px 0px;
  }
/*end Padding & margin*/

/*Border radius*/
  .bordertopradius{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .borderadius{
    -moz-border-radius:5px;
    border-radius:5px;
  }
/*end Border radius*/

/*Colors*/
  .color-primary{color:var(--primary) !important;} /*laranja escuro*/
  .color-secondary{color:#404040 !important;} /*cinza escuro*/
  .color-extra{color:#EA875A;} /*salmao*/
  .bolas{color:#DD6935 !important;}
  .gray{color:#7F8C8C !important;} /*cinza claro*/
  .white{color:#FFF !important;}
  .black{color:#000 !important;}
  .blue{color:#0098D1 !important;}
/*end Colors*/

/*Fancybox*/
  .fancybox-overlay.fancybox-overlay-fixed {
    z-index: 1055;
  }
  .fancybox-type-iframe .fancybox-nav{
    height: 90% !important;
  }
  .fancybox-title{
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-weight: bold;
    color: var(--body);
    font-size: 16px;
  }
  .fancybox-title-inside-wrap {
    padding: 10px;
  }
  .fancybox-prev span {
    left: 0px;
  }
  .fancybox-next span{
    right: 0px;
  }
  .zoomer:hover .overlay-zoom .zoom-icon{
    opacity:0.5;   
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    filter: alpha(opacity = 50);
  }
  .zoomer:hover .overlay-zoom .zoom-lupa{
    opacity: 1;
  }
  .zoomer:hover .overlay-zoom .zoom-video{
    opacity: 1;
  }
  .overlay-zoom {
    z-index: 90;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    position: relative;     
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  #conteudoa .overlay-zoom,
  #conteudob .overlay-zoom,
  #conteudobox .overlay-zoom,
  #conteudobox2 .overlay-zoom,
  #conteudom .overlay-zoom,
  #conteudox .overlay-zoom,
  #conteudoy .overlay-zoom,
  #conteudoy2 .overlay-zoom,
  #conteudoi .overlay-zoom, 
  #formtestemunhos .overlay-zoom,
  #conteudocontacto .overlay-zoom{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 1.25px 2.5px 0px;
    overflow: hidden;
    border-radius: 20px;
  }

  .overlay-zoom .zoom-icon {
    top: 0;
    left: 0;
    opacity: 0; 
    z-index: 100;
    width: inherit;
    height: inherit;
    position: absolute;
    /*border-radius: 5px;*/
    background-color: #000;
    filter: alpha(opacity = 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    /*-webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);*/
  }
  .overlay-zoom .zoom-lupa{
    opacity: 0;
    -webkit-transition: opacity 0.5s 0s ease-in-out;
    -moz-transition: opacity 0.5s 0s ease-in-out;
    -o-transition: opacity 0.5s 0s ease-in-out;
    -ms-transition: opacity 0.5s 0s ease-in-out;
    transition: opacity 0.5s 0s ease-in-out;
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
    width: inherit;
    height: inherit;
    z-index: 9999;
    top: 0;
    left: 0;
    position: absolute;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image:url(./imagens/zoom.png);
  }
  .overlay-zoom .zoom-video{
    opacity: 0;
    -webkit-transition: opacity 0.3s 0s ease-in-out;
    -moz-transition: opacity 0.3s 0s ease-in-out;
    -o-transition: opacity 0.3s 0s ease-in-out;
    -ms-transition: opacity 0.3s 0s ease-in-out;
    transition: opacity 0.3s 0s ease-in-out;
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
    width: inherit;
    height: inherit;
    z-index: 9999;
    top: 0;
    left: 0;
    position: absolute;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image:url(./imagens/zoom-video.png);
  }
/*end fancybox*/

/*Fototeca efeito*/
  .zoomin{
      text-decoration: none;
      display: block;
      -webkit-transform: scale(1,1);
      -webkit-transition-timing-function: ease-out;
      -moz-transform: scale(1,1);
      transform: scale(1,1);
      -moz-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      -moz-transition-duration: 250ms;
      -webkit-transition-duration: 250ms;
      transition-duration: 250ms;
  }
  .zoomin:hover{
      -moz-transform: scale(1.05,1.07);
      -webkit-transform: scale(1.05,1.07);
      transform: scale(1.05,1.07);
      -moz-transition-timing-function: ease-out;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      -moz-transition-duration: 250ms;
      -webkit-transition-duration: 250ms;
      transition-duration: 250ms;
      position: relative;
      z-index: 99;
  }
/*end Fototeca*/

/*Fix images*/
  .img-responsive{
    width: 100%;
  }
/*end Fix images*/

/*Fix carousel blur*/
  .owl-carousel .owl-item{
    -webkit-perspective: 1000;
    perspective: 1000;
  }
/*end Fix carousel blur*/

/*Bootstrap fix*/
  .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
    width:auto;
  }
/*end Bootstrap fix*/

/*Scroll-top bottom*/
  .scroll-top-wrapper {
    font-size: 14px;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 9999;
    background-color: transparent;
    color: #eeeeee;
    width: 24px;
    height: 24px;
    line-height: 21px;
    right: 25px;
    bottom: 45px;
    padding-top: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .scroll-top-wrapper:hover {
    background-color: transparent;
    opacity: 1 !important;
  }
  .scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 0.7;
  }
  .scroll-top-wrapper i.fa {
    line-height: inherit;
    color: #CACACA;
  }
/*end scroll-top*/

/*Modal*/
  .close{
    color: var(--primary) !important;
    opacity: 1 !important;
  }
  .modal-title{
    font-size: 20px;
  }
  .logo-modal{
    width: 100px;
    margin-right: 20px;
    display: inline;
  }
  .login_modal_footer{
    margin-top:5px;
  }
  .form-group{
    position: relative;
  }
  .modal-dialog .form-group .login-field-icon,
  .modal-dialog .form-group .envelope-field-icon {
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 1px;
    transition: all 0.25s ease 0s;
    padding-top: 2%;
  }
  .login-modal{
    width:100%;
    padding-bottom: 0px;
  }
  .modal-register-btn{
    margin: 4% 33% 2% 33% ;
    width:100%;
  }
  /* .login-modal input{} */
  .modal-body-left{
    float:left;
    width:50%;
    padding-right:4%;
    border-right:4px solid var(--primary);
  }
  .modal-body-right{
    float:right;
    width:47%;
  }
  .login-link{
    padding:0;
  }
  .modal-icons{
    margin-left: -10px;
    margin-right: 20px;
  }
  .modal-login-btn{
    width:100%;
    height:40px;
    margin-bottom:10px;
    color: #FFF;
  }
  /* .modal-login-btn:hover,.modal-login-btn:focus, .modal-login-btn:active{} */
  .modal {
    text-align: center;
  }
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
  .modal-dialog-small{
    width: 430px;
  }
  .login_modal_header, .modal-header {
    background-color: #FFF;
    color: var(--primary);
  }
  .login_modal_footer{
    background-color: #0D578A;
    color: #FFF;
  }
  .help-block.with-errors {
    font-size: 12px;
  }
  #form_registo .control-label{
    display: none;
  }
/*end Modal*/

/*Random*/
  .svg-defs {
    position: absolute;
    width: 0;
    height: 0;
  }
  .noresize {
    resize: none; 
  }
/*end random*/

/*TABELA LIVROS*/
  /* td.numeric, th.numeric {text-align: right;} */
  @media only screen and (max-width: 800px) {  
      /* Force table to not be like tables anymore */
    .no-more-tables table, 
    .no-more-tables thead, 
    .no-more-tables tbody, 
    .no-more-tables th, 
    .no-more-tables td, 
    .no-more-tables tr { 
      display: block; 
    }
    
    /* Hide table headers (but not display: none;, for accessibility) */
    .no-more-tables thead tr { 
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
   
    .no-more-tables tr { border: 1px solid #ccc; }
   
    .no-more-tables td { 
      /* Behave  like a "row" */
      border: none !important;
      border-bottom: 1px solid #eee !important; 
      position: relative !important;
      padding-left: 21% !important; 
      white-space: normal !important;
      text-align:left !important;
    }
   
    .no-more-tables td:before { 
      /* Now like a table header */
      position: absolute !important;
      /* Top/left values mimic padding */
      top: 6px !important;
      left: 6px !important;
      width: 20% !important; 
      padding-right: 10px !important; 
      white-space: nowrap !important;
      text-align:left !important;
      font-weight: bold !important;
    }
    /*
    Label the data
    */
    .no-more-tables td:before {
      content: attr(data-title);
    }
    .no-more-tables  td.change:before {
      content: attr(data-content);
    }
    #livros{
      border: 0px;
      padding: 0;
    }
    .checkbox {
      text-align: left;
    }
  }
/*END TABELA LIVROS*/

/*MENU LATERAL PRODUTOS*/
    .navbar-brand_produto{
      height: 50px;
      padding: 0;
      float: left;
      height: 50px;
      padding: 15px 15px;
      font-size: 18px;
      line-height: 20px;
    }
    #leftMenu a{
      color: #404040;
    }
    #leftMenu a:hover, #leftMenu a:focus {
      color: var(--primary);
    }
    .activo{
      color: var(--primary);
    }
    .navbar-menu-prod{
      width: 100%;
    }
    .navbar-menu-prod li{
      width: 100%;
    }
    .dropdown-menu a{
      width: 100%;
    }
    .navbar_product a{
      font-size: 16px;
      line-height: 25px;
    }
    .navbar_product .menu-lateral-familia{
      font-size: 14px;
      font-family: 'Ubuntu', sans-serif;
      font-weight: normal;
      line-height: 16px;
      text-transform: lowercase;
    }
    .fa-tag{
      padding-right: 10px;
    }
    .accordion-group{
      margin-bottom: 5px;
    }
    .accordion-inner ul{
      list-style: none;
      padding-left: 20px;
    }
/*END MENU LATERAL PRODUTOS*/