@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed: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;
}
/* ========================== */


@font-face {
  font-family: 'Lot';
  /* src: url(Lot-Regular.ttf); */
}
.lot-font {
  font-family: 'Lot' !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 Condensed', sans-serif !important;}
.font-type-3 {font-family: 'Roboto Condensed', sans-serif !important;}


body {
  background-color: #161616 !important;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.45;
  color: #333;
  background-color: white;
  padding-top: 60px;
}
@media screen and (max-width: 640px) {
  body {
  padding-top: 56px; }
}

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


h1 {
  font-size: 4em ;
  line-height: 1.1em;
  margin: 23px 0 23px 0;
  letter-spacing: -1.75px;
}
@media (max-width: 640px) {
  h1 {
  font-size: 2.0em ;
  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: -1.5px;
}
@media (max-width: 640px) {
  h2 {
  font-size: 24px;
  line-height: 1.1em;
  margin: 23px 0 23px 0;
  letter-spacing: -1.0px;
  }
}

h3 {
  font-size: 28px;
  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: #ffd500;
  /*text-decoration: underline;*/
}
a:focus, a:hover {
  color: white;
  text-decoration: underline;
}
a.none:focus, a.none:hover {
  color: black;
  text-decoration: none !important;
}

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

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

.lot-font {
  font-family: 'Lot', monospace !important;
  letter-spacing: 0.5px !important;
}


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

.bg-primary   { background-color: #015BB6!important; }
.bg-secondary { background-color: #6c757d!important; }
.bg-black     { background-color: #000000!important; }
.bg-grey      { background-color: #f6f6f6!important; }
.bg-warning   { background-color: orangered !important; }
.bg-danger    { background-color: #dc3545!important; }
.bg-info      { background-color: #17a2b8!important; }
.bg-success   { background-color: #28a745!important; }
.bg-dark      { background-color: #161616 !important; }
.bg-royalblue { background-color: royalblue;}
.bg-blue      { background-color: mediumblue;}
.bg-green     { background-color: #0F4734 ;}
.bg-lightgreen { background-color: #0F5E2C;}
.bg-yellow    {background-color: yellow !important}
.bg-orange   {background-color: orangered !important}
.bg-cyan   {background-color: cyan !important}
.bg-teal   {background-color: #008787 !important}
.bg-light { background-color: #eee !important; }
.bg-red-1 { background-color: #ed0000 !important; }
.bg-red-2 { background-color: #ad0000 !important; }
.bg-red-3 { background-color: #620000!important; }


.text-primary { color: #015BB6!important; }
.text-secondary { color: #6c757d!important; }
.text-black   { color: #000 !important; }
.text-success { color: #28a745 !important; }
.text-danger  { color: #dc3545 !important; }
.text-warning { color: orangered !important; }
.text-info    { color: #17a2b8 !important; }
.text-muted   { color: #aaa !important; }
.text-blue   { color: blue !important; }
.text-grey     { color: #666 !important; }
.text-grey-2     { color: #888 !important; }
.text-lightgrey     { color: lightgrey !important; }
.text-cyan   { color: cyan !important; }
.text-green {color: #0F4734;}
.text-lightgreen {color: #0F5E2C !important;}
.text-yellow {color: #ffd500 !important;}
.text-red-1 { color: #ed0000 !important; }
.text-red-2 { color: #ad0000 !important; }
.text-red-3 { color: #620000!important; }
.text-red-4 { color: #E6A1C3!important; }
.text-teal-1 { color: #008787 !important; }
.text-light { color: #ccc !important; }
.text-lime { color: lime !important; }
.text-dub { color: cyan; background-color: #333 !important; }
.text-leg { color: chartreuse; background-color: #333 !important; }
.text-nac { color: yellow; background-color: #333 !important; }
.text-3d { color: violet; background-color: #333 !important; }
.text-infos { color: #999; background-color: #000 !important; }

.border-dark {
    border-color: #555 !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; }


.ls-1 {letter-spacing: -1px !important;}
.ls-2 {letter-spacing: -2px !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
============================================ */


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


.grifo-teal.huge {
    box-sizing: border-box;
    background-color: transparent;
    text-decoration-line: none;
    transition: all 0.3s;
    box-shadow: #00B2A9 0px -12px 0px inset;
}


.grifo-teal {
    box-sizing: border-box;
    background-color: transparent;
    text-decoration-line: none;
    transition: all 0.3s;
    box-shadow: #00B2A9 0px -4px 0px inset;
}



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


.btn-danger {
  color: #fff;
  background-color: #FA0000;
  border-color: #FA0000;
}

.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: white;
    background-color: #28a745;
    border-color: #28a745;
}

.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;
}


.btn-outline-dark {
    color: #ccc;
    border-color: #ccc;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
}



.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: #60C21E;
  border-color: #60C21E;
  border-bottom: 2px solid #38750F;
}
.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; }


.vh-md { min-height: 92vh !important; }
@media (max-width: 767px) {
  .vh-md { min-height: 80vh !important; }
}

.vh-sm { min-height: 70vh !important; }
@media (max-width: 767px) {
  .vh-sm { min-height: 65vh !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-mono {
  font-size: 32px !important;
  line-height: 1.3em;
  margin: 23px 0 23px 0;
}

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




.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-xlg {
  font-size: 72px !important;
  line-height: 1em !important;
  margin: 23px 0 23px 0 ;
  letter-spacing: -1.5px !important;
}
@media (max-width: 640px) {
  .title-xlg {
  font-size: 42px !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-xmd {
  font-size: 68px !important;
  line-height: 1.1em !important;
  margin: 20px 0 20px 0 ;
  letter-spacing: -0.5px;
}

@media (max-width: 640px) {
  .title-xmd {
  font-size: 36px !important;
  line-height: 1.05em !important;
  margin: 20px 0 20px 0 ;
    letter-spacing: -0.5px;
  }
}



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

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


.title-sm {
  font-size: 28px !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: 18px !important;
  line-height: 1.15em !important;
  letter-spacing: -0.5px;
}

@media (max-width: 640px) {
  .title-xs {
  font-size: 18px !important;
    line-height: 1.1em !important;
    letter-spacing: -0.25px !important;
  }
}




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

.title-course-md {
  font-size: 34px !important;
  line-height: 1.1em !important;
  margin: 20px 0 20px 0 ;
  letter-spacing: -0.5px;
}

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






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

@media (max-width: 640px) {
  .title-prof {
  font-size: 18px !important;
    line-height: 1.05em !important;
  }
}





.text-curso {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.15;
}
@media (max-width: 640px) {
  .text-curso {
  font-size: 14px;
  line-height: 1.15;
  }
}



.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 #ccc;
}


.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: #ffd500;
}



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




/* 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.huge-2 { height: 9px; width: 70%;}
.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: #ad0000; }
.heading-line.color-red      { background: #ad0000; }
.heading-line.color-teal      { background: #00B2A9; }
.heading-line.color-dark      { background: #2c322e; }
.heading-line.color-red-light      { background: #f2c2da; }
.heading-line.color-red-dark      { background: #620000; }
.heading-line.color-teal-light      { background: #ccffd9; }
.heading-line.color-teal-dark      { background: #196660; }
.heading-line.color-light      { background: #777776; }

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




/* 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 .overlay-red {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: rgba(255,0,0,0.25);
}
article .overlay-red: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(55, 0, 0, 0.60) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.025) 50%, rgba(55, 0, 0, 0.60) 100%);
}
.article-inner:hover .overlay-red:before {
  opacity: 0.50 !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 .overlay-teal {
  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(25, 102, 96,1);
}
article .overlay-teal: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-color: rgba(255,255,255,0.35);
}
.article-inner:hover .overlay-teal:before {
  opacity: 0.90 !important;
}













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.05) 40%, rgba(0, 0, 0, 0.90) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.90) 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: 1;
  z-index: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.015) 20%, rgba(0, 0, 0, 0.95) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.015) 20%, rgba(0, 0, 0, 0.95) 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 .overlay4 {
  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.10) 30%, rgba(238, 238, 238, 0.80) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.10) 30%, rgba(238, 238, 238, 0.80) 100%);
}
article .overlay4: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(255, 255, 255, 0.55) 0%);
  background-image: -moz-linear-gradient(bottom, #000000 0%, rgba(255, 255, 255, 0.55) 0%);
  background-image: -o-linear-gradient(bottom, #000000 0%, rgba(255, 255, 255, 0.55) 0%);
  background-image: linear-gradient(to top, #000000 0%, rgba(255, 255, 255, 0.55) 0%);
}
.article-inner:hover .overlay4:before {
  opacity: 0.75 !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 .article-info-top {
  position: absolute;
  top: 0;
  left: 0;
  padding: 25% 5% 0 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%;
  width: auto;
  -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%;
    width: auto;
    -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: 85vh;
  background-color: transparent;
}
.imgcropped-banner  img.landscape {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.imgcropped-banner  img.portrait {
  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: 70vh;
    background-color: transparent;
  }
  .imgcropped-banner  img.landscape {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -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%;
    width: auto;
    -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%;
  width: auto;
  -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%;
  width: auto;
  -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%;
  width: auto;
  -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: 101%;
  background-color: transparent;
}
.imgcropped img.landscape {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -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%;
  width: auto;
  -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%;
  width: auto;
  -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%;
  width: auto;
  -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%;
  width: auto;
  -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%;
  width: auto;
  -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%;
    width: auto;
    -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;
}
#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;
  color: black !important;
  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;
  color: black !important;
  font-family: 'Barlow Condensed', sans-serif;
}

#blog-post h4  {
      color: #0F4734;
  font-weight: 500;
}
#blog-post h5 a {
  color: #333 !important;
  border: 1px solid #ccc;
  border-left-color: rgb(204, 204, 204);
  border-left-style: solid;
  border-left-width: 1px;
  border-radius: 0.25em;
  padding: 0.95em 1.05em 0.95em 1.05em;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  margin: 0px 15px 0px 0;
  width: 100%;
  box-shadow: inset 0 0px 0 #325AA5;
  border-left: 4px solid #FA0000;
}
#blog-post h5 a:hover, #blog-post h5 a:focus{
  background-color: #eee;
  box-shadow: inset 0 0px 0 #ccc;
  border-left: 4px solid #333;
  color: #333 !important;
}


#blog-post h6  {
      color: #0F4734;
  font-weight: 500;
}


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

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


#blog-post li {
  font-size: 17px;
  line-height: 1.55;
  padding-top: 6px;
  letter-spacing: -0.15px;
  color: #333;
  font-weight: 400;
}

@media (max-width: 640px) {
#blog-post li {
  font-size: 15px;
  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 -3px 0 orangered;
  -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 15px 25px 0;
  font-weight: 900;
}

#blog-post a:hover, #blog-post a:focus {
  color: #000;
  outline: none;
  text-decoration: none;
  background-color: orangered;
  box-shadow: inset 0 -2px 0 orangered;
  -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;
}



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

.tags a:before {
  display: inline-block;
  width: 12px;
  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.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.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-color: rgba(0,0,0,0.75);
}
.section.with-overlay.black-overlay.half-overlay:after {
  background-color: rgba(0,0,0,0.55);
}
.section.with-overlay.black-overlay.light-overlay:after {
  background-color: rgba(0,0,0,0.25);
}



.section.with-overlay.red-overlay {
  color: #ffffff;
}
.section.with-overlay.red-overlay h1,
.section.with-overlay.red-overlay h2,
.section.with-overlay.red-overlay h3,
.section.with-overlay.red-overlay h4,
.section.with-overlay.red-overlay h5,
.section.with-overlay.red-overlay h6 {
  color: #ffffff;
}
.section.with-overlay.red-overlay:after {
  background-color: rgba(173,0,0,0.75);
}
.section.with-overlay.red-overlay.half-overlay:after {
  background-color: rgba(173,0,0,0.55);
}
.section.with-overlay.red-overlay.light-overlay:after {
  background-color: rgba(173,0,0,0.25);
}




.section.with-overlay.teal-overlay {
  color: #ffffff;
}
.section.with-overlay.teal-overlay h1,
.section.with-overlay.teal-overlay h2,
.section.with-overlay.teal-overlay h3,
.section.with-overlay.teal-overlay h4,
.section.with-overlay.teal-overlay h5,
.section.with-overlay.teal-overlay h6 {
  color: #ffffff;
}
.section.with-overlay.teal-overlay:after {
  background-color: rgba(0,135,135,0.75);
}
.section.with-overlay.teal-overlay.half-overlay:after {
  background-color: rgba(0,135,135,0.55);
}
.section.with-overlay.teal-overlay.light-overlay:after {
  background-color: rgba(0,135,135,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;
}



.p-video-curso {
  padding-top: 10%;
}
@media (max-width: 768px) {
  .p-video-curso {
  padding-top: 1%;
  }
}




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

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) {
section, main > section, .gt-section {
    padding: 30px 3.5%;
  }
}



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 {
  font-family: 'Roboto Condensed', sans-serif;
  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;
}


.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #ed0000;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color:  #000000;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}


.inform {
  padding: 0.55rem 1.25rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  border: 1px solid #dee2e6;
  border-left-width: .20rem;
  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; }
.inform.dark        { border-left-color: #444444!important; }
.inform.grey        { border-left-color: #888888!important; }




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




/* COUNTDOWN */

li .timer {
  font-size: 1.5em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
}

li span  {
  display: block;
  font-size: 3.75rem;
  line-height: 1.10em;
  font-weight: 900;
}
@media (max-width: 768px) {
  li span  {
    display: block;
    font-size: 2.15rem;
    line-height: 1.10em;
    font-weight: 900;
  }
}




.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 100%;
    opacity: .35;
    margin-left: 3px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
    left: 0;
    width: 100%;
  background-color: #fff;
}




.tag {
    text-transform: uppercase;
    color: #333;
    font-size: .6rem;
    line-height: 1.21;
    vertical-align: middle;
    padding: .188rem .5rem;
    font-weight: 400;
}




.tag-classification-10, .tag-classification-12, .tag-classification-14, .tag-classification-16, .tag-classification-18, .tag-classification-l, .tag-classification-x {
    color: #fff;
    min-width: 24px;
    padding: .15rem .30rem !important;
}



.tag-classification-l {
    background: #00a651;
}
.tag-classification-10 {
    background: #0092ff;
}
.tag-classification-12 {
    background: #ffbb33;
}
.tag-classification-14 {
    background: #f56020;
}
.tag-classification-16 {
    background: #ec1d25;
}
.tag-classification-18 {
    background: #444;
}

.tag-classification-x {
    color: black;
    background: white;
}