@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');


body {
    font-family: 'Montserrat', sans-serif;

    --primary-color: #1947ed;
    --secondary-color: #47317e;
    --tertiary-color: #121a37;
    --light-secondary-color: #e6e6e6;
    --opposite-color: #ffffff;
    --p-color: #121a37;
    --dark-color: #444;
    --light-color: #fbfbfb;
    --light-tertiary-color: #f2f2f2;

    color: var(--tertiary-color);
    overflow-x: hidden;
}

html, body {
  overflow-x: hidden;
}
p {
    font-size: 15px;
    line-height: 2;
}

a, a:hover, a:focus {
  color: var(--primary-color);
}

h4 {
  font-weight: bold;
}

header.masthead {
  background: var(--primary-color);
  background: linear-gradient(var(--primary-color),var(--secondary-color));
  height: auto !important;
  margin-top: 78px;
  min-height: auto !important;
  max-height: inherit;
  padding: 110px 0;
}

.navbar-brand img {
  max-width: 170px;
  width: 200px;
}

.navbar-brand img.logo2 {
  max-height: 100px;
  width: auto;
  padding: 6px;
}

header.masthead .header-content {
  max-width: 100%;
}

header.masthead .header-content h1 {
  font-weight: bold;
}

#mainNav.navbar-shrink {
  background-color: white;
}

#mainNav {
  padding: 0;
}
.navbar-nav {
  flex-wrap: wrap;
}
#mainNav .container {
  flex-wrap: wrap !important;
}

#mainNav .navbar-nav>li>a, #mainNav .navbar-nav>li>a:focus {
  color: #333;
  font-size: 15px;
  text-transform: inherit;
  font-weight: bold;
  margin-right: 10px;
}

.align-center {
  align-items: center;
}

#partners img {
  max-height: 120px;
  padding: 10px;
  max-width: 220px;
  margin: auto;
}

#partners .client-img {
  text-align: center;
}


.img-white {
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

footer * {
  color: white;
}

footer h4 {
  font-weight: bold;
}

footer p {
  font-size: 14px;
  line-height: 30px;
}

p.copy {
  font-size: 12px;
  opacity: 0.3;
}

.mail span {
  font-weight: bold;
}

.languages button, .languages button:focus {
  font-size: 12px;
  border-radius: 4px;
  outline: none;
  box-shadow: none !important;
  width: 60px;
}

.languages .dropdown-menu {
  min-width: 60px;
  max-width: 60px;
  padding: 0;
  margin-top: -3px;
  border: 0;
  border-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.languages .dropdown-menu a {
  padding: 2px;
  text-align: center;
  color: white;
  font-size: 12px;
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: #545b62;
  border-radius: 4px;
}

#mainNav {
  background-color: #fff;
  box-shadow: 1px 1px #f2f2f2;
}

#about h4 {
  text-align: left;
  font-size: 22px;
  line-height: 32px;
  font-weight: bold;
}

.about-list {
  padding: 0;
}

.about-list li {
  width: 100%;
  float: left;
  text-align: left;
  padding-top: 6px;
  padding-bottom: 6px;
  list-style: none;
  font-size: 15px;
}

.about-list li svg {
  margin-right: 6px;
  color: #000;
}

.section-heading h2 {
  color: var(--primary-color);
  font-weight: bold;
  text-transform: inherit;
  font-size: 33px;
}

.bg-primary {
    background: var(--primary-color);
    background: linear-gradient(var(--primary-color),var(--secondary-color));
}

.bg-primary *, 
.bg-primary .section-heading h2 {
  color: #fff !important;
}


.btn-outline {
    color: white;
    border-color: white;
}

.btn-outline.active, .btn-outline:active, .btn-outline:focus, .btn-outline:hover {
  color: white;
  border-color: white;
  background-color: #ffffff38 !important;
}

#about .btn-outline {
  color: var(--primary-color);
  border-color: var(--primary-color);
  background-color: white !important;
  margin-bottom: 20px;
}

#about .btn-outline.active, #about .btn-outline:active, #about .btn-outline:focus, #about .btn-outline:hover {
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.btn-proposal {
    color: var(--primary-color) !important;
    font-size: 15px;
    font-weight: 600;
    border-color: white;
    background-color: white;
    padding: 18px 45px;
}

.btn-proposal.active, .btn-proposal:active, .btn-proposal:focus, .btn-proposal:hover {
 transform: scale(1.05);         /* Aumenta el tamaño un 5% */
  transition: transform 0.2s ease; /
}


#mainNav .navbar-nav>li>a:hover {
  color: #333 !important;
  font-weight: bold;
}

#mainNav .navbar-nav>li>a.active {
  color: #635cdb !important;
  font-weight: bold;
}

.align-items {
  display: flex;
  align-items: center;
}

table.table {
  border: 1px solid #ccc9f3;
}

.table td, .table th {
  border-top: 1px solid #ccc9f3;
}

table.table thead tr {
  background-color: #635cdb;
  color: #fff;
}

table.table td {
  padding: 6px 0;
  font-size: 14px;
  vertical-align: middle;
}

table.table thead td {
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 0;
}

table.table .btn, .modal .btn {
  border-radius: 3px;
  font-size: 12px;
  outline: 0;
  padding: 3px 10px;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

table.table .btn:focus, .modal .btn:focus {
  box-shadow: none;
}


.img-small {
  max-width: 200px;
}

.modal-dialog {
  max-width: 700px;
}

.modal-dialog img {
  max-width: 100%;
  border-radius: 50%;
}

.second-item {
  border-top: 1px solid #f2f2f2;
  margin-top: 20px;
  padding-top: 20px;
}

.people-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.people-item h4 {
  font-size: 18px;
}

.modal-title {
  font-weight: bold;
}

.modal p.mb-0 {
  color: gray;
  font-size: 13px;
}

.modal p.mb-0 strong {
  color: black;
  font-size: 14px;
}

.box-imp-date {
  font-size: 15px;
}

.btn-info {
  background-color: var(--secondary-color) !important;
  border: none;
  font-size: 13px;
  padding: 10px 30px;
}

.btn-info:hover, .btn-info:focus {
  background-color: var(--primary-color) !important;
  border: none; 
}

.box-imp-date i, .box-imp-date strong {
  color: var(--secondary-color);
}

#about h3 {
  font-size: 18px;
  font-weight: bold;
}

h5 strong {
  font-weight: bold;
}

@media (max-width: 395px) {
  .nav-menu {
    align-items: center !important;
    text-align: center;
    justify-content: center !important;
  }
}


/*Cambios 8/7*/

.web-link button{
  background-color: var(--primary-color);
  color: white !important;
  border-radius: 4px;
  margin-right: 20px;
  text-transform: none;
  font-size: 12px;
}
@media (max-width: 992px) {
  .web-link button{
    margin-bottom: 10px;
  }
}
.web-link button:hover, .web-link button:focus {
  background-color: var(--secondary-color);
}
.web-link button> a, .web-link button> a:hover, .web-link button> a:focus {
  color: white !important;
  margin-right: 0 !important;
  text-decoration: none;
}

.top-footer h3{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.top-footer p{
  line-height: 1;
}
footer a:hover, footer a:focus{
  color: white;
  text-decoration: underline;
}

 
.social-networks a {
    background-color: var(--primary-color) !important;
    padding: 4px;
    max-width: 35px;
    margin-left: 5px;
    margin-right: 5px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-decoration: none;
    margin-top: 15px;
}

.social-networks img{
  filter: brightness(0) invert(1);
  width: 30px;
  padding: 5px;
}

.logo-fund {
    max-width: 260px;
    max-height: 100px;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
    background-color: white;
}
.instructions a{
  text-decoration: underline;
}

.partners img {
    max-height: 120px;
    padding: 10px;
    max-width: 220px;
    margin: auto;
}
@media (max-width: 991px) {
    .partners .row {
        justify-content: center;
    }
}
@media (max-width: 991px) {
    .partner-img.col-md-3 {
        max-width: 33%;
    }
}
@media (max-width: 767px) {
    .partner-img.col-md-3 {
        max-width: 50%;
    }
}
@media (max-width: 667px) {
    .partner-img.col-md-3 {
        max-width: 100%;
    }
}
/* Vlab */
.vlab-block p {
    font-size: 17px;
    line-height: 1.5;
}
.vlab-block h2 {
    font-weight: bold;
    font-size: 30px !important;
}
.vlab-block {
    background: linear-gradient(332deg, rgba(25, 71, 237, 1) 0%, rgba(71, 49, 126, 1) 51%, rgba(18, 26, 55, 1) 100%);
    margin-top: -20px;
    padding-top: 60px;
    padding-bottom: 60px;
}
.vlab-block img {
    filter: brightness(0) invert(1);
    max-width: 300px;
}
.vlab-block h3 {
    font-style: italic;
    font-size: 20px;
}


    .vlab-block sup {
        width: 100%;
        display: block;
        margin-top: 30px;
    }


@media (max-width: 767px) {
    .vlab-block * {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .vlab-block .col-6 {
        max-width: 100%;
        flex: 100%;
        text-align: center !important;
    }
}
/* Speakers */
.speakers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 2rem;
  justify-items: center;
  align-items: start;
  text-align: center;
  padding: 2rem 0;
}

.speaker img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #ccc;
  transition: transform 0.3s ease;
}

.speaker p {
  margin-top: 0.5rem;
}

/* countdown */
.countdown-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 522px) {
  .countdown-box {
    gap: 30px !important;
}
}
.countdown-box {
    display: flex;
    justify-content: center;
    gap: 70px;
    background: #dbe7f334;
    color: white;
    padding: 20px 40px;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    width: 700px;
    max-width: 100%;
}

.countdown-box div {
  text-align: center;
}

.countdown-box span {
  font-size: 3rem;
  font-weight: bold;
  display: block;
}

.countdown-box p {
  margin: 0;
  font-size: 1rem;
}
.after-countdown a{
  text-decoration: none;
  margin-top: 20px;
}
