/** Estructura **/
.container{
    font-family: "Raleway";
}

#col1 { margin-top:20px;  overflow:hidden; }
#col2 { margin-top:20px;  overflow:hidden; }
#col3 { margin-top:20px;  overflow:hidden; }

@media (max-width: 768px) {
    #col1, #col2, #col3 {
        margin-left: 0px;
        margin-right: 0px;
    }
}


.header {
    padding: 20px 8px 7px 5px;
    background: #ffffff;
    border-radius: 6px;
    vertical-align: middle;
    overflow: hidden;
    margin-bottom: 10px;
}
.header h1 {
    font-weight: bold;
    margin-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    line-height: 20px;
    font-size: 28px;
    color: #222222;
}
.header h2{
    font-weight: bold;
    margin-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    line-height: 20px;
    font-size: 16px;
    color: #1b325f;
}

.header.blanco h2{
    color: white !important;
}


.nd_btn_azul{
    text-transform: uppercase;
    display: block;
    float: left;
    padding: 7px 20px;
    background: #1f7bd1;
    color: white;
    font-size: 13px;
    font-weight: bold;
    border-radius: 6px;
    border: none;
}
.nd_btn_azul:hover, .nd_btn_azul:focus{ text-decoration: none; color:#ffffff;}

.nd_btn_azul_mini {
    display: block;
    float: left;
    padding: 5px 10px;
    background: #1f7bd1;
    color: white;
    font-size: 12px;
    font-family: "Raleway";
    font-weight: 400;
    border-radius: 3px;
    transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
}

.nd_btn_azul_mini:hover, .nd_btn_azul_mini:focus {
    text-decoration: none;
    background: #1f7bd1;
    font-family: 'Raleway';
}


/*
FILA DE PUNTOS DEL USUARIO ------------------------------------------------
 */

.fila_puntos{
    margin-bottom: 20px;
}

.fila_puntos .puntos{
    text-transform: uppercase;
    display: block;
    float: left;
    width: 165px;
    padding: 7px 15px;
    background: #e80d8b;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border-radius: 6px;
}
.fila_puntos .puntos span{
    padding: 2px 13px;
    background: #ffffff;
    color: #e80d8b;
    font-size: 22px;
    font-weight: bold;
    border-radius: 8px;
    position: absolute;
    top: 7px;
    left: 110px;
    line-height: 20px;
    font-family: 'Roboto', ui-sans-serif;
    border: solid 1px #cccccc;
}

/*
----------------------------------------------------------------------
 */

/* EXPRESSTE COLUMNA */

#express_lateral_camisetas { padding:15px; overflow:hidden; background:#f4f4f4; }
#express_lateral_camisetas .camisetas { margin-top:15px; padding-bottom:20px; border-top:solid 3px #dfdfdf; }
#express_lateral_camisetas .titulo { font-family:"Poppins"; font-size:24px; color:#1B325F; text-align:center; text-shadow:2px 2px 2px rgba(255,255,255,1); line-height:1em; }
#express_lateral_camisetas .titulo .subtitulo { color:#1f7bd1; font-size:15px; margin-top:5px; }

/*
#express_lateral_camisetas #capa_tiempo .tiempo_restante {
    font-size: 12px;
}

#express_lateral_camisetas #capa_tiempo .tiempo_restante span[id^=contador] {
    font-size: 23px;
}
#express_lateral_camisetas #capa_tiempo {
    background: url(../img/reloj_new.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    font-family: "Raleway";
    display: inline-block;
    margin-top: 0;
    padding: 35px 15px 8px 80px;
    position: relative;
    font-weight: 700;
    min-width: 100%;
    margin-left: 0px;
    height: 90px;
}
*/

#express_lateral_camisetas .titulo_xp {
    font-size: 16px;
    font-weight: bold;
    color: #222222;
    text-align: left;
    line-height: 1em;
    text-transform: uppercase;
    margin-top: 5px;
}
#express_lateral_camisetas .titulo_xp .subtitulo_xp {
    color: #444444;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 10px;
    text-transform: none;
    font-weight: normal;
}

#express_lateral_camisetas .camiseta_lateral {
    position: relative;
    margin-top: 40px;
}

#express_lateral_camisetas .precio {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    background-color: #f92b89;
    border: solid 3px #ffffff;
    z-index: 15;
    width: 100px;
    margin: auto;
    border-radius: 10px;
    font-family: 'Poppins';
}
#express_lateral_camisetas .precio .precio-euros {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin-top: 1px;
    letter-spacing: 0px;
}


/*---------------------------------------- CAPA CONTADOR XPRESST COLUMNA ----------------------------------------*/

#express_lateral_camisetas .capa-tiempo {
    position:absolute;
    right: 0;
    left:0;
    top: 0%;
    /*margin-left:-100px;*/
    width: 275px;
    max-height: 100px;
    margin: auto;
    z-index: 99;

}

#express_lateral_camisetas #capa_tiempo {
    background-color: #151934;
    border:solid 4px #ffffff;
    border-radius:10px;
    color:#fff;
    font-family:"Poppins";
    justify-content: center;
    margin-top:0;
    padding:4px 15px 8px 15px;
    position:relative;
    font-weight:700;
    width: 100%;
    margin-bottom: 40px;
    min-height: 78px;
    display: none;
}

#express_lateral_camisetas #capa_tiempo .titutiempo{
    text-align: center;
    font-size: 18px;
    padding-top: 5px;
}
#express_lateral_camisetas #fondo_contador{
    margin-top: 15px;
}

#express_lateral_camisetas #fondo_contador .texto_tiempo{
    text-align: center;
}
#express_lateral_camisetas #fondo_contador .carteles{
    font-size: 24px;
    text-align: center;
}
#express_lateral_camisetas #fondo_contador .carteles .cartel_blanco{
    background-color: #ffffff;
    padding: 6px;
    color: #151934;
    width: 28px;
    height: 42px;
    display: inline-block;
    border-radius: 5px;
}

#express_lateral_camisetas #capa_tiempo .tiempo_restante {
    font-size:12px;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    text-align: center;
    color: #222;
}
#express_lateral_camisetas #capa_tiempo .tiempo_restante span{
    font-size: 22px;
    letter-spacing: 15px;
}

#express_lateral_camisetas #capa_tiempo span.hor{
    width: 65px;
    margin: 0 10px;
    display: inline-block;
    text-align: center;
}
#express_lateral_camisetas #capa_tiempo span.min {
    width: 55px;
    margin: 0 5px;
    display: inline-block;
    text-align: center;
}
#express_lateral_camisetas #capa_tiempo span.seg {
    width: 64px;
    margin: 0 8px 0 14px;
    display: inline-block;
    text-align: center;
}
#express_lateral_camisetas #capa_tiempo .ico_reloj {
    position:absolute;
    top:-25px;
    left: calc(50% - 150px);

}
/*---------------------------------------- FIN CAPA CONTADOR XPRESST COLUMNA ------------------------------------------------------------ */

/* distintas medidas para el reloj de tiempo */
@media (max-width: 1380px){
   /* #express_lateral_camisetas #capa_tiempo .tiempo_restante span[id^=contador] {
        font-size: 18px;
    }
    #express_lateral_camisetas #capa_tiempo .tiempo_restante {
        font-size: 10px;
    }
    #express_lateral_camisetas #capa_tiempo {
        background: url(../img/reloj_new.png) no-repeat top center;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
        padding: 35px 15px 8px 65px;
    }*/
    #express_lateral_camisetas #fondo_contador .carteles .cartel_blanco {
        padding: 3px;
        width: 22px;
        height: 38px;
    }
    #express_lateral_camisetas #capa_tiempo span.hor{
        width: 40px;
        margin: 0 5px;
    }
    #express_lateral_camisetas #capa_tiempo span.min {
        width: 70px;
        margin: 0 5px;
    }
    #express_lateral_camisetas #capa_tiempo span.seg {
        width: 36px;
        margin: 0 8px 0 7px;
    }
}
@media (max-width: 1198px){
  /*  #express_lateral_camisetas #capa_tiempo .tiempo_restante span[id^=contador] {
        font-size: 12px;
    }
    #express_lateral_camisetas #capa_tiempo .tiempo_restante {
        font-size: 9px;
    }
    #express_lateral_camisetas #capa_tiempo {
        background: url(../img/reloj_new.png) no-repeat top center;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
        padding: 27px 15px 8px 50px;
        height: 65px;
    }

   */
    #express_lateral_camisetas #fondo_contador {
        margin-top: 10px;
    }

    #express_lateral_camisetas #fondo_contador .carteles{
        font-size: 18px;
        border-radius: 3px;
    }

    #express_lateral_camisetas #fondo_contador .carteles .cartel_blanco {
        padding: 3px;
        width: 16px;
        height: 30px;
    }

    #express_lateral_camisetas #fondo_contador .texto_tiempo{
      font-size: 12px;
    }
    #express_lateral_camisetas #capa_tiempo span.hor{
        width: 28px;
        margin: 0 5px;
    }
    #express_lateral_camisetas #capa_tiempo span.min {
        width: 43px;
        margin: 0 5px;
    }
    #express_lateral_camisetas #capa_tiempo span.seg {
        width: 24px;
        margin: 0 8px 0 7px;
    }

    #express_lateral_camisetas .precio {
        width: 80px;
    }
    #express_lateral_camisetas .precio .precio-euros {
        font-size: 20px;
    }
}
@media (max-width: 990px){

    #express_lateral_camisetas .titulo_xp {
        text-align: center;
        font-size: 20px;
    }
    #express_lateral_camisetas .titulo_xp .subtitulo_xp {
        font-size: 16px;
        margin-bottom: 0px;
    }
  /*  #express_lateral_camisetas #capa_tiempo .tiempo_restante {
        font-size: 12px;
    }

    #express_lateral_camisetas #capa_tiempo .tiempo_restante span[id^=contador] {
        font-size: 23px;
    }
    #express_lateral_camisetas #capa_tiempo {
        background: url(../img/reloj_new.png) no-repeat top center;
        -webkit-background-size: auto;
        -moz-background-size: auto;
        -o-background-size: auto;
        background-size: auto;
        padding-top: 40px;
        text-align: center;
        height: 100px;
    }

   */
    #express_lateral_camisetas #fondo_contador .carteles .cartel_blanco{
        padding: 6px;
        width: 28px;
        height: 42px;
        border-radius: 5px;
    }

    #express_lateral_camisetas #capa_tiempo span.hor{
        width: 65px;
        margin: 0 10px;
        display: inline-block;
        text-align: center;
    }
    #express_lateral_camisetas #capa_tiempo span.min {
        width: 55px;
        margin: 0 5px;
        display: inline-block;
        text-align: center;
    }
    #express_lateral_camisetas #capa_tiempo span.seg {
        width: 64px;
        margin: 0 8px 0 14px;
        display: inline-block;
        text-align: center;
    }

    #express_lateral_camisetas .precio {
        width: 80px;
    }
    #express_lateral_camisetas .precio .precio-euros {
        font-size: 20px;
    }
}
@media (max-width: 560px){
    .header h1 {
        font-weight: bold;
        margin-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        line-height: 30px;
        font-size: 24px;
        color: #222222;
    }
/*
    #express_lateral_camisetas #capa_tiempo {
        background: url(../img/reloj_new.png) no-repeat top center;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
    }

 */

}