* {
    outline: none;
    font-family: 'Poppins', sans-serif;
}

body {
    margin: 0 0;
    background: rgb( 220, 220, 220);
}

#cover {
    width: 100%;
    height: 745px;
    background-image: url(../img/back1.jpg);
    background-position: center;
    background-size: cover;
}

.covercont {
    width: 100%;
    height: 745px;
    background-color: rgba( 1, 1, 1, 0.3);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.80+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top, rgba(0,0,0,0.80) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.80) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.80) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

header {
    width: 100%;
    height: 60px;
    z-index: 300;
    position: relative;
    border-top: solid 50px transparent;
    /*box-sizing: border-box;*/
    background: rgba( 1, 1, 1, 0);
}

.logo {
    width: 300px;
}

.logo * {
    float: left;
}

.logo span {
    padding-left: 2px;
    font-size: 18px;
    font-weight: bold;
    line-height: 61px;
    letter-spacing: 3px;
    font-family: sans-serif;
    color: rgb( 220, 220, 220);
}

.menu-activator {
    display: none;
}

.cover--item-menu {
    right: 0px;
    width: auto;
    height: 60px;
    position: absolute;
    margin-right: -15px;
}

.cover--item-menu .active {
    opacity: 1;
}

.cover--item-menu .active:before {
    opacity: 1;
    width: calc(100% - 30px);
}

.cover--item-menu a {
    opacity: 0.7;
    position: relative;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 62.5px;
    text-decoration: none;
    color: rgb( 220, 220, 220);
    transition: opacity 0.2s;
}

.cover--item-menu a:before {
    top: 64%;
    height: 2px;
    content: "";
    opacity: 0;
    width: 0px;
    position: absolute;
    transition: all 0.4s;
    background: rgb( 220, 220, 220);
}

.cover--item-menu a:hover {
    opacity: 1;
}

.cover--item-menu a:hover:before {
    opacity: 1;
    width: calc(100% - 30px);
}

.cover--item-menu a img {
    transform: translateY(5px);
}
/* - - - - - - - - - - cover info - - - - - - - - - - - */
#coverinfo {
    width: 50%;
    height: 590px;
    position: relative;
}

.coverinfo--text {
    top: 50%;
    left: 0px;
    width: 100%;
    font-size: 25px;
    font-weight: 300;
    position: absolute;
    transform: translateY(-50%);
    color: rgb( 220, 220, 220);
}

.coverinfo--text p {
    font-size: 28px;
    font-weight: 400;
}
/* - - - - - container - - - - - */
.container {
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.container * {
    text-align: center !important;
}

.container h1 {
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 1.35;
    font-family: Poppins, sans-serif;
    letter-spacing: 0em;
    text-align: inherit;
    color: #000000;
}

.container hr {
    width: 78px;
    height: 3px;
    margin-top: 27px;
    border: solid 0px;
    margin-bottom: 30px;
    background: rgb(124,134,199);
}

.container p {
    position: relative;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.89;
    letter-spacing: 0em;
    text-align: left;
    color: #888888;
}

.container input[type="text"],
.container input[type="tel"],
.container input[type="email"]{
    width: 100%;
    position: relative;
    box-sizing: border-box;
    font-family: Arial,sans-serif;
    padding: 20.5px 20px;
    border: 1px solid #f8f8f8;
    background-color: #f8f8f8;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2143;
    transition: .3s;
    border-radius: 3px;
    color: #888888;
    margin: 0 0 20px 0;
}

.container button[type="submit"] {
    border-color: rgb(124,134,199);
    background-color: rgb(124,134,199);
    color: #ffffff;
    text-decoration: none;
    line-height: 1;
    display: inline-block;
    max-width: 100%;
    padding: 23px 37.5px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 1px solid;
    transition: .3s;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    border-radius: 3px;
    border: solid 0px;
    margin-top: 20px;
}

.container .box-align {
    height: auto;
    min-width: 280px;
    max-width: 280px;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
    vertical-align: top;
    display: inline-block;
    border-radius: 4px 4px;
    /*border: solid 1px rgba( 1, 1, 1, 0.05);*/
}

.container .box-align svg {
    width: 100%;
    height: 80px;
}

.container .box-align h3 {
    width: 100%;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.54;
    font-family: Poppins, sans-serif;
    letter-spacing: 0em;
    color: rgb(124,134,199);
}

.container .box-align-large {
    width: 320px;
    background: cadetblue;
}

#refacciones {
    position: relative;
    background-image: url(../img/back2.jpg);
    background-position: center;
    background-size: cover;
}

#refacciones * {
    text-align: left !important;
}

#refacciones::before{
    top: 0px;
    background-color: rgba( 1, 1, 1, 0.3);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}

#contacto {
    position: relative;
    background-image: url(../img/back3.jpg);
    background-position: center;
    background-size: cover;
}

#contacto * {
    text-align: left !important;
}

.contwimg hr {
    margin-left: 0;
    background: rgb( 220, 220, 220);
}

.contwimg h1 {
    font-size: 40px !important;
}

/* - - - - - - - - - - cover info - - - - - - - - - - - */
.containerinfo {
    width: 50%;
    height: auto;
    margin-left: 50%;
    /*background: rgba( 1, 1, 1, 0.7);*/
}

.containerinfo h1 {
    font-size: 32px;
    color: rgb( 255, 255, 255);
}

.containerinfo--text {
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    color: rgb( 220, 220, 220);
}

.containerinfo--text p {
    font-size: 28px;
    font-size: 20px;
    font-weight: 400;
    color: rgb( 220, 220, 220);
}

/* - - - - - - - - - - container img - - - - - - - - - - */
.containerimg {
    width: 100%;
    height: 300px;
}

.contimg {
    width: 50%;
    float: left;
    height: 300px;
    cursor: pointer;
    position: relative;
    transition: all linear 0.2s;
}

.contimg button {
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translateX(-50%);


    border-color: rgb(124,134,199);
    background-color: rgb(124,134,199);
    color: #ffffff;
    text-decoration: none;
    line-height: 1;
    display: inline-block;
    max-width: 100%;
    padding: 13px 27.5px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 1px solid;
    transition: .3s;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    border-radius: 3px;
    border: solid 0px;
    margin-top: 7px;
}

.contimg::before {
    transition: all linear 0.2s;
}

.contimg:nth-child(1) {
    position: relative;
    background-image: url(../img/icons/html.jpg);
    background-position: center;
    background-size: cover;
}

.contimg:nth-child(1)::before {
    width: 100%;
    content: "MÁQUINAS ANTIGUAS";
    height: 100%;
    font-size: 34px;
    line-height: 244px;
    text-align: center;
    position: absolute;
    letter-spacing: 3px;
    color: rgb(240, 240, 240);
    background: rgba( 22, 22, 22, 0.4);
}

.contimg:nth-child(2) {
    position: relative;
    background-image: url(../img/icons/python.png);
    background-position: center;
    background-size: cover;
}

.contimg:nth-child(2)::before {
    width: 100%;
    content: "VENTA";
    height: 100%;
    font-size: 34px;
    line-height: 244px;
    text-align: center;
    position: absolute;
    letter-spacing: 3px;
    color: rgb(240, 240, 240);
    background: rgba( 22, 22, 22, 0.4);
}

.contimg:nth-child(3) {
    position: relative;
    background-image: url(../img/icons/deepweb.jpg);
    background-position: center;
    background-size: cover;
}

.contimg:nth-child(3)::before {
    width: 100%;
    content: "DEEP WEB";
    height: 100%;
    font-size: 34px;
    line-height: 244px;
    text-align: center;
    position: absolute;
    letter-spacing: 3px;
    color: rgb(240, 240, 240);
    background: rgba( 22, 22, 22, 0.4);
}

.contimg:hover:before {
    background: rgba( 22, 22, 22, 0.9);
}

#info {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    background: rgba( 220, 220, 220, 0.8);
}

.info--header {
    width: 100%;
    height: 70px;
    background: rgba( 250, 250, 250, 0.5);
}

.info--title {
    top: 20px;
    left: 20px;
    width: auto;
    height: 30px;
    display: none;
    font-size: 300;
    font-size: 24px;
    line-height: 30px;
    position: absolute;
    color: rgba( 111, 111, 111, 0.9);
}

.info--cont {
    top: 70px;
    left: 0px;
    width: 100%;
    overflow: auto;
    position: absolute;
    text-align: center;
    height: calc(100% - 70px);
}

.tbl--d {
    width: 50%;
    float: left;
    height: auto;
    box-sizing: border-box;
    border: solid 20px transparent;
}

.tbl--d:nth-child(1) {
    border-right: solid 10px transparent;
}

.tbl--d:nth-child(2) {
    border-left: solid 10px transparent;
}

.tbl--u {
    width: 100%;
    height: auto;
    max-width: 500px;
    margin: auto auto;
    box-sizing: border-box;
    border: solid 20px transparent;
}

.tbl--td {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    color: rgba( 88, 88, 88, 0.7);
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    background: rgba( 230, 230, 230, 0.4);
}

.tbl--td:nth-child(1) {
    font-size: 20px;
    color: rgba( 111, 111, 111, 0.9);
    background: rgba( 250, 250, 250, 0.5);
}

.tbl--td:nth-child(2n) {
    background: rgba( 240, 240, 240, 0.45);
}

.closeinfo {
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    font-size: 25px;
    line-height: 10px;
    border: solid 0px;
    position: absolute;
    border-radius: 4px 4px;
    color: rgba( 111, 111, 111, 0.7);
    background: rgba( 250, 250, 250, 0.5);
}

#map {
    width: 100%;
    height: 500px;
}