@font-face {
    font-family: "Gotham";
    src: url("../fonts/gothamhtf-book.eot");
    src: url("../fonts/gothamhtf-book.eot#iefix") format("embedded-opentype"),
         url("../fonts/gothamhtf-book.otf") format("opentype"),
	 url("../fonts/gothamhtf-book.woff") format("woff"),
	 url("../fonts/gothamhtf-book.ttf") format("truetype"),
         url("../fonts/gothamhtf-book.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gotham_bold";
    src: url("../fonts/GothamHTF-Bold.eot");
    src: url("../fonts/GothamHTF-Bold.eot#iefix") format("embedded-opentype"),
         url("../fonts/GothamHTF-Bold.otf") format("opentype"),
	 url("../fonts/GothamHTF-Bold.woff") format("woff"),
	 url("../fonts/GothamHTF-Bold.ttf") format("truetype"),
         url("../fonts/GothamHTF-Bold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gotham_light";
    src: url("../fonts/GothamHTF-XLight.eot");
    src: url("../fonts/GothamHTF-XLight.eot#iefix") format("embedded-opentype"),
         url("../fonts/GothamHTF-XLight.otf") format("opentype"),
	 url("../fonts/GothamHTF-XLight.woff") format("woff"),
	 url("../fonts/GothamHTF-XLight.ttf") format("truetype"),
         url("../fonts/GothamHTF-XLight.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

html, body {
    width: 100%;
    overflow-x: hidden;
    /*font-family: 'Maven Pro', sans-serif;*/
    font-family: Gotham, 'Maven Pro', sans-serif;
}

#contenedor {
    /*width: 1170px!important;*/
}

a, a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
    float: none;
}

strong {
    font-family: "Gotham_bold", 'Maven Pro', sans-serif;
}

#div_menu {
    position: relative;
    background: #ff2021;
    color: white;
    margin-bottom: 20px;
}

#div_menu:before {
    content: "";
    display: block;
    width: 200%;
    height: 100%;
    position: absolute;
    background: #ff2021;
    left: -50%;
    top: 0;
    /*border-bottom: 1px solid #e2f2f2;*/
    -webkit-box-shadow: 0 4px 20px -7px #000000;
    box-shadow: 0 4px 20px -7px #000000;
}

#div_menu a {
    font-family: 'Raleway', sans-serif;
    color: white;
    line-height: 1em;
    padding: 9px 38px;
    letter-spacing: 0.02em;
    margin: 0;
}

#div_menu a:hover {
    background-color: #999;
}

#div_menu a.activo {
    background: #616161;
}

#menu {
    float: right;
    text-transform: uppercase;
    font-size: 0.9em;
    margin-right: 7.6%;
}

#logo img {
    width: 40%;
    max-width: 200px;
    margin: 3px 9%;
}

h1, h2, h3, button, ul li {
    font-family: 'Raleway', sans-serif;
    color: #eb1f29;
    text-transform: uppercase;
}

/*.owl-carousel h2 {
    width: 50%;
    display: inline-block;
    font-weight: 800;
    font-size: 4.1em;
    margin: 0;
    line-height: 0.85em;
    vertical-align: top;
    letter-spacing: 0.01em;
}

.owl-carousel .rojo h2 {
    text-shadow: 1px 1px 4px #68110f,-1px -1px 4px #68110f;
    color: #eb1f29;
}

.owl-carousel .gris h2 {
    text-shadow: 1px 1px 4px #333,-1px -1px 4px #333;
    color: #fff;
    padding-left: 4%;
}

.owl-item > div {
    /*padding: 58px 3% 39px 9%;
    margin-top: 18px;
}

.owl-item >div.imagen {
    padding: 0;
}

.oferta {
    position: relative;
    display: inline-block;
    width: 20%;
    text-align: center;
    margin-left: 3%;
    margin-top: -2.7%;
}

.oferta+.oferta {
    margin-left: 0;
}

.oferta span {
    display: block;
    text-align: center;
    width: 82%;
    margin: 0 auto 8px;
    background-color: white;
    border: 20px solid #ff233c;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px -2px #000;
    box-shadow: 0 0 10px -2px #000;
    -webkit-box-shadow: 0 0 6px -2px #000;
    box-shadow: 0 0 6px -2px #000;
}

.owl-carousel .owl-item .oferta span img {
    width: 80%;
    margin: auto;
    display: block;
}

.oferta a {
    background-color: #fe3a3e;
    color: white;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.1em;
    padding: 1px 6px;
    letter-spacing: 0.03em;
    -webkit-box-shadow: -2px 1px 4px -1px #000;
    box-shadow: -2px 1px 4px -1px #000;
    box-shadow: -1px 1px 2px -1px #000;
    -webkit-box-shadow: -1px 1px 2px -1px #000;
}

.oferta a:hover {
    background: #8B9BA0;
    text-decoration: none;
}*/

.productos {
    text-align: center;
    padding: 0 3%;
    margin-top: 30px;
}

.productos h1 {
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 0.07em;
    letter-spacing: 0.1em;
    margin: 0 0 28px;
}

.productos p {
    color: #403e3f;
    font-size: 1em;
    line-height: 1.25em;
    margin: auto;
    letter-spacing: -0.01em;
    text-align: justify;
}

#productos > div > .productos p {
    width: 87%;
}

#productos>div>.productos:nth-child(2) p {
    width: 75%;
}

#productos {
    margin-bottom: 49px;
    padding: 0 7%;
}

#productos>div>.productos:nth-child(2) {
    border: 1px solid grey;
    border-top: none;
    border-bottom: none;
}

.footer {
    position: relative;
    margin-top: 40px;
    background: url("../img/fondo_footer.jpg") repeat-y top center;
    background-size: 100% 100%;
    padding: 20px 7% 10px 10%;
    color: white;
    font-weight: bold;
    font-size: 0.95em;
    letter-spacing: 0.015em;
}

.footer:before {
    background: #9BA3A6;
    /*background: rgb(155, 162, 166);*/
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -50%;
    top: 0;
    z-index: -1;
}

.footer:after {
    background: #A4A6A8;
    /*background: rgb(155, 162, 166);*/
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
}

.footer p {
    display: inline-block;
    margin-right: 3.5%;
    text-transform: uppercase;
    letter-spacing: -0.005em;
}

.footer p a {
    color: white;
    font-size: 1.05em;
}

.footer p:nth-child(2) {
    margin-right: 2.5%;
    letter-spacing: -0.07em;
}

.footer p:last-child {
    margin: 0;
}

.footer img {
    width: 35px;
}

.footer p:last-child a {
    /*margin-left: 2%;*/
}

.owl-dots {
    text-align: center;
    margin-top: -43px;
    position: absolute;
    width: 100%;
    height: 20px;
    padding-left: 15px;
}

.owl-dot {
    width: 13px;
    height: 13px;
    background-color: #615d5e;
    display: inline-block;
    margin-right: 7px;
}

.owl-dot.active {
    background-color: #fff;
}

.banner {
    /*margin-top: 5px;*/
}

#logo {
    margin-bottom: 5px;
}

.banner img {
    width: 100%;
}

.seccion {
    display: none;
    padding: 9px 7.5%;
}

#lista_productos button {
    float: right;
    margin: 20px 3.5%;
    border: 1px solid #c7bcbb;
    text-transform: uppercase;
    color: white;
    font-size: 1.1em;
    padding: 8px 36px 5px;
    background: rgb(232,83,64);
    background: -moz-linear-gradient(top, rgba(232,83,64,1) 0%, rgba(232,83,64,1) 50%, rgba(229,58,37,1) 51%, rgba(229,58,37,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,83,64,1)), color-stop(50%,rgba(232,83,64,1)), color-stop(51%,rgba(229,58,37,1)), color-stop(100%,rgba(229,58,37,1)));
    background: -webkit-linear-gradient(top, rgba(232,83,64,1) 0%,rgba(232,83,64,1) 50%,rgba(229,58,37,1) 51%,rgba(229,58,37,1) 100%);
    background: -o-linear-gradient(top, rgba(232,83,64,1) 0%,rgba(232,83,64,1) 50%,rgba(229,58,37,1) 51%,rgba(229,58,37,1) 100%);
    background: -ms-linear-gradient(top, rgba(232,83,64,1) 0%,rgba(232,83,64,1) 50%,rgba(229,58,37,1) 51%,rgba(229,58,37,1) 100%);
    background: linear-gradient(to bottom, rgba(232,83,64,1) 0%,rgba(232,83,64,1) 50%,rgba(229,58,37,1) 51%,rgba(229,58,37,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85340', endColorstr='#e53a25',GradientType=0 );
    letter-spacing: 0.02em;
    margin-bottom: 10px;
}

#lista_productos button:hover {
    background: #999;
}

#lista_productos ul {
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.1em;
    background: #f4f7f8;
    width: 71%;
    margin-left: 9%;
    color: #3f3c3d;
}

#lista_productos li {
    padding: 7px 2px 8px 27px;
    padding-left: 21px;
    font-size: 0.9em;
    /*letter-spacing: 0.04em;*/
    border-bottom: 1px solid #e6e7e7;
    font-family: "Gotham_light";
}

#lista_productos li a {
    color: #3f3c3d;
}

#lista_productos li a:hover {
    text-decoration: none;
}

#lista_productos li:hover {
    background: #dfdfdf;
}

#lista_productos li.activo {
    background: #c8cbcc;
}

#lista_productos ul + ul {
    margin-top: 35px;
    border-top: 1px solid #e6e7e7;
    margin-bottom: 50px;
}

#lista_productos ul+p {
    text-transform: uppercase;
    font-size: 1.1em;
    text-align: center;
    width: 60%;
    margin-left: 12.5%;
    padding-top: 3px;
    letter-spacing: 0.02em;
    line-height: 1.4em;
}

#lista_productos ul+p+p {
    text-align: center;
    margin-right: 16%;
    margin-top: -3px;
}

#lista_productos .col-lg-8 {
    background-color: #f2f5f4;
    margin-left: -6%;
    padding: 0.6%;
    box-sizing: content-box;
    padding-bottom: 140px;
    margin-bottom: -17px;
}

h3 {
    font-size: 1.5em;
    letter-spacing: 0.03em;
}

.seccion .row {
    margin: 17px 0;
}

.seccion img {
    width: 85%;
    margin-left: 4%;
}

.seccion .col-lg-5 {
    background-color: white;
    width: 40%;
    margin-right: 1.66667%;
    padding: 2px 1% 4px 3%;
}

.ficha {
    width: 69%;
    margin: 26px 9%;
}

.ficha p {
    margin: 0;
    background: white;
    color: #231f20;
    padding: 3px 5%;
    font-size: 1.1em;
    border-bottom: 1px solid #f2f2f2;
}

.ficha p:first-child {
    background-color: #a09f9f;
    color: white;
    text-transform: uppercase;
    font-size: 1.2em;
    padding: 2px 5%;
    border: none;
}

.ficha p:nth-child(2) {
    background-color: #eb2328;
    color: white;
    font-size: 1.05em;
    padding: 1px 5%;
    letter-spacing: 0.015em;
    border: none;
}

.banner.margen {
    /*margin-top: 10px;
    margin-bottom: 35px;*/
    width: 107%;
    margin-left: -2.5%;
}

#nosotros {
    margin-bottom: 3px;
    margin-top: 5px;
}

#nosotros p {
    color: #231f20;
    font-size: 1.25em;
    width: 60%;
    margin: auto;
    padding-left: 3.5%;
    line-height: 1.3em;
    margin-bottom: 17px;
    font-family: "Gotham_light", 'Maven Pro', sans-serif;
    letter-spacing: -0.015em;
}

#servicios > .row >div:first-child {
    padding: 17px 19.5% 0;
}

#servicios p, #servicios ul li a {
    color: #231f20;
    font-size: 1.4em;
    line-height: 1.2em;
    margin-bottom: 17px;
    letter-spacing: -0.002em;
    font-family: "Gotham_light", 'Maven Pro', sans-serif;
    font-size: 18px;
}

#servicios button {
    color: white;
    border: none;
    background: url(../img/boton.png) no-repeat center center;
    margin: 40px 30%;
    width: 43%;
    padding: 17px;
    letter-spacing: -0.04em;
    cursor: default;
}

#servicios ul {
    list-style: none;
    padding: 0;
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding-left: 3%;
    list-style-image: url('../img/bullet.png');
    margin-bottom: 27px;
}

#servicios div > ul:nth-child(2) {
    padding-left: 5.5%;
}

#servicios div > ul:last-child {
    width: 100%;
}

#servicios li {
    color: #231f20;
    text-transform: none;
    font-size: 1.3em;
    height: 2.4em;
    line-height: 1.1em;
    letter-spacing: 0.01em;
    text-indent: -3px;
}

#servicios > .row >div:nth-child(2) {
    padding: 14px 2% 10px 19%;
}

#servicios div > ul:nth-child(2) li {
    text-indent: 5px;
}

#servicios div > ul:last-child li {
    letter-spacing: 0.015em;
}

#contenedor.blur {
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#sombra {
    display: none;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

#contacto, #presupuesto {
    display: none;
    background-color: white;
    width: 25.5%;
    min-width: 485px;
    position: fixed;
    left: 37%;
    top: 17%;
    padding: 40px 2.2%;
}

#contacto img {
    width: 64%;
    margin-bottom: 38px;
}

#contacto input, #contacto textarea, #presupuesto input, #presupuesto textarea {
    width: 100%;
    margin-bottom: 21px;
    font-size: 1.2em;
    padding: 6px 14px 5px;
    border: 1px solid #ccc;
}

#contacto input.corto, #presupuesto input.corto {
    width: 52%;
    margin-right: 2%;
}

#contacto .corto+input.corto, #presupuesto .corto+input.corto {
    width: 44.5%;
    margin: 0;
}

#contacto textarea {
    height: 145px;
    resize: none;
}

#contacto button, #presupuesto button {
    background-color: #c52230;
    color: white;
    border: none;
    width: 100%;
    font-size: 1.4em;
    margin-bottom: 7px;
}

#contacto button {
    margin-bottom: 13px;
    padding: 4px 0 1px;
}

#contacto button:hover, #presupuesto button:hover {
    background-color: #999;
}

#contacto p, #presupuesto p {
    font-size: 1.1em;
    letter-spacing: 0.02em;
    line-height: 1.2em;
}

#contacto p {
    font-size: 1.1em;
    letter-spacing: -0.04em;
}

#contacto textarea.error, #contacto input.error, #presupuesto textarea.error, #presupuesto input.error {
    background: rgba(255,0,0,0.1);
    border: 1px solid red;
}

#contacto button img, #presupuesto button img {
    width: 6%;
    margin: 3px auto 2px;
}

.cerrar {
    position: absolute;
    top: 9px;
    right: 4%;
    font-size: 1em;
    cursor: pointer;
    color: #c9cbd0;
}

#contacto input {
    margin-bottom: 20px;
}

#presupuesto h2 {
    font-size: 1.6em;
    font-weight: bold;
    width: 90%;
    margin: 11px 0 25px;
    letter-spacing: -0.02em;
}

#presupuesto button {
    margin-top: 7px;
    padding: 5px 0 4px;
    font-size: 1.3em;
    letter-spacing: 0.02em;
    margin-bottom: 17px;
}

#envolvedor {
    z-index: -1;
    background-color: rgb(69,22,24);;
    width: 100%;
    height: 100%;
    position: absolute;
}

.row.doble > div {
    padding: 0;
}

.row.doble .ficha {
    margin: 26px 0 -15px;
    width: 87%;
}

.seccion .row.doble .col-lg-5 {
    background-color: transparent;
    width: 42%;
    margin-right: 0;
    padding: 0;
}

.seccion .row.doble img {
    width: auto;
    background: white;
    margin: 21px 0;
}

.row.simple > div {
    padding: 0;
}

.seccion .simple img {
    margin-left: 0;
    width: auto;
}

.simple p {
    margin-top: 46px;
    margin-left: -4px;
    font-size: 1.1em;
    letter-spacing: -0.015em;
}

.row.especial {
    margin-bottom: 20px;
}

#grafito .row.especial {
    margin-bottom: 87px;
}

.row.especial > div {
    padding: 0;
}

.seccion .especial img {
    margin: 0;
    width: auto;
}

.especial span {
    background: #ec2028;
    color: white;
    text-transform: uppercase;
    display: inline-block;
    font-size: 1.1em;
    font-family: "Gotham_light";
    margin: 10px 0;
    padding: 5px 10px;
}

#grafito {
    padding-right: 0;
}

#exhibidores {
    padding-right: 10%;
    padding-left: 7%;
}