/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/(no-header)/_shared/styles.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
.styles_main__bcSCn{
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 90vh;
    padding: 10px 20px;
    width: calc(100%- 40px);
    max-width: var(--max-width);
    margin: 0 auto;
}

.styles_container__rfP_E{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 10px 20px;
}

.styles_courseByEmailContainer___DywW{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5px 20px;
    background: var(--bg-code-color);
    position: relative;
    margin: -30px 0 5px;
    border-radius: 25px;
}

.styles_courseByEmailLabel__3ozo_{
    font-size: 0.8rem;
    color: var(--highlight-color);
    text-align: center;
    margin: 0;
}

.styles_courseByEmailIcon__DZ0m_{
    margin-right: 5px;

}

.styles_title__MRVpg{
    font-size: 32px;
    margin:20px 0 0px;
    font-weight: 700;
    line-height: 46px;
    text-align: center;
    align-self: center;
    font-style: normal;
    max-width: 700px;
}

.styles_subtitle__0aKK9{
    font-size: 23px;
    margin: 10px 0 0;
    font-weight: 200;
    line-height: 32px;
    text-align: center;
    align-self: center;
    font-style: normal;
    max-width: 700px;
}

.styles_text__udeJ_ {
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    max-width: 750px;
    margin: 12px 0;
}

.styles_highlightText__V7C2E{
    font-size: 24px;
    line-height: 27px;
    font-weight: 700;
    max-width: 750px;
    margin: 12px auto;
    text-align: center;
    text-decoration: underline;
}


.styles_text__udeJ_:nth-child(odd){
    font-weight: 700;
}

.styles_link__enVYR{
    font-weight: bold;
}


.styles_titleSection__YtA7l{
    font-size: 32px;
    margin: 20px 0 20px;
    line-height: 46px;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    align-self: center;
    max-width: 600px;
}

.styles_bulletsContainer__kCXsO{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 0px 0 20px;
    list-style: none;
    font-size: 18px;
    line-height: 27px;
    padding: 0;
    font-weight: 300;
}

.styles_bulletsContainer__kCXsO li{
    margin-bottom: 10px;
}

.styles_bulletsContainer__kCXsO li:nth-child(odd){
    font-weight: 700;
}

.styles_logoContainer__0Borl{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: white;
    padding: 15px 10px 10px;
    border-radius: 10px;
    margin-bottom: -40px;
}

.styles_containerLogoSvg__mA7Av{
    height: 50px;
    transition:  0.3s ease-in-out;
    margin:1rem;
}

.styles_containerLogoSvg__mA7Av:hover{
    transform: scale(1.1);
}

.styles_logoSvg__PRAFc{
    fill:var(--highlight-color);
    fill-opacity:1;
    stroke-width:0.0857143;
    transition: transform ease .3s;
}

.styles_list__58Q8l{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -10px;
    line-height: 1.5em;
}

.styles_callToActionContainer__0dq_I{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px auto 10px;
    width: 100%;
}

.styles_cover__OYn2P{
    height: 300px;
    background-size: cover;
    background-position: center;
    margin: 0px auto;
    border-radius: 10px;
    align-self: center;
    object-fit: scale-down;
}

.styles_callToActionTitle__CUnfO{
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    margin: 0px auto 10px;
}

.styles_callToActionSubtitle__SW24i{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    margin: 0px auto;
    font-style: italic;
}

.styles_callToActionPrice__JG2rr{
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    margin: 20px auto ;
}

.styles_callToActionPriceText__y7yPr{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    margin: 10px auto;
    max-width: 300px;
}

.styles_payments__oPDY_{
    width: 220px;
}

.styles_secure__7ZISK{
    font-size: 9px;
    line-height: 24px;
    text-align: center;
    margin: 0px auto 10px;
    opacity: 0.8;
}

.styles_secureIcon__1zgwj{
    margin: 0 5px;
    opacity: 0.8;
}

.styles_actionButton__OikkN{
    border-radius: 25px;
    padding: 10px 20px;
    min-width: 250px;
    height: 100%;
    font-size: 18px;
    line-height: 27px;
    background-color: var(--link-color-light);
    color: var(--text-color-dark);
    text-decoration: none;
    transition: transform 0.2s;
    align-self: center;
    margin: 10px 0;
    font-weight: 700;
    text-align: center;
}

.styles_actionButton__OikkN:hover{
    cursor: pointer;
    text-decoration: none;
    transform: scale(1.05);
    transition: transform 0.2s;
}


.styles_faqText__JgcpC{
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    max-width: 750px;
    margin: 12px 0;
}

.styles_faqQuestion__ayq5U{
    font-size: 18px;
    line-height: 27px;
    max-width: 750px;
    margin: 12px 0;
    font-weight: 700;
}

.styles_invoiceCheckboxContainer__upj7J {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 20px;
    max-width: 300px;
}

.styles_invoiceLabel__IkCm3 {
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.styles_featuresContainer__VyOcU {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 800px;
    margin: 10px auto 0;
    padding: 0;
}

.styles_featuresTitle__HJrQh {
    font-size: 16px;
    font-weight: 700;
    margin: 0;

    text-align: center;
}

.styles_featuresList__Cv2xw {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 450px;
}

.styles_featuresList__Cv2xw li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    /*margin-bottom: 15px;*/
    font-size: 16px;
    line-height: 1.4;
}

.styles_checkIcon__hKa1S {
    /*color: var(--link-color-light);*/
    margin-top: 3px;
}

@media screen and (max-width: 768px){
    .styles_title__MRVpg{
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 0px;
    }
    .styles_subject__AKKPD{
        font-size: 20px;
        line-height: 30px;
    }
    .styles_subtitle__0aKK9{
        font-size: 20px;
        line-height: 30px;

    }
    .styles_titleSection__YtA7l{
        font-size: 24px;
        line-height: 40px;
    }
    .styles_callToActionContainer__0dq_I{
        margin: 0px auto;
    }
    .styles_cover__OYn2P{
        margin: 0;
    }
    .styles_callToActionTitle__CUnfO{
        margin-top: 0;
    }
}


/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/(no-header)/auditoria/styles.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
.styles_title___8z5S{
    position: relative;
    font-size: 32px;
    margin: 20px 0 0px;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
    align-self: center;
    font-style: normal;
    max-width: 700px;
}

.styles_registered__TRcoR{
    position: absolute;
    top:-12px;
    font-size: 16px;
}

.styles_subtitle__O7yfN{
    font-size: 24px;
    margin: 5px 0 0;
    font-weight: 200;
    line-height: 32px;
    text-align: center;
    align-self: center;
    font-style: normal;
    max-width: 700px;
    letter-spacing: 2px;
}

.styles_titleSection__FkXGy{
    font-size: 32px;
    margin: 20px 0 10px;
    line-height: 42px;
    text-align: left;
    font-weight: 700;
    align-self: self-start;
    max-width: 700px;
    font-style: italic;
}

.styles_text__L_acp {
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    max-width: 750px;
    margin: 12px 0;
}

.styles_bulletsContainer__eBBXJ{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 0;
    margin-bottom: -20px;

    list-style: none;
    font-size: 18px;
    line-height: 27px;
    padding: 0;
    font-weight: 700;
}

.styles_logoContainer__lho6I{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0px;
    text-align: center;
}

.styles_logoContainer__lho6I svg{
    height: 60px !important; /* Sobrescribir el height del header */
    transition: 0.3s ease-in-out;
    margin: 1rem;
}

.styles_logoContainer__lho6I svg:hover{
    transform: scale(1.1);
}

.styles_highlightedBullet__fFrt1{
    font-size: 22px !important;
    line-height: 1.5 !important;
}

.styles_normalBullet__odTon{
    font-size: 18px !important;
    line-height: 1.5 !important;
    font-weight: 300 !important;
}

.styles_boldBullet__r9pjX{
    font-weight: 700 !important;
}

.styles_lessonTitle__XpsG7{
    font-size: 22px;
    line-height: 1.5;
}

.styles_faqText__Axmy4{
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    max-width: 750px;
    margin: 12px 0;
}

.styles_faqQuestion__p4CH3{
    font-size: 18px;
    line-height: 27px;
    max-width: 750px;
    margin: 12px 0;
    font-weight: 700;
}

.styles_contentImage__DOxz3{
    border-radius: 8px;
    width: 50%;
    height: auto; /* Mantiene las proporciones */
    margin: 25px auto;
}

@media (max-width: 768px) {
    .styles_contentImage__DOxz3 {
        width: 80%;
    }
}

.styles_callToActionPriceText__VtQo0{
    font-size: 14px;
    max-width: 380px;
    text-align: center;
    line-height: 23px;
}

.styles_callToActionPrice__3kihl{
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    margin: 20px auto ;
}

.styles_actionButton__DIvKV{
    border-radius: 25px;
    padding: 10px 20px;
    min-width: 250px;
    height: 100%;
    font-size: 18px;
    line-height: 27px;
    background-color: var(--link-color);
    color: var(--button-text-color);
    text-decoration: none;
    transition: transform 0.2s;
    align-self: center;
    margin: 10px 0;
    font-weight: 700;
    text-align: center;
}

.styles_actionButton__DIvKV:hover{
    cursor: pointer;
    text-decoration: none;
    transform: scale(1.05);
    transition: transform 0.2s;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/components/server/footer/footer.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
.footer_container__WjmRP{
    bottom: 0;
    justify-self: flex-end;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: var(--max-width);
    margin: 5px 10px;
    padding: 60px 0;
    margin-top:auto;
}

.footer_legal__bEEin{
    color: var(--text-secondary-color);
    text-decoration: none;
}

.footer_cookies__zuDTM{
    font-size: 0.7rem;
    color: var(--text-secondary-color);
    opacity: 0.9;
    text-decoration: none;
    text-align: center;
    justify-self: center;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/components/server/header/header.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
.header_headerContainer__Ap2tn{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}

.header_header__vGyGZ{
    display: flex;
    max-width: 1200px;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    margin: 1rem;
}

.header_toggleMenu__VdYwA{
    display:flex;
    position: absolute;
    right: 1rem;
    top: 1rem;
}

.header_themeToggleContainerForHeaderWithoutNavigation__GoaQk{
    display:flex;
    position: absolute;
    right: 1rem;
    top: 1rem;
}

.header_mainMenu__w298z{
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_nav__COkqC{
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_navMobileContainer__D6JU7{
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
}

/*media query*/
@media screen and (max-width: 768px){
    .header_toggleMenu__VdYwA{
        display: none;
    }
    .header_mainMenu__w298z{
        justify-content: space-between;
        width: 100%;
    }
    .header_nav__COkqC{
        display: none;
    }
    .header_navMobileContainer__D6JU7{
        display: flex;
    }
}

.header_navItem__NDNjZ{
    font-size: 1rem;
    font-weight: 500;
    color: var(--text-color);
    text-decoration: none;
    padding: 0.5rem 1rem;
}

.header_navItemActive__EPJrG, .header_navItem__NDNjZ:hover{
    background: var(--highlight-color);
    text-decoration: none;
    background: var(--border-color);
    border-radius: 25px;
    transition: background-color 0.5s;
}

.header_logo__TTeUr{
    margin-right: 15px;
    padding-top: 5px
}

.header_containerLogoSvg__m2erl{
    height: 44px;
    transition:  0.3s ease-in-out;
    margin:1rem;
}

.header_containerLogoSvg__m2erl:hover{
    transform: scale(1.1);
}

.header_logoSvg__U_giE{
    fill:var(--highlight-color);
    fill-opacity:1;
    stroke-width:0.0857143;
    transition: transform ease .3s;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/components/server/header/theme/themeSwitcher.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************/
.themeSwitcher_themeToggleContainer__ugjBY{

}


.themeSwitcher_sun__KL9g1 {
    height: 24px;
    width: 24px;
    color: var(--icon-color);
    cursor: pointer;
    margin-right: 7px;
    transition: transform 0.3s ease;
}

.themeSwitcher_sun__KL9g1:hover{
    color: var(--highlight-color);
}

.themeSwitcher_moon__ketg0 {
    height: 24px;
    width: 24px;
    color: var(--icon-color);
    cursor: pointer;
    margin-right: 7px;
    transition: transform 0.3s ease;
}

.themeSwitcher_moon__ketg0:hover{
    color: var(--highlight-color);
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/components/server/header/MenuMobile.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************/
.MenuMobile_noScroll__bDYEy {
    overflow: hidden;
}

.MenuMobile_menuButton__gpbR2{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    transition: background-color .2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
         user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.MenuMobile_menuButtonItemClosed__cLk2u {
    width: 14px;
    height: 1.5px;
    background: var(--text-color);
    position: absolute;
    transition-property: transform;
    transition-duration: .25s;
    transition-timing-function: cubic-bezier(.77,0,.175,1);
    transform: translateY(-3.5px);
}

.MenuMobile_menuButtonItemClosed__cLk2u:nth-child(1) {
    transform: translateY(3.5px);
}

.MenuMobile_menuButtonItemOpen__fkT0M {
    width: 14px;
    height: 1.5px;
    background: var(--text-color);
    position: absolute;
    transition-property: transform;
    transition-duration: .25s;
    transition-timing-function: cubic-bezier(.77,0,.175,1);
    transform: translateY(0) rotate(45deg) scaleX(1.1);
}

.MenuMobile_menuButtonItemOpen__fkT0M:nth-child(1) {
    transform: translateY(0) rotate(-45deg) scaleX(1.1);
}

.MenuMobile_menuLinkContainer__Eyo1N{
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 100px;
    padding-top: 50px;
    left: 0;
    width: 100%;
    height: 100vh;
    background: var(--bg-color);
    z-index: 2;
}

.MenuMobile_menuLinkItem__YJPIY{
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--text-color);
    text-decoration: none;
    padding: 0.5rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    transition: background-color 0.5s;
}


