@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Barlow:100,200,300,400,500,600,700,800,900&display=swap');




/* == FONT FACE LOT FONT NBZ == */
@font-face {
  font-family:'Lot';
  src:url("LOT.woff") format("woff");
  font-weight:normal;
  font-style:normal;
  font-display: swap;
}
.lot-font {
  font-family: 'Lot', monospace !important;
  letter-spacing: 0.5px !important;
}
/* ========================== */



.footer-font {
	font-size: 11px !important;
	line-height: 1.35em !important;
}
.font-type-1 {font-family: 'Roboto', sans-serif !important;}
.font-type-2 {font-family: 'Barlow', sans-serif !important;}
.font-type-3 {font-family: 'Roboto Condensed', sans-serif !important;}
.font-type-4 {font-family: 'Montserrat', sans-serif !important;}

body {
  font-family: 'Roboto', sans-serif !important;
  font-size: 15px;
  line-height: 1.45;
  color: #000;
  background-color: white;
  padding-top: 64px;
}
@media screen and (max-width: 640px) {
  body {
  padding-top: 40px; }
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  color: #000;
  font-weight: 300;
}


h1 {
  font-size: 4em ;
  line-height: 1.1em;
  margin: 23px 0 23px 0;
  letter-spacing: -1.5px;
}
@media (max-width: 640px) {
  h1 {
  font-size: 2em ;
  line-height: 1.1em;
  margin: 23px 0 23px 0;
  letter-spacing: -1px;
  }
}

h2 {
  font-size: 38px;
  line-height: 1.15em;
  margin: 23px 0 23px 0;
  letter-spacing: -0.25px;
}
@media (max-width: 640px) {
  h2 {
  font-size: 24px;
  line-height: 1.1em;
  margin: 23px 0 23px 0;
  letter-spacing: 0px;
  }
}

h3 {
  font-size: 25px;
  line-height: 1.1em;
  margin: 23px 0 23px 0;
  letter-spacing: -0.75px;
}

h4 {
  font-size: 20px;
  line-height: 1.25em;
  margin: 18px 0 18px 0;
  letter-spacing: 0px;
}

h5 {
  font-size: 18px;
  line-height: 1.25em;
  margin: 18px 0 18px 0;
}

h6 {
  font-size: 16px;
  line-height: 1.25em;
  margin: 18px 0 18px 0;
}


p {
    margin-top: 0.65rem;
    margin-bottom: 0.65rem;
}



a {
  color: black;
  /*text-decoration: underline;*/
}
a:focus, a:hover {
  color: grey;
  text-decoration: underline;
}

b {
    font-weight: 700;
}
strong {
    font-weight: 700;
}

.lead{
  font-size: 19px;
  letter-spacing: -0.25px;
	line-height: 1.45em;
}
@media (max-width: 640px) {
  .lead {
  font-size: 17px;
  letter-spacing: 0px;
  }
}



/* COLOR CLASSES
============================================ */

.bg-primary   { background-color: #1E90FF!important; }
.bg-secondary { background-color: #6c757d!important; }
.bg-black     { background-color: #000000!important; }
.bg-grey      { background-color: #f6f6f6!important; }
.bg-warning   { background-color: #FF4500 !important; }
.bg-danger    { background-color: #dc3545!important; }
.bg-info      { background-color: #17a2b8!important; }
.bg-success   { background-color: #12e354!important; }
.bg-dark      { background-color: #343a40!important; }
.bg-royalblue { background-color: royalblue !important;}
.bg-blue      { background-color: darkblue !important;}
.bg-green     { background-color: #075E54 !important;}
.bg-lightgreen { background-color: #0F5E2C !important;}
.bg-yellow    {background-color: #E5DC29 !important}
.bg-orange   {background-color: orangered !important}
.bg-cyan   {background-color: cyan !important}
.bg-magenta   {background-color: magenta !important}
.bg-light { background-color: #ddd !important; }
.bg-overlay { background-color: rgba(0,0,0,0.40) !important; }


.text-primary { color: #1E90FF!important; }
.text-secondary { color: #6c757d!important; }
.text-black   { color: #000 !important; }
.text-success { color: #12e354 !important; }
.text-danger  { color: #dc3545 !important; }
.text-warning { color: #FF4500 !important; }
.text-info    { color: #17a2b8 !important; }
.text-muted   { color: #aaa !important; }
.text-blue   { color: blue !important; }
.text-darkgrey     { color: #555 !important; }
.text-grey     { color: #666 !important; }
.text-lightgrey     { color: lightgrey !important; }
.text-cyan   { color: cyan !important; }
.text-green {color: #0F4734;}
.text-lightgreen {color: #0F5E2C;}
.text-yellow {color: #E5DC29 !important;}

.border-custom {border-color: cyan !important;}

/* ----------------------------------------- */



/* Type 
============================================ */
.case-u { text-transform: uppercase !important; }
.case-l { text-transform: lowercase !important; }
.case-c { text-transform: capitalize !important; }
.text-line-t  {text-decoration: line-through !important; }

.font-100       { font-weight: 100 !important; }
.font-200       { font-weight: 200 !important; }
.font-300       { font-weight: 300 !important; }
.font-400       { font-weight: 400 !important; }
.font-500       { font-weight: 500 !important; }
.font-600       { font-weight: 600 !important; }
.font-700       { font-weight: 700 !important; }
.font-800       { font-weight: 800 !important; }
.font-900       { font-weight: 900 !important; }

.font-10        { font-size: 10px !important; }
.font-11        { font-size: 11px !important; }
.font-12        { font-size: 12px !important; }
.font-13        { font-size: 13px !important; }
.font-14        { font-size: 14px !important; }
.font-16        { font-size: 16px !important; }
.font-18        { font-size: 18px !important; }
.font-21        { font-size: 21px !important; }
.font-24        { font-size: 24px !important; }
.font-26        { font-size: 26px !important; }
.font-28        { font-size: 28px !important; }
.font-32        { font-size: 32px !important; }
.font-36        { font-size: 36px !important; }

/* ----------------------------------------- */




/* Margins & Paddings
============================================ */

/*ajusta a posiÃ§Ã£o da marca no menu*/
.margin-icon {margin-top: -2px;}
@media (max-width: 640px) {
  .margin-icon { margin-top: 0px; }
}

.m-b-60-30 {margin-bottom: 60px;}
@media (max-width: 640px) {
  .m-b-60-30 {margin-bottom: 30px;}
}

.no-margin  { margin: 0px !important; }
.no-padding { padding: 0px !important; }

.p-10   { padding: 10px !important; }
.p-15   { padding: 15px !important; }
.p-20   { padding: 20px !important; }
.p-30   { padding: 30px !important; }

.p-l-0  { padding-left: 0px !important; }
.p-r-0  { padding-right: 0px !important;}
.p-t-0  { padding-top: 0px !important; }
.p-b-0  { padding-bottom: 0px !important;}

.p-t-5 { padding-top: 5px !important; }
.p-t-10 { padding-top: 10px !important; }
.p-t-15 { padding-top: 15px !important; }
.p-t-20 { padding-top: 20px !important; }
.p-t-25 { padding-top: 25px !important; }
.p-t-30 { padding-top: 30px !important; }
.p-t-35 { padding-top: 35px !important; }
.p-t-40 { padding-top: 40px !important; }
.p-t-50 { padding-top: 50px !important; }
.p-t-60 { padding-top: 60px !important; }
.p-t-75 { padding-top: 75px !important; }
.p-t-90 { padding-top: 90px !important; }


.p-b-10 { padding-bottom: 10px !important; }
.p-b-20 { padding-bottom: 20px !important; }
.p-b-30 { padding-bottom: 30px !important; }
.p-b-45 { padding-bottom: 45px !important; }

.p-l-r-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.p-l-r-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.pad-form {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.ml-x, .mx-x { margin-left: 15rem !important;}
@media (max-width: 640px) {
  .ml-x, .mx-x { margin-left: 0rem !important;}
}

.m-5  { margin: 5px !important; }
.m-10 { margin: 10px !important; }
.m-15 { margin: 15px !important; }
.m-20 { margin: 20px !important; }
.m-30 { margin: 30px !important; }

.m-r-0  { margin-right: 0px !important; }
.m-r-2  { margin-right: 2px !important; }
.m-r-5  { margin-right: 5px !important; }
.m-r-10 { margin-right: 10px !important; }
.m-r-15 { margin-right: 15px !important; }

.m-l-0  { margin-left: 0px !important; }
.m-l-2  { margin-left: 2px !important; }
.m-l-5  { margin-left: 5px !important; }
.m-l-10 { margin-left: 10px !important; }
.m-l-15 { margin-left: 15px !important; }
.m-l-20 { margin-left: 20px !important; }
.m-l-30 { margin-left: 30px !important; }

.m-t-0  { margin-top: 0px !important; }
.m-t-5  { margin-top: 5px !important; }
.m-t-10 { margin-top: 10px !important; }
.m-t-15 { margin-top: 15px !important; }
.m-t-20 { margin-top: 20px !important; }
.m-t-25 { margin-top: 25px !important; }
.m-t-30 { margin-top: 30px !important; }
.m-t-40 { margin-top: 40px !important; }
.m-t-45 { margin-top: 45px !important; }
.m-t-50 { margin-top: 50px !important; }
.m-t-60 { margin-top: 60px !important; }

.m-b-0  { margin-bottom: 0px !important;}
.m-b-5  { margin-bottom: 5px !important; }
.m-b-10 { margin-bottom: 10px !important; }
.m-b-15 { margin-bottom: 15px !important; }
.m-b-20 { margin-bottom: 20px !important; }
.m-b-25 { margin-bottom: 25px !important; }
.m-b-30 { margin-bottom: 30px !important; }
.m-b-45 { margin-bottom: 45px !important; }
.m-b-50 { margin-bottom: 50px !important; }
.m-b-60 { margin-bottom: 60px !important; }

/* ----------------------------------------- */




/* CONTENT
============================================ */
.content-block {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .content-block {
  padding-top: 30px;
  padding-bottom: 30px;
  }
}
.content-block.big-padding {
  padding-top: 160px;
  padding-bottom: 160px;
}
@media (max-width: 767px) {
  .content-block.big-padding {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}
.content-block.medium-padding {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .content-block.medium-padding {
  padding-top: 45px;
  padding-bottom: 45px;
  }
}
.content-block.small-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}
/* ----------------------------------------- */




/* FOOTER
============================================ */

footer {
  margin-bottom: 0;
  margin-top: 0px;
}

footer a {
  color: #015BB6;
  text-decoration: none;
  font-weight: 900;
}

footer a:focus, footer a:hover {
  color: black;
  text-decoration: underline;
}

footer .links li {
  padding: 0 20px 15px;
  font-size: 12px;
  font-weight: 600;
}

/* ----------------------------------------- */




/* Itens Gerais
============================================ */


.op-10 {opacity: 0.10;}
.op-20 {opacity: 0.20;}
.op-30 {opacity: 0.30;}
.op-40 {opacity: 0.40;}
.op-50 {opacity: 0.50;}
.op-60 {opacity: 0.60;}
.op-70 {opacity: 0.70;}
.op-75 {opacity: 0.75;}



.text-shadow-1 {
	text-shadow: 0px 2px 14px rgba(0,0,0,0.5);	
}
.text-shadow-2 {
	text-shadow: 0px 2px 10px rgba(0,0,0,0.75);	
}

.w-max-12 {
 max-width: 12.5%;
}
@media (max-width: 767px) {
  .w-max-12 {
   max-width: 33.33333333333333333%;
  }
}

.btn-primary {
    color: #fff;
    background-color: #015BB6;
    border-color: #015BB6;
}
.btn-outline-primary {
    color: #015BB6;
    border-color: #015BB6;
}
.btn-outline-primary:hover {
    color: #007bff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-success:hover {
    color: yellowgreen;
    background-color: yellowgreen;
    border-color: yellowgreen;
}

.border-tb-l-20 {
border-top-left-radius: 20px !important;
border-bottom-left-radius: 20px !important;
}

.border-tb-r-20 {
border-top-right-radius: 20px !important;
border-bottom-right-radius: 20px !important;
}



.border-5px {
    border-radius: 5px !important;
}


.border-black {
    border-color: #000 !important;
}



.slider-vh {
  max-height: 400px;
}

@media (max-width: 767px) {

  .slider-vh {
  max-height: 35vh;
  }
}


.menu-text {
  font-weight: 700;
  font-size: 12px;
}



.product-title {
  font-size: 16px;
  letter-spacing: -0.55px;
  line-height: 1.1;
  font-family: 'Roboto', Helvetica, Arial, sans-serif !important;
}

@media (max-width: 767px) {
  .product-title {
  font-size: 16px;
  letter-spacing: -0.75px;
  line-height: 1.0;
  font-family: 'Roboto', Helvetica, Arial, sans-serif !important;
  }
}


.btn.btn-big {
  padding: 0.65em 1.25em;
  font-size: 32px;
}


/*.btn-success {
  color: #fff;
  background-color: #25D366;
  border-color: #60C21E;
  border-bottom: 2px solid #38750F;
}*/

.btn-success {
  color: #fff;
  background-color: #128C7E;
  border-color: #128C7E;
  border-bottom: 2px solid #075E54;
}

.btn-warning {
    color: white;
    background-color: orangered;
    border-color: orangered;
}
.btn-warning:hover {
    color: white;
    background-color: orange;
    border-color: orange;
}



.btn-default:hover, .btn-default:focus {
  color: #000;
  background-color: #ddd;
  border-color: #ddd;
}

.border-circle { border-radius: 50% !important; }
.border-white { border: 1px solid #fff; }

.br-5 {border-radius: 5px !important}
.br-5:hover, .border-5px:before, .border-5px:focus {border-radius: 5px !important}

.br-4 {border-radius: 4px !important}
.br-4:hover, .br-4:before, .border-5px:focus {border-radius: 4px !important}


.br-0 {border-radius: 0 !important;}


.bw-2 { border-width: 2px !important; }
.bw-8 { border-width: 8px !important; }
.bw-10 { border-width: 10px !important; }




.tags a {
  margin-right: 6px;
  line-height: 3.15em;
  background-color: white;
  padding: 6px 0px;
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 6px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    color: #000;
    font-size: 12px;
}
.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
  border: 1px solid #eee
}


.icon.large { font-size: 60px; }
.icon.medium { font-size: 45px; }
.icon.small { font-size: 15px; margin-right: 5px; }

.service-block .icon { font-size: 36px; float: left; /*! padding-left: 25px; */}
.service-block :not(.icon) { margin-left: 60px; padding-right: 20px;}




.title-xhuge {
  font-size: 92px !important;
  line-height: 1em !important;
  margin: 23px 0 23px 0 ;
  letter-spacing: -1.5px !important;
}
@media (max-width: 640px) {
  .title-xhuge {
  font-size: 48px !important;
  line-height: 1.1em !important;
  margin: 23px 0 23px 0 ;
  letter-spacing: -1px !important;
  }
}




.title-huge {
  font-size: 80px !important;
  line-height: 1em !important;
  margin: 23px 0 23px 0 ;
  letter-spacing: -1.5px !important;
}
@media (max-width: 640px) {
  .title-huge {
  font-size: 46px !important;
  line-height: 1.1em !important;
  margin: 23px 0 23px 0 ;
  letter-spacing: -1px !important;
  }
}

.title-lg {
  font-size: 57px !important;
  line-height: 1em !important;
  margin: 23px 0 23px 0 ;
  letter-spacing: -1.5px !important;
}
@media (max-width: 640px) {
  .title-lg {
  font-size: 42px !important;
  line-height: 1.1em !important;
  margin: 23px 0 23px 0 ;
  letter-spacing: -1px !important;
  }
}


.title-md {
  font-size: 42px !important;
  line-height: 1.1em !important;
  margin: 20px 0 20px 0 ;
}

@media (max-width: 640px) {
  .title-md {
  font-size: 36px !important;
  line-height: 1.1em !important;
  margin: 20px 0 20px 0 ;
  }
}


.title-sm {
  font-size: 36px !important;
  line-height: 1.1em;
  margin: 23px 0 23px 0;
}

@media (max-width: 640px) {
  .title-sm {
  font-size: 26px !important;
  line-height: 1.1em;
  margin: 23px 0 23px 0;
  }
}


.title-xs {
  font-size: 21px !important;
  line-height: 1.25em;
}

@media (max-width: 640px) {
  .title-xs {
  font-size: 15px !important;
  }
}

.title-xxs {
  font-size: 21px !important;
  line-height: 1.15em !important;
  letter-spacing: -0.5px;
}

@media (max-width: 640px) {
  .title-xxs {
  font-size: 17px !important;
    line-height: 1.15em !important;
 }
}




.title-icons {
  font-size: 18px !important;
  line-height: 1.15em !important;
  letter-spacing: -0.5px;
}

@media (max-width: 640px) {
.title-icons {
  font-size: 14px !important;
    line-height: 1.15em !important;
 }
}


.title-post {
  font-size: 19px !important;
  line-height: 1.35em;
}

@media (max-width: 640px) {
  .title-post {
  font-size: 19px !important;
  }
}



.vh-md { min-height: 85vh !important; }

@media (max-width: 640px) {
  .vh-md { min-height: 70vh !important; }
}



.vh-sm { min-height: 80vh !important; }

@media (max-width: 640px) {
  .vh-sm { min-height: 65vh !important; }
}



.video-h {
  height: 80vh;
  width: 100%;
}
@media (max-width: 640px) {
  .video-h {
    height: 33vh;
    width: 100%;
  }
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
      border-top-width: 0px;
      border-top-style: none;
      border-top-color: currentcolor;
  border-top: 1px solid #dee2e6;
}


.text-riscado { text-decoration: line-through; }
.border-bottom-white {border-bottom: 3px solid white;}
.border-bottom-yellow {border-bottom: 3px solid yellow;}
.border-bottom-black {border-bottom: 3px solid black;}
.border-bottom-cyan {border-bottom: 3px solid cyan;}
.border-bottom-magenta {border-bottom: 3px solid magenta;}







.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}



/* ----------------------------------------- */




/* HEADING LINE
============================================ */
.heading-line {
  width: 30px;
  height: 1px;
  background: #ff4081;
  margin-bottom: 18px;
}
.heading-line + h1,
.heading-line + h2,
.heading-line + h3,
.heading-line + h4,
.heading-line + h5,
.heading-line + h6 {
  padding-top: 0;
}
.heading-line:last-child { margin-bottom: 0; }
.heading-line.big { height: 2px; }
.heading-line.bigger { height: 3px; }
.heading-line.huge { height: 6px; width: 25%;}
.heading-line.full { height: 6px; width: 100%;}

.heading-line.center {
  margin-left: auto;
  margin-right: auto;
}
.heading-line.color-primary   { background: #ff4081; }
.heading-line.color-secondary { background: #00bcd4; }
.heading-line.color-info      { background: #2196f3; }
.heading-line.color-danger    { background: #f44336; }
.heading-line.color-success   { background: #4caf50; }
.heading-line.color-black     { background: #212121; }
.heading-line.color-white     { background: #ffffff; }
.heading-line.color-grey      { background: #eeedee; }
.heading-line.color-cyan      { background: cyan; }
.heading-line.color-yellow      { background: yellow; }
.heading-line.color-magenta      { background: magenta; }
.heading-line.color-blue      { background: blue; }
.heading-line.color-custom      { background: #D4AF37; }

/* ----------------------------------------- */




/* FORMS 
-------------------------------------------*/

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 12px;
}
    
/* ----------------------------------------- */




/* BOX PORTFOLIO | NOTÃCIAS
============================================ */
.article-inner {
  position: relative;
  /*! margin-bottom: 1px; */
  /*! margin-left: 0.50px; */
  /*! margin-right: 0.50px; */
}




article .overlay0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .95;
  z-index: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.00) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.00) 100%);
}
article .overlay0:before {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-image: -webkit-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.55) 0%);
  background-image: -moz-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.55) 0%);
  background-image: -o-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.55) 0%);
  background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.55) 0%);
}
.article-inner:hover .overlay0:before {
  opacity: 0.75 !important;
}










article .overlay1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .95;
  z-index: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.005) 40%, rgba(0, 0, 0, 0.70) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.005) 40%, rgba(0, 0, 0, 0.70) 100%);
}
article .overlay1:before {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-image: -webkit-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.55) 0%);
  background-image: -moz-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.55) 0%);
  background-image: -o-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.55) 0%);
  background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.55) 0%);
}
.article-inner:hover .overlay1:before {
  opacity: 0.0 !important;
}

article .overlay2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .95;
  z-index: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.015) 50%, rgba(0, 0, 0, 0.60) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.015) 50%, rgba(0, 0, 0, 0.60) 100%);
}
article .overlay2:before {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-image: -webkit-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.55) 0%);
  background-image: -moz-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.55) 0%);
  background-image: -o-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.55) 0%);
  background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.55) 0%);
}
.article-inner:hover .overlay2:before {
  opacity: 0.75 !important;
}






article .overlay3 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .95;
  z-index: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 50%, rgba(0, 0, 0, 0.80) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 50%, rgba(0, 0, 0, 0.80) 100%);
}
article .overlay3:before {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-image: -webkit-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.55) 0%);
  background-image: -moz-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.55) 0%);
  background-image: -o-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.55) 0%);
  background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.55) 0%);
}
.article-inner:hover .overlay3:before {
  opacity: 0.75 !important;
}


article .overlay-dark {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .55;
  z-index: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: rgba(0,0,0,0.65);
}
article .overlay-dark:before {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 2;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.025) 50%, rgba(0, 0, 0, 0.90) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.025) 50%, rgba(0, 0, 0, 0.90) 100%);
}
.article-inner:hover .overlay-dark:before {
  opacity: 0.90 !important;
}


/*article-info*/
.article-inner .article-info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0px 5%;
  z-index: 2;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.article-inner:hover .article-info {
  bottom: 0;
  opacity: 1;
}
.article-inner .article-info a {
  color: #fff;
}
.article-inner .article-info h2 {
  color: #fff;
  font-weight: 400;
  font-size: 36px;
  letter-spacing: -1.5px;
  line-height: 1.1em;
  /*text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.85);*/
}

@media (max-width: 640px) {
  .article-inner .article-info h2 {
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0px;
  }
}
.article-inner .article-info h3 {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -0.5px;
  margin-bottom: 15px;
  /*text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.85);*/
}

@media (max-width: 640px) {
  .article-inner .article-info h3 {
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0px;
    margin-bottom: 15px;
  }
}




.article-inner .article-info h4 {
  font-family: 'Roboto' !important;
  color: #fff;
  font-weight: 400;
  font-size: 19px;
  letter-spacing: -0.5px;
  margin-bottom: 15px;
  /*text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.85);*/
}

@media (max-width: 640px) {
  .article-inner .article-info h4 {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0px;
    margin-bottom: 5px;
  }
}







.article-inner.border:hover {
  border: 1px solid grey !important;
}



.imgcropped-product {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 155%;
  background-color: transparent;
}
.imgcropped-product img.landscape {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  max-width: inherit !important;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.imgcropped-product img.portrait {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
    .imgcropped-product {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 170%;
    background-color: transparent;
  }
  .imgcropped-product img.landscape {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    max-width: inherit !important;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
  }
  .imgcropped-product img.portrait {
    width: 100%;
    height: auto;
  }
}






.imgcropped-banner {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 40%;
  background-color: transparent;
}
.imgcropped-banner  img.portrait {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  max-width: inherit !important;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.imgcropped-banner  img.landscape {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
    .imgcropped-banner  {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    background-color: transparent;
  }
  .imgcropped-banner  img.landscape {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    max-width: inherit !important;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
  }
  .imgcropped-banner  img.portrait {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    max-width: inherit !important;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
  }
}





.imgcropped-167 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 167%;
  background-color: transparent;
}
.imgcropped-167 img.landscape {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  max-width: inherit !important;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.imgcropped-167 img.portrait {
  width: 100%;
  height: auto;
}





.imgcropped-150 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 150%;
  background-color: transparent;
}
.imgcropped-150 img.landscape {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  max-width: inherit !important;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.imgcropped-150 img.portrait {
  width: 100%;
  height: auto;
}



.imgcropped-125 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 125%;
  background-color: transparent;
}
.imgcropped-125 img.landscape {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  max-width: inherit !important;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.imgcropped-125 img.portrait {
  width: 100%;
  height: auto;
}





.imgcropped {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  background-color: transparent;
}
.imgcropped img.landscape {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  max-width: inherit !important;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.imgcropped img.landscape-50 {
     position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    width: 100%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.imgcropped img.portrait {
  width: 100%;
  height: auto;
}


.imgcropped-75 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 75%;
  background-color: #fff;
}
.imgcropped-75 img.landscape {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  max-width: inherit !important;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.imgcropped-75 img.portrait {
  width: 100%;
  height: auto;
}


.imgcropped-66 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 66%;
  background-color: #fff;
}
.imgcropped-66 img.landscape {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  max-width: inherit !important;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.imgcropped-66 img.portrait {
  width: 100%;
  height: auto;
}



.imgcropped-50 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 50%;
  background-color: #fff;
}
.imgcropped-50 img.landscape {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  max-width: inherit !important;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.imgcropped-50 img.portrait {
  width: 100%;
  height: auto;
}






.imgcropped-34 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 34%;
  background-color: #fff;
}
.imgcropped-34 img.landscape {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  max-width: inherit !important;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.imgcropped-34 img.portrait {
  width: 100%;
  height: auto;
}




.imgcropped-vh {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 92vh;
}
.imgcropped-vh img.landscape {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  max-width: inherit !important;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.imgcropped-vh img.ajust {
  width: 100%;
  height: auto;
}


@media (max-width: 767px) {
  .imgcropped-vh {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 75vh;
  }
  .imgcropped-vh img.ajust {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    max-width: inherit !important;
    -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
  }
  .imgcropped-vh img.portrait {
    width: 100%;
    height: auto;
  }
}



/* ----------------------------------------- */


/* HFEAT
============================================ */
/* Default setup */
.hfeat {
  position: relative;
  padding: 0 0 0 65px;
  margin: 15px 0;
  display: block;
}
.hfeat .icon {
  display: block;
  font-size: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  color: #666b76;
}
.hfeat .title {
  font-size: 16px;
  line-height: 1;
  margin: 0 0 12px 0;
  /*! color: #42464d; */
  display: block;
}
.hfeat .text {
  font-size: 14px;
  margin: 0;
  line-height: 1.6em;
  color: #666b76;
  display: block;
}

/* Sizes */
.hfeat.hfeat-sm {
  padding: 0 0 0 30px;
  min-height: 40px;
}
.hfeat.hfeat-sm .icon {
  font-size: 30px;
  width: 30px;
  line-height: 40px;
}
.hfeat.hfeat-sm .title {
  font-size: 14px;
  margin: 0 0 6px 0;
}
.hfeat.hfeat-sm .text {
  font-size: 11px;
  line-height: 1em;
}


.hfeat.hfeat-md {
  padding: 0 0 0 60px;
  min-height: 50px;
}
.hfeat.hfeat-md .icon {
  font-size: 45px;
  width: 45px;
  line-height: 45px;
}
.hfeat.hfeat-md .title {
  font-size: 14px;
  margin: 0 0 6px 0;
}
.hfeat.hfeat-md .text {
  font-size: 11px;
  line-height: 1em;
}


.hfeat.hfeat-lg {
  padding: 0 0 0 100px;
  min-height: 60px;
}
.hfeat.hfeat-lg .icon {
  font-size: 80px;
  width: 80px;
  line-height: 80px;
}
.hfeat.hfeat-lg .title {
  font-size: 21px;
  margin: 0 0 4px 0;
  line-height: 1.25em;
  color: black;
  font-weight: 500;
  letter-spacing: -0.5px;
  padding-top: 10px;
}
.hfeat.hfeat-lg .text {
  font-size: 15px;
  line-height: 1.35em !important;
  font-weight: 400;
  color: black;
  letter-spacing: -0.5px;
}

@media (max-width: 640px) {
    .hfeat.hfeat-lg {
    padding: 0 0 0 50px;
    min-height: 40px;
  }
  .hfeat.hfeat-lg .icon {
    font-size: 40px;
    width: 70px;
    line-height: 40px;
  }
  .hfeat.hfeat-lg .title {
    font-size: 16px;
    margin: 0 0 2px 0;
    line-height: 1.25em;
    color: black;
    font-weight: 500;
    padding-top: 4px;
    padding-left: 30px;
  }
    .hfeat.hfeat-lg .text {
    font-size: 11px;
    line-height: 1.05em !important;
    font-weight: 500;
    color: black;
    letter-spacing: -0.4px;
    padding-top: 5px;
    padding-left: 30px;
  }
}

/* ----------------------------------------- */


/* NBZ BLOG STYLE
============================================ */
#blog-post img {
  margin: 30px 0;
  width: 100%;
  height: auto !important;
}

.wp-caption-text {
	padding-top:0px !important;
	margin-top:0px !important;
	font-size: 12px !important;
	color: #555;
}
.wp-caption  {
  max-width: 100%;
  height: auto;
}
.wp-caption img {
  margin-bottom: 10px !important;
}



#blog-post h1 {
  font-size: 46px;
  line-height: 1.1em;
  margin-bottom: 30px;
  letter-spacing: -2px;
  font-weight: 400;
 }

@media (max-width: 640px) {
#blog-post h1 {
  font-size: 28px;
  line-height: 1.1em;
  margin-bottom: 30px;
  letter-spacing: -1px;
  }
}

#blog-post h2 {
  font-size: 57px;
  line-height: 1.0em;
  margin-bottom: 25px;
  margin-top: 30px;
  font-weight: 700 !important;
  padding-top: 12px;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: -1.5px !important;
 }

#blog-post h3 {
  font-size: 36px;
  line-height: 1.0em;
  margin-bottom: 20px;
  margin-top: 35px;
  font-weight: 700;
  padding-top: 12px;
  font-family: 'Barlow Condensed', sans-serif;
}

#blog-post h4  {
  font-size: 26px;
  line-height: 1.0em;
  margin-bottom: 5px;
  margin-top: 20px;
  font-weight: 700;
  padding-top: 12px;
  font-family: 'Barlow Condensed', sans-serif;
}
#blog-post h5  {
	font-weight: 500;
}
#blog-post h6 {
	font-weight: 500;
}



#blog-post p {
  font-size: 21px;
  line-height: 1.65;
  padding-top: 6px;
  letter-spacing: -0.15px;
  font-weight: 400;
}

@media (max-width: 640px) {
#blog-post p {
  font-size: 18px;
  line-height: 1.55;
  padding-top: 6px;
  letter-spacing: -0.1px;
  }
}


#blog-post li {
  font-size: 18px;
  line-height: 1.65;
  padding-top: 6px;
  letter-spacing: -0.15px;
  font-weight: 400;
}

@media (max-width: 640px) {
#blog-post li {
  font-size: 16px;
  line-height: 1.55;
  padding-top: 6px;
  letter-spacing: -0.1px;
  }
}




#blog-post span.dados{
  font-size: 24px;
  line-height: 1.55;
  padding-bottom: 10px;
  padding-right: 15px;
  letter-spacing: 2px;
  font-weight: 400;
}
#blog-post p.date{
  font-size: 14px;
  line-height: 1.55;
  padding-bottom: 10px;
  margin-bottom: 1.1;
  letter-spacing: 1px;
  font-weight: 400;
  font-family: 'Inconsolata', monospace !important;
  color: blue;
}

#blog-post a {
  color: black;
  cursor: pointer;
  text-decoration: none;
  box-shadow: inset 0 -4px 0 yellow;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all all .3s ease;
  -moz-transition: all all .3s ease;
  -ms-transition: all all .3s ease;
  -o-transition: all all .3s ease;
  transition: all all .3s ease;
  margin: 10px 0px 25px 0;
  font-weight: 900;
}

#blog-post a:hover, #blog-post a:focus {
  color: #000;
  outline: none;
  text-decoration: none;
  background-color: yellow;
  box-shadow: inset 0 -2px 0 yellow;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all all .3s ease;
  -moz-transition: all all .3s ease;
  -ms-transition: all all .3s ease;
  -o-transition: all all .3s ease;
  transition: all all .3s ease;
}

#blog-post blockquote p{
    font-size: 28px !important;
    line-height: 1.0em;
    margin: 0 0 20px;
    font-size: 17.5px;
    font-weight: 700;
    letter-spacing: -1px;
}

#blog-post h5 a {
  color: #000 !important;
	font-size: 16px;
  border: 1px solid #e5e5e5;
  border-left-color: rgb(204, 204, 204);
  border-left-style: solid;
  border-left-width: 1px;
  border-radius: 0.15em;
  padding: 0.55em 0.85em;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  font-weight: 500;
  margin: 0px 12px 0px 0;
  border-left: 3px solid #000;
	box-shadow: inset 0 0px 0 yellow;
}
#blog-post h5 a:hover, #blog-post h5 a:focus{
  background-color: #eee;
  box-shadow: inset 0 0px 0 #ccc;
  border-left: 3px solid #333;
  color: #555 !important;
}


/*
.none a {
  box-shadow: inset 0 0 #FFF !important;
}
.none a:hover, a:focus {
  background-color: transparent !important;
}
*/


#blog-post .tags a {
  margin: 0 5px 0 5px !important;
  font-weight: 900;
}

/* ----------------------------------------- */











/* TOPO BLOG
============================================ */

.section.background-wrapper, .section .background-wrapper {
    overflow: hidden;
}

.section.top-padding  {
    padding-top: 180px;
    padding-bottom: 100px;
}

.section  {
    padding-top: 95px;
    padding-bottom: 95px;
    position: relative;
    background-color: #FFF;
}
.section.background-wrapper .background-image, .section .background-wrapper .background-image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    -webkit-transition: all .1s;
    transition: all .1s;
    -webkit-transition: all all .1s ease;
    -moz-transition: all all .1s ease;
    -ms-transition: all all .1s ease;
    -o-transition: all all .1s ease;
    transition: all all .1s ease;
    z-index: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.section.with-overlay:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}



.section.with-overlay.black-overlay {
  color: #ffffff;
}
.section.with-overlay.black-overlay h1,
.section.with-overlay.black-overlay h2,
.section.with-overlay.black-overlay h3,
.section.with-overlay.black-overlay h4,
.section.with-overlay.black-overlay h5,
.section.with-overlay.black-overlay h6 {
  color: #ffffff;
}
.section.with-overlay.black-overlay:after {
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 15%, rgba(255,255,255,0) 99%, rgba(0,0,0,0.000001) 99%);
}
.section.with-overlay.black-overlay.half-overlay:after {
  background-color: rgba(0,0,0,0.4);
}
.section.with-overlay.black-overlay.light-overlay:after {
  background-color: rgba(0,0,0,0.2);
}



.section.with-overlay.white-overlay {
  color: #212121;
}
.section.with-overlay.white-overlay h1,
.section.with-overlay.white-overlay h2,
.section.with-overlay.white-overlay h3,
.section.with-overlay.white-overlay h4,
.section.with-overlay.white-overlay h5,
.section.with-overlay.white-overlay h6 {
  color: #000;
}
.section.with-overlay.white-overlay:after {
  background-color: rgba(255,255,255,0.9);
}
.section.with-overlay.white-overlay.half-overlay:after {
  background-color: rgba(255,255,255,0.5);
}
.section.with-overlay.white-overlay.light-overlay:after {
  background-color: rgba(255,255,255,0.25);
}





.section.with-overlay.custom-overlay {
  color: #212121;
}
.section.with-overlay.custom-overlay h1,
.section.with-overlay.custom-overlay h2,
.section.with-overlay.custom-overlay h3,
.section.with-overlay.custom-overlay h4,
.section.with-overlay.custom-overlay h5,
.section.with-overlay.custom-overlay h6 {
  color: #fff;
}
.section.with-overlay.custom-overlay:after {
  background-color: rgba(0,0,255,0.75);
}
.section.with-overlay.custom-overlay.half-overlay:after {
  background-color: rgba(0,0,255,0.5);
}
.section.with-overlay.custom-overlay.light-overlay:after {
  background-color: rgba(0,0,255,0.25);
}




.section .text {
  position: relative;
  z-index: 5;
}

/* ----------------------------------------- */



.no-underline {
  text-decoration: none !important;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: middle;
}
img {
    border: 0;
}
.img-circle {
    border-radius: 50% !important;
}



/* === ALTERA BOOTSTRAP  === */

body > section, main > section, .gt-section {
    width: 100%;
    padding: 30px 5%;
    margin: 0;
    background-color: #FFF;
    box-shadow: unset;
    -moz-box-shadow: unset;
    -webkit-box-shadow: unset;
}
@media (max-width: 768px) {
  body > section, main > section, .gt-section {
    padding: 30px 3.5%;
  }
}

@media (max-width: 988px) {
	.navbar-brand {
		width: 81%;
		margin-right: 0rem;
	}
}

footer > section, main > section, .gt-section {
    width: 100%;
    padding: 30px 5%;
    margin: 0;
    background-color: #FFF;
    box-shadow: unset;
    -moz-box-shadow: unset;
    -webkit-box-shadow: unset;
}
@media (max-width: 768px) {
  footer > section, main > section, .gt-section {
    padding: 30px 3.5%;
  }
}

/*
.container {
  max-width: 100%;
  padding: 0 4%;
}
*/

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.p-col {
  padding: 5px;
}

.navbar-brand img {
  width: auto;
  height: 54px;
}
@media (max-width: 768px) {
  .navbar-brand img {
  width: auto;
  height: 45px;
  }
}
.nav-mt {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .nav-mt {
    margin-top: 55px;
  }
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255, 255, 225)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: rgb(65, 105, 225);
} 




.navbar-toggler {
  border: 0px solid transparent;
}
.nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,1);
}
.navbar {
  padding: .0rem 1rem;
}

.progress {
  height: 0.5rem;
  border-radius: .15rem;
}


.inform {
  padding: 0.55rem 1.25rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  border: 1px solid #dee2e6;
  border-left-width: .35rem;
  border-radius: .25rem;
}
.inform.primary     { border-left-color: #007bff!important; }
.inform.secondary   { border-left-color: #6c757d!important; }
.inform.warning     { border-left-color: #ffc107!important; }
.inform.danger      { border-left-color: #dc3545!important; }
.inform.success     { border-left-color: #28a745!important; } 
.inform.info        { border-left-color: #17a2b8!important; }


.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}