@charset "UTF-8";
/** Proxima Nova **/
@font-face {
    font-family: "proxima_nova_altblack";
    /*src: url("../fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Black-webfont.eot");*/
    /*src: url("../fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Black-webfont.woff2") format("woff2"), url("../fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Black-webfont.woff2") format("woff2"), url("../fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Black-webfont.woff") format("woff"), url("../fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Black-webfont.ttf") format("truetype"), url("../fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Black-webfont.svg#proxima_nova_altblack") format("svg");*/
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "proxima_nova_altbold";
    /*src: url("../fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Bold-webfont.eot");*/
    /*src: url("../fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Bold-webfont.woff2") format("woff2"), url("../fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Bold-webfont.woff") format("woff"), url("../fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Bold-webfont.ttf") format("truetype"), url("../fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Bold-webfont.svg#proxima_nova_altbold") format("svg");*/
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova";
    /*src: url("../fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Regular-webfont.eot");*/
    /*src: url("../fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Regular-webfont.woff") format("woff"), url("../fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Regular-webfont.ttf") format("truetype"), url("../fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Regular-webfont.svg#proxima_nova_altregular") format("svg");*/
    font-weight: normal;
    font-style: normal;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 4, 2015 */
@font-face {
    font-family: "proxima_nova_scosfthin";
    /*src: url("../fonts/proxima-nova/Mark Simonson - Proxima Nova ScOsf Thin-webfont.eot");*/
    /*src: url("../fonts/proxima-nova/Mark Simonson - Proxima Nova ScOsf Thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/Mark Simonson - Proxima Nova ScOsf Thin-webfont.woff2") format("woff2"), url("../fonts/proxima-nova/Mark Simonson - Proxima Nova ScOsf Thin-webfont.woff") format("woff"), url("../fonts/proxima-nova/Mark Simonson - Proxima Nova ScOsf Thin-webfont.ttf") format("truetype"), url("../fonts/proxima-nova/Mark Simonson - Proxima Nova ScOsf Thin-webfont.svg#proxima_nova_scosfthin") format("svg");*/
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "proxima_nova_ltthin";
    /*src: url("../fonts/proxima-nova/Mark Simonson - Proxima Nova Thin-webfont.eot");*/
    /*src: url("../fonts/proxima-nova/Mark Simonson - Proxima Nova Thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/Mark Simonson - Proxima Nova Thin-webfont.woff2") format("woff2"), url("../fonts/proxima-nova/Mark Simonson - Proxima Nova Thin-webfont.woff") format("woff"), url("../fonts/proxima-nova/Mark Simonson - Proxima Nova Thin-webfont.ttf") format("truetype"), url("../fonts/proxima-nova/Mark Simonson - Proxima Nova Thin-webfont.svg#proxima_nova_ltthin") format("svg");*/
    font-weight: normal;
    font-style: normal;
}

*, *:before, *:after {
    box-sizing: inherit;
    padding: 0;
    margin: 0;
    font-size: 16px !important;
}

html {
    box-sizing: border-box;
}

body {
    font-family: -apple-system, "Proxima Nova", Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Cantarell, sans-serif !important;
    color: rgb(62, 67, 72);
    -webkit-font-smoothing: antialiased;
}

main {
    display: grid;
    grid-template-rows: [content-row-start] 1fr [content-row-end];
    grid-template-columns: [content-column-start] 1fr [content-column-end];
    width: 100vw;
    height: 100vh;
    /*background-image: image('/media/brand_desing/logo/png/logo.png');*/
}

article {
    grid-column: content-column-start/content-column-end;
    grid-row: content-row-start/content-row-end;
    overflow-y: auto;
    overflow-x: hidden;
    height: auto;
    background: #021128;
    /*background: linear-gradient(55deg, rgb(70, 97, 143) 29%, rgb(83, 184, 180) 100%);*/
    background: linear-gradient(40deg, #021128 0.5%, #53B8B4 100%);
    width: 100%;
    position: relative;
}

.show {
    display: block !important;
}

.hidden {
    display: none !important;
}

.is-bold {
    font-weight: bold;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.color-subtitle {
    color: hsl(217deg, 4%, 59%);
}

.text-center {
    text-align: center;
}

.messages {
    padding: 1rem 0;
}

.messages-content {
    /*border: 1px solid red;*/
    border-radius: 4px;
    margin: 0 auto;
    padding: 1rem 1rem;
    max-width: 100%;
    width: 100%;
}

.messages-content.warning {
    background-color: #fff3cd;
    font-weight: 600;
    color: #856404;
    border: 1px solid transparent;
}

.messages-content.success {
    background-color: #d4edda;
    font-weight: 600;
    color: #155724;
}

.messages-content.error {
    background-color: #f8d7da;
    font-weight: 600;
    color: #721c24;
}

.btn-call {
    padding: 12px 25px;
    background: hsl(178, 42%, 52%);
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    font-size: 0.9rem !important;
    font-weight: bold;
}

.btn-call.is-radius {
    border-radius: 20px;
}

.btn-call:hover {
    background: hsl(178, 42%, 52%);
}

.btn-primary {
    padding: 12px 25px;
    background: hsl(178, 42%, 52%);
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    width: 100%;
    border: none;
    font-size: 0.9rem !important;
}

.btn-primary.is-radius {
    border-radius: 20px;
}

.btn-primary.is-bold {
    font-weight: bold;
}

.btn-primary:hover {
    background: hsl(178, 42%, 52%);
}

.btn-primary[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
}

div.login {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: min-content 1fr min-content;
    height: 100%;
    gap: 0.75rem;
    position: relative;
}

div.login > .building {
    position: absolute;
    bottom: 0;
    left: 0;
    /*background: url("../../../static/img/buildings.svg") center/cover no-repeat;*/
    height: 600px;
    width: 100%;
    opacity: 0.3;
    z-index: 1;
}

div.login > .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px;
}

div.login > .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    z-index: 2;

}

.header-brand {
    display: grid;
    grid-auto-columns: min-content;
    grid-auto-flow: column;
    grid-template-rows: 1fr;
    gap: 0.75rem;
}

.header-brand-item {
    color: #fff;
    font-size: 14px !important;
}

.header-brand-item.is-2 {
    display: grid;
    grid-template-columns: min-content 100px;
    grid-template-rows: 1fr;
    gap: 0.4rem;
}

.header-brand-item.is-2 > a {
    text-decoration: none;
    font-size: 14px !important;
    cursor: pointer;
    color: #fff;
}

.content-left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    margin-bottom: 10%;
}

.content-left > .content-cover {
    display: block;
    grid-template-columns: 1fr;
    grid-template-rows: min-content 1fr min-content;
    height: min-content;
    gap: 20px;
    width: 80%;
}

.content-left > .content-cover > .content-cover-logo > {
    display: ruby-text;
}

.content-cover-logo-figure {
    width: 80%;
}

.title-contend-cover-logo {
    color: #fff;
    font-size: 32px !important;
}

.content-left > .content-cover > .content-cover-logo > figure > img {
    height: 80px;
    width: auto;
}

.content-left > .content-cover > .content-cover-info > p {
    padding-bottom: 0.75rem;
    line-height: 1.4rem;
    color: #fff;
    font-size: 17px !important;
}

.content-right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    margin-bottom: 10%;
}

form {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: min-content min-content 1fr;
    background: #fff;
    gap: 10px;
    width: 80%;
    text-align: center;
    padding: 20px 20px;
    border-radius: 20px;
    margin: 0 auto;
    margin-bottom: 20px;
}

form.is-terms {
    width: 100%;
    max-width: 1000px;
}

form > .form-head {
    font-size: 1.6rem !important;
    font-weight: bold;
    color: #021128
}

form > .form-messages > .messages-content {
    padding: 10px 15px;
    border-radius: 5px;
}

form > .form-messages > .messages-content.warning {
    background-color: #fff3cd;
    font-weight: 600;
    color: #856404;
    border: 1px solid transparent;
}

form > .form-messages > .messages-content.success {
    background-color: #d4edda;
    font-weight: 600;
    color: #155724;
}

form > .form-messages > .messages-content.danger {
    background-color: #f8d7da;
    font-weight: 600;
    color: #721c24;
}

form > .form-messages > .messages-content > strong {
    font-size: 14px !important;
}

form > .form-body {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: min-content;
    gap: 20px;
    padding: 0 20px;
}

.form-body-fields {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: min-content;
    gap: 0.75rem;
}

.form-body-fields > .form-body-field.business-name {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 70% 1fr;
}

.form-body-fields > .form-body-field.business-name > span {
    text-align: right;
    font-weight: bold;
    color: #021128;
}

.form-body-fields > .form-body-field > input {
    height: 35px;
    width: 100%;
    font-family: -apple-system, "Proxima Nova";
    font-size: 0.9rem !important;
}

.form-body-fields > .form-body-field > span {
    float: right;
    margin-left: -25px;
    margin-top: 10px;
    position: relative;
    z-index: 3;
}

.form-body-fields > .form-body-field > span > svg {
    height: 24px;
    width: 24px;
    fill: #c1c6cc;
    cursor: pointer;
}

.form-body-fields > .form-body-field.is-check {
    display: flex;
    align-content: space-between;
    align-items: center;
}

.form-body-fields > .form-body-field.is-check > input {
    width: 15px;
    cursor: pointer;
}

.form-body-fields > .form-body-field.is-check > a {
    font-size: 14px !important;
    margin-left: 0.5rem;
    color: #021128;
    font-weight: bold;
    text-decoration: underline;
}

.form-body-recover {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.form-body-recover > a {
    text-decoration: none;
    color: #021128;
    font-weight: bold;
    font-size: 14px !important;
}

.form-body-recover > a:hover {
    text-decoration: underline;
}

.form-body-register {
    font-size: 14px !important;
    line-height: 1.4rem;
}

.form-body-register > a {
    text-decoration: none;
    color: #021128;
    font-weight: bold;
    font-size: 14px !important;
}

.form-body-register > a:hover {
    text-decoration: underline;
}

input[class*=input-] {
    width: 100%;
    height: 40px !important;
    padding: 0 0.75rem;
    border-radius: 4px;
    border: 1px solid #e0e2e3;
}

input[class*=input-]::placeholder {
    font-size: 14px !important;
    color: hsl(217deg, 4%, 59%);
}

input[class*=input-]:active, input[class*=input-]:focus {
    outline: none;
    border: 1px solid #021128 !important;
}

@media (min-width: 1408px) and (max-width: 1999px) {
    div.login .content-left {
        width: 35%;
    }

    div.login .content-right {
        width: 32%;
    }
}

@media (min-width: 1024px) and (max-width: 1215px) {
    div.login .content-left {
        width: 45%;
        margin-bottom: 0;
    }

    div.login .content-right {
        width: 45%;
    }
}

@media (min-width: 769px) and (max-width: 1023px) {
    div.login .content-left {
        width: 50%;
        margin-bottom: 0;
    }

    div.login .content-right {
        width: 50%;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    div.login > .header {
        justify-content: center;
    }

    div.login > .content {
        display: grid;
        grid-template-rows: min-content 1fr;
        grid-template-columns: 1fr;
        gap: 0.75rem;
        z-index: 2;
        height: min-content;
        width: 60%;
        margin: 10% auto;
    }

    div.login > .content.is-terms {
        width: 90%;
    }

    div.login .content-left {
        width: 100%;
        margin-bottom: 0;
    }

    div.login .content-left > .content-cover {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    div.login .content-right {
        width: 100%;
    }

    div.login .content-cover-info, div.login .content-cover-call {
        display: none;
    }

    .form-body {
        padding: 0 10px !important;
    }

    form {
        width: 90%;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    div.login > .header {
        justify-content: center;
    }

    div.login > .content {
        display: grid;
        grid-template-rows: min-content 1fr;
        grid-template-columns: 1fr;
        gap: 20px;
        z-index: 2;
        height: min-content;
        margin-top: 20%;
    }

    div.login > .content.is-terms {
        margin-top: 10px !important;
    }

    div.login .content-left {
        width: 100%;
        margin-bottom: 0;
    }

    div.login .content-left > .content-cover {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    div.login .content-right {
        width: 100%;
    }

    div.login .content-cover-info, div.login .content-cover-call {
        display: none;
    }

    .form-body {
        padding: 0 10px !important;
    }

    .business-name {
        grid-template-columns: 65% 1fr !important;
    }

    form {
        width: 90%;
    }
}

div.content-recover {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

div.content-recover > form {
    background: #fff;
    width: 30%;
}

@media (min-width: 769px) and (max-width: 1023px) {
    div.content-recover > form {
        background: #fff;
        width: 60%;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    div.content-recover > form {
        background: #fff;
        width: 85%;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    div.content-recover > form {
        background: #fff;
        width: 85%;
    }
}

div.content-register {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

div.content-register > form {
    background: #fff;
    width: 30%;
}

@media (min-width: 1024px) and (max-width: 1215px) {
    div.content-register > form {
        width: 40%;
    }

    .content {
        margin-top: 0 !important;
    }
}

@media (min-width: 769px) and (max-width: 1023px) {
    div.content-register > form {
        width: 60%;
    }

    .content {
        margin-top: 10% !important;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    div.content-register > form {
        width: 85%;
    }

    .content {
        margin-top: 10% !important;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    div.content-register > form {
        width: 85%;
    }

    .content {
        margin-top: 10% !important;
    }
}

.terms-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 40px;
}

.terms {
    width: 100%;
    position: relative;
}

.terms > .terms-content {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: min-content;
    gap: 20px;
    border-radius: 16px;
}

.terms-head {
    padding: 0 10px;
}

.terms-head > .terms-head-title {
    line-height: 32px;
    font-size: 24px !important;
    font-weight: 700;
    text-align: center;
}

.privacy-policies-terms {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: min-content;
    gap: 24px;
    margin: 0 auto;
    padding: 10px;
}

.privacy-policies-terms > .privacy-terms-item {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: min-content;
    gap: 12px;
}

.privacy-policies-terms > .privacy-terms-item > .privacy-terms-head {
    font-weight: bold;
    font-size: 20px !important;
    text-align: left;
}

.privacy-policies-terms > .privacy-terms-item > .privacy-terms-body {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: min-content;
    gap: 8px;
    text-align: justify;
}

.privacy-policies-terms > .privacy-terms-item > .privacy-terms-body p {
    line-height: 24px;
}

.privacy-policies-terms > .privacy-terms-item > .privacy-terms-body a {
    color: #021128;
    font-weight: 600;
}

.privacy-policies-terms > .privacy-terms-item > .privacy-terms-body ul {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: min-content;
    gap: 8px;
    padding-left: 40px;
}

.privacy-policies-terms > .privacy-terms-item > .privacy-terms-body ul li {
    list-style-type: disc;
    line-height: 24px;
}

.privacy-policies-terms > .privacy-terms-item > .privacy-terms-body ul.is-circle > li {
    list-style-type: circle;
    line-height: 24px;
}

.with-padding {
    padding-left: 20px;
}

.terms-confirm > .form-terms-confirm {
    padding: 20px 0 0 0;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.checkbox-terms-inline {
    display: flex;
    align-items: center;
    gap: 8px;
}

.accept-terms-text {
    text-align: left;
}

.terms-title {
    font-size: 20px !important;
    font-weight: bold;
    text-align: left;
}

/* Estilos básicos para la estructura del tab */
.tab-container {
    width: 100%;
    margin: 0 auto;
}

.tab-container .tabs {
    display: flex;
    border-bottom: 1px solid hsl(223deg, 19%, 93%);
}

.tab-container .tabs > .tab-button {
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    outline: none;
    transition: background-color 0.3s ease;
    background-color: #f0f0f0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.tab-container .tabs > .tab-button:hover {
    background-color: #f0f0f0;
}

.tab-container .tabs > .tab-button.active {
    background-color: unset;
    color: #021128;
    border-bottom: 4px solid #021128;
}

.tab-container > .tab-content {
    padding: 20px;
    border: 1px solid hsl(223deg, 19%, 93%);
    border-top: none;
    height: calc(100vh - 380px);
    overflow-y: auto;
    display: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.tab-container > .tab-content.active {
    display: block;
}

.terms-header {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.terms-header > .terms-between {
    display: flex;
    align-self: center;
    justify-content: space-between;
    gap: 10px;
}

.success-activation {
    width: 100%;
    max-width: 600px;
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    margin: 0 auto;
}

.success-activation > .success-activation-content {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: min-content;
    gap: 20px;
}

.success-activation > .success-activation-content > .success-img {
    max-width: 300px;
    margin: 0 auto;
}

.success-activation > .success-activation-content > .success-img > img {
    width: 100%;
}

.success-activation > .success-activation-content > .success-title {
    font-weight: bold;
    font-size: 20px !important;
}

@media (min-width: 481px) and (max-width: 768px) {
    .terms-container {
        padding: 0 10px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .terms-container {
        padding: 0;
    }

    .terms-head > .terms-head-title {
        font-size: 20px !important;
    }

    .terms-title {
        font-size: 20px !important;
    }

    .privacy-policies-terms > .privacy-terms-item > .privacy-terms-head {
        font-size: 16px !important;
    }

    .tab-container > .tab-content {
        padding: 20px 10px;
    }

    .terms-header > .terms-between {
        display: grid;
        grid-template-columns: 1fr;
    }

    .terms-header > .terms-between > div {
        text-align: left;
    }

    .success-activation {
        width: 90%;
    }

    .success-activation {
        padding: 20px;
    }
}

/*# sourceMappingURL=login.css.map */