/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

body{
    font-family: 'Poppins', sans-serif !important;
}
 h1,  h2, h3,  h4,  h5,  h6{
    font-family: 'Poppins', sans-serif !important;
}

 span, p , a , li{
    font-family: 'Poppins', sans-serif !important;
}

ol, p, pre, ul {
 margin: 0px !important;
  padding:0px !important;
}
form {
  padding: 0px !important;
  background:#ffffff !important;
}

@font-face {
  font-family: 'poli-icon';
  src: url('https://44653797.fs1.hubspotusercontent-na1.net/hubfs/44653797/poli-fonts/poli-icon-1.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.footer .dnd-section { 
    border-top: 3px solid #1FB2DE;
}

.no-tel {
    -webkit-touch-callout: none;
}

.ab__form .ab__form-radio--buttons-custom .ab__form-radio-label:hover {
  color: white;
}
.ab__form .ab__form-radio--buttons-custom .ab__form-radio-input:checked+.ab__form-radio-label {
  color: white !important;
}
.part {
  overflow: hidden;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom: 3px solid #fff;
}
div#hs_cos_wrapper_widget_1743733896794 {
  max-width: 500px;
  margin: auto;
}

@media only screen and (max-width: 600px) {
  .part .principal {
    display:none;
  }
}

div#hs_cos_wrapper_widget_1743733896794 {
  max-width: 500px;
  margin: auto;
}

.ab_form_container{
  min-height: 472px;
}

@media (max-width: 767px) {
  .ab_form_container{
    min-height: 630px;
  }
}

.ab_form_container_sena{
  min-height: 862px;
}

@media (max-width: 767px) {
  .ab_form_container_sena{
    min-height: 518px;
  }
}

/* Steps */
.program-steps {
 width:100%; 
}

.program-steps h2 {
  color:#0F385A;
  font-size:40px;
  font-weight:600;
  line-height:56px;
  text-align:center;
}

.program-steps ul {
  display:flex;
  gap:30px;
}

.program-steps ul li {
  flex:1;
  list-style:none;
  background:#ffffff;
  border-radius:15px; 
  padding:15px;
  text-align:center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.program-steps ul li p {
  line-height:22px;
  font-weight:400;
  font-size:16px;
}

.program-steps .icon svg {
  height:40px;
}

.program-steps .icon.icon-1 {
  fill:#A6CE38;
}

.program-steps .icon.icon-2 {
  fill:#1FB2DE;
}
.program-steps .icon.icon-3 {
  fill:#EC0677;
}

@media only screen and (max-width: 600px) {
  .program-steps h2 {   
    font-size:24px;   
    line-height:32px;   
  }
  .program-steps ul {
    display:inline-block;
  }
  .program-steps ul li{
    margin-bottom:15px;
  }
}

/* Accordeon */

.program-accordion {
  width:100%;
}

.program-accordion h2.title{
  font-size:40px;
  font-weight:600;
  line-height:56px;
  text-align:center;
  color:#0F385A;
}

.program-accordion .content{
  display:flex;
}
.program-accordion .content .left {
  flex:1;
}
.program-accordion .content .right {
  flex:1;
}

/*****************************************/
/* Style Accordion  */
/*****************************************/
.program-accordion .accordion_item {
  padding-top:30px;
  padding-bottom:30px;
  box-shadow: 0px 0px 30px rgba(15, 56, 90, 0.15);
  border-radius: 16px;
  margin-bottom:25px;
}

.program-accordion .accordion_item .container-item{
  padding:0px 30px;
}

.program-accordion .accordion_q {
  display: flex;
  align-items: flex-start;
  cursor: pointer; 
  color:#BABABA;
  
}

.program-accordion .accordion_q.active { 
  color:#E0006E;
  border-bottom:1px solid #E0006E;
  padding-bottom: 10px;
}

.program-accordion .accordion_q span {
  line-height: 0;
}

.program-accordion .accordion_q svg {
  height: 40px;
  padding: 8px;
  fill: #E0006E;
}

.program-accordion .accordion_q.active .accordion_open {
  display: none;
}

.program-accordion .accordion_q.active .accordion_close {
  display: block;
}

.program-accordion .accordion_title {
  font-weight: bold;
  margin-left: 20px;
  flex: 1 1 auto; 
  font-weight: 600;    
  font-size: 20px;
  line-height: 30px;
}

.program-accordion .accordion_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-top:30px;
  text-align:justify;
}
.program-accordion .accordion_text ul {
  margin:30px 0px 30px 30px !important;
}


.program-accordion .accordion_item:last-child .accordion_text {
  margin-bottom: 0;
}

.program-accordion .accordion_close {
  display: none;
}

.program-accordion .bullets ul{
  display:flex;
  flex-wrap: wrap;
  gap: 15px; 
  padding:35px !important;
}

.program-accordion .bullets ul li{
  flex: 0 1 calc(50% - 15px);
  list-style:none;
}

.program-accordion .bullets ul li .label{
  font-weight:400;
  font-size:16px;
  line-height:22px;
  color:#0F385A;
  padding-left:10px;
}

.program-accordion .bullets ul li .value{
  font-weight:bold;
  font-size:16px;
  line-height:22px;
  color:#0F385A;
  padding-left:30px;
}



.program-accordion .bullets .credit::before {
  content: '\e902'; /* Código Unicode del ícono de Font Awesome (ejemplo: ícono de enlace) */
  font-family: 'poli-icon'; /* Fuente de Font Awesome */
  font-weight: 900; /* Asegura que use el estilo de ícono sólido */
  position: relative;
  left: 0px; /* Ajusta la posición del ícono */
  top: 0;
  font-size: 20px; /* Tamaño del ícono */
  color: #e0006e; /* Color del ícono */
}

.program-accordion .bullets .duration::before {
  content: '\e901'; /* Código Unicode del ícono de Font Awesome (ejemplo: ícono de enlace) */
  font-family: 'poli-icon'; /* Fuente de Font Awesome */
  font-weight: 900; /* Asegura que use el estilo de ícono sólido */
  position: relative;
  left: 0px; /* Ajusta la posición del ícono */
  top: 0;
  font-size: 20px; /* Tamaño del ícono */
  color: #e0006e; /* Color del ícono */
}

.program-accordion .bullets .cost::before {
  content: '\e900'; /* Código Unicode del ícono de Font Awesome (ejemplo: ícono de enlace) */
  font-family: 'poli-icon'; /* Fuente de Font Awesome */
  font-weight: 900; /* Asegura que use el estilo de ícono sólido */
  position: relative;
  left: 0px; /* Ajusta la posición del ícono */
  top: 0;
  font-size: 20px; /* Tamaño del ícono */
  color: #e0006e; /* Color del ícono */
}

.program-accordion .bullets .snies::before {
  content: '\e904'; /* Código Unicode del ícono de Font Awesome (ejemplo: ícono de enlace) */
  font-family: 'poli-icon'; /* Fuente de Font Awesome */
  font-weight: 900; /* Asegura que use el estilo de ícono sólido */
  position: relative;
  left: 0px; /* Ajusta la posición del ícono */
  top: 0;
  font-size: 20px; /* Tamaño del ícono */
  color: #e0006e; /* Color del ícono */
}

.program-accordion .study-plan{
  display: flex;
  justify-content: left;
  margin-top: 30px;
  margin-left:30px;
}

.program-accordion .study-plan .download a{
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 8px 20px;
  background: #0F385A;
  color: #fff;
  border: 1px solid #0F385A;
  border-radius: 20px;
  cursor: pointer;
  text-decoration: none;
  box-shadow:none;
}

.program-accordion .study-plan .download a:hover{ 
  background: #ffffff;
  color: #0F385A;
  border: 1px solid #0F385A;  
}

@media only screen and (max-width: 600px) {
  .program-accordion h2.title{
    font-size:24px;
    line-height:32px;
  }
  .program-accordion .content{
    display:inline-block;
  }
  .program-accordion .bullets ul{
    display:inline-block;    
  }
  .program-accordion .bullets ul li{
    margin-bottom: 15px;    
  }
}  

/* Footer */

.footer-landing{
  padding: 40px 0px;
}
.footer-landing .container{ 
  display:flex;
  align-items: center;
  gap:30px;
}

.footer-landing .container .text{ 
  flex:4;
}

.footer-landing .container .slogan{ 
  flex:1;
}
.footer-landing .container .logo{ 
  flex:1;
}

.footer-landing .container .seals{ 
  flex:3;
}

.footer-landing .container .seals ul{
  display:flex;
  gap: 20px;
}

.footer-landing .container .seals ul li{
  flex=1;
  list-style:none;
}

.footer-landing .container .seals ul li img{
  height:80px !important;
} 

.footer-landing .container .text p{
  color:#ffffff;
}

.footer-landing .container .slogan{
  margin-right:15px;
}
.footer-landing .container .slogan p{
  line-height: 17px;
  text-align: right;
}

.footer-landing .container .slogan p.text-white{
  color:#fff;
}
.footer-landing .container .slogan p.text-blue{
  color:#1FB2DE;
}

@media only screen and (max-width: 600px) {
  .footer-landing{
    padding: 20px;
  }
  
  .footer-landing .container{ 
    display:block;
  }
  .footer-landing .container .slogan{
    margin-right:0px;
    margin-top:10px;
    margin-bottom:10px;
  }
  
  .footer-landing .container .slogan p{    
    text-align:center;
  }
  
  .footer-landing .container .logo{    
    text-align:center;
    margin:15px 0px;
  }
  .footer-landing .container .text p{
    line-height: 1.4;
  }
}

/* Header */

.header-landing{
  padding: 15px 0px;
  border-bottom: 2px solid #1FB2DE;
}
.header-landing .container{ 
  display:flex;
}

.header-landing .container .left{ 
  flex:1;
}

.header-landing .container .right{ 
  flex:1;
}

.header-landing .information{
  display: flex;
  justify-content: right;
  margin-top: 20px;
}

.header-landing .information .link a{
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  padding: 8px 20px 8px 20px;
  background: #ffffff;
  color: #0F385A;
  border: 2px solid #0F385A;
  border-radius: 20px;
  cursor: pointer;
  text-decoration: none;
  box-shadow:none;
}

.header-landing .information .link a:hover{ 
  background: #0F385A;
  color: #ffffff;
  border: 2px solid #ffffff;  
}

@media only screen and (max-width: 600px) {
  .header-landing{
    padding: 20px;   
  }
  .header-landing .information .link a{    
    padding: 10px 14px;
    font-size: 16px;
  }
  .header-landing .information{
    display:none;
  }
}

/* Testimonial */

.program-testimonials {
  width:100%;
  display:none;
}

.program-testimonials h2 {
  color:#0F385A;
  font-size:40px;
  font-weight:600;
  line-height:56px;
  text-align:center;
}

.program-testimonials .content{
  display:flex;
  gap:15px
}

.program-testimonials .content .left{
  flex:1;
}

.program-testimonials .content .right{
  flex:1;
}

.program-testimonials .content .left .media{
  background:#ffffff;
  border-radius:15px; 
  padding:25px 25px;
  text-align:center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.program-testimonials .container-info{
  margin-top:25px;
}
.program-testimonials h5{
  color:#E0006E;
  font-weight:400;
  font-size:12px;
  line-height:16px;
  margin-bottom:0px;
}
.program-testimonials h3{
  color:#0F385A;
  font-weight:600;
  font-size:20px;
  line-height:30px;
  margin-bottom:0px;
}

.program-testimonials h4{
  color:#0F385A;
  font-weight:700;
  font-size:12px;
  line-height:16px;
  margin-bottom:0px;
}
.program-testimonials .text{
  margin-top:20px;
}
.program-testimonials .text p{
  color:#0F385A;
  font-weight:400;
  font-size:16px;
  line-height:22px;
  font-style:italic;
}

.program-testimonials .information{
  display: flex;
  justify-content: left;
  margin-top: 30px;
}

.program-testimonials .information .link a{
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 8px 20px;
  background: #0F385A;
  color: #fff;
  border: 1px solid #0F385A;
  border-radius: 20px;
  cursor: pointer;
  text-decoration: none;
  box-shadow:none;
}

.program-testimonials .information .link a:hover{ 
  background: #ffffff;
  color: #0F385A;
  border: 1px solid #0F385A;  
}
@media only screen and (max-width: 600px) {
  .program-testimonials h2 {   
    font-size:24px;    
    line-height:32px;    
  }
  .program-testimonials .content{
    display:inline-block;
  }
  .program-testimonials .content .left .media{     
    padding:15px 15px;
  }
}

/* Website */

/* Menu */

.menu__wrapper {
  font-size: 0;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
  line-height: 0;
}

/* Menu items */

.menu__item {
  position: relative;
}

.menu-item-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.menu__item--depth-1 {
  display: inline-block;
}

.menu__item--has-submenu .menu-item-container {
  padding-right: 0.75em;
}

.menu__item--depth-1:last-child .menu-item-container {
  margin-right: 0;
}

.menu__link {
  padding: 0.1em 0.75em;
}

@media (min-width: 768px) {
  .menu__item--depth-1 {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .menu__item {
    display: block;
    width: 100%;
  }

  .menu__link {
    display: block;
  }
}

/* Submenus */

.menu__submenu {
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
  z-index: 99;
}

ul.menu__submenu {
  padding: 0.75em;
}

.menu__item--open > .menu__submenu {
  display: block;
}

.menu__submenu .menu__item {
  padding: 0;
  width: 100%;
}

.menu__submenu .menu-item-container {
  margin-right: 0;
}

.menu__submenu .menu__link {
  display: block;
  width: 100%;
}

.menu__submenu--level-3 {
  left: 100%;
  top: 0;
}

.menu__item--depth-1:nth-last-child(-n + 2) .menu__submenu--level-3 {
  left: auto;
  right: 100%;
  top: 0;
}

@media (min-width: 768px) {
  .menu__submenu--level-2 > .menu__item:first-child > .menu__link {
    position: relative;
    z-index: 2;
  }

  .menu__item--depth-1:nth-last-child(-n + 2) .menu__submenu--level-2 a {
    order: 1;
    text-align: right;
  }

  .menu__item--depth-1:nth-last-child(-n + 2) .menu__submenu--level-3 a {
    order: 0;
    text-align: left;
  }

  .menu__item--depth-1:nth-last-child(-n + 2) .menu__submenu .menu-item-container {
    padding-left: 0.75em;
    padding-right: 0;
  }

  .menu__item--depth-1:nth-last-child(-n + 2) .menu__item--depth-2 .menu__submenu .menu-item-container {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .menu__submenu {
    position: static;
    transform: unset;
    width: 100%;
    margin: 10px 0;
  }

  .menu__submenu .menu__link {
    display: block;
    width: 100%;
  }

  .menu__submenu .menu__submenu--level-3 {
    margin: 0;
  }
}

/* Menu icons */

.menu__child-toggle {
  z-index: 2;
  height: 20px;
}

.menu__child-toggle-icon {
  border-style: solid;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  margin-bottom: 3px;
}

.menu__submenu .menu__child-toggle-icon {
  transform: rotate(-45deg);
  margin-bottom: 0;
}

.menu__item--depth-1:nth-last-child(-n + 2) .menu__submenu .menu__child-toggle-icon {
  transform: rotate(135deg);
}

@media (max-width: 767px) {
  .menu__child-toggle {
    width: 50px;
  }

  .menu__item--open.menu__item--depth-1 .menu__child-toggle .menu__child-toggle-icon {
    transform: rotate(-135deg);
  }

  .menu__item--depth-1 .menu__item--depth-2 .menu__child-toggle .menu__child-toggle-icon {
    transform: rotate(45deg);
  }

  .menu__item--open.menu__item--depth-2 .menu__child-toggle .menu__child-toggle-icon {
    transform: rotate(-135deg);
  }
}

/* Overrides */

.menu__wrapper li {
  font-size: 15px;
  line-height: 2.1em;
}

.mwh_el_secondary_menu .menu__wrapper li {
  font-size: 13px;
}

.menu__wrapper .menu__submenu li {
  font-size: 14px;
}

.menu__submenu {
  width: 240px;
}

.menu__link {
  text-decoration: none;
}

.menu-item-container:hover a,
.menu-item-container:hover span {
  text-decoration: none;
}

.focus_header_menu .menu--mobile .menu__submenu {
  box-shadow: none;
}

@media (min-width: 768px) {
  .menu-item-container {
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .menu__submenu {
    width: 100%;
  }
}

/* ******************************************* */
/* ******************************************* */
/* ******************************************* */
/* ******************************************* */
/* ******************************************* */

/* Layout structure */

.focus_module_website_h {
	position: relative;
	margin-left: auto;
  	margin-right: auto;
  	margin-top: 0;
  	margin-bottom: 0;
}

.mwh_row {
	display: flex;
  	flex-wrap: wrap;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	gap: 30px;
}

.mwh_row_a_top {
	align-items: flex-start;
}

.mwh_row_a_middle {
	align-items: center;
}

.mwh_row_a_bottom {
	align-items: flex-end;
}

.mwh_row_j_full {
	justify-content: space-between;
}

.mwh_row_j_left {
	justify-content: flex-start;
}

.mwh_row_j_center {
	justify-content: center;
}

.mwh_row_j_right {
	justify-content: flex-end;
}

.mwh_col {
	display: flex;
  	align-items: center;
  	flex-wrap: wrap;
	position: relative;
	gap: 30px;
}

/* Primary menu */

.mwh_el_primary_menu {
	margin-left: -0.75em;
}

/* Logo */

.mwh_el_logo {
	line-height: 0;
}

/* Mobile bar */

.focus_mobile_bar {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
}

.focus_mobile_bar .mwh_el_logo {
	flex: 1 0 auto;
}

.focus_mob_nav_icon-inner {
  transform: scale(.48);
  margin: -15px;
}

.focus_mob_nav_icon label {
  display: flex;
  flex-direction: column;
  width: 50px;
  cursor: pointer;
}

.focus_mob_nav_icon label span {
  border-radius: 10px;
  height: 7px;
  margin: 7px 0;
  transition: .4s ease;
}

.focus_mob_nav_icon span:nth-of-type(1) {
  width: 50%;
}

.focus_mob_nav_icon span:nth-of-type(2) {
  width: 100%;
}

.focus_mob_nav_icon span:nth-of-type(3) {
  width: 75%;
}

.focus_mob_nav_icon input[type="checkbox"] {
  display: none;
}

.focus_mob_nav_icon input[type="checkbox"]:checked ~ span:nth-of-type(1) {
  width: 0;
}

.focus_mob_nav_icon input[type="checkbox"]:checked ~ span:nth-of-type(3) {
  width: 0;
}

/* Mobile navigation container */

.focus_mobile_nav_container {
	display: none;
	flex-direction: column;
	gap: 40px;
	padding: 20px 40px 60px 40px;
}

.focus_mobile_nav_container .mwh_el_secondary_menu .menu__link {
	padding: 0;
}

/* Sticky bar */

.focus_sticky_bar {
	display: block;
	padding: 7px 20px;
	position: fixed;
	width: 100%;
	z-index: 9999;
	backdrop-filter: blur(10px);
  	-webkit-backdrop-filter: blur(10px);
	top: -300px;
	transition: top 0.5s ease;
}

.focus_sticky_bar.open {
	top: 0;
}

.focus_sticky_bar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.focus_sticky_bar .mwh_el_logo {
	flex: 1 0 auto;
}

/* Focus window */

.focus_window {
	display: none;
	z-index: 9999;
	width: 100%;
	height: 100%;
}

.focus_window.open {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
}

.focus_window.open .header__close--toggle {
	animation: close_button_anim 0.5s ease 1 normal forwards;
}

@keyframes close_button_anim {
  from {
    top: -100px;
  }
  to {
    top: 30px;
  }
}

.focus_window-title {
  position: absolute;
  top: 30px;
  left: 30px;
  max-width: 270px;
}

.m_w_languages,
.m_w_search,
.m_w_map,
.m_w_contact {
	display: none;
}

.m_w_languages.open,
.m_w_search.open,
.m_w_map.open,
.m_w_contact.open {
	display: block;
	width: 100%;
}







/* LAYOUTS */





/* Container */

.mwh_layout1.focus_module_website_h {
    padding: 20px 0;
}

/* Top row */

/* Middle row */

.mwh_layout1 .mwh_row_m {
	max-width: 1280px;
    padding: 0 20px;
	justify-content: space-between;
}

/* Bottom row */



/* Container */

.mwh_layout2.focus_module_website_h {
    padding: 20px 0;
}

/* Top row */

/* Middle row */

.mwh_layout2 .mwh_row_m {
	max-width: 1280px;
    padding: 0 20px;
	justify-content: space-between;
}

/* Bottom row */



/* Container */

.mwh_layout3.focus_module_website_h {
    padding: 30px 0;
}

/* Top row */

.mwh_layout3 .mwh_row_t {
	max-width: 1280px;
    padding: 0 20px;
    margin-top: 0;
    margin-bottom: 30px;
	justify-content: center;
}

/* Middle row */

/* Bottom row */

.mwh_layout3 .mwh_row_b {
	max-width: 1280px;
    padding: 0 20px;
	justify-content: center;
}



/* Container */

.mwh_layout4.focus_module_website_h {
    padding: 40px 0;
}

/* Top row */

/* Middle row */

.mwh_layout4 .mwh_row_m {
	max-width: 1280px;
    padding: 0 20px;
	justify-content: space-between;
}

/* Bottom row */

/* Program List */
.program-list {
  width:100%;

}
.program-list .programs{
  display:flex;
  flex-wrap: wrap;
  margin-top:20px;
} 

.program-list .programs .program{
  flex: 0 0 33.33%; 
  box-sizing: border-box; 
  padding: 10px; 
} 

.program-list .programs .program .content-program{
  display: flex;
  position: relative;
  flex-direction: column;
  border-top: 0;
  height: 100%;
}

.program-list .programs .program .content-program .image{
  position: relative;
  text-align: center;
}
.program-list .programs .program .content-program .image img{
  width:100%;
  border-radius: 16px;
}
.program-list .programs .program .content-program .description{
  background: linear-gradient(180deg, #e0006c3b 0%, #0f375a 100%);
    padding: 1rem;
    position: absolute;
    bottom: 0;
    flex-direction: column;
    text-align: center;
    border-radius: 16px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.program-list .programs .program .content-program .description h3{
  color:#ffffff;
  font-size:24px;
  line-height:32px;
  font-weight:600;
}

.program-list .programs .program .content-program .description h4{
  color:#fbaf17;
  font-size:20px;
  line-height:30px;
  font-weight:500;
}

.program-list .programs .program .content-program .description .button-detail{
    position: absolute;
    right: .5rem;
    bottom: .75rem;
}

.program-list .programs .program .content-program .description .button-detail button{
  color: #1fb2de;
  border-width: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border: 0px;
  padding: 0;
  font-size: 0;
  line-height: 1;
  background: none;
  margin-right: 5px;
  transition: all .3s;
  box-shadow:none;
}

.program-list .programs .program .content-program .description .button-detail button::after{
  content: "\e903";
  color: #1fb2de;
  font-size: 20px;
  font-family: "poli-icon";
  font-weight: 900;
}

.program-list .programs .program .content-program .description .button-detail button:hover {
  opacity: .75;
}

.program-list .tab-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  border-bottom: 1px solid #CCC;
}

.program-list .tab-item {
  flex: 1;
}

.program-list .tab-item a {   
  display: block;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  border-bottom: 4px solid #CCC;
  color: #7F7F7F;    
  width: 100%;
  box-sizing: border-box;
  font-weight:700;
  font-size:20px;
  line-height:30px;
}

.program-list .tab-item a:hover {
  border-bottom: 4px solid #E0006E;
  color: #E0006E;
}

.program-list .tab-item.active a {   
  border-bottom: 4px solid #E0006E;
  color: #E0006E;
}



/* Estilos para el contenedor de la modal */
.program-list .modal {
  display: none; /* Oculto por defecto */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Fondo oscuro semitransparente */
  z-index: 1000;
  overflow: auto; /* Permitir desplazamiento si el contenido completo es muy grande */
}

/* Estilos para el contenido de la modal */
.program-list .modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 0px;
  width: 80%;
  max-width: 800px;
  border-radius: 8px;
  position: relative;
}

/* Contenedor desplazable para el contenido de la modal */
.program-list .modal-body {
  max-height: 70vh; /* Limitar la altura al 70% del viewport */
  overflow-y: auto; /* Activar desplazamiento vertical */
}

/* Estilo para el botón de cierre */
.program-list .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 40px;
  cursor: pointer;
  z-index:10000;
  color: #6d88ab;
}

.program-list #modal-content-html .modal-header{
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  position: relative;
}

.program-list #modal-content-html .modal-header .info-header-content{
  display: flex;
  justify-content: flex-end;
  color: #fff;
  background: linear-gradient(180deg, #e0006c3b 0%, #0f375a 100%);
  width: 300px;
  flex-direction: column;
  position: absolute;
  text-align: right;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 1rem;
}

.program-list #modal-content-html .modal-header .info-header-content h2{ 
  font-size:20px;
  line-height:1.2;
  color:#FFFFFF;
  text-align:right;
  font-weight:500;
  margin-bottom:5px;
  text-transform:uppercase;
}

.program-list #modal-content-html .modal-header .info-header-content h3{ 
  font-size:16px;
  line-height:1.2;
  color:#fbaf17;
  text-align:right;
  font-weight:bolder;
}

.program-list #modal-content-html .modal-header .info-header-content h4{ 
  font-size:16px;
  line-height:1.5;
  color:#FFFFFF;
  text-align:right;
  font-weight:700;
}

.program-list #modal-content-html .modal-header .info-header-content h4 div{ 
  font-weight:400;
}



.program-list .tab-list-modal {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  border-bottom: 1px solid #CCC;
}

.program-list .tab-item-modal {
  flex: 1;
}

.program-list .tab-item-modal a {   
  display: block;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  border-bottom: 4px solid #CCC;
  color: #7F7F7F;    
  width: 100%;
  box-sizing: border-box;
  font-weight:700;
  font-size:20px;
  line-height:30px;
}

.program-list .tab-item-modal a:hover {
  border-bottom: 4px solid #E0006E;
  color: #E0006E;
}

.program-list .tab-item-modal.active a {   
  border-bottom: 4px solid #E0006E;
  color: #E0006E;
}

.program-list .tab-content-modal{
  display:none;
}

.program-list .tab-content-modal .info{
  display:flex;
}

.program-list .tab-content-modal .info .logo{
  flex-basis:25%;
  display: flex; /* Para alinear el contenido */
  justify-content: center; /* Centrar horizontalmente */
  align-items: center; /* Centrar verticalmente */ 
}
.program-list .tab-content-modal .info .text{
  flex-basis:75%;
  color:#0f385a;
  font-size:16px;
  line-height:1.5;
  margin:20px;
  font-weight:400;
  text-align:justify;
}

.program-list .tab-content-modal .information .link, .program-list .tab-content-modal .download .link{
  padding:20px 0px;
  text-align:center;
  margin-bottom:20px;
}

.program-list .tab-content-modal .information .link a, .program-list .tab-content-modal .download .link a{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50rem;
  border-style: solid;
  text-align: center;
  font-size: 16px;
  padding: 4px 23px;
  min-height: 44px;
  text-transform: none;
  cursor: pointer;
  background-color: #ec0677;
  color: #fff;
  border-color: #ec0677;
  letter-spacing: 0px;
  font-weight: 600;
  box-shadow:none;
}

.program-list .tab-content-modal .information .link a:hover, .program-list .tab-content-modal .download .link a:hover{
  background-color: #ffffff; 
  color: #ec0677;
}


.program-list .tab-content-modal h2.steps{
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  color: #0f385a;
  line-height: 1.2;
  margin-top:20px;
}

.program-list .tab-content-modal ul.steps{
  display:flex;
  margin:30px 20px !important;
  gap:30px;
  
}

.program-list .tab-content-modal ul.steps li{
  list-style:none;
}

.program-list .tab-content-modal ul.steps li .icon{
  text-align:center;
}

.program-list .tab-content-modal ul.steps li .text p{
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #0f385a;
  font-weight: 400;
}

.program-list .tab-content-modal .button-option{
  display:flex;
  justify-content: center;
  gap: 50px;
}

@media only screen and (max-width: 600px) {
  .program-list .programs {
    display:inline-block;
    width: 100%;
  }  
  .program-list .tab-list {    
      overflow-x: auto; /* Permite el scroll horizontal */
      white-space: nowrap; /* Evita que los elementos se envuelvan */    
  }
  .program-list .tab-item {
    flex: 0 0 auto; /* Los tabs no se redimensionarán automáticamente */
  }
  .program-list .modal-content {  
    margin: 0% auto; 
    width: 100%;
  }
  .program-list .tab-list-modal {    
      overflow-x: auto; /* Permite el scroll horizontal */
      white-space: nowrap; /* Evita que los elementos se envuelvan */    
  }
  .program-list .tab-item-modal {
    flex: 0 0 auto; /* Los tabs no se redimensionarán automáticamente */
  }
  .program-list #modal-content-html .modal-header .info-header-content{
    display: inline-block;  
    width: 100%;
    padding-top: 50px;
  }
  .program-list #modal-content-html .modal-header .info-header-content h2{ 
    text-align:left; 
  }

  .program-list #modal-content-html .modal-header .info-header-content h3{ 
    text-align:left; 
  }

  .program-list #modal-content-html .modal-header .info-header-content h4{ 
    text-align:left; 
  }
  .program-list .tab-content-modal .info{
    display:inline-block;
  }
  .program-list .tab-content-modal ul.steps{
    display:inline-block;
  }
  .program-list .tab-content-modal .button-option{
    display:inline-block; 
    width: 100%;
    padding: 0px 30px;
  }
  .program-list .tab-content-modal .information .link a, .program-list .tab-content-modal .download .link a{
    display:inline-block;
  }
  
}

/* Program List Header */
.program-list-header {
  width:100%; 
  padding:15px 0px;
}

.program-list-header h2{
  font-weight:600;
  font-size: 32px;
  line-height:44px;
  text-align:center;
  color:#0F385A;  
  margin-bottom:15px;
}

.program-list-header .text{
  display:flex;
  justify-content:center;
  text-align:center;
} 

.program-list-header p{
  flex:1;
  font-weight:400;
  font-size: 16px;
  line-height:22px;
  text-align:center;
  color:#0F385A;
  max-width:550px;
}

@media (max-width: 767px) {
  .program-header .left {
    min-height: 256px
  }
  
  .program-header .right {
    min-height: 233px
  }
}

.program-header{
  width:100%;
  padding: 25px 0px;
}

.program-header .container{
  display: flex;
  justify-content: center; 
  flex-direction: row;
}
.program-header .left{
  flex: 1;
  align-self: center;
}

.program-header .right{
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.program-header h3.prefix{
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 30px;
  color: #1FB2DE;
}

.program-header h1.title{
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  color:#F9FAFB;
  margin-bottom:5px;
}

.program-header h3.subtitle{
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color:#ffffff;
}

.program-header .image img{
  max-height:300px;
  border-radius: 20px;
}

@media only screen and (max-width: 600px) {
  .program-header .container{
   flex-direction: column;
  }
  .program-header h1.title {
    font-size:36px;
  }
  .program-header h2.subtitle {
    font-size:22px;
  }  
  .program-header .left{
    order:2;
  }
  .program-header .lef{
    order:1px;
  }
  
  
}