/* Minification failed. Returning unminified contents.
(66,55): run-time error CSS1034: Expected closing parenthesis, found ','
(66,55): run-time error CSS1042: Expected function, found ','
(66,76): run-time error CSS1034: Expected closing parenthesis, found ','
(66,76): run-time error CSS1042: Expected function, found ','
(66,80): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
body {
}


/* partial:index.partial */
.counter {
    padding: 0;
    background-color: transparent;
    margin: 0;
    float: right;
}

    .counter li {
        display: inline-block;
        padding: 20px 5px;
        width: 8%;
    }

#li2 {
    display: none;
}

.counter .active {
    font-weight: bold;
}

.counter .span {
    display: inline-block;
    width: 30px;
    line-height: 28px;
    border-radius: 20px;
    background-color: #7dccc1;
    color: white;
    text-align: center;
    margin-right: 10px;
}

.active1 {
    background-color: #0b3884;
}


#banner1 {
    width: 90%;
    position: relative;
    margin: auto;
    height: auto;
}

#banner2 {
    width: 70%;
    position: relative;
    margin: auto;
    height: auto;
}

/* Form */

#main {
    height: auto;
    width: 90%;
    margin: auto;
}

#formulario {
    background: linear-gradient(-45deg, rgb(152,84,162,0.8), rgb(118,92,205,0.8), rgb(220,76,92,0.8), rgb(113,48,121,0.8));
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    border-radius: 7px;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.question {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.form-item {
    margin: 30px auto 40px !important;
}

.form {
    position: relative;
    width: 20rem;
    height: 3rem;
}

.form__input {
    position: absolute;
    top: 0;
    left: 5px;
    width: 80%;
    height: 100%;
    border: 2px solid #e1e5ee;
    border-radius: 0.5rem;
    outline: none;
    padding: 1.50rem;
    background: none;
    color: #fff
}

    .form__input:hover {
        border-color: mediumpurple;
    }

    .form__input:focus {
        border-color: #713079;
    }

.form__label {
    position: absolute;
    left: 1rem;
    top: 0.8rem;
    padding: 0 0.5rem;
    color: white;
    cursor: text;
    -webkit-transition: top 200ms ease-in, left 200ms ease-in, font-size 200ms ease-in;
    transition: top 200ms ease-in, left 200ms ease-in, font-size 200ms ease-in;
}

.form__input:focus ~ .form__label,
.form__input:not(:placeholder-shown).form__input:not(:focus) ~ .form__label {
    top: -1.2rem;
    font-size: 1.1rem;
    left: 0.8rem;
    color: #fff;
}

/* Animation bottoms*/

.nav {
    margin: 30px 0 30px;
}

.col2 {
    width: 48%;
    float: left;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}



#avisoalert {
    font-size: 18px;
    font-weight: bolder;
    padding: 16px 10px;
    text-align: right !important;
}

#div2 {
    display: none;
}


#prev, #next, #send {
    font-weight: bold;
    color: #faf6e4;
    border: none;
    cursor: pointer;
    padding: 15px 40px;
    text-align: center;
}

#prev, #next {
    background-color: #3f1c74;
    font-size: 20px;
    border-radius: 15px;
    margin: 20px 10%;
    width: 40%;
}

#send {
    background-color: #dc4c5c;
    font-size: 30px;
    text-align: center;
    border-radius: 50px;
    margin: 50px auto !important;
}

#prev:hover, #next:hover {
    background-color: #f0545c;
}

#prev, #submit, #avisoalert, .finalizar {
    display: none;
}

#prev {
    float: left;
}

#next {
    float: right;
}

.clear {
    clear: both
}

@media (max-width:750px) {

    #formulario {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .form-item {
        margin: 5px auto 30px !important;
    }

    #formulario input {
        max-width: 100%;
    }
}


@media (max-width:570px) {
    #next, #prev {
        font-size: 16px;
        text-transform: uppercase;
        width: 70%;
    }
}

@media (max-width:434px) {
    #next, #prev {
        width: 90%;
    }

    .option {
        font-size: 12px !important;
        font-weight: 600 !important;
    }
}

