@font-face {
  font-family: "gothambold";
  src: url("../fonts/gotham_bold-webfont.woff2") format("woff2"), url("../fonts/gotham_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gothamblack";
  src: url("../fonts/gotham-black-webfont.woff2") format("woff2"), url("../fonts/gotham-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gothammedium";
  src: url("../fonts/gotham-medium-webfont.woff2") format("woff2"), url("../fonts/gotham-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gothamlight";
  src: url("../fonts/gotham-light_0-webfont.woff2") format("woff2"), url("../fonts/gotham-light_0-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
  overflow-x: hidden;
}

body {
  font-family: "gothammedium";
  background: #F4F9FF;
  position: relative;
}

h1 {
  font-family: "gothambold";
}

h2 {
  font-family: "gothambold";
}

.text-white {
  color: #fff;
}

.text-azul {
  color: #12408F;
}

a {
  color: #2756A2;
}

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

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

.fs-6 {
  font-size: 0.6em !important;
  font-family: "gothammedium";
}

.fs-7 {
  font-size: 0.7em;
  font-family: "gothammedium";
}

.navbar {
  z-index: 99;
}
.navbar .navbar-toggler {
  font-size: 1rem;
  border: 1px solid #fff;
}

.navbar-collapse {
  flex-grow: inherit;
}
.navbar-collapse ul li {
  font-size: 1.2em;
  margin-bottom: 20px;
}

.navbar-nav {
  margin-top: 20px;
}
.navbar-nav li {
  padding: 0 12px;
  font-size: 1em;
}
.navbar-nav li a {
  color: #fff;
  padding: 0;
  font-family: "gothamlight";
}
.navbar-nav li .btn-primary-blue {
  margin-top: -10px;
}

.inicio {
  background-image: url(../img/bg-isdin-coral.jpeg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 90vh;
  margin-top: -96px;
  padding-top: 60px;
  position: relative;
}
.inicio::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1882352941);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.inicio article {
  z-index: 2;
  position: relative;
}

#background-video {
  z-index: 0;
  position: absolute;
  top: -60px;
  width: 100%;
  height: calc(100% + 60px);
  -o-object-fit: cover;
     object-fit: cover;
}

.destacado {
  background-color: #fff;
  border-radius: 15px;
  margin-top: -70px;
  box-shadow: -2px 2px 20px 0px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: -2px 2px 20px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: -2px 2px 20px 0px rgba(0, 0, 0, 0.19);
  z-index: 3;
  position: relative;
}
.destacado h2 {
  margin-bottom: 0;
}
.destacado p {
  margin-bottom: 0;
}
.destacado .fs-6 {
  font-family: "gothamlight";
}

.pasos h3 {
  color: #121212;
  font-family: "gothambold";
  font-size: 1.5em;
  margin-top: 10px;
  margin-bottom: 0;
}
.pasos p {
  color: #70798A;
  font-family: "gothamlight";
}
.pasos > div {
  padding: 5px;
}
.pasos img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.comunidad p {
  font-family: "gothamlight";
}
.comunidad img {
  width: 100%;
}

.historia > div {
  position: sticky;
  top: 60px;
}
.historia p {
  color: #000;
  font-family: "gothamlight";
  padding: 50px 20px 50px 0;
  background-color: #F4F9FF;
}
.historia p strong {
  font-family: "gothambold";
}
.datos {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: -2px 2px 20px 0px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: -2px 2px 20px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: -2px 2px 20px 0px rgba(0, 0, 0, 0.19);
}
.datos h2 {
  margin-bottom: 0;
}
.datos p {
  margin-bottom: 0;
}
.datos p strong {
  font-size: 3em;
  font-family: "gothambold";
}
.datos .fs-6 {
  font-family: "gothamlight";
}
.datos .numero {
  margin-bottom: -10px;
}

.btn-primary-white {
  top: 83vh;
  left: 5%;
  max-width: 340px;
  z-index: 3;
  background: #fff;
  color: #019A6E;
  font-family: "gothammedium";
  text-decoration: none;
  font-weight: 500;
  font-size: 1.1em;
  text-align: center;
  border-radius: 30px;
  padding: 8px 20px;
  border: 1px solid #12408F;
}
.btn-primary-white:hover {
  color: #fff;
  background: #019A6E;
  border: 1px solid #fff;
}

.btn-primary-blue,
.btn-primary-green {
  top: 83vh;
  left: 5%;
  max-width: 340px;
  z-index: 3;
  background: #12408F;
  color: #fff;
  font-family: "gothammedium";
  text-decoration: none;
  font-weight: 500;
  font-size: 1.1em;
  text-align: center;
  border-radius: 30px;
  padding: 8px 20px !important;
  border: 1px solid #fff;
}
.btn-primary-blue:hover,
.btn-primary-green:hover {
  color: #12408F;
  background: #fff;
  border: 1px solid #fff;
}

.btn-primary-green {
  background-color: #019A6E !important;
}
.btn-primary-green:hover {
  color: #019A6E !important;
  background: #fff !important;
  border: 1px solid #fff !important;
}

.btn-secondary {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

.btn-flot-wp {
  position: fixed;
  bottom: 43px;
  right: 10px;
  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: 1em;
}
.btn-flot-wp a {
  font-family: "gothammedium";
  color: #fff;
  text-decoration: none;
  display: block;
}
.btn-flot-wp a:hover {
  color: #fff;
}
.btn-flot-wp a p {
  max-width: 98px;
  float: left;
  margin-bottom: 0;
  line-height: 1.1em;
  margin-right: 4px;
  text-align: right;
}
.btn-flot-wp:before {
  background-image: url(../img/registra-factura.png);
  content: "";
  position: absolute;
  right: 0;
  top: -38px;
  width: 163px;
  height: 37px;
}

.modal-content {
  border-radius: 1.4rem;
}
.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: #12408F;
  text-align: center;
  width: 100%;
  font-weight: 600;
}
.modal-content .modal-body {
  padding: 3px;
  max-height: 350px;
  overflow: auto;
}
.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;
}
.modal-content .modal-body img,
.modal-content .modal-body table {
  margin: 0 auto;
  display: block;
}

#modalBienvenida .modal-content {
  background-image: url(../img/bg-modal-bienvenida.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#modalBienvenida .modal-header {
  border-bottom: none !important;
}

footer {
  background-image: url(../img/bg-footer.png);
  background-color: #12408F;
  text-align: center;
  font-size: 1em;
  font-family: "gothamlight";
}
footer p {
  margin-bottom: 0;
}
footer a {
  color: #fff;
  text-decoration: none;
  font-size: 0.9em;
  padding: 0 10px;
}

/*
 * 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: #12408F;
    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: #12408F;
    border-radius: 20px;
    padding: 20px;
    top: 80px;
    left: 5%;
  }
  .navbar-collapse ul {
    text-align: center;
    margin-top: 0;
  }
  .navbar-collapse ul li {
    border: none;
    font-size: 1.2em;
  }
  .inicio {
    min-height: inherit;
    height: 153vw;
  }
  #countdown-container #timer-days,
  #countdown-container #timer-hours,
  #countdown-container #timer-minutes,
  #countdown-container #timer-seconds {
    font-size: 1.5em !important;
  }
  #countdown-container > div {
    gap: 8px !important;
  }
  #countdown-container > div > div {
    padding: 10px 5px !important;
    min-width: 60px !important;
  }
}
@media only screen and (max-width: 425px) {
  .pasos > div p {
    font-size: 1em;
  }
  #ganadores ol {
    -moz-column-count: 1;
         column-count: 1;
  }
  .inicio {
    height: 208vw;
  }
}
@media only screen and (max-height: 780px) {
  .inicio {
    min-height: 890px;
  }
}
@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 */