@import url(http://fonts.googleapis.com/css?family=Oxygen:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700,600,400);

/* GERAL*/
  html, body{
    height: 100%;
    position: relative;
    min-height: 100%;
  }
  body{
    scrollbar-face-color: #FFFFFF;
    scrollbar-track-color: #ccc;
    scrollbar-arrow-color: #ccc;
    scrollbar-shadow-color: #ccc;
    scrollbar-highlight-color: #ccc;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    font-family: 'Oxygen', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-stretch: normal; 
    font-variant: normal;
    text-align: left;
    font-size: 14px;
    color: #351229;
    line-height: 1.42857143;
    background-color: transparent;
  }
  #contentor1{
    min-height: 100%;
    position: relative;
  }
  #asseccentro{
    /* Set the fixed height of the footer here */
    /*padding-bottom: 315px;*/
    background-color: #fff;
  }
  .imgBorder{
    display: block;
    padding: 0;
    position: relative;
    cursor: pointer;
  }
  .direita{
    text-align: right;
  }
  .loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
    /*background: url('./imagens/page-loader.gif') 50% 50% no-repeat rgb(249,249,249);*/
  }
/*end GERAL*/

/*Modal FULLSCREEN*/
  .modalfullscreen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
  }
  .modalfullscreen .modal-dialog {
    position: fixed;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .modalfullscreen .modal-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid #fbad5a;
    border-radius: 0;
    box-shadow: none;
  }
  .modalfullscreen .modal-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
    padding: 10px;
    background: #fbad5a;
    border: 0;
  }
  .modalfullscreen .modal-title {
    float: left;
    font-weight: 300;
    font-size: 2em;
    color: #fff;
    line-height: 30px;
  }
  .modalfullscreen .modal-body {
    position: absolute;
    top: 50px;
    bottom: 60px;
    width: 100%;
    font-weight: 300;
    overflow: auto;
  }
  .modalfullscreen .modal-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    padding: 10px;
    background: #fbad5a;
  }
  .modalfullscreen .btn-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -100px;
    width: 200px;
  }
/*end Modal FULLSCREEN*/

/*Tabelas*/
  .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;
    border: 1px solid #ddd !important;
  }
  .table-striped > tbody > tr:nth-child(odd) {
    background-color: #FFFAE5;
  }
/*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*/
  .breadcrumb{
    margin-top: 10px;
    margin-bottom: 30px;
    background-color: transparent;
    padding:0;
  }
  .breadcrumb a{
    font-size: 12px;
  }
/*end Caminho-breadcumbs*/

/*Tabs*/
  .tab-content{
    padding-top: 25px;
  }
  .nav-tabs > li > a{
    border: none;
  }
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    color: #fff;
    background-color: #ef6524;
    border: none;
    cursor: default;
  }
  .nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    color: #fff;
    background-color: transparent;
  }
  .nav-tabs {
    border-bottom: 1px solid #ef6524;
  }
/*end Tabs*/

/*Footer*/
  #footer{
    min-height: 20px;
    margin-bottom: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background-color:  #292929;
  }
  .link-footer{
    font-size: 12px;
  }
  .link-footer:hover{
    cursor: pointer;
  }
/*end Footer*/

/*Botoes geral*/
  .btn-primary, .btn-success, .btn-info{
    background-color: #EA875A !important;
    border-color: #BE6F4A !important;
  }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary,
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info,
  .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success{
    background-color: #BE6F4A !important;
    border-color: #BE6F4A !important;
    outline: none !important;
    /*opacity: 0.5;*/
  }
  .btn-especial{
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 6px 20px !important;
    border-radius: 4px !important;
  }
/*end botoes-geral*/

/*Font style*/
  td, .legenda,.legenda1 ,.legenda2 ,.fcaminho,.caminho{
    font-family: 'Oxygen', sans-serif;
    font-size: 14px;
    line-height: 1.4375;
    color: #351229;
    list-style: none;
  } 
  input, textarea,select, option{
    color: #351229 !important;
  }
  ::-webkit-input-placeholder {
     color: #351229 !important;
  }
  :-moz-placeholder { /* Firefox 18- */
    color: #351229 !important;
  }

  ::-moz-placeholder {  /* Firefox 19+ */
     color: #351229 !important;
  }

  :-ms-input-placeholder {  
     color: #351229 !important; 
  }
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    line-height: 1.42857143;
  }
  a{
    color:#351201;
    text-decoration: none;
  }
  a:hover,
  a:focus{
    cursor: pointer;
    text-decoration: none;
    color: #DA8529;
  }
  .osinputs input {
    line-height: normal;
    padding: 2px;
  } 
  .titulo-geral{
    font-family: 'Pacifico', cursive;
    color:  #351201;
    font-size: 55px; /* Aproximação devido à substituição de fonte */
    font-weight: 400;
    line-height: 60px; /* Aproximação devido à substituição de fonte */
    text-align: center;
  }
  .titulo{
    font-family: 'Pacifico', cursive;
    color:  #DA8529;
    font-size: 32px; /* Aproximação devido à substituição de fonte */
    font-weight: 400;
    line-height: 34px; /* Aproximação devido à substituição de fonte */
    text-align: left;
  }
  .tituloazul{
    color:#57A4C6;
    font-size: 18px;
  }
  .titulocinza{
    color: #777777;
    font-size: 18px;
  } 
  .subtituloazul{
    font-weight: 600;
    color:#57A4C6;
  }
  .subtitulocinza{
    font-weight: 600;
    color: #777777;
  }
  .texto{
    font-family: 'Oxygen', sans-serif;
    color:  #666666;
    font-size: 14px; /* Aproximação devido à substituição de fonte */
    font-weight: 400;
    line-height: 22px; /* Aproximação devido à substituição de fonte */
    text-align: left;
  }
  .data{
    font-size: 11px;
  }
  .smalltext{
    font-size: 13px;
    word-wrap: break-word;
  }
  .legenda,.legenda1 ,.legenda2   {
    font-size: 12px;
    font-style: normal;
  }
  .legenda2 { 
    font-size: 60%;
  }
  .bold{
    font-weight: 700;
  }
  .semibold{
    font-weight: 600;
  }
  .lineheight24{
    line-height: 24px;
  }
  .navbar-menu-prod{
    font-size: 15px;
  }
  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}
  .marginbottom30{margin-bottom: 30px !important}
  .marginbottom25{margin-bottom: 25px !important}
  .marginbottom10{margin-bottom: 10px !important}
  .nomarginbottom{margin-bottom: 0 !important}

  .padding-bottom20{padding-bottom: 20px !important;}

  .nomargin{margin: 0 !important;}
  .nopadding{padding: 0 !important;}
/*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:#351229 !important;} /*castanho escuro*/
  .color-secondary{color:#DA8529 !important;} /*laranja*/
  .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*/

/*Fancybox*/
  .fancybox-overlay.fancybox-overlay-fixed {
    z-index:999;
  }
  /*FancyBox Hover Effect*/
  .zoomer:hover .overlay-zoom .zoom-icon{
    opacity:0.4;   
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    /* transform: scale(1);*/
    filter: alpha(opacity = 50);
  }
  .overlay-zoom {
    z-index: 90;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    position: relative;     
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .overlay-zoom .zoom-icon {
    top:0;
    left: 0;
    opacity: 0; 
    z-index: 100;
    width: inherit;
    height: inherit;
    position: absolute;
    background-color: #000;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image:url(./imagens/zoom.png);
    filter: alpha(opacity = 0);
    -webkit-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); */
  }
/*end fancybox*/

/*Fototeca efeito*/
  .img:hover h2{
    color:#0098D1;
  }
  .zoomin{
    text-decoration: none;
    display: block;
    -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
  }
  .zoomin:hover{
    -webkit-transform: scale(1.05,1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.05,1.07);
    -moz-transition-timing-function: ease-out;
    -moz-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;
  }
/*end Fix carousel blur*/

/*Bootstrap fix*/
  .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
    width:auto !important;
  }
/*end Bootstrap fix*/

/*Scroll-top bottom*/
  .scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 9999;
    background-color: #57A4C6;
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    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: #57A4C6;
    opacity: 1 !important;
  }
  .scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 0.7;
  }
  .scroll-top-wrapper i.fa {
    line-height: inherit;
    color:#fff;
  }
/*end scroll-top*/

/*SVG images*/
  .svgImg_logo{
    width: 70px;
    height: 15px;
    position: relative;
  }
  .svgImg_bottom{
    margin-top: -4px;
    width: 22px;
    height: 22px;
    position: relative;
    fill: rgb(191, 191, 191);
  }
  .svgImg_bottom:hover{
    fill: #777;
  }
/*end SVG images*/

/*MEDIA QUERIES*/
  /*Até LG 1º salto*/
    @media only screen and (max-width : 1200px) {
    }
  /*end Até LG 1º salto*/

  /*Até MD 2º salto*/
    @media only screen and (max-width : 992px) {
      #header, .title-head{
        height: 55px !important;
      }
      .header-content {
        padding-top: 160px !important;
      }
    }
  /*end Até MD*/

  /*Até SM*/
    @media only screen and (max-width : 768px) {
      #testemunhos{
          background-position: 50% 50%;
      }
      #barra_novidades, #barra_testemunhos, #barra_produtos, #barra_fabrico {
          width: 100% !important;
      }
      .header-content {
        padding-top: 80px !important;
      }
      #header, .title-head{
        height: 39px !important;
      }
      .text-container {
        height: 235px !important;
      }
      .fancybox-overlay {
        background: none !important;
      }
      .links-mobile{
        text-align: center;
      }
      .direita{
        text-align: center;
      }
      h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
        line-height: 1.1;
      }
      #svgImg_logo_mobile {
        width: 240px;
        height: 85px;
      }
      .cartaz-header{
        font-size: 30px !important;
      }
      .cartaz-undertext{
        width: 90% !important;
      }
      .navbar-center > li {
        border:none !important;
        width: 100% !important;
      }
      .navbar-right{
        width: 100% !important;
      }
      .navbar-center{
        width: 100% !important;
      }
      .navbar-left{
        width: 100% !important;
        background-color: #f59c20 !important;
      }
    }
  /*end Até SM*/

  /* Até XS */ 
    @media only screen and (max-width : 480px) {
      .texto-testemunho {
        height: 265px !important;;
        overflow: hidden !important;;
      }
    }
  /*end Até XS*/

  /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
      .texto-testemunho {
        height: 265px !important;;
        overflow: hidden !important;;
      }
    }
    @media only screen and (min-width : 320px) {
      [class*="col-"]{
          margin-bottom: 15px;
      }
    }
  /*end Custom*/
/*end MEDIA QUERIES*/