@import url('/sites/530bb90f9caf4daaa9000029/theme/stylesheets/normalize.css');
@import url('/sites/530bb90f9caf4daaa9000029/theme/stylesheets/fonts.css');


@charset "utf-8";
/* CSS Document */
/* CSS Document */
header {
  display: block;
  width: 100%;
  font-family: 'Trebuchet MS', Arial;
  background: #1c3b6b;
  opacity:0.9;
}

.teste5{
  background: #000;
}

.cor-titulo{
  background:#fff !important;
  box-shadow: 0px 1px 16px 1px rgba(49, 50, 50, 0.45);
}

.cor-titulo p{
 color:black !important; 
}

.teste5 a{
  color: white!important;
} 

.teste5 a:hover{
  color: black !important;
}

header .container {
  padding: 5px 25px;
}

.titulo_revista{
  clear: both;
  position: fixed;
  font-family: 'Open Sans', sans-serif;
  background: #f5f5f5;
  width: 100%;
  z-index: 100000;
  border-top: 1px solid rgba(49, 50, 50, 0.25);
  /*box-shadow: 0px 1px 16px 1px rgba(49, 50, 50, 0.45);*/
}

.titulo_revista p{
  color: #1c3b6b;
  text-align: center;
  line-height: 7px;
  font-size: 1.1em;
}

.titulo_revista p span{
  font-size:1.2em;
  font-weight: 600;
}

.titulo_revista p i{
  font-size: 5px;  
  position: relative;
  bottom: 4px;
}

.btn_page_scroll{
  z-index: 100000;
  clear: both;
  position: fixed;
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.btn_page_scroll a i{
  color:#1c3b6b;
  font-size: 34px;
  margin-top: -40px;
  margin-left: -11px;
  position: absolute;
}

.background-btn{
    margin: auto;
    margin-top: -2px;
    padding-top: 2px;
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 38px solid #f5f5f5;
}

@media only screen and (min-width: 320px) {
    .submenu {
    font-family: 'Trebuchet MS', Arial;
    font-size: 11px;
    color: #808080;
    text-transform: uppercase;
    text-align: center;
    background-color: #FFF;
  }
  .submenu .container {
    padding: 10px 5%;
  }
  header h1 {
    display: block;
    margin: 20px 0;
    text-align: center;
  }
  header h1 a {
    margin: auto;
  }
  header nav {
    display: block;
    width: 100%;
    /*background: #303030;*/
  }
  header nav .container {
    margin: 0;
    padding: 5px 0;
  }
  header nav .container ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  header nav .container ul li {
    margin: 2px 0;
  }
  header nav .container ul li a {
    display: block;
    padding: 11px 15px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.4px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
  }

  header nav .container ul li a {
    color:  #48638A;
   }
  header nav .container ul li a.edicoes {
    background: #811b36;
  }
  header nav .container ul li a.edicoes:hover {
    background: #6e172e;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    -ms-transition: background 0.5s;
    transition: background 0.5s '';
    -webkit-transition: background 0.5s '';
    -moz-transition: background 0.5s '';
    -o-transition: background 0.5s '';
    -ms-transition: background 0.5s '';
  }
  header nav .container ul li a.blog {
    background: #692134;
  }
  header nav .container ul li a.blog:hover {
    background: #5e1d2f;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    -ms-transition: background 0.5s;
    transition: background 0.5s '';
    -webkit-transition: background 0.5s '';
    -moz-transition: background 0.5s '';
    -o-transition: background 0.5s '';
    -ms-transition: background 0.5s '';
  }
  header nav .container ul.menu {
    margin: 0;
    width: 100%;
  }
  header nav .container ul.menu li a {
    padding: 0;
    margin: 15px 0;
    width: auto;
    font-weight: normal;
    color: #a19e9e;
  }
  header nav .container ul.menu li a:hover {
    color: #48638A;
  }
  header nav .container div.botoes {
    display: none;
  }


  #rede_sociais{
    display: none;
  }

  header .publicidade {
    display: none;
  }
}

@media only screen and (min-width: 1000px) {
  #nomeIlustrador {
      display: inherit;
      text-align: center;
  }
}
@media only screen and (min-width: 1000px) {
  header h1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    float: left;
    margin: 0;
    height: 95px;
    vertical-align: middle;
  }
  header nav .container {
    width: 626px;
    margin: auto;
    padding: 33px 0px;
    font-size: 13px;
    float: right;
  }
  header nav .container ul {
    display: block;
    float: right;
    margin: 0 5px 0 0;
    *zoom: 1;
  }
  header nav .container ul:before,
  header nav .container ul:after {
    content: "";
    display: table;
  }
  header nav .container ul:after {
    clear: both;
  }
  header nav .container ul:before,
  header nav .container ul:after {
    content: "";
    display: table;
  }
  header nav .container ul:after {
    clear: both;
  }
  header nav .container ul li {
    display: block;
    float: left;
    margin: 0 1px 0 0;
  }
  header nav .container ul li a {
    width: 70px;
  }
  
  header nav .container ul.menu {
    margin: 0;
    width: 100%;
  }
  
  header nav .container ul.menu li {
    margin: 3px 0 3px 0;
  }
  header nav .container ul.menu li:last-child {
    padding: 0;
    margin: 3px 0;
    border: none;
  }
  header nav .container ul.menu li a {
    margin: 0;
    padding: 8px 15px;
    font-size: 0.94em;
    color:#FFFFFF;
  }


.container > .menu > li:hover a{
  background: white;
  color:black !important;
}

.container > .menu > li:hover > .bloco{
  display: block;
}

.container > .menu > li > .bloco{
  z-index: 10000000;
  display: none;
  width: 500px;
  height: auto;
  background: white;
  position: absolute;
  padding: 1px 20px 10px;
  font-family: 'Trebuchet MS', Arial;
  color: #808080;
}

.bloco div{
  display: block;
  float: left;
  width: 120px;
  margin-right: 0;
}

.bloco div a{
  margin: none !important;
  padding: 0 0 !important;
  padding-top: 35px !important;
  padding-left: 0px !important;
  color: #FFFFFF;
  width: 129px !important;
  background: none !important;
  text-align: center !important;
  text-align: -webkit-center !important;
}
  
  

.bloco-dados{
  display: block;
  padding: 6px 0;
  font-size: 19px;
  text-align: center;
  width: 69px !important;
  position: relative;
  /*background-color: #f5f5f5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 3px solid #ed9900;*/
}

.bloco img{
  width: 73% !important;
  height: 64%;
}

.container > .menu > li:hover > .bloco2{
  display: block;
}

.container > .menu > li > .bloco2{
  z-index: 100000000;
  display: none;
  width: 500px;
  height: auto;
  background: white;
  margin-left: -100px;
  position: absolute;
  padding: 1px 22px 10px;
  font-family: 'Trebuchet MS', Arial;
  color: #808080;
}
  
.container > .menu > li > .bloco-plano{
	width: 392px;
    margin-left:-73px;
}
  
#botao-plano{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    background: #838383;
    font-size: 14px;
    font-weight: 900;
    font-family: 'Trebuchet MS', Arial;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    color: white;
    width: 52%;
    position: relative;
    margin-top: 14px;
    margin-left: 88px;
}

.bloco2 div{
  display: block;
  float: left;
  width: 100%;
  margin-right: 0;
}

.bloco2 div:first-child{
  border-bottom: 1px solid;
}

.bloco2 div a{
  padding: 0 0 !important;
  padding-top: 17px !important;
  padding-left: 0px !important;
  color: #222 !important;
  width: 100% !important;
  background: none !important;
  text-align: left !important;
  font-size: 16px !important;

}
  
.bloco2 div a h4:hover{
  text-decoration:underline;
}
  
.bloco2 .menu-plano{
  border-bottom: 0px!important;
}
  
.bloco2 .menu-plano h4{
  margin:0 !important;    
}
  
.bloco2 a input{
  margin-top:20px !important;    
}
  
.bloco2 .menu-plano h4:hover{
  text-decoration:underline;  
}

.bloco-dados{
  display: block;
  padding: 6px 0;
  font-size: 19px;
  text-align: center;
  width: 95px !important;
  position: relative;
  margin-left: 16px;
  /*background-color: #f5f5f5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 3px solid #ed9900;*/
}

.menu:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#botao-mais{
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  background: #838383;
  font-size: 14px;
  font-weight: 900;
  font-family: 'Trebuchet MS', Arial;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  color: white;
  width: 50%;
  position: relative;
  margin-top: 14px;
  margin-left: 118px;
  
}

#botao-blog{
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  background: #838383;
  font-size: 14px;
  font-weight: 900;
  font-family: 'Trebuchet MS', Arial;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  color: white;
  width: 50%;
  position: relative;
  margin-top: 14px;
  margin-left: 118px;
  /*left: 148px;*/
}

.container > .menu >li > .submenu2 > li > a {
  padding: 10px 20px;
}

.fixo{
  position:fixed;
  top:0;
  left: 0;
  z-index: 100000;

}

.img-efeito{
   transition: all 0.5s cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

.img-efeito:hover{
  transform: scale(1.1);
}

.data{
  top: 16px !important;
  position: relative;
  font-size: 12px;
}

.pdf{
  border: 1px solid;
  width: 132px;
  height: 190px;
  text-align: center;
  display: block;
  float: right;
  background: #b7747b;
}

.pdf p{
  position: relative;
  top: 53px;
}

#rede_sociais{
  float:left;
  position: relative;
  top: 10px;
  display: block;

}

#rede_sociais::after,
#rede_sociais::before{
    content: "";
    display: table;
}

#rede_sociais a {
  padding:0;
  display: inline-block;
}

#rede_sociais a i{
	color:#fff;  
    font-size:18px;
}

#rede_sociais a:hover{
  background: none;
  color:none;
}



  header nav .container div.botoes {
    display: block;
    float: right;
  }
  header nav .container div.botoes a.busca {
    margin: 9px 5px;
    padding: 0;
    display: block;
    float: left;
    *zoom: 1;
  }
  header nav .container div.botoes a.busca:before,
  header nav .container div.botoes a.busca:after {
    content: "";
    display: table;
  }
  header nav .container div.botoes a.busca:after {
    clear: both;
  }
  header nav .container div.botoes a.busca:before,
  header nav .container div.botoes a.busca:after {
    content: "";
    display: table;
  }
  header nav .container div.botoes a.busca:after {
    clear: both;
  }
  header nav .container div.botoes a.facebook,
  header nav .container div.botoes a.twitter {
    margin-left: 15px;
    padding: 11px 0;
    display: block;
    float: left;
    *zoom: 1;
  }
  header nav .container div.botoes a.facebook:before,
  header nav .container div.botoes a.twitter:before,
  header nav .container div.botoes a.facebook:after,
  header nav .container div.botoes a.twitter:after {
    content: "";
    display: table;
  }
  header nav .container div.botoes a.facebook:after,
  header nav .container div.botoes a.twitter:after {
    clear: both;
  }
  header nav .container div.botoes a.facebook:before,
  header nav .container div.botoes a.twitter:before,
  header nav .container div.botoes a.facebook:after,
  header nav .container div.botoes a.twitter:after {
    content: "";
    display: table;
  }
  header nav .container div.botoes a.facebook:after,
  header nav .container div.botoes a.twitter:after {
    clear: both;
  }
  header .publicidade {
    display: block;
    float: right;
    width: 670px;
    height: 95px;
    background: #FFF;
  }
}
@media only screen and (min-width: 1200px) {
   header nav .container {
    width: 65%;
    margin: auto;
    padding: 31px 25px;
    font-size:1em;
  }
  
  
  #rede_sociais{
  float: right;
  position: relative;
  top: 10px;
  left: 24px;
  display: block;
  }
  
  header nav .container ul.menu li {
    padding: 0 5px 0 0;
    padding-right: 5px;
    margin: 3px 4px 3px 0;
    /*border-right: 1px solid #5a5a5a;*/
  }
}
/* CSS Document */
@media only screen and (min-width: 320px) {

  .bloco{
    display: none;
  }
  .bloco2{
    display: none;
  }

  header nav .container ul.menu li a{
    color:white;
  }

  
  footer {
    display: block;
    font-family: 'Trebuchet MS', Arial;
    color: #FFF;
    background: #272727;
    border-top: 2px solid #d1d1d1;
  }
  /*footer .left {
    display: none;
  }
  footer .right .menu ul {
    width: auto;
    list-style: none;
    margin: 0;
    padding: 10px 0 30px 0;
  }
  footer .right .menu ul li {
    display: block;
    margin-bottom: 15px;
  }
  footer .right .menu ul li:last-child {
    margin: 0;
  }
  footer .right .menu ul li a {
    display: block;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #adadad;
  }
  footer .right .menu ul li a:hover {
    color: #898989;
    transition: color 0.5s;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
    -ms-transition: color 0.5s;
    transition: color 0.5s '';
    -webkit-transition: color 0.5s '';
    -moz-transition: color 0.5s '';
    -o-transition: color 0.5s '';
    -ms-transition: color 0.5s '';
  }
  footer .right .download {
    display: block;
    width: auto;
    padding: 20px;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #FFF;
    background: #b7757b;
  }
  footer .right .download span {
    display: inline;
    font-size: 14.5px;
    font-weight: bold;
  }
  footer .copyrights {
    font-size: 10px;
    text-align: center;
    color: #9c9c9c;
    /* background: #1c1d1e; */
  }*/
  
 
}
@media only screen and (min-width: 1000px) {
    .submenu {
    font-size: 11px;
    text-align: left;
  }
  .submenu .container {
    padding: 10px 0;
  }
  /*footer .left {
    display: block;
    float: left;
    padding-top: 20px;
  }
  footer .right {
    display: block;
    float: right;
  }
  footer .right .menu {
    display: block;
    float: left;
  }
  footer .right .menu ul {
    margin: 0 30px 0 0;
    padding: 20px 30px 20px 0;
    border-right: 1px solid #000;
  }
  footer .right .menu ul li {
    margin-bottom: 9px;
    text-align: right;
  }
  footer .right .menu ul li a {
    display: inline;
  }
  footer .right .download {
    display: block;
    float: left;
    width: 150px;
    height: 40px;
    padding: 80px 0;
  }
  footer .right .download span {
    display: block;
  }
  footer .copyrights {
    font-size: 14px;
    text-align: left;
  }*/
}
@media only screen and (min-width: 1200px) {
  
}
/*
=======================================================================
	Basic Reset
=======================================================================
*/
html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
a {
  text-decoration: none;
}
.container {
  display: block;
  margin: auto;
  overflow: hidden;
  *zoom: 1;
}
.container:before,
.container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
@media only screen and (min-width: 320px) {
  .container {
    width: auto;
    padding: 20px 5%;
  }
}
@media only screen and (min-width: 1000px) {
  .container {
    width: 974px;
    padding: 20px 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 1150px;
    padding: 20px 25px;
  }
}

@media only screen and (max-width: 600px) {
p > iframe{
width:100%;
  height:350px;
}
  
}

@media only screen and (max-width: 768px) {
  
  .titulo_revista p{
     color:#1c3b6b;
     line-height: 6px;
     letter-spacing: 2px;
     font-size:0.9em;
     font-weight: 700;
  }
  
 
  
  header{
  	background:#1c3b6b;
  }
  
  .btn_page_scroll{
  	display:none !important;
  }
  
  .topo h1 a img{
  	width: 100%;
  	height: 100%;
  }
}

@media only screen and (max-width: 1000px){
	.titulo_revista{
     position:relative;
     background:white;
     box-shadow: inherit;
     height: 100%;
  }
}
section p img{
max-width:100%;
}

section div img{
max-width:100%;
}

