/* your styles go here */


h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {

    margin-bottom: 0.5rem;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    line-height: 1.1;
    color: inherit;

}

h6, .h6 {
    font-size: 0.75em;
	font-weight: 300;
}

.margen_abajo {
	margin-bottom:20px;

}

.margen_arriba {
	margin-top:30px;

}

.navbar {
  border-bottom:2px solid #000;
  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: 30%;
}

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: #000;
    font-size: 0.85em;
    padding: 15px 0;
        padding-right: 0px;
        padding-left: 0px;
}
nav.navbar ul.navbar-nav ul li .icon.cart {
    color: #e8fa00;
    background: #000;
}

.home-page {
  background: #fff;
}

.text-primary {
  color: #000 !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: #e8fa00;
  background-color: #000;
  border-color: #e8fa00;
}

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

.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:#000;
	color:#fff;
}

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

.dropdown-content tr.envio:hover td {
	background:#000;
	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 #000;
    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: #000;
  border: 1px solid #d2ccb6;
}

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

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

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

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

.btn-aviso {
  color: #e8fa00;
  background-color: #000;
  border-color: #000;
}

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

.btn-size {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  font-size:0.8em;
}

.btn-size:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  font-size:0.8em;
  text-decoration:underline;
}

.pointer {cursor: pointer;}

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

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 #000;
}

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

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

section.categories .btn-game {
  color: #e8fa00;
  background-color: #000;
  border-color: #000;
}

section.categories .btn-game:hover {
  color: #000;
  background-color: #e8fa00;
  border-color: #000;
}

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;
}

section.products select, section.related-items select {

    color: #333;
    border-radius: 0px;
    font-size: 0.8em;
    margin-left: 10px;
    width: auto;
    display: inline-block;
    margin-bottom: 10px;

}

section.item-details select {

    border-radius: 0px;
    font-size: 0.95em;
    color: #777;
    width: auto;
    border-color: #ccc;

}
section.item-details .price {

    margin: 20px 0 20px 55px;
    font-size: 1.4em;
    font-weight: 300;

}

.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: #000;
}

.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: 100%;
  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: #e8fa00;
    text-align: center;
    border: 1px solid #000;
    cursor: pointer;
    background-color: #000;
}

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: #e8fa00;
	color: #000;
	
}

.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 #000;
        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;
}

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

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

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

.carrito td{
  text-align:center;
}

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

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

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

.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: #000;
  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: #000; }

.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 #000;
}

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

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

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

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

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

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

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: #000;
    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:#000;
     text-decoration:underline;
     cursor:pointer;
}

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


@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;
    }
}

@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;
    }
	
}

@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;
    }

}