@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/css/bootstrap.min.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500;1,600&family=Open+Sans:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  color: #060606;
  font-family: "Montserrat", sans-serif; }

p, li {
  color: #6c6c6c; }

.links-unstyled a {
  text-decoration: none;
  color: #6c6c6c; }

.divider-top {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.txt-primary {
  color: #12448c; }

.txt-secondary {
  color: #60ab4a; }

.btn-reounded {
  border-radius: 10em; }

.btn-outline-primary {
  border-color: #12448c;
  color: #12448c; }
  .btn-outline-primary:hover {
    color: #f0f0f0;
    background-color: #12448c; }

.btn-outline-secondary {
  border-color: #60ab4a;
  color: #60ab4a; }
  .btn-outline-secondary:hover {
    color: #f0f0f0;
    background-color: #60ab4a; }

.btn-primary {
  background-color: #12448c;
  color: #fff; }
  .btn-primary:hover {
    background-color: #0c2e5f; }

.btn-secondary {
  background-color: #60ab4a;
  color: #fff; }
  .btn-secondary:hover {
    background-color: #4c873b; }

.btn {
  text-decoration: none;
  text-transform: uppercase; }
  .btn::hover {
    -webkit-box-shadow: 10px 10px 30px rgba(115, 128, 157, 0.5);
    box-shadow: 10px 10px 30px rgba(115, 128, 157, 0.5);
    border: none;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }

.section-content {
  padding: 6em 0; }

.section-bkg {
  background: url(../../img/edicion/2021/resource/fondo.png) top center fixed;
  background-size: cover;
  width: 100%; }

.bkg-gradient {
  background: #12448c;
  background: -webkit-radial-gradient(circle, #0c2e5f 0%, #0c2e5f 100%);
  background: -o-radial-gradient(circle, #0c2e5f 0%, #0c2e5f 100%);
  background: radial-gradient(circle, #0c2e5f 0%, #0c2e5f 100%); }

.nav-tabs-custom .nav-link {
  padding: 1rem;
  color: #12448c; }

.mask-color, .section-bkg, #frontpage {
  position: relative;
  z-index: 1; }
  .mask-color::after, .section-bkg::after, #frontpage::after {
    content: "";
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }

.bkg-primary {
  background: #12448c; }

.bkg-primary, .bkg-secondary, .bkg-color {
  border-radius: inherit; }
  .bkg-primary p, .bkg-primary h1, .bkg-primary h2, .bkg-primary h3, .bkg-primary h4, .bkg-primary h5, .bkg-primary h6, .bkg-primary li, .bkg-primary a, .bkg-secondary p, .bkg-secondary h1, .bkg-secondary h2, .bkg-secondary h3, .bkg-secondary h4, .bkg-secondary h5, .bkg-secondary h6, .bkg-secondary li, .bkg-secondary a, .bkg-color p, .bkg-color h1, .bkg-color h2, .bkg-color h3, .bkg-color h4, .bkg-color h5, .bkg-color h6, .bkg-color li, .bkg-color a {
    color: #f0f0f0; }

.bkg-secondary {
  background: #60ab4a; }

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 30px rgba(115, 128, 157, 0.5);
  box-shadow: 10px 10px 30px rgba(115, 128, 157, 0.5); }

.card-pricing {
  text-align: center; }
  .card-pricing .card-header {
    min-height: 6rem; }
    .card-pricing .card-header h4 {
      margin: 0; }
  .card-pricing .card-header, .card-pricing .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.icons-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .icons-social .icon-item {
    text-decoration: none;
    padding: .10rem .5rem;
    margin: 2px;
    color: #fff;
    opacity: 0.5; }

.icon-sm {
  font-size: 10rem;
  display: block; }

.icon-lg {
  font-size: 20rem;
  display: block; }

/*--------------------------------------------------------------
# Footer Section
--------------------------------------------------------------*/
#footer-main {
  background: #12448c;
  color: #f0f0f0;
  font-size: 0.8rem; }
  #footer-main .footer-title {
    text-transform: uppercase;
    font-size: 0.9rem;
    margin-bottom: 0; }
  #footer-main .footer-text {
    color: rgba(255, 255, 255, 0.5); }
  #footer-main .container {
    padding: 2rem 0 1rem 0; }
  #footer-main .footer-nav .footer-nav-header {
    margin-bottom: 0;
    color: #60ab4a;
    text-transform: uppercase; }
  #footer-main .footer-nav ul {
    list-style: none;
    padding: .5rem 0; }
    #footer-main .footer-nav ul li::before {
      content: "»";
      font-size: 1rem;
      color: #60ab4a;
      margin-right: 0.3rem; }
  #footer-main .footer-nav li a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none; }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-main {
  background: none;
  position: fixed;
  padding: 20px 0;
  height: 90px;
  top: 0;
  width: 100%;
  z-index: 999; }
  .header-main .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header-main #button-navbar-collapse[aria-expanded="true"] #navbar-main-collapse {
    background-color: #f0f0f0; }
  .header-main #logo h1 {
    font-size: 20px;
    margin: 0;
    padding: 6px 0;
    line-height: 1;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase; }
  .header-main #logo h1 a, .header-main #logo h1 a:hover {
    color: #60ab4a; }
  .header-main #logo img {
    padding: 0;
    margin: 0;
    max-width: 170px; }
  @media (max-width: 1200px) {
    .header-main {
      height: 80px; }
      .header-main #logo h1 {
        font-size: 26px; }
      .header-main #logo img {
        max-height: 40px; } }
  .is-sticky .header-main {
    background: #12448c; }
  .header-main .sidebar-icon {
    display: none; }

#navbar-main-collapse .nav-link:hover {
  color: #60ab4a; }

.sticky {
  background-color: white;
  -webkit-box-shadow: 0px 0px 9px 3px rgba(41, 41, 41, 0.25);
  box-shadow: 0px 0px 9px 3px rgba(41, 41, 41, 0.25); }

/*--------------------------------------------------------------
# frontpage
--------------------------------------------------------------*/
#frontpage {
  background: url(../../img/edicion/2021/resource/fondo-blanco.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed; }
  #frontpage .frontpage-title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em; }

.title-inline {
  padding-bottom: 10px; }
  .title-inline:before {
    content: "";
    width: 40%;
    border: 3px solid #60ab4a;
    margin-right: 1rem; }

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
#hero {
  display: table;
  width: 100%;
  height: 100vh;
  background: url(../../img/edicion/2021/resource/fondo.png) top center fixed;
  background-size: cover; }
  #hero .anfitriones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10em; }
  #hero .hero-title {
    width: 80%;
    margin: auto;
    padding-top: 1.5rem;
    font-weight: bolder;
    color: #12448c; }
  #hero .modalidad {
    font-size: 1rem;
    color: #6c6c6c;
    margin: 0 0 1rem 0; }
  #hero .slogan {
    margin-top: 0;
    color: #202020;
    font-size: 1.4rem; }
  #hero .fecha {
    color: #60ab4a;
    margin: 1em 0;
    font-size: 110%; }
  #hero .hero-logo {
    margin: 20px; }
    #hero .hero-logo img {
      max-width: 80%; }
  #hero .hero-container {
    background: rgba(255, 255, 255, 0.5);
    display: table-cell;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle; }
  #hero h2 {
    color: #999;
    margin-bottom: 50px; }
    @media (max-width: 768px) {
      #hero h2 {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 30px; }
        #hero h2 .rotating {
          display: block; } }
  #hero .rotating > .animated {
    display: inline-block; }
  #hero .actions a {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin: 10px; }

/*--------------------------------------------------------------
# Countdown
--------------------------------------------------------------*/
#countdow {
  color: #f0f0f0;
  background: #123e8c;
  background: -webkit-radial-gradient(circle, #123e8c 0%, #12448c 47%, #122a8c 100%);
  background: -o-radial-gradient(circle, #123e8c 0%, #12448c 47%, #122a8c 100%);
  background: radial-gradient(circle, #123e8c 0%, #12448c 47%, #122a8c 100%); }
  #countdow p, #countdow h4, #countdow a {
    color: white; }
  #countdow .TimeCounter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0.3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #countdow .count-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1rem;
    font-size: 1.5rem; }
    #countdow .count-title p {
      margin: 0; }
  #countdow .counter-element {
    text-transform: uppercase; }
  #countdow .count-number {
    font-size: 3rem;
    text-shadow: 3px 5px 2px #4747471c;
    font-weight: bolder; }
  #countdow #counterContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem 0em;
    border: 1px solid white; }

/*--------------------------------------------------------------
# bienvenida
--------------------------------------------------------------*/
#bienvenida {
  text-align: center; }

/*--------------------------------------------------------------
# slide
--------------------------------------------------------------*/
#slide-frontpage .slide-card .carousel-inner {
  border-radius: 10px 10px 0 0; }

#slide-frontpage .slide-card .card-body {
  text-align: center; }
  #slide-frontpage .slide-card .card-body .btn {
    display: block; }

#page .header-main {
  background: white;
  position: relative; }

#page #header-title {
  padding: 2rem 0;
  font-weight: bolder;
  color: #60ab4a;
  font-size: 1.5em; }

#page #page-content {
  margin-top: 3rem;
  margin-bottom: 3rem; }

#page .section-space {
  padding: 1rem 0; }

#page .section-title {
  color: #60ab4a; }

#page .section-title-2 {
  color: #12448c; }
