@font-face {
  font-family: 'latobold';
  src: url('../fonts/Lato-Bold-webfont.eot');
  src: url('../fonts/Lato-Bold-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Lato-Bold-webfont.woff2') format('woff2'),
  url('../fonts/Lato-Bold-webfont.woff') format('woff'),
  url('../fonts/Lato-Bold-webfont.ttf') format('truetype'),
  url('../fonts/Lato-Bold-webfont.svg#latobold') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'latolight';
  src: url('../fonts/Lato-Light-webfont.eot');
  src: url('../fonts/Lato-Light-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Lato-Light-webfont.woff2') format('woff2'),
  url('../fonts/Lato-Light-webfont.woff') format('woff'),
  url('../fonts/Lato-Light-webfont.ttf') format('truetype'),
  url('../fonts/Lato-Light-webfont.svg#latolight') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'latoregular';
  src: url('../fonts/Lato-Regular-webfont.eot');
  src: url('../fonts/Lato-Regular-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Lato-Regular-webfont.woff2') format('woff2'),
  url('../fonts/Lato-Regular-webfont.woff') format('woff'),
  url('../fonts/Lato-Regular-webfont.ttf') format('truetype'),
  url('../fonts/Lato-Regular-webfont.svg#latoregular') format('svg');
  font-weight: normal;
  font-style: normal;

}

/* GLOBAL */
body{
  font-family: 'latoregular', sans-serif;
  font-weight: 300;
  color: #535353;
  line-height: 165%;
  -webkit-font-smoothing: subpixel-antialiased !important; 
  -webkit-backface-visibility: hidden; 
  -moz-backface-visibility: hidden; 
  -ms-backface-visibility: hidden;
  
}
p {
font-size: 14.5px;
line-height: 180%;
margin-bottom: 16px;
font-family: 'latoregular'
}
/* HEADER */
body>header{
  font-weight: normal;
  font-family: 'latobold', sans-serif;
  margin-bottom: 15px;
  background: #292929 url(../img/site/bg-header.jpg) 0 0 repeat-x;
}

.navbar-brand{
  width: 140px;
  padding: 5px 10px;
}
.navbar-toggle .icon-bar{
  background: #fff;
}
.navbar-toggle{
  margin-right: 7px;
}

.navbar{border:none;margin-bottom:0;}

.nav-mobile-custom {
  float: right;
  margin-right: -1px;
  padding-top: 4px;
}
.nav-mobile-custom li {
  float: left;;
}

.nav-mobile-custom.nav>li>a{
  font-size: 11px;
  height: 25px;
  padding: 5px 8px;  
}
.nav>li>a:focus, .nav>li>a:hover {
  background-color: inherit;
}

/*TYPO*/
h1, h2, h3, h4, h5{margin: 0;}

/*HEADER*/
#header .nav-primary a{
  font-size: 11px;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;  
}
#header .nav-primary a:hover{
  color: #FF8B00
}
#header .nav-second>li.datos {
  width: 418px;
}

#header .nav-second>li.datos a {
  display: inline;
  font-size: 14px;
}

#header .nav-second>li.datos {
  color: #E2E2E2;
  margin-top: 8px;
  font-weight: bold;
  font-size: 13px;
  border-left: solid 1px rgba(202, 202, 202, 0.12);
  padding: 0 0 0 13px;
  line-height: 0;
}
#header .nav-second>li.datos {display: none}

/*HOME SLIDE*/
.slide_txt{
  position:  absolute;
  left:  0;
  bottom:  0;
  width:  100%;
  background:  #F8F8F8 url(../img/site/bg-slide-txt.jpg) center bottom repeat-x;
}
.slide_txt_cont{
  width: 92%;
  margin: 0 auto;
  padding: 13px 0 15px;
  font-family: latobold;
  position: relative;;
  
}
.slide_txt_cont span {
  text-align: center;
  font-size: 12px;
  line-height: 174%;
  margin-bottom: 5px;
  display: block;

}
.slide_txt_cont a {
  display: block;
  text-align: center;
  padding: 7px 0 12px;
  background: url(../img/site/bg-button.jpg) center top no-repeat;
  margin: 0 auto;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  width: 213px;;
}
.slide_txt_cont span.slide-line {
    position: absolute;
    left: 0;
    top: -7px;
    width: 100%;
    height: 7px;
    background: #FF8B00;
    border-top: solid 1px rgba(255, 255, 255, 0.26);
    float: none;
    padding: 0;
}

/*BLOCKS*/
.content {
  background-color: #fff;
}

/*TYPE CUSTOM*/
.title1 {
  font-family: latobold;
  font-size: 19px;
  color: #FF8B00;
  text-align: center;
  padding-left: 18px;

}
span.icon {
  display: block;
  width: 28px;
  height: 28px;
  margin: 8px auto;

  background-size: 100% 100%;
  float: left;
  margin-right: 13px;
}
.icon1 {
  background: url(../img/site/icon1.png) 0 0 no-repeat;

}
.icon2 {
  background: url(../img/site/icon2.png) 0 0 no-repeat;
}
.content .container {
  padding-top: 30px;
  padding-bottom: 30px;
}

ul.nav.nav-tabs a {
  font-family: latobold;  
  font-size: 12px;  color: #FF8B00;  padding: 8px 10px;
}

#tabs-products {
  color: #444;
  margin-right: 5px;
}

/* HOME SERVICIOS */
.thumbServP h1 {
  font-family: latobold;
  font-size: 16px;
  color: #FF8B00;
  line-height: 165%;

}
.thumbServP h2 {
  font-size: 22px;
  line-height: 165%;

}

.thumbServP h3 {
  font-size: 14px;
  font-family: latobold;;
  line-height: 165%;

}
.thumbServP {
  line-height: 165%;

}
.thumbServP a {
  display: block;
  padding: 7px 12px 12px;
  background: url(../img/site/bg-button.jpg) 0 0 no-repeat;
  max-width: 171px;
  margin: 0;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  font-family: latobold;
  text-align: center;

}
/*FOOTER*/
footer {
  font-size: 12px;
  color: #111;
}
.footer-frase {
 background-color: #EDEDED;
}
.footer-frase .container{
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: latobold;
}
.footer-content{
 background-color: #DDDDDD;
}
.footer-content .container {
  padding-bottom: 18px;
  padding-top: 18px;
  font-family: latobold;
}
footer a {
  color: #111;
  text-decoration: none;
}
footer a:hover {
  color: #FF8B00;
  text-decoration: none;
  border-bottom: dashed 1px #FF8B00;
  padding-bottom: 2px;
}
footer .subtitle1 {
  color: #FF8B00;
  font-size: 16px;
  text-shadow: 0 2px 0 #fff;
  margin-bottom: 12px;
  font-family: latobold;
}
footer input[type="text"] {
  border: solid 2px #BBB;
  outline: none;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 4px 10px;
  font-size: 13px;
  margin: 0;
  float: left;
  box-shadow: inset 0 0 9px #B0B0B0;
  border-right: 0;
}
footer input[type="text"]:focus {
border-color: orange;
}
footer button {
  border: none;
  background: background-image:-moz-linear-gradient(50% 0% -90deg,rgb(255,169,38) 0%,rgb(255,147,38) 100%);
  background-image: linear-gradient(180deg,rgb(255,169,38) 0%,rgb(255,147,38) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffa926,endColorstr=#ffff9326,GradientType=0)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffa926,endColorstr=#ffff9326,GradientType=0);
  display: block;
  float: left;
  color: #fff;
  font-family: latobold;
  font-size: 11px;
  padding: 6px 15px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  outline: none

}
footer button:focus, footer button:hover {
background-image: linear-gradient(180deg,rgb(255, 197, 107) 0%,rgb(245, 174, 21) 100%);
}
footer form fieldset {
  height: 35px;
  margin-bottom: 13px;

}
footer form span {
  font-size: 13px;
}

/* CARROUSEL PRODUCTOS RECIENTES*/
.bx-carrousel-productos {
  color: #111;
  font-size: 14px;

}
.bx-carrousel-productos li p span {
  display:block;
  text-align:center;
  line-height:165%;
  font-size:12px;
}

.nav-tabs > li, .nav-pills > li {
  float:none;
  display:inline-block;
  *display:inline; /* ie7 fix */
   zoom:1; /* hasLayout ie7 trigger */
}
.nav-tabs, .nav-pills {
    text-align:center;
}
span.prod-obj {
  font-family: latobold;
}
span.prod-client {
  color: #555;
}
.bx-carrousel-productos li a {
  display: block;
  margin-bottom: 10px;
}
ul.nav.nav-tabs .active a {
  border-radius: 4px;
  background-color: rgba(243, 243, 243, 1);
  border-color: #fff;
}

#yourTabWrapper .nav-tabs {
  border-bottom: none;
}

.bg-divisor{
  background: url(../img/site/bg-divisor.jpg) center top repeat-x;
  padding-top: 67px;
  padding-bottom: 60px;
}
.footer-frase p {
  margin-bottom: 0;
}

.tab-content {
  padding: 18px 0;
}

/*CUSTOM PART2*/
.page-home #header .nav-second>li>a.link-home{
  color: #FF8F00
}
section.page-product {
  border-bottom: solid 5px #A3A3A3;
}

#header-product h1 {
    text-transform: uppercase;
    color: #FFBF00;
    font-size: 16px;
    font-family: latobold;
    letter-spacing: 0.5px;
    line-height: 224%;
}

#header-product h1 span {
    font-family: latolight;
    display: block;
    font-size: 39px;
    color: #fff;
    margin-bottom: 5px;
}

#header-product header {
    padding-bottom: 8px;
    padding-top: 40px;
}

#header-product header p {
    color: #fff;
    font-family: latolight;
    font-size: 14px;
}

#header-product nav.nav-buttons ul {
    list-style: none;
    padding: 0;
    display: block;
}

#header-product nav.nav-buttons ul li {
    display: block;
    float: left;
}

#header-product nav.nav-buttons ul li a {
    display: block;
    border: solid 1px #888;
    color: #fff;
    padding: 5px 21px;
    margin-right: 16px;
    font-size: 12px;
    letter-spacing: 0;
    cursor: pointer;
}

#header-product nav.nav-buttons ul li a:hover, #header-product nav.nav-buttons ul li a.active {
    color: #FFBF00;
    border-color: #FFBF00;
    text-decoration: none;
}

#header-product {
  max-width: 960px;
  margin: 0 auto 23px;
  padding-top: 22px;
}

#tabs-products .nav-tabs img {
    width: 50px;
    float: left;
    margin-right: 12px;
}

#tabs-products .nav-tabs li {
    width: 49.5%;
    text-align: left;
}

#tabs-products ul.nav.nav-tabs a span {
    display: block;
}

#tabs-products .nav-tabs a span {
    display: block;
    color: #686868;
    font-size: 17px;
    font-family: latolight;
}

#tabs-products .nav-tabs li a {
    padding-bottom: 16px;
}

.products-grid figcaption {
  display: none;
    color: #444;
    text-align: center;
    font-family: latobold;
    font-size: 14px;
    line-height: 132%;
}

.products-grid figcaption span {
    display: block;
    font-family: latoregular;
    font-size: 12px;
}

.products-grid figure {
    text-align: center;
    margin-bottom: 28px;
}

.products-grid > div {
}

.products-grid figure img {
    margin-bottom: 15px;
}

#tabs-products>nav {
    margin-bottom: 20px;
}

#tabs-products ul.nav {
    padding-bottom: 12px;
}

.title-gal{
  background: url(../img/site/bg-gal.png) center 10px no-repeat;
  font-size: 20px;
  margin-bottom: 14px;
  text-align: center;
  padding-left: 0
}
.type-intro {
    font: 16px/165% latoregular;
    max-width: 670px;
    text-align: center;
    margin: 0 auto 50px;
}

.subtitle1 {
    font-size: 14px;
    font-family: latolight;
    color: #000;
    margin-bottom: 12px;
    line-height: 153%;
}

.parrafo-intro{
  font-size: 18px;
}
.subtitle2 {
    font-size: 16px;
    color: #000;
    margin-bottom: 4px;
}

.content-grupo {
    margin: 0 0 55px;
}

.content-grupo .row {
    margin-bottom: 25px;
}

.thumb-motivo {
    padding-left: 30px;
    background: url(../img/site/icon1.png) 0 0 no-repeat;
    background-size: 20px 20px;
    margin-bottom: 25px;
}

.thumb-motivo .subtitle2 {
    line-height: 99%;
    margin-bottom: 9px;
}
.premium header h2 {
    color: #FFBB00;
    font-size: 20px;
    font-family: latolight;
    line-height: 100%;
    padding: 10px 0;
    text-align: center;
}

.premium #header-product h1 img  {
    margin: 0 auto;
    display: block;
}

#header-product header p {
    text-align: left;
}

#header-product .nav-buttons {
    text-align: center;
}
#header-product .nav-buttons li{
    float:none  
}

section.page-product.premium {
    border-bottom-color: #FFAB00;
    border-bottom-width: 9px;
}
.clients h2 {
    color: #8A8A8A;
}

.clients h3 {
    color: #C0C0C0;
    font-size: 16px;
    padding-top: 6px;
}

.products-grid {
padding-top: 30px;
}



.page header {
    border-bottom: solid 5px #FFAB00;
}

.page .navbar-header{
  border-bottom: none;
}

.thumb-corp h1 {
    color: #818181;
    font-size: 18px;
    font-family: latolight;
}

.thumb-corp h2 {
    color: #FF8B00;
    font-size: 28px;
    font-family: latoregular;
    line-height: 122%;
}

.thumb-corp h3 {
    font-size: 14px;
    font-family: latobold;
    margin-bottom: 5px;
    color: #6A6A6A;
    line-height: 161%;
}

.thumb-corp {
    border-bottom: solid 1px #E4E4E4;
    padding-bottom: 31px;
    margin-bottom: 28px;
}

.thumb-corp:last-child {
    border-bottom: none;
}

.title-img{margin: 0 auto;}

.title-contact {
color: #FF8B00;
font-size: 18px;
font-family: latobold;
}

.datos-contact p {
    font-size: 16px;
    font-family: latoregular;
    line-height: 145%;
}

.datos-contact a {
    color: #FF8B00;
    font-family: latoregular;
    background: rgba(245, 245, 245, 0.5);
    padding: 7px 10px 10px;
    border-radius: 6px;
    margin-bottom: 13px;
    display: inline-block;
}

.title-contact {
    margin-bottom: 12px;
}

.form-contact input {
    padding: 9px 15px;
    height: auto;
}

.form-contact button {
     background: background-image:-moz-linear-gradient(50% 0% -90deg,rgb(255,169,38) 0%,rgb(255,147,38) 100%);
  background-image: linear-gradient(180deg,rgb(255,169,38) 0%,rgb(255,147,38) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffa926,endColorstr=#ffff9326,GradientType=0)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffa926,endColorstr=#ffff9326,GradientType=0);
    color: #fff;
    border: none;
    outline: none;
    border-radius: 8px;
    padding: 9px 22px;
    font-size: 12px;
    outline: none;
    font-family: Arial;
    font-weight: 700;
}


.form-contact button:focus, .form-contact button:hover {
background-image: linear-gradient(180deg,rgb(255, 197, 107) 0%,rgb(245, 174, 21) 100%);color: #fff; outline: none;
}

/* CUSTOM PAGES */
.page-medallas .link-medallas,
.page-trofeos .link-trofeos,
.page-placas .link-placas,
.page-grabados .link-grabados,
.page-premium .link-premium,
.page-corporativo .link-corporativo,
.page-merchandising .link-merchandising,
.page-plakart .link-plakart,
.page-procesos .link-procesos,
.page-contact .link-contacto
{color:#FF8F00 !important}

.type-intro.max {
text-align: left;
font-size: 22px;
font-family: latolight;
margin-bottom: 15px;
}

body.page.page-corporativo .type-intro.max {
  margin-bottom: 16px;
}

.list1 li{background: url(../img/site/bg-li1.png) 0 6px no-repeat;padding-left: 27px;line-height: 165%;margin-bottom: 5px}

.page-corporativo .type-intro{
  max-width: inherit;
}

footer form span {
font-size: 13px;
margin-bottom: 15px;
display: block;
}

footer .list-unstyled{
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAANCAYAAABsItTPAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwMy8wNS8xNXGayAEAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAFklEQVQImWP8383wnwEKmBiQwCDjAACvrQKj9BUQ3gAAAABJRU5ErkJggg==) 0 6px no-repeat;
  padding-left: 15px;
  display: inline-block;
}

a.fancybox .text-ampliar {
  text-align: center !important;
  color: #B2B2B2;
  font-size: 12px;
  display: block;
  padding-top: 4px;
}
a.fancybox .text-ampliar:hover{text-decoration: none !important}

/*PAGES INTERNAL*/
.products-grid figure:hover figcaption{
  color:#FF8B00
}
.products-grid a {
  display: block;
  margin-bottom: 45px;
}

.products-grid a.fancybox{
  text-decoration: none;
}

/*PAGE CONTACT*/
.map-title {
  font-weight: normal;
  margin-bottom: 11px;
  border-bottom: solid 1px #ccc;
  font-family: 'latobold';
  font-size: 12px;
  padding-bottom: 9px;
  padding-top: 33px;
}

.map-list a {
  color: #444;
  font-size: 12px;
  text-decoration: none;
}

.map-list li {
  margin-bottom: 7px;
}

.map-list a:hover {
  color: orange;
  border-bottom: solid 1px orange;
  padding-bottom: 2px;
}
.error {
  color: #F00;
  font-size: 12px !important;
  display: none;
}