html, body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
    vertical-align: baseline;
    height: 100%;
}

/*body {
    position: relative; 
}*/

img { 
    /*image-rendering: optimizeSpeed;             /*                     */
    /*image-rendering: -moz-crisp-edges;*/          /* Firefox             */
    image-rendering: -o-crisp-edges;            /* Opera               */
    image-rendering: -webkit-optimize-contrast; /* Chrome (and Safari) */
    image-rendering: optimize-contrast;         /* CSS3 Proposed       */
    -ms-interpolation-mode: nearest-neighbor;   /* IE8+                */
}

.workspace {
	max-width: 1200px;
	margin: auto;
}

.langSearch {
    width: 100%;
    height: 30px;
    background-color: #cccccb;
    color: #fff;
}

.topRibbon {
    position: fixed;
	top: 0;
    width:100%;
    z-index: 100;
}

.gotoMess{
    background-color: #2c539e;
    color: #fff;
    padding: 15px;
    text-decoration: none;
}
.gotoMess:hover{
    background-color: #2c539e;
    color: #fff;
    text-decoration: none;
}

.entreContacto {
    background-image: url("../img/contacto.jpg");
    height: 100%; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*position: relative;*/
    height: 400px;
}

@media (max-width: 767px) {
	.entreContacto {height: 300px;}
}
   
#map {
	width: 100%;
	height: 400px;
}

/***** TEXT *****/
.text{
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #2c539e;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

.colorWhite {color: #fff;}
.colorGrey {color: #cccccb;}
.colorBlue {color: #2c539e;}
.colorRed {color: #e6341b;}
.colorRef {color: #262525}

.textBold {font-weight: bold;}
.textNormal {font-weight: normal;}

.textCenter {text-align: center;}
.textLeft {text-align: left;}
.textRight {text-align: right;}
.textJustify {text-align: justify;}

.textUp {text-transform: uppercase;}
.textDown {text-transform: lowercase;}

.line15 {line-height: 1.5em;}
.line2 {line-height: 2em;}
.tam10 {font-size: 10px;}
.tam11 {font-size: 11px;}
.tam13 {font-size: 13px;}
.tam14 {font-size: 14px;}
.tam16 {font-size: 16px;}
.tam18 {font-size: 18px;}
.tam20 {font-size: 20px;}
.tam22 {font-size: 22px;}
.tam30 {font-size: 30px;}
.tam38 {font-size: 38px;}
.tam40 {font-size: 40px;}
.tam46 {font-size: 40px;}
.tam50 {font-size: 50px;}

/***** PRODUCT AREA *****/
.productArea {
	border: 1px solid #2c539e;
	height: 90%;
}


/***** PRODUCT DETAIL AREA *****/
.showDetails {
	display: none;
}

.fichaTec a{
    font-family: Arial, Verdana;
	font-size: 12px;
	color: #2c539e;
	font-style: normal;
	font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
}
.fichaTec a:hover {
    text-decoration: underline;
}


/***** CATEGORY LIST *****/
.listCat {
	list-style: none;
	margin: auto;
}
.listCat li {
	display: inline-block;
	font-family: Arial, Verdana;
    font-style: normal;
    font-weight: bold;
	font-size: 12px;
	color: #fff;
    padding: 10px 15px;
    margin: 0px 6px;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}

.listCat li:hover{
    background-color: #e6341b;
    color: #fff;
}
.listCat .catActive {
    background-color: #e6341b;
    color: #fff;
}

.catMobile {display:none;}

@media (max-width: 1000px) {
    .catMobile {
        display: initial;
        width: 150px;
        /*float: right;*/
        padding-right: 15px;
        z-index:500;
    }
    .catDesktop {display: none;}
}

/***** CUSTOM SELECT *****/
select {
	font-family: Arial, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #2c539e !important;
	padding: 5px 80px 5px 5px;
	border: 1px solid #ccc;
	height: 34px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/icon_seta.ico) 96% / 15% no-repeat #eee;
}
    
select::-ms-expand { 
      display: none;
}

@media screen and (min-width:0\0) {
      select {
      background:none\9;
      padding: 5px\9;
      } 
}

@media (max-width: 767px) {
      
      .newSelect {
            display: initial;
            width: 150px;
            /*margin-top: -48px;*/
            float: right;
            padding-right: 15px;
			z-index:500;
			/*position: absolute;
			right: 0;
			top: 10px;*/
      }
}

/***** MENU LANG *****/
.menuLang{
	display: inline-block;
	position: relative;
	cursor: pointer;
	border: none;
}
 
.menuLang-menu{
	display: none;
	position: absolute;
	/*background-color: #fff;*/
	min-width: 56px;
	overflow: none;
	/*border: 1px solid #96694c;*/
	/*box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.1);*/
	z-index: 5000;
	text-align: left;
    right: 5px;
    border-radius: 0px;
    margin-top: 5px;
}

.menuLang-menu button {
    font-family: Arial, Verdana;
    font-style: normal;
    font-weight: bold;
	font-size: 12px;
	color: #2c539e;
	padding: 6px 6px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
    /*border-bottom: 1px solid #96694c;*/
}

/*.menuLang-menu button:last-child {
	border-bottom: none;
}*/

/*.menuLang-menu a:hover {
	background-color: #96694c;
	color: #fff;
}*/

/***** MENU *****/
.menuStd {
	list-style: none;
	padding-left: 0;
}
.menuStd li {
    display: inline-block;
}
.menuStd li a{
    font-family: Arial, Verdana;
    font-style: normal;
    font-weight: bold;
	font-size: 12px;
	color: #2c539e;
    padding: 10px 15px;
    margin: 0px 6px;
	text-decoration: none;
	text-transform: uppercase;
}
.menuStd li a:hover{
    background-color: #e6341b;
    color: #fff;
}
.menuStd .mnuActive {
    background-color: #e6341b;
    color: #fff;
}

.imgLogo{height: 65px;}
.makeTopSpace {height: 127px;}

.procura {
	min-height: calc(100% - 158px);
}
@media screen and (max-width: 1000px) {
    .menuSpace{display: none;}
    .imgLogo{height: 40px;}
	.makeTopSpace {height: 102px;}
	.procura {min-height: calc(100% - 133px);}
}


/***** MENU MOBILE ****/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 500;
    top: 0;
    right: 0;
    background-color: #2c539e;
    overflow-x: hidden;
    transition: 0.5s;
    /*padding-top: 60px;*/
    /*text-align:left;*/
}
.sidenav .closebtn {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    border-bottom: 0px;
    z-index: 500;
    text-decoration: none;
    color: #FFF;
}
.sidenav .closebtn:hover {
    color: #e6341b;
}
.mobileTop {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    margin: auto;
    text-align: center;
    z-index: 1000px;
}
.singleTxt{
    font-family: Arial, Verdana;
    font-size: 24px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 60px 0 30px 0;
    height: 90px;
}
.mobileTop {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    margin: auto;
    text-align: center;
    z-index: 1000px;
}
.menuMobile {
	list-style: none;
	width: 100%;
	margin-left: 0;
	padding-left: 0;
}
.menuMobile li{
	width: 100%;
	display: block;
	border-bottom: 1px solid #e6341b;
}
.menuMobile li:first-child {
	border-top: 1px solid #e6341b;
}
.menuMobile li a{
	width: 100%;
	display: block;
	font-family: 'Nexa', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	text-decoration: none;
	padding-top: 20px;
	padding-bottom: 20px;
}
.menuMobile li a:hover{
	width: 100%;
	display: block;
	font-family: 'Nexa', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	text-decoration: none;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #e6341b;
}
.activeMobile {
    background-color: #e6341b;
}
.mediaIcons {
    padding: 30px 0 30px 0;
    height: 90px;
}


/***** ICON MENU MOVILE *****/
.topnav a {
	position: relative;
	float: right;
	display: block;
	font-family: Arial, Verdana;
	font-size: 18px;
	color: #2c539e;
	text-align: center;
	/*padding: 20px 16px 0 16px;*/
	text-decoration: none;
}
.topnav .iconMobile {
	display: none;
}
.topnav .iconMobile:hover {
	color: #e6341b;
	text-decoration: none;
}
.topnav .selctPage {
	color: #e6341b;
}
@media screen and (max-width: 1000px) {
    .topnav a.iconMobile {
          /*position: absolute;
          right: 30px;
          top: 0px;*/
          display: block;
    }
}

/***** BUTTONS *****/
.normalButton {
	font-family: Arial, Verdana;
	border:1px solid #2c539e;
	font-size:12px;
	color: #2c539e;
	font-weight:bold;
	font-style:normal;
	background-color: #fff;
	cursor: pointer;
	padding: 10px 30px 10px 30px;
	text-transform: uppercase;
}

.normalButton:hover {
	color: #fff;
	border:1px solid #fe0100;
	background-color: #fe0100;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}

.normalButton:hover {
      text-decoration: none;
}

/***** BOOTSTRAP OVERRIDE *****/
.btnAltLang {
    color: #2c539e;
    font-family: Arial, Verdana;
	font-size: 14px;
  	font-style: normal;
	font-weight: bold;
	box-shadow:none;
	background-color: #fff;
	border-radius: 0px;
	border: 1px solid #2c539e;
	height: 36px;
	width: 100%;
	padding: 0;
	margin-top: -1px;
	cursor: pointer;
}

.btnAltLang:first-child {
	margin-top: 0px;
}
.btnAltLang:hover{
	color: #fff;
	background-color: #2c539e;
	box-shadow:none;
}

.btnAltLang.focus,
.btnAltLang:focus{
  color:#fff;
  background-color: #2c539e;
  box-shadow:none;
}
.btnAltLang:not(:disabled):not(.disabled).active,
.btnAltLang:not(:disabled):not(.disabled):active,
.show>.btnAltLang.dropdown-toggle, .btnIcon{
  color:#fff;
  background-color:#2c539e;
  box-shadow:none;
}

.btnAltLang:not(:disabled):not(.disabled).active:focus,
.btnAltLang:not(:disabled):not(.disabled):active:focus,
.show>.btnAltLang.dropdown-toggle:focus{
  box-shadow:none;
}

input[aria-describedby="contactInput"]::-webkit-input-placeholder {
	font-family: Arial, Verdana;
	color: #2c539e !important;
	font-size: 12px;
	text-align: left;
	text-transform: uppercase;
}
input[aria-describedby="contactInput"]:-moz-placeholder { /* Firefox 18- */
	font-family: Arial, Verdana;
	color: #2c539e !important;
	font-size: 12px;
	text-align: left;
	text-transform: uppercase;
}
input[aria-describedby="contactInput"]::-moz-placeholder {  /* Firefox 19+ */
	font-family: Arial, Verdana;
	color: #2c539e !important;
	font-size: 12px;
	text-align: left;
	text-transform: uppercase;
}
input[aria-describedby="contactInput"]:-ms-input-placeholder {  
	font-family: Arial, Verdana;
	color: #2c539e !important;
	font-size: 12px;
	text-align: left;
	text-transform: uppercase;
}

input[aria-describedby="contactInput"], 
input[aria-describedby="contactInput"]:focus {
	font-family: Arial, Verdana;
	color: #000 !important;
	background-color: transparent;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) inset;
	outline: 0 none;
	margin-bottom: 0;
	padding-bottom: 0;
	border: 1px solid rgba(44,83,158,0.8);
	border-radius: 0px;
}

.mensInput {
	border: 1px solid rgba(44,83,158,0.8);
	border-radius: 0px;
	font-family: Arial, Verdana;
	color: #000 !important;
}

textarea::placeholder {
    font-family: Arial, Verdana;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-align: justify;
    text-transform: uppercase;
    color: #2c539e !important;
}

.btn:focus,.btn:active {
	outline: none !important;
	box-shadow: none;
}

.btn {
    border-radius: 0;
}
.btnSendMens {
    background-color: #e6341b;
    padding: .25rem 0.25rem;
}

/***** CAROUSEL INDICATORS *****/
.carousel-indicators > li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

/***** WEB3 *****/
.textWeb3 {
    font-family: Arial, Verdana;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    color: #001e4b;
}

.textWeb3 a{
    font-family: Arial, Verdana;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
	color: #001e4b;
	text-decoration: none;
}

.textWeb3 a:hover{
  text-decoration: underline;
}

.fakeLink {
    cursor: pointer;
}

.fakeLink:hover {
    text-decoration: underline !important;
}



/**** SEARCH AREA *****/
.grpSearchMain {
	width: 300px;
}
.grpSearchMain > .input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
	/*border-top-left-radius: 45px;
	border-bottom-left-radius: 45px;
	border-left: 1px solid #afafaf;
	border-top: 1px solid #afafaf;
	border-bottom: 1px solid #afafaf;*/
	/*width: 100px;*/
	height: 24px;
	/*padding-top: 0px;*/
	border: none;
}
.inptSearch {
	width: 250px;
}
.newBtnMain {
	color: #2c539e;
	font-size: 13px;
  	font-style: normal;
	font-weight: normal;
	box-shadow:none;
	background-color: #FFF;
	border-radius: 45px;
	/*border-top: 1px solid #afafaf;
	border-right: 1px solid #afafaf;
	border-bottom: 1px solid #afafaf;*/
	height: 24px;
	padding-top: 1px;
}
.newBtnMain:hover{
	color: #2c539e;
	background-color: #FFF;
	box-shadow:none;
}
.newBtnMain.focus,
.newBtnMain:focus{
  color:#2c539e;
  background-color: #fff;
  box-shadow:none;
}
.newBtnMain:not(:disabled):not(.disabled).active,
.newBtnMain:not(:disabled):not(.disabled):active,
.show>.newBtnMain.dropdown-toggle, .btnIcon{
  color:#2c539e;
  background-color:#FFF;
  box-shadow:none;
}
.newBtnMain:not(:disabled):not(.disabled).active:focus,
.newBtnMain:not(:disabled):not(.disabled):active:focus,
.show>.newBtnMain.dropdown-toggle:focus{
  box-shadow:none;
}
.imgSearch {
	background-color: #fff !important;
	border: none;
	padding-right: 4px;
	height: 24px;
	border-radius: 45px;
}

input[type="text"]:focus {   
  border-color: none;
  box-shadow: none;
  outline: 0 none;
}

@media screen and (max-width: 767px) {
	.grpSearchMain {width: 200px;}
}

 /* novidades caroussel */
 #owl-carousel .item{
	margin-left: 60px;
	margin-right: 60px;
}

#owl-carousel .item img{
	display: block;
}

.carouselIcons{
	width: 60%;
	margin: auto;
}

/* esconder */
.display-none{
	display:none;
}

/* banner */
.banner{
    margin: auto;
    width: 1220px;
	height: auto;
    position: relative;
	padding: 10px;
	text-align: center;
}


.wrapper { 
	overflow:hidden;
  }
  

#contactar {
    min-width: 195px;
    float: left;
    margin-right: 10px;
    margin-top: 100px;
    margin-left: 100px;
  }

 /* newsletter */	
  .newsletter { 
    min-width: 250px;
    margin-right: 10px;
    margin-top: 120px;
	margin-left: 370px;
  }

.newsletter .content .form-control {
	height: 38px;
	min-width: 275px;
	font-size: 12px;
	text-align: left;
	text-transform: uppercase;
	margin-top:-5px;
	background-color: #fff;
	}
.newsletter .content .btn {
	border-radius:0;
    background-color: #2c539e;
	color: #fff;
	margin-left: 5px;
	height: 38px;
	margin-top:-5px;
	}

@media screen and (max-width: 1000px) {
	.newsletter { 
		min-width: 250px;
		margin-right: 10px;
		margin-top: 120px;
		margin-left: 250px;
	}
}
  
  @media screen and (max-width: 767px) {
	 #contactar { 
		float: none;
		margin-right: 0;
		width: auto;
		margin-top: 25px;
		margin-left: 25px;
	}
	.newsletter { 
		width: auto;
		overflow: hidden;
		margin-top: 15px;
		margin-left: 12px;
	}
	.newsletter .content .form-control {
		margin-top:-15px;
		}
  }

  @media screen and (max-width: 1160px) {
	.newsletter .content .btn {
		 margin-top:-10px;
		 margin-left:0px;
	}
}

	@media screen and (max-width: 767px) {
		.newsletter .content .btn {
			margin-top:-15px;
			margin-left:5px;
		}
	}

  @media screen and (max-width: 445px) {
   .newsletter .content .btn {
		margin-top:-10px;
		margin-left:0px;
   }
}
