@charset "utf-8";

/************************** ESTRUTURA BASE ********************************/
.container {
	width: 100%;
	margin:0 auto;
}

.container li {
    list-style-type: disc;
}

.esquerda {
	float: left;
}

.direita {
	float: right;
}

.blocos {
  display: inline-block;
}

.AjusteGeral {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.AjusteGeralCinza {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #f0f0f0;
}

.Centralizar {
  text-align: center;
  margin: 0px 12px;
}


/************************** TOPO ***************************/

.TopoEntreContato {
  background-image: url(/media/20623/BgTopo.jpg);
      padding: 7px 40px;
    background-size: 100%;
    height: 20px;
}

.TopoEntreContato img {
  margin-right: 5px;
}

.TopoEntreContato a {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
}

.TopoEntreContato a:hover {
  color: #B4CBFF;
  text-decoration: underline;
}

/***************************** TOPO MENU **************************/

.logotipo img {
  padding: 15px 15px 15px 20px;
}

.ajuste-menu {
  margin-right: 20px;
  margin-top: 46px;
  z-index: 999;
}

nav {
  height: 148px;
}

/***************************** MENU ************************/

@import url(http://fonts.googleapis.com/css?family=Open+Sans);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1;
  z-index: 999;
  background: #ffffff;
}
#menu-line {
  position: absolute;
  top: 47px;
  left: 0;
  height: 3px;
  background: #124C93;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
    padding: 20px 25px;
  font-size: 15px;
  text-decoration: none;
  color: #292929;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #124C93;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #124C93;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 227px;
  font-size: 12px;
  background: #124c93;
  text-decoration: none;
  color: #fff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
  background-color: #022B5D;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}


/******************************* TITULO E BREADCRUMB *********************/

.TopoProdutos {
    background-image: url(/media/20665/topoprodutos.jpg);
}

.TopoNoticias {
    background-image: url(/media/20653/TopoNoticias.jpg);
}

.TopoSobre {
    background-image: url(/media/20672/SobreTopo.jpg);
}

.TopoOnde {
    background-image: url(/media/20656/TopoMapa.jpg);
}

.TopoFunciona {
    background-image: url(/media/20630/TopoFunciona.jpg);
}

.TopoInterna {
    height: 60px;
    padding: 19px 40px;
    border-bottom: 1px solid #c4c4c4;
    border-top: 1px solid #c4c4c4;
    background-color: #fbfbfb;
    background-repeat: no-repeat;
    background-position: right;
}

.TopoInterna h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 34px;
  font-weight: 300;
  color: #000;
  margin-bottom: 10px;
}

.TopoInterna span {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #787878;
}

.TopoInterna span a {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #787878;
}

.TopoInterna span a:hover {
  text-decoration: underline;
  color: #000;
}


/************************** SLIDER ***************************/

.FundoAzul {background-color: #1D2F53;}

/* Example 1 */

#example1 .sp-thumbnail {
  width: 100%;
  padding: 8px;
  background-color: #F0F0F0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#example1 .sp-thumbnail-title {
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #333;
}

#example1 .sp-thumbnail-description {
  font-size: 14px;
  color: #333;
}

@media (max-width: 860px) {
  #example1 .hide-medium-screen {
    display: none;
  }
}

@media (max-width: 640px) {
  #example1 .sp-layer {
    font-size: 13px !important;
	left: 0 !important;
  }

  #example1 .hide-small-screen {
    display: none !important;
  }

  #example1 .slider-pro {
	height: auto !important;
  }

	.slider-pro img.sp-image,
	.slider-pro img.sp-thumbnail {
		 margin-top: 0 !important;
	}

}

@media (max-width: 500px) {
  #example1 .sp-thumbnail {
    text-align: center;
  }

  #example1 .sp-thumbnail-title {
    font-size: 12px;
    text-transform: uppercase;
  }

  #example1 .sp-thumbnail-description {
    display: none;
  }
}

/************************* TARJA ICONES *********************/

.TarjaIcon {


background: #870000; /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #870000 , #190A05); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #870000 , #190A05); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        
  padding: 25px 40px 25px 40px;
  background-size: 100%;
}

.TarjaAjuste {
  text-align: center;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.TarjaAjuste img {
  margin: 0px 30px;
  transition: all .3s linear;
}

.TarjaAjuste img:hover {
   -webkit-transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    transform: rotateZ(-30deg);
}

.TarjaIcon p {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
}

.TarjaIcon span {
  font-family: 'Open Sans', sans-serif;
  font-size: 53px;
  color: #fff;
  font-weight: 300;
  margin-left: 50px;
}

.HomeTextoSobre {
  padding: 50px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #737373;
	text-align: justify;
  font-weight: 400;
  line-height: 17px;
	width: 44%;
}

.HomeTextoSobre p {
   text-align: justify;
}

.HomeTextoSobre h3 {
  font-size: 17px;
  color: #D81B1F;
}

.HomeTextoSobre img {
  margin-top: 37px;
}

.HomeTextoContato {
  padding: 50px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #737373;
  font-weight: 400;
  line-height: 17px;
	width: 44%;
}

.HomeTextoContato h3 {
  font-size: 17px;
  color: #D81B1F;
}

.HomeTextoContato img {
  margin-top: 37px;
}


.HomeVideoSobre {
  margin-top: 50px;
  margin-bottom: 50px;
}

.HomeVideoContato {
  margin-top: 50px;
  margin-bottom: 50px;
}

.HomeProdutos {
  background-color: #f6f6f6;
  padding: 40px 0px;
}

.HomeProdutos h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 27px;
  color: #3D6AA1;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

.HomeDetalheProduto {
  width: 280px;
  margin: 12px;
  text-align: justify;
}

.HomeDetalheProduto a img:hover {
  opacity: 0.8;
}

.HomeDetalheProduto img {
  margin-bottom: 15px;
  width: 280px;
  border: 1px solid #DCDCDC;
  background-color: #fff;
}

.HomeDetalheProduto h3 {
  margin-bottom: 5px;
}

.HomeDetalheProduto h3 a {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #000;
}

.HomeDetalheProduto span {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #3b3b3b;
}

.HomeDetalheProdutoBtn a {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #fff;
  padding: 7px 20px;
  background-color: #d70000;
}

.HomeDetalheProdutoBtn a:hover {
  background-color: #A90000;
}

.HomeDetalheProdutoBtn {
  padding-top: 25px;
}

.HomeVantagens {
  padding: 50px 0px;
}

.HomeVantagens h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  color: #293f6d;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 300;
}

.HomeDetalheVantagem {
  width: 380px;
  margin: 14px 27px;
  text-align: justify;
}

.HomeDetalheVantagem h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #000;
  margin-left: 26px;
}

.HomeDetalheVantagem img {
  margin: 0px 8px 10px 0px;
}

.HomeDetalheVantagem span {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    color: #E60000;
    font-weight: bold;
    margin-right: 10px;
}

.TarjaAzulChamada {
  background-image: url(/media/20623/BgTopo.jpg);
  padding: 25px 0px 25px 0px;
  background-size: 100%;
}

.TarjaAzulChamada h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  color: #fff;
  font-weight: 300;
}

.ClientesHome {
  padding: 26px 45px;
}

.ClientesHome img {
  border: 1px solid #e3e3e3;
}

.HomeAtendimento {
  background-image: url(/media/20629/banner-atendimento.png);
	background-size: cover;
    background-position: center;
  height: 283px;
  padding: 36px 50px;
}
.HomeAtendimentoTitulo {
  font-family: 'Open Sans', sans-serif;
  font-size: 37px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 22px;
}

.HomeAtendimentoBullets {
  padding: 16px;
}

.HomeAtendimentoBullets a {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  color: #fff;
}

.HomeAtendimento img {
  margin-right: 15px;
}

.HomeAtendimentoAjuste {
  margin-bottom: 12px;  
}

.HomeAtendimentoAjuste img {
    transition: all .3s linear;
}

.HomeAtendimentoAjuste img:hover {
  -webkit-transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    transform: rotateZ(-30deg);
}

/****************** TARJA COMPRAR PRODUTO *******************/

.TarjaAzulProduto {
  background-image: url(/media/20623/BgTopo.jpg);
  padding: 25px 0px 25px 0px;
  background-size: 100%;
  margin-top: 60px;
}
.TarjaAzulProduto h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  color: #fff;
  font-weight: 300;
}

.TarjaAzulProduto a {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: bold;
  background: #d70000;
  padding: 10px 41px;
  margin-left: 25px;
}

.TarjaAzulProduto a:hover {
  background: #ba0000;
}




/************************** CONTEUDO ************************/


/************************** QUEM SOMOS **************************/




/******************************* Contato **************************/

/********************* Contato ***********************/

.contato-form {
	padding: 58px 0px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.contato-form-tamanho {
	  width: 50%;
}

.campo-formulario {
	font-family: arial;
  	  font-size: 12px;
  color: #6B6B6B;
  	padding: 10px 7px;
  	width: 422px;
      margin-bottom: 10px;
  	border: 1px solid #dcdcdc;
  	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

		.campo-formulario:focus { 
		 	border: 1px solid #d70000;
		  }

.css-input-contato {
	font-family: arial;
  	  font-size: 12px;
  color: #6B6B6B;
  	padding: 10px 7px;
  	width: 500px;
      margin-bottom: 10px;
  	border: 1px solid #dcdcdc;
  	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
} 
		 .css-input-contato:focus { 
		 	border: 1px solid #d70000;
		  }

.feedback-input {
	font-family: arial;
  	font-size: 12px;
  	color: #6B6B6B;
  	padding: 10px 7px;
  	width: 423px;
  	height: 100px;
  	border: 1px solid #dcdcdc;
  	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
} 
		 .feedback-input:focus { 
		 	border: 1px solid #d70000;
		  }

.css-textarea {
	font-family: arial;
  	font-size: 12px;
  	color: #6B6B6B;
  	padding: 10px 7px;
  	width: 584px;
  	height: 100px;
  	border: 1px solid #dcdcdc;
  	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
} 
		 .css-textarea:focus { 
		 	border: 1px solid #d70000;
		  }


.contato-form-titulo {
	font-family: 'Lato', sans-serif;
  	font-size: 15px;
  	color: #676767;
  	margin-bottom: 9px;
}

.contato-form-ajuste-mini {
	margin-right: 27px;
}

.contato-form-ajuste-altura {
	  margin-top: 23px;
	   margin-bottom: 21px;
}

select {
		border: 1px solid #dcdcdc;  /*Removes border*/
		-webkit-appearance: none;  /*Removes default chrome and safari style*/
		-moz-appearance: none; /* Removes Default Firefox style*/
		background: #fff url('/images/arrow.png') no-repeat 99% center;
		width: 438px; /*Width of select dropdown to give space for arrow image*/
		text-indent: 0.01px; /* Removes default arrow from firefox*/
		text-overflow: "";  /*Removes default arrow from firefox*/ /*My custom style for fonts*/
		color: #8E8E8E;
		border-radius: 5px;
		padding: 9px 5px;
      margin-bottom: 10px;
	}

.contato-info {
	  width: 45%;
}

.contato-info-SAC {
	 font-family: 'Lato', sans-serif;
	  font-size: 19px;
	  font-weight: 400;
	  color: #d70000;
	  margin-bottom: 16px;
}

.contato-info-texto {
	font-family: 'Lato', sans-serif;
  	font-size: 13px;
  	color: #676767;
  	margin-bottom: 9px;
}

.contato-info-assessoria {
  margin-top: 24px;
  font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #676767;
    margin-bottom: 9px;
	line-height: 16px;
}

.contato-info-assessoria a {
	color: #ffb700;
}
		.contato-info-assessoria a:hover {
			  text-decoration: underline;
		}

.contato-info-redes {
	font-family: 'Lato', sans-serif;
  	font-size: 13px;
  	color: #676767;
  	margin-bottom: 9px;
}

.contato-info-redes img {
	margin-right: 5px;
 	margin-top: 6px;
}

.contato-info-redes a {
	font-family: 'Lato', sans-serif;
  	font-size: 13px;
  	color: #d70000;
  	vertical-align: super;
}

.contato-info-redes a:hover {
	color: #ba0000;
}

input[type="submit"] {
     color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
	border: none;
    cursor: pointer;
    background: #d70000;
    padding: 10px 40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

input[type="submit"]:hover {
background-color: #ba0000;
}

.btn-buscar {
    vertical-align: middle;
}





/*********************************** RODAPE ****************************/


.Rodape {
  background-color: #363839;
  height: 185px;
  padding: 30px;
}

.RodapeSobre {
  width: 25%;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  color: #cbcbcb;
  line-height: 13px;
  margin-right: 50px;
  text-align: justify;
}

.RodapeSobre img {
  margin-bottom: 11px;
}

.RodapeMenu {
  font-family: 'Open Sans', sans-serif;
  padding: 15px;
  margin-right: 20px;
}

.RodapeMenu h4 {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 12px;
}

.RodapeMenu p {
  margin-bottom: 4px;
}

.RodapeMenu p a {
  font-size: 13px;
  color: #cbcbcb;
}

.RodapeMenu p a:hover {
  color: #fff;
}



/********************** COPYRIGHT *************************/

.copy {
  background-color: #282a2b;
  height: 60px;
  padding: 11px 20px 0px 20px;
}

.copy-texto {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 0.7em;
  color: #777777;
  width: 44%;
}

.copy-wi {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 0.7em;
  color: #777777;
  width: 44%;
	text-align: right;
}

.copy-wi a {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1.0em;
  color: #fff;
}

.copy-wi a:hover {
  color: #fff;
  text-decoration: underline;
} 



/*************************** ANIMAÇÃO IMAGENS ****************************/


/* O container geral define a perspectiva */  
.flip-container { perspective: 1000; }    

/* vira os containers frente e verso quando o mouse passa em cima */
.flip-container:hover .flipper, .flip-container.hover .flipper {      
  transform: rotateY(180deg);   
}    
.flip-container, .front, .back {    
  width: 320px;   
  height: 307px;  
}

/* define a velocidade da transição */
.flipper {    
  transition: 0.6s;   
  transform-style: preserve-3d;     
  position: relative;  
}
    
/* esconde o verso durante a animação */
.front, .back {   
  backface-visibility: hidden;      
  position: absolute;   
  top: 0;   
 left: 0;  
}
    
/* frente posicionada sobre o verso */
.front { z-index: 2;  }    

/* verso inicialmente escondido */
.back { transform: rotateY(180deg); }



/***************** NOTICIAS *******************/

.Noticias {
  width: 336px;
  margin: 33px;
}

.Noticias img {
  margin-bottom: 15px;
  width: 336px;
	border: 1px solid #E4E4E4;
}

.Noticias a img:hover {
  opacity: 0.8;
}

.Noticias h3 {
  margin-bottom: 5px;
}

.Noticias h3 a {
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
	line-height: 22px;
  color: #000;
}

.Noticias span {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #3b3b3b;
}

.NoticiasBtn {
  padding-top: 25px;
}

.NoticiasBtn a {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  color: #fff;
  padding: 7px 20px;
  background-color: #d70000;
}

.NoticiasBtn a:hover {
  background-color: #A90000;
}

.western {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #3b3b3b;
    padding: 25px 80px;
	 line-height: 16px;
}


/******************** PRODUTOS *******************/

.ProdutoTexto {
  padding: 50px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #737373;
  font-weight: 400;
  line-height: 17px;
  width: 44%;
  text-align: justify;
}

.ProdutoTexto h1 {
  font-size: 27px;
  color: #3d6aa1;
  margin-bottom: 17px;
  line-height: 32px;
}

.ProdutoTexto h2 {
  margin-bottom: 25px;
}

.ProdutoImg {
  margin-top: 50px;
  margin-bottom: 50px;
}

.ProdutoImg img {
  /*border: 1px solid #c9c9c9;*/
}

/***** Tabelas ****/

.TabelaCab {
  background-color: #3d6aa1;
  color: #fff;
  font-size: 11px;
  padding: 3px 13px;
  border-bottom: 1px solid #20436e;
  border-top: 1px solid #20436e;
  border-right: 1px solid #20436e;
}

.TabelaCab:first-child {
  border-left: 1px solid #20436e;
}

.TabelaCont {
  background-color: #fff;
  color: #505050;
  font-size: 11px;
  padding: 3px 13px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
} 

.TabelaCod {
  background-color: #fff;
  color: #FF0000;
  font-size: 11px;
  padding: 3px 13px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}


/************* FAQ ************/

.faq {
  padding: 50px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #737373;
  font-weight: 400;
  line-height: 17px;
  width: 44%;
}

.faq h1 {
  margin-bottom: 42px;
	text-align: justify;
}

.faq h2 {
  font-size: 21px;
  color: #3d6aa1;
  margin-bottom: 8px;
	line-height: 23px;
}

.faqImg {
  margin-top: 50px;
  margin-bottom: 50px;
}

/************ LEITURA MATÉRIA **************/

.LeituraMateria {
  margin-top: 35px;
  width: 738px;
  margin-right: 10px;
}

.LeituraMateria h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 33px;
  color: #000;
  margin-bottom: 10px;
}

.LeituraMateria h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #6B6B6B;
  margin-bottom: 25px;
}

.LeituraMateria h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #6B6B6B;
  margin-bottom: 25px;
  line-height: 20px;
  text-align: justify;
}

.LeituraMateria img {
  margin-bottom: 25px;
}

.OutrasNoticias {
  margin: 70px 20px 0px 33px;
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  color: #D70000;
}

.linha {
  border-bottom: 1px solid #D8D8D8;
  width: 336px;
  margin-bottom: 10px;
}

/*************** RESPONSIVE *********************/



@media screen and (max-width: 770px) {
  .sp-image {
    /*width: 120% !important;
    height: auto !important;*/
  }
  
  .sp-mask {
      /*height: 120px !important;*/
  }

  .sp-image-container h3 {
    left:0 !important;
  }
  
  .logotipo {
    float: none;
    text-align: center;
  }



  .ajuste-menu {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
  }

  .TarjaAjuste p {
    margin-bottom: 17px;
  }

  .TarjaAzulChamada h4 {
    text-align: center;
  }

  .HomeTextoSobre {
    width: 88%;
    padding: 50px 0px;
  }
  
  .HomeVideoSobre img {
    width: 100%;
  }

  .HomeDetalheProduto img {
    width: 100%;
  }

  .HomeDetalheProdutoBtn {
    padding: 25px 0px 32px 0px;
  }

  .TarjaIcon span {
    margin-left: 0;
    font-size: 44px;
  }

  .HomeAtendimentoAjuste img {
    width: 65%;
	margin-bottom: 10px;
  }


  .HomeAtendimento {
    padding: 36px 20px;
  }

  .HomeAtendimento img {
    margin-right: 5px;
  }

  .HomeAtendimentoBullets {
    padding: 9px 0px 12px 0px;
  }

  .HomeAtendimentoBullets a {
    font-size: 14px;
  }

  .HomeAtendimentoAjuste {
    margin-bottom: 12px !important;
  }

  .RodapeSobre {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }

  .RodapeSobre p {
    display: none;
  }

  .RodapeMenu {
    display: none;
  }

  .RodapeMenu p {
    display: none;
  }

  .Rodape {
    height: 100%;
    padding: 20px 0px 15px 0px;
  }

  .RodapeSobre img {
    margin-bottom: 0;
  }

  .copy {
    height: 100%;
	display: inline-block;
    padding: 11px 20px 21px 20px;
  }

  .copy-texto {
    width: auto;
    float: none;
  }

  .copy-wi {
    width: auto;
    float: none;
    margin-top: 15px;
  }

  /* Quem somos */
  .TopoInterna {
    margin-top: 48px;
  padding: 19px 18px;
  }

  .TarjaAzulProduto {
    margin-top: 0;
  }

  .TarjaAzulProduto h4 {
    text-align: center;
    margin-bottom: 25px;
  }

  .TarjaAzulProduto a {
    text-align: center;
    margin-left: 0;
  }

  .TopoSobre {
    background-image: none;
  }

  .HomeVideoSobre {
    margin-top: 10px;
    margin-bottom: 15px;
  }


  /* Produtos */

  .TopoProdutos {
    background-image: none;
  }
  
  .ProdutoTexto {
    width: 90%;
  }

  .ProdutoImg img {
    width: 100%;
  }

  .ProdutoTexto {
    padding: 0;
  }

  .ProdutoTexto h1 {
    margin-top: 23px;
  }

  .ProdutoImg {
    margin-bottom: 10px;
  }

  /* Noticias */ 

  .TopoNoticias {
    background-image: none;
  }

  .Noticias {
    margin: 33px 12px;
  }
  
  .Noticias img {
    width: 100%;
  }


  /* Leitura Matéria */

.western {
    padding: 25px 20px;
}

  .LeituraMateria {
    width: 90%;
  }

  .LeituraMateria img {
    width: 100%;
  }

  .linha {
    width: 100%;
  }

  .Noticias {
    width: 90%;
  }

  .OutrasNoticias {
    margin: 63px 20px 0px 13px;
  }

   

  /* Onde encontrar */
  .sample {
    display: none;
  }
  .onde-barra {
    margin-left: 10px;
  }

	/* Contato */
	.campo-formulario {
		width: 100%;
	}

		.feedback-input {
			width: 100%;
		}
				
		select {
			width: 100%;
		}
		
		.HomeTextoContato {
			width: 80%;
			padding: 22px 0px;
		}

}


@media screen and (max-width: 603px) {
  .sp-mask {
      /*height: 233px !important;*/
  }
			
  .sp-black {
	color: #FFF;
	width: 130px !important;
	font-size: 45px !important;
	line-height: 15px !important;
	/*background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);*/
  }
}


@media screen and (max-width: 320px) {
.sp-mask {
      /*height: 120px !important;*/
  }
}






/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
