@import 'navigation.css';

@font-face {
    font-family: "DINPro";
    src: url('../fnt/DINPro-Medium.otf');
}

#producto {
    width: 880px;
    margin-top: 96px;
    padding-right: 80px;
}

.content {
    margin: auto;
}

#producto .image,
#producto .text {
    display: inline-block;
    float: left;
}

#producto .image {
    width: 45%;
}

#producto .image img {
    position: relative;
    top: 64px;
    right: 8px;
    width: 120%;
    z-index: 0;
}

#producto .text {
    position: relative;
    z-index: 1;
}

#producto .image p {
    position: relative;
    right: 32px;
    margin-top: -40px;
    font-size: 10pt;
    color: rgb(85, 85, 85);
    text-align: center;
    z-index: 2;
}

#producto .image div {
    position: relative;
    right: 32px;
    text-align: center;
    z-index: 2;
}

.color {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 4px;
    border-radius: 50%;
    cursor: pointer;
}

#producto .black {
    background-color: #000;
}

.white {
    border: 2px solid #000;
}

#producto .text {
    width: 55%;
    margin-top: 81px;
}

h2 {
    margin-top: 0;
    color: #70bfea;
    font-family: inherit;
    font-weight: 500;
    font-size: 29.5pt;
    line-height: 1.1em;
}

#producto .text p:nth-of-type(1),
#producto .text p:nth-of-type(2) {
    font-size: 15pt;
}

#producto .text p:nth-of-type(2) {
    font-weight: 500;
    line-height: 1.2em;
}

.metros {
    display: inline-block;
    margin-top: 10px;
    padding: 18px 23px;
    border: 2px solid #000;
    font-size: 32px;
}

.metros sup {
    font-size: 18px;
}

#producto .text div {
    height: 40px;
    margin-top: 32px;
}

#producto .text div * {
    float: left;
}

.compra {
    margin-right: 16px;
    padding: 6px 28px;
    border-radius: 17.25px;
    background-color: #70bfea;
    color: #fff !important;
    font-weight: 500;
}

.counter {
    border: 2px solid #000;
    border-radius: 4px;
    margin-right: 8px;
    font-family: 'DINPro';
    font-weight: 500;
    font-size: 15pt;
    text-align: center;
}

#benefits {
    clear: both;
    position: relative;
    top: 128px;
    width: 980px;
    height: 288px;
    margin: 0 auto;
    padding: 0 80px;
    border-bottom: 64px solid #70bfea;
    background-color: rgb(247, 247, 247);
}

#benefits .third {
    float: left;
    width: calc((100% - 180px) / 3);
    margin-top: 32px;
    text-align: center;
}

#benefits h3 {
    text-align: center;
}

#benefits h3 {
    font-weight: 700;
    font-size: 12pt;
}

#ambiente1 {
    position: relative;
    top: 128px;
    width: 980px;
    height: 347px;
    background-image: url('../img/ambiente1.jpg');
}

#ambiente1 div,
#ambiente2 div {
    display: inline-block;
    margin-top: 48px;
    margin-left: 76px;
}

#ambiente1 div {
    width: 384px;
}

#ambiente1 div h2 {
    color: #fff;
}

#ambiente1 div p {
    margin-top: 24px;
    color: #fff;
    font-weight: 500;
}

#controles {
    width: 800px;
    height: 480px;
    margin-top: 192px;
}

#controles .text,
#controles .image {
    display: inline-block;
    float: left;
    width: 50%;
}

#controles .text p {
    margin-top: 16px;
    margin-bottom: 32px;
}

.control-container {
    display: inline;
    cursor: pointer;
}

.control-number {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 16px;
    padding-top: 4px;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    font-weight: 900;
    font-size: 10pt;
    text-align: center;
}

.control {
    display: inline-block;
    margin-bottom: 16px;
}

#controles .image {
    position: relative;
}

#controles .image img {
    width: 90%;
    margin-top: 64px;
    margin-left: 72px;
}

.control-position {
    display: none;
    position: absolute;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    font-size: 24pt;
}

.control-position:first-of-type,
.control-position:nth-of-type(4) {
    top: 276px;
    left: 216px;
}

.control-position:nth-of-type(4) {
    top: 174px;
    left: 180px;
}

.control-position:nth-of-type(2),
.control-position:nth-of-type(3) {
    top: 224px;
    left: 192px;
}

.control-position:nth-of-type(5) {
    /*arriba, abajo, izquierda, derecha*/
    top: 8px;
    left: 248px;
    font-weight: 700;
}

.control-position:nth-of-type(6) {
    top: 436px;
    left: 248px;
    font-weight: 700;
}

.control-position:nth-of-type(7) {
    top: 230px;
    left: 30px;
    font-weight: 700;
}

.control-position:nth-of-type(8) {
    top: 230px;
    left: 454px;
    font-weight: 700;
}

.control-position.black {
    color: #000;
}

#sistema {
    width: 800px;
    margin-top: 96px;
    text-align: center;
}

#sistema p {
    width: 588px;
    margin: 24px auto 0;
    padding-left: 48px;
    text-align: left;
}

#sistema img {
    width: 100%;
    margin-top: 64px;
}

#grsystem {
    width: 980px;
    margin-top: 40px;
    padding-top: 56px;
    padding-bottom: 96px;
    background-color: rgb(247, 247, 247);
    text-align: center;
}

#grsystem img {
    width: 40%;
    margin: 0 auto;
}

#grsystem h2 {
    margin-top: 48px;
    margin-bottom: 42px;
    color: #000;
    font-family: DINPro;
    font-weight: 500;
}

#grsystem p {
    width: 585px;
    margin: 24px auto 0;
    text-align: left;
}

#ambiente2 {
    width: 980px;
    height: 449px;
    border-bottom: 64px solid #70bfea;
    background-image: url('../img/ambiente2.jpg');
    background-size: 100%;
}

#ambiente2 div {
    width: 384px;
}

#ambiente2 h2 {
    font-weight: 500;
}

#caracteristicas {
    width: 980px;
    margin-top: 96px;
    padding: 0 90px;
}

#caracteristicas .text,
#caracteristicas .image {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 80px;
}

#caracteristicas .text h2 {
    margin-bottom: 36px;
    color: #000;
}

#caracteristicas .text div {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 48px;
}

#caracteristicas .text p {
    line-height: .6em;
}

#caracteristicas .text div br {
    line-height: 33px;
}

#caracteristicas .text p a {
    color: #70bfea;
    font-weight: 600;
}

#caracteristicas .text>a {
    display: inline-block;
    width: 180px;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 9px 16px 8px;
    background-color: #70bfea;
    color: #fff;
    font-size: 7pt;
}

#caracteristicas .text>a>img {
    position: relative;
    top: -1px;
    height: 14px;
    float: right;
}

#caracteristicas .text>img {
    height: 22px;
}

#caracteristicas .image {
    text-align: center;
}

#caracteristicas .image img {
    width: 80%;
}

#top-footer {
    clear: both;
    width: 980px;
    height: 184px;
    background-color: rgb(247, 247, 247);
}

#top-footer div {
    display: inline-block;
    float: left;
    width: 25%;
    margin-top: 32px;
    text-align: center;
}

#top-footer div img {
    width: 40px;
}

#top-footer div h3 {
    font-family: inherit;
}

#top-footer div h3 {
    font-size: 18px;
}

#top-footer div p {
    font-size: 14px;
}

#bottom-footer {
    clear: both;
    width: 980px;
    height: 240px;
    padding: 0 80px;
    background-color: rgb(85, 85, 85);
}

#bottom-footer .third {
    float: left;
    position: relative;
    width: calc((100% - 180px) / 3);
    height: 100%;
    padding-top: 20px;
    text-align: left;
}

#bottom-footer h3 {
    margin-bottom: 12px;
    font-family: inherit;
    font-weight: 700;
    font-size: 12pt;
    text-align: left;
}

#bottom-footer h3,
#bottom-footer span {
    color: #fff;
}

#bottom-footer>div:first-of-type a {
    display: block;
}

#bottom-footer a {
    position: relative;
    color: rgb(200, 200, 200);
    font-size: 9pt;
}

#bottom-footer span {
    position: absolute;
    bottom: 40px;
    font-size: 7pt;
}

.social {
    height: 20px;
    margin: 0 8px;
}

#pay {
    position: absolute;
    bottom: 40px;
    height: 16px;
    margin-left: 64px;
}