/* your styles go here */

.margen_abajo {
    margin-bottom: 20px;
}

.margen_arriba {
    margin-top: 30px;
}

.hidden {
    display: none;
}

.navbar {
    border-bottom: 2px solid #c41c1c;
    padding: 0;
}

#logo_index {
    max-height: 70px;
}

#pledge_index {
    max-width: 170px;
}

.owl-carousel .owl-item img {
    display: initial;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-item .portada_arriba {
    width: 40%;
}

nav.navbar {
    background: #fff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

nav.navbar ul.navbar-nav a {
    color: #c41c1c;
    font-size: 0.85em;
    padding: 15px 0;
    padding-right: 0px;
    padding-left: 0px;
}

nav.navbar ul.navbar-nav ul li .icon.cart {
    color: #fff;
    background: #c41c1c;
}

.home-page {
    background: #fff;
}

.text-primary {
    color: #c41c1c !important;
}

a {
    color: #51524d;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #51524d;
    text-decoration: underline;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #51524d !important;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(101, 52, 35, 0.25);
}

.btn-unique,
.btn-unique:focus,
.btn-unique:active,
.btn-unique.active {
    color: #fff;
    background-color: #c41c1c;
    border-color: #d2ccb6;
}

.btn-unique:hover {
    color: #c41c1c;
    background-color: #fff;
    border-color: #c41c1c;
}

.btn-unique:focus,
.btn-unique.focus,
.btn-unique:active,
.btn-unique.active {
    box-shadow: #51524d;
}


/* Dropdown Button */

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}


/* The container <div> - needed to position the dropdown content */

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    overflow-y: scroll;
    max-height: 600px;
}


/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 350px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    font-size: 0.8em;
}


/* Links inside the dropdown */

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}


/* Change color of dropdown links on hover */

.dropdown-content a:hover {
    background-color: none
}


/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {
    display: block;
    right: 50px;
}


/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

nav.navbar ul.navbar-nav a:hover {
    color: #51524d;
}

.dropdown-content tr.compras:hover td {
    background: #c41c1c;
    color: #fff;
}

.dropdown-content tr.kickstarter:hover td {
    background: #5ea45e;
    color: #fff;
}

.dropdown-content tr.envio:hover td {
    background: #c41c1c;
    color: #fff;
}

.dropdown-content tr td:last-child {
    text-align: right;
    padding-right: 40px;
}

nav.navbar ul.navbar-nav .dropdown-content tr:hover td a {
    color: #fff;
}

.kickstarter {
    border-top: 1px solid #d2ccb6;
    border-bottom: 1px solid #d2ccb6;
}

.total_carrito td {
    padding: 10px 0;
    font-weight: bold;
}

section.hero p {
    text-align: justify;
}

section.categories .categories-inner {
    background: #fff;
    z-index: 10;
    padding: 30px;
    position: relative;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1), -1px -1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #c41c1c;
    margin-bottom: 50px;
}

section.categories h2 {
    display: inline-block;
    font-size: 1.2rem;
    transform: rotate(-90deg);
    position: absolute;
    top: 50%;
    left: -85px;
}

.heading-line::after {
    content: '';
    width: 30px;
    height: 1px;
    background: #fff;
    margin: 5px 0 20px;
    display: block;
}

.page-link {
    padding: 0.5rem 0.75rem;
    line-height: 1.25;
    color: #fff;
    background-color: #c41c1c;
    border: 1px solid #d2ccb6;
}

.page-link:focus,
.page-link:hover {
    color: #c41c1c;
    text-decoration: none;
    background-color: #fff;
    border-color: #c41c1c;
}

.pagination-custom ul.pagination li a:hover {
    color: #c41c1c;
}

.btn-game {
    color: #fff;
    background-color: #c41c1c;
    border-color: #c41c1c;
}

.btn-game:hover {
    color: #c41c1c;
    background-color: #fff;
    border-color: #c41c1c;
}

.btn-aviso {
    color: #fff;
    background-color: #51524d;
    border-color: #51524d;
}

.btn-aviso:hover {
    color: #51524d;
    background-color: #fff;
    border-color: #51524d;
}

.pagination-custom ul.pagination li a {
    border-radius: 50px !important;
    padding: 5px 20px;
    color: #fff;
}

section.hero {
    min-height: calc(100vh - 180px);
    padding-top: 20px;
    padding-bottom: 80px;
    background-image: -moz-linear-gradient(0deg, #76bac2 30%, #1e7690 100%);
    background-image: -webkit-linear-gradient(0deg, #76bac2 30%, #1e7690 100%);
    background-image: -ms-linear-gradient(0deg, #76bac2 30%, #1e7690 100%);
    background-image: linear-gradient(0deg, #76bac2 30%, #1e7690 100%);
    color: #fff;
    position: relative;
}

.modal-header {
    border-bottom: 1px solid #c41c1c;
}

.modal-body p {
    min-height: 115px;
}

.modal-footer {
    border-top: 1px solid #c41c1c;
    display: block;
}

section.categories .btn-game {
    color: #fff;
    background-color: #c41c1c;
    border-color: #c41c1c;
}

section.categories .btn-game:hover {
    color: #c41c1c;
    background-color: #fff;
    border-color: #c41c1c;
}

section.categories .item p {
    text-align: left;
}

section table td {
    padding: 10px 0;
    color: #999;
}

section.products a.item-name:hover,
section.related-items a.item-name:hover,
section.products a.item-name:focus,
section.related-items a.item-name:focus {
    color: #51524d;
    text-decoration: none;
}

.izquierda {
    text-align: left;
    width: 80%;
}

.tu_contribucion {}

.tu_contribucion h5 {
    font-size: 1.1em;
}

.tu_estado {
    width: 100%;
    margin: 0 auto;
    table-layout: fixed;
    font-size: 0.85em;
    text-align: left;
}

.tu_estado tr td:last-child {
    text-align: right;
}

.credit {
    color: #000;
    font-size: 1.3em;
}

.saldo {
    color: #c41c1c;
}

.btn-game a {
    color: #fff;
}

section.hero::before {
    content: '';
    background: url(../img/fondo_index.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
}

section.late_pledge::before {
    content: '';
    background: url(../img/portada_late.jpg);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
    background-repeat: no-repeat;
}

.margen_superior {
    margin-top: 20px;
}

section.products .item .product-image,
section.related-items .item .product-image {
    position: relative;
    padding-top: 30px;
    height: 360px;
}

section.products .item ul.price span,
section.related-items .item ul.price span {
    font-size: 1.3em;
}

section.products .item ul.price .price_tachado,
section.related-items .item ul.price .price_tachado {
    font-size: 1.3em;
    color: #FF0000;
    text-decoration: line-through;
}

section.products .item h4,
section.related-items .item h4 {
    font-size: 1.5rem;
}

section.categories .item p {
    font-weight: 300;
    font-size: 0.85em;
    margin-bottom: 10px;
    color: #999;
    text-align: center;
}

section.products .items,
section.related-items .items {
    margin: 0px 0;
}

.minus-btn {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

section.cart .product-quantity .minus-btn,
section.cart .product-quantity .plus-btn,
.minus-btn,
.plus-btn,
section.item-details .product-quantity .minus-btn,
section.item-details .product-quantity .plus-btn {
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    border: 1px solid #c41c1c;
    cursor: pointer;
    background-color: #c41c1c;
}

section.cart .product-quantity .minus-btn:hover,
section.cart .product-quantity .plus-btn:hover,
.minus-btn:hover,
.plus-btn:hover,
section.item-details .product-quantity .minus-btn:hover,
section.item-details .product-quantity .plus-btn:hover {
    background-color: #fff;
    color: #c41c1c;
}

.plus-btn {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.quantity {
    width: 80px;
    height: 35px;
    font-size: 1em;
    font-weight: 300;
    color: #555;
    text-align: center;
    outline: none;
    border: 1px solid #c41c1c;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
    border-left: none;
    border-right: none;
    background: #fff;
}

.prohibited {
    border: 1px solid #c41c1c;
}

.contact-icon {
    height: 5rem;
    font-size: 3rem;
    color: #51524d;
}

.social a {
    color: #51524d;
    font-size: 1.2em;
    margin: 0 5px;
}

.carrito {
    border: 2px solid #c41c1c;
    table-layout: fixed;
    width: 100%;
    white-space: normal;
}

.carrito td {
    text-align: center;
}

.carrito tr:first-child {
    border-bottom: 1px solid #c41c1c;
}

.p_pagado {
    font-size: 1.5em;
    color: red;
}

.rojo {
    color: red;
}

.carrito tr:last-child {
    border-top: 1px solid #c41c1c;
}

.carrito td img {
    max-width: 50px;
}

.col-1y5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.333333%;
    -ms-flex: 0 0 12.333333%;
    flex: 0 0 12.333333%;
    max-width: 12.333333%;
}

section.cart .cart-heading {
    background: #c41c1c;
    color: #fff;
    padding: 10px 20px;
    font-size: 1em;
    font-weight: 400;
    border-bottom: 2px solid #d2ccb6;
}

section.cart a:hover,
section.cart a:focus {
    color: #76bac2;
    text-decoration: none;
}

section.cart .product-img,
#envios {
    max-width: 100px;
    height: 50px;
    margin-top: 7px;
}

.cesta_pagado {
    position: absolute;
    z-index: 1;
    height: 130px;
}

.cesta_pagado img {
    padding-top: 10px;
}

h2,
.h2 {
    font-size: 1.6rem;
}

h4,
.h4 {
    font-size: 1.2rem;
}

#provincia,
#state {
    display: none;
}

.shipping-main input::placeholder {
    color: #c41c1c;
}

.custom-form input[type=checkbox]:checked+label::before,
.custom-form select[type=checkbox]:checked+label::before {
    background: #51524d;
}

.custom-form input[type=checkbox]:checked+label::after,
.custom-form select[type=checkbox]:checked+label::after {
    opacity: 1;
}

.titulo-footer {
    font-size: 1.4em;
}

footer.main-footer .copyrights {
    padding: 25px 0;
    background: #fff;
    border-top: 2px solid #c41c1c;
}

footer.main-footer .copyrights p {
    margin: 0;
    font-weight: 300;
    color: #c41c1c;
}

footer.main-footer .copyrights a {
    color: #c41c1c;
}

@media (max-width: 640px) {
    .dropdown:hover .dropdown-content {
        left: 0px;
    }
}

.btn-warning {
    color: #fff;
    background-color: #c41c1c;
    border-color: #c41c1c;
}

.btn-warning:hover {
    color: #c41c1c;
    background-color: #fff;
    border-color: #c41c1c;
}

section.products a.item-name,
section.related-items a.item-name {
    color: #c41c1c;
}

section.products a.item-name:hover,
section.related-items a.item-name:hover,
section.products a.item-name:focus,
section.related-items a.item-name:focus {
    color: #c41c1c;
    text-decoration: underline;
}

section.cart .cart-body .cart-item {
    padding: 15px 30px;
    border-bottom: 1px solid #eee;
}

section.cart .margen_precio {
    margin-top: 10px;
}

section.cart .product-details {
    padding: 20px 20px;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 1rem;
}

.overlay ul li {
    margin-top: 100px;
}

.precio,
.cantidad,
.total {
    padding-top: 25px;
}

.cantidad_seleccion {
    padding-top: 20px;
}

.button_like_a {
    background: none!important;
    border: none;
    padding: 0!important;
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    color: #c41c1c;
    text-decoration: underline;
    cursor: pointer;
}

section.categories .proximos_pasos p {
    text-align: justify;
}

.metodos_pago {
    display: flex;
}

.metodos_pago label {
    margin-left: 5px;
}

.modal-backdrop.in {
    opacity: 0.7;
}

@media only screen and (max-width: 1024px) {
    section.hero {
        min-height: calc(100vh - 300px);
    }
}

@media only screen and (max-width: 768px) {
    nav.navbar {
        height: 70px;
        padding-top: 15px;
    }
    #logo_index {
        max-height: 45px;
    }
    section.hero {
        min-height: calc(100vh - 660px);
    }
    section.products .item .product-image,
    section.related-items .item .product-image {
        height: 225px;
    }
    section.products .item .overlay,
    section.related-items .item .overlay {
        padding-top: 10px;
    }
    .foto_portada img {
        width: 80%;
        margin: 20px 0;
    }
}

@media only screen and (max-device-width: 667px) {
    section.hero {
        min-height: calc(100vh - 130px);
    }
    #logo_index {
        height: 40px;
    }
    section.products .item .product-image,
    section.related-items .item .product-image {
        height: 215px;
    }
    section.products .item .overlay,
    section.related-items .item .overlay {
        padding-top: 20px;
    }
    .foto_portada img {
        width: 80%;
        margin: 20px 0;
    }
}

@media only screen and (max-width: 600px) {
    section.hero {
        min-height: calc(100vh - 490px);
    }
    #logo_index {
        height: 40px;
    }
    section.products .item .product-image,
    section.related-items .item .product-image {
        height: 300px;
    }
    section.products .item .overlay,
    section.related-items .item .overlay {
        padding-top: 20px;
    }
    .foto_portada img {
        width: 80%;
        margin: 20px 0;
    }
}