body{
     background: #48567e;
     background-image: url(/especiales/trituradora/img/cabecera.jpg?v3); 
     background-repeat: no-repeat;
     background-position: center top; 
}

html, body, main{
  height: 100%;
  /*overflow: hidden;*/
  /*position: fixed;*/
  width: 100%;

    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'actoblack';
    src: url('/especiales/trituradora/fonts/acto-black-webfont.woff2') format('woff2'),
         url('/especiales/trituradora/fonts/acto-black-webfont.woff') format('woff');
}

@font-face {
    font-family: 'actobold';
    src: url('/especiales/trituradora/fonts/acto-bold-webfont.woff2') format('woff2'),
         url('/especiales/trituradora/fonts/acto-bold-webfont.woff') format('woff');
}

@font-face {
    font-family: 'actobook';
    src: url('/especiales/trituradora/fonts/acto-book-webfont.woff2') format('woff2'),
         url('/especiales/trituradora/fonts/acto-book-webfont.woff') format('woff');
}

main{
  align-items: center;
  display: inherit;
  justify-content: center;
  /*position: fixed;*/
  top: 45px;
}

#piece{
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.25);
  cursor: pointer;
  height: 50vh;
  margin: 0 auto;
  max-height: 820px;
  position: relative;
  width: calc(50vh * 0.774);
}

#frame{
  background: url(/especiales/trituradora/img/borde-cuadro.png);
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 50;
}

#holder{
  background: url(/especiales/trituradora/img/bg-cuadro.jpg);
  background-size: cover;
  height: calc(50vh * 0.69);
  left: 18.9%;
  position: absolute;
  top: 15.4%;
  width: calc(50vh * 0.774 * 0.617);
}

#painting{
  height: 100%;
  position: absolute;
  transform: translateY(0%);
  width: 100%;
}

#original, .shred{
  background: url(/especiales/trituradora/img/silueta.jpg?v2);
  background-size: cover;
}

#original{
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

#shredded{
  bottom: 0;
  display: grid;
  grid-column-gap: 3px;
  grid-template-columns: repeat(11, 1fr);
  height: 100%;
  position: absolute;
  width: 100%;
}

#shredded .shred{
  background-position: top center;
}

#shredded .shred:nth-child(1){
  background-position: 0% 0%;
}

#shredded .shred:nth-child(2){
  background-position: 10% 0%;
}

#shredded .shred:nth-child(3){
  background-position: 20% 0%;
}

#shredded .shred:nth-child(4){
  background-position: 30% 0%;
}

#shredded .shred:nth-child(5){
  background-position: 40% 0%;
}

#shredded .shred:nth-child(6){
  background-position: 50% 0%;
}

#shredded .shred:nth-child(7){
  background-position: 60% 0%;
}

#shredded .shred:nth-child(8){
  background-position: 70% 0%;
}

#shredded .shred:nth-child(9){
  background-position: 80% 0%;
}

#shredded .shred:nth-child(10){
  background-position: 90% 0%;
}

#shredded .shred:nth-child(11){
  background-position: 100% 0%;
}

input{
  display: none;
}


/** estilos **/

#header{
    margin-bottom: 50px;
    width: 100%;
}
    .header-comercio{   
        background: #000;        
        padding: 5px 0;
        position: relative;
        z-index: 9999999;
    }
        .ctn-header-comercio{
            margin: 0 auto;     
            max-width: 1024px;
        }
            .ctn-header-comercio a{
                display: inline-block;                
                text-indent: -9999px;
            }
                a.logo-comercio{
                    background: url(/especiales/trituradora/img/logo-comercio.png) no-repeat 0 0;
                    background-size: 100%;
                    height: 30px;
                    margin-top: 10px;
                    width: 110px;
                }
                #social{
                    float: right;
                    margin-top: 2px;
                }
                    #social ul{
                        display: inline-block;
                        margin: 0 auto;
                        padding: 0;
                        vertical-align: middle;
                    }
                        #social ul li{
                            display: inline-block;
                            margin: 0 3px;
                            vertical-align: middle;
                        }
                            #social ul li a{
                                height: 36px;
                                width: 36px;
                            }
                                #social ul li a.facebook{
                                    background: url(/especiales/trituradora/img/sprite-redes.png) no-repeat 0 0;  
                                    background-size: 75px;                         
                                }
                                #social ul li a.tw{
                                    background: url(/especiales/trituradora/img/sprite-redes.png) no-repeat -37px 0;  
                                    background-size: 75px;                         
                                }

h1,
h3{
    text-align: center;
}
    h1{
        font: 3.1em/1.2em 'actoblack';
        margin: 20px auto 5px;
    }
    h3{
        font: 1.3em/1.2em 'actobold';
        margin: 0 auto;
        margin-top: 200px;
        max-width: 900px;
    }

.boton-2{    
    background: #f5cc22;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    cursor: pointer;
    font: 1em/1em 'actobook';
    right: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 435px;
    z-index: 99999;
}
    .boton-2 img{
        display: inline-block;
        height: 30px;
        margin: 0;
        vertical-align: top;
        width: 20px;
    }
    .boton-2 p{
        display: inline-block;
        font: 1em/1em 'actobook';
        margin: 0 auto;
        text-align: left;
        vertical-align: top;
        width: 175px;
    }

.box-foto{
    position: relative;
}
    .box-image-upload{
        height: 810px;
        left: 0;
        /*overflow: hidden;*/
        position: absolute;
        right: 39px;
        /*top: -230px;*/
        width: 100%;
    }

.cabecera{
    
}
.contenedor{
    /*margin-top: -580px;*/
}
a.logo-comercio-especiales{
    text-indent: inherit;
}
    a.logo-comercio-especiales img{
        vertical-align: top;
    }

.texto{
    background: transparent;
    border: none;
    color: #241b17;
    font: 1.2em/1.5em 'actobold';
    height: 200px;
    margin-left: 50px;
    margin-top: 30px;
    position: relative;
    width: 210px;
    z-index: 999999;
}
    .texto::-webkit-input-placeholder { 
        color: #b40d0d;
        font: 1em/1em 'actobook';
        font-style: italic;
    }

.globo{
    background: url(/especiales/trituradora/img/globo.png) no-repeat 0 0; 
    height: 280px;
    
    position: absolute;
    width: 380px;
}

.pasos{
    position: absolute;
    right: 0;
}

.ctn-piece{
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
    width: 1190px;
}

@media only screen and (max-width: 640px){

    body{
        background-position: center 30px;
        background-size: 180%;
    }
    h3{
        margin-top: 140px;
    }
    .pasos,
    .globo{
        display: none;
    }
    main{
        display: flex;
    }
    .ctn-piece{
        margin-top: -285px;
    }

}




