/** Shopify CDN: Minification failed

Line 1563:1 Expected "}" to go with "{"

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

::after, ::before {
    box-sizing: border-box;
}

body {
    width: 100%;
    height: 100vh;
    background-color: #f1f1f1;
    font-family: Poleno;
    src: url(poleno_medium-webfont.woff);
}

header {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

container-enfoque {
    width: 100%;
}

/* Estilos para el home */
.container-carousel-enfoque {
    width: 100%;
    height: 698px;
    /*background-color: aliceblue;*/
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: relative;
}

.carruseles-enfoque {
    width: calc(100% * var(--num-elements));
    height: 100%;
    display: flex;
    overflow: hidden;
}

.slider-section-enfoque {
    width: calc(100% / var(--num-elements));
    height: 100%;
}

.slider-section-enfoque img{
    width: 100%;
    height: 100%;
    object-fit: cover;   
    transform: translateY(-50%);   
    top: 55%;
}

.btn-left-enfoque, .btn-right-enfoque {
    display: flex;
    position: absolute;
    top: 50%;

    font-size: 2rem;
    background-color: transparent;
    border-radius: 50%;
    padding: 5px;

    font-weight: 600;
    cursor: pointer;
    color: #03030381;
    transform: translate(0, -50%);
    transition: .5s ease;
    user-select: none;
}

.btn-bottom-enfoque{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.a-enfoque {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-decoration: none;
}

.btn-compraFoto-enfoque {
    /*width: 20%;*/
    position: absolute;
    height: 50px;
    bottom: 300px;
    padding: 10px;

    border: none;
    background-color: #fc0404ab;
    cursor: pointer;
    transition: .5s ease;
    clip-path: polygon(0 0, 98% 0, 100% 100%, 2% 100%);
    user-select: none;

    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    font-family: EuclidBold;
    scale: 1;
}

.btn-compraFoto-enfoque:hover {
    scale: 1.1;
}

.btn-left-enfoque:hover, .btn-right-enfoque:hover {
    background-color: #03030381;
    color: #fff;
}

.btn-left-enfoque {
    left: 10px;
}

.btn-right-enfoque {
    right: 10px;
}

.pasos-enfoque {
    background-color: #fff;
}

.py-4-enfoque {
    /*padding-top: 1.5rem;*/
    padding-bottom: 1.5rem;
}

.text-center-enfoque {
    text-align: center;
}
.row-enfoque {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}

.pt-4-enfoque {
    padding-top: 1.5rem;
}

.pasoNumber-enfoque {
    font-size: 2em;
    font-weight: bold;
    font-family: poleno;
    line-height: 2em;
    border: 5px solid #f00;
    border-radius: 200px;
    width: 2.5em;
    height: 2.5em;
    margin: 10px auto;
    position: relative;
}

.pasoNumber-enfoque::before {
    left: -70px;
}

.pasoNumber-enfoque::after {
    right: -70px;
}

.pasoNumber-enfoque::after, .pasoNumber-enfoque::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #666;
    top: 1em;
}

.titleNumber-enfoque {
    width: 100%;
    font-size: 1.35em;
    font-weight: bolder;
    font-family: poleno;
    padding: 0;
}

.descNumber-enfoque {
    font-size: 1.2em;
    font-weight: 600;
    font-family: Euclid;
}

/* Estilos para la pagina de compra de fotos */
.wave-enfoque {
    width: 100%;
    position: relative;
}

.container-wave-enfoque {
    width: 100%;
    height: 140px;
}

.img-wave-enfoque {
    width: 100%;
    height: 100%;
}

.title-wave-enfoque {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -18px;

    border: none;

    color: #fff;
    font-size: 30pt;
    font-family: poleno;
}

.select-option-photo-enfoque{
    width: 100%;
    display: flex;
    padding: 2rem 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #EDECE9 ;
}

.title-opcion-enfoque {
    /*width: 70%;*/
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: bold;
}

.title-h1-enfoque, .h1-enfoque {
    /*font-size: 30pt;*/
    font-weight: bold;
    font-family: EuclidBold;
    color: #000;
    padding: 1rem;
}

.description-option-enfoque {
    width: 70%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.description-option-enfoque, .p-enfoque {
    font-size: 1.5rem;
    font-family: Euclid;
    color: #000;
    padding: 1rem;
}

.container-row-enfoque {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 5px;
}

.card-column-enfoque {
    flex: 45%;
    height: 100%;
    padding: 5px;
    padding-top: 40px;
    /*border: #E90C2A 0.5rem solid;*/
    background-color: #a3632559;
    /*-webkit-clip-path: polygon(100% 100%, 0 100%, 0 7%, 4% 0%, 7% 8%, 12% 1%, 18% 8%, 22% 0%, 26% 8%, 30% 1%, 35% 4%, 38% 0%, 41% 8%, 43% 2%, 46% 7%, 50% 0%, 54% 4%, 56% 8%, 63% 0%, 68% 8%, 73% 3%, 76% 6%, 80% 1%, 85% 7%, 89% 0%, 93% 4%, 97% 0%, 100% 7%);*/
    -webkit-clip-path: polygon(1% 0, 51% 2%, 100% 0%, 98% 33%, 100% 70%, 97% 100%, 1% 99%, 2% 70%, 0 34%);
}

.card-img-enfoque {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.card-img-enfoque, .img-enfoque {
    height: 150px;
    object-fit: cover;
}

.card-btn-enfoque {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.btn-ingresar-enfoque {
    /*height: 50px;*/
    border: none;
    background-color: #e41d278a;
    cursor: pointer;
    transition: .5s ease;
    user-select: none;
    clip-path: polygon(0 0, 98% 0, 100% 100%, 2% 100%);

    color: #fff;
    /*font-weight: bold;*/
    font-family: EuclidBold;
    font-size: 1.2rem;
    padding: 10px;
}

.btn-ingresar-enfoque:hover {
    background-color: #e41d27;
}


/* Estilos para la pagina de compra de fotos - Todos */
.container-row-purchase-enfoque {
    width: 70%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 5px;
}

.card-column-purchase-enfoque {
    flex: 45%;
    height: 100%;
    padding: 5px;
    /*margin-top: 1rem;*/
}

.description-todos-enfoque {
  font-family: Euclid;
}

.purchased-enfoque {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
}

.purchased-btn-enfoque {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
}

.purchased-btnCode-enfoque {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
}

.img-qr-enfoque {
    width: 48px;
    background-color: #969696;
}

/* Estilo para el POPUP */
.popup-container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  z-index: 1000;
  max-width: 400px;
  width: 100%;
  text-align: center;
}

.popup-content {
  text-align: center;
  position: relative;    
  padding: 18px;
}

.promo-img {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 60px;
  height: 64px;
  object-fit: cover;
}

.accept-btn {
  background-color: #bf31318a;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 18px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.accept-btn:hover {
  background-color: #e80c2a;
}

.h2-popup-enfoque {
  font-size: 28px;
  margin-bottom: 15px;
  color: #333;
  font-weight: bold;
}

.ul-promoText {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.li-promoText {
  font-size: 18px;
  margin-bottom: 10px;
  color: #555;
}

/* FINAL Estilo para el POPUP */

/* Estilo para la vista previa flotante */
#contenedor video{
	max-width: 100%;
	width: 100%;
}
#contenedor{
	max-width: 100%;
	position:relative;
    display: none;
}
canvas{
	max-width: 100%;
}
canvas.drawingBuffer{
	position:absolute;
	top:0;
	left:0;
}

#preview {
    width: 300px;
    height: 300px;
    margin: 0px auto;
  }

/* FINAL Estilo para la vista previa flotante */



.input-manilla-enfoque {
    width: 100%;
    height: 48px;
    border: 5px solid #969696;

    color: #000;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 10px;
}

.btn-search-enfoque {
    width: 80%;
    height: 48px;
    border: none;
    background-color: #e41d27;
    cursor: pointer;
    transition: .5s ease;
    user-select: none;
    scale: 1;

    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    font-family: EuclidBold;
    clip-path: polygon(0 0, 98% 0, 100% 100%, 2% 100%); 
    padding: 10px;
}

.btn-search-enfoque:hover {
    scale: 1.1;
}

.btn-searchCode-enfoque {
    width: 100%;
    height: 48px;
    border: none;
    background-color: #e41d27;
    cursor: pointer;
    transition: .5s ease;
    user-select: none;
    scale: 1;

    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    font-family: EuclidBold;
    clip-path: polygon(0 0, 98% 0, 100% 100%, 2% 100%); 
    padding: 10px;
    margin: 0 10px;
}

.btn-search-enfoque:hover {
    scale: 1.1;
}

.btn-search-enfoque:disabled {
    background-color: #e41d278a;
    cursor: not-allowed;
}

.select-type-enfoque {
    display: none;
}

/* Estilos para section Info */
.container-row-info-enfoque {
    width: 70%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 5px;
}

.card-column-info-enfoque {
    flex: 45%;
    height: 100%;
    padding: 5px;
    margin-top: 1rem;
}

.info-enfoque {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
}

.img-manilla-enfoque {
    width: 100%;
}

.p-info-enfoque {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;

    font-size: 1.5rem;
    font-family: Euclid;
    color: #000;
    padding: 1rem;
}

/* Estilos para la pagina Carrito de Compras */
.container-cards-purchases-enfoque {
    width: 100%;
    padding: 5px;

    background-color: #edece9;
}

.card-purchased-enfoque {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 5px;
}

.row-card-enfoque {
    width: 90%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 30px;
    gap: 40px;
}

.column-1-enfoque {
    width: 25%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.column-2-enfoque {
    width: 35%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.column-2-enfoque, .column-3-enfoque{
    flex-direction: column;
}

.column-3-enfoque, .column-4-enfoque {
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.h3-shopping-enfoque {
    font-size: 1.5em;
    font-family: EuclidBold;
    color: #000;
    padding: 0.5rem;
}

.p-shopping-enfoque {
    font-size: 1.3em;
    font-family: Euclid;
    color: #000;
    padding: 0.5rem;
}

.img-purchased-enfoque {
    width: 75%;
    object-fit: cover;
}

.btn-shopping-enfoque {
    border: none;
    cursor: pointer;
    transition: .5s ease;
    user-select: none;
    scale: 1;
    background-color: transparent;

    padding: 10px;
}

.btn-delete {
  max-width: 65%;
}

.btn-shopping-enfoque:hover {
    scale: 1.1;
}

.img-shopping-enfoque {
    width: 100%;
    height: 100%;
}

.linea-enfoque {
    border-top: 1px solid black;
    height: 2px;
    max-width: 1295px;
    padding: 0;
    margin: 20px auto 0 auto;
}

.btns-shopping-cart-enfoque{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 40px;
}

.column-btn-1-enfoque, .column-btn-2-enfoque {
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.column-btn-3-enfoque {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.btn-shopping-cancel-enfoque {
    width: 80%;
    /*height: 50px;*/
    border: none;
    background-color: #6432159a;
    cursor: pointer;
    transition: .5s ease;
    user-select: none;
    clip-path: polygon(0 0, 98% 0, 100% 100%, 2% 100%); 

    color: #fff;
    font-family: EuclidBold;
    font-size: 1.2rem;
    padding: 10px;
}

.btn-shopping-cancel-enfoque:hover {
    background-color: #643215;
}

.btn-shopping-finish-enfoque {
    width: 80%;
    /*height: 50px;*/
    border: none;
    background-color: #e41d278a;
    cursor: pointer;
    transition: .5s ease;
    user-select: none;
    clip-path: polygon(0 0, 98% 0, 100% 100%, 2% 100%); 

    color: #fff;
    font-family: EuclidBold;
    font-size: 1.2rem;
    padding: 10px;
}

.btn-shopping-finish-enfoque:hover {
    background-color: #e41d27;
}

/* ESTILOS PARA MODAL */
.btn-border-enfoque{
  width: 100%;
  height: 48px;
  line-height: 48px;
  outline: 0;
  display: inline-block;
  border-radius: 25px;
  padding: 0 20px;

  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;

  border: 2px solid #0B3E21;
  color: #0B3E21;
  background-color: transparent;
}

.btn-border-enfoque:hover{
  color: white;
  background-color: #0B3E21;
  cursor: pointer;
  pointer-events: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #eee9d7;
  width: 100%;
  max-width: 350px;
  height: 100vh;

  visibility: hidden;
  opacity: 0;
  transform: translateX(100%);
  transition: all .3s ease-in;
  
  z-index: 20000;
}

.modal::after{
    position: fixed;
    top: 0;
    right: 350px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .4);
    z-index: 999;

    opacity: 0;
    content: '';
    pointer-events: none;
    transition: all .35s ease-in;
}

.modal.active {
  visibility: visible;
  opacity: 1;
  transform: none;
  z-index: 1500;
}

.modal.active::after{
    opacity: 1;
    pointer-events: auto;
}
.modal-container{
    height: 100%;
    padding: 30px;
    position: relative;
    z-index: 1000;
}

.modal-close{
    position: absolute;
    left: -50px;
    top: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #8c0719;
    color: #EEE9D7;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

.modal-info{
    display: flex;
    flex-flow: column;
    height: 100%;
    overflow: hidden;
}

.modal-header{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid gray;
}

.modal-header h2{
    font-size: 24px;
    color: #0B3E21;
    font-weight: 600;
}

.modal-header h2 i{
    margin-right: 10px;
}

.modal-body{
    position: relative;
    overflow-x: hidden;
    overflow-y: visible;
    width: 100%;
    flex-grow: 1;
    padding-right: 5px;
}

.modal-body::-webkit-scrollbar {
    width: 2px;
}

.modal-body::-webkit-scrollbar-thumb {
    background-color: #0b3e21;
    border-radius: 5px;
}

.modal-body::-webkit-scrollbar-track-piece {
    background-color: #EEE9D7;
}

.modal-item{
    display: flex;
    align-items: center;
}

.modal-item + .modal-item{
    margin-top: 20px;
}

.modal-thumb{
    width: 80px;
}

.modal-text-product{
    width: calc(100% - 80px - 10px);
    padding-left: 20px;
}

.modal-text-product p strong{
    color: black;
    margin-top: 6px;
}

.modal-footer{
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid gray;
}

.modal-list-price ul li+li{
    margin-top: 10px;
}

.modal-list-price ul li strong{
    color: #0B3E21;
}

.modal-total-cart{
    font-size: 20px;
    margin: 20px 0;
}

.modal-btns{
    padding-top: 30px;
    border-top: 1px solid gray;
    padding-bottom: 5px;
}

.modal-btns a+a{
    margin-top: 15px;
}

.modal-thumb img {
  border-radius: 3px;
}

/* Agrega estilos para la pestaña */
.carrito-tab {
    position: fixed;
    bottom: 525px;
    right: 0px;
    padding: 10px;
    background-color: #E80C2A;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
}

/* Estilos para el botón de cerrar */
.cart-container button {
    display: block;
    margin-top: 10px;
    padding: 8px;
    background-color: #333;
    color: #fff;
    border: none;
    cursor: pointer;
}


/* Estilos para la pagina de Seleccionar fotos */
.select-photo-enfoque {
    width: 100%;
    padding: 2rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #edece9;
}

.info-select-enfoque{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 25px;
}

.p-info-select-enfoque {
    width: 45%;
    display: flex;
    justify-content: flex-start;
    align-items: center;

    font-size: 1.5rem;
    font-family: EuclidBold;
    color: #000;
    padding: 1rem;
}

#loading-p{
  display: flex;
  justify-content: flex-start;
  align-items: center;

  font-size: 1.5rem;
  font-family: EuclidBold;
  color: #000;
  padding: 1rem;
}

.p-info-select {
    font-size: 0.7rem;
}

.photo-container {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    background-color: #edece9;
}

.photo-row-enfoque {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 5px;
}

.photo-container img {
    max-width: calc(25% - 20px);
    /*height: 100%;*/
    margin-bottom: 10px;
    /*margin-left: 20px;*/
    /*object-fit: cover;*/
    box-sizing: border-box;
    border-radius: 5px;
}

.btn-info-select-enfoque {
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.btn-select-enfoque {
    width: 70%;
    height: 50px;
    border: none;
    background-color: #116736;
    cursor: pointer;
    transition: .5s ease;
    user-select: none;
    clip-path: polygon(0 0, 98% 0, 100% 100%, 2% 100%); 

    color: #fff;
    font-family: EuclidBold;
    font-size: 1.2rem;
    padding: 10px;
}

.btn-select:hover-enfoque {
    background-color: #116736;
}

/* Estilos para seleccionar fotos */
.img-gallery-enfoque {
    width: 100%;
    transition: 0.3s ease-in-out;
    position: relative;
    z-index: 0;
    -webkit-user-drag: none;
    user-drag: none;
}

.selected {
    border: #116736 5px solid;
    opacity: 0.7;
}

.checkbox-container {
    display: inline-block;
    position: relative;
    cursor: pointer;
    top: -82px;
    right: 25px;
    visibility: hidden;
}

.checkbox-container::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 2px solid #ccc;
    border-radius: 5px;
    background-color: white;
    position: relative;
    top: -2px;
    right: 10px;
    visibility: hidden;
}

.checkbox-container:checked::before {
    border-color: green;
    background-color: green;
    content: "✔";
    display: block;
    position: absolute;
    font-size: 18px;
    color: white;
    top: -36px;
    right: 0px;
    visibility: visible;
}

.img-gallery-enfoque:hover {
    transition: ease-in-out 0.3s;
    cursor: pointer;
}

.row-enfoque {
    display: flex;
    padding: 5px;
    flex-wrap: wrap;
}

.column-enfoque {
    flex: 25%;
    padding: 5px;
}

.column-enfoque img {
    margin-top: 8px;
}

.btn-select-enfoque:disabled {
    background-color: #116736a4;
    cursor: not-allowed;
}

.btn-border-enfoque:disabled {
    background-color: #116736a4;
    cursor: not-allowed;
}

.contador-fotos {
    position: fixed;
    bottom: 100px;
    right: 20px;
    background-color: #d82a16;
    color: #fff;
    border-radius: 50%;
    padding: 10px;
    font-size: 24px;
    z-index: 9999;
}


/*Estilos para @media pantallas */
@media screen and (max-width: 1920px){
  .container-carousel-enfoque {
    height: 848px;
  }
}

@media screen and (max-width: 1440px){
  .container-carousel-enfoque {
    height: 713px;
  }

  .checkbox-container:checked:before {
    top: 3px;
  }
}

@media screen and (max-width: 1048px){
  .container-carousel-enfoque {
    height: 627px;
  }
}

@media screen and (min-width: 1025px){
  .btn-select-enfoque {
        width: 60%
    }
}

@media screen and (max-width: 1024px) {
    .h3-shopping-enfoque {
        font-size: 1.2em;
    }

    .p-shopping-enfoque {
        font-size: 1em;
    }

    .btn-shopping-cancel-enfoque, .btn-shopping-finish-enfoque {
        font-size: 1em;
    }

    .linea-enfoque {
        max-width: 891px;
    }

    .container-row-purchase-enfoque {
        width: 80%;
    }

    .p-info-enfoque {
        font-size: 1.5rem;
    }

    .carrito-tab {
      bottom: 440px;
    }

  .checkbox-container:checked:before {
    top: 39px;
    right: -14px;
  }
}

@media screen and (max-width: 900px){
  .photo-container img {
        max-width: calc(50% - 20px);
    }
}

@media screen and (max-width: 800px) {
    .column-enfoque {
        flex: 50%;
    }
}

@media screen and (max-width: 768px) {
    .h3-shopping-enfoque {
        font-size: 1.1em;
    }

    .p-shopping-enfoque {
        font-size: 1em;
    }

    .btn-shopping-cancel-enfoque, .btn-shopping-finish-enfoque {
        font-size: 0.8em;
    }

    .linea-enfoque {
        max-width: 670px;
    }

    .img-shopping-enfoque {
        width: 80%;
        height: 80%;
    }

  .container-row-purchase-enfoque, .container-row-info-enfoque, .description-option-enfoque, .title-opcion-enfoque {
        width: 90%;
    }

  .container-wave-enfoque {
      height:90px;
    }
    .title-wave-enfoque {
        font-size: 25pt;
    }

    .carrito-tab {
      bottom: 490px;
    }

  .container-carousel-enfoque {
    height: 626px;
  }


  .checkbox-container:checked:before {
    top: -4px;
    right: 2px;
  }
}

@media screen and (min-width: 768px){
    .col-md-4-enfoque {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

  .checkbox-container {
        top: -110px;
    }
}

@media screen and (max-width: 767px){
    .col-md-4-enfoque {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media screen and (max-width: 670px) {
    .h3-shopping-enfoque {
        font-size: 1em;
    }

    .p-shopping-enfoque {
        font-size: 0.8em;
    }

    .btn-shopping-cancel-enfoque, .btn-shopping-finish-enfoque {
        font-size: 0.7em;
    }

    .linea-enfoque {
        max-width: 500px;
    }

    .btns-shopping-cart-enfoque {
        gap: 6px;
    }

  .card-column-purchase-enfoque, .card-column-info-enfoque {
        flex: 100%;
    }

    .purchased-btn-enfoque {
        justify-content: center;
    }

    .purchased-btnCode-enfoque{
        justify-content: center;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .title-opcion-enfoque h1 {
        font-size: 25pt;
    }

    .description-option-enfoque p {
        font-size: 1.5rem;
    }

    .btn-search-enfoque {
      width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .column-enfoque {
        flex: 100%;
    }

    .popup-container {
    max-width: 300px; /* Ajusta el ancho según tus necesidades */
  }

  .popup-content {
    padding: 15px; /* Ajusta el espacio interno según tus necesidades */
  }

  .accept-btn {
    font-size: 16px; /* Ajusta el tamaño del texto del botón */
    padding: 8px 15px; /* Ajusta el espacio interno del botón */
  }

  .h2-popup-enfoque {
    font-size: 22px; /* Ajusta el tamaño del texto del título */
    margin-bottom: 10px; /* Ajusta el espacio inferior del título */
  }

  .li-promoText {
    font-size: 16px; /* Ajusta el tamaño del texto de la lista */
    margin-bottom: 8px; /* Ajusta el espacio inferior de los elementos de la lista */
  }
}

@media screen and (max-width: 580px) {
    .h3-shopping-enfoque {
        font-size: 0.8em;
    }

    .p-shopping-enfoque {
        font-size: 0.7em;
    }

    .btn-shopping-cancel-enfoque, .btn-shopping-finish-enfoque {
        font-size: 0.6em;
    }

    .linea-enfoque {
        max-width: 400px;
    }

    .btns-shopping-cart-enfoque, .shopping-cart-enfoque {
        gap: 5px;
    }

  .card-column-enfoque {
        flex: 100%;
    }

    .h1-enfoque {
        font-size: 2rem
    }

  .photo-container img {
        margin-left: 0;
        max-width: 100%;
    }

  .info-select-enfoque {
        width: 100%;
        flex-direction: column;
    }

    .p-info-select-enfoque {
        width: 100%;
        justify-content: center;
    }

    .btn-info-select-enfoque {
        width: 100%;
        justify-content: center;
    }

    .checkbox-container {
        top: -394px;
        right: -26px;
    }
}

@media screen and (max-width: 500px) {
    .photo-container img {
        max-width: 100%;
      margin-left:0;
    }
  
    .btn-shopping-cancel-enfoque, .btn-shopping-finish-enfoque {
        font-size: 1.2em;
        width : 100%
    }

    .h3-shopping-enfoque {
        font-size:1.2em;
    }

    .p-shopping-enfoque {
        font-size: 1.2em;
    }

    .column-1-enfoque, .column-2-enfoque, .column-3-enfoque, .column-4-enfoque, .column-btn-1-enfoque, .column-btn-2-enfoque, .column-btn-3-enfoque, .img-purchased-enfoque {
        width: 100%;
    }

    .column-1-enfoque {
       width: 200px;
    }

    .row-card-enfoque {
      flex-direction: column;
      gap: 5px;
    }

    .shopping-cart-enfoque {
        flex-direction: column;
        gap: 0;
    }

    .btns-shopping-cart-enfoque {
        flex-direction: column;
        gap: 5px;
    }

    .checkbox-container {
        top: -330px;
    }
}

@media screen and (max-width: 425px) {
        .title-wave-enfoque {
        font-size: 1.5rem;
        top: -7px;
    }

    .checkbox-container {
        top: -276px;
    }

    .btn-search-enfoque {
    width: 100%;
}

@media screen and (max-width: 375px) {
  .modal {
    max-width: 320px;
  }
  
  .modal::after{
      right: 320px;
  }

  .carrito-tab {
      bottom: 420px;
    }

  .checkbox-container {
        top: -242px;
    }
}

@media screen and (max-width: 320px) {
  .btn-shopping-cancel-enfoque, .btn-shopping-finish-enfoque {
      font-size: 1em;
      width: 100%
  }

  .modal {
    max-width: 260px;
  }
  
  .modal::after{
    right: 260px;
  }

  .modal-container {
    padding: 15px;
  }

  .modal-text-product {
    padding-left: 10px;
  }

  .checkbox-container {
        top: -201px;
    }
}