@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;700&display=swap");
:root {
    --colorPrimary: #77b92d;
    --colorPrimaryDark: #007b3d;
    --colorText: #696969;
    --fontFamily: "Open Sans", sans-serif;
}

body {
    margin: auto;
    color: var(--colorText);
    font-family: var(--fontFamily);
}

.title {
    color: var(--colorPrimary);
    font-size: 48px;
    font-weight: bold;
}

.subtitle {
    font-size: 28px;
    font-weight: 700;
    color: var(--colorPrimaryDark);
}

.section {
    margin-top: 4rem;
    text-align: center;
    padding: 4rem 0;
}

#galerias {
    text-align: center;
    width: 90%;
    margin: 0px auto;
}

#galerias ul li {
    width: 30%;
    display: inline-block;
    margin: 20px 5px 0px 5px;
}

#galerias ul {
    margin: 0px;
    padding: 0px;
}

#galerias ul li img {
    width: 100%;
    border-radius: 4px;
}

#galerias h2 {
    font-weight: 700;
    text-transform: uppercase;
    padding: 70px 0px 20px 0px;
    text-align: center;
    letter-spacing: 10px;
}

#galerias .slick-prev:before,
.slick-next:before {
    font-size: 25px;
    color: #5d56bf !important;
    opacity: 1;
}

#galerias .slick-prev,
#galerias .slick-next {
    top: 55%;
}

#galerias .slick-next {
    right: -18px;
}

#procesando {
    display: none;
    margin: 10px 0px 0px;
    color: #fff;
}

a:hover {
    text-decoration: none;
}

.ajax-loader-bg {
    top: 0px;
    position: fixed;
    width: 100%;
    height: 1000px;
    z-index: 9998;
    background: rgba(255, 255, 255, 0.8);
    display: none;
}

.ajax-loader-container {
    width: 45px;
    height: 45px;
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    margin-top: -33px;
    margin-left: -33px;
}

body.cart .contcart {
    display: none;
}

label.error {
    color: #f00 !important;
    display: block;
}

.remove {
    cursor: pointer;
}

#redes {
    min-width: 120px;
    margin: 0px auto;
    display: block;
    text-align: center;
}

#redes ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

#redes ul li {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 17px;
    margin: 0px 3px;
    background: #fff;
    transition: 0.5s all;
}

#redes ul li:hover {
    transition: 0.5s all;
    background: #ededed;
}

#redes ul li a {
    text-align: center;
    display: block;
    font-size: 20px;
    color: #000;
    padding: 4px 0px 0px 0px;
}

#redes ul li p {
    display: none;
}

/* header */
header {
    padding-top: 15px;
    max-width: 1600px;
}

header {
    display: flex;
    justify-content: center;
}

header .item.cont-logo {
    width: 15%;
}

header .item.cont-buscar {
    width: 70%;
}

header .item.cont-cart {
    width: 10%;
}

#logo {
    width: 100%;
    max-width: 150px;
    margin: 20px auto;
}

#logo img {
    width: 100%;
}

#countItem {
    height: 32px;
    width: 32px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    z-index: 9999;
}

#countItem span {
    background: var(--colorPrimary);
    color: #fff;
    padding: 1px 0px 0px 0px;
    border-radius: 15px;
    width: 27px;
    height: 27px;
    display: block;
    margin: 4px 0px 0px -3px;
}

#controlDetails {
    color: var(--colorPrimary);
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    line-height: 32px;
    font-size: 21px;
}

div#ContDetailsCart {
    text-align: left;
    margin: 10px 0px 0px 0px;
}

div#ContDetailsCart a {
    text-decoration: none;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: flex-start;
}

.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
    flex-direction: column;
}

.navbar {
    position: initial !important;
    text-align: left;
    margin: 10px 0px 10px 0px;
}

.navbar ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.navbar ul li {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}

.navbar ul li a {
    color: var(--colorPrimaryDark);
}

.navbar ul li > a:hover {
    color: var(--colorPrimaryDark);
}

.navbar ul li:first-of-type::after {
    display: none;
}

.navbar ul > li::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: var(--colorPrimary);
    position: absolute;
    top: 0;
}

.navbar ul li ul li::after {
    display: none;
}

.navbar ul > li:hover::before {
    content: "";
    display: block;
    width: 30%;
    height: 2px;
    background-color: var(--colorPrimary);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.navbar ul li ul li:hover::before {
    display: none;
}

.navbar-toggler {
    top: 60px;
    position: absolute;
}

.navbar-collapse {
    justify-content: center;
}

button.nologin {
    top: 50px;
}

#ContDetailsCart.nologin {
    top: 30px;
}

.navbar li.nav-item:hover {
    background-color: #fff;
}

.navbar-light .navbar-toggler {
    color: transparent;
    border-color: transparent;
}

.navbar a {
    font-size: 15px;
    font-weight: 500;
}

ul.navbar-nav {
    margin: auto;
}

.navbar ul li ul {
    position: absolute;
    width: 220px;
    z-index: 99999;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    line-height: normal;
    background: #d4d4d4;
    display: none;
    border-radius: 10px;
}

.navbar ul li ul li {
    display: block;
    border-right: 0px;
    margin-bottom: 0px;
}

.navbar ul li ul li a {
    padding: 7px 24px !important;
}

.navbar ul li:hover > ul {
    display: block;
    transition: 5s all;
}

#cont-buscar-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: end;
}

#buscar {
    width: 80%;
    margin: 15px 0px 0px 0px;
    display: inline-block;
    border-radius: 5px;
    border: 0.5px solid #cecece;
    vertical-align: top;
}

#buscar button {
    border-radius: 0px 4px 4px 0px !important;
    border: none;
    color: #020202;
}

#buscar button i {
    font-size: 18px;
    color: #cecece;
}

#buscar input.form-control {
    border: none;
    box-shadow: none;
    background: #fff;
    border-right: 1px solid #cecece;
    color: #818181;
    font-size: 14px;
}

#buscar input {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

#buscar input::placeholder {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

#buscar .input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

#buscar .input-group-append {
    margin-left: -1px;
}

#buscar .input-group-append,
.input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#buscar .input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
    > .input-group-prepend:first-child
    > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#buscar .input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2;
}

#buscar .input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

#buscar .btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}

#buscar .btn-outline-secondary:hover {
    background: #ededed;
}

#login {
    margin: 12px 0px 0px 20px;
    width: 120px;
    display: inline-block;
    font-family: "Poppins", sans-serif;
}

#login a {
    font-weight: normal;
    text-decoration: none;
}

#login a i {
    color: var(--colorPrimary);
}

#login a b {
    color: #818181;
    font-size: 14px;
    font-weight: 500;
}

#login a p {
    color: #818181;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

#catMenu ul ul ul {
    margin: 0px 0px 0px 150px;
}

#catMenu ul li:hover > ul {
    display: block;
    transition: 5s all;
}

/* datos home */
.itemshomepri {
    max-width: 1100px;
    margin: 60px auto 0px;
    padding: 0px 20px;
}

.itemshomepri a {
    background-color: #f3f3f3;
    display: block;
    text-decoration: none;
    padding: 70px 0px 50px 0px;
    color: #888686;
    font-weight: 500;
    letter-spacing: 4px;
    text-align: center;
    min-height: 280px;
}

.itemshomepri p {
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    max-width: 250px;
    margin: auto;
    margin-top: 20px;
}

.itemshomepri img {
    display: block;
    margin: auto;
}

.ladoderecho .item-cart {
    color: #818181;
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 20px 0px;
}

.ladoderecho .cantidad-label {
    color: #221e49;
    font-size: 14px;
    font-weight: 600;
    margin: 0px 0px 5px 0px;
}

.ladoderecho .disponible-label {
    color: #221e49;
    font-size: 14px;
    font-weight: 600;
    margin: 0px 0px 5px 0px;
}

/* banner */
.slick-slide img {
    width: 100%;
}

#bannerprincipal {
    width: 100%;
    margin: 0px auto;
    border-radius: 10px;
    min-height: 360px;
    position: relative;
}

#bannerprincipal img{
    width: 100%;
    border-radius: 10px;
}

#bannerprincipal .banner-desc{
    width: 400px;
    min-height: 100px;
    position: absolute;
    left: 150px;
    top: 260px;
    
}

#bannerprincipal .banner-desc p{
    margin: 0px;
    font-size: 62px;
    line-height: 55px;
    font-weight: 700;
}


#bannerprincipal .banner-desc strong{
    color: var(--colorPrimary);
}


#bannerprincipal .slick-next,
#bannerprincipal .slick-prev {
    z-index: 99999;
    width: 30px;
}

#bannerprincipal .slick-prev {
    left: 25px;
}

#bannerprincipal .slick-next {
    right: 25px;
}

#bannerprincipal .slick-prev:before,
#bannerprincipal .slick-next:before {
    color: #fff;
    font-size: 30px;
}

#bannerprincipal .principalImg {
    display: block;
}

#bannerprincipal .mobileImg {
    display: none;
}

#bannerprincipal .contacto {
    position: absolute;
    top: 50%;
    
    transform: translateY(-50%);
    max-width: 400px;
    right: 10%;
}


#categoriasDestacadas {
    text-align: center;
    margin: 60px auto 40px;
    display: block;
}

#categoriasDestacadas h1 {
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    margin: 15px 0px 15px 12px;
}

#categoriasDestacadas h1 span {
    color: #5d56bf;
}

#categoriasDestacadas h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 15px 0px 15px 0px;
    color: #000;
}

#categoriasDestacadas .item {
    border-radius: 6px;
    list-style: none;
    margin: 0px 10px;
    background-color: #f4f4f4;
}

#categoriasDestacadas .item a {
    padding: 40px 0px;
    display: block;
    text-decoration: none;
}

#categoriasDestacadas .item img {
    width: 100px;
    display: block;
    margin: 0px auto;
}

#categoriasDestacadas .slick-prev:before,
#categoriasDestacadas .slick-next:before {
    color: #5d56bf;
}

/* whatsapp */

.redes {
    position: fixed;
    right: 0;
    z-index: 99999;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    top: 60%;
}

.redes__content {
    background: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 20px 0 0 20px;
    gap: 1rem;
    padding: 1rem;
}

.redes__content a {
    border-radius: 50%;
    color: var(--colorText);
    outline: 1px solid var(--colorText);
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 20px;
}


#whatsapp {
    background-color: #25d366;
    color: #fff;
    transition: background-color 0.2s linear;
    border-radius: 20px 0 0 20px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#whatsapp a {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 20px;
    outline: 1px solid #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
}

.compwhatsapp {
    text-decoration: none;
    padding: 4px 9px;
    border-radius: 5px;
    color: #5d56bf;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    background-color: #ededed;
    font-size: 13px;
    display: block;
    text-align: center;
    width: 100%;
    max-width: 215px;
    margin: 5px 0px 0px 0px;
}

.compwhatsapp:hover {
    color: #000;
}

/* footer */
footer {
    background-color: var(--colorPrimaryDark);
    color: #fff;
    overflow: hidden;
}

footer .container {
    text-align: center;
}

footer h2 {
    font-size: 16px;
    font-weight: 500;
    color: #221e49;
}

footer p {
    font-size: 15px;
    font-weight: 200;
}

footer a {
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 0px 0px 10px 0px;
}

footer a:hover {
    color: #fff;
}

footer img {
    max-width: 250px;
    display: block;
    margin-inline: auto;
    margin-top: 1rem;
}

.footer_line {
    height: 4px;
    width: 100%;
    background-color: var(--colorPrimary);
}

.redesfooter {
    color: #fff;
}

.redesfooter ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.redesfooter ul li {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    background: #4e4b6e;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.redesfooter ul li a {
    color: #fff;
    font-size: 22px;
    line-height: 40px;
}

#info a {
    text-decoration: none;
    color: #fff;
}

.halltec {
    text-align: left;
    margin: 30px 0px;
    font-size: 12px;
    background: #221e49;
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-family: "Poppins", sans-serif;
    padding: 0px 10px;
}

.halltec a {
    color: #fff;
}

.btn-active {
    opacity: 0.5;
}

#busquedaCedula {
    width: 800px;
    margin: 0px auto;
}

#busquedaCedula table {
    font-size: 14px;
}

@media screen and (max-width: 626px) {
    #busquedaCedula {
        width: 100%;
        margin: 30px auto 0px;
    }
}

/* item */
#prodCart {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.contprodest .item {
    border-radius: 17px;
    width: 300px;
    border: 1px solid #e9e4e4;
    overflow: hidden;
}

#prodCart .image img {
    width: 100%;
    border-radius: 10px;
    min-height: 300px;
}

#prodCart .contdescripitem {
    padding: 15px 15px 15px 20px;
    margin-top: -20px;
    border-radius: 0px 0px 10px 10px;
    background: #fff;
    z-index: 9999;
    position: relative;
}

#prodCart .contdescripitem .title {
    font-weight: 700;
    font-size: 14px;
    word-wrap: break-word;
    color: var(--colorText);
    text-align: center;
}

#prodCart .contdescripitem .item-cart b {
    font-size: 12px;
    font-weight: normal;
    color: #818181;
}

#prodCart .contdescripitem .precio {
    margin: 10px 0px 0px 0px;
}

#prodCart .contdescripitem .precio small {
    text-decoration: line-through;
    display: block;
    color: #818181;
}

#prodCart .contdescripitem .item-cart {
    margin: 5px 0px 0px 0px;
}

.btn_more {
    background: var(--colorPrimary);
    border-radius: 40px;
    border: none;
    color: #fff;
    font-size: 14px;
    height: 43px;
    margin: 30px auto;
    text-transform: uppercase;
    width: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    transition: 0.2s ease-in-out background;
    cursor: pointer;
}

.btn_more--left {
    margin-left: 0;
}

.btn_more:hover {
    background: var(--colorPrimaryDark);
    color: #fff !important;
}

#prodCart #controlesCant .cantContent {
    display: inline-block;
    width: 30px;
    text-align: center;
    background: #f4f4f4;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    border-radius: 4px;
    color: #818181;
}

#controlesCant .btn {
    color: #818181;
    font-size: 12px;
    padding: 5px 9px;
    background: #fff;
    border: none;
}

#controlesCant .cantContent {
    display: inline-block;
    width: 30px;
    text-align: center;
    background: #f4f4f4;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    border-radius: 4px;
    color: #818181;
}

.spiderman img {
    max-width: 200px;
    position: absolute;
}

.spiderman {
    position: absolute;
    left: 0px;
}

.superman {
    position: absolute;
    right: 0px;
}

.superman img {
    max-width: 400px;
}

.mediospago {
    margin: auto;
    max-width: 1100px;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 0px 0px;
    margin-top: 80px;
}

.mediospago h1 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 35px;
    color: #221e49;
}

.mediospago h1 span {
    color: #5d56bf;
}

.mediospago img {
    width: 100%;
    max-width: 900px;
}

/* newsletter */
#cont-newsletter {
    display: grid;
}

#newsletter {
    margin: auto;
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    min-height: 270px;
    background-color: #fff;
    width: fit-content;
    box-shadow: 0px 4px 10px 0px #00000040;
}

#newsletter #textoInfo {
    text-align: left;
}

#newsletter h4 {
    color: var(--colorPrimary);
    font-size: 30px;
    font-weight: bold;
}

#newsletter h1 {
    font-weight: 600;
    font-size: 30px;
}

#newsletter h6 {
    font-size: 16px;
}

#newsletter form {
    width: 100%;
}

#newsletter form .content {
    display: grid;
    gap: 1rem;
    margin-top: 1rem;
}

#newsletter form .content .check {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}
#newsletter form .content .check label a,
#newsletter form .content .check label {
    font-size: 14px;
    text-align: left;
    color: #696969;
}

#newsletter form .content .check input {
    width: fit-content;
    height: 24px;
    width: 24px;
    accent-color: var(--colorPrimary);
}

#newsletter input {
    width: 100%;
    text-align: left;
    background-color: #f6f6f6;
    border: none;
    border-radius: 40px;
    color: #818181;
    padding: 0.8rem;
    padding-left: 2rem;
}

#newsletter input::placeholder {
    color: #818181;
}

#newsletter form button {
    background-color: var(--colorPrimaryDark);
    border-radius: 25px;
    width: 100%;
    padding: 0.6rem 0;
    margin-top: 2rem;
    font-weight: bold;
}

#newsletter #msgEnvio {
    max-width: 380px;
    width: 100%;
    margin: 20px 80px 0px 0px;
    min-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #77b92d;
    line-height: 32px;
    font-weight: 700;
}

#messege {
    display: none;
}

.info {
    text-align: center;
    margin: 4rem auto;
    max-width: 900px;
}

.info h1 {
    color: var(--colorPrimary);
    font-weight: bold;
    font-size: 48px;
    margin-bottom: 2rem;
}

.info p {
    font-size: 18px;
}

.info p:first-of-type {
    font-weight: bold;
}

/*categorias home */
.concatprinhome {
    z-index: 99999;
}

.catprinhom {
    background-color: rgba(6, 6, 6, 0.8);
    border-radius: 10px;
    max-width: 700px;
    margin: auto;
    padding: 0px 0px 15px 0px;
}

.concatprinhome .item {
    background-color: #fff;
    background: rgb(72, 72, 72, 0.2);
    background: linear-gradient(
        180deg,
        rgba(229, 229, 229, 0.5) 0%,
        rgba(88, 88, 88, 0.5) 57%
    );
    margin: 0px 8px;
    border-radius: 10px;
    padding: 18px 0px;
    -webkit-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.45);
}

div#categoriasDesdc {
    display: block;
    padding: 40px 44px 0px 44px;
    width: 100%;
    margin: 60px auto 0px;
}

.concatprinhome a {
    text-decoration: none;
}

.concatprinhome .item h4 {
    font-size: 12px;
    text-align: center;
    color: #fff;
    margin-top: 10px;
}

button#slick-slide-control11::before {
    color: #fff !important;
}

button#slick-slide-control21::before {
    color: #fff;
}

.concatprinhome img {
    width: 100%;
    max-width: 160px;
    display: block;
    margin: auto;
}

.logocasacomic {
    margin-top: -58px;
    float: left;
    margin-left: 50px;
}

/* productos destacados */

.simidesc {
    margin-bottom: 2rem;
}

.simidesc h2 {
    font-weight: 700;
    color: #696969;
    padding: 70px 0px 10px 12px;
    text-align: left;
    font-size: 24px;
}

.simidesc h2 span {
    color: var(--colorPrimary);
}

#products h1 {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    padding: 15px 0px 15px 12px;
}

#products h1 span {
    color: #5d56bf;
}

.contTalla {
    display: none;
}

#products .agotado {
    margin-bottom: 0px;
    font-weight: 600;
    padding: 20px 0px;
    color: red;
    letter-spacing: 0px;
}

/* categoria padre interna */
#catpadres h2 {
    text-align: center;
    letter-spacing: 13px;
    font-weight: 600;
    margin-top: 60px;
    text-transform: uppercase;
}

#catpadres #prodCart .col {
    margin-top: 20px;
}

#catpadres #prodCart .col a {
    padding: 40px 0px;
    display: block;
    text-align: center;
    background: rgb(72, 72, 72, 0.2);
    background: linear-gradient(
        180deg,
        rgb(114, 114, 114) 0%,
        rgb(46, 46, 46) 57%
    );
    border-radius: 10px;
    text-decoration: none;
}

#catpadres #prodCart .col h1 {
    color: #fff;
    font-size: 22px;
}

#catpadres #prodCart .col img {
    width: 100%;
    max-width: 300px;
}

#catpadres .vermascat {
    display: none !important;
}

#cat-header {
    max-width: 1550px;
    width: 100%;
    background-size: cover !important;
    text-align: center;
    color: #007b3d;
    display: flex;
    align-items: center;
    margin: 0px auto;
}

h2#nombreCategoria {
    text-align: center;
    font-weight: 700;
}

#cat-header #cat-info p {
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
    line-height: 18px;
}

#orden-container {
    width: 97%;
    margin: 0px auto;
}

#orden-container h1 {
    padding: 0px;
    margin: 0px;
    color: #5d56bf;
    font-weight: 700;
}

.orderform {
    margin: 10px 0px;
}

.orderform select {
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    font-size: 14px;
}

.orderform input#formOrdenar {
    background: #5d56bf;
    border: none;
    border-radius: 10px;
    font-weight: 400;
    font-size: 14px;
}

.ladoderecho .terminoscondiinter {
    display: block;
    padding: 10px 0px;
    color: #818181;
    font-size: 14px;
}
body#productInternal #prodInternal{
    padding: 0px;
}
#prodInternal {
    border-radius: 24px;
    padding: 20px;
    display: flex;
    gap: 20px;
    margin: 15px auto;
    flex-wrap: wrap;
    background-color: #f6f6f6;
}

#prodInternal #image-container {
    width: 45%;
}

#prodInternal #container-derecho {
    width: 50%;
    display: flex;
    align-items: center;
}

#container-derecho #referencia {
    font-size: 14px;
    margin: 10px 0px;
    color: #221e49;
    font-weight: 600;
}

.ladoderecho h3 {
    font-size: 14px;
    color: #818181;
    font-weight: 400;
}

.ladoderecho .esp {
    margin: 15px auto;
}

.ladoderecho h4 {
    color: #221e49;
    font-size: 18px;
    font-weight: 600;
    margin: 20px auto;
}

.ladoderecho .addCart {
    border: 2px solid #5d56bf;
    color: #5d56bf;
    font-size: 14px;
    border-radius: 5px;
    width: 170px;
    height: 43px;
    background: #fff;
    margin: 0px 0px 10px 0px;
}

.ladoderecho .item-cart b {
    font-size: 14px;
    font-weight: 500;
}

#contProdInternal .precio {
    margin-bottom: 20px;
}

#container-derecho .precio #normal {
    color: #1dd1dd;
}

#container-derecho #label-envios {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 10px 0px 20px 0px;
    font-size: 14px;
}

#container-derecho #label-envios #icon-envios {
    width: 40px;
    height: auto;
}

#container-derecho #label-envios p {
    margin: 0px;
}

#container-derecho #label-envios #icon-envios img {
    width: 100%;
}

h6.antesprecio {
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    margin: 0px;
}

#prodInternal .image a img {
    display: block;
    width: 100%;
    border-radius: 10px;
}

#titulo-izq {
    display: none;
    width: 100%;
}

#titulo-izq h3 {
    font-size: 14px;
    color: #818181;
    font-weight: 400;
}

#titulo-izq h2 {
    font-weight: 600;
    font-size: 20px;
    color: #221e49;
}

.ladoderecho #nombreProd {
    color: #818181;
}

.ladoderecho .mediosinternos {
    margin-top: 40px;
}

.ladoderecho .mediosinternos img {
    width: 100%;
    max-width: 430px;
}

.ladoderecho .agotado {
    color: red;
    font-weight: 600;
    font-size: 32px;
}

.ladoderecho #nombreProd h2 {
    font-weight: 600;
    font-size: 24px;
    color: #696969;
}

.ladoderecho p {
    color: #818181;
}

.ladoderecho .precio {
    color: #818181;
    font-size: 25px;
    font-weight: 800;
}

.ladoderecho table {
    border-radius: 10px;
    font-size: 14px;
    border: none;
}

.ladoderecho table tr {
    line-height: 32px;
}

.ladoderecho table tr td {
    padding: 0px 10px;
}

.ladoderecho table tr:nth-of-type(odd) {
    background-color: rgba(129, 129, 129, 0.2);
}

.ladoderecho table tr:nth-of-type(even) {
    background-color: rgba(129, 129, 129, 0.07);
}

.tallas {
    text-align: center;
    border-top: 2px solid var(--colorPrimaryDark);
    margin-top: 6rem;
}

.tallas img {
    width: 100%;
}

.tallas h2 {
    margin-top: 6rem;
    font-weight: 700;
    font-size: 28px;
}

.tallas > div {
    display: grid;
    place-content: center;
    gap: 2rem;
}

/* beneficios */
.beneficios {
    background-color: #f6f6f6;
}

.beneficios .content {
    display: grid;
    gap: 3rem;
    margin-top: 4rem;
}

.beneficios .item {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    justify-content: center;
    gap: 1.5rem;
    align-items: center;
    padding: 3rem 2rem;
    border-radius: 24px;
    transition: all 0.3s ease-in-out;
}

.beneficios .item:hover {
    transform: scale(1.08);
}

.beneficios .item img {
    max-width: 100px;
}

.beneficios .item p {
    margin: 0;
}

.beneficios .item p:first-of-type {
    margin-bottom: 0.5rem;
}

/* ubicados */
.ubicados {
    margin-top: 0;
}

.ubicados .content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
    text-align: left;
}

.ubicados .item {
    font-size: 20px;
}

.ubicados .img {
    width: 100%;
    height: 380px;
    background: #f6f6f6;
    margin-bottom: 2rem;
    border-radius: 20px;
}

.ubicados .item__title {
    color: var(--colorPrimary);
    font-size: 28px;
    font-weight: 700;
}

.ubicados .item__show {
    color: #696969;
    border: 1px solid #696969;
    border-radius: 40px;
    padding: 0.5rem 2rem;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 1rem;
    display: block;
    width: fit-content;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s all ease-in-out;
}

.ubicados .item__show:hover {
    background: #696969;
    color: #fff;
}



.clientes .content {
    margin-top: 2rem;
    display: grid;
    gap: 4rem;
}

.clientes__item {
    background-color: #ffffff;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 10px 10px 16px -6px rgba(179,175,179,1);
    -moz-box-shadow: 10px 10px 16px -6px rgba(179,175,179,1);
    box-shadow: 10px 10px 16px -6px rgba(179,175,179,1);
    justify-content: center;
    border-style: solid;
    border-color: #ededed;
}

.clientes__img {
    object-fit: scale-down;
    height: 200px;
    width: 100%;
    padding: 20px;
}

.clientes__name {
    font-size: 20px;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 0;
}

.clientes__description div p:last-of-type {
    color: var(--colorText);
    font-size: 16px;
}

/* cart */
#cartFinalDetails {
    padding: 10px;
}

#cartFinalDetails #prodContent {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#finalTotal {
    text-align: right;
    font-size: 16px;
}

#cartFinalDetails .contProdCart {
    width: 30px;
    text-align: center;
    background: #f4f4f4;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    border-radius: 4px;
    color: #818181;
}

#cartFinalDetails .nameProdCart {
    font-weight: 500;
    font-size: 15px;
    margin-left: 10px;
}

#cartFinalDetails .contTotal {
    font-weight: 600;
    font-size: 18px;
    text-align: right;
}

#prodContent li {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 10px;
    margin-top: 20px;
}

#prodContent .btn-default {
    color: #fff;
    background-color: #595959;
    border-color: #ccc;
    padding: 5px 13px;
    margin: -5px 7px 0px 0px;
}

#prodContent .updateCart {
    color: #221e49;
    font-size: 14px;
    text-decoration: revert;
}

#resumen {
    background-color: #d4d4d4;
    border-radius: 10px;
    padding: 10px;
    font-size: 14px;
    margin: 20px 0px;
    display: none;
}

#total-res {
    display: inline-block;
}

#envio-res {
    display: inline-block;
}

#subtotal-res {
    display: inline-block;
}

.botoncomprarmas {
    background-color: #5d56bf;
    color: #fff;
    font-size: 14px;
}

.botoncomprarmas:hover {
    color: #fff;
}

#title-cart h2 {
    color: #221e49;
    font-size: 24px;
    margin: 20px 0px;
    padding: 0px;
    font-weight: 700;
}

#title-cart h2 span {
    color: #5d56bf;
}

#cart-container {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.cartladoizq {
    width: 55%;
}

.cartladoizq .nameProdCartLabel {
    font-weight: 600;
    color: #221e49;
}

.cartladoderecho {
    width: 40%;
    background: #f4f4f4;
    padding: 20px 20px;
    border-radius: 10px;
}

.cartladoderecho h3 {
    color: #221e49;
    font-size: 24px;
    font-weight: 600;
}

.cartladoderecho p {
    color: #818181;
}

.cartladoderecho input {
    border: 0px;
    color: #221e49;
    font-size: 14px;
}

.cartladoderecho input::placeholder {
    color: #818181;
}

.cartladoderecho select {
    font-size: 14px;
    border: 0px;
    color: #818181;
}

.cartladoderecho label {
    color: #221e49;
    font-weight: 500;
    margin-top: 15px;
    font-size: 14px;
}

.cartladoderecho #totalValueBtn {
    display: inline-block;
}

.intbusqueda .item {
    margin-top: 40px;
}

.intbusqueda h2 {
    text-align: center;
    letter-spacing: 13px;
    font-weight: 600;
    margin-top: 60px;
    text-transform: uppercase;
}

.contRemove {
    text-align: right;
}

#alfred {
    width: 160px;
    position: fixed;
    bottom: 50px;
    left: 10px;
    font-family: "Montserrat", sans-serif;
    z-index: 999999;
}

#alfred img {
    width: 100%;
    display: block;
}

#alfred #frase {
    width: 95%;
    position: absolute;
    margin: -20px 0px 0px -10px;
}

#alfred #phrase {
    border: 2px solid #000;
    background: #fff;
    width: 180px;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 12px;
    text-align: center;
}

/* Cursor */
.typed-cursor {
    display: inline-block;
}

/* If fade out option is set */
.typed-fade-out {
    display: inline-block;
}

#pagination-container {
    margin: 20px auto;
    display: flex;
    flex-direction: column;
}

#pagination-container::after {
    content: "";
    height: 1px;
    width: 400px;
    background-color: #e0dddd;

    margin: 5px auto;
}

.pagination {
    padding-left: 0;
    border-radius: 4px;
    margin: 30px auto 0px;
    justify-content: center;
    width: 100%;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 15px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background: #585858 !important;
    border-color: #585858 !important;
}

.pagination > li > a,
.pagination > li > span {
    color: #585858 !important;
    font-size: 14px;
}

ul.pagination li.active a {
    color: #fff !important;
}

#info-top {
    background-color: #000;
}

#info-top .row {
    --bs-gutter-x: 0em;
}

#login-menu ul {
    margin: 0px;
    padding: 0px;
}

#login-menu ul li {
    display: inline-block;
    margin: 0px 10px;
    line-height: 32px;
}

#login-menu ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
}

#login-menu ul li a i {
    font-size: 13px;
}

/* Button's Pay Styles */
.section-pay {
    text-align: center;
}

.section-pay p {
    margin: 0;
}

.text {
    margin-bottom: 2rem;
}

.text__value {
    margin-top: 1rem;
    font-size: 3rem;
    font-weight: bold;
}

.buttons__content {
    display: flex;
    margin-top: 1rem;
    justify-content: center;
    align-items: center;
}

.buttons__content button {
    display: block;
    width: 160px;
    height: 80px;
    transition: 0.3s all ease-in-out;
    background-size: cover !important;
    border-radius: 16px;
}

.buttons__content button:hover {
    background-size: cover !important;
}

.buttons__content .buttons__wompi:hover {
    box-shadow: 0px 0px 15px -3px rgb(44, 167, 50);
}

.buttons__content span {
    margin: 0 2rem;
}

.buttons__wompi {
    background: url(../img/wompi.jpg);
    border: 2px solid rgba(28, 164, 28, 0.93) !important;
}

.buttons__wompi:hover {
    background: url(../img/wompi2.jpg);
}

.btn-morado {
    background: #5d56bf;
    color: #fff;
    font-size: 14px;
}

.btn-morado:hover {
    color: #fff;
    background: #49449a;
}

.buttons__content .buttons__pedido {
    height: 42px;
    border-radius: 6px;
}

.sale-container {
    display: flex;
    flex-direction: column;
    background-color: #f4f4f4;
    border-radius: 12px;
    max-width: 800px;
    height: 620px;
    margin: 12px auto;
    align-items: center;
    justify-content: center;
}

.inline-details {
    display: inline;
}

.tituloGracias {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #221e49;
}

.hr {
    grid-column-start: 1;
    grid-column-end: 5;
}

.detalles-envio1 {
    grid-column-start: 1;
    grid-column-end: 3;
    color: #221e49;
}

.detalles-envio2 {
    grid-column-start: 3;
    grid-column-end: 5;
    color: #221e49;
}

.infoSlide {
    top: 90px;
    width: 600px;
    margin: 0px 0px 0px 150px;
    position: absolute;
}

.infoSlide h3 {
    color: #fff;
    padding: 0px;
    margin: 0px;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 0.4pt;
}

.infoSlide h1 {
    color: #221e49;
    margin-top: -3px;
    margin-left: -2px;
    font-size: 52px;
    padding: 0px;
    font-weight: 600;
    letter-spacing: 0.4pt;
}

.infoSlide p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.2pt;
}

.infoSlide a {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    background: #1dd1dd;
    border: 0px;
    border-radius: 5px;
    padding: 8px 25px;
}

/* Popup aviso cookies */
.aviso-cookies {
    display: none;
    margin: 0 20px;
    padding: 14px;
    border: 1px solid rgb(200, 200, 200);
    border-radius: 10px;
    box-shadow: 0px 4px 10px 0px #00000040;
    position: fixed;
    background: #fff;
    z-index: 10001;
    bottom: 20px;
}

.aviso-cookies.activo {
    display: block;
}

.aviso-cookies .titulo {
    font-family: 'Calibri', 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
    font-weight: 700;
    color: #696969;
}

.aviso-cookies .enlace {
    text-decoration: none;
    color: #007b3d;
}

.aviso-cookies .enlace:hover {
    text-decoration: underline;
    color: #77b92d;
}

#btn-aceptar-cookies {
    background: #007b3d;
    border-color: #007b3d;
    border-radius: 25px;
    margin-right: 14px;
}

#btn-aceptar-cookies:hover {
    background-color: #77b92d;
    border-color: #77b92d;
}

.fondo-aviso-cookies {
    display: none;
    background: rgba(0, 0, 0, .20);
    position: fixed;
    z-index: 10000;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}

.fondo-aviso-cookies.activo {
    display: block;
}

/* Archivo políticas */
.politica-cookies {
    font-family: 'Calibri', 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
    font-size: larger;
    text-align: justify;
    background-color: #f6f6f6;
    padding: 16px;
    border-radius: 20px;
    margin: 14px;
}