@charset "ISO-8859-1";

/**
*  Folha de estilo com as regras principais do site
*  Autor: Jorge Rodrigues - maio/2016
*
*  Paleta de cores:
*     vermelho da marca: #C51329;
*     cinza dos textos padrão: #777777;
*
*/

@import url("my_framework.css");
@import url("../fonts/stylesheet.css");
@import url("variaveis.css");
/*@import url("__bordas.css");*/


ins {
   display: none !importat;
}

/****  Estilizando a fonte do placeholder de formularios. Estencao de my_framework.css */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   font-family: roboto_slablight;
}
::-moz-placeholder { /* Firefox 19+ */
   font-family: roboto_slablight;
}
:-ms-input-placeholder { /* IE 10+ */
   font-family: roboto_slablight;
}
:-moz-placeholder { /* Firefox 18- */
   font-family: roboto_slablight;
}


/**** Reestilizando o icone do sistema de notificações usado na pagina de contatos */
.myIco {
   background-image: url(../imagens/logo_p.png) !important;
   background-size: 70px auto !important;
}


.fixed {
   overflow: hidden;
   background-color: #EEEEEE;
   /*background-position: center;*/
   background-attachment: fixed;
   background-size: cover; /*101% 101%;*/
   background-repeat: no-repeat;
}

.hidden,
.fixed #banner {
   visibility: hidden;
}

.font_light {
   font-family: robot_slablight;
}


* {
   font-size: 62.5%; /*1.8em;*/
}

html {
   /*-moz-transform: scale(1);*/
   width: 100%;
   height: 100%;
}

body {
   zoom: 1;    /* safari */
   display: block;
   width: 100%;
   min-width: 320px;
   height: 100%;
   margin: 0 auto;
   background-color: #f8f8f8;
   font-family: "roboto_slabregular";
   font-size: 19px;  /*25.5px;*/
   color: #999999;
}
body * {
   font-size: inherit;
}


section {
   position: relative;
   padding: 0;
}

figure {
   background-color: #efefef;
}
figure > figcaption {
   padding: 3px;
   line-height: 1.3em;
   font-size: .7em;
   font-family: Arial,Tahoma,Verdana ;
   font-weight: normal;
}


/**** TIPOGRAFIA GERAL */
h1 {
   margin: 15px 0;
   padding: initial;
   line-height: 1.1em;
   font-family: "Segoe UI SemiBold";
   font-size: 1.6em;
}
h2,h3,h4,h5 {
   margin: 15px 0 10px 0;
   padding: initial;
   line-height: 1.1em;
   font-family: "Segoe UI";
}
h2 {
   font-size: 1.4em;
}
h3 {
   font-size: 1.2em;
}
h4 {
   font-size: 1.1em;
}
h5 {
   font-family: "Segoe UI SemiBold";
   font-size: 1em;
}

p {
   margin-bottom: 1.5em;
   line-height: 1.5em;
}

li {
   line-height: 1.4em;
}

a:link,
a:visited {
   color: #6868cd;
   text-decoration: none;
}
a:hover,
a:active {
   color: var(--vermelho);
   text-decoration: underline;
}

p a:hover,
p a:active {
   border-bottom: 1px dotted var(--link_hover)
}


p:first-child {
   margin-top: 0;
}
p:last-child {
   margin-bottom: 0;
}

.fs135em {
   font-size: 1.35em;
}



/**  Cria um sinal de exclamacao estilizado*/
#exclamacao {
   position: relative;
   display: block;
   float: left;
   width: 20px;
   height: 138px;
   margin-right: 100px;
}
#exclamacao > div {
   background-color: var(--vermelho);  /* a cor varia para cada página */
}
#exclamacao > div:first-child {
   position: absolute;
   display: block;
   top: 0;
   left: 0;
   width: 20px;
   height: 60px;
}
#exclamacao > div:nth-child(2) {
   position: absolute;
   display: block;
   bottom: 0;
   left: 0;
   width: 20px;
   height: 20px;
}


#loader {
   position: fixed;
   display: block;
   width: 100%;
   height: 100%;
   background-color: #fff;
}
#loader img {
   position: absolute;
   top: 50%;
   left: 50%;
   margin-top: -58px;
   margin-left: -58px;
}


#site {
   display: none;
}

#corpo {
   overflow-x: hidden;
   margin: 0 auto;
   padding-top: 116px;
   padding-bottom: 15px;
   max-width: var(--max-width);
   background-color: #fff;
}


header {
   position: fixed;
   display: block;
   z-index: 1000;
   width: 100%;
   max-width: inherit;
   background-color: #fff;
}
header nav {
   margin: 0 auto;
   top: 0;
   left: initial;
   font-size: 19px;
}
header #menu_trigger {
   display: block;
   box-shadow: 0 -4px 16px #DDDDDD;
}
header #menu_trigger #logo_p {
   display: table;
   /*width: 80px;*/
   margin: 0 auto;
   cursor: pointer;
}
header #menu_trigger #arrow_up {
   position: absolute;
   right: 50%;
   margin-right: -20px;
   bottom: -35px;
}


header #menu_extended {
   position: fixed;
   display: none;
   width: 100%;
   top: 0;
   padding: 15px 0;
   background-color: #fff;
   border-bottom: 2px solid #C51329;
}
header #close_extended {
   width: 60px;
   height: 30px;
   margin: 0 auto;
   cursor: pointer;
}

header #logo_g {
   margin: 0 auto;
}
header hr {
   width: 50%;
   height: 1px;
   margin: 40px auto;
   background-color: #e4e4e2;
   border: none;
}
header ul.menu_init_horz {
   display: inline-block;
   width: auto;
   margin-top: 13px;
   margin-right: 50px;
   background-color: transparent;
}
header ul.menu_init_horz > li a {
   width: auto;
   min-width: 120px;
   padding: 0;
   font-size: 1.4em;
   font-family: "roboto_slablight";
   background-color: transparent;
}
header ul.menu_init_horz > li a:hover {
   font-weight: bold;
   color: var(--vermelho);
   background-color: transparent;
}
header #logo_blog21 {
   display: inline-block;
   margin-top: -13px;
}


footer {
   padding: 50px 0;
   max-width: inherit;
   font-size: 19px;
}
footer #row1 {
   display: table;
   position: relative;
   margin-bottom: 15px;
}
footer #row1 img {
   display: inline-block;
   width: 59%;
}
footer #row2 {
   text-align: right;
   font-size: .9em;
}
footer nav {
   position: absolute;
   display: inline-block;
   width: auto;
   top: 20px;
   right: 0;
   background-color: transparent;
   text-transform: lowercase;
}
footer nav ul.menu_init_horz {
   display: table;
   float: none;
   width: auto;
   margin: 0 auto;
   background-color: transparent;
}
footer ul.menu_init_horz > li {
   margin-right: 20px;
}
footer ul.menu_init_horz > li a,
footer ul.menu_init_horz > li a:hover {
   width: auto;
   padding: 0;
   background-color: transparent;
}
footer ul.menu_init_horz > li a:hover {
   color: var(--vermelho);
}



/**
*  O U T R O S
*/

#tendencias {
   display: block;
   width: 100%;
   min-height: 470px;
   background-image: url("../imagens/banner_tendendias.jpg");
   background-repeat: no-repeat;
   background-size: cover;
   background-position: 50% 50%;
}
#tendencias #btn_tendencias21 {
   position: absolute;
   top: 80px;
   right: 170px;
}
#tendencias #btn_blog_saibamais {
   position: absolute;
   bottom: 50px;
   left: 170px;
}




.logo_p_min {
   width: 50px;
   -webkit-transition: width 1s; /* For Safari 3.1 to 6.0 */
   transition: width 1s;
}
.logo_p_normal {
   width: 116px;
   -webkit-transition: width 1s; /* For Safari 3.1 to 6.0 */
   transition: width 1s;
}
.corpo_default_padding {
   padding-top: 116px !important;
   -webkit-transition: padding-top 1.5s; /* For Safari 3.1 to 6.0 */
   transition: padding-top 1.5s;
}
.corpo_less_padding {
   padding-top: 50px !important;
   -webkit-transition: padding-top 1.5s; /* For Safari 3.1 to 6.0 */
   transition: padding-top 1.5s;
}



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

   body{
      font-size: 26px;
   }

   #loader img {
      zoom: 1.3;
   }

   header ul.menu_init_horz {
      margin-top: 10px;
   }

}


@media only screen and (max-width: 1200px) {  }


@media only screen and (max-width: 1024px) {

   footer #row1 img[src*="imagens/img_rodape"] {
      display: block;
      margin: 0 auto 10px;
   }

   footer nav {
      position: initial;
      display: table;
      margin: 0 auto;
   }

}


@media only screen and (max-width: 800px) {

   #corpo {
      padding-top: 80px !important;
   }

   .fs135em {
      font-size: 1.35em;
   }

   .fixed {
      background-image: none !important;
   }
   .fixed #banner {
      visibility: visible;
   }

   header {
      /*position: relative;*/
   }
   header #menu_extended {
      position: relative;
   }

   ul.menu_init_horz > li {
      margin-right: 10px;
   }

   header #menu_trigger #logo_p {
      width: 80px;
   }
   header ul.menu_init_horz > li {
      width: auto;
      margin-right: 10px;
   }
   header ul.menu_init_horz > li a:after {
      content: " | ";
      color: var(--vermelho);
      margin-left: 10px;
   }
   header ul.menu_init_horz > li:last-child a:after {
      content: "";
   }
   header ul.menu_init_horz > li a {
      width: 100%;
      min-width: initial;
      font-size: 1.2em;
   }

}


@media only screen and (max-width: 600px) {

   body {
      font-size: 16px;
   }

   #toTop {
      display: none !important;
   }

   #corpo {
      /*font-size: 13px;*/ /*1.8em;*/
   }

   header {
      height: 80px;
   }
   header hr {
      margin: 20px auto 25px;
   }
   header ul.menu_init_horz {
      display: block;
      width: 100%;
      margin: 0 auto 25px;
   }
   header ul.menu_init_horz > li {
      width: 45%;
      margin-right: 5px;
   }
   header ul.menu_init_horz > li a {
      width: 100%;
      padding: 8px 0;
   }

   header #logo_blog21 {
      display: block;
      margin: 0 auto 15px;
   }


   footer #row1 {
      display: table;
   }
   footer #row1 img[src*="imagens/img_rodape"] {

   }
   footer nav {
      position: initial;
      display: block;
   }
   footer ul.menu_init_horz > li {
      margin-right: 10px;
   }

   footer #row2 {
      margin-top: 30px;
      text-align: center;
   }


   #tendencias {
      display: table;
      padding: 0 30px;
   }

   #tendencias #btn_tendencias21 {
      position: initial;
      right: initial;
      margin: 80px auto 0;
   }

   #tendencias #btn_blog_saibamais {
      zoom: 0.7;
      bottom: 90px;
      left: initial;
      margin: 100px auto 0;

   }

}

@media only screen and (max-width: 600px) and (orientation: landscape) {

   header #logo_g {
      width: 70%;
   }

   header ul.menu_init_horz > li {
      width: auto;
      margin-right: 10px;
   }
   /*header ul.menu_init_horz > li a:after {
      content: " | ";
      color: var(--vermelho);
   }
   header ul.menu_init_horz > li:last-child a:after {
      content: "";
   }*/
   header ul.menu_init_horz > li a {
      width: 100%;
      min-width: initial;
      font-size: 1.2em;
   }


}


@media only screen and (max-width: 480px) {

   body {
      font-size: 13px;
   }


   header nav {
      width: 100%;
   }

   header ul.menu_init_horz {
      max-height: 280px;
      overflow-x: auto;
   }

   header ul.menu_init_horz > li {
      display: block;
      width: initial;
      margin: 0 auto;
   }

   header ul.menu_init_horz > li a:after {
      content: "";
      margin-left: 0;
   }

}
@media only screen and (max-width: 480px) and (orientation: landscape) {
}

@media only screen and (max-width: 320px) and (orientation: portrait) {  }




