@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&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: 'Tusker Grotesk';
	src: local('Tusker Grotesk 5600 Semibold'), local('Tusker-Grotesk-5600-Semibold'),
		url('TuskerGrotesk-5600Semibold.woff2') format('woff2'),
		url('TuskerGrotesk-5600Semibold.woff') format('woff'),
		url('TuskerGrotesk-5600Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
    font-family: 'Tusker Grotesk';
    src: local('Tusker Grotesk 5700 Bold'), local('Tusker-Grotesk-5700-Bold'),
        url('TuskerGrotesk-5700Bold.woff2') format('woff2'),
        url('TuskerGrotesk-5700Bold.woff') format('woff'),
        url('TuskerGrotesk-5700Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }


.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: 'Roboto', sans-serif !important;}
.font-type-3  {font-family: 'Inter Tight', sans-serif !important;}


body {
	font-family: 'Inter Tight', sans-serif !important;
	font-size: 14px;
	line-height: 1.45;
	color: #fff;
	/*background-color: var(--color-2) ;*/
	background-color: #050710;
	padding-top: 0px;
	margin-top: -20px;
}
@media screen and (max-width: 997px) {
	body {
		padding-top: 0px; 
		margin-top: -20px; 
	}
}




h1, h2 {
	font-family: 'Tusker Grotesk', sans-serif !important;
	color: #fff;
	font-weight: 700;
	letter-spacing: -0.0025em;
	line-height: 1.10em !important;
}

h3, h4, h5, h6 {
	font-family: 'Inter Tight', sans-serif !important;
	color: #fff;
	font-weight: 500;
	letter-spacing: -0.005em;
}


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

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

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

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

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




/* 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: #23ed88!important; }
.bg-dark      { background-color: #343a40!important; }
.bg-royalblue { background-color: royalblue;}
.bg-blue      { background-color: darkblue !important;}
.bg-green     { background-color: #EAC6D2 ;}
.bg-lightgreen { background-color: #0F5E2C;}
.bg-yellow    {background-color: yellow !important}
.bg-orange   {background-color: orangered !important}
.bg-cyan   {background-color: cyan !important}
.bg-magenta   {background-color: magenta !important}
.bg-light { background-color: #eee !important; }


.text-primary { color: #015BB6!important; }
.text-secondary { color: #6c757d!important; }
.text-black   { color: #000 !important; }
.text-success { color: #23ed88 !important; }
.text-danger  { color: #dc3545 !important; }
.text-warning { color: orangered !important; }
.text-info    { color: #17a2b8 !important; }
.text-muted   { color: #aaa !important; }
.text-blue {
    color: #fff !important;
    box-shadow: var(--color-1) 0em -0.15em 0em inset !important; 
}
.text-darkgrey     { color: #555 !important; }
.text-grey     { color: #888 !important; }
.text-lightgrey     { color: lightgrey !important; }
.text-cyan   { color: cyan !important; }
.text-green {color: #0F4734;}
.text-lightgreen {color: #0F5E2C;}
.text-yellow {color: yellow;}
.text-lime {color: #00FA9A;}

.border-custom {border-color: #1A6053!important;}




:root {
	--color-1: #0b0920;  /* Mais escuro */
	/*--color-2: #0c0cb5;*/
	/*--color-2: #000080;*/
	--color-2: #9da0b5;
	--color-3: #1121da;
	--color-4: #76aeef;
	--color-5: #a9caee;
	--color-6: #ebf4ff;
}

/* Classes para a cor do texto */
.text-blue-1 { color: var(--color-1) !important; }
.text-blue-2 { color: var(--color-2) !important; }
.text-blue-3 { color: var(--color-3) !important; }
.text-blue-4 { color: var(--color-4) !important; }
.text-blue-5 { color: var(--color-5) !important; }
.text-blue-6 { color: var(--color-6) !important; }

/* Classes para a cor do fundo */
.bg-blue-1 { background-color: var(--color-1) !important; }
.bg-blue-2 { background-color: var(--color-2) !important; }
.bg-blue-3 { background-color: var(--color-3) !important; }
.bg-blue-4 { background-color: var(--color-4) !important; }
.bg-blue-5 { background-color: var(--color-5) !important; }
.bg-blue-6 { background-color: var(--color-6) !important; }

/* Classes para a cor da borda */
.border-blue-1 { border-color: var(--color-1) !important; }
.border-blue-2 { border-color: var(--color-2) !important; }
.border-blue-3 { border-color: var(--color-3) !important; }
.border-blue-4 { border-color: var(--color-4) !important; }
.border-blue-5 { border-color: var(--color-5) !important; }
.border-blue-6 { border-color: var(--color-6) !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-1000       { font-weight: 1000 !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; }

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






/* 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
============================================ */

.mt-ajust {
		margin-top: -60vh; 
	}
	@media (max-width: 767px) {
		.mt-ajust {
			margin-top: -30vh; 
		}
	}




.text-highlight-yellow {
	box-shadow: inset 0 -0.18em 0 #0000FF;
	font-weight: 600;
	color: white;
}
.text-highlight-black {
	box-shadow: inset 0 -0.25em 0 #000;
	font-weight: 800;
}
.text-highlight-blue {
	box-shadow: inset 0 -0.18em 0 #0000FF;
	font-weight: 600;
	color: white;
}






.background-slider {

	position: absolute !important;
	top: 0px !important;
	left: 0% !important;
	width: 100% !important;
	height: 100% !important;
	background-size: cover !important;
	background-attachment: scroll !important; /* Garante que o fundo se mova com a rolagem */

	background-position: center center; /* Centraliza a imagem de fundo */
	background-repeat: no-repeat; /* Evita a repetição da imagem */
	animation: slideShow 24s infinite;

	background-size: 50% auto !important; /* Ajusta a largura da imagem de fundo para 50% da largura do elemento */

	/* Animação */
	animation: slideShow 5s infinite;
}

@media (max-width: 1200px) {
	.background-slider {
		left: 0% !important;
		width: 100% !important;
	}
}



/* Definições da animação */
@keyframes slideShow {
	0% {
		background-image: url('/wp-content/uploads/2023/12/nbz-bg-01.jpg');
	}
	25% {
		background-image: url('/wp-content/uploads/2023/12/nbz-bg-02.jpg');
	}
	50% {
		background-image: url('/wp-content/uploads/2023/12/nbz-bg-03.jpg');
	}
	75% {
		background-image: url('/wp-content/uploads/2023/12/nbz-bg-04.jpg');
	}
	100% {
		background-image: url('/wp-content/uploads/2023/12/nbz-bg-01.jpg');
	}
}


	






.display-1 {
	font-size: calc(1.625rem + 5.25vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width: 1200px) {
	.display-1 {
		font-size: 6.25rem;
	}
}	





.ls-0 {
	letter-spacing: 0 !important;
}

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




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






.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: #000;
  background-color: #23ed88;
  border-color: #23ed88;
  border-bottom: 0px solid #23ed88;
}



.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: 85vh !important; }
@media (max-width: 767px) {
	.vh-md { min-height: 70vh !important; }
}

.vh-sm { min-height: 45vh !important; }
@media (max-width: 767px) {
	.vh-sm { min-height: 30vh !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-ultra {
	font-size: 6vw !important;
	line-height: 1em !important;
	margin: 23px 0 23px 0 ;
	letter-spacing: -0.035em !important;
}
@media (max-width: 640px) {
	.title-ultra {
		font-size: 12vw !important;
	}
}


.title-ultra-sm {
	font-size: 4.5vw !important;
	line-height: 1em !important;
	margin: 23px 0 23px 0 ;
}
@media (max-width: 640px) {
	.title-ultra-sm {
		font-size: 10vw !important;
	}
}

.title-ultra-xs {
	font-size: 2.25vw !important;
	line-height: 1em !important;
	margin: 23px 0 23px 0 ;
}
@media (max-width: 640px) {
	.title-ultra-xs {
		font-size: 5.75vw !important;
	}
}





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



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


.title-md {
  font-size: 52px !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-post {
  font-size: 18px !important;
  line-height: 1.25em;
}

@media (max-width: 640px) {
  .title-post {
  font-size: 18px !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 #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: 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: #FDD2ED; }

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




/* 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: 1;
  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.9960) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.015) 50%, rgba(0, 0, 0, 0.9960) 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-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-190 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 175%;
  background-color: transparent;
}
.imgcropped-190 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-190 img.portrait {
  width: 100%;
  height: auto;
}






.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;
  max-width: 100%;
  height: auto !important;
}

#blog-post iframe{
  margin: 30px 0;
  width: 100% !important;
  height: auto !important;
}

/* Ajusta Legenda */
.wp-caption-text {
	padding-top:0px !important;
	margin-top:0px !important;
	font-size: 12px !important;
	color: #555 !important;
}

.wp-caption  {
  max-width: 100%;
  height: auto;
}
.wp-caption img {
  margin-bottom: 10px !important;
}
/* /Ajusta Legenda */


#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: 32px;
  line-height: 1.0em;
  margin-bottom: 10px;
  margin-top: 30px;
  font-weight: 500 !important;
  padding-top: 12px;
 }

#blog-post h3 {
  font-size: 24px;
  line-height: 1.0em;
  margin-bottom: 10px;
  margin-top: 30px;
  font-weight: 700;
  padding-top: 12px;
}

#blog-post h4  {
	font-weight: 500;
}
#blog-post h5  {
    font-weight: 500;
}
#blog-post h6 {
	font-weight: 500;
}



#blog-post p {
  font-size: 21px;
  line-height: 1.5;
  padding-top: 5px;
	padding-bottom: 15px;
  letter-spacing: -0.15px;
  font-weight: 400;
}

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


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

@media (max-width: 640px) {
#blog-post li {
  font-size: 16px;
  line-height: 1.55;
  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 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;
}



/*
.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-color: rgba(0,0,0,0.8);
}
.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.with-overlay.black-overlay-grad-2 {
  color: #ffffff;
}
.section.with-overlay.black-overlay-grad-2:after {
  background: rgb(0, 0, 0);
	background: linear-gradient(0deg, rgba(5, 7, 16 , 1) 0%, rgba(5, 7, 16, 0.02 ) 30%);
}
.section.with-overlay.black-overlay-grad-2.half-overlay:after {
  background-color: rgba(173,0,0,0.4);
}
.section.with-overlay.black-overlay-grad-2.light-overlay:after {
  background-color: rgba(173,0,0,0.25);
}





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

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





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


/*
body > section, main > section, .gt-section {
    width: 100%;
    padding: 30px 5%;
    margin: 0;
    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%;
  }
}
*/


footer > section, main > section, .gt-section {
    width: 100%;
    padding: 30px 5%;
    margin: 0;
    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%;
  }
}




.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  === */





.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.p-sm {
  padding-right: .125rem !important;
  padding-left: .125rem !important;
}
.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;
}










.grid-divider {
	overflow-x: hidden;
	position: relative;
}
.grid-divider > [class*="col-"]:nth-child(n + 2):after {
	content: "";
	background-color: #cccccc99;
	position: absolute;
	top: 0;
	bottom: 0;
}
@media (max-width: 767px) {
	.grid-divider > [class*="col-"]:nth-child(n + 2):after {
		width: 100%;
		height: 1px;
		left: 0;
		top: -4px;
	}
}
@media (min-width: 768px) {
	.grid-divider > [class*="col-"]:nth-child(n + 2):after {
		width: 1px;
		height: auto;
		left: -1px;
	}
}


.grid-divider-v {
	overflow-x: hidden;
	position: relative;
}
.grid-divider-v > [class*="col-"]:nth-child(n + 2):after {
	content: "";
	background-color: #cccccc99;
	position: absolute;
	top: 0;
	bottom: 0;
}

.grid-divider-v > [class*="col-"]:nth-child(n + 2):after {
	width: 1px;
	height: auto;
	left: -1px;
}










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


.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
	font-size: 18px !important;
	color: #fff !important;
}