@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");
@import '../fonts/avantgarde/stylesheet.css';
/*MIXINS*/
.text-underline {
  text-decoration: underline;
}

.fw-normal {
  font-weight: normal;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-light, .fw-300 {
  font-weight: 300;
}

.fw-book, .fw-400 {
  font-weight: 400;
}

.fw-medium, .fw-500 {
  font-weight: 500;
}

.fw-semibold, .fw-600 {
  font-weight: 600;
}

.fw-bold, .fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-extrabold, .fw-900 {
  font-weight: 900;
}

.img-responsive {
  max-width: 100%;
  height: auto;
  width: auto;
}

img.alignnone {
  display: block;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignnone {
  display: block;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.animated-all {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.ul-plain, .ol-plain {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.f-avant, h2, h1, .navbar .navbar-nav, .nav-tabs .nav-link {
  font-family: "Avant Garde";
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}

.c-white {
  color: #fff;
}

.c-primary {
  color: #2A3883;
}

.b-primary {
  background: #2A3883;
}

.b-grey {
  background: #61656A;
}

.btn {
  border-radius: 0;
}

.btn-primary {
  background: #2A3883 !important;
  border-color: #2A3883 !important;
  color: #fff !important;
}

.btn-secundary {
  background-color: #61656A !important;
  border-color: #61656A !important;
  color: #fff !important;
}

.hero {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}
.hero .container {
  position: relative;
}
@media (min-width: 62em) {
  .hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.hero .dropdown-languages {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 10;
}
@media (max-width: 61.99em) {
  .hero .dropdown-languages {
    /*display: none;*/

  }

  .hero .dropdown-languages button {
    font-size: 12px;
  }

  .hero .dropdown-languages .dropdown-item {
    font-size: 14px;
  }
}
.hero .dropdown-languages .dropdown-toggle::after {
  display: none;
}
.hero .dropdown-languages .dropdown-menu {
  border-radius: 0;
}
@media (max-width: 61.99em) {
  .hero .logo {
    display: block;
    max-width: 250px;
    margin: 0 auto 15px;
  }
  
}

.column-pic {
  min-height: 200px;
}
.column-pic > div {
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.nav-tabs {
  border: 0;
}
.nav-tabs .nav-link {
  font-size: 15px;
  font-weight: 700;
  color: #000;
  position: relative;
  padding-left: 1.3rem;
  border: 0;
}
@media (min-width: 62em) {
  .nav-tabs .nav-link {
    font-size: 18px;
  }
}

@media (max-width: 500px) {
  .nav-tabs .nav-link { 
    font-size: 12px;
    margin-left: -13px;
  }

  .nav-tabs .nav-link:before {
    top: 15px !important;
    left: 9px !important;
  }
}

.nav-tabs .nav-link:before {
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
  color: #2A3883;
  position: absolute;
  top: 17px;
  left: 0;
  transform: rotate(-90deg);
}
.nav-tabs .nav-link.active {
  color: #000;
  border: 0;
}
.nav-tabs .nav-link.active:before {
  transform: rotate(0deg);
  top: 19px;
}

@media (min-width: 62em) {
  .tab-content p {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.nav-external .nav-item {
  border-top: 1px solid #C6C8C9;
}
.nav-external .nav-item:first-child {
  border: 0;
}
.nav-external .nav-item .nav-link {
  color: #fff;
  padding: 17px 1rem 17px 0;
}

footer {
  margin-top: 40px;
}
@media (max-width: 61.99em) {
  footer {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
  }
}
@media (min-width: 62em) {
  footer {
    margin-top: 100px;
  }
}
footer .footer-blur {
  position: relative;
}
footer .footer-blur:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  filter: blur(3px);
  background: white;
  background: -moz-linear-gradient(top, white 0%, white 30%, #b8b8b8 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(30%, white), color-stop(100%, #b8b8b8));
  background: -webkit-linear-gradient(top, white 0%, white 30%, #b8b8b8 100%);
  background: -o-linear-gradient(top, white 0%, white 30%, #b8b8b8 100%);
  background: -ms-linear-gradient(top, white 0%, white 30%, #b8b8b8 100%);
  background: linear-gradient(to bottom, white 0%, white 30%, #b8b8b8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#b8b8b8", GradientType=0 );
}
footer .footer-blur > .row {
  position: relative;
  z-index: 1;
}
footer .footer-blur img {
  height: 50px;
  width: auto;
}
footer .footer-copy {
  font-size: 12px;
}

.block-download {
  flex: 1;
  justify-content: center;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #585D62;
  border-bottom: 1px solid #585D62;
  padding-top: 40px;
  padding-bottom: 40px;
}

.block-person {
  margin: 40px 0;
  padding-left: 35%;
}
.block-person--wrapper {
  border-bottom: 1px solid #585D62;
  padding: 40px 0;
}
.block-person--wrapper:first-of-type {
  border-top: 1px solid #585D62;
}
.block-person--name {
  font-size: 18px;
  margin-bottom: 5px;
}
@media (min-width: 62em) {
  .block-person--name {
    font-size: 20px;
  }
}
.block-person--position, .block-person--email {
  font-size: 15px;
}
@media (min-width: 62em) {
  .block-person--position, .block-person--email {
    font-size: 16px;
  }
}
.block-person--email {
  margin-top: 5px;
}

.block-two--wrapper {
  border-bottom: 1px solid #585D62;
  padding: 40px 0;
}
.block-two--wrapper:first-of-type {
  border-top: 1px solid #585D62;
}

h1,
h2,
p {
  position: relative;
  z-index: 10;
}

.ghost {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.ghost img {
  width: 100%;
  height: auto;
}
.ghost-1 {
  top: 0;
  right: 0;
  width: 40vw;
}
.ghost-2 {
  top: 50%;
  left: 0;
  width: 30vw;
}
.ghost-3 {
  bottom: -7%;
  left: 0;
  width: 30vw;
}
.ghost-4 {
  top: 0;
  right: 0;
  width: 30vw;
}
.ghost-5 {
  top: -7%;
  right: 0;
  width: 30vw;
}

@media (max-width: 61.99em) {
  .b-mobile-fix {
    margin-left: -15px;
    margin-right: -15px;
    min-height: 120px;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
}

.navbar {
  background: #2a3783;
  background: -moz-linear-gradient(top, #2a3783 0%, #151f52 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #2a3783), color-stop(100%, #151f52));
  background: -webkit-linear-gradient(top, #2a3783 0%, #151f52 100%);
  background: -o-linear-gradient(top, #2a3783 0%, #151f52 100%);
  background: -ms-linear-gradient(top, #2a3783 0%, #151f52 100%);
  background: linear-gradient(to bottom, #2a3783 0%, #151f52 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2a3783", endColorstr="#151f52", GradientType=0 );
  transform: translateY(-27px);
}
@media (min-width: 62em) {
  .navbar {
    transform: translateY(-50%);
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.navbar .navbar-toggler {
  margin: 0 auto;
  border-radius: 0;
  background-color: white;
}
.navbar .navbar-toggler .hamburger-inner,
.navbar .navbar-toggler .hamburger-inner::before,
.navbar .navbar-toggler .hamburger-inner::after {
  background: #2a3783;
}
@media (min-width: 62em) {
  .navbar .navbar-nav {
    width: 100%;
    justify-content: space-around;
  }
}
.navbar .navbar-nav .nav-item {
  text-align: center;
  flex: 1;
  flex-basis: auto;
}
@media (min-width: 62em) {
  .navbar .navbar-nav .nav-item {
    border-left: 1px solid #fff;
  }
}
.navbar .navbar-nav .nav-item:first-child {
  border: 0;
}
.navbar .navbar-nav .nav-link {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.03em;
}
.navbar .navbar-nav .nav-link.active {
  font-weight: 700;
}

.evento .link-evento {
  font-weight: 700;
}

.red .link-red {
  font-weight: 700;
}

.premios .link-premios {
  font-weight: 700;
}

.firma .link-firma {
  font-weight: 700;
}

h1 {
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 62em) {
  h1 {
    font-size: 33px;
  }
}

h2 {
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 62em) {
  h2 {
    font-size: 23px;
  }
}

.fs-18 {
  font-size: 15px;
}
@media (min-width: 62em) {
  .fs-18 {
    font-size: 18px;
  }
}

a,
a:hover {
  color: inherit;
}

p a,
p a:hover {
  color: #008DD1;
}
p strong {
  font-weight: 600;
}

.btn-register {
  background-color: #b32e2e !important;
  border-color: #b32e2e !important;
}

/*# sourceMappingURL=main.css.map */

