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


/*
:root {
    --bs-primary-bg-subtle: #FFEAD1 !important;
	--bs-secondary-bg-subtle: #F8A976 !important; 
	--bs-info-bg-subtle: #320B16 !important;
	--bs-warning-bg-subtle: #fab513 !important;
	--bs-success-bg-subtle: #f1faf0 !important;
	
	--bs-primary: #F4F3EE !important;
	--bs-primary-rgb: 244, 243, 238 !important;
	--bs-secondary:  #AE4E3D !important;
	--bs-secondary-rgb: 174, 78, 61 !important;
	--bs-warning-rgb: 248, 169, 118 !important;  
	--bs-info: #320B16 !important;
	--bs-info-rgb: 50, 11, 22 !important; 

} 
*/



:root {
    --bs-primary-bg-subtle: #FFEAD1 !important;
	--bs-secondary-bg-subtle: #F8A976 !important;
	--bs-info-bg-subtle: #F4F3EE !important;
	--bs-warning-bg-subtle: #fab513 !important;
	--bs-success-bg-subtle: #f1faf0 !important;
	
	--bs-primary: #AE4E3D !important;
	--bs-primary-rgb: 174, 78, 61 !important;
	--bs-secondary: #320B16 !important;
	--bs-secondary-rgb: 50, 11, 22 !important;
	--bs-warning-rgb: 248, 169, 118 !important;  
	--bs-info: #F4F3EE !important;
	--bs-info-rgb: 244, 243, 238 !important;

}




/* == FONT FACE LOT FONT NBZ == */
@font-face {
  font-family:'Braise';
  src:url("braise.woff") format("woff");
  font-weight:normal;
  font-style:normal;
  font-display: swap;
}
.braise-font {
  font-family: 'Braise', sans-serif !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;
}







body {
	font-family: 'Poppins' , sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: var(--bs-secondary) !important;
	background-color: #F4F3EE;
	padding-top: 00px;
	letter-spacing: -0.00em;
}
@media screen and (max-width: 640px) {
	body {
		padding-top:00px; 
		font-size: 14.4px;
	}
}



.font-body { font-family: "Poppins", sans-serif !important; }
.font-title { font-family: 'Braise', sans-serif !important; }

h1, h2 {
	letter-spacing: -0.0000em;
}
h3, h4, h5, h6 {
	letter-spacing: -0.0000em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Braise', sans-serif !important;
	color: var(--bs-secondary);
	font-weight: 300;
	line-height: 1.1em;
}


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

h2 {
	font-size: 3.0rem;
	margin: 23px 0 23px 0;
}
@media (max-width: 640px) {
	h2 {
		font-size: 2.25rem;
		margin: 23px 0 23px 0;
	}
}

h3 {
  font-size: 25px;
  margin: 23px 0 23px 0;
}

h4 {
  font-size: 20px;
  margin: 18px 0 18px 0;
}

h5 {
  font-size: 18px;
  margin: 18px 0 18px 0;
}

h6 {
  font-size: 16px;
  margin: 18px 0 18px 0;
}


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



a {
  color: black;
}
a:focus, a:hover {
  color: #094D91;
  text-decoration: underline;
}
a.none {
  text-decoration: none !important;
}
a.none:focus, a.none:hover {
  text-decoration: none !important;
}

.navbar a {
  text-decoration: none !important;
	box-shadow: inset 0 0 0 black;
}





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

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

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



.tag a {
	font-size: 12px !important;
    color: #2f4858;
    margin-right: 8px !important;
    line-height: 18px !important;
}


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



.bg-black     { background-color: #000000!important; }
.bg-grey      { background-color: #dee2e6!important; }
.bg-lightgrey      { background-color: #f6f6f6!important; }
.bg-danger    { background-color: #dc3545!important; }
.bg-info      { background-color: #17a2b8!important; }
.bg-success   { background-color: #00b26b !important; }
.bg-dark      { background-color: #343a40!important; }
.bg-royalblue { background-color: royalblue;}
.bg-blue      { background-color: mediumblue;}
.bg-green     { background-color: #95E06C ;}
.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: #00B2A9 !important}
.bg-custom-1 { background-color: #2f4858 !important; }
.bg-custom-2 { background-color: #c1966e !important; }
.bg-custom-3 { background-color: #620000!important; }




.text-black   { color: #000 !important; }
.text-success { color: #00b26b !important; }
.text-danger  { color: #dc3545 !important; }
.text-muted   { color: #aaa !important; }
.text-blue   { color: #094D91 !important; }
.text-grey     { color: #444 !important; }
.text-lightgrey     { color: #aaa !important; }
.text-cyan   { color: cyan !important; }
.text-green {color: #95E06C;}
.text-lightgreen {color: #0F5E2C;}
.text-yellow {color: yellow;}
.text-custom-1 {color: #2f4858 !important;}
.text-custom-2 {color: #c1966e !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-15        { font-size: 15px !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; }

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




.display-1 {
	font-size: 6.5rem !important;
}

@media (max-width: 767px) {
	.display-1 {
		font-size: calc(1.625rem + 6.25vw) !important;
	}
}








/* Ajustes para Mobile */
@media (max-width: 768px) {
	.fs-xs-115 {
		font-size: 1.15em; /* Define uma altura mínima específica para telas pequenas */
	}
}
@media (max-width: 768px) {
	.fs-xs-120 {
		font-size: 1.20em; /* Define uma altura mínima específica para telas pequenas */
	}
}
@media (max-width: 768px) {
	.fs-xs-125 {
		font-size: 1.25em; /* Define uma altura mínima específica para telas pequenas */
	}
}
@media (max-width: 768px) {
	.fs-xs-135 {
		font-size: 1.35em; /* Define uma altura mínima específica para telas pequenas */
	}
}
@media (max-width: 768px) {
	.fs-xs-150 {
		font-size: 1.50em; /* Define uma altura mínima específica para telas pequenas */
	}
}

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




/* 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: black;
  text-decoration: none;
  font-weight: 900;
}

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

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

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




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

.duotone-green::before {
	background-color: #00b26b;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	mix-blend-mode: darken;
	position: absolute;
	top: 0;
	left: 0;
}

.duotone-green::after {
	background-color: #00b26b;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	mix-blend-mode: screen;
	position: absolute;
	top: 0;
	left: 0;
}


.large-200x {
	font-size: 2.00em;
}
.large-175x {
	font-size: 1.75em;
}
.large-150x {
	font-size: 1.50em;
}
.large-125x {
	font-size: 1.25em;
}



.m-joker {
	margin-left: -2.15rem; 
	margin-top: 0rem; 
}
@media (max-width: 767px) {
	.m-joker {
		margin-left: 0rem; 
		margin-top: -2.15rem; 
	}
}









#light .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: white !important;
}

#light  .swiper-button-next:after, .swiper-button-prev:after {
	font-size: 21px !important;
	color: white !important;
}


#dark .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #000 !important;
}

#dark .swiper-button-next:after, #dark .swiper-button-prev:after {
	font-size: 21px !important;
	color: #000 !important;
}




.page-numbers {
	padding-left: 0.25rem!important; 
}


.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;}
.op-90 {opacity: 0.90;}



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


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




.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-grey {
    box-sizing: border-box;
    background-color: transparent;
    text-decoration-line: none;
    transition: all 0.3s;
	color: #374869;
    box-shadow: #ddd 0px -4px 0px inset;
}

.grifo-yellow {
    box-sizing: border-box;
    background-color: transparent;
    text-decoration-line: none;
    transition: all 0.3s;
    box-shadow: orange 0px -24px 0px inset;
}

@media (max-width: 767px) {
	.grifo-yellow {
		box-sizing: border-box;
		background-color: transparent;
		text-decoration-line: none;
		transition: all 0.3s;
		box-shadow: orange 0px -14px 0px inset;
	}
}






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



.no-border {
	border: 0px solid rgba(0,0,0,.125);
}

.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: #0F4734;
    border-color: #0F4734;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #0F4734;
    border-color: #0F4734;
}



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

@media (max-width: 767px) {

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


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






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

.vh-sm { min-height: 50vh !important; }
@media (max-width: 767px) {
  .vh-sm { min-height: 45vh !important; }
}

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





.post-title {
	font-size: 28px;
}

@media (max-width: 767px) {
	.post-title {
		font-size: 7.5vw;
	}
}

.post-excerpt {
	font-size: 14px;
}
@media (max-width: 767px) {
	.post-excerpt {
		font-size: 3.75vw;
	}
}




.title-huge {
  font-size: 66px !important;
  line-height: 0.9em !important;
  letter-spacing: -0.025em !important;
}
@media (max-width: 640px) {
  .title-huge {
  font-size: 10vw !important;
  line-height: 1em !important;
  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: 36px !important;
  line-height: 1.1em !important;
  margin: 23px 0 23px 0 ;
  letter-spacing: -1px !important;
  }
}


.title-md {
  font-size: 3.25em !important;
  line-height: 1.0em !important;
  margin: 20px 0 20px 0 ;
	letter-spacing: -1.5px;
}

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


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

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




.title-xs {
  font-size: 25px !important;
  line-height: 1.25em !important;
	letter-spacing: -0.5px;
}

@media (max-width: 640px) {
  .title-xs {
  font-size: 18px !important;
	  line-height: 1.15em !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;
  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: 3px; }
.heading-line.bigger { height: 4px; width: 10%; }
.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: #ccc; }
.heading-line.color-cyan      { background: cyan; }
.heading-line.color-yellow      { background: #c1966e; }
.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 .overlay0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1.0;
  z-index: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-image: -webkit-linear-gradient(205deg, rgba(0, 0, 0, 0.005) 70%, rgba(0, 0, 0, 0.75) 100%);
  background-image: linear-gradient(205deg, rgba(0, 0, 0, 0.005) 70%, rgba(0, 0, 0, 0.75) 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.0 !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: 1.0;
  z-index: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-image: -webkit-linear-gradient(to bottom, rgba(244, 243, 238, 0.25) 40%, rgba(0, 0, 0, 0.60) 100%);
  background-image: linear-gradient(to bottom, rgba(244, 243, 238, 0.25) 40%, rgba(0, 0, 0, 0.60) 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.95;
  z-index: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.045) 40%, rgba(0, 0, 0, 1.90) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.045) 40%, rgba(0, 0, 0, 1.90) 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: -0.5px;
  line-height: 1.0em !important;
  /*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;
}






.article-inner .article-info h4 {
  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-banner {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 66%;
  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-news {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 66%;
  background-color: transparent;
}
.imgcropped-news 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-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: 105%;
  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-85 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 93%;
  background-color: #fff;
}
.imgcropped-85 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-85 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-85 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-60 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 60%;
  background-color: #fff;
}
.imgcropped-60 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-60 img.portrait {
  width: 100%;
  height: auto;
}






.imgcropped-55 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 55%;
  background-color: #fff;
}
.imgcropped-55 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-55 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 p strong {
	background-color: #FFEAD1 ;
	font-weight: 600;
}


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

#blog-post iframe {
  margin: 30px 0;
  width: 100%;
  min-height: 40vh !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: 38px;
	line-height: 1.15em;
	margin-bottom: 10px;
	margin-top: 45px;
	font-weight: 600 !important;
	color: var(--bs-secondary) !important;
	letter-spacing: -0px;
}

#blog-post h3 {
	font-size: 30px;
	line-height: 1.15em;
	margin-bottom: 10px;
	margin-top: 45px;
	font-weight: 600;
	color: var(--bs-secondary) !important;
}

#blog-post h4  {
      color: var(--bs-secondary) !important;
	font-weight: 500;
}
#blog-post h5 a {
	color: var(--bs-secondary) !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: #374869 !important;
}



#blog-post p {
	font-size: 16px;
	line-height: 1.65;
	padding-top: 6px;
	letter-spacing: -0.15px;
	color: var(--bs-secondary) !important;
	font-weight: 400;
}

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


#blog-post li {
  font-size: 16px;
  line-height: 1.65;
  padding-top: 6px;
  letter-spacing: -0.15px;
  color: var(--bs-secondary) !important;
  font-weight: 400;
}

@media (max-width: 640px) {
#blog-post li {
  font-size: 4.05vw;
  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 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 h3 {
    font-size: 28px !important;
    line-height: 1.15em;
    margin: 0 0 20px;
    font-weight: 700;
    letter-spacing: -1px;
	border-left: 6px solid yellow;
	padding-left: 20px;
}
@media (max-width: 640px) {
	#blog-post blockquote h3 {
    font-size: 21px !important;
    line-height: 1.15em;
    margin: 0 0 20px;
    font-weight: 700;
    letter-spacing: -1px;
	border-left: 6px solid yellow;
	padding-left: 20px;
	}
}
	
	
#blog-post blockquote p {
    line-height: 1.15em;
    margin: 30px 0 30px 0;
    font-size: 32px;
	font-weight: 500;
    letter-spacing: -0.025em;
	border-left: 3px solid #ddd;
	padding-left: 15px;
	color: #374869;
}
@media (max-width: 640px) {
	#blog-post blockquote p {
		font-size: 26px;
		line-height: 1.25em;
		margin: 30px 0 30px 0;
	}
}


#blog-post .wp-caption-text {
	font-size: 12px;
	letter-spacing: 0;
	margin-top: 0.15em;
	color: #777;
}

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

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

/*
.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.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.5);
}
.section.with-overlay.black-overlay.light-overlay:after {
  background-color: rgba(0,0,0,0.25);
}
.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-grad-2 {
  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-grad-2:after {
  background: rgb(0, 0, 0);
	background: linear-gradient(0deg, rgba(0, 0, 0 , 1.5) 0%, rgba(255, 255, 255, 0.02 ) 60%);
}
.section.with-overlay.light-overlay-grad-2:after {
  background: rgb(0, 0, 0);
	background: linear-gradient(0deg, rgba(244, 243, 238 , 0.5) 0%, rgba(255, 255, 255, 0.02 ) 60%);
}
.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.with-overlay.black-overlay.gradient-overlay:after {
	background: rgb(0, 0, 0);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.30) 50%);
}


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








.navbar-brand img {
	width: auto;
	height: 42px;
}
@media (max-width: 768px) {
	.navbar-brand img {
		width: auto;
		height: 30px;
	}
}
.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: 'Poppins', 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;
}





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




select#cat {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}






.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000 !important;
}


.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: 21px !important;
	color: black;
}