@font-face {
  font-family: 'Conthrax SB';
  src: url('../fonts/conthrax-sb.woff2') format('woff2'),
       url('../fonts/conthrax-sb.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


html {
  scroll-behavior: smooth;
}

body{
    background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6, p, a{
    font-family: "Montserrat";
}

nav #logo-header {
    height: 50px;
    margin: 10px 0;
    display: block; }

a:hover{
    text-decoration: none;
}

p{
    color: #505050;
    font-size: 16px;
}

header{
    background-color: #fff;
}

nav {
    padding: 25px 0;
}

.navbar-menu{
    margin: 25px 0;
}

.navbar-menu .navbar-nav .nav-link{
    text-align: center;
}

.navbar-light .navbar-nav .nav-link {
  text-align: center;
  color: #094946;    
  white-space: nowrap;
  font-weight: 600;
  font-size: 14px;  
  transition: all 0.5s ease; 
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:active {
  color: #28d79a;
  font-weight: 700;
}

.lang-select{
    margin-left: 10px;
}

.lang-select a{
    color: #fff !important;
    background-color: #28d79a;
    padding: 3px 25px !important;
    border-radius: 30px;
    font-weight: 700;
}

.lang-select a:hover{
    background-color: #094946 !important;
}


.navbar-menu ul{
    align-items: right;
}

.txt-color-1 {
    color: #28d79a;
}

#description{
    padding: 100px 0;
    position: relative;
}

#description h1 {
    font-size: 35px;
    color: #094946;
    font-weight: 800;
    margin-bottom: 30px;
}

#description p {
    text-align: justify;
}

#bootcamp h1 {
    font-size: 35px;
    color: #094946;
    font-weight: 800;
    margin-bottom: 30px;
}

.custom-box-1{
    background: #28d79a;    
    border-radius: 15px;
    overflow: hidden;
}

.custom-box-1-head{
    padding: 20px 20px 10px 20px;
}

.custom-box-1-head h3 {
    color: #fff;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 0;
    text-align: center;
}

.custom-box-1-head h4{
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    text-align: center;
}

.custom-box-1-body{
    padding: 15px 20px;
    background-color: #fff;
    margin: 2px;
}

.custom-box-1-body h5, .custom-box-1-bottom h5{
    color: #094946;
    font-weight: 600;
    margin-bottom: 0;
}

.custom-box-1-body h6{
    color: #094946;
    font-weight: 600;
    font-size: 10px;
    margin-bottom: 0;
}

.custom-box-1-bottom{
    padding: 15px 20px;
    background-color: #fff;
    margin: 2px;
    border-radius: 0 0 13px 13px;
}

.icono-img-1{
    max-height: 50px;
    margin-bottom: 10px;
}

#contexto{
    background-color: #ededed;
    padding: 50px 0;
    margin-top: 60px;
}

.img-contexto{
    margin-top: -150px;
    margin-bottom: -50px;
}

#contexto .row h2 {
    font-size: 35px;
    color: #28d79a;
    font-weight: 800;
    margin-bottom: 30px;
}

#ejes{
    padding: 80px 0;
}

.img-titulo-ejes{
    max-width: 75%;
    margin-bottom: 35px;
}

.title-eje{
    font-family: 'Conthrax SB';    
    color: #28d79a;
    margin-top: 40px;
    font-size: 22px;
}

.img-titulo-ejes-in{
    max-height: 200px;
    margin-left: -25px;
}

.title-box h2{
    color: #fff;
    font-weight: 800;
    margin-bottom: 0;
}

.title-box{
    position: relative;
    background: #094946;
    background: linear-gradient(90deg,rgba(9, 73, 70, 1) 85%, rgba(40, 215, 154, 1) 85%);
    padding: 35px;
    margin-bottom: 50px;
}

.img-exp-title{
    position: absolute;
    right: 100px;
    bottom: 0;
    max-height: 220px;
}

.img-prog-title{
    position: absolute;
    right: 100px;
    bottom: 0;
    max-height: 220px;
}

.title-cstm-1{
    padding: 5px 10px;    
    background-color: #28d79a;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
}

.icono-img-2{
    max-height: 60px;
    margin-left: 20px;
}

.title-box-2{
    margin-bottom: 20px;
}

.mb-01{
    margin-bottom: 35px;
}

#speakers{
    margin-top: 120px;
}

.speaker-name{
    font-size: 20px;
    color: #094946;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.2;
}

.speaker-description{
    font-size: 15px;
    line-height: 1.2;
}

.foto-speaker{
    max-height: 220px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.box-foto-speaker{
    position: relative;
    width: 220px;
    margin: 0 auto;
}

.linkedin-icon {
    position: absolute;
    bottom: 25px;
    right: 10px;
    height: 30px;
}

#nos-acompanan{
    padding: 80px 0;
}

.h2-con-lineas {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.h2-con-lineas .linea {
  flex: 1;
  height: 2px;
  background-color: #505050;
}
.btn-insc-box{
    margin: 80px 0 30px 0;
}

.btn-inscribite-ahora-1{
    background-color: #28d79a;
    padding: 15px 50px;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    border-radius: 60px;
    transition: all 0.5s ease; 
    border: 0;
    display: inline-block;
}

.btn-inscribite-ahora-1:hover{
    background-color: #094946;
    color: #fff;
    text-decoration: none;
}

#nos-acompanan h2 {
    background-color: #fff;
    padding: 10px 25px;
    text-align: center;
    display: inline-block;
    font-weight: 600;
    color: #505050;
    font-size: 25px;
}

.logo-acompanante{
    padding: 30px 40px;
}

#video-home{
    margin: 80px 0;
}

.hr-1{
    border-top: 2px solid #505050;
}

#pre-footer{
    padding: 40px 0;
    background-color: #036c5d;
    text-align: center;
}

.logo-footer{
    max-height: 55px;
}

footer{
    background-color: #76132e;
    padding: 100px 0;
    text-align: center;
}


#programa, #bootcamp{
    margin-top: 120px;
    margin-bottom: 80px;
}

#programa table, #bootcamp table{
    text-align: center  ;
}

#programa .color-cell-1, #bootcamp .color-cell-1{
    background-color: #d9f8ed;
}

#programa .small-cell-1, #bootcamp .small-cell-1{
    font-size: 12px;
}

#programa thead , #bootcamp thead {
    background-color: #28d79a;
}

#programa thead td, #bootcamp thead td{
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding: 10px;
}

#programa tbody td, #bootcamp tbody td{
    padding: 10px;
    color: #094946;
    font-size: 14px;
    background-color: #f8f8f8;
    font-weight: 600;
    border: 3px solid #fff;
    line-height: 1.1;
}

#programa .horario-tabla, #programa .horario-tabla{
    width: 15%;
    vertical-align: middle;
}

.bootcamp-description{
    margin-bottom: 50px;
}

.icono-bootcamp{
    max-height: 70px;
}

.icon-title-bootcamp{
    color: #094946;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 0;
}

.icon-p-bootcamp{
    line-height: 1.1;
    font-size: 13px;
}

.bootcamp-evento{
    background-color: #e9e9e9;
    padding: 50px;
    border-radius: 30px;
    margin-bottom: 50px;
}

.bootcamp-evento p{
    color: #094946;
}

.bootcamp_event_title{
    font-weight: 700;
    font-size: 35px;
    color: #094946;
}

.hr-2{
    border-color: #094946;
}

.img-bootcamp-event {
    margin-right: -90px;
    margin-bottom: -50px;
    margin-top: -50px;
}




.color-bg-prog-1{
    background-color: #d9f8ed;
    padding: 10px;
}

.horaio-mobile{
    padding-top: 30px;
}

.horaio-mobile p{
    color: #094946;
    font-weight: 600;
}

p.horario-bg{
    background-color: #28d79a;
    padding: 6px 15px;
    margin-top: 20px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
}

.spk-cont{
    padding: 0 50px;
}


#accordion-programa .card-header{
  background-color: #094946;
  }


#accordion-programa .card-header button {
  color: #fff;
  text-decoration: none;
  font-size: 25px;
  font-family: 'Montserrat';
  font-weight: 700;
}

#accordion-programa .card-body {
  font-family: 'Montserrat';
  color: #094946;
}

#accordion-programa .card-header, #accordion-programa .card {
    border-radius: 0;
    border: 0;
}

#accordion-programa {
    font-size: 14px;
}

#accordion-programa .color-bg-prog-1{
    padding: 10px 20px;
    margin-top: 20px;
}

#accordion-programa .color-bg-prog-1 p:first-child{
  font-size: 13px;
  color: #094946;
  font-weight: 600;
}

#accordion-programa .color-bg-prog-1 p:nth-child(2) {
  font-size: 18px;
  color: #094946;
  font-weight: 600;
}


.boot-prog-text-1{    
  font-family: 'Montserrat';
  color: #094946;
  margin-bottom: 5px;
  font-size: 14px;
}



.collapse-wrapper {
  position: relative;
}

.collapse-toggle {
  transition: height 0.3s ease, padding 0.3s ease, margin 0.3s ease;
  overflow: hidden;
  height: auto;
  padding: 10px 0;
}

.collapse-toggle.collapsed-toggle {
  height: 0;
  padding: 0;
  margin: 0;
}

.collapse-title {
  transition: opacity 0.3s ease;
}

.hidden-title {
  opacity: 0;
}

.toggle-arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 20px;
  cursor: pointer;
}

.toggle-arrow img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease, filter 0.3s ease;
  transform-origin: center center;
  position: absolute;
  z-index: 99;
  top: 0;
  right: 10px;
}

.toggle-arrow.rotated img {
  transform: rotate(180deg);
  filter: brightness(0) invert(1);
}


#programa tbody .table-inner-prog{
    margin: -3px 0;
}

#programa tbody .table-inner-prog td {
    background-color: #28d79a;
    text-align: left;
    padding: 20px;
}

#programa tbody .table-inner-prog td p{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

#programa tbody td.celda-desplegable{
    padding: 0;
}

.celda-desplegable .collapse-title{
    padding: 10px 20px;
    text-align: center;
}

.inner-cel-title{
    font-size: 16px;
}


#programa tbody .table-inner-prog td.horario-celda{
    min-width: 170px;
    width: 20%;
}

#programa tbody .table-inner-prog td.pad-cel-der{
    padding-right: 50px;
    width: 40%;
}

#programa tbody .table-inner-prog td.mid-cell {
    width: 40%;
}

/* Dots personalizados */
.slick-dots {
  text-align: center;
  margin-top: 20px;
}
.slick-dots li button:before {
  font-size: 14px;
  color: #094946;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  color: #28d79a;
}

/* Flechas personalizadas */
.slick-arrow-custom {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  z-index: 10;
  cursor: pointer;
}
.slick-prev {
  left: 0px;
}
.slick-next {
  right: 0px;
}
.slick-arrow-custom img {
  width: 18px;
  height: auto;
}


.spk-cont .item{
    padding: 0 20px;
}



@media (max-width: 767.98px) {
  .table-inner-prog tr {
    display: flex;
    flex-direction: column;
  }

  .table-inner-prog td {
    display: block;
    width: 100%;
    border-top: none; /* Opcional: para limpiar los bordes duplicados */
    padding: 1rem 0;   /* Opcional: más aire en mobile */
  }

  #programa tbody .table-inner-prog td.horario-celda, #programa tbody .table-inner-prog td.mid-cell, #programa tbody .table-inner-prog td.pad-cel-der {
      width: 100%;
      border: 0;
  }

  #programa tbody .table-inner-prog td.pad-cel-der {
      margin-bottom: 5px;
  }

  #programa tbody .table-inner-prog td.horario-celda, #programa tbody .table-inner-prog td.mid-cell{
    padding-bottom: 0;
  }

  #programa .container {
    padding: 0;
    }

    .celda-desplegable .collapse-title{
        padding-right: 45px;
    }

    #programa .horario-tabla, #programa .horario-tabla {
        width: 75px;
    }
}



@media (min-width: 768px) {
  #accordion-programa {
    display: flex;
    justify-content: space-between;
  }

  #accordion-programa .card {
    flex: 1;
    margin-right: 1rem;
  }

  #accordion-programa .card:last-child {
    margin-right: 0;
  }

  /* Mostrar todo el contenido y desactivar colapsado */
  #accordion-programa .collapse {
    display: block !important;
    height: auto !important;
    visibility: visible !important;
  }

  #accordion-programa .card-header button {
    pointer-events: none;
    text-decoration: none;
  }
}



@media (max-width:1600px){
    
}

@media (max-width:1400px){
    
}

@media (max-width:1135px){
    
}


@media (max-width:991px){
   
}

@media (min-width: 767px){
    .hide-dekstop{
        display: none;
    }
}


@media (max-width: 768px){
    .hide-mobile{
        display: none;
    }

    .custom-box-1{
        margin-top: 35px;
    }

    .custom-box-1-int{
        display: flex;
    }

    .custom-box-1-body{
        width: 50%;
        border-radius: 0 0 0 13px;
    }

    .custom-box-1-bottom{
        width: 50%;
        border-radius: 0 0 13px 0;
        margin-left: 0;
    }

    .img-contexto{
        position: absolute;
        right: 50px;
        bottom: 0;
        max-height: 200px;
        margin-bottom: 0;
        margin-top: 0;
    }

    .t-contexto-mob{
        position: relative;        
        background: #094946;
        background: linear-gradient(90deg,rgba(9, 73, 70, 1) 85%, rgba(40, 215, 154, 1) 85%);
        padding: 40px 30px;
    }

    .t-contexto-mob h2{
        color: #28d79a;
        font-size: 35px;
        font-weight: 800;
    }

    #contexto{
        margin-top: 0;
        padding: 50px 20px;
    }

    #description {
        padding: 80px 20px;
    }

    #ejes {
        padding: 30px 35px;
    }

    .img-titulo-ejes-in {
        padding-top: 20px;
    }

    .t-exp-mob{
        position: relative;        
        background: #094946;
        background: linear-gradient(90deg,rgba(9, 73, 70, 1) 85%, rgba(40, 215, 154, 1) 85%);
        padding: 40px 30px;
        margin-top: 20px;
    }

    .t-exp-mob h2{
        color: #28d79a;
        font-size: 25px;
        font-weight: 800;
    }

    .programa-mob{
        position: relative;        
        background: #094946;
        background: linear-gradient(90deg,rgba(9, 73, 70, 1) 85%, rgba(40, 215, 154, 1) 85%);
        padding: 40px 30px;
        margin-top: 20px;
    }

    .programa-mob h2{
        color: #28d79a;
        font-size: 25px;
        font-weight: 800;
    }

    .img-exp-title{
        position: absolute;
        right: 5px;
        bottom: 0;
        max-height: 200px;
        margin-bottom: 0;
        margin-top: 0;        
    }

    .img-prog-title{
        position: absolute;
        right: 5px;
        bottom: 0;
        max-height: 200px;
        margin-bottom: 0;
        margin-top: 0;        
    }

    #experiencias-destacadas{
        padding: 50px 20px;
    }

    #speakers {
        margin-top: 40px;
    }

    .t-speaker-mob{
        position: relative;        
        background: #094946;
        background: linear-gradient(90deg,rgba(9, 73, 70, 1) 80%, rgba(40, 215, 154, 1) 80%);
        padding: 40px 30px;
        margin-top: 20px;
    }

    .t-speaker-mob h2{
        color: #28d79a;
        font-size: 35px;
        font-weight: 800;
    }

    .speaker-description {
        font-size: 11px;
    }

    .speaker-name {
        font-size: 16px;
    }

    .logo-acompanante {
        max-height: 130px;
    }

    #pre-footer{
        padding: 40px 20px;
    } 

    footer{
        padding: 60px 20px;
    }

    #video-home {
        margin: 0 0 80px 0;
        padding: 0 20px;
    }

    .logos-acompantes{
        margin-top: 50px;
    }

    .btn-inscribite-ahora-1 {
        padding: 15px 30px;
        font-size: 26px;
        line-height: 1.2;
    }

    #accordion-programa .card-header{
      background-color: #fff;
      }


    #accordion-programa .card-header button {
      color: #094946;
    }

    #accordion-programa .card:nth-of-type(-n+2) {
      border-bottom: 1px solid #094946; 
    }

    .slick-arrow-custom img {
        width: 12px;
    }

    .spk-cont .item {
        padding: 0 10px;
    }

    .btn-insc-box {
        margin: 20px 0 30px 0;
    }

    #nos-acompanan {
        padding: 40px 0;
    }
}


@media (max-width: 576px){
    .linkedin-icon {
        bottom: 20px;
        right: 0px;
        height: 30px;
    }

    .spk-cont{
        padding: 0 20px;
    }

    .img-contexto {
        right: 0;
        max-height: 160px;
    }

    .img-exp-title {
        right: 0;
        max-height: 160px;
    }

    .img-prog-title {
        right: 0;
        max-height: 130px;
    }

    .t-speaker-mob h2 {
        font-size: 31px;
    }

    .programa-mob {
        padding: 40px 0px;
    }

    #programa {
        margin-top: 40px;
    }
}





