/* BASE GERAL */
  html{
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  body{
    padding: 0;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    color: #333;
    background-color: #fff;
  }

  img{
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
  }

  a {
    text-decoration: none !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #284D92;
  }

  /* NO SELECT
  .nselt{
    -webkit-user-select: none;  // Chrome all / Safari all
    -moz-user-select: none;     // Firefox all
    -ms-user-select: none;      // IE 10+
    -khtml-user-select: none;
    -o-user-select: none;
    user-select: none;
  } */

  /* SCROLL BAR */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.2);
  }
  ::-webkit-scrollbar-track {
  background: rgba(255,255,255,.08);
  }

  /* PLACEHOLDER */
  ::-webkit-input-placeholder {
    color: #666666;
  }
  :-moz-placeholder {
    color: #666666;
  }
  ::-moz-placeholder {
    color: #666666;
  }
  :-ms-input-placeholder {
    color: #666666;
  }

  *, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }



/* PULL POSITIONS */
  .clear{ clear: both; }
  .pull-center { margin: 0 auto !important; padding: 0px !important; float: none !important; text-align: center; }
  .pull-center-txt { text-align: center; }
  .pull-left{ float: left; clear: both; }
  .pull-left-middle { float: left; }
  .pull-right { float: right; }


/* IDEA ALMA */
  .idea-soul {
    position: relative;
    overflow: hidden;
  }
  .idea-body {
    position: relative;
    left: 0;
    z-index: 9999;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    background-color: #FFFFFF;
  }


/* IDEA TRONCO */
  .upper-body {
    position: relative;
    left: 0;
    z-index: 9997;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
  }

/* ERROR NOT FOUND */
  .idealivre-error{
    box-shadow: 0px 40px 40px -10px rgba(0, 0, 0, 0.2);
  }
  .idealivre-error .idealivre-background .idealivre-bg-image {
    background-image: url('../../fis/padrao/bg-pages-1.png');
    background-color: #07AD87;
  }
  .idealivre-error .container .row{
    clear: both;
    margin-bottom: 30px;
    text-align: center;
  }
  .idealivre-error .idealivre-header{
    background-color: transparent !important;
    box-shadow: none;
  }
  .idealivre-error .idealivre-header .heading,
  .idealivre-error .idealivre-header .heading a,
  .idealivre-error .idealivre-header .sub-heading{
    color: rgba(255, 255, 255, 0.7);
  }
  .idealivre-error .idealivre-header-min .heading,
  .idealivre-error .idealivre-header-min .heading a,
  .idealivre-error .idealivre-header-min .sub-heading{
    color: rgba(255, 255, 255, 0.7);
  }
  .idealivre-error .not-found{
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 30px;
    text-align: center;
  }
  .idealivre-error .not-found p{
    margin: 5px 0;
    color: #FFCB1F;
  }
  .idealivre-error .not-found a{
    color: rgba(255, 203, 31, 1);
  }

/* FILTER STYLES */
  .saturate {
    -webkit-filter: saturate(180%);
    -moz-filter: saturate(180%);
    -ms-filter: saturate(180%);
    -o-filter: saturate(180%);
    filter: saturate(180%);
  }
  .grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0.1'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .contrast {
    -webkit-filter: contrast(150%);
    -moz-filter: contrast(150%);
    -ms-filter: contrast(150%);
    -o-filter: contrast(150%);
    filter: contrast(150%);
  }
  .brightness {
    -webkit-filter: brightness(50%);
    -moz-filter: brightness(50%);
    -ms-filter: brightness(50%);
    -o-filter: brightness(50%);
    filter: brightness(50%);
  }
  .blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    -o-filter: blur(5px);
    filter: blur(5px);
  }
  .invert {
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    -ms-filter: invert(100%);
    -o-filter: invert(100%);
    filter: invert(100%);
  }
  .sepia {
    -webkit-filter: sepia(100%);
    -moz-filter: sepia(100%);
    -ms-filter: sepia(100%);
    -o-filter: sepia(100%);
    filter: sepia(100%);
  }
  .huerotate {
    -webkit-filter: hue-rotate(180deg);
    -moz-filter: hue-rotate(180deg);
    -ms-filter: hue-rotate(180deg);
    -o-filter: hue-rotate(180deg);
    filter: hue-rotate(180deg);
  }
  .dropshadow {
    -webkit-filter: drop-shadow(0px 5px 10px black);
    -moz-filter: drop-shadow(0px 5px 10px black);
    -ms-filter: drop-shadow(0px 5px 10px black);
    -o-filter: drop-shadow(0px 5px 10px black);
    filter: drop-shadow(0px 5px 10px black);
  }
  .opacity {
    -webkit-filter: opacity(0.5);
    -moz-filter: opacity(0.5);
    -ms-filter: opacity(0.5);
    -o-filter: opacity(0.5);
    filter: opacity(0.5);
  }


/* ALERT */
  .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .alert-info {
    color: #0F547D;
    background-color: #D8E3F0;
    border-color: #C6CFE9;
  }
  .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
  }
  .alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
  }
  .alert-danger,
  .alert-error {
    color: #cc0000;
    background-color: rgba(204, 0, 0, 0.12);
    border-color: rgba(204, 0, 0, 0.12);
  }
  button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
  }
  .close {
    float: right;
    font-size: 40px;
    font-weight: bold;
    line-height: 0.5;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }


/* MODAL */
  .modal-open {
    overflow: hidden;
  }
  .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: scroll;
  }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .modal-dialog {
    position: relative;
    z-index: 1050;
  }
  .modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
  }
  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000000;
  }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  .modal-header {
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
  }
  .modal-header .close {
    margin-top: -2px;
  }
  .modal-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    padding: 20px 20px 10px;
    margin: 0;
  }
  .modal-body {
    position: relative;
    padding: 20px;
  }
  .modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
  }
  .modal-footer:before,
  .modal-footer:after {
    display: table;
    content: " ";
  }
  .modal-footer:after {
    clear: both;
  }
  .modal-footer:before,
  .modal-footer:after {
    display: table;
    content: " ";
  }
  .modal-footer:after {
    clear: both;
  }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
  }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
  }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0;
  }
  .modal-footer .btn {
    background-color: #333333;
    width: 100%;
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    color: #F58634;
    padding: 10px;
    border: 1px solid #b0b0b0;
    border-radius: 0;
    margin: 0 0 0px 0;
    outline: none;
    -webkit-appearance: none;
  }


/* PAGINACAO */
  .pager{
    list-style: none;
    padding: 0px;
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  .pager li{
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 700;
    display: inline-block;
    color: #FFFFFF;
  }
  .pager li a{
    background-color: #333333;
    display: block;
    color: #FFFFFF;
    padding: 4px 8px 6px;
    text-decoration: none;
    border-radius: 20px;
    width: 37px;
  }
  .pager li.active a,
  .pager li a:hover{
    background-color: #FFCB1F;
    color: #333333;
  }
  .pager li.pag-first a,
  .pager li.pag-last a{
    padding: 2px 8px 4px;
    text-decoration: none;
    border-radius: 5px;
    width: inherit;
  }


/* IDEA LIVRE BACKGROUND */
  .idealivre-bg-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute !important;
    z-index: 1 !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .idealivre-background {
    margin: 0px auto;
    top: 0px;
    left: 0px;
    /*max-width: 1920px;*/
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
  }
  .idealivre-background .idealivre-bg-image {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-position: 50% 0;
    background-repeat: repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  .idealivre-background .texto {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
    position: absolute;
    top: 25px;
    height: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    z-index: 1000;
    padding: 25px 30px;
  }


  /**/
  .pub-blog .row{
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }





/* CONTATO */

/* FORM LABEL INPUTS */
  input, textarea, select, button {
    outline: none;
  }
  input, textarea, select {
    max-width: 100%;
  }
  input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  input {
    line-height: normal;
  }
  button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
  }
  textarea {
    height: auto !important;
  }

  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"] {
    display: block;
    width: 100%;
    height: 48px;
    padding: 12px 12px;
    font-size: 16px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  }
  label {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
  }
  .label-description {
    color: inherit;
    margin-left: 7px;
    font-size: 11px;
  }
  sup {
    color: #fc6666;
    font-size: 18px;
    top: -0.5px;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .form-group {
    margin-bottom: 15px;
  }

  input[field="fieldmin"]{ width: 32%; }
  input[field="fieldmax"]{ width: 67%; }
  input[field="termo"]{ width: 67%; }
  input[field="ok"]{ width: 32%; }

  fieldset{
    background: rgba(0, 0, 0, 0.05);
    border: none;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  }

  .comprovante-box .idealivre-header,
  .address-box .idealivre-header{
    text-align: left;
    margin-bottom: 30px;
  }
  .comprovante-box .idealivre-header .heading,
  .address-box .idealivre-header .heading{
    font-size: 20px;
  }
  .comprovante-box .idealivre-header .sub-heading,
  .address-box .idealivre-header .sub-heading {
      font-size: 14px;
  }

  .address-box h4 {
    margin: 0px;
    padding: 0px;
  }
  .address-box address {
    font-style: normal;
  }

/* VALIDAR-CHECKBOX */
  .button-checkbox,
  .validar-checkbox{
    position: relative;
  }
  .button-checkbox .checkbox-hidden{
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    opacity: 0;
    position: absolute;
    left: 15px;
    top: 9px;
  }

/* BUTTONS */
  .idealivre-button,
  .frm-contato .button-basic,
  .frm-inscricao .button-basic {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
    line-height: initial;
    border: none;
    padding: 15px 25px;
    margin: 0 0 10px;
    background-color: #07AD87;
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .idealivre-button.view-more{
    padding: 0 0;
  }
  .idealivre-button.view-more i,
  .frm-contato .button-basic.view-more i,
  .frm-inscricao .button-basic.view-more i {
    /*-webkit-transition: 0.3s;*/
    /*-o-transition: 0.3s;*/
    /*transition: 0.3s;*/
    position: relative;
    left: 0;
    /*opacity: 0;*/
    /*filter: alpha(opacity=0);*/
  }
  .idealivre-button.view-more a {
    color: #FFFFFF;
    display: block;
    padding: 15px 25px;
  }
  .idealivre-button:hover,
  .frm-contato .button-basic:hover,
  .frm-inscricao .button-basic:hover {
    padding-left: 30px;
    padding-right: 30px;
    background: #FFCB1F;
    color: #333333;
  }
  .idealivre-button:hover a,
  .frm-contato .button-basic:hover a,
  .frm-inscricao .button-basic:hover a{
    background: #FFCB1F;
    color: #333333;
  }
  .idealivre-button.view-more:hover i.fa-arrow-left,
  .frm-contato .button-basic.view-more:hover i.fa-arrow-left,
  .frm-inscricao .button-basic.view-more:hover i.fa-arrow-left {
    left: -15px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .idealivre-button.view-more:hover i.fa-arrow-right,
  .frm-contato .button-basic.view-more:hover i.fa-arrow-right,
  .frm-inscricao .button-basic.view-more:hover i.fa-arrow-right {
    left: 15px;
    opacity: 1;
    filter: alpha(opacity=100);
  }

/* IDEALIVRE CONTATO */
  .idealivre-contato .idealivre-background .idealivre-overlay{
    background-color: #FFFFFF;
  }

/* IDEALIVRE INSCRICAO */
  .idealivre-inscricao .idealivre-background .idealivre-overlay{
    background-color: #FFFFFF;
  }




/* MEDIA MIN 600 ------------------------- */
@media (max-width: 600px) {

  .container {
    margin-right: 20px;
    margin-left: 10px;
  }

/* ESPAÇOS */
  .pd-5{ padding: 5px 0;}
  .pd-10{ padding: 10px 0;}
  .pd-15{ padding: 15px 0;}
  .pd-30{ padding: 20px 0;}
  .pd-40{ padding: 30px 0;}
  .pd-50{ padding: 30px 0;}

  .mg-5{ margin: 5px 0; }
  .mg-10{ margin: 10px 0; }
  .mg-15{ margin: 15px 0; }
  .mg-30{ margin: 20px 0; }
  .mg-40{ margin: 30px 0; }
  .mg-50{ margin: 30px 0; }

  .tab-5{ padding: 0 5px; }
  .tab-10{ padding: 0 10px; }
  .tab-15{ padding: 0 15px; }
  .tab-30{ padding: 0 20px; }
  .tab-40{ padding: 0 30px; }
  .tab-50{ padding: 0 30px; }

/* SLIDE LEFT NAVBAR HEADER MNU LEFT*/
  .idea-soul.slide-active .idea-body {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
    border-left: 1px solid #ccc;
    -webkit-box-shadow: #e6e6e6 1px 0 3px;
    -moz-box-shadow: #e6e6e6 1px 0 3px;
    box-shadow: #e6e6e6 1px 0 3px;
  }

}


/* MEDIA MIN 601 and max 992 ------------------------- */
@media only screen and (min-width:601px) and (max-width: 992px)  {

  .container {
    margin-right: 30px;
    margin-left: 30px;
    position: relative;
  }

  body{
    font-size: 16px;
    line-height: 1.42857143;
  }


/* ESPAÇOS */
  .pd-5{ padding: 5px 0;}
  .pd-10{ padding: 10px 0;}
  .pd-15{ padding: 15px 0;}
  .pd-30{ padding: 30px 0;}
  .pd-40{ padding: 30px 0;}
  .pd-50{ padding: 30px 0;}

  .mg-5{ margin: 5px 0; }
  .mg-10{ margin: 10px 0; }
  .mg-15{ margin: 15px 0; }
  .mg-30{ margin: 30px 0; }
  .mg-40{ margin: 30px 0; }
  .mg-50{ margin: 30px 0; }

  .tab-5{ padding: 0 5px; }
  .tab-10{ padding: 0 10px; }
  .tab-15{ padding: 0 15px; }
  .tab-30{ padding: 0 20px; }
  .tab-40{ padding: 0 30px; }
  .tab-50{ padding: 0 30px; }

  .idea-wrapper{ padding: 0 0 34px 0; }

/* SLIDE LEFT NAVBAR HEADER MNU LEFT*/
  .idea-soul.slide-active .idea-body {
    -webkit-transform: translate3d(420px, 0, 0);
    transform: translate3d(420px, 0, 0);
    border-left: 1px solid #ccc;
    -webkit-box-shadow: #e6e6e6 1px 0 3px;
    -moz-box-shadow: #e6e6e6 1px 0 3px;
    box-shadow: #e6e6e6 1px 0 3px;
  }

/* CONTATO */
  fieldset{
    padding: 30px 30px;
  }

}

/* MEDIA MIN 992 ------------------------- */
@media (min-width: 992px) {

  .container {
    width: 960px;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
  }

/* ESPAÇOS */
  .pd-5{ padding: 5px 0;}
  .pd-10{ padding: 10px 0;}
  .pd-15{ padding: 15px 0;}
  .pd-30{ padding: 30px 0;}
  .pd-40{ padding: 40px 0;}
  .pd-50{ padding: 50px 0;}

  .mg-5{ margin: 5px 0; }
  .mg-10{ margin: 10px 0; }
  .mg-15{ margin: 15px 0; }
  .mg-30{ margin: 30px 0; }
  .mg-40{ margin: 40px 0; }
  .mg-50{ margin: 50px 0; }

  .tab-5{ padding: 0 5px; }
  .tab-10{ padding: 0 10px; }
  .tab-15{ padding: 0 15px; }
  .tab-30{ padding: 0 30px; }
  .tab-40{ padding: 0 40px; }
  .tab-50{ padding: 0 50px; }

  .idea-wrapper{ padding: 0 0 34px 0; }

}

/* MEDIA MIN 1200 ------------------------- */
@media (min-width: 1200px) {

  .container {
    width: 1170px;
    padding-right: 30px;
    padding-left: 30px;
    margin: 0 auto;
    position: relative;
  }

}

/* MEDIA MIN 1300 ------------------------- */
@media (min-width: 1300px) {

  .container {
    padding-right: 0px;
    padding-left: 0px;
  }

}