

/*form styles*/
#msform {
max-width: 400px;
margin: 50px auto;
text-align: center;
position: relative;
}
    #msform fieldset {
        background: white;
        /* border: 0 none; */
        /* border-radius: 3px; */
        /* box-shadow: 0 0 15px 1px rgb(0 0 0 / 40%); */
        /*padding: 20px 30px;*/
        box-sizing: border-box;
        width: 100%;
        margin: 0 auto;
        position: absolute;
    }
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
display: none;
}
/*inputs*/
    #msform input, #msform textarea {
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 3px;
        margin-bottom: 14px;
        width: 100%;
        box-sizing: border-box;
        font-family: montserrat;
        color: #2C3E50;
        font-size: 16px;
        border-radius: 10px;
        border: solid 1.3px #d9e4ee;
        font-family: inherit;
    }

/*buttons*/
    #msform .action-button {
        width: 14.875rem;
        background: #f7bb22;
        font-weight: bold;
        color: black;
        border: 0 none;
        border-radius: 1px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px;
        border-radius: 12px;
        box-shadow: none !important;
    }
        #msform .action-button:hover, #msform .action-button:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px #f7bb22;
        }
/*headings*/
.fs-title {
    font-family:Ubuntu-Bold;
    font-style: normal;
    font-weight: 500;
    font-size: 20px !important;   
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #0D2B68 !important;
}

.fs-title-a {
    font-family: Ubuntu-Bold;
    font-style: normal;
    font-weight: 500;
    font-size: 15px !important;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #0D2B68;
}
.fs-title-xl {
    font-family:Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 40px !important;
    line-height: 23px;    
    letter-spacing: 0.02em;
    color: #0D2B68;
    font-weight: bold;
    text-align:left !important;    
}

.fs-title-principal {
    font-family:Ubuntu;
    font-style: normal;
    font-weight: 500;
    font-size: 23px !important;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #0D2B68;
}

.fs-subtitle {
    font-family: Ubuntu;
    font-weight: normal;
    font-size: 15px;
    color: #6d6e79 !important;
    margin-bottom: 8px;
}
/**/
.fs-subtitle-m {
    font-family: Ubuntu;
    font-weight: normal;
    font-size: 18px;
    color: #6d6e79;
    margin-bottom: 20px;
}

.fs-tea {
    font-family: Ubuntu;
    font-weight: normal;
    font-size: 11px;
    color: #1680FF;      
}

.fs-tea-a {
    font-family: Ubuntu;
    font-weight: normal;
    font-size: 18px;
    color: #0D2B68;
    margin-left: 0.3rem;
}

/*progressbar*/
#progressbar {
margin-bottom: 10px;
overflow: hidden;
/*CSS counters to number the steps*/
counter-reset: step;
padding:0;
}
#progressbar li {
list-style-type: none;
color: white;
text-transform: uppercase;
font-size: 9px;
width: 20%;
float: left;
position: relative;
}
    #progressbar li:before {
        content: counter(step);
        counter-increment: step;
        width: 18px;
        line-height: 18px;
        display: block;
        font-size: 10px;
        color: transparent;
        background: white;
        border: 3px solid #d4d4d4;
        border-radius: 18px;
        margin: 0 auto 5px auto;
        position: relative;
        z-index: 2;
        box-sizing: content-box;
    }
#progressbar li i{
display: block;
opacity: 0;
    background: transparent;
    width: 8px;
    height: 8px;
    border-radius: 20px;
    margin: 0 auto 0px auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    z-index:3;
}
    #progressbar li.active i {
        background: #0079A1;
        opacity: 1;
    }
/*progressbar connectors*/
    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: #d2d2d2;
        position: absolute;
        left: -50%;
        top: 9px;
        z-index: 0;
    }
#progressbar li:first-child:after {
/*connector not needed before the first step*/
content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
    #progressbar li.active:before {
        color: transparent;
        background: #fff;
        border: 3px solid #0079A1;
    }
    #progressbar li.active:after {
        background: #0079A1;
    }

.rad label {
    width: 50%;
    margin: 0 10px;
    display: inline;
}

    .rad label input {
        margin-top: 5px;
        display: inline-block;
        width: auto !important;
    }

.rad label span {
    display: inline-block;
    margin-left: 5px;
}



#step {
    min-height: 760px;
}
#titulomodal .icono {
    height: auto;
    display: block;
    margin: 0 auto;
    margin-top: auto;
    margin-bottom: auto;
}
.icono img {
    margin:0 auto;
    display:block;
}
#titulomodal {
    width:100%;
}
#opciones .wrap .cuadro .detalle > p {
    line-height:17px;
}
@media screen and (max-width: 550px) {
    .consulta {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.cuenta {
    border: 2px solid #e6edf6;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    padding: 10px;
    margin-top: 22px;
}

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    top: 5.33333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 25px;
    width: 25px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
}

    .option-input:hover {
        background: #9faab7;
    }

    .option-input:checked {
        background: #0079a1;
        color: blueviolet;
    }

        .option-input:checked::before {
            height: 25px;
            width: 25px;
            position: absolute;
            display: inline-block;
            font-size: 21.66667px;
            text-align: center;
            line-height: 25px;
            color: #fff;
            content: "\2713";
            text-align: center;
        }

        .option-input:checked::after {
            -webkit-animation: click-wave 0.65s;
            -moz-animation: click-wave 0.65s;
            animation: click-wave 0.65s;
            background: #ffffff;
            content: '';
            display: block;
            position: relative;
            z-index: 100;
        }

    .option-input.radio {
        border-radius: 25%;
    }

        .option-input.radio::after {
            border-radius: 25%;
        }


.btn-radio:hover {
    color: #007bff;
}

.btn-radio {
    border-bottom: 4px solid #ffffff !important;
    border: none;
    border-radius: 0px;
    color: #6d6e79;
    outline-color: transparent;
    box-shadow: none !important;
}


.activa {
    border-bottom: 4px solid #007bff !important;
    border: none;
    border-radius: 0px;
    color: #007bff;
}

.desactiva {
    border-bottom: 4px solid #e6edf6 !important;
    border: none;
    border-radius: 0px;
    color: #6d6e79;
}


.button-confirmar {
    background: #1680ff;
    text-decoration: none;
    /* box-shadow: 0px 10px 20px rgb(246 187 34 / 51%); */
    border-radius: 12px;
    border: solid 2px #1680ff;
    font-weight: bold;
    font-size: 14px;
    outline: none;
    color: #ffffff;
    font-family: Ubuntu;
}

.button-solicitar {
    background: #1680ff;
    text-decoration: none;
    /* box-shadow: 0px 10px 20px rgb(246 187 34 / 51%); */
    border-radius: 12px;
    border: solid 2px #1680ff;
    font-weight: bold;
    font-size: 14px;
    outline: none;
    color: #ffffff !important;
    font-family: Ubuntu;
    padding: 8px 22px;
    margin-left: 1.5rem;
}

.button-conocer {
    background: #ffffff;
    text-decoration: none;
    /* box-shadow: 0px 10px 20px rgb(246 187 34 / 51%); */
    border-radius: 12px;
    border: none;
    font-weight: bold;
    font-size: 14px;
    outline: none;
    color: #1680ff !important;
    font-family: Ubuntu;
}

    .button-confirmar:hover {
        text-decoration: none;
        color: #ffffff;
    }

/*TOOLTIP*/

@media only screen and (min-width: 768px) {
    .tooltipe {
        display: none;
        background: #007bff;
        color: white;
        padding: 10px;
    }

    .p-relative p {
        margin: 0 !important;
        font-size: 13px !important;
    }

    .tooltipe:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 9px solid #007bff;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        position: absolute;
        right: -9px;
        top: 10px;
    }

    .p-relative {
        position: relative;
        max-width: 200px;
    }

        .p-relative input[type="radio"] {
            /* width: 40px;
        height: 40px;
        display: block;
        background: #007bff;*/
        }

            .p-relative input[type="radio"]:checked + .tooltipe {
                display: block;
                position: absolute;
                top: 0;
                border-radius: 6px;
                left: -100px;
                width: 105px;
            }
}

    @media only screen and (max-width: 768px) {
        .tooltipe {
            display: none;
            background: #007bff;
            color: white;
            padding: 10px;
        }

        .p-relative p {
            margin: 0 !important;
            font-size: 13px !important;
        }
        .vigencia {
            margin: 15px !important;
        }
        .terminosycondiciones p {
            font-size: 13px;
        }
        /*.tooltipe:before {
            content: "";
            width: 0;
            height: 0;
            border-left: 9px solid transparent;
            border-top: 7px solid transparent;
            border-bottom: 7px solid #007bff;
            position: absolute;
            bottom: -5px;
        }*/

        .tooltipe::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 15px;
            border-width: 5px;
            border-style: solid;
            border-color: #007bff transparent transparent transparent;
        }
        .p-relative {
            position: relative;
            max-width: 200px;
        }

            .p-relative input[type="radio"] {
                /* width: 40px;
        height: 40px;
        display: block;
        background: #007bff;*/
            }

                .p-relative input[type="radio"]:checked + .tooltipe {
                    display: block;
                    position: absolute;
                    top: -60px;
                    border-radius: 6px;
                    left: 10px;
                    width: 105px;
                }
    }


@media only screen and (max-width: 768px) {

    .modal-participa {
        /*display: none;*/ /* Hidden by default */
        position: fixed; /* Stay in place */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(10, 19, 38, 0.35); /* Black w/ opacity */
    }

    .modal-participa-content {
        background-color: #fefefe !important;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        position: absolute !important;
        margin: auto;
        padding: 42px 28px 28px 29px;
        padding-top: 1rem;
        width: 357px !important;
        border: 0px !important;
        border-radius: 1rem !important;
        box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.14) !important;
    }

        .modal-participa-content .dvclosemodal {
            text-align: right;
            margin-right: -1rem;
        }

    #titulomodal {
        padding: 0px;
        margin: 0px;
        margin-bottom: 15px;
    }


        #titulomodal .flex-jumpline .detalle {
            height: auto;
            width: auto;
        }

            #titulomodal .flex-jumpline .detalle > p.titulo {
                color: #0D2B68;
                font-family: Ubuntu-Bold;
                font-size: 25px;
                margin-bottom: 0px;
            }

            #titulomodal .flex-jumpline .detalle > p.subtitulo {
                color: #6D6E79;
                font-family: Ubuntu;
                font-size: 16px;
            }

    #opciones .wrap {
        padding: 0px;
    }

/*        #opciones .wrap .cuadro {
            width: 300px;
            background: #ffffff;
          
            box-sizing: border-box;
            box-shadow: 0px 4px 5px rgba(49, 59, 160, 0.05);
           
            margin-bottom: 10px;
        }*/

            #opciones .wrap .cuadro .icono {
                height: auto;
                width: auto;
                margin-top: 20px;
                margin-bottom: 8px;
                text-align: center;
            }

            #opciones .wrap .cuadro .detalle {
                height: auto;
                width: auto;
                text-align: center;
            }

                #opciones .wrap .cuadro .detalle > h2 {
                    font-family: Ubuntu-Bold;
                    font-size: 18px;
                    color: #0D2B68;
                    margin: 15px 0px;
                }

                #opciones .wrap .cuadro .detalle > p {
                    font-family: Ubuntu;
                    font-size: 14px;
                    color: #6D6E79;
                    margin: 0px;
                    margin-left: 20px;
                    margin-right: 20px;
                }

                    #opciones .wrap .cuadro .detalle > p > span {
                        background-color: #2ABE4B;
                        color: white;
                        display: inline-block;
                        border-radius: 5px;
                        padding-left: 5px;
                        padding-right: 5px;
                    }

            #opciones .wrap .cuadro .opciones {
                height: auto;
                width: auto;
                padding-left: 30px;
                padding-right: 30px;
                margin-top: auto;
                margin-bottom: auto;
            }

                #opciones .wrap .cuadro .opciones > button {
                    margin-top: 14px;
                    margin-bottom: 20px;
                    border-radius: 5px;
                    background: #1680FF;
                    border: none;
                    color: white;
                    font-size: 14px;
                    font-family: Ubuntu;
                    height: 40px;
                    width: 165px;
                    outline: none;
                }

    #mdParticipa .modal-participa-content .terminosycondiciones {
        display: flex;
        justify-content: center;
        text-align: center;
        color: #0D2B68;
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) {

    .modal-participa {
        /*display: none;*/ /* Hidden by default */
        position: fixed; /* Stay in place */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        /*overflow: auto;*/ /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(10, 19, 38, 0.35); /* Black w/ opacity */
    }

    .modal-participa-content {
        background-color: #fefefe !important;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        position: absolute !important;
        margin: auto;
        padding: 30px 40px 30px 40px;
        padding-top: 1rem;
        width: 620px !important;
        border: 0px !important;
        border-radius: 1rem !important;
        box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.14) !important;
    }

        .modal-participa-content .dvclosemodal {
            text-align: right;
            margin-right: 0rem;
        }

    #titulomodal {
        padding: 0px;
        margin: 0px;
        margin-bottom: 15px;
    }



        #titulomodal .flex-jumpline .detalle {
            height: auto;
            width: 606px;
        }

        #titulomodal > div > div > p.titulo {
            color: #0D2B68;
            font-family: Ubuntu-Bold;
            font-size: 25px;
            margin-bottom: 0px;
        }

        #titulomodal > div > div > p.subtitulo {
            color: #6D6E79;
            font-family: Ubuntu;
            font-size: 16px;
        }

    #opciones .wrap {
        padding: 0px;
    }

        #opciones .wrap .cuadro {
            width: 545px;
            background: #ffffff;
            /*border: 2px solid #F2F4F8;*/
            box-sizing: border-box;
           /* box-shadow: 0px 4px 5px rgba(49, 59, 160, 0.05);*/
            border-radius: 10px;
            margin-bottom: 15px;
        }

            #opciones .wrap .cuadro .flex-jumpline {
                align-items: center;
            }

            #opciones .wrap .cuadro .icono {
                height: auto;
                width: 99px;
                margin-top: auto;
                margin-bottom: auto;
                text-align: center;
            }

            #opciones .wrap .cuadro .detalle {
                height: auto;
                width: 530px;
                margin-top: 20px;
                margin-bottom: 19px;
                margin:auto;
            }

                #opciones .wrap .cuadro .detalle > h2 {
                    font-family: Ubuntu-Bold;
                    font-size: 18px;
                    color: #0D2B68;
                    margin: 0px;
                    text-align: center;
                }

                #opciones .wrap .cuadro .detalle > p {
                    font-family: Ubuntu;
                    font-size: 14px;
                    color: #6D6E79;
                    width: 530px;
                    margin: 0px;
                    text-align: center;
                    margin-top: 10px;
                }

                    #opciones .wrap .cuadro .detalle > p > span {
                        background-color: #2ABE4B;
                        color: white;
                        display: inline-block;
                        border-radius: 5px;
                        padding-left: 5px;
                        padding-right: 5px;
                    }

            #opciones .wrap .cuadro .opciones {
                height: auto;
                width: 225px;
                padding-left: 30px;
                padding-right: 30px;
                margin-top: auto;
                margin-bottom: auto;
            }

                #opciones .wrap .cuadro .opciones > button {
                    border-radius: 5px;
                    background: #1680FF;
                    border: none;
                    color: white;
                    font-size: 14px;
                    font-family: Ubuntu;
                    height: 40px;
                    width: 165px;
                    outline: none;
                }

    #mdParticipa > .modal-participa-content > .terminosycondiciones {
        display: flex;
        margin-top: 2.3rem;
        justify-content: center;
        text-align: center;
        color: #0D2B68;
        font-size: 16px;
    }
}
.modal-participa {
    z-index: 10;
}