#wrapper {
  position: relative;
  min-height: 100vh;
}

#content {
  padding-bottom: 2.5rem;    /* Footer height */
}
.vertical-center{
	position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#footer-gnb {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem;            /* Footer height */
}
@font-face{
	font-family: 'Neuton Regular';
	font-style: normal;
	font-weight: 400;
	src:	url(/fonts/neuton-regular.woff) format('woff'),
        	url(/fonts/neuton-regular.ttf) format('truetype');
}
.font-neuton{
  font-family: 'Neuton Regular' !important;
  
}
section{
	background-size: initial !important;
	padding: 25px;
}
h1,h2,h3,h4,h5,h6,button,p,a, .btn {
	font-family: 'Neuton Regular' !important;
}
a.font-20{
	font-size: 20px;
}
a.active{
	background-image: white !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: white !important;
	-moz-background-clip: text !important;
	-moz-text-fill-color: white !important;
}
i.font-20{
	font-size: 20px;
}
i.font-40{
	font-size: 40px;
}
ul.gradient-dot{
	margin-top: 10px;
	list-style-image: url('/images/dot.png');
	line-height:180%;
	color: white;
	font-size: 20px;
}
.content-diamond-background{
	background-image: url('/images/bg-diamond-pattern.png'); 
	background-repeat: repeat !important;
}
hr.gradient-hr{
	margin: 0px;
	padding: 0px;
	height: 10px;
	background-image: linear-gradient(#9d7336 0%,#feecb8 50%,#9d7336 100%);
	border: 0;
  height: 10px;
}
hr.gradient-hr-small{
	margin: 0px;
	padding: 0px;
	height: 3px;
	background-image: linear-gradient(#9d7336 0%,#feecb8 50%,#9d7336 100%);
	border: 0;
  height: 3px;
}
.gradient-gnb{
	background: linear-gradient(#9d7336 0%,#feecb8 50%,#9d7336 100%);
}
.gradient-border-gnb-noradius{
	border-style: solid;
	border-width: 3px;
  border-image: linear-gradient(#9d7336 0%,#feecb8 50%,#9d7336 100%) 1;
}
.gradient-border-sides-both{
	border: 0px;
	border-left: 3px;
	border-right: 3px;
	border-style: solid;
  border-image: linear-gradient(#000000 0%,#feecb8 50%,#000000 100%) 1;	
}
.gradient-border-sides-left{
	border: 0px;
	border-left: 3px;
	border-style: solid;
  border-image: linear-gradient(#000000 0%,#feecb8 50%,#000000 100%) 1;
}
.gradient-border-sides-right{
	border: 0px;
	border-right: 3px;
	border-style: solid;
  border-image: linear-gradient(#000000 0%,#feecb8 50%,#000000 100%) 1;
}
.gradient-border-gnb{
	position: relative;
}

.gradient-border-gnb::before{
	content: "";
  position: absolute;
  inset: 0;
	border-radius: 5px;
	border-style: solid;
	border-width: 3px;
  border-image: linear-gradient(#9d7336 0%,#feecb8 50%,#9d7336 100%) 1;
  -webkit-mask: /*4*/
     linear-gradient(#fff 0 0) padding-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; /*5'*/
          mask-composite: exclude; /*5*/
}
.info-bar h2{
	font-size: 25px;
}
.info-bar p{
	font-size: 15px;
}

.text-gradient-gnb{
	background-image: linear-gradient(#9d7336 0%, #9d7336 35%,#feecb8 50%,#9d7336 65%, #9d7336 100%) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	-moz-background-clip: text !important;
	-moz-text-fill-color: transparent !important;
}
.text-white-with-stroke{
	color: #FFFFFF;
	-webkit-text-fill-color: #FFFFFF; /* Will override color (regardless of order) */
	text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000,
        0 0 0.2em #000000;
}
div.white-card{
	background-color: #323232; 
	margin-top: 10px;
	padding: 5px; 
	
}
div.gnb-card{
	background-color: #2f323e; 
	margin-top: 10px;
	padding: 15px; 
	border-radius: 2px;
}
div.white-card.nopadding{
	padding: 0px;
}
div.white-card.no-marging{
	margin-top: 0px;
}
div.white-card.gold{
	background-color: #FFD700;
}
div.full{
	height: 100%;
}
div.row.side-margin{
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}
div.toggle-responsive{
	display: none;
}
div.toggle-responsive-normal{
	display: block;
}
ul.hidden-dot {
 list-style-type: none;
}
.titulo {
 color: #D90707 !important;
}
.titulo-1 {
 color: #A6783F !important;
}
.titulo-2 {
 color: #590202 !important;
}

.boton {
	color: #FFFFFF !important;
 background-color: #D90707 !important;
}
.preloader-gnb {
	  position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin:-30px 0 0 -30px;
    -webkit-animation:spin .7s linear infinite;
    -moz-animation:spin .7s linear infinite;
    animation:spin .7s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.preloader-gnb img{
	width: 100%;
}

button.grande {
	display: inline-block;
}
button.pequenho{
	display: none;
}
aside.sidebar-resposive-fix{
		margin-left: 10px !important;
		margin-top: 16px !important;
}
	.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.boton-texto-blanco {
	color: #FFFFFF !important;
	font-weight: bold !important;
}
.background-gnb {
	background-color: #2f323e !important;
}
.background-gnb-white{
	background-color: #FFFFFF !important;
}
.background-gnb-black{
	background-color: #000000 !important;
}
.background-gnb-primary{
	background-color: #727ed2 !important;
}
.background-gnb-texture{
	 background-image:url('/images/bg.jpg') !important;
   background-attachment:fixed !important;
   background-position:center !important;
}
.background-gnb-texture-alt{
	 background-color: #2f323e !important;
}
.centrar {
  margin: auto !important;
  top: 50% !important;
  left: 50% !important;
}
.color-primary {
	color: #727ed2;
}
.color-black {
	color: #000000;
}
.color-white{
	color: #FFFFFF;
}
.color-gold{
	color: #FFD700;
}
.title{
	text-shadow: 2px 2px #FF0000;
}
div.nav-tabs{
	border-bottom: none !important;
}
.nav-tabs > li {
	margin-bottom: 0px !important;
}
li.sidebar-selected a,
li.sidebar-selected i{
	color: #FFFFFF !important;
	font-weight: bold !important;
	background-color: #286090 !important;
	display: inline-block;
	opacity: 1 !important;
}
li.sidebar-normal a,
li.sidebar-normal i{
	background-color: #323232 !important;
	color: #FFD700 !important;
}
li.language-list-normal{
	margin:3px;
}
li.language-list-selected{
	margin:3px;
	background-color: #FFFFFF !important;
}
li.sidebar-normal.responsive-pull{
	float: left;
}
div.video-list{
	height: 250px;
}

@media screen and (max-width: 400px){
	iframe.responsive-video{
		width: 100%;
  	height: auto;
	}
}
@media screen and (max-width: 500px){
	div.toggle-responsive{
		display: block;
	}
	div.toggle-responsive-normal{
		display: none;
	}
	ul.gradient-dot{
		font-size: 15px;
	}
}
@media screen and (max-width: 768px) {
  button.pequenho {
    display: inline-block;
  }
  button.grande {
    display: none;
  }
  
	div.video-list{
		height: 150px;
	}
	div.full{
		height: auto;
	}
	.sidebar-normal a{
		text-align: center;
	}
	.sidebar-selected a{
		text-align: center;
	}
	.nav-stacked {
		float: none;
	}
	.nav-stacked li {
		float: none;
	}
	

}
@media screen and (max-width: 1024px){
	
	div.video-list{
		height: 600px;
	}
}
@media screen and (max-width: 2561px){
	.sidebar-selected a{
		width: 100%;
	}
	.nav-stacked li {
		float: left;
	}
	li.sidebar-normal.responsive-pull{
	float: right;
	}
}
#slider-content{
	position: relative;
}
.img-slider{
	width: 100%;
	height: 75%;
}
@keyframes fade{
from{opacity:0.5;}
to{opacity:1;}
}

.controls{
position:absolute;
top:50%;
transform:translateY(-50%);
font-size:1.5em;
padding:15px 10px;
border-radius:5px;

}

.controls:hover{
background:white;
transition:0.3s;
}

.controls:active{
color:grey;
}

#left-arrow{
left:10px;
}

#right-arrow{
right:10px;
}

#dots-con{

text-align:center;
}
.dot{
display:inline-block;
background:grey;
padding:8px;
border-radius:50%;
margin:10px 5px;
}

.active{
background:rgb(7, 67, 213);
}

@media screen and (max-width:576px){
#slider{width:50%;
	max-height: 250px;
}

.controls{
  font-size:1em;
}

#dots-con{
  display:none;
}
}