﻿body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, input, textarea {
    font-family: 'Roboto', sans-serif;
	
}

@font-face {
    font-family: 'through_the_nightregular';
    src: url('through_the_night-webfont.woff2') format('woff2'),
         url('through_the_night-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body,a{
	color: #262626;
}

header{
	background: url(../../imgs/bg-topo.jpg) no-repeat;
background-size: cover; /* Garantir que a imagem cubra todo o header */
    background-position: center;
    width: 100%;  /* Garante que ocupe toda a largura */
    height: 200px; /* Defina a altura que você precisa */
    position: relative;

}
.link-home {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: none;
}

header .row{
	margin: 0;
}

nav.menu li{
	font-size: 18px;
}

.titulo{
	font-family: 'through_the_nightregular';
	font-size: 20px;
	text-transform: uppercase;
}

.menu ul{
	margin: 10px 0 0 0;
}

.nav-sociais {
    margin: 22px 0 0 0 !important;
}

.nav-sociais li{
	margin: 0 5px;
}

.bloco-destaque{
	padding: 30px 0;
}
.bloco-video{
	position: relative;
}

.tit-post,.top-img{
	position: absolute;
	
}
.interna .bloco-video{
	margin-bottom: 30px;
}
.lista-not li{
	border-bottom: 1px solid #ccc;
}
.lista-not li{
	display: table;
	width: 100%;
}
.box-ultimas-noticias{
	background: #262626;
	display: block;
	margin-bottom: 40px;
}

/* ANIMAÇÃO */

.bloco-noticia,.bloco-noticia:hover,.bloco-noticia img,.bloco-noticia:hover img,.lista-editoriais li a:hover,.lista-editoriais li a{
	-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;

}

.top-img{
	top: 0;
	left: 0;
}

.tit-post{
	font-size:20px;
	z-index: 80;
	bottom: 50px;
	left: 30px;
}

.box-not h3{
	font-size: 20px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #262626;
}

.titulo-principal{
	font-size: 45px;
	margin-top: 0;
	font-family: 'through_the_nightregular';
}

.camp-amarelo{
	background: url(../../imgs/bg-amarelo.jpg) repeat-x;
	padding: 115px 0;
}


.banner-top{
	padding: 40px 0 10px 0;
}

.box-editorial .tabs{
	height: auto;
	    overflow: visible;
	margin-left: 0;
}

.box-editorial .tabs .tab{
	text-align: left;
	border-bottom: 1px solid #e1e1e1; 
}

.box-editorial .tabs .indicator{
	display: none;
}
.box-editorial .tabs .tab a{
	background: #262626;
	color: #fff;
}

.box-editorial .tabs .tab a:hover, .tabs .tab a.active{
	background: #e8af00;
	color: #262626;
}
.box-editorial .tabs li {
	position: relative;
}
.box-editorial .tabs li a.active::before {
   content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #e8af00;
    position: absolute;
    right: -35px;
    top: -1px;
}

.box-editorial .tabs .tab a{
	overflow: visible;
}

i.tiny {
    position: relative;
    top: 3px;
}
.bloco-noticia p{
	    margin-top: 0;
    line-height: 18px;
    font-size: 14px;
}

p.mini-tip{
	font-size: 11px;
	color: #777777;
}
.bloco-noticia h3 {
    font-size: 20px;
    margin: 0 0 10px 0;
    height: 50px;
}

.bloco-noticia p a:hover{
	color: #777777;
}
.bloco-noticia{
	top: 0;
	border-radius: 5px;
	position: relative;
	padding: 0;
	padding: 10px;
}

.bloco-noticia:hover {
	top: -10px;
	left: 0;
	
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);
}
.bloco-noticia img{
	border-bottom: 4px solid #fff;

}
.bloco-noticia:hover img{
	border-bottom: 4px solid #e8af00;
}

.divisao-linha{
	border-top: 1px solid #e4e3e3;
	padding: 30px 0;
}

.box-mini-banner{
	margin: 30px 0;
}

footer{
	background:#262626 url(../../imgs/bg-rodape.jpg) repeat-x;
	padding-top: 50px;
	margin-top: 30px;
}
footer .row{
	margin: 0;
}

footer h2{
	font-family: 'through_the_nightregular';
	font-size: 24px;
	color: #e8af00;
}
footer p{
	color: #7d7d7d;
	font-size: 11px;
	margin-top: 34px;
}
footer .nav-sociais li{
	display: inline;
}

.conteudo{
	color: #606060;
	text-align: justify;
}
.interna .mini-tip{
	font-size: 11px;
	color: #e8af00;
	line-height: 11px;
}
h2.titulo-noticia{
	color: #262626;
	font-size: 28px;
}

.box-ultimas-noticias h6 {
    padding: 20px;
    margin-top: 0;
}
.box-ultimas-noticias h6 a{
	color: #fff;
}
.lista-editoriais{
	display: table;
	width: 100%;
	margin-bottom: 30px;
}
.lista-editoriais li{
	margin-bottom: 1px;
}
.lista-editoriais li a{
	padding: 13px 34px;
	background: #262626;
	color: #fff;
	display: block;
	font-size: 18px;
}
.lista-editoriais li a:hover{
	background: #e8af00;
	color: #262626;
}

/* label color */
   .input-field label {
     color: #000;
   }
   

   /* label focus color */
   .input-field input[type=text]:focus + label,.input-field input[type=email]:focus + label, textarea.materialize-textarea:focus:not([readonly])+label {
     color: #000;
   }
   /* label underline focus color */
   .input-field input[type=text]:focus,.input-field input[type=email]:focus,textarea.materialize-textarea:focus:not ([readonly])  {
     border-bottom: 1px solid #000;
     box-shadow: 0 1px 0 0 #000;
   }
   /* valid color */
   .input-field input[type=text].valid,.input-field input[type=email].valid,textarea.materialize-textarea.valid {
     border-bottom: 1px solid #000;
     box-shadow: 0 1px 0 0 #000;
   }
   /* invalid color */
   .input-field input[type=text].invalid,.input-field input[type=email].invalid,textarea.materialize-textarea.invalid  {
     border-bottom: 1px solid #000;
     box-shadow: 0 1px 0 0 #000;
   }
   /* icon prefix focus color */
   .input-field .prefix.active {
     color: #000;
   }
   
   input:not([type]):focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 0 0 #000;
}

















#maxmeio-id{
	width:25px;
	height:82px;
	background: url(../../imgs/marca_maxmeio.png) no-repeat;
	position:fixed;
	bottom:30px;
	right:0;
	display:block;
}


.header-link {
    display: block;
    height: 100%; /* Ajuste conforme necessário */
    background-image: url('caminho-da-sua-imagem.jpg');
    /* Outra

/* Styles for screens 1150px and smaller (mobile) */
}
@media only screen and (max-width: 1150px) {

}

@media only screen and  (min-width:1150px){

	.container{
		width: 1180px;
	}
	header{
		height: 254px;
		background-color: white;
		background-image: url('../../imgs/bg-topo.jpg'); /* Replace with the path to your default image */
  
	}

	#logo-topo{
		    margin-top: 75px;
    display: block;
	}

	nav{
		height: 65px;
	}

}

	


@media only screen and (max-width: 1149px){
	.container {
	    width: 90%;
	}

    header {
        height: 250px; /* Adjust the desired height for mobile devices */
        background-image: url('../../imgs/bg-topo-mobile.png'); /* Replace with the path to your mobile image */
    }
	
}


/* COL-MD */
@media only screen and  (max-width:1100px) and (min-width:992px){
	header{
		max-height: 154px;
		background-color: #bdbe01;
	}
}
/* COL-SM */
@media only screen and  (max-width:992px) and (min-width:767px){
    header{
		max-height: 154px;
		background-color: #bdbe01;
	}
}
/* COL-XS */
@media only screen and  (max-width:767px){

	#maxmeio-id{
		display: none !important;
	}

}