:after, :before {
    text-decoration: inherit;
    vertical-align: inherit
}

html {
    -webkit-tap-highlight-color: transparent;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    cursor: default;
    line-height: 1.5;
    -o-tab-size: 4;
    tab-size: 4;
    word-break: break-word
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

dl dl, dl ol, dl ul, ol dl, ol ol, ol ul, ul dl, ul ol, ul ul {
    margin: 0
}

hr {
    color: inherit;
    height: 0;
    overflow: visible
}

main {
    display: block
}

nav ol, nav ul {
    list-style: none;
    padding: 0
}

pre {
    -ms-overflow-style: scrollbar;
    font-family: monospace,monospace;
    font-size: 1em;
    overflow: auto
}

a {
    background-color: transparent
}

abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle
}

audio, video {
    display: inline-block
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

video {
	width: 100%;
}

iframe, img {
    border-style: none
}

svg:not([fill]) {
    fill: currentColor
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0
}

button, input, select {
    margin: 0
}

button {
    overflow: visible;
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

fieldset {
    border: 0;
    padding: 0;
	text-align: center;
}

.loginButton {	
    background: #00c83c;
	border: 0;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

input {
    overflow: visible
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

select {
    text-transform: none
}

textarea {
    margin: 0;
    overflow: auto;
    resize: vertical;
    resize: block
}

[type=checkbox], [type=radio] {
    padding: 0
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

:-moz-focusring {
    outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
    box-shadow: none
}

details, dialog {
    display: block
}

dialog {
    background-color: #fff;
    border: solid;
    color: #000;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content
}

    dialog:not([open]) {
        display: none
    }

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[tabindex], a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: manipulation
}

[hidden] {
    display: none
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled=true], [disabled] {
    cursor: not-allowed
}

[aria-hidden=false][hidden] {
    display: initial
}

    [aria-hidden=false][hidden]:not(:focus) {
        clip: rect(0,0,0,0);
        position: absolute
    }

button, input, select, textarea {
    background-color: transparent;
    border: 1px solid WindowFrame;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    padding: .25em .375em
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: no-repeat 100%/1em;
    border-radius: 0;
    padding-right: 1em
}

    select:not([multiple]):not([size]) {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E")
    }

[type=color], [type=range] {
    border-width: 0;
    padding: 0
}

::-ms-expand {
    display: none
}

:-ms-input-placeholder {
    color: rgba(0,0,0,.54)
}

@font-face {
    font-family: Montserrat-Regular;
    font-style: normal;
    font-weight: 100;
    src: url(../fonts/Montserrat/Montserrat-Regular..otf) format("truetype")
}

@font-face {
    font-family: Montserrat-Bold;
    font-style: normal;
    font-weight: 300;
    src: url(~/Content/fonts/Montserrat/Montserrat-bold..otf) format("truetype")
}

@font-face {
    font-family: Montserrat-SemiBold;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Montserrat/Montserrat-SemiBold..otf) format("truetype")
}

@font-face {
    font-family: Montserrat-Thin;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Montserrat/Montserrat-Thin..otf) format("truetype")
}

*, :after, :before {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
    font-smoothing: antialiased;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

* {
    outline: none
}

:focus-visible:not([disabled]):not([readonly]) {
    outline: 2px solid #9df;
    outline-offset: 0;
    transition: outline 0s
}

body {
    -webkit-font-feature-settings: "ss02" on,"kern" off;
    font-feature-settings: "ss02" on,"kern" off;
    color: #000;
    font-family: Montserrat-SemiBold;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    min-height: 100vh;
    width: 100%
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0
}

a {
    color: #f24040;
    transition: color .3s ease
}

    a:hover {
        color: rgba(242,64,64,.8)
    }

button {
    cursor: pointer
}

.container {
    width: 100%
}

    .container .wrapper {
        margin: 0 auto;
        max-width: 1440px;
        padding: 33px 37px;
        width: 100%
    }

.title-main {
    font-family: Montserrat-SemiBold;
    font-size: 24px;
    margin-bottom: 30px
}

.green {
    color: #00c83c
}

.gray {
    color: #3f3f3f
}

.t14 {
    font-size: 14px !important
}

.t12 {
    font-size: 12px !important
}

.ml-35 {
    margin-left: 35px !important
}

.mr-10 {
    margin-right: 10px !important
}

.mt-25 {
    margin-top: 25px !important
}

.no-flex {
    display: block !important
}

.modal {
    background-color: #000c;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999
}

.modal-1, .modal-10, .modal-11, .modal-2, .modal-3, .modal-4, .modal-5, .modal-6, .modal-7, .modal-8, .modal-9 {
    display: none
}

.modal .center {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 50px 0
}

.modal .title {
    margin: 12px 0
}

.modal__wrapper {
    background: #fff;
    margin: 5% auto;
    max-width: 900px
}

.modal__header {
    align-items: center;
    background: #000;
    border-bottom: 6px solid #00c83c;
    color: #fff;
    display: flex;
    height: 54px;
    padding: 20px;
    position: relative
}

.modal__close {
    border-style: none;
    color: #00c83c;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px
}

.modal__title {
    align-items: center;
    display: flex
}

    .modal__title .text {
        font-size: 18px;
        margin-left: 20px
    }

.modal__content {
    max-height: 80vh;
    min-height: 30vh;
    overflow: auto;
    padding: 30px
}

.modal .boxmod1__row.x2 {
    display: flex
}

    .modal .boxmod1__row.x2 div {
        margin: 0 5px;
        min-height: 280px;
        width: 48%
    }

        .modal .boxmod1__row.x2 div.horizontal {
            min-height: auto
        }

.modal .boxmod1__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.modal .boxmod1__content {
    background: #f3f3f3;
    border: 1px solid #00c83c;
    margin: 15px 10px;
    padding: 10px;
    width: 45%
}

    .modal .boxmod1__content.x3 {
        width: 30%
    }

.modal .boxmod1__title {
    align-items: flex-start;
    display: flex
}

    .modal .boxmod1__title h2 {
        font-family: Montserrat-SemiBold;
        font-size: 14px
    }

    .modal .boxmod1__title .icon {
        margin-right: 10px;
        width: 20px
    }

.modal .boxmod1__buttons {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 10px
}

.modal .boxmod1__button {
    background: #fff;
    border: 1px solid #00c83c;
    border-radius: 30px;
    color: #3f3f3f;
    font-size: 14px;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none
}

.modal .boxmod1__link--thin {
    color: #00c83c;
    display: block;
    font-family: Montserrat-Thin;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    margin-bottom: 7px;
    text-decoration: underline
}

.modal .suscripcion h4 {
    margin-bottom: 15px
}

.modal .suscripcion .text-thin {
    font-size: 14px;
    font-weight: 700
}

.modal .suscripcion .boxmod1__content {
    line-height: 20px;
    padding: 30px 25px 20px
}

.modal .list__m1, .modal .suscripcion .boxmod1__content {
    font-family: Montserrat-Thin;
    font-size: 14px;
    font-weight: 700
}

.modal .list__m1 {
    margin: 20px 0 20px 20px;
    padding: 0
}

    .modal .list__m1.number {
        list-style: decimal
    }

.modal .notification__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.modal .notification__content {
    background: #fff;
    border: 1px solid #00c83c;
    margin: 30px 10px;
    padding: 25px 30px
}

.modal .notification__title {
    align-items: center;
    display: flex
}

    .modal .notification__title p {
        font-family: Montserrat-Thin;
        font-size: 16px;
        font-weight: 700;
        line-height: 19px;
        margin-left: 31px;
        width: 90%
    }

    .modal .notification__title .icon {
        margin-right: 10px;
        width: 20px
    }

.inspiracion__video {
    max-width: 380px;
    width: 100%
}

    .inspiracion__video iframe {
        width: 100%
    }

.knowledge__hora {
    display: block;
    margin: 10px 0
}

.knowledge__video {
    margin: 30px 0 !important;
    width: 100%
}

.knowledge .boxmod1__content {
    padding: 30px 20px;
    width: 100%
}

.expertos .formatos__wrapper {
    margin: 0 0 20px
}

.expertos .formatos__content {
    margin: 0 0 20px;
    width: 100%
}

.formatos__wrapper {
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    margin: 0 0 50px
}

.formatos .title {
    margin-bottom: 20px
}

.formatos__content {
    align-items: center;
    display: flex;
    width: 45%
}

.formatos__icon {
    margin-right: 10px
}

.formatos__link {
    display: block;
    font-family: Montserrat-Thin;
    font-weight: 700;
    line-height: 17px;
    margin-left: 10px;
    width: 80%
}

.text-bold {
    font-family: Montserrat-SemiBold;
    font-size: 16px
}

.text-thin {
    font-family: Montserrat-Thin;
    font-size: 16px
}

.content__title {
    align-items: center;
    display: flex;
    justify-content: space-between
}

    .content__title .title {
        width: 46%
    }

.emision__header {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.emision .text-bold, .emision .text-thin {
    font-size: 14px
}

.video {
    position: relative;
}

    .video embed, .video iframe, .video object {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

.login__head {
    background-color: #000;
    border-bottom: 10px solid #00c83c;
    color: #fff;
    height: 30px
}

.login__slogan {
    color: #00c83c;
    font-family: Montserrat-SemiBold;
    font-size: 30px;
    line-height: 29px;
    margin: 25px 0 20px
}

.login__text {
    font-family: Montserrat-Thin;
    font-size: 20px
}

.login__content {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
	padding: 40px 20px;
}

.login__content1 {
    align-items: center;
    display: flex;
    flex-direction: column;
    max-width: 372px;
    width: 90%
}

.login__logo img {
	width: 100%;
}

.login__col1 {
	padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
	.login__content {
		flex-wrap: nowrap;
		height: 60vh;
		padding: 0;
	}

	.login__col1, .login__col2 {
		width: 50%;
	}

	.login__col1 {
    	border-right: 1px solid #999;
		padding-bottom: 0;
	}
}

.login__col1, .login__col2 {
    align-items: center;
    display: flex;
    justify-content: center
}

.login-form {
    max-width: 386px
}

.login-form, .login-form__row {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%
}

.login-form__label {
    font-family: Montserrat-Thin;
    font-size: 16px;
    font-weight: 800
}

.login-form__label--small {
    color: #999;
    font-size: 14px
}

.login-form__input {
    background-color: #f3f3f3;
    border: 1px solid #999;
    border-radius: 10px;
    height: 45px;
    margin-top: 10px;
    padding: 5px 10px;
    width: 100%
}

.button {
    align-items: center;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    flex-flow: row nowrap;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    min-width: 160px;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease
}

.button--primary {
    background-color: #f24040
}

    .button--primary.button--disabled {
        background-color: #3f3f3f
    }

    .button--primary:hover {
        background-color: #d63737;
        color: #fff
    }

    .button--primary:active {
        background-color: #c23131;
        transition: none
    }

.button--secondary {
    border: 1px solid #000;
    color: #000;
    padding: 9px 14px
}

    .button--secondary.button--disabled {
        border-color: #f3f3f3
    }

    .button--secondary:hover {
        background-color: #000;
        color: #fff
    }

    .button--secondary:active {
        background-color: #121212;
        border-color: #121212;
        transition: none
    }

.button--disabled {
    color: #f3f3f3;
    pointer-events: none
}

.input {
    display: block
}

    .input:hover .input__field:not([readonly]) {
        border-color: #000
    }

.input--error .input__error {
    display: block
}

.input__label {
    color: #000;
    margin-bottom: 5px
}

.input__field, .input__label {
    font-size: 14px;
    font-weight: 500
}

.input__field {
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.5);
    display: block;
    font-family: Montserrat,Helvetica,sans-serif;
    line-height: 1.33;
    padding: 10px 15px;
    transition: border-color .3s ease;
    width: 100%;
    word-break: keep-all
}

    .input__field[readonly] {
        background-color: #3f3f3f;
        border-color: #f3f3f3
    }

    .input__field:not([readonly]):focus-visible {
        border-color: #000
    }

    .input__field::placeholder {
        color: #000;
        opacity: .5
    }

    .input__field::-webkit-input-placeholder {
        color: #000;
        opacity: .5
    }

    .input__field:-moz-placeholder, .input__field::-moz-placeholder {
        color: #000;
        opacity: .5
    }

    .input__field:-ms-input-placeholder {
        color: #000;
        opacity: .5
    }

.input__error {
    color: #f24040;
    display: none;
    font-size: 14px;
    font-weight: 500;
    margin: 5px 0
}

.checkbox {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    flex-flow: row nowrap
}

    .checkbox:hover .checkbox__box {
        border-color: #f24040
    }

.checkbox__input {
    height: 0;
    margin: 0;
    opacity: 0;
    width: 0
}

    .checkbox__input:focus-visible ~ .checkbox__box {
        outline: 2px solid #9df;
        outline-offset: 0
    }

    .checkbox__input:checked ~ .checkbox__box {
        background-color: #f24040;
        border-color: #f24040
    }

        .checkbox__input:checked ~ .checkbox__box .checkbox__box-mark:before {
            height: 7px;
            transition: all .15s ease-in
        }

        .checkbox__input:checked ~ .checkbox__box .checkbox__box-mark:after {
            transition: all .15s ease-in .15s;
            width: 12px
        }

    .checkbox__input:disabled ~ .checkbox__box {
        background-color: #3f3f3f;
        border-color: #f3f3f3
    }

        .checkbox__input:disabled ~ .checkbox__box .checkbox__box-mark:after, .checkbox__input:disabled ~ .checkbox__box .checkbox__box-mark:before {
            background-color: #f3f3f3
        }

.checkbox__box {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.5);
    flex-shrink: 0;
    height: 20px;
    margin-right: 10px;
    transition: all .3s ease;
    width: 20px
}

.checkbox__box-mark {
    height: 7px;
    left: 3px;
    position: relative;
    top: 4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 12px
}

    .checkbox__box-mark:after, .checkbox__box-mark:before {
        background-color: #fff;
        border-radius: 1px;
        content: "";
        position: absolute
    }

    .checkbox__box-mark:before {
        height: 0;
        transition: all .15s ease-out .15s;
        width: 2px
    }

    .checkbox__box-mark:after {
        height: 2px;
        top: 5px;
        transition: all .15s ease-out;
        width: 0
    }

.checkbox__text {
    font-size: 14px;
    font-weight: 500;
    padding-top: 2px
}

.radio {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    flex-flow: row nowrap
}

    .radio:hover .radio__box {
        border-color: #f24040
    }

.radio__input {
    height: 0;
    margin: 0;
    opacity: 0;
    width: 0
}

    .radio__input:focus-visible ~ .radio__box {
        outline: 2px solid #9df;
        outline-offset: 0
    }

    .radio__input:checked ~ .radio__box {
        background-color: #f24040;
        border-color: #f24040
    }

        .radio__input:checked ~ .radio__box:after {
            opacity: 1
        }

    .radio__input:disabled ~ .radio__box {
        background-color: #3f3f3f;
        border-color: #f3f3f3
    }

        .radio__input:disabled ~ .radio__box:after {
            background-color: #f3f3f3
        }

.radio__box {
    border: 1px solid rgba(0,0,0,.5);
    border-radius: 50%;
    flex-shrink: 0;
    height: 18px;
    margin-right: 10px;
    position: relative;
    transition: all .3s ease;
    width: 18px
}

    .radio__box:after {
        background-color: #fff;
        border-radius: 50%;
        content: "";
        height: 10px;
        left: 50%;
        opacity: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        transition: opacity .3s ease;
        width: 10px
    }

.radio__text {
    font-size: 14px;
    font-weight: 500
}

.popup {
    bottom: 0;
    cursor: pointer;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999
}

.popup--opened .popup__backdrop {
    opacity: 1
}

.popup--opened .popup__window {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.popup__container {
    height: 100%;
    overflow: scroll;
    padding: 50px 0;
    position: relative;
    width: 100%
}

.popup__backdrop {
    background-color: rgba(0,0,0,.7);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .3s ease;
    width: 100%;
    z-index: 1
}

.popup__wrapper {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    min-height: 100%;
    position: relative;
    width: 100%;
    z-index: 2
}

.popup__window {
    background-color: #fff;
    cursor: auto;
    max-width: 400px;
    opacity: 0;
    padding: 30px 20px;
    position: relative;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    transition: all .3s ease;
    width: 100%
}

.popup__close {
    -webkit-appearance: none;
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23333' d='M16.995 6.998 6.388 17.605 4.974 16.19 15.581 5.584z'/%3E%3Cpath fill='%23333' d='M4.975 6.999 15.58 17.606l1.414-1.415L6.39 5.585z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    box-shadow: none;
    cursor: pointer;
    height: 22px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 22px
}

.header {
    background-color: #000;
    border-bottom: 10px solid #00c83c;
    display: flex;
    height: 90px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999
}

.header__logo {
    margin-right: 2rem;
    padding-right: 2rem;
    width: 202px
}

.header__wrapper {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.header .close-session {
	background: #00c83c;
    border: 0;
    border-radius: 20px;
    color: #fff;
    font-family: Montserrat-SemiBold;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.icon-mobileOn {
    display: none
}

.nav-main ul {
    align-items: center;
    display: flex;
	gap: clamp(15px, 0.16826923076923073rem + 1.201923076923077vw, 20px);
    justify-content: space-between;
    max-width: 900px;
    width: 100%
}

        .nav-main ul li a {
            color: #fff;
			display: block;
            font-family: Montserrat-SemiBold;
            font-size: clamp(12px, 0.4423076923076923rem + 0.4807692307692308vw, 14px);
            text-decoration: none
        }

.footer {
    background-color: #000;
    border-top: 10px solid #00c83c;
    color: #fff
}

.footer__wrapper {
    padding: 20px
}

.footer__spfc {
    left: 12px;
    position: absolute
}

    .footer__spfc img {
        width: 8px
    }

.footer__row1 {
    display: flex;
    justify-content: space-between;
    position: relative
}

.footer .text-1 {
    display: block;
    font-family: Montserrat-Thin;
    font-size: 14px
}

    .footer .text-1.bold {
        font-family: Montserrat-SemiBold
    }

.footer__col1 {
    margin: 35px 0 0 40px
}

.footer__links {
    display: flex;
    list-style: none
}

    .footer__links li {
        border-right: 1px solid #fff;
        margin-right: 20px;
        padding: 5px 20px 5px 0
    }

        .footer__links li:first-child {
            padding-left: 0
        }

        .footer__links li:last-child {
            border: none
        }

        .footer__links li a {
            color: #fff;
            font-family: Montserrat-Bold;
            font-size: 16px;
            text-decoration: none
        }

.footer__social {
    display: flex;
    flex-wrap: wrap;
    list-style: none
}

    .footer__social li {
        padding: 5px 10px
    }

        .footer__social li:first-child {
            border-right: 1px solid #fff;
            margin-right: 10px;
            padding-right: 20px
        }

        .footer__social li a {
            color: #fff;
            font-family: Montserrat-Bold;
            font-size: 16px;
            text-decoration: none
        }

.footer__row2 {
    padding: 43px 0 6px
}

.footer__copyright {
    display: block;
    font-family: Montserrat-Bold;
    font-size: 14px;
    margin-bottom: 23px
}

.footer__legal {
    font-family: Montserrat-Thin;
    font-size: 12px
}

.hero {
    padding-top: 44px;
}

.hero .image {
	width: 100%;
}

.hero__desktop {
	display: none;
}

@media (min-width: 768px) {
	.hero__mobile {
		display: none;
	}
	
	.hero__desktop {
		display: block;
	}
}

@media (min-width: 1024px) {
	.hero {
		padding-top: 65px;
	}
}

.hero__wrapper {
    max-width: 1290px;
    padding: 20px;
    width: 100%
}

.hero__title {
    font-family: Montserrat-Thin;
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 42px;
    margin-top: 6%
}

    .hero__title b {
        font-family: Montserrat-SemiBold
    }

.info {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 60px
}

.info-bg {
    background-image: url(../images/static/procesos..png);
    background-size: cover
}

.info-box {
    display: flex;
    justify-content: space-between
}

.info-box__text {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 71%;
    justify-content: space-around;
    padding: 80px 0 0;
    text-align: center
}

.info-box__wrapper {
    display: flex;
    flex-wrap: wrap
}

.info-box__wrapper--row {
    flex-direction: column;
    justify-content: center
}

.info-box__number {
    align-items: center;
    background-color: #fff;
    border: 2px solid #00c83c;
    border-radius: 50%;
    color: #00c83c;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    height: 30px;
    justify-content: center;
    width: 30px
}

.info-box__item {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
    width: 50%
}

    .info-box__item:after {
        background: #999;
        bottom: -14px;
        content: "";
        height: 1px;
        position: absolute;
        width: 50%
    }

.info__icon {
    display: flex;
    justify-content: center;
    margin: 12px 0
}

.info__title {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 33px;
    text-align: center
}

.info__content {
    background: rgba(3,3,3,.7);
    padding: 25px 25px 30px;
    width: 387px
}

.info__description {
    font-family: Montserrat-SemiBold;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 20px
}

    .info__description.thin, .info__res {
        font-family: Montserrat-Thin
    }

.info__res {
    display: block;
    font-size: 12px
}

.info__label {
    color: #00c83c;
    display: block;
    font-family: Montserrat-Bold;
    font-size: 22px
}

    .info__label.--small {
        font-size: 16px
    }

.info__image {
    display: flex;
    justify-content: center;
    margin-top: 2rem
}

    .info__image img {
        max-width: 280px;
        width: 100%
    }

.info__link {
	background: #00c83c;
	border: 0;
    border-radius: 20px;
    color: #fff;
	cursor: pointer;
    display: block;
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    margin: 0 auto 9px;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

    .info__link:hover {
        color: #fff
    }

.info__link--line {
    background: none;
    color: #00c83c;
    font-family: Montserrat-Regular,Helvetica,sans-serif;
    margin-bottom: 5px;
    text-decoration: underline
}

.info-ul {
    font-family: Montserrat-Thin;
    font-weight: 600;
    list-style: none;
    margin: 32px auto 0;
    width: 93%
}

    .info-ul li {
        font-size: 16px;
        margin-bottom: 16px;
        padding-left: 8px;
        position: relative
    }

        .info-ul li:before {
            background: #0a46dc;
            border-radius: 50%;
            content: "";
            display: block;
            height: 6px;
            left: -10px;
            position: absolute;
            top: 10px;
            width: 6px
        }

.info-list {
    display: none;
    margin-top: 31px;
    padding: 10px
}

.info-list__li {
    align-items: center;
    background: #b8c8e4;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    padding: 12px 16px 12px 15px
}

.info-list__icon {
    margin-right: 20px;
    width: 25px
}

.info-list__title {
    color: #001e62;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px
}

.learning-tools {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 60px
}

.learning-tools-bg {
    background-image: url(../images/static/learning-tools..png);
    background-size: cover
}

.learning-tools-box {
    display: flex;
    justify-content: space-between
}

.learning-tools-box__text {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 71%;
    justify-content: space-around;
    padding: 80px 0 0;
    text-align: center
}

.learning-tools-box__wrapper {
    display: flex;
    flex-wrap: wrap
}

.learning-tools-box__wrapper--row {
    flex-direction: column;
    justify-content: center
}

.learning-tools-box__number {
    align-items: center;
    background-color: #fff;
    border: 2px solid #00c83c;
    border-radius: 50%;
    color: #00c83c;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    height: 30px;
    justify-content: center;
    width: 30px
}

.learning-tools-box__item {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    position: relative;
    text-align: center
}

    .learning-tools-box__item:after {
        background: #999;
        bottom: -14px;
        content: "";
        height: 1px;
        position: absolute;
        width: 50%
    }

.learning-tools__box-icon {
    align-items: center;
    display: flex;
    justify-content: space-between
}

    .learning-tools__box-icon .learning-tools__link--line {
        font-size: 14px;
        margin-left: 10px
    }

.learning-tools .icon-wrap {
    display: flex;
    justify-content: space-around;
    width: 100%
}

.learning-tools__icon {
    margin: 12px 0
}

    .learning-tools__icon.mt {
        margin-top: 22px
    }

    .learning-tools__icon img {
        display: block;
        margin: 0 auto 10px
    }

    .learning-tools__icon .text {
        font-family: Montserrat-Thin;
        font-size: 12px;
        line-height: 17px
    }

        .learning-tools__icon .text b {
            font-family: Montserrat-SemiBold;
            font-size: 14px
        }

.learning-tools__title {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 26px;
    text-align: center
}

.learning-tools__content {
    background: rgba(3,3,3,.7);
    padding: 23px 25px;
    width: 23%
}

.learning-tools__description {
    font-family: Montserrat-SemiBold;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 20px
}

    .learning-tools__description.thin, .learning-tools__res {
        font-family: Montserrat-Thin
    }

.learning-tools__res {
    display: block;
    font-size: 12px
}

.learning-tools__label {
    color: #00c83c;
    display: block;
    font-family: Montserrat-Bold;
    font-size: 22px
}

    .learning-tools__label.--small {
        font-size: 16px
    }

.learning-tools__image {
    display: flex;
    justify-content: center;
    margin-top: 2rem
}

    .learning-tools__image img {
        max-width: 280px;
        width: 100%
    }

.learning-tools__link {
    background: #00c83c;
	border: 0;
    border-radius: 20px;
    color: #fff;
    display: block;
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    margin: 0 auto 9px;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

    .learning-tools__link:hover {
        color: #fff
    }

.learning-tools__link--line {
    background: none;
    color: #00c83c;
    font-family: Montserrat-Thin;
    margin-bottom: 5px;
    text-align: left;
    text-decoration: underline
}

.one-pasion-team {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 60px
}

.one-pasion-team-bg {
    background-image: url(../images/static/one-pasion-team..png);
    background-size: cover
}

.one-pasion-team-box {
    display: flex;
    justify-content: space-between
}

.one-pasion-team-box__text {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 71%;
    justify-content: space-around;
    padding: 80px 0 0;
    text-align: center
}

.one-pasion-team-box__wrapper {
    display: flex;
    flex-wrap: wrap
}

.one-pasion-team-box__wrapper--row {
    flex-direction: column;
    justify-content: center
}

.one-pasion-team-box__item {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    position: relative;
    text-align: center
}

    .one-pasion-team-box__item:after {
        background: #999;
        bottom: -14px;
        content: "";
        height: 1px;
        position: absolute;
        width: 50%
    }

.one-pasion-team__title {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 26px;
    text-align: center
}

.one-pasion-team__content {
    background: rgba(3,3,3,.7);
    padding: 23px 25px;
    width: 32%
}

.one-pasion-team__description {
    font-family: Montserrat-SemiBold;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 20px;
    min-height: 120px
}

    .one-pasion-team__description.thin {
        font-family: Montserrat-Thin
    }

.one-pasion-team__link {
    background: #00c83c;
    border-radius: 20px;
    color: #fff;
    display: block;
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    margin: 0 auto 9px;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

    .one-pasion-team__link:hover {
        color: #fff
    }

.simuladores {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 22px
}

.simuladores-bg {
    background-color: #fff;
    background-size: cover
}

.simuladores-box {
    display: flex;
    justify-content: space-between
}

.simuladores-box__text {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 71%;
    justify-content: space-around;
    padding: 80px 0 0;
    text-align: center
}

.simuladores-box__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 334px
}

.simuladores-box__wrapper--row {
    flex-direction: column;
    justify-content: center
}

.simuladores-box__item {
    flex-direction: column;
    height: 235px;
    justify-content: space-between;
    margin-bottom: 10px
}

.simuladores-box__item, .simuladores__title {
    align-items: center;
    display: flex;
    text-align: center
}

.simuladores__title {
    color: #3f3f3f;
    font-size: 18px;
    font-weight: 400;
    justify-content: center;
    line-height: 32px;
    margin-bottom: 30px
}

.simuladores__icon {
    margin-right: 10px
}

.simuladores__content {
    background: #f3f3f3;
    padding: 25px;
    width: 32%
}

.simuladores__description {
    color: #3f3f3f;
    font-family: Montserrat-SemiBold;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 35px
}

    .simuladores__description.thin {
        font-family: Montserrat-Thin
    }

.simuladores__link {
    background: #00c83c;
    border-radius: 20px;
    color: #fff;
    display: block;
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    margin: 0 auto 9px;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

    .simuladores__link:hover, .top-mind {
        color: #fff
    }

.top-mind {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 22px
}

.top-mind-bg {
    background-color: #fff;
    background-size: cover
}

.top-mind-box {
    display: flex;
    justify-content: space-between
}

.top-mind-box__text {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 71%;
    justify-content: space-around;
    padding: 80px 0 0;
    text-align: center
}

.top-mind-box__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 90%
}

.top-mind-box__item, .top-mind__title {
    text-align: center
}

.top-mind__title {
    align-items: center;
    color: #3f3f3f;
    display: flex;
    font-size: 18px;
    font-weight: 400;
    justify-content: center;
    line-height: 32px;
    margin-bottom: 30px
}

.top-mind__icon {
    margin-right: 10px
}

.top-mind__content {
    background: #f3f3f3;
    padding: 25px;
    width: 49%
}

.top-mind__description {
    color: #3f3f3f;
    font-family: Montserrat-SemiBold;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 10px
}

    .top-mind__description.thin {
        font-family: Montserrat-Thin
    }

.top-mind__res {
    margin: 20px auto;
    max-width: 371px;
    text-align: center;
    width: 90%
}

.top-mind__link {
    background: #00c83c;
    border-radius: 20px;
    color: #fff;
    display: block;
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    margin: 0 auto 9px;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

    .top-mind__link:hover {
        color: #fff
    }

.top-mind__link--line {
    background: none;
    color: #00c83c;
    font-family: Montserrat-Thin;
    margin-bottom: 5px;
    text-align: left;
    text-decoration: underline
}

@media only screen and (max-width:1199px) {
    body {
        font-size: 16px
    }

    .container .wrapper {
        padding: 20px
    }

    .footer__wrapper.wrapper {
        max-width: 1124px;
        padding-bottom: 50px;
        width: 100%
    }

    .footer__spfc {
        bottom: 10px;
        left: 10px;
        position: absolute;
        top: inherit
    }

    .footer__row1 {
        display: flex;
        flex-direction: column
    }

    .footer__links {
        flex-wrap: wrap
    }

        .footer__links li {
            display: block;
            margin-bottom: 30px;
            width: auto
        }
}

@media only screen and (max-width:1023px) {
    body {
        font-size: 14px
    }
	
    .header {
        height: 64px;
        padding: 1rem 2rem
    }

    .header__logo {
        margin-bottom: 34px;
        width: 150px
    }

    .header__wrapper {
        align-items: flex-start;
        display: flex;
        flex-direction: column
    }

    .header .nav-main ul {
        background: #000;
        flex-direction: column;
        height: 93vh;
        justify-content: flex-start;
        left: 0;
        margin-top: -10px;
        position: absolute;
        width: 100%
    }

    .header .nav-main ul li {
        margin: 15px 10px
    }

    .header .nav-main ul.menuMobile {
        display: none
    }

    .title-main {
        margin: 10px auto 30px;
        text-align: center;
        width: 90%
    }

    .video {
        padding-bottom: 56.25%
    }

    .container .wrapper {
        padding: 0
    }

    .formatos__wrapper {
        flex-direction: column
    }

    .formatos__content {
        margin-bottom: 20px;
        width: 100%
    }

    .content__title {
        flex-direction: column
    }

        .content__title .title {
            width: 100%
        }

    .modal .title {
        font-size: 14px
    }

    .modal__title {
        flex-direction: column
    }

        .modal__title .inco-title {
            margin: 0 0 10px
        }

    .modal__content {
        height: 91vh;
        max-height: none;
        min-height: auto
    }

    .modal .boxmod1__wrapper {
        flex-direction: column
    }

    .modal .boxmod1__content {
        margin: 10px 0;
        width: 100%
    }

        .modal .boxmod1__content.x3 {
            width: 100%
        }

    .modal .boxmod1__row.x2 {
        flex-direction: column
    }

        .modal .boxmod1__row.x2 div {
            margin: 10px 0;
            min-height: auto;
            width: 100%
        }

            .modal .boxmod1__row.x2 div.video {
                height: 300px
            }

    .modal .notification__content {
        margin: 10px 0;
        padding: 10px
    }

    .modal .notification__title {
        flex-direction: column
    }

        .modal .notification__title .icon {
            margin-bottom: 20px
        }

        .modal .notification__title p {
            font-size: 14px;
            margin-left: 0;
            text-align: center
        }

    .button {
        font-size: 14px;
        min-width: 145px
    }

    .popup__window {
        max-width: calc(100% - 20px)
    }

    .icon-mobileOn {
        display: block;
        position: absolute;
        right: 10px;
        top: 11px;
        width: 35px
    }

    .footer__wrapper.wrapper {
        padding: 40px 30px
    }

    .footer__row1 {
        display: flex;
        flex-direction: column
    }

    .info {
        padding: 20px 0
    }

    .info-bg {
        background-color: #818182;
        background-repeat: no-repeat;
        background-size: 100%
    }

    .info-box {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .info__content {
        margin-bottom: 30px;
        width: 90%
    }

    .learning-tools {
        padding: 20px 0
    }

    .learning-tools-bg {
        background-color: #c3d5dc;
        background-repeat: no-repeat;
        background-size: 100%
    }

    .learning-tools-box {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .learning-tools-box__item {
        width: 100%
    }

    .learning-tools__content {
        margin-bottom: 30px;
        width: 90%
    }

    .one-pasion-team {
        margin-bottom: 0;
        padding: 20px 0
    }

    .one-pasion-team-box {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .one-pasion-team-box__item {
        width: 100%
    }

    .one-pasion-team__content {
        margin-bottom: 30px;
        width: 90%
    }

    .simuladores-box {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .simuladores-box__item {
        height: auto
    }

    .simuladores__content {
        margin-bottom: 30px;
        width: 90%
    }

    .top-mind__header {
        margin: 0 auto;
        width: 99%
    }

    .top-mind__description {
        text-align: center
    }

    .top-mind-box {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .top-mind-box__item {
        width: 100%
    }

    .top-mind__content {
        margin-bottom: 30px;
        width: 90%
    }
}

@media only screen and (max-width:1198px) {
    .footer__row2 {
        display: flex;
        flex-direction: column;
        padding-left: 40px
    }

    .footer__social li {
        padding: 5px
    }
}

@media only screen and (max-width:419px) {
    .footer__spfc {
        bottom: 50px
    }
}
