/* ----- GENERAL CLASSES ----- */
html, head, body, footer, div, p, a, li, ul, ol, span, h1, h2, h3, h4, h5, h6, label, button {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

a {
    text-decoration: none;
    color: inherit;
}

.error {
    border-color: red !important;
}

:root {
    --blue: #044398;
    --light-blue: #94c8e0;
    --red: #e70b4f;
    --light-brown: #e9c4a8;
}

.margin-top {
    margin-top: 5rem;
}

.btn-primary {
    background-color: var(--blue);
    border: 1px solid var(--blue);
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: auto;
    }
}
/* ----- END GENERAL CLASSES ----- */

/* ----- HEADER ----- */
.header {
    border-bottom: 4px solid var(--blue);
}

.header-menu > p {
    padding: 28px 50px;
    color: white;
    font-size: 1.1rem;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.header-menu > p:first-child {
    background-color: var(--blue);
    font-weight: 300;
}

.header-menu > p > a {
    clear: both;
    vertical-align: middle;
}

.header-menu > p:last-child {
    padding: 28px 30px;
    background-color: var(--red);
}

/* ----- END HEADER ----- */

/* ----- FOOTER ----- */
.first-footer {
    background-color: var(--blue);
}

.first-footer .contact-info-footer {
    border-left: 2px solid white;
}

.first-footer p {
    font-size: 1.1rem;
    color: white;
    line-height: 1.3rem;
}

.first-footer p span {
    font-weight: 700;
    text-transform: uppercase;
}

.second-footer {
    background-color: var(--light-blue);
}

.second-footer p {
    color: var(--blue);
    font-size: 0.88rem;
    line-height: 1rem;
    letter-spacing: -0.3px;
}

.second-footer p span, .second-footer p a {
    font-weight: 700;
}
/* ----- END FOOTER ----- */

/* ----- INDEX PAGE ----- */
.text-main-banner {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 80px;
    border: 2px solid white;
    color: white;
    font-size: 4rem;
    font-weight: 800;
    letter-spacing: 1px;
}

.title-question-landing {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--blue);
    letter-spacing: 0.5px;
}

.text-landing {
    font-size: 1.1rem;
    line-height: 1.4rem;
}

.text-landing span, .text-box-blue span {
    font-weight: 700;
}

.box-blue {
    background-color: var(--light-blue);
    border-radius: 20px;
    padding: 30px 0px;
}

.text-box-blue {
    color: var(--blue);
    font-size: 1.1rem;
    line-height: 1.3rem;
}

.title-box-blue {
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: 700;
    color: var(--blue);
}

.block-buttons.negative a {
    background-color: white;
    border: 2px solid var(--red);
    color: var(--red);
    padding: 6px 30px;
    border-radius: 12px;
    font-size: 1.1rem;
    line-height: 1.2rem;
    font-weight: 800;
}

.block-buttons button, .block-buttons p {
    background-color: var(--red);
    color: white;
    padding: 8px 0px;
    border-radius: 12px;
    font-size: 1.2rem;
    font-weight: 800;
    width: 100%;
    cursor: pointer;
    border: 0px;
}

.block-documentation-provide {
    background-color: var(--blue);
}

.box-documentation-provide {
    position: absolute;
    top: 50%;
    left: 47%;
    transform: translate(-50%, -50%);
}

.title-documentation-provide {
    font-size: 2.8rem;
    line-height: 3rem;
    color: white;
    font-weight: 900;
    letter-spacing: 1px;
}

.text-documentation-provide {
    color: white;
    font-size: 1rem;
    line-height: 1.6rem;
}

.text-documentation-provide span {
    font-weight: 700;
}

.box-bg-image > img {
    border-right: 2px solid white;
}

.box-bg-blue {
    background-color: var(--blue);
    padding: 4rem 6rem 4rem 2rem;
}

.list-documentation-provide {
    color: var(--light-blue);
    font-size: 1.1rem;
    line-height: 1.2rem;
    list-style-type: circle;
}

.list-documentation-provide span {
    font-weight: 700;
    color: white;
}

.list-documentation-provide li {
    margin-bottom: 15px;
}

.list-documentation-provide li:last-child {
    margin-bottom: 0px;
}

.title-block {
    font-size: 3rem;
    line-height: 3.2rem;
    font-weight: 900;
    color: var(--blue);
    letter-spacing: 2px;
    text-transform: uppercase;
}

.subtitle-block {
    font-style: italic;
    font-size: 1.2rem;
    line-height: 1.4rem;
}

.subtitle-block a {
    color: var(--blue);
    font-style: italic;
}

.title-step-form {
    color: var(--blue);
    font-size: 1.2rem;
    font-weight: 700;
}

.text-step-form {
    line-height: 1.3rem;
    font-size: 1.1rem;
}

.text-service {
    text-align: justify;
}

.text-service {
    text-align: justify;
    font-size: 1.1rem;
    line-height: 1.4rem;
}

.text-service span {
    font-weight: 700;
}

.modal.show .modal-dialog {
    min-width: 55%;
}

.modal-header .btn-close:focus {
    box-shadow: none;
}

.modal-content {
    border-radius: 25px;
}

.modal-content .title-modal {
    color: var(--blue);
    font-size: 2.4rem;
    line-height: 2.5rem;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.modal-content .text-modal {
    font-size: 1.1rem;
    line-height: 1.4rem;
}

.modal-content .text-modal span {
    font-weight: 700;
}

.modal-content .list-documentation-provide-modal li span {
    font-weight: 700;
}

.modal-header {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.modal-footer {
    border-top: 0px;
    padding-top: 0px;
    padding-bottom: 40px;
}

.modal-footer a {
    background-color: var(--red);
    border: none;
    padding: 10px 18px;
    font-size: 1.3rem;
    font-weight: 800;
    color: white;
    line-height: 19px;
    border-radius: 12px;
}

.modal-footer a:hover, .modal-footer a:focus, .modal-footer a:active {
    background-color: var(--red) !important;
    color: white !important;
}
/* ----- END INDEX PAGE ----- */

/* ----- REGISTRATION FORM PAGE ----- */
.box-form-steps .button-step {
    border: 2px solid var(--red);
    border-radius: 20px;
    color: var(--red);
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2rem;
    padding: 16px 20px;
    text-transform: uppercase;
}

.box-form-steps .button-step.active {
    background-color: var(--red);
    color: white;
}

.block-form input, .block-form textarea {
    border: 1px solid var(--blue);
    border-radius: 7px;
    padding: 2px 10px;
}

.block-form textarea {
    padding: 6px 10px;
}

.block-form input:focus-visible, .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--light-blue);
}

.block-form input[type="text"] {
    width: 100%;
}

.block-form  #block-services-asindown {
    border: 1px solid var(--blue);
    border-radius: 12px;
    padding: 15px 30px;
}

.block-form .label-form, .block-form label {
    font-size: 1.1rem;
    line-height: 1.3rem;
}

.block-form .radio-select > div > label {
    display: flex;
    align-items: center;
    margin-right: 25px;
    width: max-content;
}

.block-form .radio-select > div > label > input[type='radio'] {
    margin-right: 8px !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}
  
.switch input { 
    opacity: 0;
    /*width: 0;
    height: 0;*/
}
  
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid darkgrey;
}
  
.slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 4px;
    bottom: 3px;
    background-color: darkgrey;
    -webkit-transition: .4s;
    transition: .4s;
}
  
input:checked + .slider {
    border: 1px solid var(--blue);
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
    background-color: var(--blue);
}

.slider.round {
    border-radius: 34px;
}
  
.slider.round:before {
    border-radius: 50%;
}

.separator-line-form {
    border-top: 2px solid var(--light-blue);
    opacity: 1;
}

.separator-line-form-blue {
    border-top: 3px solid var(--blue);
    opacity: 1;
}

.separator-line-form-red {
    border-top: 2px solid var(--red);
    opacity: 1;
}

.title-block-form {
    font-size: 1.2rem;
    font-weight: 700;
}

.form-legal-text {
    text-align: justify;
    font-size: 0.88rem;
    line-height: 1rem;
    color: grey;
}

.name-attached {
    font-size: 1.1rem;
    line-height: 1.3rem;
}

.title-optional-attachments {
    font-size: 1.3rem;
    line-height: 1.6rem;
    font-weight: 700;
    color: var(--blue);
}

.custom-file-upload {
    position: relative;
    display: inline-block;
}

.custom-file-upload input[type="file"], .custom-checkbox-attachment input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
    width: -webkit-fill-available;
}

.custom-file-upload label, .custom-file-download, .custom-checkbox-attachment {
    cursor: pointer;
    padding: 8px 0px;
    border: 2px solid var(--blue);
    color: var(--blue);
    background-color: white;
    border-radius: 15px;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 31px;
}

.custom-file-download > img {
    rotate: 180deg;
}

.custom-checkbox-attachment label {
    cursor: pointer;
}

.custom-checkbox-attachment-confirm {
    background-color: var(--blue);
    color: white;
}

/*.custom-file-upload label:hover, .custom-file-download:hover, .custom-checkbox-attachment:hover, .custom-checkbox-attachment-confirm {
    background-color: var(--blue);
    color: white;
}*/

.custom-file-upload i, .custom-file-download i, .custom-checkbox-attachment i {
    margin-right: 5px;
}

.custom-file-upload-confirm label, .custom-checkbox-attachment-confirm .label {
    background-color: var(--blue);
    color: white;
}

.attachment-required {
    font-style: italic;
    font-size: 1.1rem;
}

.table-services thead tr th {
    font-size: 0.87rem;
    line-height: 1rem;
    font-weight: 300;
    text-align: center;
    color: grey;
}

.table-services tbody tr {
    border-bottom-width: 2px;
    border-color: var(--light-blue);
}

.table-services tbody tr:first-child {
    border-top-width: 0px;
    border-color: var(--light-blue);
}

.table-services tbody tr th {
    border-right: 2px solid var(--light-blue);
    border-left: 0px;
    border-top: 0px;
    font-size: 1.15rem;
    line-height: 1.2rem;
}

.table-services tbody tr td {
    border-width: 0;
    border-bottom: 2px solid white;
    font-size: 1.1rem;
    line-height: 1.3rem;
}

.table-services>:not(caption)>*>* {
    border-bottom: 0px;
    padding: 15px;
}

.table-services tbody tr.last-row, .table-services tbody tr.last-row td {
    border-width: 0;
    border-bottom: 2px solid var(--light-blue);
}

.table-services tbody tr td:last-child {
    background-color: var(--light-blue);
    border-bottom: 2px solid var(--light-blue);
    padding: 10px 15px;
}

.table-services tbody tr.last-row td:last-child {
    border-bottom: 2px solid white;
}

.table-services tbody tr td.table-last-item {
    border-color: var(--light-blue);
}

.accordion-item {
    border: 0px;
    margin-bottom: 20px;
    border-radius: 0px !important;
}

.accordion-item .accordion-button {
    padding: 20px;
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-weight: 900;
    color: white;
    text-transform: uppercase;
    border-radius: 0px !important;
}

.accordion-body {
    padding: 10px 0px;
}

.accordion-body .area-notes {
    font-size: 1.1rem;
    text-align: center;
    font-style: italic;
}

.accordion-button.collapsed {
    background-color: white;
    color: var(--blue);
    border-top: 2px solid var(--blue);
    border-bottom: 2px solid var(--blue);
}

.accordion-button::after {
    background-image: url("/static/images/icon-arrow-close.png");
    background-position: center;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("/static/images/icon-arrow-open.png");
    background-position: center;
    transform: none;
}

.accordion-button:not(.collapsed) {
    background-color: var(--blue);
}

.accordion-button:focus {
    box-shadow: none;
}

.label-terms-services {
    font-size: 1.1rem;
    line-height: 1.3rem;
    text-align: justify;
}

.block-total-price p {
    font-size: 1.1rem;
    line-height: 1.3rem;
}

.block-total-price input#total_price {
    text-align: right;
    padding: 2px 0px;
    border: 0px;
    font-weight: 700;
}

.block-total-price p span {
    font-weight: 700;
}

.table-summary tbody tr th {
    font-weight: 800;
    font-size: 1.1rem;
}

.table-summary>:not(caption)>*>* {
    border-bottom: 0px;
    padding: 5px 15px;
    font-size: 1.1rem;
    line-height: 1.2rem;
}

.table-summary tbody tr th span {
    font-weight: 400;
    font-size: 1.1rem;
}

.title-summary {
    font-size: 1.2rem !important;
    line-height: 1.3rem !important;
    font-weight: 800 !important;
    color: var(--blue) !important;
}

.return-button-step img {
    rotate: 180deg;
}

.submit-form {
    background-color: var(--red);
    color: white;
    padding: 10px 20px;
    border-radius: 15px;
    font-size: 1.3rem;
    font-weight: 800;
    border: 1px solid var(--red);
    line-height: 19px;
}

.submit-form.button-send {
    background-color: var(--red);
    color: white;
    padding: 14px 50px;
    border-radius: 15px;
    font-size: 1.3rem;
    font-weight: 800;
    border: 1px solid var(--red);
    line-height: 19px;
}

.title-block-form-resume {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--blue);
}

.label-resume {
    font-size: 1.1rem;
    line-height: 1.3rem;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.label-resume span {
    font-weight: 400;
}

.info-resume {
    font-size: 1.1rem;
    line-height: 1.3rem;
}
/* ----- END REGISTRATION FORM PAGE ----- */

input[type="checkbox"] {
    accent-color: var(--blue);
    width: 17px;
    height: 17px;
}

.attachment-radio, .custom-radio-attachment label {
    vertical-align: middle;
}

input[type='radio'] {
    -webkit-appearance: none;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    outline: none;
    border: 1px solid var(--blue);
    padding: 0px;
}

input[type='radio']:before {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    margin: 2px;
    border-radius: 100%;
}

input[type="radio"]:checked:before {
    background: var(--blue);
    
}

input[type="radio"]:checked {
  border-color:var(--blue);
}

/* ENROLLMENT PROFILE PAGE */
.header-page {
    background-color: var(--blue);
}

.header-page .header-title {
    color: white;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 1px;
}

.link-attachment a, .button-request-changes, .button-request-changes:hover {
    background-color: var(--red);
    color: white;
    padding: 5px 25px;
    border-radius: 10px;
}

.button-request-changes {
    font-weight: 600;
}

.title-block-account {
    font-size: 2rem;
    line-height: 2.2rem;
    font-weight: 900;
    color: var(--red);
    text-transform: uppercase;
}

.card-communication {
    border: 1px solid var(--light-blue);
    padding: 0px;
}

.card-communication .card-header {
    background-color: var(--light-blue);
    font-size: 1.1rem;
}

.card-communication .card-text {
    color: black;
}

.card-communication .card-text span {
    font-weight: 600;
}

.card-communication .card-body {
    padding: 15px 20px 5px 20px;
}

.button-request-cancellation {
    background-color: var(--red);
    color: white;
    padding: 8px 25px;
    border-radius: 10px;
    font-size: 1.1rem;
    border: 0px;
}

.success-message {
    color: black;
}

.button-cancel-service {
    background-color: var(--red);
    color: white;
    padding: 5px 0px;
    width: 100%;
    border-radius: 10px;
    font-size: 0.9rem;
    border: 0px;
}
/* END ENROLLMENT PROFILE PAGE*/

/* MOBILE VERSION */
@media only screen and (min-width: 1024px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .text-main-banner {
        font-size: 3rem;
    }
}

/* Escritorio grande */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .text-main-banner {
        padding: 10px 50px;
        font-size: 2rem;
    }

    .custom-file-upload label, .custom-file-download, .custom-checkbox-attachment {
        padding: 10px 5px;
        font-size: 0.9rem;
    }

    .name-attached, .attachment-required {
        font-size: 1rem;
    }

    .accordion-item .accordion-button {
        font-size: 1.3rem;
        line-height: 1.5rem;
    }

    .table-services tbody tr th {
        font-size: 1.1rem;
    }

    .table-services tbody tr td {
        font-size: 1rem;
        line-height: 1.2rem;
    }

    .label-resume {
        font-size: 1rem;
        line-height: 1.2rem;
    }

    .block-form .label-form, .block-form label {
        font-size: 1rem;
        line-height: 1.2rem;
    }

    .text-step-form {
        line-height: 1.2rem;
        font-size: 1rem;
    }

    .list-documentation-provide {
        font-size: 1rem;
        line-height: 1.1rem;
    }

    .text-service {
        font-size: 1rem;
        line-height: 1.2rem;
    }

    .title-block {
        font-size: 2.5rem;
        line-height: 3rem;
    }
}

/* Escritorio pequeño / tablet */
@media only screen and (min-width: 768px) and (max-width: 991px) {
}

/* TABLETS */
@media only screen and (min-width: 576px) and (max-width: 767px) {
}

/* MOBILE VERSION */
@media only screen and (max-width: 575px) {
    .header-menu > p {
        padding: 10px 20px;
        font-size: 0.7rem;
        line-height: 1rem;
        letter-spacing: 0px;
    }

    .header-menu > p:first-child img {
        width: 6px !important;
    }

    .text-main-banner {
        padding: 10px 30px;
        font-size: 1.2rem;
        line-height: 1.2rem;
        letter-spacing: 0px;
    }

    .title-question-landing {
        font-size: 1.2rem;
        line-height: 1.5rem;
        letter-spacing: 0px;
    }

    .text-landing {
        font-size: 1rem;
        line-height: 1.3rem;
    }

    .text-box-blue {
        font-size: 1rem;
        line-height: 1.2rem;
    }

    .box-blue img {
        width: 28%;
    }

    .title-box-blue, .text-box-blue {
        font-size: 0.8rem;
        line-height: 1rem;
    }

    .block-buttons.negative a {
        font-size: 1rem;
        line-height: 1.1rem;
    }

    .block-buttons button {
        padding: 8px 6px;
        font-size: 0.9rem;
        line-height: 1rem;
    }

    .title-block {
        font-size: 1.3rem;
        line-height: 1.6rem;
        letter-spacing: 0px;
    }

    .subtitle-block {
        font-size: 0.9rem;
        line-height: 1.1rem;
    }

    .title-step-form {
        font-size: 1.1rem;
    }

    .text-step-form {
        line-height: 1.1rem;
        font-size: 0.9rem;
    }

    .box-documentation-provide {
        width: 75%;
    }

    .title-documentation-provide {
        font-size: 1.3rem;
        line-height: 1.4rem;
    }

    .box-bg-image {
        padding-right: 0px !important;
    }

    .text-documentation-provide {
        font-size: 0.9rem;
        line-height: 1rem;
    }

    .box-bg-image > img {
        border: 0px;
    }

    .list-documentation-provide {
        font-size: 1rem;
        line-height: 1.1rem;
    }

    .box-bg-blue {
        padding: 2rem;
    }

    .text-service {
        font-size: 0.8rem;
        line-height: 1rem;
    }

    .first-footer > img {
        width: 20%;
    }

    .first-footer p {
        font-size: 0.9rem;
        line-height: 1.2rem;
    }

    .second-footer p {
        font-size: 0.6rem;
    }

    .modal-content .title-modal {
        font-size: 2rem;
        line-height: 2rem;
        letter-spacing: 0px;
    }

    .modal-content .text-modal {
        font-size: 0.9rem;
        line-height: 1.2rem;
    }

    .modal-content .list-documentation-provide-modal {
        font-size: 0.9rem;
    }

    .modal-footer a {
        font-size: 1rem;
    }

    .box-form-steps .button-step {
        font-size: 1rem;
        line-height: 1.1rem;
        padding: 6px 10px;
    }

    .block-form .label-form, .block-form label {
        font-size: 0.9rem;
        line-height: 1.2rem;
    }

    .block-form .radio-select > div > label {
        margin-right: 12px;
    }

    .submit-form {
        padding: 10px 10px;
        font-size: 1.1rem;
    }

    .margin-top {
        margin-top: 3rem;
    }

    .submit-form {
        width: 95% !important;
    }

    .title-block-form {
        font-size: 1.1rem;
        margin-bottom: 9px;
    }

    .block-form input[type="text"], .block-form input[type="email"] {
        width: 100% !important;
    }

    .name-attached {
        font-size: 1rem;
        line-height: 1.2rem;
    }

    .attachment-required {
        font-style: italic;
        font-size: 0.8rem;
    }

    .custom-file-upload label, .custom-file-download, .custom-checkbox-attachment, .custom-checkbox-attachment label {
        font-size: 0.8rem;
        line-height: 0.8rem;
    }

    .custom-file-download > img, .custom-file-upload label > img {
        width: 20px !important;
    }

    .buttons-attached-documents {
        align-items: center;
    }

    .bg-danger p {
        font-size: 0.8rem;
    }

    .accordion-item .accordion-button {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }

    .table-services tbody tr th {
        font-size: 0.9rem;
        line-height: 1rem;
    }

    .table-services tbody tr td {
        font-size: 0.8rem;
        line-height: 1rem;
    }

    .table-services>:not(caption)>*>* {
        padding: 8px;
    }

    .block-total-price input#total_price {
        width: -webkit-fill-available;
    }

    .block-total-price p span {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .label-resume {
        font-size: 1rem;
        line-height: 1.2rem;
    }
}