/*custom font*/
@import url(https://fonts.googleapis.com/css?family=Montserrat);



@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    #msform input[type='checkbox'],#msform input[type='radio'] {
        --active: #275efe;
        --active-inner: #fff;
        --focus: 2px rgba(39, 94, 254, .3);
        --border: #bbc1e1;
        --border-hover: #275efe;
        --background: #fff;
        --disabled: #f6f8ff;
        --disabled-inner: #e1e6f9;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 21px;
        outline: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0;
        cursor: pointer;
        border: 1px solid var(--bc, var(--border));
        background: var(--b, var(--background));
        transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
        width: 10px;
    }
    #msform input[type='checkbox']:after, input[type='radio']:after {
        content: '';
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }
    #msform input[type='checkbox']:checked, input[type='radio']:checked {
        --b: var(--active);
        --bc: var(--active);
        --d-o: 0.3s;
        --d-t: 0.6s;
        --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
    }
    #msform input[type='checkbox']:disabled, input[type='radio']:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: 0.9;
    }
    #msform input[type='checkbox']:disabled:checked, input[type='radio']:disabled:checked {
        --b: var(--disabled-inner);
        --bc: var(--border);
    }
    #msform input[type='checkbox']:disabled + label, input[type='radio']:disabled + label {
        cursor: not-allowed;
    }
    #msform input[type='checkbox']:hover:not(:checked):not(:disabled), input[type='radio']:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover);
    }
    #msform input[type='checkbox']:focus, input[type='radio']:focus {
        box-shadow: 0 0 0 var(--focus);
    }
    #msform input[type='checkbox']:not(.switch), input[type='radio']:not(.switch) {
        width: 21px;
    }
    #msform input[type='checkbox']:not(.switch):after, input[type='radio']:not(.switch):after {
        opacity: var(--o, 0);
    }
    #msform input[type='checkbox']:not(.switch):checked, input[type='radio']:not(.switch):checked {
        --o: 1;
    }
    #msform input[type='checkbox'] + label, input[type='radio'] + label {
        font-size: 14px;
        line-height: 30px;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        margin-left: 5px;
        margin-right:5px
    }
    #msform input[type='checkbox']:not(.switch) {
        border-radius: 7px;
    }
    #msform input[type='checkbox']:not(.switch):after {
        width: 5px;
        height: 9px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 7px;
        top: 4px;
        transform: rotate(var(--r, 20deg));
    }
    #msform input[type='checkbox']:not(.switch):checked {
        --r: 43deg;
    }
    #msform input[type='checkbox'].switch {
        width: 38px;
        border-radius: 11px;
    }
    #msform input[type='checkbox'].switch:after {
        left: 2px;
        top: 2px;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        background: var(--ab, var(--border));
        transform: translateX(var(--x, 0));
    }
    #msform input[type='checkbox'].switch:checked {
        --ab: var(--active-inner);
        --x: 17px;
    }
    #msform input[type='checkbox'].switch:disabled:not(:checked):after {
        opacity: 0.6;
    }
    #msform input[type='radio'] {
        border-radius: 50%;
    }
    #msform input[type='radio']:after {
        width: 19px;
        height: 19px;
        border-radius: 50%;
        background: var(--active-inner);
        opacity: 0;
        transform: scale(var(--s, 0.7));
    }
    #msform input[type='radio']:checked {
        --s: 0.5;
    }
}
#msform ul {
    margin: 12px;
    padding: 0;
    list-style: none;
    width: 100%;
    max-width: 1200px;
}
#msform ul li {
    margin: 16px 0;
    position: relative;
}





body > section > div > div > div > div > div.grid-100.grid-parent > article > img {
    display:none;
}

/*form styles*/
#msform {
    width: 1200px;
    margin: 50px auto;
    text-align: center;
    position: relative;
    font-family: montserrat, arial, verdana;
    background: none;
    padding: 20px;
    height: 1200px;
    overflow:auto;
}
#msform fieldset {
    background: #e7eaf1;
    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: 80%;
    margin: 0 10%;
    position: relative;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}
/*inputs*/
#msform input, #msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 16px;
}
/*buttons*/

.btn_assine_plano_bottom{
    position: fixed;
    display: block;
    bottom: 80px;
    right: 20px;
    background-color:#ff9800;
    border-radius: 20px;
    width: 238px;
    height: 42px;
    transition: 0.5s;
    z-index: 12000;
}





@media only screen and (min-width: 769px) 
    {
    .btn_assine_plano_bottom{
        display:block !important;   
    }   
    }


@media only screen and (max-width: 768px) 
    {
    .btn_assine_plano_bottom{
        display:none !important;   
    }    
    }



.btn_assine_plano_bottom:hover{
    transform: scale(1.04);
     text-decoration: none;
}

.btn_assine_plano_bottom a{
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.btn_assine_plano_bottom span{
    position: relative;
    display: block;
    color: #fff;
    white-space: nowrap;
    font-weight: 300;
    font-size: 13px;
    line-height: 40px;
    font-family: 'Roboto';
    font-weight: 700;
    width: 100%;
    text-align: center;
}
#msform .action-button {
    max-width: 150px;
    background: #27AE60;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}
#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
/*headings*/
.fs-title {
    font-size: 22px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
}
.fs-subtitle {
    font-weight: normal;
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}
#progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    width: 15%;
    /* float: left; */
    position: relative;
    display: inline-block;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 40px;
    line-height: 40px;
    display: block;
    font-size: 14px;
    color: #333;
    background: white;
    border-radius: 3px;
    margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}
/*marking.stepactive/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.stepactive:before,  #progressbar li.stepactive:after{
    background: #27AE60;
    color: white;
}



.wrapStep {
    background: #22315F!important;
}

#cboxWrapper, #cboxLoadedContent {
    background: #22315F!important;
}

select#fuf {
    padding: 5px;
    width: 100%;
}

#cboxContent {
    background: #22315F!important;
}

@media only screen and (max-width:768px)
    {
    #msform
        {
    width: 100%;
    margin: 0px;
    text-align: center;
    position: relative;
    font-family: montserrat, arial, verdana;
    background: none;
    padding: 0px;
        }

        .wrapRadios
        {
            text-align: initial;
        }



    #msform ul {
        margin: 0 auto;
        padding: 0;
        list-style: none;
        width: 100%;
        max-width: 320px;
        display: flex;
        align-items: flex-start;
        flex-direction: row;
        justify-content: space-between;
    }

        #progressbar li
        {
            list-style-type: none;
            color: white;
            text-transform: uppercase;
            font-size: 10px;
            width: 25%;
            float: left;
            position: relative;
            word-wrap: break-word;
        }
    }

.wrapRadios {
    text-align: left;
}

.wrapRadioItem {
    padding: 5px 0px 5px 0px;
}

textarea.textdesc {
    height: 320px;
}

.blueBackground {
    background: #22315F;
    height: 1500px !important;
}


@media only screen and (max-width: 768px) 
    {
    .wraprecap 
        {
           margin: 0 auto;
           width: 100%;
        }


    }
