body {
    margin: auto;
    width: 1000px;
    font-family: oswald;
    letter-spacing: 1px;
}

header {
    background-image: url("../img/superior.jpg");
    background-size: 100% auto;
    height: 150px;
    overflow: hidden;
}

header div {
    background-color: rgba(18%, 19%, 57%, 0.5);
    height: 50px;
    margin-top: -20px;
    transform: rotate(2deg);
    width: 100%;
}

img {
    border: none;
}

* {
    cursor: context-menu;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a * {
    cursor: pointer;
}

input[type="text"],
textarea {
    cursor: text;
}

#menu {
    margin-top: 25px;
    width: 100%;
    display: table;
}

#menu article {
    float: left;
    width: 20%;
}

#menu div {
    display: table;
    margin: auto;
}

#menu article #l {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 10px solid #f7921e;
    margin-top: -7px;
    float: left;
}

#menu a {
    display: table;
    margin: auto;
}

#menu article #r {
    border-bottom: 20px solid transparent;
    border-left: 10px solid #f7921e;
    border-top: 20px solid transparent;
    float: right;
    margin-left: -1px;
    height: 0;
    margin-top: -7px;
    width: 0;
}

#menu article label {
    background-color: #f7921e;
    color: white;
    padding: 7px 30px;
}

#logo {
    margin: 2% 0 2% 5%;
}

#content {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: table;
    width: 100%;
}

#content.index {
    background-color: #e6e6e6;
}

#domicilio {
    height: 124px;
    overflow: hidden;
}

#domicilio div {
    background-color: rgba(98%, 66%, 29%, 0.5);
    height: 200px;
    margin-left: 322px;
    margin-top: -70px;
    transform: rotate(-26deg);
    width: 80%;
}

#domicilio img {
    width: 100%;
}

footer {
    background-color: #f7931e;
    height: 100px;
    margin-top: 60px;
    width: 100%;
}

footer div {
    background-color: #fabe78;
    border-radius: 5px;
    display: table;
    float: left;
    height: 110px;
    margin-left: 22px;
    margin-top: -5px;
    transform: rotate(-10deg);
    width: 9px;
}

footer article {
    background-color: #fabe78;
    display: table;
    float: right;
    height: 145px;
    margin-top: -51px;
    width: 101px;
}

footer article img {
    margin: 12px 12px 0;
}

footer article div {
    background-color: #f7931e;
    border-radius: 0;
    height: 45px;
    margin: 0;
    transform: rotate(0deg);
    width: 100%;
}

footer p {
    color: white;
    float: left;
    margin-left: 25px;
    margin-top: 8px;
    margin-bottom: 0;
    padding: 5px;
    position: relative;
    z-index: 1;
}

#virtua {
    background-color: #f7931e;
    float: left;
    margin-left: 18px;
    margin-right: -150px;
    margin-top: 30px;
    padding: 10px 0;
    position: relative;
    z-index: 1;
}

.titulo {
    display: table;
    margin: 10px 0;
}

.titulo div {
    border-bottom: 20px solid transparent;
    border-left: 10px solid #2e3192;
    border-top: 22px solid transparent;
    float: left;
    height: 0;
    margin-top: 0;
    width: 0;
}

.titulo h1 {
    background-color: #2e3192;
    color: white;
    display: table;
    padding: 3px 30px;
    float: left;
    margin: 0;
    font-size: 24px;
}

.nosotros article {
    display: table;
    margin: 25px 0;
    width: 100%;
}

.nosotros article h2 {
    border-bottom: 1px solid #2e3192;
    float: right;
    width: 57%;
    color: #f7931e;
}

.nosotros article img {
    width: 40%;
    float: left;
}

.nosotros article ul {
    float: right;
    padding: 0;
    width: 55%;
}

.nosotros article ul li {
    list-style-image: url(../img/list.png);
    font-weight: 500;
}

.nosotros article p {
    float: right;
    width: 57%;
    font-weight: 500;
}

.nosotros article p,
.nosotros article ul,
.nosotros article h2 {
    margin-bottom: 10px;
    margin-top: 0;
}

#mapa {
    height: 300px;
    width: 100%;
}

.contacto label {
    display: table;
    margin: auto;
    margin-top: 10px;
    color: #f7931e;
}

.contacto label span {
    font-weight: 200;
}

#fb {
    float: left;
    margin-top: 55px;
}

#tw {
    float: right;
    margin-top: 55px;
}

.index section article {
    float: left;
    margin: 10px 1%;
    overflow: hidden;
    width: 23%;
}

.index section article.large {
    height: 150px;
    overflow: hidden;
    width: 48%;
}

.index section article label {
    background-color: rgba(247, 146, 30, 0.5);
    color: white;
    display: table;
    position: relative;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    z-index: 1;
}

.index section article.large:hover label {
    background-color: rgb(247, 146, 30);
}

.index section article img {
    transition: all 0.2s linear;
    width: 100%;
}

.index section article:hover img {
    transform: scale(1.1);
}

.tips section {
    /* height: 1443px;*/
    position: relative;
}

.tips article {
    background-color: #f5f6f7;
    position: absolute;
    width: 240px;
}

.tips article img {
    display: table;
    margin: 5px auto auto;
    width: 95%;
}

.tips article h2 {
    color: #2e3192;
    font-size: 12pt;
    letter-spacing: 0;
    line-height: 30px;
    margin: 10px 0 0;
    padding: 0 2.5%;
}

.tips article p {
    letter-spacing: 1.5px;
    margin: 0;
    padding: 0 2.5%;
    color: #737274;
    line-height: 18px;
    font-size: 10pt;
}

#categorias {
    display: none;
}

#categorias.active {
    display: block;
}

#categorias article {
    display: table;
    float: left;
    margin: 30px 0;
    cursor: pointer;
    width: 25%;
}

#categorias article * {
    cursor: pointer;
}

#categorias article img {
    border: 7px solid #fbcb93;
    border-radius: 10px;
    float: left;
    width: 100px;
}

#categorias article h2 {
    background-color: #fbcb93;
    border-radius: 0 10px 10px 0;
    color: white;
    float: left;
    font-size: 15px;
    margin-top: 70px;
    max-width: 80px;
    width: 80px;
    padding: 10px 20px;
}

#categorias article h2.lines-2 {
    margin-top: 60px;
}

#categorias article h2.lines-3 {
    margin-top: 50px;
}

#categorias article:hover img {
    border: 7px solid #f7921e;
}

#categorias article:hover h2 {
    background-color: #f7921e;
}

form {
    background-color: #2e3192;
    color: white;
    display: table;
    float: right;
    margin: 40px 0;
    padding: 1%;
    width: 63%;
}

.contacto form label {
    background-color: #2e3192;
    color: white;
    display: table;
    float: left;
    margin-left: 15px;
    margin-top: -10px;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}

form input[type="text"] {
    margin: 20px 0;
    width: 90%;
}

form textarea {
    float: left;
    height: 120px;
    max-height: 120px;
    max-width: 48%;
    min-height: 120px;
    min-width: 48%;
    padding: 0 0.5%;
    width: 48%;
}

form .inputs {
    float: left;
    width: 50%;
}

form .enviar {
    background-color: #9999ff;
    cursor: pointer;
    float: right;
    margin-right: 4px;
    margin-top: 10px;
    padding: 2px 25px;
}

form #div1 {
    background-color: white;
    float: left;
    height: 1px;
    margin-top: -10px;
    width: 100%;
}

#productos article:not(.view) {
    display: none;
}

#productos article:not(.view).active {
    display: block;
}

#productos article h2:not(.titulo) {
    color: #9999ff;
    width: 100%;
    float: left;
    background-image: url(../img/tuerca.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 5%;
}

#productos article.search {
    display: block;
}

#productos .search .view:not(.active) {
    display: none;
}

.productos h1 {
    cursor: pointer;
}

.productos .titulo div {
    position: relative;
    z-index: 1;
    margin-right: -10px;
    z-index: 2;
}

.productos .titulo p {
    background-color: #9999ff;
    color: white;
    display: table;
    float: left;
    border-right: 1px solid white;
    padding: 8.5px 20px;
    cursor: pointer;
    margin: 0;
    position: relative;
    z-index: 1;
}

#productos label {
    color: white;
    background-color: #f7931e;
    width: 100%;
    display: table;
    text-transform: uppercase;
}

#productos h2.titulo {
    width: 100%;
}

#productos .Másk p {
    height: 25px;
}

.view {
    width: 300px;
    margin: 10px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
}

#productos .view {
    height: 195px;
}

.view .Másk,
.view .content {
    width: 100%;
    height: 200px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}

.view img {
    display: block;
    position: relative;
    width: 100%;
}

.view h2 {
    background: none repeat scroll 0 0 rgb(247, 146, 30);
    color: #fff !important;
    font-size: 15px;
    margin: 0;
    padding: 2px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.view p {
    color: #fff;
    font-family: oswald;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 20px 1px;
    position: relative;
    text-align: center;
    text-shadow: 1px 1px 10px black;
}

.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: rgb(247, 146, 30);
    color: #fff;
    text-transform: uppercase;
}

.view-first img {
    transition: all 0.2s linear;
}

.view-first .Másk {
    opacity: 0;
    background-color: rgba(18%, 19%, 57%, 0.25);
    transition: all 0.4s ease-in-out;
}

.view-first h2 {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.view-first p {
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.2s linear;
}

.view-first a.info {
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.view-first:hover img {
    transform: scale(1.1);
}

.view-first:hover .Másk {
    opacity: 1;
}

.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
    opacity: 1;
    transform: translateY(0px);
}

.view-first:hover p {
    transition-delay: 0.1s;
}

.view-first:hover a.info {
    transition-delay: 0.2s;
}

.view-first:hover label {
    opacity: 0;
}

#descripcion article {
    display: none;
    background-color: #e6e6e6;
    padding: 10px 0;
    width: 100%;
}

#descripcion article.active {
    display: table;
}

#descripcion article p {
    float: left;
    width: 60%;
}

#descripcion article img {
    float: right;
    width: 40%;
}

table {
    margin: auto;
}

th {
    background-color: #3f406b;
    border-left: 10px solid #3f406b;
    border-right: 10px solid #3f406b;
    color: white;
}

.index #busqueda {
    background-color: #3f406b;
    display: table;
    margin-top: 10px;
    width: 100%;
}

#busqueda input {
    background-image: url("../img/lupa.png");
    background-position: right center;
    background-repeat: no-repeat;
    border: medium none;
    float: right;
    font-size: 20px;
    margin: -50px 10px 5px 5px;
    padding: 5px 40px 5px 10px;
    text-align: right;
    width: 60%;
}

#content:not(.index) #busqueda input:hover {
    border-bottom: 1px solid #f7921e;
}

.index #busqueda input {
    background-image: url("../img/lupa-2.png");
    color: #3c3c3c;
    width: 23%;
    margin-top: 5px;
}

.marca {
    color: white;
    display: table;
    float: left;
    font-family: oswald;
    font-size: 25px;
    margin: 4px 0 0;
    text-align: center;
    width: 70%;
}

#result {
    display: none;
    text-align: center;
    width: 100%;
    display: none;
    margin: 75px 0;
}

#result.active {
    display: table;
}
