/*
Author: Oscar Rosales
fecha: 30/ mayo / 2018
*/

@import url('https://fonts.googleapis.com/css?family=Teko');
div#relojCM {
    height: 85px;
   background-color:#ffffff          !important;
}
div#texto-quedap {
    height: 85px;
    float: left;
}
div#DetReloj {
    /* padding-top: 20px; */
    width: 100%;
    height: 85px;
    float: left;
}
div#countdowncontainer2 {
    text-align: center;
    height: 150px;
   
}

.Numeros{ /*Example CSS to create LCD countdown look*/
    background-color: #FFF;
    color: #c5453e;
    font-size: 40px;
    font-family: 'Teko', sans-serif;
    padding: 18px 0px 10px 0px;
    width: 50px;
    float: left;
    border-radius: 2px;
    line-height: 0.3;
}
.bannerPromo.Lateral {
    box-shadow: none;
}

.LCD {
    width: 230px;
    margin: auto;
    height: 120px;
    padding-top: 17px;
    
    margin-right: 100px;
}
.Dos_p{
	color: #e6e7e8;
    font-size: 28px;
    font-family: 'Teko', sans-serif;
    padding: 7px 7px 0px 2px;
    width: 10px;
    float: left;
}
#relojCM .container {
    background-image: url(https://club.pycca.com/Pycca-VTEX/Banner_Reloj/CONTADOR-PYCCA.png);
    background-color: #ffffff  !important  ;
    width: 100%;
    height: 85px;
        background-position-x: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 8px;
    
    max-width: 1340px;
}
p.bannerPromo__message {
    margin: 0px;
    background: #f1f2f2 ;
    border-top: 0.5px solid #dedede;
    color: #000;
    
    padding-top: 5px;
}

.box_skitter .image {
    overflow: hidden;
    display: none;
}
.Numeros spam {
    font-size: 8px;
    text-transform: uppercase;
}
.link100 {
    width: 100%;
    height: inherit;
    display: block;
}
/*Movil*/
@media screen and (max-width: 610px){
    #relojCM .container {
        padding-top: 20px;
    }
    div#texto-quedap {
        background: url(https://club.pycca.com/Pycca-VTEX/Banner_Reloj/CONTADOR-PYCCA-MOVIL.png);
    height:175px;
    margin: 0px;
    background-repeat: no-repeat;
    padding: 0px;
    background-size: cover;
    display: block;
    }
    div#DetReloj {
        position: relative;
        top: -85px;
        height: 0px;
    }
    .LCD {
        margin-right: 30%;
    }

    .footerBack {
        top: -100px;
        
    text-align: center;
    }

    .responsiveContainer.Menuinferior, section.FooterMenu .responsiveContainer.FooterFormasPago .col-md-1.logoVtex img {
        display: none;
    }

    .pyccaHome .pyccaHomeMobile__mainBanner {

        position: relative;
        top: -25px;
    }

}


@media screen and (max-width: 420px){
    .bannerPromo {
        margin: 0px 0px 0px 0px;
        display: none
    }
    div#countdowncontainer2 {
        text-align: center;
        height: 60px;
    }
    div#DetReloj {
     /*  background:   url(https://pagos.pycca.com/assets/img/home/b-envio-gratis-m-2.png);*/
        background-size: cover;
        left: 0;
        background-repeat: no-repeat;
        height: 0px;
        padding-top: 56px;
        margin-bottom: -19px;
       
    
    }
    div#countdowncontainer2 {
       
        padding-left: 0px;
    }

    div#texto-quedap {
      /*  background: url(https://pagos.pycca.com/assets/img/home/contador_rebajas_MOB.jpg);*/
    height:139px;
    margin: 0px;
    background-repeat: no-repeat;
    padding: 0px;
    background-size: cover;
    display: block;
    }
    div#relojCM {
       /* padding-top: 15px;*/
        padding-top: 104px;
        height: 175px;
        
    }
    #relojCM .container {
        background-image: none;
    width: 100%;
    }
    .LCD {
    margin-right: auto;
    padding-top: 0px;
    }

}