@font-face {
    font-family: MetaHeadlineWeb;
    src: url("../fonts/MetaHeadlineWeb.woff") format("woff");
}

@font-face {
    font-family: MetaHeadlineWeb-Light;
    src: url("../fonts/MetaHeadlineWeb-Light.woff") format("woff");
}

body {
    color: #666;
    font-family: MetaHeadlineWeb, sans-serif;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 13px;
}

div, input, select, textarea, span, img, table, label, td, th, p, a, button, ul, code, pre, li {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.container {
    max-width: 1200px;
    padding: 20px;
}

.c-logo img.logo-club {
    max-width: 200px;
}

.c-logo img.logo-pa {
    max-width: 250px;
}

.c-title {
    padding-top: 20px;
    text-align: center;
    color: #fff;
}

.c-title h1 {
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #6F6F6F;
}

.c-title h4 {
    margin-top: 0;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #6F6F6F;
}

.c-title a,
.c-title a:hover,
.c-title a:visited {
    color: #fff;
    text-decoration: underline;
}

.c-body {
    margin-top: 30px;
    /*padding: 30px;*/
}

.c-info {
    background: url(../img/bg/bg-white-lock.png) repeat;
    min-height: 300px;
    margin: 0 0 25px 0;
    padding-top: 5px;
    text-align: center;
}

.c-info.large {
    min-height: 360px;
}

.c-info .imagen-tienda {
    margin-bottom: 10px;
}

.c-info .dcto-tienda {
    color: #fff;
    font-family: MetaHeadlineWebLight, sans-serif;
    text-shadow: 0 1px 0 #6F6F6F;
    padding: 0 10px;
    max-height: 125px;
    overflow: auto;
}

.c-info .dcto-tienda .dcto {
    font-size: 1.2em;
    font-weight: 600;
    display: block;
}

.c-info .dcto-tienda .dcto .titulo {
    font-weight: normal;
    font-size: 0.9em;
}

.c-info .dcto-tienda .desc {
    font-weight: normal;
    display: block;
}

.logo-amex {
    height: 19px;
    width: 30px;
    background: url('../img/logo-tarjeta.png') no-repeat 50% 50%;
    background-size: 100%;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    top: 4px;
}

.c-legales {
    margin-top: 10px;
    text-align: center;
    font-size: 1em;
    color: #eaeaea;
}

.tooltip-inner {
    color: #fff;
    background: rgba(30, 103, 179, .8);
}

.tooltip.top .tooltip-arrow {
    border-top-color: rgba(30, 103, 179, .8);
}

.transition-all {
    transition: all .2s ease-out;
}

.go-up {
    opacity: 0;
    position: fixed;
    bottom: 0;
    right: 15px;
    z-index: 999;
    font-size: 3em;
    color: rgba(255, 255, 255, .5);
    transition: all .2s ease-out;
    background: transparent;
}

.go-up.show {
    opacity: 1;
    bottom: 10px;
}

.go-up > i {
    cursor: pointer;
}

@media (max-width: 991px) {
    .c-logo img.logo-club {
        margin-bottom: 15px;
    }

    .c-body {
        padding: 0 75px;
    }

    .c-info .dcto-tienda {
        padding: 0 25px;
    }
}

@media (max-width: 768px) {
    .c-logo img.logo-club {
        max-width: 190px;
    }

    .c-body {
        padding: 0 75px;
    }

    .c-info {
        min-height: 100%;
        padding: 15px 0 15px 0;
    }
}

@media (max-width: 479px) {
    .c-logo img.logo-club,
    .c-logo img.logo-pa {
        max-width: 130px;
    }

    .c-body {
        padding: 0;
    }

    .c-title h1 {
        font-size: 1.8em;
    }

    .c-title h4 {
        font-size: 1.2em;
    }
}

a.btn-link,
a.btn-link:hover,
a.btn-link:active,
a.btn-link:visited {
    margin: 0 auto;
    padding: 12px;
    display: block;
    background-color: #5390cf;
    color: #fff;
    text-align: center;
    text-decoration: none;
    width: 35%;
}