/* your styles go here */

/* CSS v1.0 20240908 */

:root {
    --bs-mail: #971616;
}

@font-face {
    font-family: "Poppins";
    src: url(../../elementos_web/css/fonts/Poppins-Regular.ttf) format("truetype");
}

body,
h1,
h2,
h3,
h4,
h5,
h6, 
button {
    font-family: 'Poppins';
}

h2 {
    font-weight: 700 !important;
}

.movil {
    display: none;
}

.margen_abajo {
    margin-bottom: 20px;
}

.margen_arriba {
    margin-top: 30px;
}

.hidden {
    display: none;
}

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

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

#logo_index {
    max-height: 70px;
}

.logo_footer {
    width: 10%;
}

.fa-bars {
    color: #000;
}

#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 {
    background-color: #fff;
}

nav.navbar ul.navbar-nav a {
    color: #971616;
    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: #971616;
}

.home-page {
    background: #fff;
}

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

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

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

a.enlace_cart:hover {
    color: #51524d;
    text-decoration: underline;
}

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

#modal_strech:hover {
    text-decoration: underline;
}

.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: #971616;
    border-color: #d2ccb6;
}

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

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

.btn-conf-cookies {
    background-color: #CCC;
    border-color: #CCC #CCC #b3b2b2;
    color: #FFF;
}

html .btn-primary {
    background-color: #971616;
    border-color: #971616 #971616 #006699;
    color: #FFF;
    --color: #971616;
    --hover: #e36159;
    --disabled: #971616;
    --active: #971616;
}

html .btn-primary:hover {
    background-color: #e36159;
    border-color: #971616 #971616 #006699;
    color: #FFF;
    --color: #971616;
    --hover: #e36159;
    --disabled: #971616;
    --active: #971616;
}

/* 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: #fff;
    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: #971616;
    color: #fff;
}

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

.dropdown-content tr.envio:hover td {
    background: #971616;
    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.hero h1 {
    font-size: 3em;
    font-weight: 600;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
}

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 #971616;
    margin-bottom: 50px;
}

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

section.products ul:not(.price):not(.list-unstyled):not(.pagination) {
    padding: 0px 45px;
}

section.item-details ul {
    padding-left: 20px;
}

section.products .item p {
    color: #999;
    font-size: 1rem;
    font-weight: 300;
}

section.products .item div .emojis-pledges {
    font-size: 0.85em;
}

section.products .pledge-columna {
    margin-left:10px; 
    font-size:0.9em;
    list-style: none;
}
section.products .pledge-segunda-columna,
section.categories .pledge-segunda-columna {
    padding-top: 22px !important;
}


/* section.products .item div .fa,
section.products .item div .fa-solid {
    color: #fff;
} */

section.categories .detalle ul,
.detalle ul {
    margin-left:20px; 
    font-size:0.9em; 
    margin-top:5px;
    list-style: none;
}

section.categories li,
section.categories .tu_contribucion .detalle,
section.products .detalle,
section.products ul:not(.price):not(.list-unstyled) li {
    font-weight: 300;
    /* font-size: 0.85em; */
    margin-bottom: 0px;
    color: #999;
    text-align: left;
}

section.categories .row:last-of-type .col-md-6.detalle {
    margin-top: 30px;
}

section.products .detalle {
    padding-left: 15px;
    /* min-height:205px; */
}
section.products .detalle ul {
    margin-left:20px; 
    font-size:0.9em;
    list-style: none;
}

.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: #971616;
    border: 1px solid #d2ccb6;
}

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

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

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

.btn-game:hover {
    color: #971616;
    background-color: #fff;
    border-color: #971616;
    cursor: pointer;
}

.btn-pledge:hover,
.seleccionar:hover {
    cursor: pointer;
    color: #fff;
    background-color: #971616;
    border-color: #971616;
}

.seleccionado {
    color: #fff !important;
    background-color: #971616 !important;
    border-color: #971616 !important;
}

.seleccionar_late:hover {
    cursor: pointer;
    color: #fff;
    background-color: #971616;
    border-color: #971616;
}

.seleccionado_late {
    color: #fff !important;
    background-color: #971616 !important;
    border-color: #971616 !important;
}

.btn-pledge {
    color: #971616;
    background-color: #fff;
    border-color: #971616;
    font-size: 1rem !important;
}

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

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

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

.pagination-custom ul.pagination li a:focus {
    color: #971616;
}
section.hero {
    min-height: calc(100vh - 180px);
    padding-top: 80px;
    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;
}

.texto_ks {
    font-size: 0.7rem;
    ;
}

.datos_ks {
    display: flex;
}

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

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

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

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

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

.addon_texto_justificado {
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
    color: #999;
    font-size: 1rem;
    font-weight: 300;
}

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

.aviso_modal {
    background-color: #e8e8e8;
    /* margin: 3px; */
    /* border-radius: 0.25rem; */
    color: black;
    font-weight: 700;
    padding: 8px 0;
    text-align: center;
    display: none;
    margin: 5px 0px;
}

.elem_carac_botones {
    display: flex;
    justify-content: center;
    margin: 0.6rem 0 0.8rem 0;
}

#cantidad, #objetivo {
    font-size: 1.2rem;
    font-weight: 700;
    color: #971616;
}

.saldo {
    color: #971616;
}

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

section.hero::before {
    content: '';
    background: url(../img/fondo_index.jpg);
    background-size: cover;
	background-position:center center;
    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;
	background-position:center center;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
    background-repeat: no-repeat;
}

.margen_superior {
    margin-top: 20px;
}

.margen_inferior {
    margin-bottom: 20px;
}

section.products .item,
section.related-items .item {
    position: relative;
    padding: 0 0 20px 0;
}

section.products .item,
section.products .cajas,
.cambio_pledge {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 12%);
    /* box-shadow: 0 0 10px 0 rgb(196 28 28 / 25%); */
    border-radius: 9px;
}

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

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

section.products .item .product-image img,
section.related-items .item .product-image img {
    border-top-right-radius: 9px;
    border-top-left-radius: 9px;
}

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

.price_tachado {
    font-size: 1.3em;
    color: #FF0000;
    text-decoration: line-through;
}

.price_tachado_texto {
    font-size: 1em !important;
    color: #FF0000 !important;
    text-decoration: line-through;
}

section.products .item h4,
section.related-items .item h4 {
    font-size: 1.5rem;
    /* min-height: 53px;
    margin-top: 10px; */
}

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

.no_seleccionar {
    color: #858585 !important;
    background-color: #e9ecef;
} 

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

.ban-btn {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    border: 1px solid #971616;
    cursor: pointer;
    background-color: #971616;
}

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

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

.plus-btn,
.plus-btn-no-sum {
    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 #971616;
    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 #971616;
}

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

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

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

.carrito td {
    text-align: center;
}

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

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

.rojo {
    color: red;
}

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

.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: #971616;
    color: #fff;
    padding: 10px 20px;
    font-size: 1em;
    font-weight: 400;
    border-bottom: 2px solid #d2ccb6;
    border-radius: 50px;
}

section.cart a:hover,
section.cart a:focus {
    color: #971616;
    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: #971616;
}

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

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

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

@media (max-width: 640px) {
    .dropdown:hover .dropdown-content {
        left: -20px;
    }
    .dropdown-content {
        overflow-y: scroll;
        max-height: 400px;
    }
}

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

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


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

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,
.enlace {
    color: #971616;
    text-decoration: underline;
}

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

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

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

.cart-page section.downloads {
    padding: 50px 0 25px;
}

.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: 'Poppins', sans-serif;
    /*input has OS specific font-family*/
    color: #fff;
    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;
}

.compra_pagada {
    width: 20%;
}

.modal_logo {
    width: 15%;
}

.logo_texto_modal {
    width:20%; 
    padding-bottom:8px;
}


/* ESTILOS DE LAS COOKIES */

#barraaceptacion {
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-bottom: 150px;
    width: 100%;
    text-align: center;
    min-height: 230px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #000;
    z-index: 1061;
    border-top: 5px solid #971616;
}

#configCookies {
    z-index: 1065;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    border: 0;
    background-color: #fff;
}

.inner {
    width: 100%;
    position: absolute;
    padding: 0 10px;
    /* font-family:verdana; */
    font-size: 0.9rem;
    top: 20%;
}

.inner a.ok {
    padding: 4px;
    color: #fff;
    text-decoration: none;
}

.inner a.info {
    padding-left: 5px;
    text-decoration: none;
    color: #000;
}

.btn-conf-cookies {
    background-color: #CCC;
    border-color: #CCC #CCC #b3b2b2;
    color: #FFF;
}

.btn-conf-cookies:hover,
.btn-conf-cookies.hover {
    background-color: #dfdfdf;
    border-color: #e6e5e5 #e6e5e5 #CCC;
    color: #FFF;
}

a.info {
    color: #971616;
}

#barraaceptacion div,
#configCookies p {
    font-size: 14px;
    color: #777;
    line-height: 26px;
}

#configCookies h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin: 0 0 14px 0;
    text-transform: uppercase;
}

#configCookies .modal-footer {
    display: inherit;
}

#configCookies .btn,
#barraaceptacion .btn {
    font-size: 0.8rem;
    
}

.card-header {
    background-color: #fff;;
}

.card-body {
    padding: 32px;
    padding: 2rem;
    position: relative;
    z-index: 1;
}


.form-switch {
    display: inline-flex;
}

.form-control:focus {
    color: #464a4c;
    background-color: #fff;
    border:2px solid #971616;
    outline: 0;
}

@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.hero h1 {
        font-size: 2.5em;
        font-weight: 600;
        text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
    }

    section.products .item .product-image,
    section.related-items .item .product-image {
        height: 225px;
    }

    section.products.upgrade .item .product-image,
    section.related-items .item .product-image {
        height: 200px;
    }
    section.products .item .overlay,
    section.related-items .item .overlay {
        padding-top: 10px;
    }
    .foto_portada img {
        width: 80%;
        margin-top: 20px;
    }
    section.cart .product-quantity .minus-btn,
    section.cart .product-quantity .plus-btn,
    section.cart .product-quantity .plus-btn-no-sum,
    section.cart .product-quantity .ban-btn,
    .minus-btn,
    .plus-btn,
    .plus-btn-no-sum,
    .ban-btn,
    section.item-details .product-quantity .minus-btn,
    section.item-details .product-quantity .plus-btn-no-sum,
    section.item-details .product-quantity .plus-btn {
        width: 45px;
        height: 30px;
        line-height: 30px;
        color: #fff;
        text-align: center;
        border: 1px solid #971616;
        cursor: pointer;
        background-color: #971616;
    }
    section.cart .product-quantity input,
    .quantity {
        width: 50px;
        height: 30px;
        font-size: 1em;
        font-weight: 300;
        color: #555;
        text-align: center;
        outline: none;
        border: 1px solid #ccc;
        border-left: none;
        border-right: none;
        background: none;
    }
    .compra_pagada {
        width: 30%;
        margin-top: 20px;
    }
    .modal_logo {
        width: 30%;
    }
    .body-modal-upgrade {
        max-height: 500px;
        overflow: auto;
    }
    .btn-sm {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
        margin-top: 5px;
    }
    #barraaceptacion {
        bottom: 0px;
        min-height: 280px;
    }
    .inner {
        top: 10%;
    }
    .datos_ks {
        display: block;
        text-align: center;
    }
    section.products .detalle {
        padding: 0px;
        padding-left: 10px;
        margin-bottom: 0 !important;
        /* min-height:205px; */
    }

    section.products .detalle ul {
    margin-left: 5px;
    font-size: 0.9em;
    list-style: none;
}


    #caracteristicas .page-item {
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;
    }
    #caracteristicas .page-item > [class*="col-"] {
        padding-right: 0;
        padding-left: 5px;
        margin-top: 5px;
    }

    #caracteristicas .page-item.check,
    #caracteristicas .page-item .precio_addon {
        padding-top:0%;
    }

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

    #shipping-submit {
        white-space: normal; /* Permite saltos de línea */
    }

    section.item-details .price.elige_pref_movil {
        font-size:1em;
    }

    section.products .pledge-segunda-columna,
    section.categories .pledge-segunda-columna {
        padding-top: 0px !important;
    }
    
}

@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-top: 20px;
    }
    .nav-item {
        padding-left: 20px;
    }
    .precio,
    .cantidad,
    .total {
        padding-top: 0px;
    }
    section.cart .product-details {
        padding: 0px 20px;
    }
    section.cart .cart-body .cart-item {
        padding: 15px 15px;
        border-bottom: 1px solid #eee;
    }
    section.cart .product-details {
        width: 65%;
    }
    .cart-holder {
        display: initial;
    }
    section.cart .cart-body .cart-item {
        padding: 15px 15px !important;
        border-bottom: 1px solid #eee;
    }
    section.cart .product-quantity .minus-btn,
    section.cart .product-quantity .plus-btn,
    section.cart .product-quantity .plus-btn-no-sum,
    section.cart .product-quantity .ban-btn,
    .minus-btn,
    .plus-btn,
    .plus-btn-no-sum,
    section.item-details .product-quantity .minus-btn,
    section.item-details .product-quantity .plus-btn-no-sum,
    section.item-details .product-quantity .plus-btn {
        width: 45px;
        height: 30px;
        line-height: 30px;
        color: #fff;
        text-align: center;
        border: 1px solid #971616;
        cursor: pointer;
        background-color: #971616;
    }
    section.cart .product-quantity input {
        width: 40px;
        height: 30px;
        font-size: 1em;
        font-weight: 300;
        color: #555;
        text-align: center;
        outline: none;
        border: 1px solid #ccc;
        border-left: none;
        border-right: none;
        background: none;
    }
    #barraaceptacion {
        bottom: 0px;
        min-height: 260px;
    }
    .inner {
        top: 10%;
    }
    .logo_texto_modal {
        width:23%; 
        padding-bottom:6px;
    }
}

@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: 315px;
    }
    section.products .item .overlay,
    section.related-items .item .overlay {
        padding-top: 20px;
    }
    .foto_portada img {
        width: 80%;
        margin-top: 20px;
    }
    .nav-item {
        padding-left: 20px;
    }
    .metodos_pago {
        display: block;
    }
    .btn-sm {
        margin-top: 0px;
    }
    .logo_footer {
        width: 30%;
    }
    .margen_movil {
        margin-top: 20px;
    }
    .centrar_movil {
        text-align: center;
    }
    .logo_texto_modal {
        width:23%; 
        padding-bottom:6px;
    }

}

.news_no_leida {
    border: 3px solid #971616;
    border-radius: 5px;
}

.btn.btn-unique-outline-noleida:hover {
    color: #971616;
    background-image: none;
    background-color: transparent;
    border-color: #971616;
}

.btn.btn-unique-outline-noleida {
    color: #fff;
    background-color: #971616;
    border-color: #971616;
}

.btn-unique-outline-noleida {
    border-radius: 50px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin-bottom: 10px;
}