@font-face {
    font-family: "Roboto Condensed Regular";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/RobotoCondensed-Regular.ttf');
}

@font-face {
    font-family: "Roboto Condensed Bold";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/RobotoCondensed-Bold.ttf');
}

body {
    font-family: "Roboto Condensed Regular";
    background: #e4edf2;
    font-size: 16px;
    line-height: 1.5;
    color: #555;
    padding: 0;
    margin: 0;
}

a {
    color: #409fff;
}

h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-weight: 700;
}

header {
    position: relative;
    padding: 10px 0;
    background-color: #fff;
    border-bottom: 1px solid #d9e1e6;
}

.logo-home img {
    height: 25px;
}

.header-social li {
    display: inline;
    list-style: none;
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px
}

.header-social i {
    color: #555;
    margin-left: 10px;
    margin-top: 7px;
}

.header-social ul {
    padding: 0;
    margin: 0;
}

.header-left, .header-right {
    display: flex;
    align-items: center;
}

.menu-bars {
    background: #555;
    color: #fff;
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 4;
    cursor: pointer;
}

.menu-bars.menu-bar-responsive {
    position: fixed;
    right: 10px;
    top: 10px;
}

.menu-bars i {
    font-size: 21px;
}

.menu-bars i.fa.fa-close {
    font-size: 25px;
}

.logo-home {
    line-height: normal;
}

.header-social {
    margin-right: 10px;
}

.form-container {
    background-color: #fff;
    width: 1000px;
    min-height: 460px;
    margin: 120px auto 30px;
}

.form-header {
    background-color: rgb(0, 81, 127) !important;
    color: #fff;
    text-align: center;
    padding: 60px 50px;
    box-sizing: border-box;
    position: relative;
}

.form-header h2 {
    font-weight: 300;
    color: #fff;
    margin: 15px 0 0 0;
    padding: 0;
    font-size: 36px;
    margin-bottom: 15px;
    line-height: 40px;
}

button, button.wizard-btn {
    font-family: "Roboto Condensed Regular";
    cursor: pointer;
    font-weight: 400;
    outline: none;
    text-align: center;
    background: #409fff !important;
    color: #fff;
    font-size: 15px !important;
    border-radius: 3px;
    line-height: 1;
    padding: 10px 30px 10px 30px !important;
    border: none !important;
    min-width: auto !important;
    font-weight: 300 !important;
    transition: background .5s ease;
}

button:hover, button.wizard-btn:hover, button.forward:hover, .wizard-footer-left button.wizard-btn:hover {
    background: #0073e5 !important;
    color: #fff !important;
}

button.forward, button.wizard-btn {
    padding: 8px 20px !important;
}

button.forward {
    position: absolute;
    right: 30px;
    top: 40px;
    padding: 10px 20px !important;
    transition: background .5s ease;
}

button.forward::after, .wizard-footer-right button.wizard-btn:after, .wizard-footer-left button.wizard-btn:before {
    font-family: "FontAwesome";
    content: "\f105";
    margin-left: 10px;
}

.wizard-footer-left button.wizard-btn {
    background: #e8e8e8 !important;
    color: #333 !important;
}

.wizard-footer-left button.wizard-btn:before {
    content: "\f104";
    margin: 0 10px 0 0;
}

.content-wizard, .content-tarjeta {
    padding: 75px 0 90px;
    position: relative;
}

.button-form-row {
    text-align: right;
}

.content-wizard form .vue-form-wizard.md {
    padding: 0 30px;
}

.mb-15 {
    margin-bottom: 15px;
}

h3.main_question.wizard-header {
    font-size: 35px;
    letter-spacing: 0.5px;
    margin-top: 60px;
    text-align: left;
    line-height: 23px;
}

span.number-navigation {
    display: block;
    color: #999;
    font-size: 18px;
    font-weight: 700;
}

span.small-text {
    font-size: 18px;
}

input.search-field {
    /* width: calc(100% - 23px) !important; */
    padding: 5px 10px !important;
    font-size: 17px !important;
    border: 1px #A9A9A9 solid !important;
}

#courses-list {
    column-count: 2;
    margin-top: 50px;
    column-gap: 50px;
    position: relative;
    page-break-inside: avoid;
}

#courses-list .item-group label {
    color: #333;
    cursor: pointer;
}

.wizard-icon-circle {
    display: none !important;
}

.vue-form-wizard.md .wizard-navigation .wizard-progress-with-circle {
    position: absolute;
    top: 0;
    height: 6px;
    width: 100%;
    left: 0;
}

.wizard-progress-bar {
    background-color: #6C3 !important;
}

.vue-form-wizard .wizard-tab-content {
    padding: 0;
}

.wizard-header {
    padding: 0 !important;
}

#courses-list>.item-group:first-child {
    margin-top: 0;
}

span.number-navigation {
    display: block;
    color: #999;
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    top: 65px;
}

.container-checks {
    width: 22px;
    height: 22px;
    background: url(../images/grey.png) no-repeat;
    cursor: pointer;
    /* display: inline-block; */
    /* margin-right: 13px; */
    position: relative;
    top: 4px;
    float: left;
}

.container-text {
    margin-left: 35px;
}

.radio-container input[type="radio"] {
    /* position: absolute; */
    /* top: 4px; */
    /* z-index: 999; */
    height: 23px;
    width: 20px;
    margin: 0 10px 0 0;
    /* left: -1px; */
    /* opacity: 0; */
}

.radio-container {
    /* position: relative; */
    display: flex;
}

.display-flexed {
    display: flex;
    align-items: center;
}

.content-group:hover .container-checks {
    background-position: -24px 0;
}

.content-group.checked:hover .container-checks, .content-group.checked .container-checks, .item-group.check-cost.checked .container-checks, .item-group.check-term.checked .container-checks {
    background-position: -48px 0 !important;
}

.item-group i.fa.fa-info {
    border: 1px #999 solid;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 19px;
    font-size: 14px;
    color: #999;
    position: absolute;
    right: 0;
    top: 2px;
    cursor: pointer;
}

.content-group {
    cursor: pointer;
}

#courses-list .item-group {
    margin: 0;
    position: relative;
    padding-right: 30px;
    padding-bottom: 15px;
    page-break-inside: avoid;
}

.item-group span.tachado, li.tachado, .form-header h2 span.tachado {
    text-decoration: line-through;
    margin: 0 6px 0 2px;
}

.vue-form-wizard .wizard-card-footer {
    padding: 20px 0 0 !important;
    float: right;
    display: flex;
}

.vue-form-wizard {
    padding-bottom: 0;
}

h3.curso_name {
    margin: 0 0 20px 0;
    line-height: 25px;
    font-size: 20px;
}

.box-chosen-course {
    border-bottom: 1px solid gray;
    padding: 30px 0;
}

.box-fecha label {
    width: 10%;
    line-height: 20px;
}

.box-fecha select, .form-select {
    width: 100%;
    margin-left: 60px;
    color: #999;
    background: transparent;
    border: none;
    border-bottom: 2px solid #e8ebed !important;
    height: 44px;
    font-size: 17px;
    font-family: "Roboto Condensed Regular";
}

.box-fecha select, .two-columns .box-fecha input[type="number"] {
    width: 90% !important;
}

.two-columns .box-fecha input[type="number"] {
    margin-left: 60px;
    padding-left: 5px;
}

.form-select {
    margin: 0;
}

.box-fecha {
    display: flex;
    position: relative;
}

span.required-error {
    font-size: 13px;
    position: absolute;
    border-radius: 3px;
    top: -32px;
    left: -19px;
    background-color: #e34f4f;
    color: #fff;
    padding: 5px 10px;
    height: auto;
    display: none;
}

.box-fecha span.required-error, .two-columns span.required-error, .three-columns span.required-error {
    right: 0;
    left: auto;
    top: -20px;
}

.two-columns span.required-error, .three-columns span.required-error {
    top: 0;
}

.two-columns .box-fecha .required-error {
    top: -20px;
}

.no-displayed {
    display: none;
}

.displayed {
    display: block !important;
}

span.required-error:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 6px 6px 0;
    border-color: transparent #e34f4f;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -6px;
    left: 20%;
}

.fs-25 {
    font-size: 25px
}

.row-columns {
    display: flex;
    margin: 0 -15px;
}

.one-column {
    width: 100%;
}

.two-columns {
    width: 50%;
}

.wizard-tab-container input[type="text"], .wizard-tab-container input[type="tel"], .wizard-tab-container input[type="email"], .wizard-tab-container input[type="date"], .wizard-tab-container textarea, .wizard-tab-container input[type="number"] {
    width: 100%;
    border: none;
    border-bottom: 2px solid #e8ebed;
    padding: 12px 10px 10px 0;
    font-family: "Roboto Condensed Regular";
    font-size: 16px;
}

.vdp-datepicker input[type="text"], .vdp-datepicker input[type="tel"] {
    padding-left: 4px;
}

.wizard-tab-container .box-fecha .vdp-datepicker, .wizard-tab-container .box-fecha input[type="date"] {
    width: 90%;
    margin-left: 60px;
}

.wizard-tab-container .box-fecha input[type="date"] {
    padding-left: 2px;
}

.wizard-tab-container input[type="text"]:focus, .wizard-tab-container input[type="tel"]:focus, .wizard-tab-container select:focus, .wizard-tab-container textarea:focus {
    border-color: #777;
    outline: 0;
    -webkit-box-shadow: none;
    color: #555;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fff;
    outline: 0;
    box-shadow: none;
}

.three-columns {
    width: 34%;
}

.one-column, .two-columns, .three-columns {
    position: relative;
    padding: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.wizard-tab-container textarea {
    min-height: 150px;
}

.vue-form-wizard .wizard-card-footer .wizard-footer-left, .vue-form-wizard .wizard-card-footer .wizard-footer-right {
    float: none;
}

.content-tarjeta h3 {
    font-family: "Roboto Condensed Bold";
    font-weight: 700 !important;
    font-size: 26px;
    color: #222;
    margin: 0;
}

footer ul li {
    float: left;
    margin-right: 15px;
    list-style: none;
}

footer ul li:last-child {
    margin-right: 0;
}

footer p {
    margin: 0;
    padding: 0;
    float: left;
}

footer {
    width: 1000px;
    margin: 0 auto 80px;
    font-size: 15px;
    color: #777;
}

footer ul {
    float: right;
    margin: 0;
    padding: 0;
}

footer ul li:after {
    content: "|";
    font-weight: 300;
    position: relative;
    left: 9px;
}

footer ul li a {
    color: #777;
    text-decoration: none;
    position: relative;
}

footer ul li:last-child:after {
    content: "";
}

#middle-wizard {
    padding: 45px 45px 30px 15px;
}

.wizard-footer-right {
    margin-left: 10px;
}

.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    transition: opacity .3s ease;
}

.modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.modal-container {
    max-width: 500px;
    margin: 0px auto;
    padding: 0;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    transition: all .3s ease;
    overflow-y: scroll;
    position: absolute;
    top: 30px;
    height: 90%;
    transform: translateX(-50%);
    left: 50%;
}

.modal-header h3 {
    margin-top: 0;
    color: #42b983;
}

.modal-body {
    margin: 20px 25px;
}

.modal-enter {
    opacity: 0;
}

.modal-leave-active {
    opacity: 0;
}

.modal-enter .modal-container, .modal-leave-active .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.modal-content h4 {
    margin: 0;
    font-family: "Roboto Condensed Bold";
    font-size: 18px;
    line-height: 25px;
    border-bottom: 1px solid #e9ecef;
    position: relative;
    padding: 20px 45px 20px 25px;
}

.modal-body p {
    margin: 0 !important;
}

button.close-header {
    background: transparent !important;
    color: #000;
    opacity: .5;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 700 !important;
    padding: 10px 15px !important;
    font-size: 18px !important;
    font-family: Arial;
}

.modal-footer {
    padding: 20px;
    border-top: 1px solid #e9ecef;
    text-align: right;
}

.label-course {
    font-size: 10px;
    margin: 5px 0 0 0;
    cursor: pointer;
}

.label-course.per {
    color: #0000ff;
}

.label-course.no-per {
    color: #008000;
}

.custom-conv .two-columns {
    position: relative;
}

.last-tab .item-group {
    position: relative;
}

.main-navigation {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 80px 0;
    z-index: 3;
    background-color: #fff;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s;
}

.main-navigation.fade-in {
    visibility: visible;
    opacity: 1;
    transition: visibility 0.3s, opacity 0.3s;
}

nav.main-navigation li a {
    font-weight: 700 !important;
    font-size: 24px;
    color: #333;
    text-decoration: none;
    letter-spacing: 1px;
    position: relative;
    text-decoration: none;
}

nav.main-navigation li {
    list-style: none;
    text-align: center;
    margin: 40px 0;
}

nav.main-navigation ul {
    margin: 0;
    padding: 0;
}

nav.main-navigation li a:before, footer li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    opacity: 1;
    left: 0;
    background-color: #333;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}

nav.main-navigation li a:hover:before, footer li a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.check-term  {
    position: relative;
}

.check-term label {
    position: relative;
    top: 3px;
    margin-left: 8px;
}

.check-cost label {
    position: relative;
    top: 2px;
    margin-left: 15px;
    cursor: pointer;
}

.loader-overlay {
    position: fixed;
    background: #fff;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 9999;
    align-items: center;
    display: flex;
    justify-content: center;
}

.loader, .loader:after {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.loader {
    border: 2px solid #333;
    border-top-color: rgba(0, 0, 0, .2);
    border-right-color: rgba(0, 0, 0, .2);
    border-bottom-color: rgba(0, 0, 0, .2);
    animation: load8 1.1s infinite linear;
}

.item-group.check-cost {
    position: absolute;
    bottom: 42px;
}

.vdp-datepicker__calendar header {
    border: none;
    padding: 0;
}

input#website {
    display: none;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Responsive Styles */

@media (max-width: 1024px) {
    .form-container, footer {
        max-width: 800px;
        width: auto;
        margin: 20px auto 0;
    }
    footer {
        padding-bottom: 40px;
    }
}

@media (max-width: 900px) {
    #courses-list {
        column-count: auto;
    }
    header {
        visibility: hidden;
    }
    #app.scroll {
        margin-top: 185px;
    }
    .scroll .form-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9995;
        min-height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 800px) {
    footer {
        margin: 20px;
        padding-bottom: 20px;
    }
    .form-container {
        margin: 0;
    }
    .modal-container {
        max-width: none;
        width: 90%;
    }
    .modal-body {
        margin: 20px 25px 20px 0;
    }
}

@media (max-width: 700px) {
    .box-fecha {
        display: block;
    }
    .box-fecha select, .form-select {
        margin-left: 0;
    }
    .wizard-tab-container .box-fecha input[type="date"] {
        margin-left: 0;
    }
    .row-columns {
        display: block;
    }
    .two-columns, .three-columns {
        width: 100%;
    }
    h3.main_question.wizard-header {
        margin-top: 50px;
        line-height: 40px;
        margin-bottom: 15px;
    }
}

@media (max-width: 500px) {
    .content-wizard form .vue-form-wizard.md {
        padding: 0 20px;
    }
    .form-header {
        padding: 20px;
    }
    footer p, footer ul {
        float: none;
    }
    footer ul {
        margin-top: 10px;
    }
    footer {
        display: table;
        padding-bottom: 0px;
    }
    .vue-form-wizard .wizard-card-footer {
        flex-direction: unset;
    }
    .vue-form-wizard .wizard-card-footer .wizard-footer-right button {
        margin-top: 0;
    }
}
