@font-face {
    font-family: HelveticaNeueThinItalic;
    src: url('../fonts/HelveticaNeue-ThinItalic.otf');
}

@font-face {
    font-family: HelveticaNeueThin;
    src: url('../fonts/HelveticaNeue-Thin.otf');
}

@font-face {
    font-family: KeepCalmMedium;
    src: url("../fonts/KeepCalm-Medium.eot?") format("eot"), url("../fonts/KeepCalm-Medium.woff") format("woff"), url("../fonts/KeepCalm-Medium.ttf") format("truetype"), url("../fonts/KeepCalm-Medium.svg#KeepCalm-Medium") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: HelveticaNeueThinItalic;
}

@media screen and (min-width: 1200px) {
    body {
        background: url(../images/BANNER-LATERALES.gif);
        background-size:100%;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
}

.container {
    /*background: #ffffff;*/
    width: 970px;
    z-index: 10;
    padding-right: inherit;
     padding-left: inherit;
}

.header > .logo {
    /*background-color: #000000;*/
    width: 970px;
    margin: 0 auto;
}

.bg-danger {
    background: #ff3019; /* Old browsers */
    background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0); /* IE6-9 */
}

.oferta-dia {
    margin-bottom: 15px;
}

.oferta-dia > div > h1 {
    color: #ffffff;
}

.img-center {
    margin: 0 auto;
}

.header > .fechas {
    padding-top: 15px;
    height: 92px;
}

.paga4meses {
    height: 186px;
}

.paga4meses img {
    padding: 59px 0 59px 0;
    width: 100%;
    margin: 0 auto;
}

.nav-palas > div > img {
    margin: 0 auto;
}

hr {
    border-top: 2px solid #000;
}

.img-responsive {
    margin: 0 auto;
}

.btns-zapatillas {
    padding-left: 30px;
}

.btns-zapatillas > .row {
    width: 90%;
    float: right;
    padding-top: 40px;
    margin-right: 10px;
}

.otros > div > p {
    font-style: italic;
    font-size: 30px;
    margin: 0;
    border: solid;
    font-weight: bold;
}
.otros > div > a > img{
    margin-top:20px;
}

.otros p {
    margin: 0 0 5px;
}

.otros a {
    font-size: 22px;
    font-weight: bold;
    color:#68cc1b;
}

.clausula{
    padding-bottom: 30px;
}
.clausula p {
    font-size: 15px;
}

.texto-footer {
    font-family: HelveticaNeueThin;
}

.texto-footer h2 {
    text-align: center;
    text-transform: uppercase;
}

.texto-footer p {
    text-align: center;
    font-size: 20px;
}

.left-arrow {
    position: absolute;
    float: left;
    top: 150px;
    left: -21px;
    background: url('../img/arrow-left.png') no-repeat;
    width: 30px;
    height: 30px;
}

.right-arrow {
    position: absolute;
    float: right;
    top: 150px;
    right: -35px;
    background-image: url(../img/arrow-right.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

.owl-carousel {
    width: 97%;
    margin: 0 auto;
}

.owl-theme .owl-nav.disabled {
    display: block !important;
}

.producto {
    height: 210px;
}

.proximas-ofertas {
    /*font-family: KeepCalmMedium;*/
    /*background-color: #ededed;*/
    /*height: 210px;*/
    /*margin-left: 15px;*/
    /*width: 471px;*/
    font-family: KeepCalmMedium;
    /* background-color: #ededed; */
    height: 210px;
    margin-left: 70px;
    margin-right: 70px;
    margin-top: 90px;
    width: 360px;
}

.proximas-ofertas h2 {
    text-align: center;
}

.proximas-ofertas > h2:nth-child(1) {
    padding-top: 59px;
    margin-bottom: -25px;
    color: #6c6c6c;
    font-size: 36px;

}

.proximas-ofertas > h2:nth-child(2) {
    color: #000000;
    font-size: 42px;
}

.center-block {
    margin: 0 auto;
}

.footer {

    bottom: 0;
    height: 256px;
    background: rgb(5,195,0);
    color: #FFFFFF;
    text-align: center;
}

.form-inline .form-control {
    width: 280px;

}

.footer > .row > div:nth-child(2) {
    padding-top: 50px;
}

.cronoferta{

    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 85%, rgba(230,230,230,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(85%, rgba(255,255,255,1)), color-stop(100%, rgba(230,230,230,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 85%, rgba(230,230,230,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 85%, rgba(230,230,230,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 85%, rgba(230,230,230,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 85%, rgba(230,230,230,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=1 );
    height: 220px;

}
.cronoferta .descuento{
    position: relative;
    top: -184px;
    left: 74%;
    width: 50px;
    text-align: right;
    font-weight: bolder;
    font-size: 26px;
    line-height: 0.7;
}
.cronoferta .descuento .numero{
    font-size: 28px;
    font-family:Arial;
}
.cronoferta .descuento .texto{
    font-weight: bolder;
    font-size: 20px;

}

.cronoferta .reloj{
    position: relative;
    top: -162px;
    left: 81%;
}

.cronoferta .precio{
    position: relative;
    top: -145px;
    left: 64%;
    font-family: Arial;
    color: #f30000;
    font-weight: bold;
}
.cronoferta .precio .grande{
    font-size: 30px;
}

.cronoferta .nombre_producto{
    position: relative;
    top: -125px;
    left: 3%;

}

.enlace_cronoferta{
    text-decoration: none !important;
    color:black;
}

.banners_palas img{
    margin-left:60px;
}

.recuadro_niveles{
    padding-top: 6px;
    margin-top: 30px;
    height: 60px;
    width: 90%;
    color: black;
    border: solid;
    font-size: 30px;
    font-weight: bold;
}

.productos_del_dia{
    margin-left: 55px;
}

.boton_comprar_imagen{
    height: 30px;
    margin-left: 30px;
    width:150px !important;
}

.logo{
    height:80px;

}
.logo_container{
    padding-top: 25px !important;
}
.imagen_unisex{
    position: relative;
    top: 100px;
    height: 350px;
}
.imagen_hombre{
    position: relative;
    top: -87px;
    height: 330px;
    left: 460px;


}
.imagen_mujer{
    top: -40px;
    left: 0px;
    /* right: 0px; */
    height: 254px;
    position: relative;

}

.circulo_descuento{
    background-color:#68cc1b;
    width: 45px;
    height: 45px;
    border-radius: 22px;
    color:white;
    font-weight:bold;
    text-align: center;
    padding-top: 11px;


}