/* IMPORTS FONTS*/
@import url("./fonts/Exo/Exo-Black.css") screen;
@import url("./fonts/Exo/Exo-BlackItalic.css") screen;
@import url("./fonts/Exo/Exo-Bold.css") screen;
@import url("./fonts/Exo/Exo-BoldItalic.css") screen;
@import url("./fonts/Exo/Exo-ExtraBold.css") screen;
@import url("./fonts/Exo/Exo-ExtraBoldItalic.css") screen;
@import url("./fonts/Exo/Exo-ExtraLight.css") screen;
@import url("./fonts/Exo/Exo-ExtraLightItalic.css") screen;
@import url("./fonts/Exo/Exo-Italic.css") screen;
@import url("./fonts/Exo/Exo-Light.css") screen;
@import url("./fonts/Exo/Exo-LightItalic.css") screen;
@import url("./fonts/Exo/Exo-Medium.css") screen;
@import url("./fonts/Exo/Exo-MediumItalic.css") screen;
@import url("./fonts/Exo/Exo-Regular.css") screen;
@import url("./fonts/Exo/Exo-SemiBold.css") screen;
@import url("./fonts/Exo/Exo-SemiBoldItalic.css") screen;
@import url("./fonts/Exo/Exo-Thin.css") screen;
@import url("./fonts/Exo/Exo-ThinItalic.css") screen;

@import url("./fonts/Lato/Lato-Black.css") screen;
@import url("./fonts/Lato/Lato-BlackItalic.css") screen;
@import url("./fonts/Lato/Lato-Bold.css") screen;
@import url("./fonts/Lato/Lato-BoldItalic.css") screen;
@import url("./fonts/Lato/Lato-Hairline.css") screen;
@import url("./fonts/Lato/Lato-HairlineItalic.css") screen;
@import url("./fonts/Lato/Lato-Italic.css") screen;
@import url("./fonts/Lato/Lato-Light.css") screen;
@import url("./fonts/Lato/Lato-LightItalic.css") screen;
@import url("./fonts/Lato/Lato-Regular.css") screen;

/* CSS */
* {
	padding: 0;
	margin: 0;
	font-family: 'Lato-Regular', sans-serif;
	font-size: 10px;
}

h1 {
	white-space: nowrap;
	font-size: 16pt;
    color: rgb(20,20,20);
    text-transform: uppercase;
    font-family: 'Exo-Thin',sans-serif;
    margin-left: 150px;
    padding-left: 15px;
    background-image: url('./images/+titulos.png');
    background-position: left top;
    background-repeat: no-repeat;
}

.hidden {
	display: none;
}

ul {
    list-style-type: none;
}

.highslide-gallery {
	text-align: center;
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
}

#content{
	position:absolute;
	min-width:100%;
	min-height: 100%;
	text-align:left;
	overflow-y: auto;
}
#content #website {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
}

#content #website #products {
    background-image: url('./images/bt-gamaprodutos.png');
    background-repeat: no-repeat;
    background-position: center top;
    width: 200px;
    height: 55px;
    text-align: center;
    line-height: 35px;
    color: white;
    position: absolute;
    z-index: 200;
    left: 50px;
    cursor: pointer;
    font-size: 9pt;
    text-transform: uppercase;
}

#content #website #products-list {
    width: 320px;
    text-align: left;
    color: white;
    position: absolute;
    z-index: 199;
    left: 50px;
    top: 15px;
    /*display: none;*/
    top: -1000px;
}

#content #website #products-list ul li {
   background-color: rgb(94,94,95);
   line-height: 25px;
   padding-left: 10px;
   padding-right: 10px;
   text-transform: uppercase;
   font-size: 9px;
   border-top: 1px solid rgb(108,108,108);
   cursor: pointer;
}

#content #website #products-list ul li:hover {
   background-color: rgb(144,144,144); 
}

#content #website #products-list ul li ul {
    display: none;
    position: absolute;
    left: 320px;
    z-index: 201;
}

#content #website #products-list ul li ul li {
    width: 225px;
    margin-left: 1px;
   cursor: pointer;
}

#content #website #products-list ul li:hover ul {
    display: inline;
}

#content #website #products-list ul li:hover ul li ul {
    display: none;
    position: absolute;
    left: 221px;
    z-index: 202;
    margin-top: -1px;
}

#content #website #products-list ul li:hover ul li:hover ul {
    display: inline;
    position: absolute;
    left: 246px;
}

#content #website #products-list ul li:hover ul li:hover ul li {
    width: 225px;
    margin-left: 1px;
    cursor: pointer;
}


#content #website #products-list ul li#begin {
    background-image: url('./images/menuprodutos-topo.png');
    background-position: left top;
    background-repeat: no-repeat;
    background-color: transparent;
    height: 44px;
    border: none;
}

#content #website #products-list ul li#end {
    background-image: url('./images/menuprodutos-fundo.png');
    background-position: left top;
    background-repeat: no-repeat;
    background-color: transparent;
    height: 20px;
    border: none;
}

#content #website #languages {
    position: absolute;
    top: 54px;
    width: 140px;
}

#content #website #languages #search {
    background-image: url('./images/bt-search.png');
    background-position: left center;
    background-repeat: no-repeat;
    width: 30px;
    height: 25px;
    position: relative;
    z-index: 100;
}

#content #website #languages #form {
    position: relative;
    text-align: right;
    z-index: 99;
    margin-top: -24px;
    left: -187px;
    height: 24px;
    background-image: url('./images/pesquisa-base.png');
    background-position: right center;
    background-repeat: no-repeat;
    width: 200px;
}

#content #website #languages #form img {
    margin-right: 4px;
    margin-top: 3px;
    height: 18px;
}

#content #website #languages #form img.enter {
    cursor: pointer;
}

#content #website #languages #form input {
    background-color: transparent;
    padding-left: 10px;
    margin-right: 10px;
    margin-top: 2px;
    width: 110px;
    height: 20px;
    border: none;
    position: relative;
    top: -5px;
}

#content #website #languages ul#min {
    width: 30px;
/*    1px solid grey*/
}

#content #website #languages ul#min li {
    background-image: url('./images/bt-idioma.png');
    background-position: left center;
    background-repeat: no-repeat;
    width: 26px;
    padding-left: 8px;
    height: 25px;
    line-height: 25px;
    color: white;
    position: relative;
    z-index: 100;
    cursor: pointer;
    text-transform: uppercase;
}

#content #website #languages ul#max li {
    background: url('./images/base-idioma.png') right center no-repeat;
    width:167px;
    height: 25px;
    line-height: 25px;
    color: white;
    position: relative;
    z-index: 99;
    top: -100px;
    left: -190px;
    text-transform: uppercase;
    font-size: 9px;
    text-align: right;
    padding-right: 20px;
}

#content #website #menu {
    width: 900px;
    height: 155px;
    color: rgb(20,20,20);
    margin-top: -50px;
    position: relative;
}

#content #website #menu #logo {
    display: inline-block;
    background-image: url('./images/logo.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 150px;
    height: 155px;
    margin-left: 165px;
}

#content #website #menu #menu {
    display: inline-block;
    width: 470px;
    height: 155px;
}

#content #website #menu #menu li {
    float: left;
    margin-right: 30px;
    height: 151px;
    margin-top: 50px;
    padding-top: 18px;
    text-align: center;
    text-transform: uppercase;
    font-size: 9px;
    cursor: pointer;
}

#content #website #menu #menu li.first {
    margin-left: 20px;
}

#content #website #menu #menu li:hover {
    background-image: url('./images/menu_hover.png');
    background-position: center top;
    background-repeat: no-repeat;
}

#content #website #menu #social {
    display: inline-block;
    width: 110px;
    height: 155px;
}

#content #website #menu #social li {
    margin-top: 64px;
    float: right;
    border-right: 1px solid rgb(94,94,95);
}

#content #website #menu #social li#end {
    border-right:  none;
}

#content #website #pages #content-1 {
    width: 100%;
    background-image: url('./images/1x1-grey.png');
    background-position: left bottom;
    border-top: 1px solid #8E8F90;
    border-bottom: 1px solid #8E8F90;
}

#content #website #pages #content-2 {
    margin-left: 150px;
}

#content #website #pages #content-3 {
    width: 750px;
    height: 330px;
    padding-top: 20px;
    padding-bottom: 50px;
    color: white;
    overflow: hidden;
}

#content #website #pages #content-1 hr {
    height: 1px;
    border: none;
    background-image: url('./images/1x1-white.png');
}

#content #website #wrap {
    height: 85px;
}

#content #website #content-1 #content-2 div#navigation-button {
    position: relative;
    top: -25px;
    left: 515px;
    margin-bottom: -25px;
    width: 230px;
    height: 25px;
    background-image: url('./images/5x5-orange.png');
}

#content #website #content-1 #content-2 div#navigation-button button#b1 {
    width: 100px; 
    height: 25px;
    margin-left: 9px;
    border: none; 
    background-color: transparent; 
    text-align: left;
    color: white;
    font-weight: bold;
    font-size: 9px;
    text-transform: uppercase;
    font-family: 'Lato-BoldItalic', sans-serif;
    cursor: pointer;
}

#content #website #content-1 #content-2 div#navigation-button button#b2 {
    width: 100px; 
    height: 25px;
    margin-right: 9px;
    border: none; 
    background-color: transparent; 
    text-align: right;
    color: white;
    font-weight: bold;
    font-size: 9px;
    text-transform: uppercase;
    font-family: 'Lato-BoldItalic', sans-serif;
    cursor: pointer;
}

#content #website #content-1 #content-2 #content-3 table#home-news {
    height: 100%;
    left: 0;
    position: relative;
}

#content #website #content-1 #content-2 #content-3 table#home-news td {
    width: 220px;
    min-width: 220px;
    max-width: 220px;
    vertical-align: top;
    padding-left: 15px;
}

#content #website #content-1 #content-2 #content-3 table#home-news td a {
    text-decoration: none;
    padding-left: 20px;
    line-height: 20px;
    font-size: 12px;
    background-image: url('./images/+anexos.png');
    background-position: left center;
    background-repeat: no-repeat;
    cursor: pointer;
    color: white;
}

#content #website #content-1 #content-2 #content-3 table#home-news td span#date {
    display: block;
}

#content #website #content-1 #content-2 #content-3 table#home-news td span#title {
    display: block;
    color: rgb(241, 134, 38);
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
}

#content #website #content-1 #content-2 #content-3 table#home-news td div#body {
    margin-top: 15px;
    margin-bottom: 15px;
}

#content #website #content-1 #content-2 #content-3 table#home-news td img {
    margin-top: 10px;
    width: 220px;
    max-height: 150px;
}

#content #website #content-1 #content-2 #content-3 #company, #content #website #content-1 #content-2 #content-3 #company-images {
    float: left;
    height: 100%;
}

#content #website #content-1 #content-2 #content-3 #company .col {
    float: left;
    width: 225px;
    height: 100%;
    padding: 5px;
    margin-left: 15px;
}

#content #website #content-1 #content-2 #content-3 #company .col b {
    color: rgb(241, 134, 38);
    text-transform: uppercase;
    font-weight: 300;
}

#content #website #content-1 #content-2 #content-3 #company-images img {
    width: 200px;
    height: 100px;
    display: block;
    margin-bottom: 10px;
}

#content #website #content-1 #content-2 #content-3 #contacts-left {
    float: left;
    width: 350px;
    margin-left: 15px;
}

#content #website #content-1 #content-2 #content-3 #contacts-left span {
    color: rgb(241, 134, 38);
    text-transform: uppercase;
    font-family: 'Exo-BoldItalic'
}

#content #website #content-1 #content-2 #content-3 #contacts-left #google {
    text-transform: uppercase;
    display: block;
    margin-top: 10px;
    cursor: pointer;
}

#content #website #content-1 #content-2 #content-3 #contacts-left #google:hover {
    color: rgb(241, 134, 38);
}

#content #website #content-1 #content-2 #content-3 #contacts-right {
    float: right;
    width: 375px;
}

#content #website #content-1 #content-2 #content-3 #contacts-right .form {
    background-color: rgb(93,94,95);
    margin-bottom: 10px; 
    padding: 5px;
    width: 355px;
}

#content #website #content-1 #content-2 #content-3 #contacts-right .form label, #content #website #content-1 #content-2 #content-3 #contacts-right .form input, #content #website #content-1 #content-2 #content-3 #contacts-right .form textarea {
    display: block;
}

#content #website #content-1 #content-2 #content-3 #contacts-right .form label, #content #website #content-1 #content-2 #content-3 #contacts-right .buttons label {
    text-transform: uppercase;
    font-size: 10px;
}

#content #website #content-1 #content-2 #content-3 #contacts-right .form label span, #content #website #content-1 #content-2 #content-3 #contacts-right .buttons label span {
    color: rgb(241, 134, 38);
    font-size: 10px;
}

#content #website #content-1 #content-2 #content-3 #contacts-right .form input {
    border: none;
    background-color: transparent;
    width: 355px;
    color: white;
}

#content #website #content-1 #content-2 #content-3 #contacts-right .form textarea {
    border: none;
    background-color: transparent;
    max-width: 355px;
    min-width: 355px;
    min-height: 50px;
    max-height: 50px;
    color: white;
}

#content #website #content-1 #content-2 #content-3 #contacts-right .buttons {
    display: inline-block;
    width: 100%;
}

#content #website #content-1 #content-2 #content-3 #contacts-right .buttons label {
    line-height: 50px;
}

#content #website #content-1 #content-2 #content-3 #contacts-right .buttons button {
    float: right;
    width: 150px;
    height: 50px;
    color: white;
    border: none;
    background-color: transparent;
    background-image: url('./images/bt-form.png');
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 10px;
    text-transform: uppercase;
}

#content #website #content-1 #content-2 #content-3 #contacts-right .contacts-back {
    display: block;
    margin-top: 10px;
    width: 100px;
    height: 22px;
    color: white;
    border: none;
    background-color: transparent;
    background-image: url('./images/bt-form-2.png');
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 10px;
    text-transform: uppercase;
}

#content #website #content-1 #content-2 #content-3 #product-left {
    float: left;
    width: 50%;
    border-right: 1px solid grey;
    height: 400px;
    margin-top: -20px;
}

#content #website #content-1 #content-2 #content-3 #product-left img {
    width: 100%;
    max-height: 250px;
    border: none;
}

#content #website #content-1 #content-2 #content-3 #product-left span {
    display: block; 
    margin-top: 10px;
    text-transform: uppercase;
}

#content #website #content-1 #content-2 #content-3 #product-left span img {
    display: block;
    width: 45px;
    height: 45px;
    margin-top: 10px;
}

#content #website #content-1 #content-2 #content-3 #product-right {
    float: right;
    width: 48%;
}

#content #website #content-1 #content-2 #content-3 #product-right span {
    color: rgb(241, 134, 38);
    margin-bottom: 15px;
    text-transform: uppercase;
    display: block;
}

#content #website #content-1 #content-2 #content-3 #product-right div#description {
    margin-bottom: 20px;
    text-transform: uppercase;
}

#content #website #content-1 #content-2 #content-3 #product-right div#document {
    padding-left: 20px;
    line-height: 20px;
    font-size: 12px;
    background-image: url('./images/+anexos.png');
    background-position: left center;
    background-repeat: no-repeat;
    cursor: pointer;
}

#content #website #content-1 #content-2 #content-3 p#search-result {
    background-image: url('./images/searchplus.png');
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 25px;
    padding-left: 10px;
    cursor: pointer;
}

/* complaints books */
#menu .cmpls-book {
    position: absolute;
    background-color: #656555;
    height: 25px;
    width: auto;
    max-width: 170px;
    right: 0;
    bottom: 10px;
    border: 1px solid #656555;
    box-shadow: inset 0px 0px 0px 1px #c5c6c8;
    box-sizing: border-box;
    margin: 0;
    z-index: 101;
}
#menu .cmpls-book a > span {
    display: inline-block;
    height: 25px;
    float: left;
    cursor: pointer;
}
#menu .cmpls-book .cmpls-book-icon {
    background: transparent url('./images/bt-complaints-book.png') no-repeat center;
    width: 20px;
    height: 20px;
}
#menu .cmpls-book .cmpls-book-txt {
    text-transform: uppercase;
    font-size: 9px;
    line-height: 25px;
    color: #c5c6c8;
    margin: auto 5px;
    margin-left: 0;
}
