@font-face {
  font-family: 'Poppins-Black';
  src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 900; /* Opcional, puedes poner normal o bold */
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Black';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900; /* Opcional, puedes poner normal o bold */
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-BlackItalic';
  src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900; /* Opcional, puedes poner normal o bold */
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Bold';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 900; /* Opcional, puedes poner normal o bold */
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-BoldItalic';
  src: url('../fonts/Poppins-BoldItalic.ttf') format('truetype');
  font-weight: 900; /* Opcional, puedes poner normal o bold */
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-ExtraBold';
  src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 900; /* Opcional, puedes poner normal o bold */
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-ExtraBoldItalic';
  src: url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 900; /* Opcional, puedes poner normal o bold */
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-ExtraLight';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 900; /* Opcional, puedes poner normal o bold */
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-ExtraLightItalic';
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 900; /* Opcional, puedes poner normal o bold */
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Italic';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 900; /* Opcional, puedes poner normal o bold */
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Light';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 900; /* Opcional, puedes poner normal o bold */
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Medium';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 900; /* Opcional, puedes poner normal o bold */
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-MediumItalic';
  src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 900; /* Opcional, puedes poner normal o bold */
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Regular';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 900; /* Opcional, puedes poner normal o bold */
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-SemiBold';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 900; /* Opcional, puedes poner normal o bold */
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-SemiBoldItalic';
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 900; /* Opcional, puedes poner normal o bold */
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Thin';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 900; /* Opcional, puedes poner normal o bold */
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-ThinItalic';
  src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 900; /* Opcional, puedes poner normal o bold */
  font-style: normal;
}

.logos-container{
    margin: 50px 0px;
}

.logos-container>img{
    width: 150px;
}

.logos-container-2{
    margin: 50px 0px;
}

.logos-container-2>img{
    width: 80px;
    margin-right: 25px;
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .preloader {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: #323232d1 !important;
    z-index: 100000 !important;
  }
  
  .dots .dot {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 10px 0 10px;
    border-radius: 50%;
    background: #FFF;
    -webkit-animation: dot-dot-dot 1.4s linear infinite;
    animation: dot-dot-dot 1.4s linear infinite;
  }
  
  .dots .dot:nth-child(2) {
    animation-delay: .2s;
  }
  
  .dots .dot:nth-child(3) {
    animation-delay: .4s;
  }
  
  @keyframes dot-dot-dot {
    0%, 60%, 100% {
      -webkit-transform: initial;
        -ms-transform: initial;
          transform: initial;
    }
    30% {
      -webkit-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
          transform: translateY(-25px);
    }
  }

.menu-home{
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
}

.submenu-home{
    display: flex;
    align-items: center;
}

.submenu-home li{
    font-family: 'Poppins-Regular';
    text-decoration: none;
    color: black;
    margin: 0px 20px;
    font-size: 18px;
}

.img-logo-newberry{
    width: 300px;
}

.dropdown-item{
    font-size: 18px;
}

.section-2-home{
    padding: 50px 60px;
}

.s2h-1{
    background-image: url('../images/kit-escolar.png');
    background-size: cover;
    height: 500px;
}

.s2h-2{
    background: rgb(216, 75, 92);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.s2h-2>h2{
    font-family: 'Poppins-Bold';
    color: white;
    font-size: 47px;
    margin: 0px 0px 20px 0px;
}

.s2h-2>p{
    font-family: 'Poppins-Medium';
    color: white;
    font-size: 22px;
    margin: 0px;
}

.s2h-2>a{
    color: white;
    font-family: 'Poppins-Medium';
    text-decoration: none;
    border: 1px solid white;
    padding: 5px 15px;
    margin-top: 30px;
    font-size: 18px;
}

.section-3-home{
    margin: 20px 0px;
}

.section-3-home>h2{
    text-align: center;
    font-family: 'Poppins-Bold';
}

.section-3-home>span{
    background: rgb(105, 175, 232);
    height: 4px;
    width: 150px;
    display: block;
    margin: 0 auto;
}

.item-section-4-home{
    height: 350px;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    padding: 20px !important;
}

.item-section-4-home>h4{
    font-family: 'Poppins-Bold';
    color: white;
    margin: 0px;
}

.item-section-4-home>a{
    color: white;
    font-family: 'Poppins-Regular';
}

.section-4-home{
    padding: 50px 60px;
}

#s4h-1{
    background-image: url('../images/inicio-escolar.png');
}

#s4h-2{
    background-image: url('../images/inicio-oficina.png');
}

#s4h-3{
    background-image: url('../images/inicio-escolar.png');
}

#s4h-4{
    background-image: url('../images/inicio-recreacion.png');
}

#s4h-5{
    background-image: url('../images/inicio-papeleria.png');
}

#s4h-6{
    background-image: url('../images/inicio-organizacion.png');
}

#productosCarouselHome{
    padding: 30px 100px;
    margin: 30px 0px 50px 0px;
}

.card-products-home{
    border: 0 !important;
}

.card-products-home > img{
    width: 80%;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.container-estrellas{
    display: flex;
    justify-content: center;
}

.container-estrellas>img{
    width: 30px;
    height: auto;
    object-fit: contain;
}

.card-product-carrusel>p{
    margin: 20px auto;
    width: 130px;
    font-family: 'Poppins-Regular';
    font-size: 17px;
    min-height: 80px;
}

.card-product-carrusel>h3{
    margin: 20px 0px;
    font-family: 'Poppins-Bold';
    color: rgb(105, 175, 232);
    font-size: 29px;
}

.card-product-carrusel>button{
    background: transparent;
    padding: 10px 20px;
    font-family: 'Poppins-Medium';
}

.steps-container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    overflow: hidden;
    max-width: 1200px;
    margin: auto;
    margin-bottom: 50px;
}

.step {
    position: relative;
    color: #fff;
    text-align: center;
    flex: 1;
    min-width: 250px;
    padding: 40px 20px;
    font-weight: 600;
    transition: all 0.3s ease;
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 10% 50%);
    margin: 0px 30px;
    display: flex;
    flex-direction: column;
    font-family: 'Poppins-Medium';
    line-height: 28px;
    font-size: 20px;
}

.step i {
    font-size: 40px;
    margin-bottom: 15px;
    display: block;
}

.step.yellow { background-color: #eba821; }
.step.red { background-color: #e63b4a; }
.step.blue { background-color: #4ba9e9; }
.step.green { background-color: #52a147; }

/* Efecto hover */
.step:hover {
    transform: scale(1.03);
    z-index: 2;
}

/* Ajuste para que las puntas se encimen ligeramente */
.step:not(:last-child) {
    margin-right: -40px;
}

/* Responsivo */
@media (max-width: 768px) {
    .steps-container {
    flex-direction: column;
    }
    .step:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
    }
    .step {
    clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
    }
}

.step > img{
    width: 90px;
    display: block;
    margin: 0px auto 10px auto;
}

.footer{
    background: rgb(246, 246, 246);
    display: flex;
    padding: 50px 100px;
    justify-content: space-between;
}

.item-footer-1{
    width: 25%;
    display: flex;
    flex-direction: column;
}

.item-footer-2{
    width: 30%;
    display: flex;
    flex-direction: column;
}

.item-footer-3{
    width: 40%;
    display: flex;
    flex-direction: column;
}

.section-title-footer{
    display: flex;
    flex-direction: column;
}

.section-title-footer > h2{
    margin: 0px;
    font-family: 'Poppins-Medium';
    font-size: 22px;
}

.section-title-footer > span{
    background: rgb(105, 175, 232);
    height: 3px;
    width: 80px;
    display: block;
    margin: 0px 0px 15px 0px;
}

.item-footer-1 > a{
    font-family: 'Poppins-Light';
    text-decoration: none;
    color: black;
    font-size: 16px;
    margin: 5px 0px;
}

.item-footer-2 > p{
    font-family: 'Poppins-Light';
    text-decoration: none;
    color: black;
    font-size: 16px;
    margin: 5px 0px;
}

.item-footer-3 > a{
    font-family: 'Poppins-Light';
    text-decoration: none;
    color: black;
    font-size: 16px;
    margin: 5px 0px;
}

.section-newsletter-footer > h2{
    margin: 50px 0px 0px 0px;
    font-family: 'Poppins-Medium';
    font-size: 22px;
}

.input-newsletter-footer{
    display: flex;
    width: 355px;
    margin-top: 10px;
}

.input-newsletter-footer>input{
    width: 70%;
    padding: 2px 20px;
    font-family: 'Poppins-Light';
    font-size: 15px;
}

.input-newsletter-footer > button{
    background: #4ba9e9;
    border: 0;
    padding: 10px 25px;
    color: white;
    font-family: 'Poppins-Medium';
}

/* CARTULINAS Y PAPELERIA */

.banner-section-cat{
    background-size: cover;
    height: 600px;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 80px;
}

.section-1-cartulinas{
    background-image: url('../images/inicio-papelería.png');
}

.info-s1-cartulinas{
    width: 50%;
}

.info-s1-cartulinas>img{
    width: 100px;
    display: block;
    margin: 0 auto;
}

.info-s1-cartulinas>h2{
    text-align: center;
    font-family: 'Poppins-Bold';
    color: white;
    font-size: 50px;
    text-shadow: 3px 3px BLACK;
}

.flex-buscador-category{
    border: 1px solid black;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 5px;
    border-radius: 12px;
    margin-right: 10px;
}

.flex-buscador-category>input{
    border: 0px;
    width: 80%;
    font-family: 'Poppins-Medium';
    font-size: 15px;
    padding: 5px 0px;
}

.flex-buscador-category>img{
    width: 20px;
    object-fit: contain;
}

.header-products-category{
    display: flex;
    justify-content: space-between;
    padding: 30px 100px;
    margin: 50px 0px;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
}

.flex-category-prods{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-category-prods li{
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

.flex-category-prods > h2{
    font-family: 'Poppins-Medium';
    font-size: 19px;
    margin: 0px 20px 0px 0px;
}

.flex-category-prods  .nav-link{
    font-family: 'Poppins-Medium';
    font-size: 17px;
    margin: 0px;
}

.flex-category-prods>button{
    background: #4ba9e9;
    padding: 5px 20px;
    border-radius: 30px;
    color: white;
    font-family: 'Poppins-Bold';
    border: 0;
}

.section-buscador-products{
    position: relative;
}

.section-products-category{
    position: absolute;
    top: -250px;
    background: white;
    left: 0;
    right: 0;
    margin: 0px 50px;
}

#container-products-category > p{
    text-align: center;
    font-family: 'Poppins-Regular';
    font-size: 20px;
}

#header-filtros>h2{
    text-align: center;
    font-family: 'Poppins-Medium';
    margin: 0 auto;
    font-size: 40px;
}

.section-products-category > h2{
    padding: 10px 100px;
    font-family: 'Poppins-Medium';
    font-size: 22px;
    margin-top: 30px;
}

#container-products-category{
    min-height: 700px;
}

.card-products-category{
    border: 0 !important;
}

.card-products-category > img{
    width: 80%;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.card-product-carrusel-category>p{
    margin: 20px auto;
    width: 130px;
    font-family: 'Poppins-Regular';
    font-size: 17px;
    min-height: 80px;
}

.card-product-carrusel-category>h3{
    margin: 20px 0px;
    font-family: 'Poppins-Bold';
    color: rgb(105, 175, 232);
    font-size: 29px;
}

.card-product-carrusel-category>button{
    background: transparent;
    padding: 10px 20px;
    font-family: 'Poppins-Medium';
}

.section-buscador-products{
    min-height: 890px;
}
/* CARTULINAS Y PAPELERIA */


/* DETALLE DEL PRODUCTO */

.section-1-detalle-prod{
    padding: 50px 100px 20px 100px;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    align-items: flex-start;
}

.section-1-detalle-prod > img{
    width: 30%;
}

.info-detalle-prod{
    width: 50%;
}

.info-detalle-prod > h2{
    font-weight: bold;
    margin: 0px;
    font-family: 'Poppins-Medium';
}

.info-detalle-prod > h3{
    margin: 10px 0px;
    font-family: 'Poppins-Bold';
    color: rgb(105, 175, 232);
    font-size: 29px;
}

.info-detalle-prod > h4{
    font-family: 'Poppins-Medium';
    margin-top: 30px;
}

.info-detalle-prod > p{
    font-family: 'Poppins-Regular';
    font-size: 17px;
}

.message-shipping{
    padding: 15px 40px;
    border: 1px solid gray;
    width: 70%;
    margin: 30px 0px;
}

.message-shipping > h4{
    font-family: 'Poppins-Regular';
    font-size: 16px;
    margin: 0px;
    text-align: center;
}

.cart-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.quantity-box {
  display: flex;
  align-items: center;
  border: 1px solid #000;
  border-radius: 3px;
  overflow: hidden;
  width: auto;
  position: relative;
  justify-content: center;
}

.quantity-box input {
    width: 30px;
    text-align: center;
    border: 1.5px solid black;
    font-size: 16px;
    outline: none;
    padding: 10px 0px;
    font-family: 'Poppins-Bold';
}

.flechas-input{
    display: flex;
    flex-direction: column;
}

.arrow {
  border: none;
  background: none;
  cursor: pointer;
  font-size: 15px;
  line-height: 8px;
  padding: 4px;
  color: #000;
  user-select: none;
}

.arrow:hover {
  color: #4CAF50;
}

.add-cart {
    background-color: #52a147;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 19px;
    font-weight: 500;
    border-radius: 2px;
    font-family: 'Poppins-Medium';
}

.add-cart:hover {
  background-color: #5aa05d;
}

.check-retiro-detalle-prod{
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.check-retiro-detalle-prod>img{
    width: 30px;
}

.check-retiro-detalle-prod>h2{
    font-family: 'Poppins-Medium';
    font-size: 17px;
    margin: 0px;
}

.instrucciones-detalle-prod > h3{
    font-family: 'Poppins-Regular';
    font-size: 15px;
    margin: 2px 0px 2px 30px;
}

.instrucciones-detalle-prod > a{
    font-family: 'Poppins-Regular';
    font-size: 15px;
    margin: 2px 0px 2px 30px;
    color: black;
}

.instrucciones-detalle-prod{
    margin: 50px 0px 100px 0px;
}

.item-card-product-category{
    width: 300px;
}

/* DETALLE DEL PRODUCTO */


/* CONTACTO */

.section-1-contact{
    display: flex;
    padding: 0px 100px;
    margin-bottom: 100px;
}

.section-1-s1-contact{
    background-image: url('../images/contacto-imagen.png');
    background-size: cover;
    height: auto;
    width: 40%;
    background-position-y: bottom;
}

.section-2-s1-contact{
    width: 60%;
    background: #4ba9e9;
    padding: 50px 100px;
}

.section-2-s1-contact>h2{
    font-family: 'Poppins-Bold';
    color: white;
    font-size: 35px;
}

.section-2-s1-contact>p{
    font-family: 'Poppins-Regular';
    color: white;
    font-size: 18px;
}

#form-contact{
    display: flex;
    flex-direction: column;
}

#form-contact>input{
    background: transparent;
    margin: 10px 0px;
    padding: 10px 10px;
    border: 1px solid white;
    color: white;
    font-family: 'Poppins-Regular';
}

#form-contact>input::placeholder{
    color: white;
    font-family: 'Poppins-Regular';
}

#form-contact>textarea{
    background: transparent;
    margin: 10px 0px;
    padding: 10px 10px;
    border: 1px solid white;
    color: white;
    font-family: 'Poppins-Regular';
}

#form-contact>textarea::placeholder{
    color: white;
    font-family: 'Poppins-Regular';
}

#form-contact>button{
    border-radius: 30px;
    width: 120px;
    padding: 5px 0px;
    background: white;
    font-family: 'Poppins-Bold';
    border: 0;
    color: #4ba9e9;
    margin-left: auto;
    margin-top: 10px;
}

.image-ubicacion-container{
    background-size: cover;
    height: 250px;
    width: calc(100% - 50px);
    margin: 0px 25px;
}

.section-3-contact{
    padding: 0px 200px;
    margin: 50px 0px !important;
}

.section-3-contact p{
    margin: 40px 50px 20px 50px;
    font-family: 'Poppins-Regular';
    font-size: 17px;
    text-align: center;
}

.section-3-contact a{
    font-family: 'Poppins-Regular';
    font-size: 17px;
    text-align: center;
    color: black;
    text-decoration: none;
}

.item-info-contact{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn-mapa-ubi{
    margin: 20px 0px;
    font-family: 'Poppins-Medium';
    border: 1px solid black;
    padding: 10px 20px;
}

#img-1-ubi{
    background-image: url('../images/ubicacion-1.png');
}

#img-2-ubi{
    background-image: url('../images/ubicacion-2.png');
}

#img-3-ubi{
    background-image: url('../images/ubicacion-3.png');
}
/* CONTACTO */


/* CARRITO DE COMPRAS */

.section-1-carrito{
    margin: 50px 0px 20px 0px;
    padding-top: 50px;
}

.section-1-carrito>h2{
    text-align: center;
    font-family: 'Poppins-Bold';
}

.section-1-carrito>span{
    background: rgb(105, 175, 232);
    height: 4px;
    width: 150px;
    display: block;
    margin: 0 auto;
}

.container-carrito{
    padding: 20px 100px;
}

.header-table-carrito{
    display: flex;
    width: 100%;
    border-bottom: 1px solid gray;
}

.htc-column-1{
    width: 60%;
}

.htc-column-2{
    width: 10%;
}

.htc-column-3{
    width: 10%;
}

.htc-column-4{
    width: 10%;
}

.htc-column-5{
    width: 10%;
}

.htc-column-1>h3{
    font-family: 'Poppins-Bold';
    font-size: 21px;
}

.htc-column-2>h3{
    font-family: 'Poppins-Bold';
    font-size: 21px;
}

.htc-column-3>h3{
    font-family: 'Poppins-Bold';
    font-size: 21px;
}

.htc-column-4>h3{
    font-family: 'Poppins-Bold';
    font-size: 21px;
}

.htc-column-5>h3{
    font-family: 'Poppins-Bold';
    font-size: 21px;
}

.body-table-carrito{
    display: flex;
    flex-direction: column;
}

.btc-column-1{
    width: 60%;
    display: flex;
    align-items: center;
}

.btc-column-2{
    width: 10%;
    display: flex;
    align-items: center;
}

.btc-column-2>h3{
    margin: 0px;
    font-family: 'Poppins-Regular';
    font-size: 20px;
}

.btc-column-3{
    width: 10%;
    display: flex;
    align-items: center;
}

.btc-column-3>input{
    width: 70%;
}

.btc-column-4{
    width: 10%;
    display: flex;
    align-items: center;
}

.btc-column-4>h3{
    margin: 0px;
    font-family: 'Poppins-Regular';
    font-size: 20px;
}

.btc-column-5{
    width: 10%;
    display: flex;
    align-items: center;
}

.btc-column-5>h3{
    margin: 0px;
    font-family: 'Poppins-Regular';
    font-size: 20px;
}

.btc-column-5>button{
    background-color: red;
    color: white;
    font-family: 'Poppins-Bold';
    padding: 5px 25px;
    font-size: 15px;
    border: 0;
}

.row-body-carrito{
    display: flex;
    border-bottom: 1px solid gray;
    padding: 15px 0px;
}

.btc-column-1>img{
    width: 150px;
}

.btc-column-1>p{
    font-family: 'Poppins-Regular';
}

.container-2-carrito{
    padding: 20px 100px;
    display: flex;
}

.section-promotion{
    width: 50%;
    padding: 0px 20px;
}

.section-promotion>h2{
    margin-bottom: 20px;
    font-family: 'Poppins-Bold';
    font-size: 22px;
}

.section-totals{
    width: 50%;
    padding: 0px 20px;
}

.section-totals>h2{
    margin-bottom: 20px;
    font-family: 'Poppins-Bold';
    font-size: 22px;
}

.flex-cupon>input{
    width: 55%;
    font-family: 'Poppins-Regular';
    padding: 7px 5px;
    margin-right: 5px;
}

.flex-cupon>button{
    width: 38%;
    background: #4ba9e9;
    border: 0;
    padding: 8px 25px;
    color: white;
    font-family: 'Poppins-Medium';
    border-radius: 20px;
}

.table-cart-totals{
    display: flex;
    flex-direction: column;
}

.row-cart-totals{
    display: flex;
    border-bottom: 1px solid black;
}

.th-cart-totals{
    width: 50%;
    background: rgb(241, 241, 241);
    padding: 10px 4px;
}

.th-cart-totals>h2{
    font-family: 'Poppins-Regular';
    font-size: 20px;
    margin: 0px;
}

.btn-checkout{
    background: #4ba9e9;
    border: 0;
    padding: 8px 25px;
    color: white;
    font-family: 'Poppins-Medium';
    border-radius: 20px;
    margin: 20px 0px 0px auto;
    width: 180px;
    display: block;
}

.button-ingresa-registra{
    background-color: #4ba9e9 !important;
}
/* CARRITO DE COMPRAS */


.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .preloader {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: #323232d1 !important;
    z-index: 100000 !important;
  }
  
  .dots .dot {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 10px 0 10px;
    border-radius: 50%;
    background: #FFF;
    -webkit-animation: dot-dot-dot 1.4s linear infinite;
    animation: dot-dot-dot 1.4s linear infinite;
  }
  
  .dots .dot:nth-child(2) {
    animation-delay: .2s;
  }
  
  .dots .dot:nth-child(3) {
    animation-delay: .4s;
  }
  
  @keyframes dot-dot-dot {
    0%, 60%, 100% {
      -webkit-transform: initial;
        -ms-transform: initial;
          transform: initial;
    }
    30% {
      -webkit-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
          transform: translateY(-25px);
    }
  }


.section-3-aviso{
    margin: 20px 0px;
    padding: 30px 0px 20px 0px;
}

.section-3-aviso>h2{
    text-align: center;
    font-family: 'Poppins-Bold';
}

.section-3-aviso>span{
    background: rgb(105, 175, 232);
    height: 4px;
    width: 150px;
    display: block;
    margin: 0 auto;
}

.section-3-aviso {
    padding: 60px 20px;
    background: #f9f9f9;
}

.terminos-container {
    max-width: 900px;
    margin: auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.terminos-container h1 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 700;
}

.fecha-actualizacion {
    text-align: center;
    font-size: 14px;
    color: #777;
    margin-bottom: 40px;
}

.terminos-container section {
    margin-bottom: 30px;
}

.terminos-container h2 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #222;
}

.terminos-container p {
    line-height: 1.7;
    color: #444;
}

.terminos-container ul {
    padding-left: 20px;
    margin-top: 10px;
}

.terminos-container ul li {
    margin-bottom: 8px;
}

@media (max-width: 600px) {
    .img-logo-newberry{
        width: 200px;
    }

    .section-2-home{
        padding: 20px 30px;
    }

    .s2h-1{
        height: 200px;
        background-position: center;
    }

    .s2h-2>h2{
        font-size: 25px;
        margin: 15px 0px 20px 0px;
    }

    .s2h-2>p{
        font-size: 15px;
    }

    .s2h-2>a{
        font-size: 14px;
        margin-bottom: 20px;
    }

    .section-3-home>h2{
        font-size: 20px;
    }

    .item-section-4-home{
        height: 250px;
    }

    .item-section-4-home>h4{
        font-size: 18px;
    }

    .section-4-home{
        padding: 20px 30px;
        justify-content: center;
    }

    .step > img{
        width: 65px;
    }

    .step{
        width: 90%;
        padding: 20px 20px;
    }

    .footer{
        padding: 50px 50px;
        flex-direction: column;
    }

    .input-newsletter-footer{
        width: 100%;
    }

    .input-newsletter-footer>input{
        width: 200px;
    }

    .section-title-footer > h2{
        font-size: 20px;
    }

    .item-footer-1, .item-footer-2, .item-footer-3{
        width: 100%;
        margin-bottom: 20px;
    }

    .section-newsletter-footer > h2{
        font-size: 20px;
    }
}