/*-- Use For Custom Styling --*/
section {
  padding-top: 120px;
  padding-bottom: 120px;
  height: 100vh;
}
.caption .heading {
  font-size: 35px;
  line-height: 1.0;
  color: #0057ff;
  font-weight: 800;
  margin-bottom: 40px;
}
.text-black-50 {
  color: rgba(0, 0, 0, .8) !important;
}
.about-section .challenge2026 {
  max-width: 723px;
}
.about-section .smart {
  width: 75%;
  text-align: right !important
}
.about-section .logos {
  width: 85%;
  text-align: left !important
}
/*challenge para vos*/
.challenge {
  background-image: url("../img/bkg1.png");
  height: auto;
  background-repeat: repeat;
  /*  background-size: cover;*/
  width: 100%;
}
.challenge h1 {
  color: #fff;
  font-family: 'Montserrat', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 2.1rem;
}
.challenge-box {
  background: #1765d8;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}
.challenge-content {
  position: relative;
  z-index: 2;
}
.circle-img {
  position: absolute;
  width: 230px;
  z-index: 3;
}
.circle-left {
  top: -80px;
  left: -60px;
}
.circle-right {
  bottom: 60px;
  right: -60px;
}
.badge-wrapper img {
  max-width: 700px;
}
.cta-wrapper button {
  font-size: 2rem;
}
.cta-wrapper p a {
  font-size: 1.4rem;
}
/*------------------------------------------*/
/*  Blue Buttons
/*------------------------------------------*/
.btn-blue, a.inverse.btn-blue, .inverse a.btn-blue {
  background-color: #0057ff;
  color: #fff;
  font-weight: 900
}
.btn.btn-blue {
  border: 4px solid #0057ff;
}
.btn.btn-blue a {
  font-size: 2.5rem;
}
.btn-blue:hover, .btn-nav.btn-blue:hover, .btn-blue:focus, .btn-nav.btn-blue:focus {
  background-color: #1d83c9;
  color: #fff
}
.btn.btn-blue:hover, .btn.btn-blue:focus {
  border: 4px solid #1d83c9;
}
.btn-shadow.btn-blue {
  -webkit-box-shadow: 0 4px 0 #437598;
  -moz-box-shadow: 0 4px 0 #437598;
  box-shadow: 0 4px 0 #437598;
}
.btn-border.btn-blue, a.btn-border.btn-blue {
  color: #439FE0;
}
/*que*/
.que-section {
  padding-top: 90px;
  padding-bottom:120px;
  background: #012555;
}
.que-section li img {
  width: 30px
}
.que-section ul {
  border: 3px solid #fff;
  padding: 30px
}
h5 {
  font-size: 1.2rem;
}
/*como*/
.como-section {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #012555;
}
.como h2 {
  font-size: 1.5rem;
}
/*que ganas*/
.que-ganas-section{
  padding-top: 70px;
  padding-bottom: 50px;
  height: 100vh;
  }

/*desafios
.desafios-section {
  padding-top: 70px;
  padding-bottom: 50px;
  height: 100vh;
}*/
.desafios {
  background-image: url("../img/bkg3.png");
  background-repeat: repeat;
  /*  background-size: cover;*/
  width: 100%;
}
.note img {
  max-width: 839px !important;
  float: left;
  margin-left: 60px;
}
/*quienes*/
.quienes-section {
  padding-top: 90px !important;
  padding-bottom: 120px;
  background: #e6e6e6;
}
.quienes .titulo img {
  height: 40px
}
.quienes .subtitulo img {
  height: 46px
}
/*por qué*/
/*.porque-section {
  padding-top: 120px;
  padding-bottom: 120px;
}*/
/*te animas*/
.te-animas-section {
  /*  background-image: url("../img/bkg-2.png");
  height: 100vh;
  background-repeat: no-repeat;
  background-size:auto;
  width: 100%;
	  background-position: center -100px; */
  padding-top: 0px;
  padding-bottom: 0px;
  background: #30d9c4;
  background-image: url('../img/bkg-2.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  animation: megaIn 0.6s ease-out forwards;
}
.te-animas-section .top {
  padding-top: 130px
}
@keyframes megaIn {
  from {
    opacity: 0;
    background-position: left 120%;
  }
  to {
    opacity: 1;
    background-position: left bottom;
  }
}
.mega .titulo {
  width: 500px
}
/*FAQ*/
.faq-section {
  padding-top: 80px !important;
  padding-bottom: 120px;
  height: auto;
}
/*Faq Accordions*/
.faq_content #accordion .card {
  margin-bottom: 15px;
}
.faq_content #accordion .card:last-child {
  margin-bottom: 0;
}
.faq_content .card-header {
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  text-align: left
}
.faq_content .card-header .card-link {
  display: block;
  padding: .75rem 1.25rem;
  background: #fff;
  border: none;
  font-size: 1.125rem;
  color: #26313c;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-decoration: none;
}
.faq_content .card-header .card-link:before {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.faq_content .card-header .card-link.collapsed:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq_content .card-body {
  border-top: 1px solid rgba(0, 0, 0, .1);
  padding-top: 1.85rem;
  padding-bottom: 1.35rem;
  text-align: left
}
.faq_content .card-body p {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #2B2B2B;
}
.faq_content .card-body p:last-child {
  margin-bottom: 0;
}
/*por qué*/
.organizan-section {
  padding-top: 90px;
  padding-bottom: 100px;
  height: auto
}
footer {
  padding: 70px !important;
  background-color: #fff;
}
/* timeline */
.timeline-container {
  width: 100%;
  position: relative;
}
/* Desktop */
.timeline-scroll img {
  width: 100%;
  height: auto;
}
.organizan-section .smart {
  width: 100%;
  text-align: right !important
}
.organizan-section .logos {
  width: 95%;
  text-align: left !important
}
.organizan-section .mbb {
  width: 80%;
  text-align: left !important
}
.organizan-section .puerto {
  width: 90%;
  text-align: left !important
}
/*.img-fluid {
  max-width: 90%;
  height: auto;
}
*/
/* Mobile */
@media (max-width: 768px) {
  .timeline-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
  }
  .timeline-scroll img {
    width: 1100px; /* ancho real */
    max-width: none; /* evita que se achique */
    height: auto;
    padding-bottom: 20px
  }
  .timeline-container::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background: linear-gradient(to left, #0b2c5d, transparent);
    pointer-events: none;
  }
}
/**/
@media (max-width: 767px) {
  section {
    padding-left: 5px;
    padding-right: 5px;
    height: auto;
  }
  .container {
    transform: scale(0.9);
  }
  .circle-img {
    width: 130px;
  }
  .circle-left {
    top: -60px;
    left: 5px;
  }
  .circle-right {
    /*    bottom: 100px;*/
    bottom: 194px;
    right: 5px;
  }
  .badge-wrapper img {
    max-width: 300px;
  }
  #interactive-block .arrow {
    width: 25px !important;
  }
  /*about*/
  .about-section {
    padding-top: 180px;
    padding-bottom: 0px;
  }
  .about-section .challenge2026 {
    margin-left: 0;
  }
  .about-section .caption .heading {
    font-size: 27px;
    word-spacing: 0;
    text-align: center;
  }
  .about-section .caption {
    padding-top: 0rem;
  }
  .about-section .smart {
    width: 80%;
    text-align: right !important
  }
  .about-section .logos {
    width: 85%;
    text-align: left !important
  }
	
.about-button{
  margin-top: 10px !important;
  margin-left: 0px;
}
  .side-nav .navbar-nav .nav-link {
    font-family: 'Montserrat', Helvetica Neue, Helvetica, Arial, sans-serif;
    display: inline-table;
    color: #fff;
    padding: 2px 0 3px 0 !important;
    font-size: 23px;
    line-height: normal;
    position: relative;
    border-radius: 0;
    text-decoration: none;
  }
	
  /*challenge*/
  .challenge h1 {
    font-size: 1.5rem;
  }
  .challenge-section {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .cta-wrapper a {
    font-size: 1.1rem;
  }
  /*por qué*/
  .porque-section {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .porque h4 {
    font-size: 1.3rem;
  }
  .porque li img {
    width: 45px
  }
  /*quienes*/
  .quienes-section {
    padding-top: 0px !important;
    padding-bottom: 0px;
  }
  .quienes h4 {
    font-size: 1.3rem;
  }
  .quienes .subtitulo img {
    height: 36px
  }
  /*que ganas*/
  .que-ganas-section {
    padding-top: 20px;
    padding-bottom: 0px;
	  height: auto
  }
  .que-ganas-section h4 {
    font-size: 1.3rem !important;
  }
  /*.te-animas img {
    width: 120% !important
  }
	*/
  .te-animas-section {
    background-image: url("../img/bkg-2.png");
    background-repeat: no-repeat;
    background-position: top 10px;
    background-size: cover;
    padding-bottom: 90px
  }
  .te-animas-section .mega {
    display: none
  }
  .te-animas-section .top {
    padding-top: 0px;
  }

.cta-wrapper a, .cta-wrapper button {
  font-size: 1.8rem;
}
	
.cta-wrapper p a {
  font-size: 1.4rem !important;

}
.cta-wrapper p a.links {
  font-size: 1.4rem !important;
display: inline-block;
  padding: 5px 12px;
background: linear-gradient( 0deg, #30d9c4 50%, #30d9c4 50% );
}
	
/*desafios*/
.desafios-section {
  padding-top: 20px;
  padding-bottom: 0px;
}
.note img {
  max-width: 410px !important;
  float: right;
  margin-right: -44px;
  ;
  overflow: hidden
}
/*como*/
.como-section {
  padding-top: 20px;
  padding-bottom: 0px;
}
/*faq*/
.faq-section {
  padding-top: 0px !important;
  padding-bottom: 0px;
}
.faq-section .col-12 {
  padding-right: 5px;
  padding-left: 5px;
}
/*que es*/
.que-section {
  padding-top: 0px;
  padding-bottom: 0px;
}
.que-section .titulo {
  margin-top: 0px !important
}
/*organizan*/
.caption .heading {
  font-size: 35px;
}
/*.organizan-section .smart{width:80%;}*/
/*varios*/
.about-section .titulo, .que-section .titulo, .faq-section .titulo, .que-ganas-section .titulo, .quienes-section .titulo {
  width: 80%
}
.porque-section .titulo {
  width: 100%
}

.organizan-section .smart {
  width: 85%;
  text-align: right !important
}
.organizan-section .logos {
  width: 95%;
  text-align: left !important
}
.organizan-section .mbb {
  width: 70%;
  text-align: left !important;
	  margin-top:20px
}
.organizan-section .puerto {
  width: 90%;
  text-align: left !important
}
}

@media (max-width: 1280px) { 

}

/*@media (max-width: 992px) {
  .about-section {
    padding-top: 9rem;
    padding-bottom: 37rem !important;
  }
}*/
/**/