<@charset "UTF-8";

/* Bootstrap changes */

.nav-tabs-product {
    border-bottom-color: #657786;
}

.nav-tabs-product li {
    margin-right: 1.4em;
}

.nav-tabs-product li a {
    font-size: 1.17em;
    font-weight: 700;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    background: #f5f5f5;
    color: #6f808e;
    border-bottom-color: #657786;
    padding: 1em 3.38em;
}

.nav-tabs-product li a:hover {
    border-bottom-color: #657786;
}

.nav-tabs-product li.active>a,
.nav-tabs-product li.active>a:hover,
.nav-tabs-product li.active>a:focus {
    border-color: #657786;
    border-bottom-color: transparent;
    color: #6f808e;
}

.btn {
    border-radius: 0;
    -webkit-transition: background 0.3s ease-out, color 0.3s ease-out;
    -o-transition: background 0.3s ease-out, color 0.3s ease-out;
    transition: background 0.3s ease-out, color 0.3s ease-out;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

.form-control {
    border-radius: 0;
}

.dropdown-menu-full-height {
    /*height: 100vh;*/
}


/* General */

body {
    color: #2e2e2e;
}

.rating-value {
    color: #0097e4;
    font-size: 1.2em;
}


/* Herores btns */

.btn-heroes-basico {
    width: 180px;
    line-height: 40px;
    border: 0;
    padding: 0;
    font-size: 1.17em;
}

.btn-heroes-grande {
    width: 280px;
    line-height: 60px;
    font-size: 1.67em;
}

.btn-light-blue {
    background: #0097e4;
    color: #fff;
    font-size: 1.33em;
    text-align: center;
}

.btn-light-blue:hover {
    background-color: #01c9f3;
    color: #fff;
}

.btn-secondary {
    border: 1px solid #e2e2e2;
    background: none;
    color: #2e2e2e;
}

.btn-secondary:hover {
    background-color: #e2e2e2;
}

.btn-white {
    background: #fff;
    color: #2e2e2e;
}

.btn-white:hover {
    background: #f5f5f5;
    color: #0097e4;
}


/*
  ########
  Navbars
  ########
*/

.top-bar {
    background: #2e2e2e;
}

.top-bar .navbar-topbar {
    margin: 0;
    padding: 0;
    min-height: auto;
}

.top-bar .navbar-topbar li a {
    padding: 0.5em 1em;
    color: #fff;
}

.top-bar .navbar-topbar li a:hover,
.top-bar .navbar-topbar li a:active,
.top-bar .navbar-topbar li a:focus {
    background: #01c6f0;
    color: #fff;
}

.top-bar .navbar-topbar .open a {
    background: #80dcf7;
    color: #2e2e2e;
}

.top-bar .navbar-topbar .open a:hover,
.top-bar .navbar-topbar .open a:focus {
    background: #a9e7f9;
    color: #2e2e2e;
}

.top-bar .btn {
    border: 0;
}

.top-bar .dropdown-menu {
    background: #80dcf7;
    border-radius: 0;
    border: 0;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    min-width: 165px;
    padding-bottom: 0.5em;
}

.top-bar .dropdown-menu li {
    background: #80dcf7;
    padding: 0.5em 0.5em 0;
}

.top-bar .dropdown-menu li a {
    background: #80dcf7;
}

.top-bar .dropdown-menu li a:hover {
    background: #a9e7f9;
}

.navbar-heroes {
    padding: 1.6em 0;
    margin-bottom: 0;
    background: #fff;
    width: 100%;
    z-index: 3;
    border-radius: 0;
    top: 0;
}

.navbar-heroes .navbar-brand {
    padding: 0;
    height: auto;
}

.navbar-nav-main-menu > li > a {
  padding-left: 8px;
  padding-right: 8px;
}

.navbar-nav-main-menu a {
    font-size: 1.33em;
    color: #2e2e2e;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar-nav-main-menu li>a:hover {
    background: #fff;
    color: #0097e4;
}

.navbar-nav-main-menu .active>a:active,
.navbar-nav-main-menu .active>a:hover,
.navbar-nav-main-menu .active>a:visited {
    background: #fff;
    color: #0097e4;
}

.navbar-nav-main-menu .open>a {
    background: #fff;
}

.navbar-nav-main-menu .open>a:hover,
.navbar-nav-main-menu .open>a:active {
    background: #fff;
}

.navbar-nav-main-menu .user-bar-link {
    font-size: 1.17em;
    padding-top: 0.5em;
    padding-bottom: 0;
}

.navbar-nav-main-menu .user-bar-link span {
    display: inline-block;
}

.navbar-nav-main-menu .user-bar-link img {
    vertical-align: top;
}

.navbar-nav-main-menu .user-bar-link .img-wrapper {
    position: relative;
    vertical-align: top;
}

.navbar-nav-main-menu .user-bar-link .user-badge-mini {
    position: absolute;
    left: -12px;
    top: -3px;
    width: 64px;
    height: 64px;
    z-index: 1;
    background-size: 100%;
    background-repeat: no-repeat;
}

.navbar-nav-main-menu .user-bar-link .user-badge-mini-level-0 {
    background-image: url("../img/user-badge-level-0.png");
}

.navbar-nav-main-menu .user-bar-link .user-badge-mini-level-1 {
    background-image: url("../img/user-badge-level-1.png");
}

.navbar-nav-main-menu .user-bar-link .user-badge-mini-level-2 {
    background-image: url("../img/user-badge-level-2.png");
}

.navbar-nav-main-menu .user-bar-link .user-badge-mini-level-3 {
    background-image: url("../img/user-badge-level-3.png");
}

.navbar-nav-main-menu .user-bar-link .user-badge-mini-level-4 {
    background-image: url("../img/user-badge-level-4.png");
}

.navbar-nav-main-menu .user-bar-link .text-wrapper {
    font-size: 1.3em;
    margin-top: 10px;
    margin-left: 10px;
}

.navbar-nav-main-menu .user-bar-link .badge-user {
    background: #d22323;
    color: #fff;
    font-size: 0.83em;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    width: 16px;
    height: 16px;
    line-height: 14px;
    bottom: -5px;
    right: -5px;
    z-index: 2;
}

.navbar-nav-main-menu .user-bar-link-mini .user-badge-mini {
    width: 100px;
    height: 100px;
    left: -18px;
}

.navbar-nav-main-menu .user-bar-link-mini .text-wrapper {
    margin-top: 0;
}

.navbar-sticky .navbar-nav-main-menu a {
    font-size: 1.10em;
}


/* Barra lateral de usuario */

.user-avatar {
    max-width: 62px;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.user-avatar-mini {
    max-width: 40px;
    height: auto;
}

.navbar-nav-main-menu .dropdown-menu-user {
    border: 0;
    padding: 0;
    border-top: 2px solid #0097e4;
}

.navbar-nav-main-menu .dropdown-menu-user:before {
    content: "";
    position: absolute;
    right: 49%;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #0097e4 transparent;
    z-index: 9999;
}

.navbar-nav-main-menu .dropdown-menu-user .lost-pwd-link {
    color: #0097e4;
    font-size: 1em;
}

.user-bar-options {
    background: #f5f5f5;
}

.barra-cesta-listado {
    padding: 3em 2em;
}

.barra-cesta-item .cesta-link {
    font-size: .9em;
}

.barra-cesta-item .cesta-link span {
    display: block;
    margin-top: 5px;
    color: #0097e4;
}

.navbar-nav-main-menu .barra-cesta-item .cesta-link {
    font-size: .9em;
}

.logged-in-wrapper {
    padding: 1em 2em;
}

.logged-in-wrapper .btn-ir-a-cesta {
    padding: 3px 6px;
    color: #fff;
}

.logged-in-wrapper .btn-ir-a-cesta img {
    vertical-align: unset;
    max-width: 11px;
}

.barra-link-cesta {
    color: #657786;
    font-size: .9em;
}

.barra-link-cesta img {
    vertical-align: top;
    margin-left: 8px;
}

.user-resume {
    color: #657786;
    font-weight: bold;
    margin-top: 20px;
    font-size: 1.1em;
}

.user-resume img {
    margin-right: 1em;
}

.user-total {
    color: #657786;
    font-size: 1em;
}

.user-total a {
    font-size: 1em;
    color: #0097e4;
}

.barra-cesta-wrapper {
    border-top: 1px solid #e8ebed;
}

.user-bar-options {
    text-align: center;
}

.user-bar-options .btn {
    padding: 6px 10px;
    border: 0;
}

.user-bar-options .btn-light-blue {
    color: #fff;
}

.not-logged-in-wrapper {
    padding: 1em;
}

.not-logged-in-wrapper h3 {
    font-size: 1.3em;
    padding-top: 0;
    margin-top: 0;
}

.signup-form-wrapper h3 {
    font-weight: bold;
}

.login-form-wrapper h3 {
    font-weight: normal;
}


/* Retos */

.modal-vc {
    text-align: center;
    padding: 0 !important;
}

.modal-vc .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-vc:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-reto .modal-content {
    background-color: #0097e4;
    background-image: url("../img/fondo-reto.png");
    background-repeat: no-repeat;
    background-position: left center;
    color: #fff;
    border-radius: 35px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

.modal-reto .modal-content .modal-body {
    padding: 5px;
}

.modal-reto .modal-content .modal-reto-msg {
    overflow: auto;
}

.modal-reto .modal-content h2 {
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 1.5em;
    font-weight: normal;
}

.modal-reto .modal-content p {
    margin: 3px 0;
    font-weight: bold;
}

.modal-reto .modal-content img {
    margin-right: 15px;
}


/* Modales  custom */

.modal-heroe .modal-content {
    border-radius: 20px;
    background-image: url("../img/logo-heroes/logoheroes-simple-mitad.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
}

.modal-heroe .modal-header {
    border-bottom: 0;
}

.modal-heroe .modal-heroe-msg {
    padding: 2em 9em 8em 12em;
}

.modal-heroe .modal-heroe-msg h2,
.modal-heroe .modal-heroe-msg h3 {
    margin: 0;
    padding: 0;
}

.modal-heroe .modal-heroe-msg h2 {
    font-size: 2.6em;
    font-weight: bold;
}

.modal-heroe .modal-heroe-msg h3 {
    margin-bottom: 1em;
}

.modal-heroe .close {
    opacity: 1;
}

.section-general {
    padding: 5em 0;
}


/*
  #####
  Home
  #####
*/

.home-hero .img-home-hero {
    max-height: 380px;
}

.home-hero .hero-big-wrapper {
    margin: 1em 1em 1em 0;
}

.home-hero .home-hero-product-title {
    color: #fff;
    font-weight: 700;
    font-size: 1.8em;
    margin: 0 0 .5em 0;
}

.home-hero .home-hero-product-title small {
    font-size: .5em;
    display: block;
    color: #fff;
    font-weight: normal;
}

.home-hero .home-hero-product-author {
    font-size: 1em;
    font-weight: 700;
    color: #fff;
}

.home-hero .row-hero-media-featured .col-hero-media-featured {
    display: table-cell;
}

.home-hero .row-hero-media-featured .col-hero-media-featured-2 {
    vertical-align: bottom;
}

.home-hero .home-hero-product-like {
    margin-top: 1em;
    color: #fff;
    line-height: 32px;
}

.home-hero .banner-home,
.home-hero .col-big-bg {
    background-size: cover;
    background-repeat: no-repeat;
}

.home-hero .banner-home-1 {
    color: #fff;
    height: 190px;
    padding: 1em;
}

.home-hero .banner-home-2 {
    padding: 1em;
}

.home-hero .media-product-home {
    color: #fff;
}

.home-hero .media-product-home .media-body {
    max-width: 210px;
}

.home-hero .media-product-home h5 {
    font-weight: bold;
}

.home-hero .media-product-home .launch-date {
    color: #0097e4;
    font-weight: bold;
}

.col-related-product {
    margin-bottom: 4em;
}

.home-featured {
    background: #f5f5f5;
    padding: 3em 0;
}

.home-featured .bg-gray {
    background: #2e2e2e;
    height: 100%;
}

.home-featured .btn {
    font-size: 1.33em;
    line-height: 60px;
    padding: 0;
    border: 0;
    text-align: left;
    margin-bottom: 10px;
}

.home-featured .btn .ico {
    margin-right: 2em;
    margin-left: 1.5em;
}

.home-featured .btn-heroes-envios {
    background: #01c9f3;
    color: #fff;
}

.home-featured .btn-heroes-comunidad {
    background: #004a72;
    color: #fff;
}

.home-featured .btn-heroes-proximamente {
    background: #0097e4;
    color: #fff;
    margin-bottom: 0;
}


/* 
  #############
  Page product 
  #############
*/

.section-heading {
    font-size: 2.6em;
    font-weight: 700;
    margin: 0 0 0.1em 0;
    padding: 0;
}

.section-subheading {
    font-size: 2em;
    margin: 0;
    padding: 0;
}

.section-product-versions {
    background: #f5f5f5;
    padding-top: 1em;
}


/* Product hero */

.section-product-hero {
    background-repeat: no-repeat;
    background-size: cover;
}

.section-product-hero .inner {
    padding: 2em 0 1em 0;
}

.col-hero-info .hero-product-title {
    font-size: 3em;
    color: #fff;
    padding: 0;
    margin: 0.1em 0;
    /*text-align: right;*/
}

.col-hero-info .hero-product-author {
    font-size: 2em;
    padding: 0;
    margin: 0;
    text-align: right;
    color: #fff;
    font-weight: 700;
}

.col-hero-info .hero-price-info {
    font-size: 2em;
    padding-top: 0.4em;
    margin-top: 0.5em;
    border-top: 2px solid #0097e4;
    text-align: right;
}

.col-hero-info .hero-version {
    color: #5d5d5d;
}

.col-hero-info .hero-price {
    color: #fff;
}

.col-hero-info .btn-add-to-cart {
    margin: 0.5em 0 1em 0;
    width: 100%;
}

.col-hero-info .btn-white {
    font-size: 1.17em;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    width: auto;
}

.col-hero-info .hero-more-links {
    color: #fff;
    font-size: 1.17em;
    padding-top: 1em;
}

.col-hero-info .hero-more-links a {
    color: #fff;
}


/* Product info section */

.section-product-details {
    padding: 5.8em 0;
}

.carousel-product .carousel-control.right,
.carousel-product .carousel-control.left {
    background: none;
}

.carousel-product .carousel-control {
    color: #ddd;
}

.product-info .product-title {
    font-size: 2.67em;
    padding: 0;
    font-weight: 700;
    margin: 0.1em 0;
}

.product-info .product-author {
    font-size: 2em;
    margin: 0;
    padding: 0;
}

.product-info .rating-value {
    padding: 1em 0;
}

.product-info .tab-inner-content {
    margin: 1.2em 0;
}

.product-info .product-options {
    border-top: 1px solid #e2e2e2;
    padding-top: 1em;
    margin-top: 1em;
    overflow: auto;
}

.product-info .product-options .btn-product-option {
    width: 100%;
}

.product-info .product-options .btn-col {
    float: left;
    width: 40%;
    padding: 0 1%;
}

.product-info .product-options .btn-col-first {
    width: 20%;
    padding: 0;
}

.product-info .product-options .btn-col-last {
    padding: 0;
}

.product-info .product-quantity-wrapper {
    border-top: 1px solid #e2e2e2;
    padding-top: 0.6em;
    margin-top: 1em;
}

.product-info .label-product-quantity {
    padding-top: 1em;
    font-weight: normal;
}

.product-info .product-quantity {
    color: #0097e4;
    font-size: 1.4em;
    font-weight: 700;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border: 0;
}

.product-info .btn-counter {
    background: none;
    color: #000;
}

.product-info .btn-counter:hover {
    color: #004a72;
}

.product-info .product-price-options {
    border-top: 1px solid #e2e2e2;
    padding-top: 2em;
    margin-top: 1em;
}

.product-info .product-price-options .product-price {
    font-size: 2em;
    color: #000;
    font-weight: bold;
}

.product-info .product-price-options .col-buying-options {
    font-size: 1.17em;
}


/* Product versions section */

.heading-versions {
    text-align: center;
    font-size: 2.8em;
    font-weight: bold;
    z-index: 2;
    position: relative;
    -webkit-transition: color 0.5s easei-in;
    -o-transition: color 0.5s easei-in;
    transition: color 0.5s easei-in;
    margin-top: 2em;
}

.heading-versions small {
    display: block;
    padding-top: 10px;
    font-weight: lighter;
    font-size: 0.7em;
    color: #2e2e2e;
}

.section-product-versions {
    margin-bottom: 5em;
    position: relative;
    padding: 0;
}

.section-product-versions .block-wrapper-background {
    height: 100%;
    width: 100%;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}

.section-product-versions-active .heading-versions {
    color: #fff;
}

.section-product-versions-active .heading-versions small {
    color: #fff;
}

.block-versions-wrapper {
    position: relative;
    min-height: 550px;
    overflow: hidden;
}

.block-versions-wrapper .block-version {
    text-align: center;  
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: 2;
}

.block-versions-wrapper .block-version:hover {
    bottom: 0;
}

.block-versions-wrapper .block-version:hover h3 {
    color: #fff;
}

.block-version img {
  margin: 0 auto;
}

.block-versions-wrapper .block-version h3 {
    font-size: 2em;
    margin-bottom: 1em;
}

.block-versions-wrapper .block-version-1 {
    max-width: 297px;
    left: 0;
}

.block-versions-wrapper .block-version-2 {
    max-width: 297px;
    right: 0;
}


/* Author bio section */

.section-product-author {
    padding: 2em 0;
}

.section-product-author .heading-author-bio {
    font-weight: 700;
    font-size: 2.6em;
    margin: 0.1em 0;
    padding: 0;
}

.section-product-author .heading-about-author {
    font-size: 2em;
    margin: 0;
}

.section-product-author .author-bio-text {
    text-align: justify;
    margin-top: 1em;
}

.section-product-description {
    text-align: justify;
    margin-top: 1em;
}


/* Users ratring section */

.col-light-gray-bg {
    background: #f5f5f5;
}

.col-left-ratings {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
}

.col-left-ratings .quote {
    background: #404040;
    color: #fff;
    font-size: 1.5em;
    padding: 3em;
    max-width: 400px;
    padding-right: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    top: 5.2em;
    font-style: italic;
    padding: 3em 4em 3em 3em;
}

.col-left-ratings .quote-author {
    font-weight: bold;
    text-align: right;
}

.col-right-ratings .section-heading {
    margin-bottom: 2em;
}

.col-right-ratings .inner {
    max-width: 610px;   
}

.section-user-ratings .media-left {
    padding-right: 2.5em;
}

.section-user-ratings .user-rating-item .user-photo {
    max-width: 65px;
    height: auto;
    border: 1px solid #0097e4;
    border-radius: 50%;
    margin-bottom: 1em;
}

.section-user-ratings .user-rating-item .user-type,
.section-user-ratings .user-rating-item .user-thropies-count {
    font-size: 0.83em;
    text-align: center;
}

.section-user-ratings .user-rating-item .user-name {
    font-size: 2em;
}

.section-user-ratings .user-rating-item .user-name small {
    font-size: .5em;
    padding-left: 1em;
    color: #c4c4c4;
}

.section-user-ratings .user-rating-item .rating-value {
    margin-bottom: 1.5em;
}

.section-user-ratings .row-equal {
  background: #f5f5f5;
}


/* Social share section */

.section-social-stripe {
    background: #0097e4;
    color: #fff;
    padding: 4em 0;
}

.section-social-stripe .share-title {
    font-size: 1.5em;
    margin-right: 1em;
}

.section-social-stripe .btn-social-share {
    font-size: 1.6em;
    color: #fff;
    margin: 0 0.5em;
}

.section-social-stripe .btn-secondary {
    color: #fff;
}

.section-social-stripe .btn-secondary:hover {
    color: #2e2e2e;
}


/* Related products */

.section-related-products {
    padding: 5em 0;
}

.section-related-products .related-products-list {
    margin-top: 5em;
}

.section-related-products .col-related-product {
    text-align: center;
}

.section-related-products .col-related-product .related-product-img {
    margin: 0 auto;
}

.section-related-products .col-related-product .related-product-name {
    font-weight: bold;
    font-size: 1.33em;
    margin: 1em 0 0.1em 0;
}

.section-related-products .col-related-product .related-product-name a {
    color: #2e2e2e;
}

.section-related-products .col-related-product .related-product-name .related-product-subtitulo {
    font-size: 0.8em;
    font-weight: normal;
    margin: 0;
}

.section-related-products .col-related-product .related-product-author {
    font-size: 1.33em;
    font-weight: normal;
    margin: 0;
}

.section-related-products .col-related-product .related-product-desc {
    margin: 0;
    font-size: 1em;
}

.section-related-products .col-related-product .related-product-price {
    font-size: 1.5em;
    padding: .5em 0;
    margin-bottom: 0;
}


/* 
  Zona de usuario 
*/

.banner-mizona {
    background-color: #014668;
    background-size: auto 100%;
}
.banner-mizona a {
    color: #73beff;
}
.banner-mizona a:hover {
    color: #2198ff;
}

.banner-mizona .mizona-edit-link {
    color: #fff;
    font-size: 1.3em;
    margin-top: 2em;

}

.banner-mizona .user-resume {
    color: #fff;
}

.nav-tabs-heroes {
    border-bottom: 0;
}

.nav-tabs-heroes li>a {
    border-radius: 0;
    padding: 10px 10px;
}

.nav-tabs-heroes li.active {
    border: 0;
}

.nav-tabs-heroes li.active a {
    color: #0097e4;
    font-weight: bold;
}

.nav-tabs-mis-pedidos li a {
    color: #fff;
    border: 0;
}

.nav-tabs-mis-pedidos li a:hover {
    color: #0097e4;
}

.achivements-wrapper .header {
    background: #f4f4f4;
    overflow: auto;
    padding-top: 1em;
    padding-bottom: 1px;
}

.achivements-wrapper .header h3 {
    margin: 0 0 1em 0;
    padding-right: 1em;
}

.achivements-wrapper .achivements-list-wrapper {
    background: #fff;
    padding-top: 3em;
}

.achivements-wrapper .achivements-list-wrapper .item {
    margin-bottom: 2em;
}

.user-level-badge {
    width: 378px;
    height: 278px;
    position: relative;
    padding-top: 3%;
}

.user-level-badge .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

.user-level-badge img {
    display: block;
    max-width: 54%;
    margin: 0 auto;
    border-radius: 50%;
}


/* Diferentes overlays según nivel */

.user-level-badge-level-0 .overlay {
    background-image: url("../img/user-badge-level-0.png");
}

.user-level-badge-level-1 .overlay {
    background-image: url("../img/user-badge-level-1.png");
}

.user-level-badge-level-2 .overlay {
    background-image: url("../img/user-badge-level-2.png");
}

.user-level-badge-level-3 .overlay {
    background-image: url("../img/user-badge-level-3.png");
}

.user-level-badge-level-4 .overlay {
    background-image: url("../img/user-badge-level-4.png");
}

.progress-achivement {
    height: 18px;
    border-radius: 0;
    margin-top: .8em;
}

.progress-achivement .progress-bar {
    background-color: #82ca9c;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000000; 
}

.user-upgrades {
    background: #014668;
    padding: 1em;
}

.user-upgrades h4 {
    font-weight: bold;
    margin-bottom: 0;
}

.user-upgrades .upgrade-includes {
    font-size: .9em;
    margin-top: 0;
}

.user-upgrades .feature-list p {
    padding: 1em;
    margin: 0;
}

.user-upgrades .upgrade-price {
    font-weight: bold;
    font-size: 1.2em;
    padding: 1em;
    margin-bottom: 0;
}

.user-upgrades .upgrade-cta {
    padding: 1em;
}

.user-upgrades .btn-user-upgrade {
    background: #0097e4;
    color: #fff;
}

.upgrades-claim {
    color: #fff;
}

.upgrades-claim .color-light-blue {
    color: #0097e4;
}

.upgrades-claim h2 {
    font-size: 2.4em;
    font-weight: bold;
    margin-bottom: 0;
}

.upgrades-claim h3 {
    margin-top: 0;
}

.upgrade-level-0 .feature-list .odd {
    background: #898989;
}

.upgrade-level-1 .feature-list .odd {
    background: #cb9f86;
}

.upgrade-level-2 .feature-list .odd {
    background: #cfd3d6;
}

.upgrade-level-3 .feature-list .odd {
    background: #f3d371;
}

.upgrade-col-content {
    background: #fff;
    margin-bottom: 3em;
}

.upgrade-col-content .badge-wrapper {
    position: relative;
    top: -3em;
}

.upgrade-col-content .user-level-badge {
    max-width: 100%;
    min-height: 140px;
    height: auto;
    margin: 0 auto;
}

.upgrade-col-content .user-level-badge img {
    max-width: 59%;
}

.footer-mizona {
    background: #0097e4;
    color: #fff;
}

.footer-mizona .footer-content img {
    padding-top: 1.5em;
}

.footer-mizona .footer-content li a {
    padding: 0.5em
}

.footer-mizona .footer-nav-bottom {
    background-image: url("../img/footer-nav-bg.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    margin-top: 1.0em;
}

.footer-mizona .footer-nav-bottom a {
    color: #fff;
    text-decoration: underline;
}

.footer-mizona .footer-nav-bottom:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0097e4+0,ffffff+50,0097e4+100 */
    background: #0097e4;
    /* Old browsers */
    background: -moz-linear-gradient(left, #0097e4 0%, white 50%, #0097e4 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0097e4 0%, white 50%, #0097e4 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#0097e4), color-stop(50%, white), to(#0097e4));
    background: -o-linear-gradient(left, #0097e4 0%, white 50%, #0097e4 100%);
    background: linear-gradient(to right, #0097e4 0%, white 50%, #0097e4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0097e4', endColorstr='#0097e4', GradientType=1);
    /* IE6-9 */
    margin-bottom: 1em;
}

.footer-mizona .footer-nav a {
    color: #fff;
    font-size: 1.2em;
}

.footer-mizona .footer-nav a:hover {
    color: #014668;
}

.footer-mizona .footer-aditional-data {
    font-size: 1.2em;
}

.footer-mizona .social-links {
    margin-bottom: 1em;
}

.social-icon-circled {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    display: inline-block;
    text-align: center;
    line-height: 1.8em;
    color: #fff;
    margin-left: .3em;
}
.up-icon {
    font-size: 3em;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    display: inline-block;
    text-align: center;
    line-height: 1.8em;
    color: #c1c1c1;
    margin-left: .3em;
}

/* Cesta */

.banner-cesta {
    margin-bottom: 1.5em;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,014668+100 */
    background: white;
    /* Old browsers */
    background: -moz-linear-gradient(left, white 0%, #014668 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, white 0%, #014668 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(white), to(#014668));
    background: -o-linear-gradient(left, white 0%, #014668 100%);
    background: linear-gradient(to right, white 0%, #014668 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#014668', GradientType=1);
    /* IE6-9 */
}

.banner-cesta .title {
    background-image: url("../img/logo-heroe-cesta.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.banner-cesta h1 {
    padding-left: 6em;
    font-weight: bold;
    color: #fff;
}


/* Checkout - formas de pago */

.checkout-payment-method-wrapper {
    background: #f4f4f4;
    padding: 2em 3em;
}

.checkout-payment-method-wrapper h2 {
    margin: 0;
    font-weight: bold;
}

.payment-method {
    font-size: 1.2em;
    padding: .5em 0;
    margin: .5em 0;
}

.payment-method .radio {
    margin-bottom: 0;
}

.payment-method .radio label {
    padding-right: 30px;
    padding-left: 0;
}

.payment-method .radio input[type="radio"] {
    right: 0;
}

.payment-method-with-separator:before {
    content: "";
    display: block;
    width: 85%;
    height: 2px;
    background-color: #75daf6;
    margin: .3em auto 1em auto;
}

.monedero-virtual-wrapper {
    background: #75daf6;
    padding: 2em;
}

.monedero-virtual-wrapper .media-heading {
    color: #fff;
    font-weight: bold;
}

.monedero-virtual-wrapper .media-body {
    padding-left: 1.5em;
}

.monedero-virtual-wrapper .input-group-monedero {
    max-width: 130px;
    border-color: #fff;
}

.monedero-virtual-wrapper .input-group-monedero .form-control,
.monedero-virtual-wrapper .input-group-monedero .input-group-addon {
    border-color: #fff;
    border-radius: 0;
    background: #75daf6;
    color: #fff;
}

.monedero-virtual-wrapper .input-group-monedero .form-control {
    border-right: 0;
}

.monedero-virtual-wrapper .input-group-monedero .input-group-addon {
    border-left: 0;
}

.section-formaspago .banner-cesta {
    margin-bottom: 0;
}


/* Cesta */

.tabla-cesta {
    font-size: 1.2em;
}

.tabla-cesta td {
    text-align: left;
    vertical-align: middle;
    border: 0;
}

.tabla-cesta thead>tr>th,
.tabla-cesta tbody>tr>th,
.tabla-cesta tfoot>tr>th,
.tabla-cesta thead>tr>td,
.tabla-cesta tbody>tr>td,
.tabla-cesta tfoot>tr>td {
    text-align: left;
    vertical-align: middle;
    border: 0;
}

.btn-start-checkout {
    background-color: #75daf6;
}

a {
    outline: 0;
}

a:link {
    text-decoration: none;
}

/* visited link */
a:visited {
    text-decoration: none;
}

/* mouse over link */
a:hover {
    text-decoration: none;
}

/* selected link */
a:active {
    text-decoration: none;
}

.height190 {
    height: 190px;
}

.height229 {
    height: 229px;
}

.rojo {
    color: #f00;
}

.tachado {
    text-decoration: line-through;
}

.bodersup {
    border-top: 5px solid red;
}

div.hr {
    width: 100%;
    height: 1px;
    background-color: #000;
}

div.hr hr {
    display: none;
}

.numerito_cesta_lista {
    text-align: center;
    background: #2e5db9;
    margin-left: .4em;
    margin-right: .4em;
}

.etiqueta-item {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #666;
    border-radius: 3px;
    padding: 3px 5px;
    margin-bottom: 2px;
}

.banda  {
  background: #c9eaf6;
}

.banda-bg-title {
  font-size: 11px;
  padding-top: 1em;
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/


/*==========  Mobile First Method  ==========*/


/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {}


/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {
    .modal-reto {
        width: 400px;
    }


}


/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    .row-equal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .section-product-hero .inner {
        padding: 4em 0 2.7em 0;
    }
    .row-hero {
        display: table;
        width: 100%;
    }
    .row-hero .col-hero-cover,
    .row-hero .col-hero-info {
        display: table-cell;
        float: none;
    }
    .row-hero .col-hero-info {
        vertical-align: bottom;
    }
    
    .product-slide {
        padding: 0 8em;
    }
    .btn-create-rating {
        float: right;
    }

    

    .block-versions-wrapper .block-version {
        text-align: center;
margin-left:auto;
margin-right:auto;
left:0;
right:0;
        position: absolute;
        bottom: -20%;
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        z-index: 2;
    }
}


/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
    .section-product-author {
        padding-right: 0;
        padding-bottom: 7em;
    }
    .home-hero {
        background-size: cover;
        background-repeat: no-repeat;
    }
    .home-hero .hero-big-wrapper {
        width: 800px;
        float: right;
        margin: 1em 1em 1em 0;
    }
    .home-hero .row-hero-media-featured {
        display: table;
        width: 100%;
    }
    .home-hero .col-hero-media-featured {
        display: table-cell;
        float: none;
    }
    .home-hero .col-hero-media-featured-1 {
        text-align: right;
    }
    .home-hero .col-hero-media-featured-1 img {
        float: right;
    }
    .home-hero .col-hero-media-featured-2 {
        vertical-align: bottom;
    }
    .home-hero .btn-add-to-cart {
        width: 100%;
    }
    .home-hero .home-hero-product-title {
        font-size: 3em;
        font-weight: normal;
    }
    .home-hero .home-hero-product-title small {
        font-size: 0.5em;
    }
    .home-hero .home-hero-product-title-small-1 {
        font-size: 2.5em;
    }
    .home-hero .home-hero-product-title-small-2 {
        font-size: 2em;
    }
    .home-hero .home-hero-product-author {
        font-size: 1.5em;
        font-weight: 700;
        margin-bottom: 1em;
    }
    
    .banda {
        color: #fff;
        background: #c9eaf6;
    }
    .banda .banda-bg-title {
        background-color: #014668;
    }
    .banda-bg-title {
        background-image: url("../img/footer-sellos-arrow.png");
        background-repeat: no-repeat;
        background-position: center right;
        background-size: auto 100%;
        min-height: 86px;
        font-size: 1em;
        padding-right: 50px;
        padding-top: 1.5em;
    }
    .banda {
        background: -webkit-gradient(linear, left top, right top, color-stop(50%, #014668), color-stop(50%, #c9eaf6));
        background: -webkit-linear-gradient(left, #014668 50%, #c9eaf6 50%);
        background: -o-linear-gradient(left, #014668 50%, #c9eaf6 50%);
        background: linear-gradient(90deg, #014668 50%, #c9eaf6 50%);
    }
    .banda .row {
        background-color: #c9eaf6;
    }
    .col-banda-logo .inner {
        padding: 1em 0;
    }

    /* Userbar*/
    .navbar-nav-main-menu .dropdown-menu-user {
        width: 300px;
        left: -90px;
        top: 75px;
    }
    .navbar-nav-main-menu .dropdown-menu-buscar {
        text-align: center;
        width: 580px;
        color: #fff;
        padding: 10px;
        background-color: #008fe2;
        top: 75px;
    }
    .navbar-nav-main-menu .dropdown-menu-buscar input {
        text-align: center;
        color: #fff;
        border: 0;
        background-color: #008fe2;
        box-shadow: none;
    }
    .navbar-nav-main-menu .dropdown-menu-buscar input::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #54c0ff;
        opacity: 1;
        /* Firefox */
    }
    .navbar-nav-main-menu .dropdown-menu-buscar input::-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #54c0ff;
    }
    .navbar-nav-main-menu .dropdown-menu-buscar input::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #54c0ff;
    }
    /* Modal especial */
    .modal-heroe {
        width: 760px;
    }
    /* Mi zona */
    .banner-mizona {
        margin-top: 5em;
        max-height: 198px;
    }
    .user-level-badge-header {
        position: absolute;
        z-index: 1;
        margin-top: -5em;
    }
    .nav-tabs-mis-pedidos {
        float: right;
    }
    .upgrades-claim {
        text-align: right;
    }
    .user-upgrades {
        padding: 5em 0;
    }    
    .nav-tabs-mis-pedidos {
        position: absolute;
        bottom: 0;
    }
    .table-mizona-pedidos {
        margin-top: 4em;
    }
    .upgrade-col-content .badge-wrapper {
        position: relative;
        top: -3em;
    }
    .upgrade-col-content h4 {
        margin-top: -2em;
    }
    .footer-mizona .top-padding-col {
        padding-top: 2em;
    }
    .footer-mizona .columna {
        width: 12em;
    }
    .footer-aditional-data {
        text-align: right;
    }
    /* Cesta */
    .banner-cesta {
        padding: 1em 0;
    }
    .banner-cesta h1 {
        padding: 1em 0 1em 4em;
    }
    .checkout-payment-method-wrapper h2 {
        text-align: right;
    }
    .section-related-products .related-product-name {
        min-height: 3.3em;
    }

    .achivements-wrapper .header {
        padding-top: 6em;        
    }

    .banda-bg-title {
        min-height: 106px;
        font-size: 18px;
        padding-top: 2em; 
    }
    .col-right-ratings .inner {
        padding: 6em 3em 3em 8em;
    }
}


/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {}


/*==========  Non-Mobile First Method  ==========*/


/* Large Devices, Wide Screens */

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


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
  .upgrade-col-content {
    margin-top: 4em;
  }
}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    .home-hero .hero-big-wrapper {
        margin: 0;
    }
    .home-hero .btn-add-to-cart {
        width: 100%;
        font-size: 1em;
    }
    .home-hero .row-hero-media-featured {
        padding: 2em 1em;
    }
    .home-hero .row-hero-media-featured .col-hero-media-featured-2 {
        padding-top: 3em;
    }
    .home-hero .media-product-home img {
        max-width: 100px;
    }

    .banda {
        padding-bottom: 1em;
    }
    .banda-bg-title {
        text-align: center;
        font-size: 1.4em;
        margin-bottom: .5em;
    }
}


/* Extra Small Devices, Phones */

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


/* Custom, iPhone Retina */

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

}

/* Caso especial para resolución de ipad vertical y badge de socio */
@media only screen and (min-width: 480px) and (max-width: 1024px) {
  .user-level-badge {
      width: 188px;
      height: 158px;        
  }

  .user-level-badge img {
    max-width: 61%;
  }    
}


/* Cambio del break point del menú */
@media (max-width: 768px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}

/* Cambio en el break point en que se colapsa el menú*/
@media (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}
