    .bg-registro .popup {
        padding: 20px;
        background: var(--textoregistro);
        border-radius: 20px;
        width: 550px;
        position: relative;
    }

    .bg-registro {
        color: white;
        background-image: url("../img/background_index.png");
        height: 130vh;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bg-registro p {
        color: white;
        margin: 0 auto;
    }

    .bg-registro a {
        color: white;
    }

    .bg-registro .form-group {
        align-items: center;
        justify-content: center;
        display: flex;
        padding: 10px;
        margin-top: 0px;
        margin-bottom: 0rem;
    }

    .bg-registro .col-md-6 {
        flex: 0 0 50%;
        max-width: none;
    }

    .bg-registro .legal {
        font-size: 14px;
        color: var(--textoregistrolegal);
        padding: 10px;
        line-height: 115%;
        font-weight: normal;
    }

    .bg-registro .legal a {
        color: var(--textoregistrolegal);
    }

    .cond {
        color: var(--red) !important;
        font-size: 22px !important;
        font-weight: bolder;
    }

    .btn-primary:hover {
        background-color: #E6162E !important;
        border-color: #E6162E !important;
    }

    .legal_condiciones {
        margin-top: -10px !important;
        margin-left: 5px !important;
        margin-bottom: -10px !important;
    }

    .legal_condiciones a {
        color: var(--red) !important;
        font-size: 14px !important;
        font-weight: bolder;
    }

    .asteriscos {
        color: var(--red) !important;
    }

    .course-links-p {
        background: #E6162E;
        border-radius: 55px;
        font-size: 1.35em;
        margin-left: 99px;
        width: 359px;
        text-align: center;
        height: 39px;
        padding-top: 4px;
    }

    .course-links {
        margin: 0 auto;
        padding: 0px;
        display: flex;
        margin-top: 40px;
    }

    .bg-registro h1 {
        font-size: 5em;
        text-align: center;
        margin: 0px 0px 0px 0px;
        color: white;
        font-weight: bolder;
        letter-spacing: 7px;
    }

    .course-p {
        font-size: 2em;
        line-height: 120%;
    }

    .bg-registro .form-control {
        display: block;
        width: 373px;
        height: calc(1.6em + 0.75rem + 5px);
        padding: 0.375rem 0.75rem;
        font-size: 0.9rem;
        font-weight: 400;
        line-height: 1.6;
        color: var(--textoregistrolegal);
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 2.25rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        -webkit-box-shadow: 9px 8px 15px -6px rgba(179, 179, 179, 0.71);
        -moz-box-shadow: 9px 8px 15px -6px rgba(179, 179, 179, 0.71);
        box-shadow: 9px 8px 15px -6px rgba(179, 179, 179, 0.71);
    }

    /* Responsive view course */

    @media only screen and (max-width: 500px) {
        .bg-course h1 {
            font-size: 2em;
            text-align: center;
            margin: 0px 0px 0px 0px;
            color: white;
            font-weight: bolder;
            letter-spacing: 4px;
        }

        .course-p {
            font-size: 1.1em;
            line-height: 120%;
            font-weight: bold;
            margin-top: 15px !important;
        }

        .course-links-p {
            background: #E6162E;
            font-size: 1.04em;
            margin-left: 99px;
            height: 33px;
            margin-top: 20px !important;
            padding-top: 4px;
        }

        .colselect:after {
            right: 50px !important;
            position: absolute;
            pointer-events: none;
        }

        .course-links-p {
            background: #E6162E;
            font-size: 1.04em;
            margin-left: 99px;
            height: 33px;
            margin-top: 20px !important;
            padding-top: 4px;
        }

        .bg-registro .popup {
            width: 340px;
            margin-top: 120px;
        }
    }

    .registro {
        color: #E6162E !important;
        font-size: 21px;
        font-weight: bold;
    }

    .registrar_popup {
        font-size: 19px;
        color: blue;
    }

    /* Cambair colore de placeholder formulario */

    ::-webkit-input-placeholder {
        /* Edge */
        color: var(--textoregistrolegal) !important;
    }

    :-ms-input-placeholder {
        /* Internet Explorer */
        color: var(--textoregistrolegal) !important;
    }

    ::placeholder {
        color: var(--textoregistrolegal) !important;
    }

    select {
        width: 150px;
        height: 30px;
        padding: 5px;
        color: var(--textoregistrolegal);
    }

    select option {
        color: var(--textoregistrolegal);
    }

    select option:first-child {
        color: var(--textoregistrolegal);
    }

    /* Input placeholder */
    /* Input placeholder */

    input#name {
        background-image: url("../img/registro/nombre.jpg");
    }

    select#id_option {
        background-image: url("../img/registro/tipo.jpg");
    }

    div.form-select img {
        content: url("../img/registro/tipo.jpg");
        width: 35px;
    }

    input#id_number1 {
        background-image: url("../img/registro/numero.jpg");
    }

    input#phone {
        background-image: url("../img/registro/celular.jpg");
    }

    input#email {
        background-image: url("../img/registro/email.png");
        background-position-x: 10px;
        background-position-y: 4px;
        background-size: 40px 32px !important;
    }

    /*.colselect:after {
            content: url("../img/icono_flecha.png");   
        } */

    input#name {
        background-size: contain;
        background-repeat: no-repeat;
        text-indent: 50px;
        font-weight: bolder;
        color: var(--textoregistrolegal);
        padding-top: 10px;
        font-size: 17px;
    }

    input#name:focus {
        background-image: none;
        text-indent: 0px
    }

    select#id_option {
        background-size: contain;
        background-repeat: no-repeat;
        text-indent: 50px;
        font-weight: bolder;
        color: var(--footersubtext);
        padding-top: 10px;
        font-size: 17px;
    }

    input#id_option:focus {
        background-image: none;
        text-indent: 0px
    }

    input#id_number {
        background-size: contain;
        background-repeat: no-repeat;
        text-indent: 50px;
        font-weight: bolder;
        color: var(--textoregistrolegal);
        padding-top: 10px;
        font-size: 17px;
    }

    input#id_number:focus {
        background-image: none;
        text-indent: 0px
    }

    input#phone {
        background-size: contain;
        background-repeat: no-repeat;
        text-indent: 50px;
        font-weight: bolder;
        color: var(--textoregistrolegal);
        padding-top: 10px;
        font-size: 17px;
    }

    input#phone:focus {
        background-image: none;
        text-indent: 0px;
    }

    input#email {
        background-size: contain;
        background-repeat: no-repeat;
        text-indent: 50px;
        font-weight: bolder;
        color: var(--textoregistrolegal);
        padding-top: 10px;
        font-size: 17px;
    }

    input#email:focus {
        background-image: none;
        text-indent: 0px;
    }

    input#id_number1 {
        background-size: contain;
        background-repeat: no-repeat;
        text-indent: 50px;
        font-weight: bolder;
        color: var(--textoregistrolegal);
        padding-top: 10px;
        font-size: 17px;
    }

    input#id_number1:focus {
        background-image: none;
        text-indent: 0px;
    }

    input[type=radio],
    input[type=checkbox] {
        box-sizing: border-box;
        padding: 0;
        width: 25px;
    }

    /* styling select   */

    .colselect {
        position: relative;
    }

    /*To remove button from IE11, thank you Matt */

    select::-ms-expand {
        display: none;
    }

    .colselect select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .colselect:after {
        right: 90px;
        position: absolute;
        pointer-events: none;
    }

    .course-links-p {
        background: #E6162E;
        border-radius: 55px;
        font-size: 1.35em;
        margin-left: 99px;
        width: 359px;
        text-align: center;
        height: 39px;
        padding-top: 4px;
    }

    .course-links {
        margin: 0 auto;
        padding: 0px;
        display: flex;
        margin-top: 40px;
    }

    .dashFooterBtn {
        top: -18px !important;
    }

    @media screen and (max-width: 1024px) and (min-width: 970px) {
        .bg-registro {
            height: 122vh !important;
        }
    }

    @media screen and (min-width: 1280px) {
        .bg-registro {
            height: 122vh !important;
        }
    }

    @media screen and (max-width: 970px) and (min-width: 600px) {
        .bg-registro {
            height: 122vh !important;
        }
    }

    .card-body {
        flex: 1 1 auto;
        min-height: 1px;
        padding: 1.25rem;
        padding-top: 0px !important;
    }

    .list_errors {
        list-style-type: none;
        /* text-align-last: center; */
        padding: 0;
        font-size: 1.3em;
    }

    .list_errors li::before {
        content: "•";
        color: red;
        padding: 0 10px;
        font-size: 20px;
    }

    .form-select {
        border-radius: 50px;
        width: 400px;
    }

    @media only screen and (max-width: 768px) {
        .row {
            flex-direction: row !important;
        }

        .sect-social{
            flex-direction: column !important;
        }
    }

    @media screen and (max-width: 1366px) and (max-height: 768px) {
        .bg-registro {
            height: 142vh !important;
        }
    }

    @media screen and (max-width: 375px) and (max-height: 667px) {
        .bg-registro {
            height: 162vh !important;
        }
    }