/************************ RESETEO ****************************/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

th,
td {
    text-align: left;
    font-weight: normal;
}

img,
iframe {
    border: none;
    text-decoration: none;
}

ol,
ul {
    list-style: none;
}

input,
textarea,
select,
button {
    font-size: 100%;
    font-family: inherit;
}

select {
    margin: inherit;
}

hr {
    margin: 0;
    padding: 0;
    border: 0;
    color: #000;
    background-color: #000;
    height: 1px
}

html,
body {
    width: 100%;
    height: 100%;
}

::-moz-selection {
    color: #454545;
    background: #fae017;
}

::selection {
    color: #454545;
    background: #fae017;
}


/*************** FONTS ********************************/

@font-face {
    font-family: "helveticaBold";
    src: url("../fonts/helveticaBold.ttf");
    src: url("../fonts/helveticaBold.ttf?") format("truetype"), url("../fonts/helveticaBold.woff") format("woff");
}

@font-face {
    font-family: "helveticaLigth";
    src: url("../fonts/helveticaLigth.ttf");
    src: url("../fonts/helveticaLigth.ttf?") format("truetype"), url("../fonts/helveticaLigth.woff") format("woff");
}


/************************ SCROLLBAR ***********************/

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f8f8f8;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #f8f8f8;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #4c4c4c;
    border-color: 1px solid red;
}


/************************ HEADER ***********************/

header {
    position: fixed;
    width: 100%;
    padding: 0;
    z-index: 100;
    background-color: #f8f8f8;
}

div.box-menu {
    height: 100px;
    float: left;
    width: 100%;
    box-shadow: 1px 1px 8px 0.8px #4c4c4c;
    overflow: hidden;
    position: relative;
    background-color: #f8f8f8;
    z-index: 10;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

div.box-menu a img {
    width: 230px;
    margin: 15px 0 0 5%;
    float: left;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

div.box-menu a img.prefabricados {
    margin: 31px 0px 0px 6%;
    width: 270px;
}

div.box-menu div.caja-datos {
    float: right;
    width: 70%;
    margin-right: -20%;
}

div.box-menu div.esquina {
    width: 0;
    height: 0;
    border-bottom: 100px solid #4c4c4c;
    border-left: 35px solid transparent;
    float: left;
    float: left;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

div.box-menu div.info-menu {
    float: left;
    background-color: #4c4c4c;
    height: 100px;
    width: 80%;
}

div.icon-face {
    float: left;
    width: 10%;
    text-align: center;
    padding-top: 40px;
}

div.icon-face a {
    color: #fff;
    font-size: 21px;
    display: inline-flex;
    vertical-align: baseline;
    margin-right: 5px;
}

div.info-menu div.tel-menu,
div.moneda-menu {
    float: left;
    width: 45%;
    text-align: center;
    padding-top: 40px;
    overflow: hidden;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

div.tel-menu i {
    float: left;
    color: #f8f8f8;
    margin-right: 8px;
    margin-top: 2px;
    font-size: 20px;
}

div.tel-menu p {
    color: #f8f8f8;
    float: left;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
}

div.tel-menu p span {
    font-weight: lighter;
}

div.tel-menu p a,
div.moneda-menu div p,
div.moneda-menu div span {
    color: #f8f8f8;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    margin-left: 10px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

div.moneda-menu div {
    float: left;
}

header>nav {
    width: 100%;
    background-color: #fae017;
    padding-left: 5%;
    padding-right: 20px;
    float: left;
    position: relative;
    box-shadow: 1px 1px 8px #4c4c4c;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    box-sizing: border-box;
}

nav div.tel-menu {
    display: none;
    float: left;
    padding: 15px 0px;
}

nav div.tel-menu i {
    color: #4c4c4c;
    font-size: 18px;
    margin-top: 2px;
}

nav div.tel-menu p,
nav div.tel-menu p a {
    color: #4c4c4c;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
}

nav.efectoNav {
    margin-top: -50px;
}

nav ul.box-nav>li,
.carro ul li {
    float: left;
}

nav ul.box-nav li:first-child a {
    cursor: pointer;
}

nav ul.box-nav>li>a:hover,
.carro ul li a:hover {
    background-color: #4c4c4c;
    color: #f8f8f8;
}

nav ul.box-nav>li>a.active {
    background-color: #4c4c4c;
    color: #f8f8f8;
}

nav ul.box-nav>li>a,
.carro ul li a {
    display: block;
    color: #4c4c4c;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    padding: 15px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

nav ul.box-nav>li ul.sub-menu {
    width: 250px;
    position: absolute;
    background-color: #f8f8f8;
    margin-top: 19px;
    text-align: center;
    box-shadow: 1px 1px 8px 0.8px #4c4c4c;
    top: -1000%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: -20;
    text-transform: uppercase;
}

ul.sub-menu li:hover {
    background-color: #fae017;
}

ul.sub-menu li a {
    font-family: 'Roboto Condensed', sans-serif;
    color: #4c4c4c;
    display: block;
    font-size: 13px;
    width: 90%;
    text-align: left;
    padding: 15px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: uppercase3
}

nav ul.box-nav>li ul.efectoSubMenu {
    top: 30px;
}

div.carro {
    float: right;
}

div.carro a {
    color: #4c4c4c;
    font-family: 'Roboto Condensed', sans-serif;
}

div.carro .fa-shopping-cart {
    margin-right: 8px;
}

div.carro .totalCarro {
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
}

.division {
    float: left;
    padding: 15px 0px;
}

div.menu-resp {
    float: right;
    width: 50px;
    height: 50px;
    padding: 18px 10px 10px 10px;
}

div.menu-resp div {
    width: 80%;
    height: 5px;
    background-color: #363636;
    margin: 5px 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

div.menu-resp div.efectoResp1 {
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}

div.menu-resp div.efectoResp2 {
    display: none;
}

div.menu-resp div.efectoResp3 {
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
    margin-left: -1px;
    margin-top: -9px;
}

div.navResp {
    position: fixed;
    width: 40%;
    padding: 10px 0% 0;
    top: 70px;
    background-color: #f8f8f8;
    left: -300%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

ul.box-nav-resp li a {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

div.navResp ul li>ul {
    width: 100%;
    display: none;
    background-color: #fae017;
}

div.navResp ul li>ul li a {
    padding-left: 30px;
}

span.flecha {
    font-family: 'Roboto Condensed', sans-serif;
    transform: rotate(90deg);
    float: right;
    font-size: 25px;
    margin-top: -7px;
}

div.navResp li a {
    color: #4c4c4c;
    display: block;
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(76, 76, 76, 0.4);
}


/******************* SECCION 2 *****************************/

div.seccion2 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    min-height: 660px;
}

div.seccion2 div.slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

div.slider div.slider-item {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
}

div.slider-item h1 {
    top: 300px;
    color: red;
    font-size: 50px;
}

div.info-seccion2 {
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: relative;
    top: 0;
}

.wrap-general {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}

div.caja-pro {
    position: relative;
    bottom: 60px;
    width: 100%;
    height: 250px;
    display: table;
    max-width: 1300px;
    margin: auto;
    padding-left: 8%;
    box-sizing: border-box;
}

div.box-pro {
    display: inline-block;
    position: relative;
    width: 24%;
    height: 250px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
    margin: 0px 10px;
    overflow: hidden;
    box-shadow: 1px 1px 18px -4.2px #4c4c4c;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center;
    vertical-align: bottom;
}

a.otros-productos {
    display: inline-block;
    vertical-align: bottom;
    margin-left: -40px;
}

div.box-pro>a,
div.box-pro-mov>a {
    display: block;
    position: relative;
    width: 100%;
    z-index: 99;
    height: 100%;
}

div.box-last {
    display: table;
}

div.box-last div:first-child {
    width: 0;
    height: 0;
    border-bottom: 70px solid #4c4c4c;
    border-left: 20px solid transparent;
    float: left;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

div.box-last div:last-child {
    width: 130px;
    height: 40px;
    background-color: #4c4c4c;
    float: left;
    text-align: right;
    padding: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #d4d4d4;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    text-transform: uppercase;
}

div.box-pro div.imgPro {
    width: 150%;
    height: 100%;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
    position: absolute;
    left: -23%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

div.box-pro div.filtroPro {
    position: absolute;
    width: 150%;
    height: 80%;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
    left: -23%;
    background: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(53%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    bottom: 0;
    text-align: left;
}

div.box-pro div.filtroPro a {
    position: absolute;
    bottom: 20px;
    color: #f8f8f8;
    left: 16%;
    font-family: 'Roboto Condensed', sans-serif;
    border-bottom: solid 2px yellow;
    font-size: 18px;
    text-transform: uppercase;
    width: 50%;
}

div.box-pro div.filtroPro a.efectoLink {
    border-bottom: solid 2px #000000;
    color: #000000;
    /*left: 15%;*/
}

div.box-pro div.efectoFiltro {
    background: rgba(250, 223, 23, 1);
    background: -moz-linear-gradient(-45deg, rgba(250, 223, 23, 1) 0%, rgba(250, 223, 23, 0.44) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(250, 223, 23, 1)), color-stop(100%, rgba(250, 223, 23, 0.44)));
    background: -webkit-linear-gradient(-45deg, rgba(250, 223, 23, 1) 0%, rgba(250, 223, 23, 0.44) 100%);
    background: -o-linear-gradient(-45deg, rgba(250, 223, 23, 1) 0%, rgba(250, 223, 23, 0.44) 100%);
    background: -ms-linear-gradient(-45deg, rgba(250, 223, 23, 1) 0%, rgba(250, 223, 23, 0.44) 100%);
    background: linear-gradient(135deg, rgba(250, 223, 23, 1) 0%, rgba(250, 223, 23, 0.44) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fadf17', endColorstr='#fadf17', GradientType=1);
    height: 100%;
    /*margin-left: -20%;*/
}

div.info-slider {
    padding: 10px;
    position: absolute;
    right: 0;
    top: 22%;
    padding: 0 10%;
    text-align: right;
    width: 80%;
}

div.info-slider>h1 {
    font-size: 54px;
    color: rgb(250, 223, 23);
    font-family: 'Roboto Condensed', sans-serif;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

div.info-slider>h3 {
    font-size: 40px;
    color: #f8f8f8;
    font-family: 'Roboto Condensed', sans-serif;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}


/*****************SECCION RESPONSIVE ********************/

div.seccionResp {
    float: left;
    padding: 1px 0;
    width: 100%;
    display: none;
}

div.box-resp {
    width: 100%;
    position: relative;
    height: 300px;
}

div.imgResp {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
}

div.filtroResp {
    width: 100%;
    height: 80%;
    position: absolute;
    background: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(53%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    bottom: 0;
    text-align: center;
}

div.efectoFiltroResp {
    background: rgba(250, 223, 23, 1);
    background: -moz-linear-gradient(-45deg, rgba(250, 223, 23, 1) 0%, rgba(250, 223, 23, 0.44) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(250, 223, 23, 1)), color-stop(100%, rgba(250, 223, 23, 0.44)));
    background: -webkit-linear-gradient(-45deg, rgba(250, 223, 23, 1) 0%, rgba(250, 223, 23, 0.44) 100%);
    background: -o-linear-gradient(-45deg, rgba(250, 223, 23, 1) 0%, rgba(250, 223, 23, 0.44) 100%);
    background: -ms-linear-gradient(-45deg, rgba(250, 223, 23, 1) 0%, rgba(250, 223, 23, 0.44) 100%);
    background: linear-gradient(135deg, rgba(250, 223, 23, 1) 0%, rgba(250, 223, 23, 0.44) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fadf17', endColorstr='#fadf17', GradientType=1);
    height: 100%;
}

div.filtroResp h1.efectoTituloResp {
    border-bottom: solid 2px #000;
    color: #000;
    text-transform: uppercase;
}

div.filtroResp h1 {
    color: #f8f8f8;
    font-family: 'Roboto Condensed', sans-serif;
    border-bottom: solid 2px yellow;
    font-size: 25px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 15%;
}

div.box-resp-otros {
    color: #f8f8f8;
    width: 100%;
    text-align: center;
    background-color: #4c4c4c;
    padding: 30px 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

div.box-resp-otros:hover {
    background-color: #fae017;
    color: #000;
}

div.box-resp-otros h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}


/************** FOOTER *************/

footer {
    width: 100%;
    padding: 30px 10px;
    overflow: hidden;
    background-color: #f8f8f8;
    box-sizing: border-box;
}

.footer-content {
    display: table;
    width: 100%;
    max-width: 1500px;
    background-color: #f8f8f8;
    margin: auto;
}

.footer-contacto {
    width: 33.33333333%;
    float: left;
}

.footer-contacto .footer-tab {
    width: 315px;
    display: table;
    margin: auto;
}

.footer-contacto .footer-cell {
    display: table-cell;
    padding: 10px;
    box-sizing: border-box;
}

.footer-contacto h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    color: #454545;
    font-size: 25px;
    margin-bottom: 5px;
}

.footer-tel {
    width: 100%;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
}

.footer-tel i,
.phone-footer {
    color: #454545;
    float: left;
    margin-right: 10px;
}

div.footer-tel i.fa-mobile {
    font-size: 15px;
}

div.footer-tel i.fa-map-marker {
    font-size: 10px;
}

div.footer-tel i.fa-envelope {
    font-size: 8px;
}

.phone-footer a,
.phone-footer p {
    font-family: 'Helvetica';
    color: #454545;
    font-size: 12px;
    float: left;
}

div.footer-tel h2 {
    font-family: helveticaBold;
    font-size: 12px;
    width: 100%;
    float: left;
    margin-right: 10px;
    color: #454545;
}

div.infoCasaCentral {
    display: none;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-family: 16px;
    color: #626262;
}

div.infoCasaCentral a {
    color: #626262;
}

div.infoCasaCentral h2 {
    margin-bottom: 0px;
    margin-top: 12px;
    font-weight: bold;
}


/**************** INDEX CONTACTO **************/

div.nuevaSeccion2 {
    width: 100%;
    padding: 10px 0 100px;
    overflow: hidden;
    min-height: 78%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 36%, rgba(0, 0, 0, 0.61) 52%, rgba(0, 0, 0, 0.7) 64%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(36%, rgba(0, 0, 0, 0.5)), color-stop(52%, rgba(0, 0, 0, 0.61)), color-stop(64%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 36%, rgba(0, 0, 0, 0.61) 52%, rgba(0, 0, 0, 0.7) 64%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 36%, rgba(0, 0, 0, 0.61) 52%, rgba(0, 0, 0, 0.7) 64%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 36%, rgba(0, 0, 0, 0.61) 52%, rgba(0, 0, 0, 0.7) 64%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 36%, rgba(0, 0, 0, 0.61) 52%, rgba(0, 0, 0, 0.7) 64%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

div.contenedorContacto {
    padding: 20px 0px 0px !important;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 9%, rgba(0, 0, 0, 0.61) 45%, rgba(0, 0, 0) 59%) !important;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(9%, rgba(0, 0, 0, 0.5)), color-stop(45%, rgba(0, 0, 0, 0.61)), color-stop(59%, rgba(0, 0, 0))) !important;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 9%, rgba(0, 0, 0, 0.61) 45%, rgba(0, 0, 0) 59%)!important;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 9%, rgba(0, 0, 0, 0.61) 45%, rgba(0, 0, 0) 59%)!important;
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 9%, rgba(0, 0, 0, 0.61) 45%, rgba(0, 0, 0) 59%)!important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 9%, rgba(0, 0, 0, 0.61) 45%, rgb(0, 0, 0) 59%)!important;
}

div.parallax {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    z-index: -1;
    filter: grayscale(100%);
    top: 0px;
    left: 0px;
    background-position: center 0px;
}

div.text-info:first-child {
    margin-top: 150px;
}

div.text-info {
    width: 90%;
    max-width: 1300px;
    margin: 50px auto 30px;
    padding: 20px;
    box-sizing: border-box;
    text-align: justify;
}

div.text-info h1 {
    color: #f8f8f8;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    text-align: left;
    text-transform: uppercase;
    text-shadow: 1px 1px 6px #4c4c4c;
    padding-bottom: 10px;
    border-bottom: solid 3px #fae017;
    margin-bottom: 20px;
    width: 250px;
}

div.text-info h3 {
    color: #f8f8f8;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    text-align: left;
    text-transform: uppercase;
    text-shadow: 1px 1px 6px #4c4c4c;
    padding-bottom: 10px;
    border-bottom: solid 3px #fae017;
    margin-bottom: 0px;
    width: 110px;
}


div.text-info p {
    color: #f8f8f8;
    font-size: 17px;
    font-family: 'Roboto Condensed', sans-serif;
    text-shadow: 1px 1px 6px #4c4c4c;
    line-height: 18px;
}


/**************** CARRUSEL ***********************************/

.carousel {
    display: block;
    -webkit-transform: translateZ(0);
    width: 80%;
    height: 250px;
    margin: 20px auto;
    font-size: 0;
    padding: 20px;
    box-sizing: border-box;
    -webkit-overflow-scrolling: auto;
}

.touch .carousel {
    overflow: auto;
}

.carousel:before,
.carousel:after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 50px;
    font-size: 80px;
    line-height: 190px;
    font-family: arial;
    color: #555;
    font-weight: bold;
    pointer-events: none;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.carousel:before {
    left: 0;
    text-align: left;
    text-indent: -20px;
}

.carousel:after {
    right: 0;
    text-align: right;
    text-indent: 40px;
}

.carousel.right:after,
.carousel.left:before {
    opacity: 1;
}

.carousel.right:after {
    right: 0;
    text-indent: 60px;
}

.carousel.left:before {
    left: 0;
    text-indent: -40px;
}

.carousel>a {
    position: absolute;
    margin: 0;
    top: 0;
    bottom: 0;
    color: #CCC;
    font-size: 1.5em;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.carousel>a:hover {
    color: #f8f8f8;
}

.carousel>a.prev {
    left: -20px;
}

.carousel>a.next {
    right: -20px;
}

.carousel>.indicator {
    pointer-events: none;
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;
    background: rgb(250, 223, 23);
    height: 4px;
    border-radius: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.2s, bottom 0.2s;
    transition: opacity 0.2s, bottom 0.2s;
}

.carousel:hover>.indicator {
    opacity: 1;
    bottom: -20px;
}

.carousel>.wrap {
    overflow: hidden;
    border-radius: 5px;
}

.carousel>.wrap>div.caja-pro-mov {
    white-space: nowrap;
    height: 250px;
}

.carousel>.wrap>div.caja-pro-mov>div.box-pro-mov {
    display: inline-block;
    vertical-align: middle;
    height: 90%;
    width: 200px;
    margin: 0 0 0 20px;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
    box-shadow: 1px 1px 8px 0.8px #000;
}

.carousel>.wrap>div.caja-pro-mov>div.box-pro-mov:first-child {
    margin-left: 40px;
}

.carousel>.wrap>div.caja-pro-mov>div.box-pro-mov div.imgPro {
    width: 150%;
    height: 100%;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
    position: absolute;
    left: -20%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.carousel>.wrap>div.caja-pro-mov>div.box-pro-mov div.filtroPro {
    position: absolute;
    width: 150%;
    height: 75%;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
    text-align: center;
    left: -15%;
    background: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(53%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    bottom: 0;
}

.carousel>.wrap>div.caja-pro-mov>div.box-pro-mov div.filtroPro a {
    color: #f8f8f8;
    font-family: 'Roboto Condensed', sans-serif;
    border-bottom: solid 2px yellow;
    font-size: 18px;
}

.nombrePro {
    position: absolute;
    bottom: 20px;
    text-align: center;
    left: 35px;
    white-space: pre-line;
    width: 55%;
}

.carousel>.wrap>div.caja-pro-mov>div.box-pro-mov div.efectoFiltro {
    background: rgba(250, 223, 23, 1);
    background: -moz-linear-gradient(-45deg, rgba(250, 223, 23, 1) 0%, rgba(250, 223, 23, 0.44) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(250, 223, 23, 1)), color-stop(100%, rgba(250, 223, 23, 0.44)));
    background: -webkit-linear-gradient(-45deg, rgba(250, 223, 23, 1) 0%, rgba(250, 223, 23, 0.44) 100%);
    background: -o-linear-gradient(-45deg, rgba(250, 223, 23, 1) 0%, rgba(250, 223, 23, 0.44) 100%);
    background: -ms-linear-gradient(-45deg, rgba(250, 223, 23, 1) 0%, rgba(250, 223, 23, 0.44) 100%);
    background: linear-gradient(135deg, rgba(250, 223, 23, 1) 0%, rgba(250, 223, 23, 0.44) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fadf17', endColorstr='#fadf17', GradientType=1);
    height: 100%;
    margin-left: -10%;
}

.carousel>.wrap>div.caja-pro-mov>div.box-pro-mov div.efectoFiltro a {
    color: #000000;
    border-bottom: solid 2px #000000;
}


/*********** QUIENES SOMOS ************/

div.fotosQuienesSomos {
    width: 52%;
    overflow: hidden;
    position: relative;
    display: table;
    margin: 0 auto;
}

div.fotosQuienesSomos div.imgQS {
    width: 33%;
    float: left;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 1px 1px 8px 0.8px #4c4c4c;
    position: relative;
}

div.fotosQuienesSomos div.imgQS:nth-child(1) {
    z-index: 5;
    max-width: 305px;
}

div.fotosQuienesSomos div.imgQS:nth-child(2) {
    width: 40%;
    height: 250px;
    margin-left: -7%;
    margin-top: -20px;
    z-index: 10;
    max-width: 370px;
}

div.fotosQuienesSomos div.imgQS:nth-child(3) {
    z-index: 5;
    max-width: 305px;
}

div.infoSomos {
    color: #f8f8f8;
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 20px;
    text-align: justify;
    margin: 0 auto;
    width: 90%;
    max-width: 1300px;
    box-sizing: border-box;
}

div.infoSomos iframe {
    display: block;
    margin: 0 auto 50px;
    max-width: 100%;
}

div.infoSomos p {
    margin-top: 20px;
}

.video-qs {
    text-align: center;
    margin-top: 50px;
    padding: 0 20px;
    box-sizing: border-box;
}

.video-qs iframe {
    max-width: 100%;
}

.img-prefabricados {
    display: table;
    width: 90%;
    max-width: 1300px;
    text-align: center;
    padding: 0px 20px;
    margin: auto;
    box-sizing: border-box;
}

.img-prefabricados .paneles {
    float: left;
    width: 33.33333333%;
    padding: 10px;
    box-sizing: border-box;
}

.img-prefabricados .paneles img {
    height: auto;
    width: auto;
    max-width: 100%;
}


/************* INDEX FABRICAS **************/

div.mapa {
    width: 80%;
    padding: 20px 10%;
}

div.mapa img {
    width: 20%;
    float: left;
    margin-bottom: 50px;
}

div.infoMapa {
    width: 80%;
    padding: 20px 20px 20px 50px;
    float: left;
    box-sizing: border-box;
}

div.infoMapa div.box-mapa {
    width: 100%;
    height: 250px;
    position: relative;
    z-index: 1;
    margin: 50px auto;
    max-width: 760px;
}

div.info-box-mapa {
    width: 30%;
    padding: 20px 5%;
    background-color: rgb(250, 223, 23);
    position: relative;
    float: left;
    margin-top: 45px;
    margin-right: -10%;
    z-index: 10;
    box-shadow: 1px 1px 8px 0.8px #4c4c4c;
}

div.dir-map {
    margin-bottom: 5px;
}

div.dir-map h3 {
    font-size: 13px;
    font-family: 'Roboto Condensed', sans-serif;
}

div.dir-map h1 {
    font-size: 13px;
    font-family: 'Roboto Condensed', sans-serif;
}

div.dir-map h1 span {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 15px;
}

div.img-box-mapa {
    width: 70%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    float: left;
    z-index: 5;
    box-shadow: 1px 1px 8px 0.8px #4c4c4c;
}


/*************************************************************************** INDEX CONTACTO***********************************************************/

div.box-contacto {
    width: 87%;
    height: 605px;
    position: relative;
    margin: 20px auto;
    background-color: rgb(250, 223, 23);
    max-width: 1260px;
}

div.imgContacto {
    width: 65%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    position: relative;
}

div.formulario {
    width: 35%;
    padding: 20px;
    float: left;
    margin-left: -13%;
    position: relative;
    background-color: #f8f8f8;
    margin-top: 30px;
    box-shadow: 0px 3px 16px 0px #000000;
}

div.formulario h1 {
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    margin: 30px 0;
}

div.txtContacto,
.btnContacto {
    width: 100%;
    max-width: 350px;
    margin: 20px auto;
    display: table;
}

div.txtContacto label {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    margin-left: 10px;
}

div.txtContacto input {
    width: 80%;
    border: 2px solid #b4b4b4;
    border-radius: 8px;
    padding: 10px;
    font-size: 13px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #000;
    width: 100%;
    box-sizing: border-box;
}

div.txtContacto textarea {
    width: 100%;
    margin-top: 5px;
    border: 2px solid #b4b4b4;
    border-radius: 8px;
    padding: 10px;
    font-size: 13px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #000;
    height: 80px;
    box-sizing: border-box;
}

div.btnContacto a {
    width: 50%;
    display: block;
    float: left;
    cursor: pointer;
}

div.btnContacto a:first-child div {
    float: left;
    background-color: #5c5c5c;
    font-family: 'Roboto Condensed', sans-serif;
    color: #f8f8f8;
    font-size: 12px;
    width: 83%;
    padding: 10px 0 10px 20px;
    box-sizing: border-box;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    height: 48px;
}

div.btnContacto a:first-child div:hover,
div.btnContacto a:last-child div:hover,
a.btnCotizarLinea>div:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

div.btnContacto a:first-child:after {
    content: '';
    float: left;
    width: 0;
    height: 0;
    border-top: 48px solid #5c5c5c;
    border-right: 20px solid transparent;
}

div.btnContacto a:last-child div,
a.btnCotizarLinea>div {
    float: right;
    background-color: rgb(250, 223, 23);
    text-align: right;
    font-family: 'Roboto Condensed', sans-serif;
    color: #3e3e3e;
    font-size: 12px;
    padding: 10px 20px 10px 0;
    width: 83%;
    box-sizing: border-box;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    height: 48px;
}

div.btnContacto a:last-child::after,
a.btnCotizarLinea::after {
    content: '';
    float: right;
    width: 0;
    height: 0;
    border-bottom: 48px solid rgb(250, 223, 23);
    border-left: 20px solid transparent;
}

div.btnContacto2 {
    width: 75%;
    padding-left: 3%;
    margin: 0 auto 0 7%;
    overflow: hidden;
}

div.btnContacto2 a:first-child div {
    float: left;
    background-color: #5c5c5c;
    padding: 10px 20% 10px 5%;
    font-family: 'Roboto Condensed', sans-serif;
    color: #f8f8f8;
    font-size: 12px;
}

div.btnContacto2 a:first-child:after {
    content: '';
    float: left;
    width: 0;
    height: 0;
    border-top: 48px solid #5c5c5c;
    border-right: 20px solid transparent;
}

div.btnContacto2 a:last-child div {
    float: right;
    background-color: rgb(250, 223, 23);
    padding: 10px 5% 10px 20%;
    text-align: right;
    font-family: 'Roboto Condensed', sans-serif;
    color: #3e3e3e;
    font-size: 12px;
}

div.btnContacto2 a:last-child:before {
    content: '';
    float: left;
    width: 0;
    height: 0;
    border-bottom: 48px solid rgb(250, 223, 23);
    ;
    border-left: 20px solid transparent;
    margin-left: 39px;
}


/*********** MAPA GOOGLE **********************/

div.box-map {
    position: relative;
    padding: 20px auto;
    width: 100%;
    height: 600px;
}

#map {
    width: 100%;
    height: 100%;
    background-color: grey;
    position: absolute;
}

div.filtroMap {
    position: absolute;
    width: 100%;
    height: 50%;
    background: rgba(0, 0, 0, 1);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.57) 43%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(43%, rgba(0, 0, 0, 0.57)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.57) 43%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.57) 43%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.57) 43%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.57) 43%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
}


/**************** PRODUCTOS ***********************/

div.producto {
    background-color: rgba(250, 223, 23, 0.8);
    padding: 20px 0px;
    width: 100%;
    max-width: 550px;
    margin: auto;
    overflow-y: auto;
    height: 500px;
    box-sizing: border-box;
}

.content-proyecto {
    width: 100%;
    max-width: 550px;
    margin: auto;
}


/**************** PROYECTOS/PRODUCTOS ***********************/

.wrap-productos,
.wrap-proyectos {
    height: 100%;
    display: block;
    width: 90%;
    max-width: 1300px;
    margin: auto;
    margin-top: 70px;
}

div.box-proyecto,
div.box-producto {
    width: 50%;
    padding: 0px 20px;
    overflow: hidden;
    float: left;
    margin-top: 160px;
    box-sizing: border-box;
}

div.proyecto {
    background-color: rgba(250, 223, 23, 0.8);
    padding: 20px 0px;
    width: 100%;
    overflow-y: auto;
    height: 400px;
    box-sizing: border-box;
}

.titulo-proyecto,
.titulo-producto {
    text-align: center;
}

div.titulo-proyecto h1,
div.producto h1 {
    font-family: 'Roboto Condensed', sans-serif;
    border-bottom: solid 3px #4c4c4c;
    font-size: 20px;
    margin-bottom: 30px;
    display: inline-block;
    padding: 0px 15px;
    margin: 10px 0px 30px;
}

div.proyecto p,
div.producto p {
    margin: 0 10% 30px;
    font-family: 'Roboto Condensed', sans-serif;
}

div.proyecto ul li,
div.producto ul li {
    font-family: 'Roboto Condensed', sans-serif;
    cursor: pointer;
    padding: 2px 10%;
    font-size: 17px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

div.proyecto ul li:hover,
div.producto ul li:hover {
    background-color: #f8f8f8;
}

div.proyecto ul li:hover i,
div.producto ul li:hover i {
    display: block;
}

div.proyecto ul li i,
div.producto ul li i {
    float: right;
    display: none;
}

div.proyecto ul li.active i,
div.producto ul li.active i {
    display: block;
}

div.box-galeria {
    width: 50%;
    float: left;
    padding: 30px 20px;
    margin-top: 70px;
    overflow: hidden;
    box-sizing: border-box;
}

div.btn-galeria {
    width: 100%;
    max-width: 300px;
    float: right;
    margin-top: -40px;
    /* padding: 10px 0; */
    position: relative;
    box-sizing: border-box;
    display: table;
}

div.infoProyecto {
    background-color: #4c4c4c;
    padding: 10px 20px;
    width: 130px;
    height: 40px;
    cursor: pointer;
    margin: 20px 0 20px 10%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 9;
}

div.infoProyecto h1 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #f8f8f8;
}

div.infoProyecto i {
    float: right;
    margin-top: -8px;
}

div.infoProyecto i.nuevoEfectoI {
    display: none;
}

div.infoProyecto span {
    float: right;
    font-size: 40px;
    font-weight: bold;
    display: none;
    margin-top: -33px;
}

div.infoProyecto span.efectoSpan {
    display: block;
}

div.totalInfoProyecto {
    padding: 20px 0;
    font-family: 'Roboto Condensed', sans-serif;
    opacity: .0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    display: none;
    color: #f8f8f8;
}

div.totalEfectoInfoEntrada {
    -webkit-animation-name: animacionInfoEntrada;
    -webkit-animation-duration: 2.5s;
    animation-name: animacionInfoEntrada;
    animation-duration: 2.5s;
    display: block;
    opacity: 1;
}

div.box-galeria div.carrusel {
    display: block;
    -webkit-transform: translateZ(0);
    width: 100%;
    max-width: 650px;
    height: 230px;
    min-width: 300px;
    margin: 20px 0px;
    font-size: 0;
    padding: 8px;
    -webkit-overflow-scrolling: auto;
}

@-webkit-keyframes animacionInfoEntrada {
    0% {
        opacity: .0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes animacionInfoEntrada {
    0% {
        opacity: .0;
    }
    100% {
        opacity: 1;
    }
}

div.nuevoEfectoProyecto {
    width: 100%;
    max-width: 80%;
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}

div.btn-galeria div.btnContacto {
    float: right;
}

div.box-galeria div.carousel {
    height: 125px;
}

.content-pdf {
    width: 100%;
    margin-top: 60px;
    height: 500px;
}

.content-pdf iframe {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
}

div.imgGaleria {
    width: 100%;
    max-width: 650px;
    margin-top: 20px;
}

div.imgGaleria>img {
    height: auto;
    max-height: 400px;
    width: auto;
    max-width: 100%;
}

div.cont-imgGaleria {
    width: 100%;
    padding: 13px 0%;
    float: left;
    white-space: nowrap;
}

div.cont-imgGaleria div {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
    cursor: pointer;
    display: inline-block;
    margin: 0 10px;
}

div.cotizador {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    left: -100%;
    display: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

div.efectoCotizador {
    display: block;
    -webkit-animation-name: nuevoCotizador;
    -moz-animation-name: nuevoCotizador;
    -o-animation-name: nuevoCotizador;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-name: nuevoCotizador;
    animation-duration: 1s;
    left: 0%;
}

@-webkit-keyframes nuevoCotizador {
    0% {
        left: -100%;
        background-color: rgba(0, 0, 0, 0.6);
    }
    100% {
        left: 0%;
        background-color: rgba(0, 0, 0, 0.6);
    }
}

@keyframes nuevoCotizador {
    0% {
        left: -100%;
        background-color: rgba(0, 0, 0, 0.6);
    }
    100% {
        left: 0%;
        background-color: rgba(0, 0, 0, 0.6);
    }
}

div.box-coti {
    width: 100%;
    max-width: 450px;
    height: 100%;
    top: 0;
    right: -100%;
    z-index: 101;
    background-color: rgba(250, 223, 23, 1);
    position: fixed;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

div.efectoBoxCoti {
    -webkit-animation-name: nuevoBoxCoti;
    -moz-animation-name: nuevoBoxCoti;
    -o-animation-name: nuevoBoxCoti;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-name: nuevoBoxCoti;
    animation-duration: 1s;
    right: 0%;
}

@-webkit-keyframes nuevoBoxCoti {
    0% {
        right: -100%
    }
    100% {
        right: 0%
    }
}

@keyframes nuevoBoxCoti {
    0% {
        right: -100%
    }
    100% {
        right: 0%
    }
}

div.box-coti h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 100px;
}

div.cant-coti {
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 30px 10%;
    text-transform: uppercase;
}

div.cant-coti input {
    margin-left: 20px;
    width: 40px;
    padding: 5px;
    text-align: right;
}

div.msj-coti {
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 30px 10%;
    text-transform: uppercase;
}

div.msj-coti textarea {
    width: 100%;
    height: 100px;
    margin: 0 auto;
}

div.box-coti div.btnContacto a:last-child div {
    background-color: #f8f8f8;
}

div.box-coti div.btnContacto a:last-child:after {
    border-bottom: 48px solid #f8f8f8;
}

.active {
    background-color: #f8f8f8;
}


/********INDEX CLIENTES**************************/

div.box-cliente {
    width: 90%;
    max-width: 1300px;
    padding: 20px;
    overflow: hidden;
    margin: auto;
}

div.box-cliente div {
    width: 25%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
}

div.box-cliente div img {
    height: auto;
    max-height: 300px;
    width: 100%;
    max-width: 300px;
}


/************ INDEX CARRO COMPRA ********************/

div.carroCompra {
    width: 100%;
    padding: 30px 20px;
    background-color: #f8f8f8;
    margin: 190px auto 100px;
    overflow: hidden;
    max-width: 1000px;
    box-sizing: border-box;
}

div.carroCompra p {
    padding: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
}

div.carroCompra table {
    width: 90%;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    margin: auto;
    overflow: hidden;
}

div.carroCompra table tr td {
    border-bottom: solid 1px #4c4c4c;
    padding-top: 20px;
}

div.carroCompra table tr:first-child td {
    font-weight: bold;
}

div.carroCompra table tr td:nth-child(3) {
    padding-left: 15%;
}

div.carroCompra table tr td input {
    width: 60px;
    border: none;
    margin-bottom: 10px;
}

div.formCarro {
    display: table;
    width: 100%;
    max-width: 800px;
    padding: 30px 0;
    margin: auto;
    box-sizing: border-box;
}

div.formCarro div.inputCarro {
    padding: 10px 20px;
    width: 50%;
    float: left;
    box-sizing: border-box;
}

div.inputCarro h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

div.inputCarro input,
div.inputCarro select {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    width: 100%;
    padding: 3px 10px;
    border: solid 1px #8b8b8b;
    border-radius: 8px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    box-sizing: border-box;
}

div.carroCompra div.btnContacto a:last-child div {
    padding: 10px 5% 10px 25%;
}

div.carroCompra div.btnContacto a:first-child div {
    padding: 10px 25% 10px 5%;
}


/************* Mensaje alerta *********************/

div.msnAlerta {
    width: auto;
    padding: 20px;
    text-align: right;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    box-sizing: border-box;
    top: 150px;
    right: -100%;
    border-radius: 10px;
    z-index: 200;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: rgba(250, 223, 23, 1);
    font-family: 'Roboto Condensed', sans-serif;
}

div.efectoAlerta {
    right: 10%;
}

a.eliminar {
    margin-right: 30px;
    color: #4c4c4c;
}


/* PRODUCTOS A MEDIDA */

.productos-a-medida {
    width: 100%;
    padding: 30px 20px;
    background-color: #f8f8f8;
    margin: 0px auto 100px;
    overflow: hidden;
    max-width: 1000px;
    box-sizing: border-box;
}

.cotizarProductos {
    float: left;
    width: 48%;
    padding-left: 20px;
    box-sizing: border-box;
}

.cotizarProductos img {
    display: block;
    max-width: 100%;
    height: 300px;
    margin-left: 20px;
    float: right;
}


/* COTIZA EN LINEA */

.opciones-cotizar {
    width: 100%;
    padding: 30px 20px;
    background-color: #f8f8f8;
    margin: 190px auto 100px;
    overflow: hidden;
    max-width: 1000px;
    box-sizing: border-box;
}

.cotiza-el-linea {
    width: 100%;
    padding: 30px 20px;
    background-color: #f8f8f8;
    margin: 190px auto 100px;
    overflow: hidden;
    max-width: 1000px;
    box-sizing: border-box;
    display: none;
}

.cotiza-el-linea h1,
.header-opciones h1,
.productos-a-medida h1 {
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    margin-bottom: 40px;
}

.productos-a-medida h1 {
    text-align: left !important;
}

.selector * {
    font-family: 'Roboto Condensed', sans-serif;
}

.selector {
    display: table;
    width: 100%;
    max-width: 410px;
    margin: 20px auto;
}

.selector label {
    display: block;
}

.selector select,
.selector input,
.selector textarea {
    border: 1px solid #4c4c4c;
    width: 100%;
    margin: 0;
    border-radius: 8px;
    padding: 3px 10px;
    box-sizing: border-box;
    font-size: 14px;
}

.selector textarea {
    min-height: 80px;
    max-height: 200px;
    padding-top: 10px;
}

.formulario-cotizador th,
.formulario-cotizador td {
    font-family: 'Roboto Condensed', sans-serif;
}

.formulario-cotizador {
    margin-top: 50px;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

.producto-agregado {
    width: 100%;
    max-width: 100%;
}

.producto-agregado>thead:first-child>tr:first-child>td,
.producto-agregado>thead:first-child>tr:first-child>th {
    border-top: 0;
}

.producto-agregado>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 1px solid #4c4c4c;
}

.producto-agregado>tbody>tr>td,
.producto-agregado>tbody>tr>th,
.producto-agregado>thead>tr>td,
.producto-agregado>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #4c4c4c;
}

.delete-product {
    cursor: pointer;
    padding: 5px;
}


/* OVERLAY */

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(76, 76, 76, 0.9);
    z-index: 12;
}

#text {
    position: absolute;
    top: 44%;
    left: 50%;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 44px;
    color: #f8f8f8;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 700px;
    text-align: center;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 200px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 80%;
    max-width: 550px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    font-family: 'Roboto Condensed', sans-serif;
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header,
.modal-footer {
    padding: 2px 16px;
    background-color: #4c4c4c;
    color: #f8f8f8;
    text-align: center;
}

.modal-header h2 {
    margin: 10px;
}

.modal-body {
    padding: 2px 16px;
}

.modal-body p {
    text-align: center;
    padding: 15px 10px;
}

.modal-body button {
    background-color: rgb(250, 223, 23);
    color: #3e3e3e;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    display: block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    margin: 10px auto;
}

.modal-body button:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

#aceptar {
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #fae017;
    color: #4c4c4c;
    padding: 10px 20px;
    display: table;
    margin: 20px auto 0px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 16px;
    cursor: pointer;
}

.text {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#aceptar:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.grid-item { width: 320px; margin-bottom: 30px; }
#swipebox-overlay {background: #0d0d0de0 !important;}
.grid-item img { width: 100% }
.grid-item--width2 { width: 400px; }
.grid-item.swipebox .imagen-galeria{
    width: 300px;
    height: 300px;
    background-size: cover;
    background-position: center;
}

.documentos-galeria {
    display: list-item;
    list-style: none;
}

.documentos-galeria a {
    float: left;
    margin-right: 20px;
}

.documento-galeria{
    width: 50px;
    height: 34px;
    color: #4c4c4c;
    padding: 13px 0px 0px 0px;
    background: rgb(250, 223, 23);
}


/* Contenedor flotante */
.floating-container {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    width: 130px;
    z-index: 99;
  }
  
  /* Lista de anuncios */
  .ad-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .ad-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
  }
  
  /* Título de anuncio visible */
  .ad-title {
    display: block;
    padding: 10px;
    background-color: #fae017;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
    writing-mode: vertical-rl; /* Modo de escritura vertical de derecha a izquierda */
    text-orientation: mixed;   /* Orientación del texto en modo vertical */
    transform: rotate(180deg); /* Rotar el texto 180 grados para que vaya de abajo hacia arriba */
  }
  
  /* Contenido de anuncio oculto inicialmente */
  .ad-content, .ad-image {
    display: none;
    position: fixed;
    left: 50px;
    top: 0;
    width: 350px;
    height: auto;
    min-height: 90px;
    background-color: #fae017;
    font-family: 'Roboto Condensed', sans-serif;
    color: black;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    z-index: 100;
  }
  
/* Mostrar el contenido del anuncio al pasar el mouse */
.ad-item:hover .ad-content {
    display: block;
  }
  
  /* Opacidad general de todos los anuncios */
  .ad-item {
    opacity: 1;
  }
  
  /* Opacidad completa cuando un elemento está en hover */
  .ad-item:hover {
    opacity: 1;
  }
  
  /* Atenuar otros anuncios cuando se hace hover en un elemento */
  .floating-container:hover .ad-item {
    opacity: 0.5;
  }
  
  /* Mantener opacidad completa en el que está en hover */
  .floating-container .ad-item:hover {
    opacity: 1;
  }