/*~~~~~~ FONTS ~~~~~~*/
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Mier';
  src: url('../fonts/mierb-extrabold-webfont.woff2') format('woff2'), url('../fonts/mierb-extrabold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/*~~~~~~ RUTAS Y COLORES ~~~~~~*/
/*~~~~~~ BREAKPOINTS ~~~~~~*/
/*~~~~~~ CLASES LESS ~~~~~~*/
/*~~~~~~ RESETS ~~~~~~*/
html {
  scroll-behavior: smooth;
}
html,
body {
  min-height: 100%;
}
html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  -webkit-text-size-adjust: none;
  z-index: 4;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #000;
  font-family: 'Inter';
  font-weight: 400;
  font-style: inherit;
  vertical-align: baseline;
}
@media (min-width: 992px) and (max-width: 1280px) {
  html,
  body,
  div,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  font,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  sub,
  tt,
  var,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td {
    font-size: 14px;
  }
}
:focus {
  outline: 0;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
th,
td {
  text-align: left;
  font-weight: normal;
}
img,
iframe {
  border: none;
  text-decoration: none;
}
ol,
ul {
  list-style: none;
}
input,
textarea,
select,
button {
  font-size: 100%;
  font-family: inherit;
}
sup {
  font-size: 0.7rem;
}
.text-legal {
  font-size: 0.7rem;
  line-height: normal;
}
.text-legal a {
  color: inherit;
  text-decoration: underline;
}
a.btn,
button.btn {
  font-weight: normal;
  color: #FFF;
  font-size: 16px;
  font-family: 'Mier';
  line-height: 16px;
  padding: 13px 26px;
  border: 0;
}
a.btn.btn-primary,
button.btn.btn-primary {
  background-color: #0077cc;
}
a.btn.btn-primary:hover,
button.btn.btn-primary:hover {
  background-color: #0467ad;
}
a.btn.btn-secondary,
button.btn.btn-secondary {
  background: none;
  border: solid 1.6px #0077cc;
  padding: 12px 25px;
  color: #0077cc;
}
a.btn.btn-secondary:hover,
button.btn.btn-secondary:hover {
  background-color: #0077cc;
  border-color: #0077cc;
  color: #FFF;
}
a.btn.btn-empty,
button.btn.btn-empty {
  font-weight: normal;
  color: #0077cc;
  font-size: 16px;
  font-family: 'Inter';
  line-height: normal;
  padding: 0;
}
span.logged {
  font-weight: normal;
  color: #FFF;
  font-size: 16px;
  font-family: 'Mier';
  line-height: 16px;
  color: #0077cc;
  vertical-align: middle;
  border-left: solid 1px #0077cc;
  padding-left: 20px;
}
@media screen and (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px!important;
  }
}
@media screen and (max-width: 720px) {
  .img-fluid-md {
    max-width: 100%;
  }
}
/*~~~~~~ HEADER ~~~~~~*/
header {
  background: #101C3F;
}
header nav.navbar {
  padding-top: 1.1875rem;
  padding-bottom: 1.1875rem;
}
header nav.navbar .nav a {
  font-weight: normal;
  color: #FFF;
  font-size: 16px;
  font-family: 'Mier';
  line-height: normal;
}
header nav.navbar .nav a:hover {
  color: #FFF;
  opacity: 0.73;
}
@media screen and (max-width: 720px) {
  header nav.navbar .nav a {
    font-size: 14px;
    padding-inline: 0.4rem !important;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/*~~~~~~ MAIN ~~~~~~*/
main .hero {
  background: url('../images/background-elastic-calendar.png') bottom center no-repeat #101C3F;
  background-size: cover;
  min-height: 730px;
  position: relative;
}
@media screen and (max-width: 720px) {
  main .hero {
    background-position: bottom left;
  }
}
main .hero h1 {
  font-weight: normal;
  color: #FFF;
  font-size: 48px;
  font-family: 'Mier';
  line-height: 50px;
}
main .hero p.lead {
  font-weight: normal;
  color: #FFF;
  font-size: 16px;
  font-family: 'Inter';
  line-height: 26px;
  margin-top: 30px;
  margin-bottom: 30px;
}
main .hero p.lead.shadowtext {
  text-shadow: 0 0 8px #101C3F;
}
main .hero img {
  margin-right: -2rem;
  max-width: calc(100% + 2rem);
}
@media screen and (max-width: 720px) {
  main .hero img {
    margin-right: 0;
    max-width: 100%;
    margin-top: 50px;
  }
}
main .hero img.satelite {
  position: absolute;
  top: 0;
  right: 20px;
  margin-right: 0;
  max-width: 160px;
  width: 15vw;
}
main .hero .btn {
  padding: 16px 32px;
  font-size: 18px;
}
main h2 {
  font-weight: normal;
  color: #000;
  font-size: 40px;
  font-family: 'Mier';
  line-height: 48px;
  margin-bottom: 42px;
}
main h3 {
  font-weight: normal;
  color: #000;
  font-size: 30px;
  font-family: 'Mier';
  line-height: 38px;
  margin-bottom: 12px;
}
main p {
  font-weight: normal;
  color: #000;
  font-size: 16px;
  font-family: 'Inter';
  line-height: 26px;
}
.calendar {
  position: relative;
  z-index: 9;
}
.calendar .col-md {
  aspect-ratio: 1 / 1;
  background-color: #FFF;
}
@media screen and (max-width: 720px) {
  .calendar .col-md {
    background-color: transparent;
  }
}
.calendar .col-md .calendarday {
  height: 100%;
  margin-bottom: 24px;
  transition: all 0.4s;
}
.calendar .col-md .calendarday.enabled:hover {
  transform: rotate(25deg);
}
.calendar .col-md .calendarday.azul {
  background: url('../images/bola-azul.png') center center no-repeat transparent;
  background-size: 161px 191px;
}
.calendar .col-md .calendarday.rosa {
  background: url('../images/bola-rosa.png') center center no-repeat transparent;
  background-size: 161px 191px;
}
.calendar .col-md .calendarday.naranja {
  background: url('../images/bola-naranja.png') center center no-repeat transparent;
  background-size: 161px 191px;
}
.calendar .col-md .calendarday.celeste {
  background: url('../images/bola-celeste.png') center center no-repeat transparent;
  background-size: 161px 191px;
}
.calendar .col-md .calendarday.azul-claro {
  background: url('../images/bola-azul-claro.png') center center no-repeat transparent;
  background-size: 161px 191px;
}
.calendar .col-md .calendarday a {
  font-weight: normal;
  color: #FFF;
  font-size: 75px;
  font-family: 'Mier';
  line-height: 50px;
  padding-top: 30px;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.calendar .col-md .calendarday.disabled {
  opacity: 0.4;
}
.calendar .col-md .calendarday.disabled:hover,
.calendar .col-md .calendarday.disabled a:hover {
  cursor: default;
}
.more-info {
  background: url('../images/bg-more-info.jpg') top center no-repeat #F5F7FA;
  background-size: 100% auto;
  padding-top: 160px;
  padding-bottom: 120px;
}
@media screen and (max-width: 720px) {
  .more-info {
    padding-top: 90px;
  }
}
/*~~~~~~ MODAL ~~~~~~*/
.modal h2 {
  font-weight: normal;
  color: #000;
  font-size: 40px;
  font-family: 'Mier';
  line-height: 48px;
  margin-bottom: 42px;
}
.modal input.form-control,
.modal select.form-control {
  font-weight: normal;
  color: #949BAB;
  font-size: 18px;
  font-family: 'Inter';
  line-height: normal;
  border-radius: 0;
  border: solid 1px #949BAB;
  padding: 10px 8px;
  margin-bottom: 25px;
}
.modal button.close {
  padding: 0;
  border: 0;
  background: none;
  position: absolute;
  top: 20px;
  right: 20px;
}
.modal .form-check label {
  font-weight: normal;
  color: #000;
  font-size: 12px;
  font-family: 'Inter';
  line-height: normal;
}
/*~~~~~~ FOOTER ~~~~~~*/
footer {
  background: url('../images/figure-footer01.png') center left no-repeat #1C1E23;
  background-size: auto;
  border-top-right-radius: 70px;
  border-top-left-radius: 70px;
  margin-top: -80px;
}
footer > div {
  background: url('../images/figure-footer02.png') bottom right no-repeat transparent;
  background-size: auto;
  padding-top: 90px;
  padding-bottom: 90px;
}
footer p,
footer a {
  font-weight: normal;
  color: #FFF;
  font-size: 16px;
  font-family: 'Inter';
  line-height: 26px;
  margin-bottom: 0;
}
@media screen and (max-width: 720px) {
  footer {
    background: #1c1e23;
  }
  footer > div {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  footer .d-md-flex {
    flex-direction: column;
    text-align: center;
  }
}
