@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');
body{
  overflow-x: hidden !important;
  font-family: 'Raleway', sans-serif !important;
    font-size:14px;
}
h1{
  font-size: 22px;
  width: 50%;
  padding-bottom: 15px;
  background: linear-gradient(90deg, #e93337 50%, #FFF 50%);
  background-position: left bottom;
  background-size: 100% 4px;
  background-repeat: no-repeat;
  font-weight:bolder;
  text-transform:uppercase;
}
h1, h2, h3, h4, h5, h6{
  display: block;
  font-weight: bolder;
  font-family: sans-serif;
  font-family: 'Raleway', sans-serif;
}
h2 {
  font-size: 1.3em;
}
a{
  cursor: pointer;
}
.pagination {
    display: -webkit-box;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;	
    width: 100%;
}



.pagination>li>a, .pagination>li>span  {
position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
	
	}
.pagination>li {
    display: inline;
}
/*
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
*/
.top-line{
  background-color: #EEE;
  padding: 7px 0;
  font-size: .8em;
}
.top-line p{}
.top-line strong{
  color: #e93337;
}
.top-line a{
  display: inline-block;
  padding: 4px;
  color: #333;
}
.top-line a:hover{}
#header{
  border-bottom: 20px solid #e93337;
  background-image: url('../img/bg-header.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.top-link a {
    color: #F00;
    font-weight: bold;}
#copy{
  background-color: #DDD;
  color: #333;
  text-align: center;
  display: block;
  width: 100%;
  line-height: 40px;
  font-family: sans-serif;
  font-weight: bold;
  font-size: .8em;
  float:left;
}
#banner{
  display: block;
  width: 100%;
  position: relative;
  height: 400px;
}
#banner-bg{}
#banner-fraze{
  display: block;
  position: absolute;
  z-index: 999;
  top: 100px;
  left: 30%;
  width: 25%;
  max-width: 90vw;
  font-size: 2.5em;
  text-transform: uppercase;
  line-height: 1em;
}
#banner-fraze strong{
  display: block;
  font-weight: bolder;
}
#banner-elemento{
  display: block;
  position: absolute;
  right: 30px;
  bottom: 0;
}
#banner-controle{
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
}
#banner-controle span{
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #FFF;
  color: transparent;
  border-radius: 50%;
  transition: all 500ms ease;
  margin: 0 6px;
}
#banner-controle span:hover{
  background-color: #e93337;
  color: transparent;
}
nav{
  display: block;
 /*  margin-top: -150px; */
  border-radius: 20px;
  min-height: 200px;
  padding: 20px;
  background-image: url('../img/bg-menu_03.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  margin-left:-12px;
  margin-bottom: 20px;
}

carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 12px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    /* background-color: #fff; */
    border-radius: 10px;
    height: 12px;
    padding-right: 5px;
    margin-right: 5px;
}

.menu{
/*	margin-top: 20px;*/
	}
.menu ul{
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu ul li{
  display: block;
}
.menu ul li a {
  display: block;
  line-height: 30px;
  font-weight: bold;
  color: #333;
  font-family: 'Raleway', sans-serif;
  transition: all 500ms ease;
  text-indent: 12px;
  background-image: url('../ico/sombra-menu.png');
  background-repeat: no-repeat;
  background-position: 0 bottom;
}
.menu ul li a:hover{
  text-decoration: none;
  color: #e93337;
}
aside article{
  padding: 10px;
  font-size: 1em;
}
aside a{
  background-color: #e93337;
  display: block;
  padding: 7px;
  color: #FFF;
  margin-bottom: 20px;
  font-size: .8em;
  transition: all 500ms ease;
}
aside a:hover{
  text-decoration: none;
  color: #FFF;
  background-color: #F00;
}
aside h3{
  display: block;
  font-size: 1.4em;
  text-indent: 10px;
}
#newsletter{
  display: block;
  margin-top: 62px;
  background: #373737;
  border-radius: 10px;
  padding: 10px;
}
#newsletter form{}
#newsletter h3{
  display: block;
  margin: 0;
  padding: 0;
  color: #FFF;
  line-height: 50px;
}
#newsletter p{
  color: #FFF;
  padding: 10px;
  font-size: .9em;
}
#newsletter input[type=text],
#newsletter input[type=email]
{
  display: block;
  width: 100%;
  margin-bottom: 8px;
  text-indent: 7px;
}
#newsletter input[type=submit]{
  background-color: #e93337;
  color: #FFF;
  padding: 7px;
  border: 0;
  transition: all 500ms ease;
  font-size: .9em;
  margin-bottom: 10px;
  cursor: pointer;
}
#newsletter input[type=submit]:hover{
  background-color: #F00;
}
h2{
  font-size: 1.6em;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
h2.ativo, h3.ativo{
  background: linear-gradient(90deg, #e93337 43%, #FFF 43%);
  background-position: left bottom;
  background-size: 100% 4px;
  background-repeat: no-repeat;
  text-transform:uppercase;


}
main h1{
  font-size: 22px;
  width: 100%;
  padding-bottom: 15px;
  background: linear-gradient(90deg, #e93337 50%, #FFF 50%);
  background-position: left bottom;
  background-size: 100% 4px;
  background-repeat: no-repeat;
}
main figure img{
  border: 3px solid #666;
  margin-bottom: 15px;
}
.botao{
  background-color: #e93337;
  color: #FFF;
  padding: 7px;
  font-size: .9em;
  display: block;
  margin: 0 auto;
  text-align: center;
  transition: all 500ms ease;
}
.botao:hover{
  background-color: #F00;
  color: #FFF;
  text-decoration: none;
}
footer{
  border-top: 25px solid #da2c2a;
  margin-top: 30px;
  background-color: #333333;
  color: #dddddd;
  padding: 20px 0;
  float:left;
  width:100%;
}
footer h4{
  display: block;
  font-size: 18px;
  text-transform: uppercase;
}
footer h4 img{
  display: inline-block;
}
footer h4 span{
  font-size: 1.6em;
  padding: 10px 0;
}
footer h4 span small{
  display: block;
  font-size: .3em;
}
footer a, footer a:hover{
  display: block;
  line-height: 33px;
  color: #DDD;
}
footer ul{
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
footer ul li{
  display: block;
}
footer ul li a{
  display: block;
  border-bottom: 1px solid #666;
  transition: all 500ms ease;
}
footer ul li a:hover{
  text-decoration: none;
  background-color: #222;
}
.item-fones{
  padding: 20px 0;
}
#header a{
  color: #333;
  font-weight: bold;
}
.fone-imagem{
  padding: 10px 5px;
}
#menu-mibile,
#box-menu-mibile,
#box-menu-mibile-content,
#close
{
  display: none;
}
#fone{
  background-image: url('../ico/fone-branco.png');
  background-position: left 20px;
  background-size: 50px;
  padding-left: 60px;
  background-repeat: no-repeat;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: -5px;

}

#fone span{
  font-size: 1.2em;
}
#noticia{
  overflow: hidden;
  height: 160px;
  margin-bottom: 20px;
}
@-webkit-keyframes noticiaAnimal {
  0%{ margin-top: 0; }
  100% { margin-top: -450px; }
}
@keyframes noticiaAnimal {
  0%{ margin-top: 0; }
  100% { margin-top: -450px; }
}
#escolhido{
  display: block;
}
#escolhido{
  -webkit-animation-name: noticiaAnimal;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: 1000;
  animation-name: noticiaAnimal;
  animation-duration: 15s;
  animation-iteration-count: 1000;
}
#noticia a {
  display: block;
  padding: 20px;
  background-color: #FFF;
  cursor: pointer;
  color: #222;
  font-size: 1em;
}
#escolhido:hover{
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.redes_social a, .redes_social a:hover{
  display: inline;
  font-size: 2.7em;
  margin: 3px;
}
.video{
  margin-left: 17px;
}
article img{
  filter: grayscale();
  border: 3px solid #666;
}
.video-box{
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
}
.video-box div{

}
.lb-image{
  width: 1000px !important;
  height: auto !important;
}

#popUp{
  display: none;
  width: 100vw;
  min-height: 100vh;
  position: fixed;
  z-index: 999999999999999999999999;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
}
#popCont{
  display: block;
  width: 500px;
  max-width: 90%;
  background: #FFF;
  border-radius: 4px;
  padding: 30px;
}
#main img {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
}
@media (min-width:1600px) {
#grid {
	margin-right:0px;
	}
}

@media (min-width:1200px) {
#grid {
width: 1170px;	
grid-template-columns: 263.8px 0.98fr;
/*margin-right:56px;*/
	}
}

@media (min-width:993px) and (max-width:1199px) {
#grid {
width: 970px;	
grid-template-columns: 211.5px 0.96fr;
margin-right:56px;
	}
}


@media (max-width: 992px) {
#grid {
width: 970px;	
grid-template-columns: 211.5px 0.96fr;
margin-right:56px;
padding-left:17px;
	}
#grid_main {
	padding-left:14px;
	
}

}

@media (max-width: 768px) {
#grid {
width: 750px;	
grid-template-columns: 211.5px 0.96fr;
margin-right:56px;
padding-left:0px;
	}

#grid_main {
	padding-left:0px;
	
}
	
}


#grid {
  display: grid;
/*  width: 970px; /*960px;*/*/
  margin: 90vw;
  margin: 0 auto;
  grid-template-areas: "aside main";
 /* grid-template-columns: 250px 1fr;
   grid-template-columns: 211.5px 0.96fr;*/
  grid-gap: 28px;
  
  
}
#grid_aside {
  grid-area: aside;
  max-width:261px;
  float:left;
  
}
#grid_main {
  grid-area: main;
  padding-top: 20px;
  max-width:843.97px;
  float:left;
  
}
#grid_main h1,
#grid_main h2,
#grid_main h3
{
/*  background: linear-gradient(90deg, #e93337 43%, #FFF 43%);
  background-position: left bottom;
  background-size: 100% 4px;
  background-repeat: no-repeat;
  width:80%;
  */
  
/*  background: linear-gradient(90deg, #e93337 43%, #FFF 43%);*/
  background-position: left bottom;
  background-size: 250px 4px;
  background-repeat: no-repeat;
 /* width:80%;*/
  
}
#grid_main img {
display: block !important;
 /* margin: 0 !important;*/
  padding: 0 !important;
  max-width: 100% !important;}

@media ( max-width: 800px ) {
  #grid {
    width: 90vw;
    grid-template-areas:  "main" "aside";
    grid-template-columns: 1fr;
  }

  #grid_aside,
  #grid_main {
    display: block;
    width: 90vw;
    margin: 0 auto;
  }
  body {
    width: 100vw;
  }

  footer h4 {
    margin-top: 20px;
  }
  
}

footer a, footer a:hover {
  font-size: 14px;
}

#popup {
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999999999999;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  overflow: scroll;
/*  height: 320px;*/
}

#popup div {
  background: #FFF;
  min-width:560px;
/*  width: 560px;*/
  max-width: 90vw;
  border-radius: 4px;
  position: relative;
  box-sizing: border-box;
 /* height:320px;*/
}
#popup div p{
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}
#popup div i {
  display: block;
  font-family:Arial, Helvetica, sans-serif;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #e40404;
  position: absolute;
  right: -35px;
  top: -35px;
  cursor: pointer;
/*  display:none;*/
}
#popup div i:hover{
  filter: saturate();
}
#banner2 ~ nav {
  margin-top: -150px !important;
  z-index: 999999999999;
  position: relative;
}
aside {
  overflow: visible;
}
#itens, .itens {
  z-index: 999999999;
}

.paginacao {
  display: inline-block;
  margin: 7px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  box-shadow: inset 0 0 7px #0006;
  border: 1px solid #CCC;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  color: #333;
  background-color: #f5f5f5;
}
.paginacao:hover {
  box-shadow: inset 0 0 7px #000;
  color: #111;
  text-decoration: none;
}
#grid_main ul, #grid_main ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}