/* Add here all your CSS customizations */

/* Nunito Font Family */
body,
h1, h2, h3, h4, h5, h6,
p, li, a, span, div,
.card-title, .card-body,
.accordion-toggle,
.btn {
    font-family: 'Nunito', sans-serif !important;
}

/* Certification Sections Styles */
.certification-section {
    font-family: 'Nunito', sans-serif;
}

.certification-section h2 {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
}

.certification-section p,
.certification-section li {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

/* FAQ Accordion Styles */
#certFaqAccordion .card-header {
    font-family: 'Nunito', sans-serif;
}

#certFaqAccordion .accordion-toggle {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    text-decoration: none;
}

#certFaqAccordion .card-body p {
    font-family: 'Nunito', sans-serif;
}

.certification-competencies-band {
    background: #E2FBFF;
}

.certification-competencies-band .list-icons {
    margin-bottom: 0;
}

.certification-diploma {
    max-width: 320px;
}

.certification-competencies-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.certification-competencies-list li {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.certification-competencies-list li i {
    margin-top: 4px;
}

.cm-syllabus-btn {
    background: #4d1c84 !important;
    border-color: #4d1c84 !important;
    color: #ffffff !important;
    font-weight: 700;
}

.cm-syllabus-btn:hover,
.cm-syllabus-btn:focus {
    background: #3f166c !important;
    border-color: #3f166c !important;
    color: #ffffff !important;
}

.cm-syllabus-btn .flag {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.certification-who-section {
    background: #f7faff;
    border-radius: 14px;
    margin-top: 10px;
    margin-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
}

.certification-ai-section {
    background: #eef6ff;
    border-radius: 14px;
}

.certification-title-badge {
    width: 100%;
    max-width: 150px;
    height: auto;
    margin: 8px 0 16px;
}

.certification-badge-figure {
    margin: 12px 0 16px;
    text-align: center;
}

.certification-badge-caption {
    color: #5b6472;
    font-size: 0.95rem;
    margin-top: 6px;
}
html .bg-color-dark, html .bg-dark {
    background-color: #410099 !important;
}

html section.section-primary {
    background-color: #410099 !important;
    border-color: #462784 !important;
}

html section.section-dark {
    background-color: #410099 !important;
    border-color: #000000 !important;
}

html section.section-secondary {
    background-color: #00ccef !important;
    border-color: #00ccef !important;
}

#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
    color: #2b2f35 !important;
    font-size: 0.92rem !important;
}

.primary-color {
    background-color: #462784;
}

.secondary-color {
    background-color: #00ccef;
}

.black{
    background: #000000 !important;
}
.blue{
    background: #00C1DE !important;
}



/* Carrusel Partners */


 /*  #carrusel{
      margin: 30px auto;
  }
       #carrusel .item{
           background: none;
           height: 300px;
       }
       #carrusel .item img{
           min-width: 200px;
           height: auto;
       }  */
  

       /* numbers reasons */

       /* .number-reason {
           color: #00C1DE;
       }
 */

       
/* .page-header.page-header-modern.page-header-background.page-header-background-md {
    padding-bottom: 400px !important;
}

@media (max-width: 700px){
    .page-header.page-header-modern.page-header-background.page-header-background-md {
        padding-bottom: 80px !important;
        background-position-x: center;
    }
    #header .header-logo img {
        display: none;
    }
}

@media (max-width: 1080px){
    .page-header.page-header-modern.page-header-background.page-header-background-md {
        padding-bottom: 150px !important;
        background-position-x: center;
    }
    #header .header-logo img {
        display: none;
    }
} */

      


/* PopUp Inicio */

/* .popup {
width: 100%;
height: 400%;
background: rgba(0, 0, 0, 0.850);
position: absolute;
top: 0;
left: 0;
display: flex;

animation: popup 2s 3s forwards;
visibility: hidden;
opacity: 0;

}

.contenido {
    margin: auto;
    margin-top: 150px;
    width: 30%;
    height: 15%;
    background: white;
    border-radius: 10px;
}

#cerrar {
 display: none;   
}

#cerrar + label{
    position: fixed;
    margin-top: 20px;
    color:#FFF;
    font-size: 25px;
    z-index: 9999;
    background:#ff0000;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    right: 10px;
    cursor: pointer;

    animation: popup 2s 3s forwards;
    visibility: hidden;
    opacity: 0;
}

label i {
    align-content: center;
    margin-top: 19%;
    margin-left: 18%;
}


#cerrar:checked + label, #cerrar:checked ~ .popup {
display: none;
}

@keyframes popup {
    100% {
        visibility: visible;
        opacity: 1;
    }
}  */

/* PopUp fin */




/* Header + breadcrumb modernization (Porto-based, minimal overrides) */

.cm-top-notice {
    background: #1dc1dd;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0;
    text-align: center;
}

.cm-top-notice a {
    color: #fff;
    text-decoration: underline;
}

.cm-top-notice .cm-top-notice-icon {
    margin-right: 8px;
}

#header,
html.sticky-header-active #header,
html.sticky-header-enabled #header {
    position: static !important;
    height: auto !important;
    min-height: 0 !important;
    top: auto !important;
    z-index: 1030;
}

#header[style] {
    height: auto !important;
    min-height: 0 !important;
}

#header .header-body,
html.sticky-header-active #header .header-body,
html.sticky-header-enabled #header .header-body {
    position: static !important;
    top: auto !important;
    transform: none !important;
}

.cm-top-notice {
    display: block !important;
    visibility: visible !important;
}

#header .header-top .header-nav-top.cm-lang-switcher .nav-item + .nav-item {
    margin-left: 10px;
}

#header .header-top .header-nav-top.cm-lang-switcher .nav-link {
    padding: 0;
    opacity: .8;
}

#header .header-top .header-nav-top.cm-lang-switcher .nav-item.active .nav-link {
    opacity: 1;
    font-weight: 700;
}

.header-body {
    background: #ffffff;
}

.cm-top-hours {
    margin-left: 12px;
    padding-left: 12px;
    border-left: 1px solid #d7dfe7;
}

.course-card {
	color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(180deg, #1dc1dd 0%, #5761D7 100%);
    border-radius: 5px;
	}

.course-card a{
	color: #ffffff;
	}

	.course-card .item {
		padding: 20px;
   		border-bottom: 1px solid #f7f7f7;
	}

#header .header-nav-main nav > ul > li > a {
    color: #273240 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0.2px;
}

#header .header-nav-main nav > ul > li > a:hover,
#header .header-nav-main nav > ul > li.open > a,
#header .header-nav-main nav > ul > li.active > a {
    color: #1dc1dd !important;
}

#header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-title {
    color: #1b2430;
    font-size: 0.98rem;
    font-weight: 700;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu a {
    color: #2b2f35;
    font-size: 0.9rem;
}

#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
}

#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content {
    background: #ffffff !important;
}

.cm-platform-login {
    align-items: center;
    gap: 8px;
    color: #4d1c84;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    border-left: 1px solid #e3e7ea;
    padding-left: 14px;
}

.cm-platform-login i {
    font-size: 40px;
    color: #4d1c84;
}

.cm-platform-login:hover {
    color: #00a7c4;
}

.cm-page-top {
    background: #4d1c84;
    border-bottom: 0;
    padding: 20px 0 14px;
}

.cm-page-top .page-title {
    color: #ffffff;
    font-size: 2rem;
    margin: 10px 0 0;
}

.cm-page-top .breadcrumb {
    justify-content: center;
    margin: 0;
    background: transparent;
}

.cm-page-top .breadcrumb li,
.cm-page-top .breadcrumb li a,
.cm-page-top .breadcrumb .delimiter {
    color: #ffffff !important;
}

.cm-page-top + .main {
    position: relative;
    z-index: 1;
    margin-top: 50px;
}

.main .page-header .breadcrumb,
.main .page-header .breadcrumb-light,
.main .page-header .breadcrumb-style-2 {
    display: none !important;
}

@media (max-width: 991px) {
    .cm-top-notice {
        font-size: 12px;
        line-height: 1.4;
    }

    #header .header-logo img {
        max-width: 180px;
    }

    #header .header-btn-collapse-nav {
        background: #ffffff;
        border: 1px solid #d8e0e8;
    }

    #header .header-btn-collapse-nav i {
        color: #273240;
    }

    #header .header-nav-main nav {
        background: #ffffff !important;
        border: 1px solid #e2e8f0 !important;
    }

    #header .header-nav-main nav > ul > li > a {
        color: #273240 !important;
    }

    #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu,
    #header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
        background: #ffffff !important;
        border-top: 1px solid #e2e8f0 !important;
    }

    #header .header-nav-main nav > ul li.dropdown .dropdown-menu li a {
        color: #273240 !important;
    }

    .cm-page-top .page-title {
        font-size: 1.5rem;
    }
}
