@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: "gothamblack";
  background: #fff;
}

h1 {
  color: #2D2831;
}

h2 {
  font-family: "gothamlight";
  margin: 8px 0 7px 0;
  line-height: 0.9em;
  font-size: 2.4em;
  color: #927B4C;
}
h2 strong {
  font-family: "gothambold";
}
h2 svg {
  margin-top: -2px;
}

h3 {
  font-size: 1.3em;
  font-family: "gothambold";
}

h4 {
  font-family: "gothambold";
  font-size: 1.3em;
  color: #2D2831;
}

a {
  color: #2D2831;
}
a:hover {
  color: #927B4C;
}

p {
  color: #2D2831;
  font-family: "gothamlight";
}

.fs-6 {
  font-size: 0.8em !important;
}

.txt-red {
  color: #CC142B;
}

.text-azul {
  color: #162C37;
}

.bg-blue {
  overflow: hidden;
  position: relative;
}

.bg-orange {
  background-color: #f3a361;
  color: #fff;
}

.btn-primary {
  background-color: #162C37;
  border: 1px solid #162C37;
  color: #fff;
  font-family: "gothambold";
  padding: 1em 1.9em;
}
.btn-primary:hover {
  border: 1px solid #162C37;
  background-color: #fff;
  color: #162C37;
}

nav {
  background-color: #ffffff;
  height: 6vw;
  width: 100%;
}
nav svg {
  width: 100%;
}

.banner {
  color: #fff;
  background-color: #162C37;
}
.banner h1 {
  color: #fff;
}
.banner h2 {
  color: #fff;
  font-family: "gothamlight";
}

.info-curso {
  text-align: center;
  color: 2D2831;
}
.info-curso article {
  display: flex;
  padding: 2% 0;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.info-curso article div {
  text-align: center;
  min-width: 100px;
  margin: 1% 0;
}
.info-curso article svg {
  margin-bottom: 5px;
}
.info-curso article p {
  font-family: "gothamlight";
  margin-bottom: -6px;
}

.bg-gray {
  background-color: #F9F9F9;
}
.bg-gray p {
  font-family: "gothamlight";
}
.bg-gray li {
  font-family: "gothamlight";
  list-style-image: url(../img/icon-check.png);
  text-align: justify;
}
.bg-gray li strong {
  font-family: "gothambold";
}

li {
  font-family: "gothamlight";
  list-style-image: url(../img/icon-check.png);
}
li strong {
  font-family: "gothambold";
}

.pasos {
  background-image: url(../img/bg-blanco.jpg);
  background-size: contain;
}

.modal-content .modal-header {
  padding: 0;
  z-index: 3;
  border: none;
}
.modal-content .modal-header .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.modal-content .modal-body {
  padding: 15px;
}
.modal-content .modal-body h1 {
  color: #0C0C34;
  text-align: center;
  width: 100%;
  font-family: "gothamlight";
}
.modal-content .modal-body h2 {
  font-family: "gothamlight";
  color: #2D2831;
}
.modal-content .modal-body p {
  color: #000;
  font-family: "gothamlight";
}
.modal-content .modal-body strong,
.modal-content .modal-body li {
  font-family: "gothamlight";
}
.modal-content .modal-body label {
  font-family: "gothamlight";
  transform: translateY(16px);
  font-size: 0.9em;
}
.modal-content .modal-body input[type=text],
.modal-content .modal-body input[type=email],
.modal-content .modal-body input[type=number] {
  border: none;
  border-bottom: 1px solid #A9A9A9;
  margin-top: -23px;
}
.modal-content .modal-body select {
  border: none;
  border-bottom: 1px solid #A9A9A9;
  width: 100%;
  margin-top: 15px;
}
.modal-content .modal-body #Inputnombre {
  padding-left: 148px;
}
.modal-content .modal-body #Inputcedula {
  padding-left: 61px;
}
.modal-content .modal-body #email {
  padding-left: 138px;
}
.modal-content .modal-body #celular {
  padding-left: 55px;
}
.modal-content .modal-body .checkbox {
  min-height: 51px;
}
.modal-content .modal-body .checkbox input[type=checkbox] {
  width: 30px;
  margin-right: 7px;
}
.modal-content .modal-body .checkbox label {
  position: relative;
  font-size: 0.9em;
  transform: inherit;
}

.contador {
  display: flex;
  justify-content: center;
  -moz-column-gap: 18px;
       column-gap: 18px;
}
.contador .cartel {
  text-align: center;
  margin: 0 2% 0 2%;
}
.contador .cartel #dias,
.contador .cartel #horas,
.contador .cartel #minutos,
.contador .cartel #segundos {
  font-size: 3em;
  color: #162C37;
  font-family: "gothambold";
  margin-bottom: -13px;
}
.contador .cartel h3 {
  font-family: "gothamlight";
  font-size: 1em !important;
  color: #2D2831;
}

.list-group {
  position: sticky;
  top: 0;
  background-color: #F9F9F9;
}
.list-group .list-group-item {
  border: none;
  background-color: #F9F9F9;
  font-family: "gothamlight";
}
.list-group .list-group-item:hover, .list-group .list-group-item:active {
  background-color: #FFEBEB;
}

.quote {
  background-color: #2D2831;
}
.quote p {
  color: #fff;
  text-align: center;
}
.quote p strong {
  font-family: "gothambold";
}

.modulo {
  border-bottom: 2px solid #A9A9A9;
  float: left;
  margin-bottom: 18px;
  padding: 20px 0;
}

.expertos {
  flex-wrap: wrap;
  justify-content: center;
}
.expertos div {
  text-align: center;
  width: 33%;
  margin-bottom: 20px;
}
.expertos div img {
  border-radius: 100%;
}
.expertos div h3 {
  color: #CC142B;
}
.expertos div p {
  margin-bottom: 0;
}

footer {
  background: #162C37;
  color: #fff;
  text-align: center;
  font-size: 1.1em;
}
footer p {
  margin-bottom: 0;
  font-size: 0.8em;
  font-family: "gothamlight";
  text-align: left;
  color: #fff;
}
footer a {
  color: #fff;
  text-decoration: none;
  display: block;
  font-family: "gothammedium";
  font-size: 0.8em;
  line-height: 2em;
}
footer img {
  max-width: 90%;
  margin: 5px auto;
  max-width: 170px;
}

/*
 * 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: #FDC800;
    position: absolute;
    right: 15px;
    top: 20px;
    padding: 10px;
  }
  .navbar-toggler .navbar-toggler-icon {
    display: contents;
    font-size: 1.3em;
    color: #142958;
  }
  .navbar-collapse {
    position: absolute;
    width: 90%;
    background: linear-gradient(0deg, #0C0C34 0%, #003C75 52%, #0074BD 100%);
    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: 2em;
  }
  .contador .cartel #dias,
  .contador .cartel #horas,
  .contador .cartel #minutos,
  .contador .cartel #segundos {
    font-size: 2.3em;
  }
  .contador .cartel .h3 {
    font-size: 1.1em;
  }
  .info-curso article {
    flex-direction: column;
    align-content: center;
  }
  .info-curso article div {
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap;
  }
  .info-curso article div svg {
    max-width: 30px;
  }
  .info-curso article div img {
    max-width: 120px;
  }
  .info-curso article div p {
    margin-left: 5px;
  }
  .info-curso article div strong {
    margin-left: 5px;
  }
  .expertos div {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .expertos div {
    width: 80%;
  }
}
@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 */