@import 'navigation.css';
@import 'footer.css';

#tienda-content {
    padding-top: 160px;
}

#tienda-content h2 {
    font-weight: 700;
    font-size: 20pt;
}

#tienda-content p {
    font-weight: 400;
    font-size: 14pt;
}

.content {
    width: 1140px;
    margin: 0 auto;
}

.producto {
    position: relative;
    min-width: 980px;
    margin-top: 128px;
}

.producto h1 {
    position: relative;
    left: -32px;
    width: calc(100% + 64px);
    padding: 16px 32px;
    background-image: url('../img/fondo-producto.jpg');
    background-size: cover;
    font-weight: 400;
    font-size: 24pt;
    z-index: 1;
}

.producto div {
    display: inline-block;
    width: 350px;
    margin-top: 80px;
}

.producto div h2 {
    font-weight: 900;
    font-size: 18pt;
}

.estrellas {
    height: 16px;
}

.opiniones {
    display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 24px;
}

.metros {
    width: 48px;
    margin-top: 48px;
    font-size: 18pt;
    text-align: center;
    line-height: .8em;
}

.metros span {
    font-size: 10pt;
}

.compra {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 48px;
    border-radius: 25px;
    background-color: #70bfea;
    color: #fff !important;
    font-size: 13pt;
    cursor: pointer;
}

.precio {
    display: inline-block;
    margin-top: 32px;
    font-size: 18pt;
}

.nota {
    margin-top: 4px;
    font-size: 12pt;
}

.descarga a {
    color: rgb(85, 85, 85) !important;
    font-family: 'Maax Bold';
}

.imagen-producto {
    position: absolute;
    top: 32px;
    width: 600px;
    z-index: 0;
}

#producto1 .imagen-producto {
    width: 480px;
    top: 136px;
    right: 42px;
}

#producto2 {
    top: 64px;
}

#producto2 div {
    float: right;
    margin-right: 160px;
}

#producto2 .imagen-producto {
    float: left;
    top: 240px;
    width: 384px;
    margin-left: 128px;
}

#producto3,
#producto4 {
    clear: both;
}

#producto3 {
    top: 192px;
}

#producto3 .imagen-producto {
    top: 48px;
    margin-left: 95px;
}

#error {
    display: inline-block;
    height: 16px;
}

#producto4 {
    top: 144px;
}

#producto3 h2,
#producto4 h2 {
    margin-top: 48px;
    font-weight: 900;
    font-size: 20pt;
}

#producto3 .metros {
    position: relative;
    top: -2px;
    width: 100%;
    font-size: 18px;
    text-align: left;
}

.producto .third {
    float: left;
    width: calc((100% - 64px) / 3);
    margin-top: 0;
}

.producto .third img {
    width: 100%;
}

.filter-image-container {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.selected {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    margin-top: 0 !important;
    background-color: rgb(237, 237, 235);
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}

.producto .third h3 {
    margin-bottom: 32px;
    font-weight: 900;
    font-size: 18pt;
    line-height: 1.2em;
    white-space: nowrap;
}

.producto .third .precio {
    margin-top: 0;
}

.producto .cambio {
    margin-top: 40px;
}

#producto4 .compra {
    margin-top: 0;
    padding: 8px 20px 6px;
    font-size: 9pt;
}

#footer {
    top: 224px;
}