.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
  background: #F4F9FF;
  position: relative;
}

h1 {
  font-family: "Poppins", sans-serif;
}

h2 {
  font-family: "Poppins", sans-serif;
  font-size: 2.3em;
  font-weight: 700 !important;
  color: #00205C;
}

h4 {
  font-weight: 300;
  font-size: 1.8em;
}
h4 strong {
  font-weight: 900;
}

.text-white {
  color: #fff;
}

.text-title {
  letter-spacing: 0.4em;
  font-weight: 600;
  text-transform: uppercase;
}

.text-bold {
  font-weight: 700;
}

.text-blanco {
  color: #fff;
}

.text-amarillo {
  color: #FFCA1A;
}

.fs-6 {
  font-size: 0.6em !important;
  font-family: "Poppins", sans-serif;
}

.fs-7 {
  font-size: 0.7em;
  font-family: "Poppins", sans-serif;
}

.bg-yellow {
  background-color: #FFCA1A;
}

.btn-primary {
  padding: 3px 20px;
  background-color: #00205C;
  border: none;
  border-radius: 100px;
  font-weight: 800 !important;
  font-size: 1.3em;
  color: #fff !important;
  text-decoration: none;
}
.btn-primary:hover {
  background-color: #fff;
  color: #000 !important;
}

.bg-dupla {
  background-image: url(../img/bg-dupla-del-sabor.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bg-dupla p {
  font-size: 0.9em;
  font-weight: 500;
  color: #fff;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.54);
}
.bg-dupla p a {
  color: #fff;
}

.bg-form {
  background-image: url(../img/bg-pattern.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.text-bg-white {
  background-color: rgba(255, 255, 255, 0.1607843137);
  border-radius: 5px;
  padding: 5px 10px;
  display: block;
  line-height: 0.9em;
}

.navbar {
  position: fixed;
  top: 0;
  z-index: 200;
  background-color: #FFCA1A;
  padding-top: 0;
}

.navbar-nav .nav-link {
  color: #000;
  margin-left: 20px;
  font-weight: 600;
}
.navbar-nav .nav-link:hover {
  font-weight: 900;
}

.brand {
  background-image: url(../img/pan-label.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40%;
  max-width: 320px;
  height: 63px;
}

.destacado {
  background-color: #000;
}

.content-header .nav-link {
  font-weight: 300;
  font-size: 1.3em;
  text-transform: uppercase;
  max-width: 120px;
  text-align: center;
  line-height: 1.2em;
}
.content-header .nav-link:hover {
  font-weight: 300;
  text-decoration: underline;
}

#countdown-container {
  background-color: #fff;
}
#countdown-container div {
  background-color: #fff !important;
}
#countdown-container div span:first-child {
  background-color: #444644 !important;
  border-radius: 100px;
  width: 150px;
  height: 150px;
  display: flex !important;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  font-family: "Poppins", sans-serif;
  font-size: 5em !important;
  font-weight: 400 !important;
  -webkit-text-stroke-width: 2px;
  /* Adjust stroke width */
  -webkit-text-stroke-color: #fff;
  /* Set stroke color */
  color: transparent;
  margin: 0 auto 15px;
}
#countdown-container div span + span {
  color: #000;
  text-transform: uppercase;
  font-size: 1.8em !important;
  font-weight: 200;
}

.registro {
  background-image: url(../img/bg-registro.png);
  background-size: cover;
  background-position: center;
  margin-top: 56px;
  min-height: calc(100vh - 119px);
}
.registro form {
  background-color: #FFCD00;
  border-radius: 20px;
}
.registro form > div div {
  position: relative;
}
.registro form label {
  position: absolute;
  left: 20px;
  top: 8px;
  font-size: 1em;
  transition: 0.3s;
  color: #919191;
  pointer-events: none;
  text-align: left;
  text-transform: uppercase;
}
.registro form label svg {
  width: 21px;
  height: 37px;
}
.registro form input {
  border-radius: 14px;
  padding-left: 14px;
  padding: 0.675rem 0.7rem 0.1rem;
  font-size: 1.1rem;
}
.registro form input:focus ~ label,
.registro form input:valid ~ label,
.registro form select:focus ~ label,
.registro form select:valid ~ label {
  top: -1px;
  font-size: 0.7em;
}
.registro form select {
  border-radius: 30px;
  padding: 0.675rem 0.5rem 0.1rem;
  font-size: 1.1rem;
}
.registro form .checkbox label {
  font-size: 0.8em;
}
.registro form input[type=submit] {
  padding: 3px 20px;
  background-color: #00205C;
  border: none;
  border-radius: 100px;
  font-weight: 800;
  font-size: 1.3em;
}
.registro form input[type=submit]:hover {
  background-color: #fff;
  color: #000;
}
.registro form input[type=file] {
  background-color: #fff;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  position: relative;
}
.registro form input[type=file]:after {
  content: "CARGAR FOTO FACTURA";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  padding: 0.5em;
  color: #919191;
}
.registro form input[type=radio] {
  width: 20px;
}
.registro form input[type=radio] + label {
  width: calc(100% - 35px);
  display: block !important;
  left: 30px;
  color: #00205C;
  text-transform: none;
  position: relative;
}
.registro form #foto-producto {
  position: absolute;
  transform: translateX(-110%);
  max-height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.registro form .form-header {
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  color: #00205C;
}
.registro form .form-header h2 + p {
  font-weight: 300;
  letter-spacing: 1px;
}
.registro form a {
  font-weight: 700;
  font-size: 0.8em;
  color: #00205C;
}
.registro .info-firma p {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.1em;
  color: #00205C;
}

input[type=file] {
  background-color: #fff;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  position: relative;
}
input[type=file]:after {
  content: "CARGAR FOTO FACTURA";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  padding: 0.5em;
  color: #919191;
}

.campo-firma {
  width: 100%;
}

.tabla {
  width: 100%;
  background-color: #FFCD00;
  color: #00205C;
  overflow: auto;
  border-radius: 20px;
}
.tabla th {
  background-color: #fff;
}
.tabla tr {
  height: 44px;
}
.tabla tr td {
  padding: 2px 10px;
  text-wrap: nowrap;
  text-align: left;
}
.tabla p {
  margin-bottom: 0;
}
.tabla a {
  color: #00205C;
}
.tabla tbody tr:nth-child(odd) {
  background-color: #FFE063;
}

.aprobado,
.verificar,
.entregado {
  color: #fff;
  font-weight: 500;
  padding: 2px 6px;
  font-size: 0.9em;
  text-align: center;
  border-radius: 8px;
}

.aprobado {
  background-color: #0A852F;
}

.verificar {
  background-color: #850A0C;
}

.entregado {
  background-color: #1B46D0;
}

.subir-archivo {
  color: #fff;
  font-weight: 500;
  padding: 2px 6px;
  font-size: 0.9em;
  text-align: center;
  border-radius: 10px;
  background-color: #00205C;
}

.ver-comprobante {
  color: #fff;
  font-weight: 500;
  padding: 2px 6px;
  font-size: 0.9em;
  text-align: center;
  border-radius: 10px;
  background-color: #868686;
}

.modal-content {
  border-radius: 20px;
  background-color: #FFCD00;
}
.modal-content .modal-header {
  padding: 20px 10px 15px 10px;
  z-index: 3;
  border-radius: 20px 20px 0 0;
  background-color: #fff;
}
.modal-content .modal-header h1 {
  color: #00205C;
  text-align: center;
  width: 100%;
  font-weight: 700;
}
.modal-content .modal-body {
  padding: 40px 10px;
  max-height: 550px;
  overflow: auto;
  text-align: center;
}
.modal-content .modal-body p {
  color: #00205C;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
}
.modal-content .modal-body strong,
.modal-content .modal-body li {
  font-family: "Poppins", sans-serif;
}
.modal-content .modal-body img,
.modal-content .modal-body table {
  margin: 0 auto;
  display: block;
}
.modal-content .modal-footer {
  border-top: none;
  justify-content: center;
}

.productos img {
  -o-object-fit: 100%;
     object-fit: 100%;
  width: 100%;
}

footer {
  background-color: #000;
  font-family: "Poppins", sans-serif;
  color: #01215A;
}
footer p {
  margin-bottom: 0;
  max-width: 900px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 0.8em;
}
footer a {
  color: #fff;
  text-decoration: none;
  font-size: 0.9em;
}
footer li {
  list-style: none;
  margin: 0 10px;
}
footer li img {
  width: 50px;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (max-width: 768px) {
  .navbar-toggler {
    background-color: #D5B037;
    position: absolute;
    right: 15px;
    top: 10px;
    padding: 10px;
  }
  .navbar-toggler .navbar-toggler-icon {
    display: contents;
    font-size: 1em;
    color: #fff;
  }
  .navbar-collapse {
    position: absolute;
    width: 90%;
    background: #D5B037;
    border-radius: 20px;
    padding: 20px;
    top: 51px;
    left: 5%;
    z-index: 20;
  }
  .navbar-collapse ul {
    text-align: center;
    margin-top: 0;
  }
  .navbar-collapse ul li {
    border: none;
    font-size: 1.2em;
  }
  .bg-dupla {
    background-position: top;
    background-size: cover;
    min-height: 234px;
  }
  .registro {
    min-height: calc(100vh - 157px);
  }
  .bg-form {
    height: calc(100vh - 110px);
  }
}
@media print, (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
  * Don't show links that are fragment identifiers,
  * or use the `javascript:` pseudo protocol
  */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
  * Printing Tables:
  * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
  */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}/*# sourceMappingURL=main.css.map */