@charset "UTF-8";
@font-face {
  font-family: "boldenvanregular";
  src: url("../fonts/boldenvan-webfont.woff2") format("woff2"), url("../fonts/boldenvan-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
  background-color: #fd9d05;
}

body {
  font-family: "Open Sans", sans-serif;
  background-image: url(../img/bg-landing-sundark.jpg);
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fd9d05 !important;
  min-height: 100vh;
}

.inicio::before {
  position: absolute;
  content: "";
  width: 30%;
  height: 100vh;
  right: 0;
  top: 0;
  background-image: url(../img/lokillo-fondo-azul.webp);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}

.terminos {
  background-image: url(../img/bg-terminos-sundark.jpg);
  background-size: 85%;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #feb302 !important;
  display: flex;
  padding-top: 37%;
  margin-top: 25px;
}

.info-terminos {
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  padding: 25px 20px 8px 20px;
}

h1 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0044A2;
}
h1.text-blanco {
  color: #fff;
  text-shadow: 5px 0 #162989, -5px 0 #162989, 0 5px #162989, 0 -5px #162989, 4px 4px #162989, -4px -4px #162989, 4px -4px #162989, -4px 4px #162989;
}

h2 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0044A2;
}
h2.text-blanco {
  color: #fff;
  text-shadow: 5px 0 #162989, -5px 0 #162989, 0 5px #162989, 0 -5px #162989, 4px 4px #162989, -4px -4px #162989, 4px -4px #162989, -4px 4px #162989;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-width: 1px !important;
}

.terminos h2 {
  color: #162989;
}

.text-oscuro {
  color: #2A2F46;
}

.home .btn-primary {
  border-radius: 15px;
  background-color: #0044A2;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  border: none;
  font-family: "Anton", sans-serif;
  font-size: 2em;
  padding: 3px 30px;
  text-decoration: none;
}
.home .btn-primary:hover {
  background-color: #fff;
  color: #0044A2;
}

.home .btn-secondary {
  border-radius: 20px;
  background-color: transparent;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
  color: #FE0000;
  border: 2px solid #FE0000;
  font-family: "boldenvanregular";
  font-size: 1.8em;
  padding: 3px 40px;
}
.home .btn-secondary:hover {
  background-color: #FE0000;
  border: 2px solid #FE0000;
}

.text-red {
  color: #FE0000;
  font-family: "boldenvanregular";
  text-shadow: 5px 0 #fff, -5px 0 #fff, 0 5px #fff, 0 -5px #fff, 4px 4px #fff, -4px -4px #fff, 4px -4px #fff, -4px 4px #fff;
}

.text-red-sencillo {
  color: #FE0000;
  font-family: "boldenvanregular";
}

header {
  top: 0;
  z-index: 50;
  position: fixed;
  width: 100%;
  left: 0;
}
header .navbar-toggler {
  background-color: #ffffff;
  border-radius: 0;
  position: fixed;
  left: 5px;
  top: 5px;
  padding: 0.25rem 0.55rem;
  cursor: pointer;
  width: 50px;
  height: 49px;
  background-repeat: no-repeat;
  background-size: 63%;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='46' height='46' viewBox='0 0 46 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4006 23L0 4.59935L4.59935 0L23 18.4006L41.4007 0L46 4.59935L27.5993 23L46 41.4007L41.4007 46L23 27.5993L4.59935 46L0 41.4007L18.4006 23Z' fill='162989'/%3E%3C/svg%3E%0A");
  z-index: 99;
}
header .navbar-toggler.collapsed {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='38' viewBox='0 0 48 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.799988 22.0667H47.2V15.9333H0.799988V22.0667ZM0.799988 37.4H47.2V31.2667H0.799988V37.4ZM0.799988 0.600006V6.73334H47.2V0.600006H0.799988Z' fill='162989'/%3E%3C/svg%3E%0A");
}
header .navbar-toggler:focus {
  box-shadow: none;
}
header .navbar-collapse {
  width: 70%;
  max-width: 300px;
  top: 52px;
  right: 5px;
  z-index: 99;
}
header .navbar-collapse li {
  list-style: none;
  padding: 5px 0px;
  border-left: 1px solid #0044A2;
}
header .navbar-collapse li:last-child {
  border-right: 1px solid #0044A2;
}
header .btn-outline-light:hover {
  color: #D61225 !important;
}
header .nav-menu,
header .btn-sesion {
  background-color: #ffffff;
  border-radius: 0px;
  width: 100%;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
  float: left;
}
header .nav-menu,
header .btn-sesion {
  width: 100%;
  margin-right: 10px;
  padding: 10px 0;
  min-height: 54px;
}
header .nav-menu .navbar-toggler,
header .btn-sesion .navbar-toggler {
  display: none;
}
header .nav-menu .menu,
header .btn-sesion .menu {
  margin: 0 0 0 170px;
}
header .nav-menu .menu ul,
header .btn-sesion .menu ul {
  padding: 0;
  margin: 0 !important;
}
header .nav-menu .menu ul li a,
header .btn-sesion .menu ul li a {
  color: #000;
  font-size: 1em;
  text-decoration: none;
  padding: 5px 20px;
  font-family: "Open Sans", sans-serif;
}
header .nav-menu .menu ul li a:hover, header .nav-menu .menu ul li a.active,
header .btn-sesion .menu ul li a:hover,
header .btn-sesion .menu ul li a.active {
  color: #0044A2;
}
header .btn-sesion {
  width: calc(13% - 10px);
}
header .btn-sesion button {
  border: none;
  background-color: transparent;
  color: #162989;
  font-size: 1.1em;
  text-decoration: none;
  padding: 5px 20px;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}
header .btn-sesion button:after {
  width: 19px;
  height: 12px;
  display: block;
  position: absolute;
  right: 20px;
  top: 21px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='17' viewBox='0 0 21 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.491 13.1371L10.5 14.0544L11.509 13.1371L18.018 7.21983C19.244 6.10531 19.3344 4.20796 18.2198 2.98199C17.1053 1.75602 15.208 1.66567 13.982 2.78019L10.5 5.94563L7.01803 2.78019C5.79206 1.66567 3.89471 1.75602 2.78019 2.98199C1.66567 4.20797 1.75602 6.10531 2.98199 7.21983L9.491 13.1371Z' fill='%23162989' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
}
header .btn-sesion button:not(.collapsed):after {
  transform: rotate(180deg);
}
header .btn-sesion .navbar-collapse {
  text-align: right;
  width: 100%;
}
header .btn-sesion .navbar-collapse a {
  color: #162989;
  font-size: 1em;
  text-decoration: none;
  padding: 15px 20px;
  display: block;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
  text-align: right;
}

.btn-registro {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  padding: 15px 0 8px;
  max-width: 300px;
  z-index: 300;
}

.menu-brand {
  position: absolute;
  max-width: 130px;
  left: 15px;
  margin-bottom: 15px;
}
.menu-brand img {
  width: 100%;
}

.steep {
  position: relative;
}
.steep .number {
  position: absolute;
  font-family: "Anton", sans-serif;
  color: #2E2E48;
  background-color: #FFA001;
  font-size: 1.6em;
  padding: 7px 20px;
  border-radius: 50px;
  left: -25px;
  top: 50%;
  transform: translate(0, -50%);
}
.steep .number::before {
  content: "";
  position: absolute;
  width: 116%;
  height: 116%;
  border-radius: 50%;
  border: 1px solid #fff;
  left: -8%;
  top: -8%;
}
.steep p {
  color: #fff;
  font-size: 1.4em;
  font-family: "Open Sans", sans-serif;
  padding: 10px 10px 10px 35px;
  border-radius: 20px;
  background-color: #2E2E48;
  line-height: 1.1em;
}
.steep p strong {
  color: #FFA001;
  font-weight: 500;
}

.formulario {
  background-image: url(../img/bg-form-sundark.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.btn-flot-wp {
  position: fixed;
  bottom: 80px;
  right: 20px;
  padding: 12px 15px;
  background: #019A6E;
  border-radius: 50px;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.25);
  z-index: 100;
  transition: all 0.5s ease-out;
  font-size: 0;
}
.btn-flot-wp a {
  font-family: "gilroybold";
  color: #fff;
  text-decoration: none;
  display: block;
}
.btn-flot-wp a:hover {
  color: #fff;
}
.btn-flot-wp:hover {
  font-size: 1em;
  color: #fff;
}
.btn-flot-wp:before {
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: -60px;
  width: 127px;
  height: 61px;
}

footer {
  background-color: #162989;
  color: #ffffff;
  z-index: 3;
  position: relative;
}

.loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #E8BA00;
  background-image: url(../img/load_bg_yellow.webp);
  background-size: cover;
  background-position: center;
  animation-duration: 3s;
  animation-name: hide;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  opacity: 0;
  pointer-events: none;
  z-index: 55;
}
.loading div img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.loading .load-logo {
  width: 80%;
  height: 70%;
  bottom: 10%;
  position: absolute;
  left: 10%;
  animation-duration: 3s;
  animation-name: logo;
  z-index: 5;
}
.loading .load-empaques {
  width: 80%;
  height: 70%;
  bottom: 20%;
  position: absolute;
  left: 10%;
  animation-duration: 3s;
  animation-name: empaques;
  z-index: 3;
}
.loading .load-personaje {
  width: 26%;
  height: 70%;
  bottom: 26%;
  position: absolute;
  left: 36%;
  animation-duration: 3s;
  animation-name: personaje;
  z-index: 4;
}

@keyframes hide {
  0% {
    opacity: 1;
    display: block;
  }
  98% {
    opacity: 1;
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes logo {
  0% {
    scale: 0;
    transform: translate(0, 0);
  }
  10% {
    scale: 1;
  }
  90% {
    scale: 1;
    transform: translate(0, 0);
  }
  100% {
    scale: 0;
    transform: translate(0, 200%);
  }
}
@keyframes empaques {
  0% {
    scale: 0;
    transform: translate(0, 0);
  }
  40% {
    scale: 1;
  }
  90% {
    scale: 1;
    transform: translate(0, 0);
  }
  100% {
    scale: 0;
    transform: translate(0, 200%);
  }
}
@keyframes personaje {
  0% {
    scale: 0;
    transform: translate(0, 0);
  }
  20% {
    scale: 0;
    transform: translate(0, 0);
  }
  50% {
    scale: 1;
  }
  90% {
    scale: 1;
    transform: translate(0, 0);
  }
  100% {
    scale: 0;
    transform: translate(0, 200%);
  }
}
.form-principal div div {
  position: relative;
}
.form-principal label {
  left: 22px;
  font-size: 0.9em;
  color: #2A2F46;
  text-align: left;
  text-wrap: nowrap;
  margin-bottom: 0;
  font-family: "Anton", sans-serif;
}
.form-principal label a {
  color: #2A2F46;
}
.form-principal input,
.form-principal select {
  border-radius: 1 50px;
  max-height: 48px;
}
.form-principal input[type=checkbox] + label {
  font-size: 1em;
  position: relative;
  text-wrap: wrap;
  font-family: "Open Sans", sans-serif;
  left: 0;
}
.form-principal .invalid-feedback {
  margin-top: -2px;
  color: #fc1d00;
}
.form-principal .invalid-feedback strong {
  font-weight: 500 !important;
  margin-left: 15px;
}

.confirmacion {
  height: 70vh;
  justify-content: center;
}
.confirmacion h1 {
  font-size: 5.5em;
}

.foto {
  position: relative;
}
.foto img {
  width: 236px;
  height: 234px;
  border-radius: 20px;
  border: 2px solid #fff;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #fff;
}
.foto::before {
  position: absolute;
  background-color: #D61225;
  color: #fff;
  font-family: "boldenvanregular";
  font-size: 1em;
  z-index: 3;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
  padding: 2px 15px;
  text-align: center;
  border-radius: 13px;
  pointer-events: none;
}
.foto input[type=file] {
  width: 100%;
  height: 100%;
  min-height: 234px;
  position: absolute;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.foto-producto img {
  background-image: url(../img/bg-producto.webp);
}
.foto-producto:before {
  content: "Cargar foto de producto";
}

.foto-lote img {
  background-image: url(../img/bg-lote.webp);
}
.foto-lote:before {
  content: "Cargar foto de lote";
}

.pesos {
  position: relative;
}
.pesos:before {
  position: absolute;
  content: "";
  background-image: url(../img/signos_de_pesos.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 60px;
  width: 60px;
  display: block;
  right: 68%;
}
.pesos:after {
  position: absolute;
  content: "";
  background-image: url(../img/signos_de_pesos.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 60px;
  width: 60px;
  transform: rotate(-20deg);
  display: block;
  left: 68%;
  top: 0;
}

.codigos {
  flex-wrap: wrap;
}
.codigos li {
  list-style: none;
  margin: 0 5px;
  position: relative;
  margin-bottom: 20px;
}
.codigos li img {
  -o-object-fit: cover;
     object-fit: cover;
}
.codigos li p {
  background-color: #162989;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3px;
  padding: 10px 20px 2px 20px;
  border-radius: 20px;
  font-family: "boldenvanregular";
}
.codigos li p:before {
  position: absolute;
  content: "Código";
  font-size: 0.6em;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.accordion .accordion-item {
  background-color: transparent;
}
.accordion .accordion-item:last-child .accordion-button {
  border-bottom: 2px solid #fff;
}
.accordion .accordion-button,
.accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  border-top: 2px solid #fff;
  color: #fff;
  text-shadow: 2px 0 #162989, -2px 0 #162989, 0 2px #162989, 0 -2px #162989, 2px 2px #162989, -2px -2px #162989, 2px -2px #162989, -2px 2px #162989;
  letter-spacing: 0.02em;
}
.accordion .accordion-body {
  color: #162989;
}

/*
 * 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: 1200px) {
  .confirmacion h1 {
    font-size: 4.5em;
  }
}
@media only screen and (min-width: 990px) {
  .nav-menu .navbar-collapse.collapse:not(.show) {
    display: flex;
    flex-basis: auto;
  }
}
@media only screen and (max-width: 990px) {
  body {
    background-size: 103%;
  }
  .nav-menu .navbar-collapse.collapse:not(.show) {
    display: flex;
    flex-basis: auto;
  }
  header .nav-menu .menu ul li a,
  header .btn-sesion .menu ul li a {
    font-size: 1em;
  }
  .confirmacion h1 {
    font-size: 3.5em;
  }
}
@media only screen and (max-width: 768px) {
  body {
    background-size: 167%;
    padding-top: 60vw;
  }
  .nav-menu .navbar-collapse.collapse:not(.show) {
    display: none;
  }
  .nav-menu .navbar-toggler {
    display: block;
  }
  .menu-brand {
    left: 50%;
    transform: translateX(-50%);
  }
  .navbar-toggler {
    display: block !important;
  }
  header .btn-sesion {
    width: auto;
    position: relative;
    float: right;
    padding-right: 10px;
    margin-right: 0;
  }
  header .btn-sesion button {
    font-size: 0.7em;
  }
  header .btn-sesion button:after {
    width: 13px;
    height: 12px;
    right: 11px;
    top: 19px;
  }
  header .btn-sesion .navbar-collapse {
    position: absolute;
    background-color: #FEF864;
    border-radius: 20px;
    box-shadow: 0px 3px 6px 0px rgb(0, 0, 0);
    width: -moz-fit-content;
    width: fit-content;
    right: 0%;
    top: 52px;
    left: inherit;
  }
  header .nav-menu {
    width: 100%;
    padding-bottom: 25px;
  }
  header .navbar-collapse {
    width: 96%;
    left: 2%;
    top: 30px;
    position: relative;
    margin: 10px auto !important;
  }
  header .navbar-collapse ul {
    flex-direction: column;
  }
  header .navbar-collapse ul li {
    margin: 10px 0;
    text-align: center;
    border-left: 1px solid #0044A2;
    border-right: 1px solid #0044A2;
  }
  .home-infografia {
    text-align: center;
  }
  .home-infografia a {
    margin: 0 auto !important;
    display: contents;
    text-align: center;
  }
  .home-infografia img {
    width: 80% !important;
    margin: 2% auto !important;
    left: inherit !important;
    right: inherit !important;
  }
  .home-infografia p {
    font-size: 3.8vw;
  }
  .empaques-registro img {
    width: 50% !important;
  }
  .empaques-registro p {
    width: 50% !important;
  }
  .pesos:after {
    left: inherit;
    right: 2%;
  }
  .pesos:before {
    right: inherit;
    left: 2%;
  }
  .confirmacion {
    height: 22vh;
  }
  .terminos {
    margin-top: 39px;
  }
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (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 */