@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap');

* {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

/* body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
} */

.content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}





.main_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #00000080;
  z-index: 9999;
}

.text_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 32px;
  height: 100%;
}

.modal_new_version {
  display: flex;
  flex-direction: column;
  width: 436px;
  max-height: 90%;
  background-color: white;
  border-radius: 8px;
  z-index: 10000;
  overflow-y: auto;
  scrollbar-width: none;

}


.image_modal {
  width: 100%;
  position: relative;
  height: 200px;
  border-radius: 8px 8px 0px 0px;
}

.img_close {
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 8px;
}

.imagen_modal_texto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 16px;
  padding: 0px 30px 0px 30px;
}

.imagen_texto {
  font-family: Fira Sans;
  margin-bottom: 0px;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 32px;
  line-height: 37px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  width: 320px;
}

.modal_container_button {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
}

.boton_nuevo_epak {
  display: flex;
  justify-content: center;
  text-decoration: none;
  align-items: center;
  width: 372;
  height: 48;
  gap: 8px;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
  border-radius: 8px;
  background-color: #582B82;
  color: white;
  font-weight: 600;
  font-size: 16px;
  border: none;
  cursor: pointer;
}



.boton_cancelar_modal {
  width: 372;
  height: 48;
  gap: 8px;
  background-color: white;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
  border-radius: 8px;
  border-width: 1.5px;
  border: 1.5px solid #582B82;
  color: #582B82;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;

}

.logo-container {
  width: 100%;
  display: flex;
}


@media screen and (max-width: 600px) {

  .modal_new_version {
    margin-inline: 10px;
    width: 100%;

  }

  .boton_nuevo_epak,
  .boton_cancelar_modal {
    width: 100%;
  }


  .imagen_texto {
    font-size: 28px;
  }


}

.imagen_sub_texto {
  width: 365px;
  margin: 0px;
  font-family: Fira Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #333333;

}

.test_epak {
  color: #582B82;
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;


}

.container_new_epak {
  width: 30%;
  /* height: 204; */
  background-color: #FFE3C7;
  opacity: 1;
  gap: 16px;
  display: flex;
  box-shadow: 0px 4px 12px 0px #00000080;

  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 8px;
  border-left-width: 5px;
  padding: 16px;

}

.container_new_text {
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin: 0;

}

.box-father-ing {
  align-items: center;
  flex-direction: column;
}

.box-ingreso {
  margin-top: 10px !important;
}

.container_new_text_small {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0%;

}

.pc_img {
  width: 100%;
  height: 200px;
  border-radius: 8px 8px 0px 0px;
  object-fit: cover;
}

@media  (max-width: 1600px) {
  .imagen_texto {
    font-size: 25px;
    line-height: 30px;
  }

  .pc_img,
  .image_modal {
    height: 150px;
  }

  .imagen_sub_texto {
    line-height: normal;
  }

  .modal_container_button {
    gap: 10px;
  }

  .boton_nuevo_epak,
  .boton_cancelar_modal {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width:1200px){
  .pc_img{
    display: none;
  }

  .image_modal{
    height: 0px;
  }
}
