@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
    font-family: monserratitalica;
    src: url(../font/PlusJakartaText-Bold.otf);
    font-display: swap;
}

@font-face {
    font-family: monserrat;
    src: url(../font/PlusJakartaText-Light.otf);
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #f1f1f1;
}

/* Estilo del pulgar de la barra de desplazamiento */
::-webkit-scrollbar-thumb {
    background-color: #003470;
    border-radius: 5px;
}

/* Cambia el color del pulgar cuando se desplaza */
::-webkit-scrollbar-thumb:hover {
    background-color: #003470;
}

/* Estilo de las flechas de la barra de desplazamiento (botones de flecha) */
::-webkit-scrollbar-button {
    display: none;
    /* Oculta las flechas en Chrome/Edge */
}

.dropdown-menu.show {
    background: #ffffff;
    width: 200px;
}

a {
    text-decoration: none !important;
    color: black;
}
a:hover{
    color: white ;
}
.btn:hover{
    color: #003470;
}
.btn:focus-visible{
    border-color: #003470;
    color: white;
    box-shadow: none;
}
.btn-primary{
background-color: #003470;
border-color: #003470;
}
.btn-primary:hover{
    background-color: #003470;
    border-color: #003470;
    }
    .btn-info{
        background-color: #003470;
        border-color: #003470;
        color: white;
    }
    .btn-info:hover{
        background-color: #003470;
        border-color: #003470;
       }
       .btn-outline-success:hover{
       background-color: transparent;
       }
       .btn-warning{
        background-color: #003470;
        color: white;
       }
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: monserratitalica;
}

span,
p {
    font-family: monserrat;
}

body {
    font-family: monserrat;
    overflow-x: hidden !important;
}

.container {
    max-width: 100%;
    width: 100%;
    margin: auto;
    padding: 0px !important;
}

.p1 {
    text-align: center;
    color: white;
    font-size: 20px;
}

.navbar {
    width: 100%;
    box-shadow: 0 1px 4px rgb(146 161 176 / 15%);
    background: #ffffff;
    padding: 0px !important;
    position: fixed;
    top: 0;
    z-index: 100;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 62px;

}

.navbar .menu-items {
    display: flex;
    height: 100vh;
    background: #ffffff;
    overflow-y: hidden !important;
    color: #003470;
    justify-content: center;
    align-items: center;
}

.no-scroll {
    overflow: hidden;
}

.navbar .nav-container li {
    list-style: none;
}
.logo img{
    width: 200px;
    height: auto;
}
.navbar .nav-container a {
    text-decoration: none;
    color: #000000;
    font-weight: 500;
    /* font-size: 1.2rem; */
    padding: 0.7rem;
}
.dropdown-item:focus, .dropdown-item:hover{
    background: transparent !important;
}
.navbar .nav-container a:hover {
    font-weight: bolder;
    color: #003470;
}

.navbar .nav-container a:active {
    background-color: #003470;
    color: #ffffff;
}

.navbar .nav-container a:focus {
    background-color: #003470 !important;
    color: #ffffff;
}

.nav-container {
    display: block;
    position: relative;
    height: 60px;
}

.nav-container .checkbox {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    top: 20px;
    right: 20px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
}

.nav-container .hamburger-lines {
    display: none !important;
    height: 26px;
    width: 32px;
    position: absolute;
    top: 17px;
    right: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.nav-container .checkbox{
    display: none !important;
}
.nav-container .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #000000;
}

.nav-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
    margin-bottom: 2px;
}

.nav-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
    margin-bottom: 2px;
}

.nav-container .hamburger-lines .line3 {
    transform-origin:32% 300%;

    transition: transform 0.4s ease-in-out;
}

.navbar .menu-items {
    padding-top: 120px;
    /* box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5); */
    height: 100vh;
    width: 100%;
    transform: translate(100%);
    display: flex;
    flex-direction: column;
    margin-right: -40px;
    padding-right: 50px;
    transition: transform 0.5s ease-in-out;
    text-align: center;

}

.navbar .menu-items li {
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
    font-weight: 500;
}
.centro{
    position: absolute;
    top: px;
    left: 50%;
    transform: translateX(-50%);
}
.menubotoneswed{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
align-content: center;
}
.menubotoneswed a{
    color: black !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.menubotoneswed a:hover{
    background-color: #003470;
    border-radius: 30px;
    color: rgb(255, 255, 255) !important;
}
.menubotoneswed a:focus{
    background-color: #003470;
    border-radius: 30px;
    color: rgb(255, 255, 255) !important;
}
.logo {

    font-size: 1.2rem;
}

.logo:active {
    background: transparent !important;
}

.logo:focus {
    background: transparent !important;
}

.nav-container .left-button {
    position: absolute;
    top: 5px;
    left: 15px;
    font-size: 1.2rem;
    color: #0e2431;
}

.nav-container .right-button {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 1.2rem;
    color: #000000;
    border-color: transparent;
}
.nav-container .right-button1 {
    position: absolute;
    top: 5px;
    right: 75px;
    font-size: 1.2rem;
    color: #000000;
    border-color: transparent;
}
.dropdown-menu[data-bs-popper]{
    right: 50px !important;
    left: auto !important;
}
.dropdown-toggle::after{
    display: none !important;
}
.nav-container input[type="checkbox"]:checked~.menu-items {
    transform: translateX(0);
}

.nav-container input[type="checkbox"]:checked~.hamburger-lines .line1 {
    transform: rotate(45deg);
}

.nav-container input[type="checkbox"]:checked~.hamburger-lines .line2 {
    transform: scaleY(0);
}

.nav-container input[type="checkbox"]:checked~.hamburger-lines .line3 {
    transform: rotate(-45deg);
}

.nav-container input[type="checkbox"]:checked~.logo {
    display: none;
}

@media (max-width: 767px) {
    .navbar .menu-items {
        padding-right: 0px;
    }
    .nav-container .hamburger-lines{
        display: block !important;
    }
    .menubotoneswed{
        display: none;
    }
    .nav-container .checkbox{
        display: block !important;
    }
}

/* --------------carrito----------------------------- */
.badge {
    display: inline-block;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    background-color: #003470;
    border-radius: 50%;
    position: absolute;

    right: 10px;
  }
  .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background-color: transparent;
    border-color: transparent;
}



.sidecart {
    width: 420px;
    min-width: 420px;
    height: 100vh;
    position: fixed;
    top: 0px;
    overflow: auto !important;
    right: -420px;
    z-index: 15;
    transition: 0.2s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    justify-content: space-between;
}
.contenedorproductos{
width: 100%;/*
height: inherit; */
display: flex;
align-items: flex-start;
justify-content: center;
}
@media(max-width: 400px) {
    .sidecart {
        width: 100vw;
        right: -100%;
    }
}

.open-cart {
    right: 0px !important;
}

.open-cart:before {
    content: '';
    position: fixed;
    top: 0px;
    width: 100vw;
    height: 100vh;
    left: 0px;
    right: 0px;
    bottom: 0px;
    pointer-events: none;
    background-color: black;
    opacity: 0.5;
    z-index: -1;
}

.product-quantity {
    position: relative;
}

.product-quantity:after {
    content: 'x de';
    white-space: nowrap;
    position: absolute;
    z-index: 10;
    margin-left: 2px;
}

.sidecart-price>div {
    margin: auto;
    width: 100%;
    white-space: nowrap;
}

.open-cart {
    right: 0px !important;
}

.open-cart:before {
    content: '';
    position: fixed;
    top: 0px;
    width: 100vw;
    height: 100vh;
    left: 0px;
    right: 0px;
    bottom: 0px;
    pointer-events: none;
    background-color: transparent;
    opacity: 0.5;
    z-index: -1;
}

.product-quantity {
    position: relative;
}

.product-quantity:after {
    content: 'x de';
    white-space: nowrap;
    position: absolute;
    z-index: 10;
    margin-left: 2px;
}

.sidecart-price>div {
    margin: auto;
    width: 100%;
    white-space: nowrap;
}

.tituloscarritos {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px;

}

.tituloscarritos h2 {
    color: #003470;
}

.tituloscarritos button {
    color: #003470;
    border-radius: 30px;
}

.carritoproductos {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: inherit;
    justify-content: flex-start;
    align-items: flex-start;
}

.carritoproducto {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
    padding: 15px;
    padding-bottom: 0px;
}

.btn-recargar {
    padding: 5px;
    border: none;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.btn-eliminar {
    margin: 10px;

    color: white;
    background-color: rgb(237, 58, 58);
    padding: 5px;
    border: none;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.imgcarrito {
    background-color: white;

    width: 40%;
    justify-content: center;
    margin-bottom: 15px;
}

.imgcarrito img {
    width: 100%;
    height: auto;
}

.carritopructoinfo {
    /* width: 55%; */
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 15px;
    gap: 10px;
}

.carritopructoinfo p {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 20px;
}

.contadorproductos {
    width: 100%;
    display: flex;
    justify-content: end;
    flex-direction: row;
    padding-right: 15px;
}

.counter .btn {
    border-radius: 30px;
}

.counter .btn:hover {
    background: #003470;
}

.contenidoinferior {
    width: 100%;
    display: flex;
    flex-direction: column;

}

.mensajesuscripcion {
    width: 100%;
    display: flex;
    flex-direction: row;
    background: #003470;
    padding: 15px;
}

.totalcarrito {
    width: 100%;
    display: flex;
    flex-direction: row;
    background: white;
    padding: 15px;
    color: rgb(255, 254, 254);
    background: #003470;
}
.espaciomuerto{
height: 300px ;
background: red;
/*
margin-top: -100px; */
}
.sus1,
.total1 {
    width: 60%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.sus1 h2 {
    font-size: 20px;
    color: white;
}

.sus1 p {
    font-size: 17px;
}

.sus2,
.total2 {
    width: 40%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.contenedorcerrarsus {
    width: 100%;
    display: flex;
    justify-content: end;
    padding-right: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.contenedorcerrarsus .btn-light {
    color: black;
    border-radius: 30px;
    z-index: 50px;
    position: absolute;
}

.contenedorcerrarsus .btn-light:hover {
    background: #003470;
}

.sus2 .btn-warning {
    background: white !important;
    height: 50px;
    border-radius: 30px;
    color: #003470 !important;
}

.sus2 .btn-warning:hover {
    background: #003470 !important;
    height: 50px;
    border-radius: 30px;
    color: white !important;
}

.total2 .btn-warning {
    background: #003470;
    height: 50px;
    border-radius: 30px;
    color: white !important;
}

.total2 .btn-warning:hover {
    background: #ffffff;
    height: 50px;
    border-radius: 30px;
    color: #003470 !important;
}
.product-card-header{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .sidecart {
        width: 100% !important;
        min-width: 100%;
    }

    .logo {
        top: 0px;
    }

    .logo img {
        width: 150px !important;
        margin-top: 8px;
    }

    .nav-container .right-button {
        right: 45px;
    }
    .nav-container .right-button1 {
        right: 120px;
    }
    .espaciomuerto {
        height: 350px;
    }
        .totalcarrito {
        padding-bottom:70px;
    }
}
