.mod_program_contenido_tabs {
  padding: 100px 0;
  background: #020841;
}
.mod_program_contenido_tabs.sg_tb_2 {
  padding: 49px 0 35.14px;
  background: #ffffff;
}
.mod_program_contenido_tabs.sg_tb_2 .ct-shapes-animation{
  margin-bottom: 16px !important;
}
.mod_program_contenido_tabs .ct_information{
  padding-right: 2%;
}
.mod_program_contenido_tabs.sg_tb_2 .ct_information{
  padding-right: 0;
  flex: 1;
  width: 100%;
}
.mod_program_contenido_tabs h2{
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #F4C32A;
  margin-bottom: 24px;
}
.mod_program_contenido_tabs.sg_tb_2 h2{
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  color: #00005B;
  margin-bottom: 32px;
}
}
.mod_program_contenido_tabs p.description{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.mod_program_contenido_tabs.sg_tb_2 p.description{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #00005B;
  margin-bottom: 40px;
}
/*START TABS*/
.sg_tb_2 .tabs .tabs-head{
  text-align: center;
}
.tabs .tabs-head button{
  border-radius: 6px;
  border: 1px solid var(--Mint, #19E29A);
  height: 36px;
  padding: 0 12px;
  background: transparent;
  color: #19E29A;
  text-align: center;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  text-transform: uppercase;
  margin-right: 6px;
  margin-bottom: 5px;
}
.sg_tb_2 .tabs .tabs-head button{
  border: 0;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #00005B;
  text-transform: initial;
  height: 42px;
  border-radius: 8px;
  padding: 9px 22px 9px 24px;
  margin-right: 24px;
}
.tabs .tabs-head button:last-child{
  margin-right: 0px;
}
.tabs .tabs-head button.active{
  border-radius: 6px;
  height: 36px;
  text-align: center;
  padding: 0 12px;
  color: #020841;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 14px;
  font-weight: 500;
  line-height: 36px;
  text-transform: capitalize;
  border: 1px solid #19E29A;
  background: #19E29A;
  color: #020841;
  text-transform: uppercase;
}
.sg_tb_2 .tabs .tabs-head button.active{
  border-radius: 8px;
  box-shadow: 0px 0px 15px 0px #00000026;
  background: #fff;
  border: 1px solid #E1E1E4;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: initial;
  padding: 9px 22px 9px 24px;
  height: 42px;
  color: #00005B;
}
.sg_tb_2 .tabs-panel{
  max-width: 1040px;
  margin: auto;
}
.tabs .tabs-panel .content-cards{
  display: grid;
  grid-template-columns: 50% 50%;
  margin-top: 55px;
  gap: 15px;
  /*width: fit-content;*/
}
.tabs .tabs-panel .content-cards.sc_tb_s2{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 35px;
  gap: 40px;
  /*width: fit-content;*/
}
.tabs .tabs-panel .content-cards .item-card{
  min-height: 357px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  max-width: 350px;
}
.tabs .tabs-panel .content-cards.sc_tb_s2 .item-card{
  min-height: 504px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  max-width: 320px;
  box-shadow: 0px 0px 15px 0px #00000026;
  background: #ffffff;
  overflow: hidden;
  text-decoration: none;
}
.tabs .tabs-panel .content-cards .item-card:hover{
  border: 2px solid #19E29A;
  box-shadow: 4px 4px 20px 0px rgba(25, 226, 154, 0.20);
  transition: all 1s ease;
}
.tabs .tabs-panel .content-cards.sc_tb_s2 .item-card:hover{
  border: 0;
  box-shadow: 0px 0px 15px 0px #00000026;
  transition: all 1s ease;
}
.tabs .tabs-panel .content-cards .item-card .card-head {
  height: 187px;
  padding: 14px 24px 14px;
  display: grid;
  border-radius: 12px 12px 0 0;
  width: 100%;
}
.tabs .tabs-panel .content-cards.sc_tb_s2 .item-card .card-head {
  height: auto;
  padding: 24px 16px 18px;
  display: block;
  border-radius: 0;
}
.tabs .tabs-panel .content-cards .item-card .card-head .card-content-title{
  color: #FFF;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 35.972px;
  align-self: flex-end;
  margin: 0;
}
.tabs .tabs-panel .content-cards.sc_tb_s2 .item-card .card-head .card-content-title{
  font-family: Poppins;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  color: #00005B;
  margin-bottom: 8px;
}
.tabs .tabs-panel .content-cards.sc_tb_s2 .item-card .card-head .card-content-description{
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #757575;
  margin-bottom: 20px;
}
.tabs .tabs-panel .content-cards.sc_tb_s2 .item-card .card-head img{
  box-shadow: 0px 0px 15px 0px #00000026;
  width: 100%;
  height: 264px;
  object-fit: cover;
  border-radius: 12px;
}
.tabs .tabs-panel .content-cards .item-card .card-content{
  background: #E1E9F2;
  backdrop-filter: blur(25px);
  padding: 11px 24px 25px;
  border-radius: 0 0 12px 12px;
  width: 100%;
  min-height: 170px;
}
.tabs .tabs-panel .content-cards.sc_tb_s2 .item-card .card-content{
  background: #fff;
  padding: 4px 16px 18px;
  border-radius: 0;
  width: 100%;
  min-height: auto;
}
.tabs .tabs-panel .content-cards .item-card .card-content .card-logos{
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: 33.3% 33.3% 33.3%;
  row-gap: 8px;
  column-gap: 12px;
}
.tabs .tabs-panel .content-cards .item-card .card-content .card-logos img{
  width: auto;
  height: 20.437px;
}
.tabs .tabs-panel .content-cards .item-card .card-content p.schedule{
  color: #020841;
  font-family: IBM Plex Mono;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.tabs .tabs-panel .content-cards .item-card .card-content p.schedule span{
  color: #104DE5;
  font-weight: 600;
}
.tabs .tabs-panel .content-cards.sc_tb_s2 .item-card .card-content{
  display: grid;
  grid-template-columns: auto 60px;
  column-gap: 16px;
}
.tabs .tabs-panel .content-cards.sc_tb_s2 .item-card .card-content .card-content-author-name{
  font-size: 18px;
  font-weight: 600;
  line-height: 16px;
  text-align: left;
  color: #00005B;    
  margin-bottom: 8px;
}
.tabs .tabs-panel .content-cards.sc_tb_s2 .item-card .card-content .card-content-author-ocupation{
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #00005B;
  margin-bottom: 0;
}
.tabs .tabs-panel .content-cards.sc_tb_s2 .item-card .card-content img{
  width: 60px;
  height: 60px;
  object-fit: cover;
}
/*END TABS*/
/*BUTTON*/
.mod_program_contenido_tabs .button-more {
  width: 157.14px;
  height: 34.86px;
  display: flex;
  align-items: center;
  justify-content:center;
  border-radius: 4.29px;
  border: none;
  box-shadow: 0 0 0 4px #FFCB2A99; 
  margin: 40px auto 0;
  background: #FFCB2A;
  color: #00005B;
  cursor: pointer;
  margin-bottom: 56px;
  text-decoration: none;
  font-family: Poppins;
  font-size: 11.43px;
  font-weight: 500;
  line-height: 11.43px;
}
.mod_program_contenido_tabs .button-more:hover{
  background: #FFB300;
}
@media(max-width: 1199px){
  .mod_program_contenido_tabs .ct_information{
    padding-right: 0%;
  }
}
@media(max-width: 1199px){
  .tabs .tabs-panel .content-cards.sc_tb_s2{
    gap: 20px;
  }
}
@media(max-width: 767px){
  .mod_program_contenido_tabs h2{
    font-size: calc(24px + (32 - 24) * ((100vw - 320px) / (1880 - 320))) !important;
    line-height: calc(30px + (36 - 30) * ((100vw - 320px) / (1880 - 320))) !important; 
  }
  .mod_program_contenido_tabs.sg_tb_2 h2{
    font-size: calc(20px + (28 - 20) * ((100vw - 320px) / (1880 - 320))) !important;
    line-height: calc(32px + (32 - 32) * ((100vw - 320px) / (1880 - 320))) !important; 
  }
  .mod_program_contenido_tabs p.description{
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
  .tabs .tabs-panel .content-cards .item-card h4{
    font-size: calc(21px + (22 - 21) * ((100vw - 320px) / (1880 - 320))) !important;
    line-height: calc(25px + (24 - 25) * ((100vw - 320px) / (1880 - 320))) !important; 
  }
  .tabs .tabs-panel .content-cards .item-card p{
    font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1880 - 320))) !important;
    line-height: calc(18px + (24 - 18) * ((100vw - 320px) / (1880 - 320))) !important; 
  }
  .tabs .tabs-head{
    display: inline-block;
    text-align: center;
  }
  .tabs .tabs-head button, .tabs .tabs-head button.active{
    font-size: 12px;
    margin-bottom: 6px;
    margin-right: 3px;
  }
  .tabs .tabs-panel .content-cards{
    gap: 8px;
    margin-top: 24px;
    width: 100%;
  }
  .tabs .tabs-panel .content-cards .item-card{
    min-height: 200px;
  }
  .tabs .tabs-panel .content-cards{
    grid-template-columns: 100%;
    row-gap: 10px;
  }
  .tabs .tabs-panel .content-cards .item-card .card-content .card-logos img{
    /*max-width: -webkit-fill-available;*/
    width: 95px !important;
    height: auto !important;
  }
  .tabs .tabs-panel .content-cards .item-card .card-content{
    padding: 26px 15px 25px;
  }
  .mod_program_testimonial.st_c1_2 .testimonial .testimonial__content_2 .testimonial__content-image{
    margin-top: 20px;
  }
  .tabs .tabs-panel .content-cards.sc_tb_s2{
    grid-template-columns: repeat(2, 1fr);
  }
}
@media(max-width: 678px){
  .mod_program_contenido_tabs.sg_tb_2 .container{
    padding: 0 0px;
  }
  .mod_program_contenido_tabs.sg_tb_2 .ct_information .wrapper .tabs .tabs-content-head{
    overflow: hidden;
  }
  .mod_program_contenido_tabs.sg_tb_2 .tabs .tabs-head{
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
  }
  .tabs .tabs-panel .content-cards.sc_tb_s2{
    display: inline-flex;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 0px;
    margin-top: 26px;
  }
  .sg_tb_2 .tabs .tabs-head button.active{
    margin-left: 16px;
  }
  .tabs .tabs-panel .content-cards.sc_tb_s2 .item-card {
    flex: 0 0 80%;
    max-width: none;
    margin: 10px;
  }
  .tabs .tabs-panel .content-cards.sc_tb_s2 .item-card:first-child{
    margin-left: 16px;
  }
  .tabs .tabs-panel .content-cards .item-card .card-head .card-content-title,
  .tabs .tabs-panel .content-cards.sc_tb_s2 .item-card .card-head .card-content-description{
    white-space: normal;
  }
  .mod_program_contenido_tabs .button-more{
    margin-top: 14px;
    margin-bottom: 0px;
  }
}
@media(max-width: 475px){
  .mod_program_contenido_tabs {
    padding: 60px 0 80px;
  }
  .mod_program_contenido_tabs h2{
    text-align: center;
  }
  .mod_program_contenido_tabs p.description{
    text-align: center;
  }
}
@media(max-width: 408px){
  .tabs .tabs-head button, .tabs .tabs-head button.active{
    font-size: 12px;
    line-height: 28px;
    padding: 0 10px;
  }
}