/********  COR BOTÕES *******/

.btn, .btn-large {background-color: #373E98;}

.btn:hover, .btn-large:hover {background-color: #5064AD;}

/********  COR LISTA CATEGORIAS *******/

.collection .collection-item.active{background-color: #373E98; color: #eafaf9;}

.collection a.collection-item { color: #373E98; }

/********  COR LINHA TITULOS *******/

.titulo-interno{ border-bottom: #373E98 2px solid; color: black; }

.titprodii{ border-bottom: #373E98 2px solid;     margin-bottom: 30px;}

.titulo-interno a{ color: black !important; }



/********  COR links *******/

a { color: #373E98; }

.dropdown-content li > a, .dropdown-content li > span{
	color: #373E98 !important;
}

.cortextossite{
  color: #373E98;
}

.bgsite{
  background-color: #373E98;
}


.colorwhite{
  color:white !important;
}

header {
  background-size: auto 115px;
  background-image: url(/imagem/fundo-header.png);
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 992px) {
  header {
    background-size: auto 100%;
  }
}

/***********  TOPO ***************************************/

.Topo{
  height: 115px;
}
#Logotipo{
  margin: 8px 0 0 1px;
}

.icofacetop{
  top: 4px;
  position: relative;
}

.icotelefonetop{
  top: 10px;
  position: relative;
}

.FacebookTopo{ font-size: 20px; margin-bottom: 30px; }

.TelefoneTopo{ 
  color: #ffffff;
  font-family: "OpenSans Regular";
  font-size: 16px;
  padding-right: 0px !important;
}

.inmetro {
  right: 3px;
  top: 11px !important;
}

.TelefoneTopo img {
  position: relative;
  top: 8px;
}

 .infotopo{
     text-align: right;
     margin-top: 9px;
 }

.logos {
  right: 14px !important;
  top: 10px !important;
}

 #bands img{
  margin-top: -3px;
}

#bands{
  margin-bottom: 15px;
}

.btcarrinho{
    background-color: black;
    color: white;
    border-bottom: 2px solid #939393;
}

.btcarrinho a{
    color: white !important;
}

.idioma-selecionado{
/*  FUNDO ESCURO  */  
-webkit-box-shadow: 0px 0px 26px 1px rgba(0,0,0,0.95);
-moz-box-shadow: 0px 0px 26px 1px rgba(0,0,0,0.95);
box-shadow: 0px 0px 26px 1px rgba(0,0,0,0.95);
}

@media screen and (max-width: 992px) {
  #Logotipo{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .someTablet {
    display: none !important;
  }

  .tabletCenterAlign {
    text-align: center !important;
  }
}

 /* AJUSTA TOPO E RESOLUÇÃO DE CELULAR */ 
 @media screen and (max-width: 600px) { 
  #Logotipo{

  }
   .infotopo{
       text-align: center;
       margin-top: 15px;
       padding-right: 20px;
   }
   .TelefoneTopo{ margin-bottom: 20px;}
 }

/***********  MENU  ***************************************/

.centraliza{margin:0 auto; width: 1100px;}

.container{max-width: 1100px; }

.corMenu {
  background: transparent;
  box-shadow: none;
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
  nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
    height: 40px;
    line-height: 40px;
  }
}

nav ul a {
  font-family: "OpenSans Regular";
  font-size: 16px;
  color: #ffffff;
  transition: 0s !important;
  border: 0px solid transparent;
  border-radius: 0px;
  margin: 0 2px;
  padding: 0 10px;
}

nav ul a:hover {
  color: white;
  background: url(/imagem/fundo-menu.png);
  background-size: 100% 100%;
}

nav ul li.active {
  background: transparent;
}

nav ul li.active a {
  color: white;
  background: url(/imagem/fundo-menu.png);
  background-size: 100% 100%;
}

@media screen and (max-width: 992px) {
  .side-nav a {
    text-align: left;
    background: transparent !important;
    color: black !important;
  }

  .Topo {
    height: 65px;
  }
}

#mobile-demo {
  
}

@media screen and (max-width: 992px) {
  .side-nav a {
    color: black !important;
    background: transparent !important;
    border-color: transparent !important;
  }

  .side-nav li:hover, .side-nav li.active {
    background: transparent;
  }
}


/***********  CHAMADAS  ***************************************/

.chamalegenda{
	min-height: 60px;
}

/***********  SUB-MENU  ***************************************/

.dropdown-content{
	top: 64px !important;
    width: 180px !important;
}

/***********  TÍTULO PÁGINAS INTERNAS  ***************************************/

.titulo-interno{
	float:left;
	width:100%;
	margin:20px 0;
	font:25px latobold;
	padding-bottom:7px;
  color: #000000 !important;

}

.titulo-internoprod{
  float:left;
  margin: 0;
  width:100%;
  font:25px latobold;
  color: #000000 !important;
    position: relative;
    top: 21px;
    left: -15px;
    overflow: hidden;
    height: 42px;
}



/***********  RODAPÉ  ***************************************/

.creditos {
  font-family: "Arial";
  font-size: 13px;
  height: 50px;
  margin-top: 58px;
  padding-top: 17px;
  background-size: cover;
  background-image: url(/imagem/creditos.png);
}
.creditos a{ color: white !important;  }

#malvis{ float: right; }

#malvis a{  display:block; width:30px; height:22px; text-indent:-8000px; background:url(../imagem/malvis.png); }

 /* AJUSTA RODAPE EM RESOLUÇÃO DE CELULAR */ 
 @media screen and (max-width: 600px) { 
  .creditos {
    height: 60px;
  }
 }

 .rodape{
  padding: 25px 0 0 0 !important;
 }


/***********  FORMULÁRIOS  ***************************************/

.border-radius-100 {
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
}
html body .solid-form .form-group.form-group-radio input[type="radio"] + span:after,
html body .solid-form .form-group.form-group-checkbox input[type="checkbox"] + span:after {
  background: #373E98;
  border-color: #373E98 !important;
}
html body .solid-form .form-group.form-group-radio input[type="radio"] + span.radio-fa-1:after,
html body .solid-form .form-group.form-group-checkbox input[type="checkbox"] + span.check-fa-1:after {
  background: #373E98;
}
html body .solid-form .form-group.form-group-radio input[type="radio"] + span.radio-fa-2:after,
html body .solid-form .form-group.form-group-checkbox input[type="checkbox"] + span.check-fa-2:after {
  background: #373E98;
}
html body .solid-form .form-group.form-group-radio input[type="radio"] + span.radio-fa-3:after,
html body .solid-form .form-group.form-group-checkbox input[type="checkbox"] + span.check-fa-3:after {
  color: #373E98;
}
html body .solid-form .form-group.form-group-radio input[type="radio"] + span.radio-svg-1 ~ svg path,
html body .solid-form .form-group.form-group-radio input[type="radio"] + span.radio-svg-2 ~ svg path,
html body .solid-form .form-group.form-group-checkbox input[type="checkbox"] + span.check-svg-1 ~ svg path,
html body .solid-form .form-group.form-group-checkbox input[type="checkbox"] + span.check-svg-2 ~ svg path {
  stroke: #373E98;
}
html body .solid-form .form-group.form-group-radio input[type="radio"]:checked + span ~ label,
html body .solid-form .form-group.form-group-checkbox input[type="checkbox"]:checked + span ~ label {
  color: #373E98;
}
html body .solid-form .form-group.form-group-switch .switch-input:checked ~ .switch-label {
  background: #373E98;
}
html body .solid-form .btn-default {
  background: #373E98;
  -webkit-box-shadow: 0 3px 0 #04648e;
     -moz-box-shadow: 0 3px 0 #04648e;
          box-shadow: 0 3px 0 #04648e;
}
html body .solid-form .btn-default:hover {
  background: #0472a2;
}
html body .solid-form .form-group input:focus,
html body .solid-form .form-group select:focus,
html body .solid-form .form-group textarea:focus {
  outline: none;
  border: 1px solid #373E98;
  -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
       -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}
html body .solid-form .form-group input:focus ~ i.fa,
html body .solid-form .form-group select:focus ~ i.fa,
html body .solid-form .form-group textarea:focus ~ i.fa {
  color: #373E98;
}
html body .solid-form .form-group input:focus ~ i.fa.fa-background,
html body .solid-form .form-group select:focus ~ i.fa.fa-background,
html body .solid-form .form-group textarea:focus ~ i.fa.fa-background {
  border: 1px solid #373E98;
  background: #373E98;
  color: white;
  -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
       -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}
html body .solid-form .form-group.form-group-alternate input:focus,
html body .solid-form .form-group.form-group-alternate select:focus,
html body .solid-form .form-group.form-group-alternate textarea:focus {
  outline: none;
  border-bottom: 1px solid #373E98;
  -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
       -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}
html body .solid-form .form-group.form-group-alternate input:focus ~ i.fa,
html body .solid-form .form-group.form-group-alternate select:focus ~ i.fa,
html body .solid-form .form-group.form-group-alternate textarea:focus ~ i.fa {
  color: #373E98;
}
html body .solid-form .form-group.form-group-alternate input:focus ~ i.fa.fa-background,
html body .solid-form .form-group.form-group-alternate select:focus ~ i.fa.fa-background,
html body .solid-form .form-group.form-group-alternate textarea:focus ~ i.fa.fa-background {
  border: 1px solid #373E98;
  background: #373E98;
  color: white;
  -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
       -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}
html body .solid-form .form-group.form-group-rating .rating-icon input[type="radio"]:checked ~ label {
  color: #373E98;
}
html body .solid-form .form-group.form-group-rating .rating-icon input[type="radio"] + label:hover {
  color: #373E98;
}
html body .solid-form .form-group.form-group-rating .rating-icon input[type="radio"] + label:hover ~ label {
  color: #373E98;
}
html body .solid-form .form-group.form-group-rating .rating-block input[type="radio"] {
  display: none;
}
html body .solid-form .form-group.form-group-rating .rating-block input[type="radio"]:checked ~ label {
  color: white;
  background: #373E98;
}
html body .solid-form .form-group.form-group-rating .rating-block input[type="radio"] + label:hover {
  color: white;
}
html body .solid-form .form-group.form-group-rating .rating-block input[type="radio"] + label:hover ~ label {
  color: white;
}

.grid-item {
  float: left;
  height: auto;
}

@media screen and (min-width: 992px) {
  .grid-item {
      margin-left: 20px;
      width: 30%;
  }
}

@media screen and (max-width: 992px) {
  .grid-item {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .grid-item {
    width: 100%;
  }
}