@charset "UTF-8";
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
  overflow-x: hidden;
}

body {
  font-family: "Signika", sans-serif;
  background: linear-gradient(180deg, #0C0C34 0%, #0074BD 100%);
  position: relative;
  background-image: url(../img/bg_crispetas.png);
  background-size: 130%;
}

h1 {
  font-family: "Signika", sans-serif;
  color: #F3FF00;
}

h2 {
  font-family: "Signika", sans-serif;
  color: #001D85;
  font-size: 3em;
  text-shadow: 3px 0 #fff, -3px 0 #fff, 0 3px #fff, 0 -3px #fff, 3px 3px #fff, -3px -3px #fff, 3px -3px #fff, -3px 3px #fff;
  margin-bottom: 40px;
  z-index: 3;
  position: relative;
}

a {
  color: #2756A2;
}

p {
  color: #fff;
}

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

.text-white {
  color: #fff;
}

.h-100vh {
  height: 95vh;
}

.logo-diana {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 82%;
}

.content-header {
  position: fixed;
  top: 0;
  z-index: 4;
  background-image: url(../img/bg-header.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.navbar-collapse {
  flex-grow: inherit;
}

.navbar-brand {
  max-width: 300px;
  width: 30%;
  margin-top: 2px;
  margin-bottom: -35px;
}
.navbar-brand img {
  width: 100%;
}

.navbar {
  z-index: 12;
}

.navbar-nav {
  margin-top: 2%;
  align-items: center;
}
.navbar-nav li {
  padding: 0 12px;
  font-size: 1.4em;
}
.navbar-nav li:first-child {
  border-left: none;
}
.navbar-nav li a {
  color: #fff;
  padding: 0;
  text-shadow: 0px 3px 4px rgb(116, 25, 18);
  line-height: 1.1em;
  text-align: center;
}
.navbar-nav li a:hover, .navbar-nav li a:focus {
  color: #fff !important;
}

.pasos > div {
  background: linear-gradient(0deg, #0C0C34 0%, #003C75 52%, #0074BD 100%);
  border-radius: 20px;
  padding: 5px 10px;
  position: relative;
}
.pasos > div::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 10px);
  top: -5px;
  left: 0;
  background: linear-gradient(90deg, #662900 1%, #DC9D00 9%, #E8B318 12%, #FCDA42 16%, #FCDA42 18%, #FCDA42 27%, #ECC435 28%, #C99217 29%, #BD810D 30%, #B47505 31%, #AF6E01 33%, #AE6C00 37%, #CB9000 40%, #E7B100 43%, #F1BE00 45%, #DC9D00 62%, #DD9F02 67%, #E0A509 69%, #E6B015 71%, #EFC026 72%, #F9D53C 73%, #FCDA42 74%, #FCDA42 83%, #B57600 91%, #DC9D00 96%);
  border-radius: 20px;
  z-index: -1;
}
.pasos > div h2 {
  color: #FDC800;
  font-size: 3em;
}
.pasos > div p {
  font-family: "Signika", sans-serif;
  font-size: 1.2em;
}
.pasos > div strong {
  color: #FDC800;
}

.btn-primary {
  background-color: #E30016;
  border-radius: 10px;
  color: #fff;
  text-shadow: 3px 3px 0px rgb(116, 25, 18);
  text-decoration: none;
  padding: 6px 60px;
  font-size: 1.7em;
  box-shadow: 3px 3px 0px 0px rgb(116, 25, 18);
  border: none;
  font-family: "Signika", sans-serif;
  font-weight: 800;
  width: 100%;
}
.btn-primary:hover {
  background-color: #FF6700;
}

.btn-secondary {
  background-color: #001D85;
  border-radius: 10px;
  color: #fff !important;
  text-decoration: none;
  padding: 5px 10px !important;
  font-size: 1em;
  text-shadow: none !important;
  border: none;
  font-family: "Signika", sans-serif;
  min-height: 30px;
}
.btn-secondary:hover {
  background-color: #003463;
}

.mt--4 {
  margin-top: -40px;
}

#collapseInicio {
  transition: all 0.35s;
  min-height: 70vh !important;
}
#collapseInicio.show {
  width: 66.66666667%;
}
#collapseInicio.login {
  width: 66.66666667% !important;
  min-height: 90vh !important;
}
#collapseInicio:not(.show) {
  width: 100%;
}
#collapseInicio img {
  height: 72vh;
  -o-object-fit: contain;
     object-fit: contain;
}

form#collapseRegistro {
  position: absolute;
  right: 0;
  top: 17vh;
  max-width: 520px;
  width: 50%;
  background-color: #001D85;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  font-family: "Signika", sans-serif;
  padding: 0 2% 0% 2%;
  transition: all 0.35s;
  z-index: 10;
  border-radius: 20px 0 0 20px;
}
form#collapseRegistro h2 {
  position: relative;
  top: -20px;
  color: #fff;
  text-align: center;
  text-shadow: 3px 0 #E30016, -3px 0 #E30016, 0 3px #E30016, 0 -3px #E30016, 3px 3px #E30016, -3px -3px #E30016, 3px -3px #E30016, -3px 3px #E30016;
  margin-bottom: -14px !important;
  font-size: 2.5em;
  font-weight: 600;
}
form#collapseRegistro > div {
  position: relative;
}
form#collapseRegistro > div label {
  position: absolute;
  top: -9px;
  left: 8px;
  color: #741912;
  font-family: "gothambold";
  font-size: 0.8em;
  margin: 0;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 2px 2px #fff, -2px -2px #fff, 2px -2px #fff, -2px 2px #fff;
}
form#collapseRegistro div.checkbox label {
  position: relative;
  color: #fff;
  font-family: "Signika", sans-serif;
  font-size: 0.9em;
  line-height: 0.7em;
  text-shadow: none;
  top: 0;
}
form#collapseRegistro div.checkbox label a {
  color: #fff;
}
form#collapseRegistro input[type=text],
form#collapseRegistro input[type=password],
form#collapseRegistro input[type=number],
form#collapseRegistro input[type=email],
form#collapseRegistro select {
  padding: 11px 10px 0px 7px;
  min-height: 38px;
}
form#collapseRegistro input[type=file] {
  cursor: pointer;
  position: relative;
  padding: 0;
  min-height: 38px;
}
form#collapseRegistro input[type=file]:before {
  content: "Cargar imagen:";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 38px;
  border-radius: 3px;
  background-color: #fff;
  color: #741912;
  font-size: 0.8em;
  font-family: "gothambold";
  padding: 0px 0 0px 5px;
}
form#collapseRegistro #foto-producto {
  border: 2px solid #fff;
  border-radius: 3px;
  transform: translateY(-46px);
  -o-object-fit: cover;
     object-fit: cover;
  height: 85px;
  margin-bottom: -47px;
}
form#collapseRegistro.show, form#collapseRegistro.login {
  right: 0;
}
form#collapseRegistro .help-producto {
  position: absolute;
  right: 10px;
  top: 5px;
  padding: 0px 8px;
  border-radius: 20px;
  background-color: #741912;
  color: #fff;
  cursor: pointer;
  z-index: 3;
}
form#collapseRegistro .help-producto:hover::before, form#collapseRegistro .help-producto:active::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background-image: url(../img/lote-mega.png);
  background-position: center;
  background-size: cover;
  border: 2px solid #fff;
  border-radius: 5px;
  right: 0;
  bottom: 25px;
}
form#collapseRegistro .help-image {
  right: calc(16.66666666% + 9px);
}
form#collapseRegistro .help-image:hover::before, form#collapseRegistro .help-image:active::before {
  content: "Recuerda: No incluir menores de edad en la foto, La foto debe ser del cono o su consumo, no de la envoltura - No deben salir otras marcas o productos - ¡Saca a flote toda tu creatividad!";
  background-image: none;
  background-color: #741912;
  padding: 7px;
  border-radius: 10px;
  font-size: 0.75em;
  font-weight: 100;
  height: 142px;
}

form#collapseCodigo {
  position: absolute;
  left: 50%;
  top: 40vh;
  transform: translate(-50%, 0);
  max-width: 520px;
  width: 50%;
  background-image: url(../img/border-dorado.png);
  background-size: cover;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  font-family: "Signika", sans-serif;
  padding: 0 2% 0% 2%;
  transition: all 0.35s;
  z-index: 10;
  border-radius: 20px;
}
form#collapseCodigo::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  left: 4px;
  top: 4px;
  border-radius: 17px;
  background-color: #001D85;
}
form#collapseCodigo h2 {
  position: relative;
  top: -20px;
  color: #fff;
  text-align: center;
  text-shadow: 3px 0 #E30016, -3px 0 #E30016, 0 3px #E30016, 0 -3px #E30016, 3px 3px #E30016, -3px -3px #E30016, 3px -3px #E30016, -3px 3px #E30016;
  margin-bottom: -14px !important;
  font-size: 2.5em;
  font-weight: 600;
}
form#collapseCodigo > div {
  position: relative;
}
form#collapseCodigo > div label {
  position: absolute;
  top: -9px;
  left: 8px;
  color: #741912;
  font-family: "gothambold";
  font-size: 0.8em;
  margin: 0;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 2px 2px #fff, -2px -2px #fff, 2px -2px #fff, -2px 2px #fff;
}
form#collapseCodigo input[type=text],
form#collapseCodigo input[type=password],
form#collapseCodigo input[type=number],
form#collapseCodigo input[type=email],
form#collapseCodigo select {
  padding: 11px 10px 0px 7px;
  min-height: 38px;
}

.mesita {
  position: relative;
  display: grid;
}
.mesita::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30%;
  background-image: url(../img/mesa-madera.png);
  background-size: cover;
  background-position: bottom;
  left: 0;
  bottom: -10%;
  z-index: -1;
}

.producto {
  max-width: 500px;
  margin-left: 15%;
}

#premios {
  z-index: 3;
  padding-top: 7em;
  padding-bottom: 4em;
}
#premios p {
  line-height: 1.1em;
}

.bg-red {
  background-color: #ECC44C;
  background-image: url(../img/bg-destello.png);
  position: relative;
}
.bg-red:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 4px;
  background-image: url(../img/border-dorado.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.bg-red:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 4px;
  background-image: url(../img/border-dorado.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.bg-red p {
  color: #741912;
}
.bg-red div {
  z-index: 2;
  position: relative;
}

.my-5.bg-yellow {
  margin-top: 170px !important;
  margin-bottom: 100px !important;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.modal-content .modal-header {
  padding: 0;
  z-index: 3;
}
.modal-content .modal-header .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.modal-content .modal-header h1 {
  color: #0C0C34;
  text-align: center;
  width: 100%;
}
.modal-content .modal-body {
  padding: 3px;
}
.modal-content .modal-body p {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
}
.modal-content .modal-body strong,
.modal-content .modal-body li {
  font-family: Arial, Helvetica, sans-serif;
}

#ganadores {
  padding-top: 5em;
  padding-bottom: 8em;
  background-color: #001D85;
}
#ganadores h2 {
  color: #E30016;
}
#ganadores div {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 720px;
  width: 90%;
  background-image: url(../img/border-dorado.png);
  background-size: cover;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 30px 20px 20px 20px;
}
#ganadores div::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  left: 4px;
  top: 4px;
  border-radius: 17px;
  background-color: #001D85;
}
#ganadores ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin-bottom: 0;
}
#ganadores ul li {
  list-style-type: none;
  padding: 0 10px 10px;
  color: #fff;
  font-size: 1.9em;
}
#ganadores ul li p {
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.78);
  margin-bottom: 0;
}
#ganadores .nav-tabs {
  max-width: 920px;
}
#ganadores .nav-tabs .nav-link {
  background-color: #C64714;
  color: #fff;
  border: none;
}
#ganadores .nav-tabs .nav-link.active {
  background-color: #741912;
}
#ganadores .tab-content {
  background-image: url(../img/bg-ganadores.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 30px 40px 10px;
  width: 100%;
  max-width: 600px;
  min-height: 183px;
  margin-top: -19px;
  color: #fff;
  z-index: 3;
  pointer-events: none;
}
#ganadores .tab-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
#ganadores .tab-content ul li {
  list-style-type: none;
  width: 30%;
  padding: 0 10px 10px;
  color: #fff;
  font-size: 1.2em;
}
#ganadores .tab-content ul img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #fff;
  border-radius: 5px;
}

.brand-colombina {
  position: fixed;
  bottom: 20px;
  right: 0;
  width: 152px;
  height: 81px;
  border-radius: 20px 0 0 20px;
  padding: 5px 10px;
}
.brand-colombina img {
  width: 100%;
}


footer {
  background-color: #E30016;
  text-align: left;
  font-size: 0.8em;
  font-family: "Signika", sans-serif;
  font-weight: 100;
  position: relative;
  min-height: 150px;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 30px;
  float: left;
  z-index: 3;
}
footer:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 4px;
  background-image: url(../img/border-dorado.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 0;
}
footer ul,
footer a {
  z-index: 2;
}
footer .redes li {
  list-style-type: none;
  margin-right: 10px;
}
footer li {
  font-size: 0.8em;
}
footer li a {
  color: #741912 !important;
  font-family: "gothambold";
}
footer li p {
  color: #741912;
  font-family: "Signika", sans-serif;
}
footer p {
  margin-bottom: 0;
}

.legales {
  max-width: 1000px;
  margin: 10% auto 30px auto;
  color: #000;
  background-color: rgba(255, 255, 255, 0.4823529412);
  display: grid;
  padding: 20px;
}
.legales p {
  color: #000;
}

.modalconfirmacion .modal-content {
  background-color: #741912;
  border-radius: 0;
  border: none;
}
.modalconfirmacion .modal-header {
  border-bottom: 0;
}
.modalconfirmacion .modal-header h1 {
  margin-top: -21px;
  color: #F4ED00;
  text-align: center;
  text-shadow: 3px 0 #741912, -3px 0 #741912, 0 3px #741912, 0 -3px #741912, 3px 3px #741912, -3px -3px #741912, 3px -3px #741912, -3px 3px #741912;
  margin-bottom: -14px !important;
}
.modalconfirmacion .modal-body {
  color: #fff;
  font-size: 1.6em;
  text-align: center;
  font-family: "Signika", sans-serif;
  padding: 10% 5%;
}
.modalconfirmacion .modal-footer {
  border-top: 0;
  justify-content: center;
}

/*
 * 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: #001D85;
    position: absolute;
    right: 15px;
    top: 20px;
    padding: 10px;
  }
  .navbar-toggler .navbar-toggler-icon {
    display: contents;
    font-size: 1.3em;
    color: #fff;
  }
  .navbar-collapse {
    position: absolute;
    width: 90%;
    background-color: #E30016;
    border-radius: 5px;
    padding: 20px;
    top: 80px;
    left: 5%;
  }
  .navbar-collapse ul {
    text-align: center;
    margin-top: 0;
  }
  .navbar-collapse ul li {
    border: none;
    font-size: 2em;
  }
  form#collapseRegistro {
    position: relative;
    width: 90%;
    max-width: inherit;
    left: 5%;
    top: 8vh;
    border-radius: 20px;
  }
  form#collapseRegistro:before {
    border-radius: 17px;
  }
  form#collapseRegistro.login {
    top: 0;
  }
  .bg-red:before {
    top: 0;
    background-position: top;
  }
  #ganadores .tab-content {
    background-size: cover;
    padding: 40px 5px 30px;
  }
  #ganadores .nav-tabs {
    justify-content: center;
  }
  #collapseInicio img {
    height: 58vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #collapseInicio,
  #collapseInicio.login {
    min-height: 40vh !important;
  }
  #collapseInicio.show {
    width: 100%;
  }
  .btn-primary {
    padding: 6px 10px;
    width: 95%;
  }
  .content-header {
    height: 40px;
  }
  .navbar-brand {
    width: 60%;
  }
  .mesita::after {
    height: 22%;
    bottom: inherit;
    top: 35%;
  }
}
@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 */