/*!
 * SmartWizard v4.3.x
 * jQuery Wizard Plugin
 * http://www.techlaboratory.net/smartwizard
 *
 * Created by Dipu Raj
 * http://dipuraj.me
 *
 * Licensed under the terms of MIT License
 * https://github.com/techlab/SmartWizard/blob/master/LICENSE
 */

/* SmartWizard Theme: Dots */

@media (min-width: 1085px) {
    .sw-theme-dots .sw-container {
        min-height: 300px;
    }

    #formulario .peq{
        display: none;
    }
    #formulario .gra{
        display: block;
    }
    
    .sw-theme-dots .step-content {
        padding:15px;
        border: none;
        background-color: #FFF;
        text-align: left;
    }
    
    .sw-theme-dots .sw-toolbar {
        background: #fff;
        border-radius: 0 !important;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 0 !important;
    }
    
    .sw-theme-dots .sw-toolbar-top {
        border-bottom-color: #ddd !important;
    }
    
    .sw-theme-dots .sw-toolbar-bottom {
        border-top-color: #ddd !important;
        border-bottom-color: #ddd !important;
    }
    
    .sw-theme-dots > ul.step-anchor {
        position: relative;
        background: #fff;
        border: 0px solid #5c6287 !important;
        list-style: none;
        width: 100%;
        margin: 0 auto;
    }
    
    .sw-theme-dots > ul.step-anchor:before {
        content: " ";
        position: absolute;
        top: 39px;
        bottom: 0;
        width: 98%;
        height: 5px;
        background-color: #f5f5f5;
        border-radius: 3px;
        /* z-order: 0; */
        z-index: 95;
    }
    .sw-theme-dots > ul.step-anchor > li {
        border: none;
    }
    /* Anchors styles */
    .sw-theme-dots > ul.step-anchor > li > a {
        position: relative;
        text-align: center;
        font-weight: bold;
        background: transparent;
        border: none;
        color: #5c6287;
        text-decoration: none;
        outline-style: none;
        z-index: 96;
        display: block;
    }
    .step-anchor .nav-tabs .nav-item .nav-link {
        color: #5c6287 !important; 
    }
    .sw-theme-dots > ul.step-anchor > li > a:before {
        content: ' ';
        position: absolute;
        bottom: -5px;
        left: 43.3%;
        margin-top: 10px;
        display: block;
        border-radius: 50%;
        color: #428bca;
        background: #f5f5f5;
        border: none;
        width: 30px;
        height: 30px;
        text-decoration: none;
        z-index: 98;
    }
    
    .sw-theme-dots > ul.step-anchor > li > a:after {
        content: ' ';
        position: relative;
        left: 46%;
        bottom: -3px;
        margin-top: 10px;
        display: block;
        width: 16px;
        height: 16px;
        background: #e291de;
        border-radius: 50%;
        z-index: 99;
    }
    
    .sw-theme-dots > ul.step-anchor > li > a:hover {
        color: #5c6287;
        background: transparent;
    }
    
    .sw-theme-dots > ul.step-anchor > li > a:focus {
        color: #5c6287;
        border: none;
    }
    
    .sw-theme-dots > ul.step-anchor > li.clickable > a:hover {
        color: #999;
    }
    /* Active anchors */
    .sw-theme-dots > ul.step-anchor > li.active > a {
        color: #3885e8;
        font-size:15px;
    }
    
    .sw-theme-dots > ul.step-anchor > li.active > a:hover {
        border: none;
    }
    
    .sw-theme-dots > ul.step-anchor > li.active > a:before {
        bottom: 0px;
    }
    .sw-theme-dots > ul.step-anchor > li.active > a:after {
        background: #3885e8;
        animation: pulse-info 2s infinite;
        width: 19px;
        height: 19px;
        left: 45%;
        bottom: 1px;
    }
    /* Done anchors */
    .sw-theme-dots > ul.step-anchor > li.done > a {
        color: #5c6287;
    }
    
    .sw-theme-dots > ul.step-anchor > li.done > a:after {
        background: #A255D5;
    }
    /* Danger anchors */
    .sw-theme-dots > ul.step-anchor > li.danger > a {
        color: #d9534f;
    }
    
    .sw-theme-dots > ul.step-anchor > li.danger > a:after {
        background: #d9534f;
    }
    
    .sw-theme-dots > ul.step-anchor > li.disabled > a, .sw-theme-dots > ul.step-anchor > li.disabled > a:hover {
        color: #eee !important;
    }
    
    .sw-theme-dots > ul.step-anchor > li.disabled > a:after {
        background: #eee;
    }
}

@media (max-width: 1084px) {
    #formulario .inp-confirm{
        left: -16.8px !important;
    }

    #formulario .inp-animation{
        right: -16.4px !important;
    }
}

@media (max-width: 1084px) and (min-width: 1000px) {
    .sw-theme-dots .sw-container {
        min-height: 300px;
    }

    #formulario .peq{
        display: none;
    }
    #formulario .gra{
        display: block;
    }
    
    .sw-theme-dots .step-content {
        padding:15px;
        border: none;
        background-color: #FFF;
        text-align: left;
    }
    
    .sw-theme-dots .sw-toolbar {
        background: #fff;
        border-radius: 0 !important;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 0 !important;
    }
    
    .sw-theme-dots .sw-toolbar-top {
        border-bottom-color: #ddd !important;
    }
    
    .sw-theme-dots .sw-toolbar-bottom {
        border-top-color: #ddd !important;
        border-bottom-color: #ddd !important;
    }
    
    .sw-theme-dots > ul.step-anchor {
        position: relative;
        background: #fff;
        border: 0px solid #5c6287 !important;
        list-style: none;
        width: 100%;
        margin: 0 auto;
    }
    
    .sw-theme-dots > ul.step-anchor:before {
        content: " ";
        position: absolute;
        top: 39px;
        bottom: 0;
        width: 98%;
        height: 5px;
        background-color: #f5f5f5;
        border-radius: 3px;
        /* z-order: 0; */
        z-index: 95;
    }
    .sw-theme-dots > ul.step-anchor > li {
        border: none;
    }
    /* Anchors styles */
    .sw-theme-dots > ul.step-anchor > li > a {
        position: relative;
        text-align: center;
        font-weight: bold;
        background: transparent;
        border: none;
        color: #5c6287;
        text-decoration: none;
        outline-style: none;
        z-index: 96;
        display: block;
    }
    .step-anchor .nav-tabs .nav-item .nav-link {
        color: #5c6287 !important; 
    }
    .sw-theme-dots > ul.step-anchor > li > a:before {
        content: ' ';
        position: absolute;
        bottom: -5px;
        left: 43.3%;
        margin-top: 10px;
        display: block;
        border-radius: 50%;
        color: #428bca;
        background: #f5f5f5;
        border: none;
        width: 30px;
        height: 30px;
        text-decoration: none;
        z-index: 98;
    }
    
    .sw-theme-dots > ul.step-anchor > li > a:after {
        content: ' ';
        position: relative;
        left: 46%;
        bottom: -3px;
        margin-top: 10px;
        display: block;
        width: 16px;
        height: 16px;
        background: #e291de;
        border-radius: 50%;
        z-index: 99;
    }
    
    .sw-theme-dots > ul.step-anchor > li > a:hover {
        color: #5c6287;
        background: transparent;
    }
    
    .sw-theme-dots > ul.step-anchor > li > a:focus {
        color: #5c6287;
        border: none;
    }
    
    .sw-theme-dots > ul.step-anchor > li.clickable > a:hover {
        color: #999;
    }
    /* Active anchors */
    .sw-theme-dots > ul.step-anchor > li.active > a {
        color: #3885e8;
        font-size:15px;
    }
    
    .sw-theme-dots > ul.step-anchor > li.active > a:hover {
        border: none;
    }
    
    .sw-theme-dots > ul.step-anchor > li.active > a:before {
        bottom: 0px;
    }
    .sw-theme-dots > ul.step-anchor > li.active > a:after {
        background: #3885e8;
        animation: pulse-info 2s infinite;
        width: 19px;
        height: 19px;
        left: 45%;
        bottom: 1px;
    }
    /* Done anchors */
    .sw-theme-dots > ul.step-anchor > li.done > a {
        color: #5c6287;
    }
    
    .sw-theme-dots > ul.step-anchor > li.done > a:after {
        background: #A255D5;
    }
    /* Danger anchors */
    .sw-theme-dots > ul.step-anchor > li.danger > a {
        color: #d9534f;
    }
    
    .sw-theme-dots > ul.step-anchor > li.danger > a:after {
        background: #d9534f;
    }
    
    .sw-theme-dots > ul.step-anchor > li.disabled > a, .sw-theme-dots > ul.step-anchor > li.disabled > a:hover {
        color: #eee !important;
    }
    
    .sw-theme-dots > ul.step-anchor > li.disabled > a:after {
        background: #eee;
    }
}

@media (max-width: 1000px) and (min-width: 880px) {
    .sw-theme-dots .sw-container {
        min-height: 300px;
    }

    .sw-theme-dots .sw-container table.table.tb-exp {
        overflow-y: hidden;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    #formulario .peq{
        display: none;
    }
    #formulario .gra{
        display: block;
    }
    
    .sw-theme-dots .step-content {
        padding:15px;
        border: none;
        background-color: #FFF;
        text-align: left;
    }
    
    .sw-theme-dots .sw-toolbar {
        background: #fff;
        border-radius: 0 !important;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 0 !important;
    }
    
    .sw-theme-dots .sw-toolbar-top {
        border-bottom-color: #ddd !important;
    }
    
    .sw-theme-dots .sw-toolbar-bottom {
        border-top-color: #ddd !important;
        border-bottom-color: #ddd !important;
    }
    
    .sw-theme-dots > ul.step-anchor {
        position: relative;
        background: #fff;
        border: 0px solid #5c6287 !important;
        list-style: none;
        width: 100%;
        margin: 0 auto;
    }
    
    .sw-theme-dots > ul.step-anchor:before {
        content: " ";
        position: absolute;
        top: 39px;
        bottom: 0;
        width: 98%;
        height: 5px;
        background-color: #f5f5f5;
        border-radius: 3px;
        /* z-order: 0; */
        z-index: 95;
    }
    .sw-theme-dots > ul.step-anchor > li {
        border: none;
    }
    /* Anchors styles */
    .sw-theme-dots > ul.step-anchor > li > a {
        position: relative;
        text-align: center;
        font-weight: bold;
        background: transparent;
        border: none;
        color: #5c6287;
        text-decoration: none;
        outline-style: none;
        z-index: 96;
        display: block;
    }
    .step-anchor .nav-tabs .nav-item .nav-link {
        color: #5c6287 !important; 
    }
    .sw-theme-dots > ul.step-anchor > li > a:before {
        content: ' ';
        position: absolute;
        bottom: -5px;
        left: 43.3%;
        margin-top: 10px;
        display: block;
        border-radius: 50%;
        color: #428bca;
        background: #f5f5f5;
        border: none;
        width: 30px;
        height: 30px;
        text-decoration: none;
        z-index: 98;
    }
    
    .sw-theme-dots > ul.step-anchor > li > a:after {
        content: ' ';
        position: relative;
        left: 47%;
        bottom: -3px;
        margin-top: 10px;
        display: block;
        width: 16px;
        height: 16px;
        background: #e291de;
        border-radius: 50%;
        z-index: 99;
    }
    
    .sw-theme-dots > ul.step-anchor > li > a:hover {
        color: #5c6287;
        background: transparent;
    }
    
    .sw-theme-dots > ul.step-anchor > li > a:focus {
        color: #5c6287;
        border: none;
    }
    
    .sw-theme-dots > ul.step-anchor > li.clickable > a:hover {
        color: #999;
    }
    /* Active anchors */
    .sw-theme-dots > ul.step-anchor > li.active > a {
        color: #3885e8;
        font-size:15px;
    }
    
    .sw-theme-dots > ul.step-anchor > li.active > a:hover {
        border: none;
    }
    
    .sw-theme-dots > ul.step-anchor > li.active > a:before {
        bottom: 0px;
    }
    .sw-theme-dots > ul.step-anchor > li.active > a:after {
        background: #3885e8;
        animation: pulse-info 2s infinite;
        width: 19px;
        height: 19px;
        left: 49%;
        bottom: 1px;
    }
    /* Done anchors */
    .sw-theme-dots > ul.step-anchor > li.done > a {
        color: #5c6287;
    }
    
    .sw-theme-dots > ul.step-anchor > li.done > a:after {
        background: #A255D5;
    }
    /* Danger anchors */
    .sw-theme-dots > ul.step-anchor > li.danger > a {
        color: #d9534f;
    }
    
    .sw-theme-dots > ul.step-anchor > li.danger > a:after {
        background: #d9534f;
    }
    
    .sw-theme-dots > ul.step-anchor > li.disabled > a, .sw-theme-dots > ul.step-anchor > li.disabled > a:hover {
        color: #eee !important;
    }
    
    .sw-theme-dots > ul.step-anchor > li.disabled > a:after {
        background: #eee;
    }
}

@media (max-width: 880px) and (min-width: 768px) {
    .sw-theme-dots .sw-container {
        min-height: 300px;
    }

    .sw-theme-dots .sw-container table.table.tb-exp, .sw-theme-dots .sw-container table.table.tb-ref {
        overflow-y: hidden;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    #formulario .peq{
        display: none;
    }
    #formulario .gra{
        display: block;
    }
    
    .sw-theme-dots .step-content {
        padding:15px;
        border: none;
        background-color: #FFF;
        text-align: left;
    }
    
    .sw-theme-dots .sw-toolbar {
        background: #fff;
        border-radius: 0 !important;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 0 !important;
    }
    
    .sw-theme-dots .sw-toolbar-top {
        border-bottom-color: #ddd !important;
    }
    
    .sw-theme-dots .sw-toolbar-bottom {
        border-top-color: #ddd !important;
        border-bottom-color: #ddd !important;
    }
    
    .sw-theme-dots > ul.step-anchor {
        position: relative;
        background: #fff;
        border: 0px solid #5c6287 !important;
        list-style: none;
        width: 100%;
        margin: 0 auto;
    }
    
    .sw-theme-dots > ul.step-anchor:before {
        content: " ";
        position: absolute;
        top: 39px;
        bottom: 0;
        width: 98%;
        height: 5px;
        background-color: #f5f5f5;
        border-radius: 3px;
        /* z-order: 0; */
        z-index: 95;
    }
    .sw-theme-dots > ul.step-anchor > li {
        border: none;
    }
    /* Anchors styles */
    .sw-theme-dots > ul.step-anchor > li > a {
        position: relative;
        text-align: center;
        font-weight: bold;
        background: transparent;
        border: none;
        color: #5c6287;
        text-decoration: none;
        outline-style: none;
        z-index: 96;
        display: block;
    }
    .step-anchor .nav-tabs .nav-item .nav-link {
        color: #5c6287 !important; 
    }
    .sw-theme-dots > ul.step-anchor > li > a:before {
        content: ' ';
        position: absolute;
        bottom: -5px;
        left: 43.3%;
        margin-top: 10px;
        display: block;
        border-radius: 50%;
        color: #428bca;
        background: #f5f5f5;
        border: none;
        width: 30px;
        height: 30px;
        text-decoration: none;
        z-index: 98;
    }
    
    .sw-theme-dots > ul.step-anchor > li > a:after {
        content: ' ';
        position: relative;
        left: 50%;
        bottom: -3px;
        margin-top: 10px;
        display: block;
        width: 16px;
        height: 16px;
        background: #e291de;
        border-radius: 50%;
        z-index: 99;
    }
    
    .sw-theme-dots > ul.step-anchor > li > a:hover {
        color: #5c6287;
        background: transparent;
    }
    
    .sw-theme-dots > ul.step-anchor > li > a:focus {
        color: #5c6287;
        border: none;
    }
    
    .sw-theme-dots > ul.step-anchor > li.clickable > a:hover {
        color: #999;
    }
    /* Active anchors */
    .sw-theme-dots > ul.step-anchor > li.active > a {
        color: #3885e8;
        font-size:15px;
    }
    
    .sw-theme-dots > ul.step-anchor > li.active > a:hover {
        border: none;
    }
    
    .sw-theme-dots > ul.step-anchor > li.active > a:before {
        bottom: 0px;
    }
    .sw-theme-dots > ul.step-anchor > li.active > a:after {
        background: #3885e8;
        animation: pulse-info 2s infinite;
        width: 19px;
        height: 19px;
        left: 48%;
        bottom: 1px;
    }
    /* Done anchors */
    .sw-theme-dots > ul.step-anchor > li.done > a {
        color: #5c6287;
    }
    
    .sw-theme-dots > ul.step-anchor > li.done > a:after {
        background: #A255D5;
    }
    /* Danger anchors */
    .sw-theme-dots > ul.step-anchor > li.danger > a {
        color: #d9534f;
    }
    
    .sw-theme-dots > ul.step-anchor > li.danger > a:after {
        background: #d9534f;
    }
    
    .sw-theme-dots > ul.step-anchor > li.disabled > a, .sw-theme-dots > ul.step-anchor > li.disabled > a:hover {
        color: #eee !important;
    }
    
    .sw-theme-dots > ul.step-anchor > li.disabled > a:after {
        background: #eee;
    }
}

@media (max-width: 768px) and (min-width: 575px) {
    .sw-theme-dots .sw-container {
        min-height: 300px;
    }

    .sw-theme-dots .sw-container table.table {
        overflow-y: hidden;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    #formulario .peq{
        display: block;
    }
    #formulario .gra{
        display: none;
    }
    
    .sw-theme-dots .step-content {
        padding:15px;
        border: none;
        background-color: #FFF;
        text-align: left;
    }
    
    .sw-theme-dots .sw-toolbar {
        background: #fff;
        border-radius: 0 !important;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 0 !important;
    }
    
    .sw-theme-dots .sw-toolbar-top {
        border-bottom-color: #ddd !important;
    }
    
    .sw-theme-dots .sw-toolbar-bottom {
        border-top-color: #ddd !important;
        border-bottom-color: #ddd !important;
    }
    
    .sw-theme-dots > ul.step-anchor {
        position: relative;
        background: #fff;
        border: 0px solid #5c6287 !important;
        list-style: none;
        width: 100%;
        margin: 0 auto;
    }
    
    .sw-theme-dots > ul.step-anchor:before {
        content: " ";
        position: absolute;
        top: 39px;
        bottom: 0;
        width: 98%;
        height: 5px;
        background-color: #f5f5f5;
        border-radius: 3px;
        /* z-order: 0; */
        z-index: 95;
    }
    .sw-theme-dots > ul.step-anchor > li {
        border: none;
    }
    /* Anchors styles */
    .sw-theme-dots > ul.step-anchor > li > a {
        position: relative;
        text-align: center;
        font-weight: bold;
        background: transparent;
        border: none;
        color: #5c6287;
        text-decoration: none;
        outline-style: none;
        z-index: 96;
        display: block;
    }
    .step-anchor .nav-tabs .nav-item .nav-link {
        color: #5c6287 !important; 
    }
    .sw-theme-dots > ul.step-anchor > li > a:before {
        content: ' ';
        position: absolute;
        bottom: -5px;
        left: 43.3%;
        margin-top: 10px;
        display: block;
        border-radius: 50%;
        color: #428bca;
        background: #f5f5f5;
        border: none;
        width: 30px;
        height: 30px;
        text-decoration: none;
        z-index: 98;
    }
    
    .sw-theme-dots > ul.step-anchor > li > a:after {
        content: ' ';
        position: relative;
        left: 61%;
        bottom: -3px;
        margin-top: 10px;
        display: block;
        width: 16px;
        height: 16px;
        background: #e291de;
        border-radius: 50%;
        z-index: 99;
    }
    
    .sw-theme-dots > ul.step-anchor > li > a:hover {
        color: #5c6287;
        background: transparent;
    }
    
    .sw-theme-dots > ul.step-anchor > li > a:focus {
        color: #5c6287;
        border: none;
    }
    
    .sw-theme-dots > ul.step-anchor > li.clickable > a:hover {
        color: #999;
    }
    /* Active anchors */
    .sw-theme-dots > ul.step-anchor > li.active > a {
        color: #3885e8;
        font-size:15px;
    }
    
    .sw-theme-dots > ul.step-anchor > li.active > a:hover {
        border: none;
    }
    
    .sw-theme-dots > ul.step-anchor > li.active > a:before {
        bottom: 0px;
    }
    .sw-theme-dots > ul.step-anchor > li.active > a:after {
        background: #3885e8;
        animation: pulse-info 2s infinite;
        width: 19px;
        height: 19px;
        left: 56%;
        bottom: 1px;
    }
    /* Done anchors */
    .sw-theme-dots > ul.step-anchor > li.done > a {
        color: #5c6287;
    }
    
    .sw-theme-dots > ul.step-anchor > li.done > a:after {
        background: #A255D5;
    }
    /* Danger anchors */
    .sw-theme-dots > ul.step-anchor > li.danger > a {
        color: #d9534f;
    }
    
    .sw-theme-dots > ul.step-anchor > li.danger > a:after {
        background: #d9534f;
    }
    
    .sw-theme-dots > ul.step-anchor > li.disabled > a, .sw-theme-dots > ul.step-anchor > li.disabled > a:hover {
        color: #eee !important;
    }
    
    .sw-theme-dots > ul.step-anchor > li.disabled > a:after {
        background: #eee;
    }
}

@media (max-width: 576px) and (min-width: 460px) {
    .sw-theme-dots .sw-container {
        min-height: 300px;
    }

    .sw-theme-dots .sw-container .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .sw-theme-dots .sw-container table.table {
        overflow-y: hidden;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    #formulario .peq{
        display: block;
    }
    #formulario .gra{
        display: none;
    }
    
    .sw-theme-dots .step-content {
        padding:15px;
        border: none;
        background-color: #FFF;
        text-align: left;
    }
    
    .sw-theme-dots .sw-toolbar {
        background: #fff;
        border-radius: 0 !important;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 0 !important;
    }
    
    .sw-theme-dots .sw-toolbar-top {
        border-bottom-color: #ddd !important;
    }
    
    .sw-theme-dots .sw-toolbar-bottom {
        border-top-color: #ddd !important;
        border-bottom-color: #ddd !important;
    }
    
    .sw-theme-dots > ul.step-anchor {
        position: relative;
        background: #fff;
        border: 0px solid #5c6287 !important;
        list-style: none;
        width: 100%;
        margin: 0 auto;
    }
    
    .sw-theme-dots > ul.step-anchor:before {
        content: " ";
        position: absolute;
        top: 39px;
        bottom: 0;
        width: 95%;
        height: 5px;
        background-color: #f5f5f5;
        border-radius: 3px;
        /* z-order: 0; */
        z-index: 95;
    }
    .sw-theme-dots > ul.step-anchor > li {
        border: none;
    }
    /* Anchors styles */
    .sw-theme-dots > ul.step-anchor > li > a {
        position: relative;
        text-align: center;
        font-weight: bold;
        background: transparent;
        border: none;
        color: #5c6287;
        text-decoration: none;
        outline-style: none;
        z-index: 96;
        display: block;
    }
    .step-anchor .nav-tabs .nav-item .nav-link {
        color: #5c6287 !important; 
    }
    .sw-theme-dots > ul.step-anchor > li > a:before {
        content: ' ';
        position: absolute;
        bottom: -5px;
        left: 43.3%;
        margin-top: 10px;
        display: block;
        border-radius: 50%;
        color: #428bca;
        background: #f5f5f5;
        border: none;
        width: 30px;
        height: 30px;
        text-decoration: none;
        z-index: 98;
    }
    
    .sw-theme-dots > ul.step-anchor > li > a:after {
        content: ' ';
        position: relative;
        left: 61%;
        bottom: -3px;
        margin-top: 10px;
        display: block;
        width: 16px;
        height: 16px;
        background: #e291de;
        border-radius: 50%;
        z-index: 99;
    }
    
    .sw-theme-dots > ul.step-anchor > li > a:hover {
        color: #5c6287;
        background: transparent;
    }
    
    .sw-theme-dots > ul.step-anchor > li > a:focus {
        color: #5c6287;
        border: none;
    }
    
    .sw-theme-dots > ul.step-anchor > li.clickable > a:hover {
        color: #999;
    }
    /* Active anchors */
    .sw-theme-dots > ul.step-anchor > li.active > a {
        color: #3885e8;
        font-size:15px;
    }
    
    .sw-theme-dots > ul.step-anchor > li.active > a:hover {
        border: none;
    }
    
    .sw-theme-dots > ul.step-anchor > li.active > a:before {
        bottom: 0px;
    }
    .sw-theme-dots > ul.step-anchor > li.active > a:after {
        background: #3885e8;
        animation: pulse-info 2s infinite;
        width: 19px;
        height: 19px;
        left: 56%;
        bottom: 1px;
    }
    /* Done anchors */
    .sw-theme-dots > ul.step-anchor > li.done > a {
        color: #5c6287;
    }
    
    .sw-theme-dots > ul.step-anchor > li.done > a:after {
        background: #A255D5;
    }
    /* Danger anchors */
    .sw-theme-dots > ul.step-anchor > li.danger > a {
        color: #d9534f;
    }
    
    .sw-theme-dots > ul.step-anchor > li.danger > a:after {
        background: #d9534f;
    }
    
    .sw-theme-dots > ul.step-anchor > li.disabled > a, .sw-theme-dots > ul.step-anchor > li.disabled > a:hover {
        color: #eee !important;
    }
    
    .sw-theme-dots > ul.step-anchor > li.disabled > a:after {
        background: #eee;
    }
}

@media (max-width: 460px) and (min-width: 400px) {
    .sw-theme-dots .sw-container {
        min-height: 300px;
    }

    .sw-theme-dots .sw-container .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .sw-theme-dots .sw-container table.table {
        overflow-y: hidden;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    #formulario .peq{
        display: block;
    }
    #formulario .gra{
        display: none;
    }
    
    .sw-theme-dots .step-content {
        padding:15px;
        border: none;
        background-color: #FFF;
        text-align: left;
    }
    
    .sw-theme-dots .sw-toolbar {
        background: #fff;
        border-radius: 0 !important;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 0 !important;
    }
    
    .sw-theme-dots .sw-toolbar-top {
        border-bottom-color: #ddd !important;
    }
    
    .sw-theme-dots .sw-toolbar-bottom {
        border-top-color: #ddd !important;
        border-bottom-color: #ddd !important;
    }
    
    .sw-theme-dots > ul.step-anchor {
        position: relative;
        background: #fff;
        border: 0px solid #5c6287 !important;
        list-style: none;
        width: 100%;
        margin: 0 auto;
    }
    
    .sw-theme-dots > ul.step-anchor:before {
        content: " ";
        position: absolute;
        top: 39px;
        bottom: 0;
        width: 95%;
        height: 5px;
        background-color: #f5f5f5;
        border-radius: 3px;
        /* z-order: 0; */
        z-index: 95;
    }
    .sw-theme-dots > ul.step-anchor > li {
        border: none;
    }
    /* Anchors styles */
    .sw-theme-dots > ul.step-anchor > li > a {
        position: relative;
        text-align: center;
        font-weight: bold;
        background: transparent;
        border: none;
        color: #5c6287;
        text-decoration: none;
        outline-style: none;
        z-index: 96;
        display: block;
    }
    .step-anchor .nav-tabs .nav-item .nav-link {
        color: #5c6287 !important; 
    }
    .sw-theme-dots > ul.step-anchor > li > a:before {
        content: ' ';
        position: absolute;
        bottom: -5px;
        left: 43.3%;
        margin-top: 10px;
        display: block;
        border-radius: 50%;
        color: #428bca;
        background: #f5f5f5;
        border: none;
        width: 30px;
        height: 30px;
        text-decoration: none;
        z-index: 98;
    }
    
    .sw-theme-dots > ul.step-anchor > li > a:after {
        content: ' ';
        position: relative;
        left: 88%;
        bottom: -3px;
        margin-top: 10px;
        display: block;
        width: 16px;
        height: 16px;
        background: #e291de;
        border-radius: 50%;
        z-index: 99;
    }
    
    .sw-theme-dots > ul.step-anchor > li > a:hover {
        color: #5c6287;
        background: transparent;
    }
    
    .sw-theme-dots > ul.step-anchor > li > a:focus {
        color: #5c6287;
        border: none;
    }
    
    .sw-theme-dots > ul.step-anchor > li.clickable > a:hover {
        color: #999;
    }
    /* Active anchors */
    .sw-theme-dots > ul.step-anchor > li.active > a {
        color: #3885e8;
        font-size:15px;
    }
    
    .sw-theme-dots > ul.step-anchor > li.active > a:hover {
        border: none;
    }
    
    .sw-theme-dots > ul.step-anchor > li.active > a:before {
        bottom: 0px;
    }
    .sw-theme-dots > ul.step-anchor > li.active > a:after {
        background: #3885e8;
        animation: pulse-info 2s infinite;
        width: 19px;
        height: 19px;
        left: 56%;
        bottom: 1px;
    }
    /* Done anchors */
    .sw-theme-dots > ul.step-anchor > li.done > a {
        color: #5c6287;
    }
    
    .sw-theme-dots > ul.step-anchor > li.done > a:after {
        background: #A255D5;
    }
    /* Danger anchors */
    .sw-theme-dots > ul.step-anchor > li.danger > a {
        color: #d9534f;
    }
    
    .sw-theme-dots > ul.step-anchor > li.danger > a:after {
        background: #d9534f;
    }
    
    .sw-theme-dots > ul.step-anchor > li.disabled > a, .sw-theme-dots > ul.step-anchor > li.disabled > a:hover {
        color: #eee !important;
    }
    
    .sw-theme-dots > ul.step-anchor > li.disabled > a:after {
        background: #eee;
    }
}

@media (max-width: 400px) and (min-width: 390px) {
    .sw-theme-dots .sw-container {
        min-height: 300px;
    }

    .sw-theme-dots .sw-container .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .sw-theme-dots .sw-container table.table {
        overflow-y: hidden;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    #formulario .peq{
        display: block;
    }
    #formulario .gra{
        display: none;
    }
    
    .sw-theme-dots .step-content {
        padding:15px;
        border: none;
        background-color: #FFF;
        text-align: left;
    }
    
    .sw-theme-dots .sw-toolbar {
        background: #fff;
        border-radius: 0 !important;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 0 !important;
    }
    
    .sw-theme-dots .sw-toolbar-top {
        border-bottom-color: #ddd !important;
    }
    
    .sw-theme-dots .sw-toolbar-bottom {
        border-top-color: #ddd !important;
        border-bottom-color: #ddd !important;
    }
    
    .sw-theme-dots > ul.step-anchor {
        position: relative;
        background: #fff;
        border: 0px solid #5c6287 !important;
        list-style: none;
        width: 100%;
        margin: 0 auto;
    }
    
    .sw-theme-dots > ul.step-anchor:before {
        content: " ";
        position: absolute;
        top: 39px;
        bottom: 0;
        width: 95%;
        height: 5px;
        background-color: #f5f5f5;
        border-radius: 3px;
        /* z-order: 0; */
        z-index: 95;
    }
    .sw-theme-dots > ul.step-anchor > li {
        border: none;
    }
    /* Anchors styles */
    .sw-theme-dots > ul.step-anchor > li > a {
        position: relative;
        text-align: center;
        font-weight: bold;
        background: transparent;
        border: none;
        color: #5c6287;
        text-decoration: none;
        outline-style: none;
        z-index: 96;
        display: block;
    }
    .step-anchor .nav-tabs .nav-item .nav-link {
        color: #5c6287 !important; 
    }
    .sw-theme-dots > ul.step-anchor > li > a:before {
        content: ' ';
        position: absolute;
        bottom: -5px;
        left: 35.3%;
        margin-top: 10px;
        display: block;
        border-radius: 50%;
        color: #428bca;
        background: #f5f5f5;
        border: none;
        width: 30px;
        height: 30px;
        text-decoration: none;
        z-index: 98;
    }
    
    .sw-theme-dots > ul.step-anchor > li > a:after {
        content: ' ';
        position: relative;
        left: 88%;
        bottom: -3px;
        margin-top: 10px;
        display: block;
        width: 16px;
        height: 16px;
        background: #e291de;
        border-radius: 50%;
        z-index: 99;
    }
    
    .sw-theme-dots > ul.step-anchor > li > a:hover {
        color: #5c6287;
        background: transparent;
    }
    
    .sw-theme-dots > ul.step-anchor > li > a:focus {
        color: #5c6287;
        border: none;
    }
    
    .sw-theme-dots > ul.step-anchor > li.clickable > a:hover {
        color: #999;
    }
    /* Active anchors */
    .sw-theme-dots > ul.step-anchor > li.active > a {
        color: #3885e8;
        font-size:15px;
    }
    
    .sw-theme-dots > ul.step-anchor > li.active > a:hover {
        border: none;
    }
    
    .sw-theme-dots > ul.step-anchor > li.active > a:before {
        bottom: 0px;
    }
    .sw-theme-dots > ul.step-anchor > li.active > a:after {
        background: #3885e8;
        animation: pulse-info 2s infinite;
        width: 19px;
        height: 19px;
        left: 56%;
        bottom: 1px;
    }
    /* Done anchors */
    .sw-theme-dots > ul.step-anchor > li.done > a {
        color: #5c6287;
    }
    
    .sw-theme-dots > ul.step-anchor > li.done > a:after {
        background: #A255D5;
    }
    /* Danger anchors */
    .sw-theme-dots > ul.step-anchor > li.danger > a {
        color: #d9534f;
    }
    
    .sw-theme-dots > ul.step-anchor > li.danger > a:after {
        background: #d9534f;
    }
    
    .sw-theme-dots > ul.step-anchor > li.disabled > a, .sw-theme-dots > ul.step-anchor > li.disabled > a:hover {
        color: #eee !important;
    }
    
    .sw-theme-dots > ul.step-anchor > li.disabled > a:after {
        background: #eee;
    }
}

@media (max-width: 390px) {
    .sw-theme-dots .sw-container {
        min-height: 300px;
    }

    .sw-theme-dots .sw-container table.table {
        overflow-y: hidden;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    #formulario .peq{
        display: block;
    }
    #formulario .gra{
        display: none;
    }
    #formulario .peq>div{
        text-align: left !important;
    }
    #formulario .peq>div>p{
        margin: 20px 0 !important;
    }
    
    .sw-theme-dots .step-content {
        padding:15px;
        border: none;
        background-color: #FFF;
        text-align: left;
    }
    
    .sw-theme-dots .sw-toolbar {
        background: #fff;
        border-radius: 0 !important;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 0 !important;
    }
    
    .sw-theme-dots .sw-toolbar-top {
        border-bottom-color: #ddd !important;
    }
    
    .sw-theme-dots .sw-toolbar-bottom {
        border-top-color: #ddd !important;
        border-bottom-color: #ddd !important;
    }
    
    .sw-theme-dots > ul.step-anchor {
        position: relative;
        background: #fff;
        border: 0px solid #5c6287 !important;
        list-style: none;
        width: 100%;
        margin: 0 auto;
        display: none;
    }
    
    .sw-theme-dots > ul.step-anchor:before {
        content: " ";
        position: absolute;
        top: 39px;
        bottom: 0;
        width: 95%;
        height: 5px;
        background-color: #f5f5f5;
        border-radius: 3px;
        /* z-order: 0; */
        z-index: 95;
    }
    .sw-theme-dots > ul.step-anchor > li {
        border: none;
    }
    /* Anchors styles */
    .sw-theme-dots > ul.step-anchor > li > a {
        position: relative;
        text-align: center;
        font-weight: bold;
        background: transparent;
        border: none;
        color: #5c6287;
        text-decoration: none;
        outline-style: none;
        z-index: 96;
        display: block;
    }
    .step-anchor .nav-tabs .nav-item .nav-link {
        color: #5c6287 !important; 
    }
    .sw-theme-dots > ul.step-anchor > li > a:before {
        content: ' ';
        position: absolute;
        bottom: -5px;
        left: 43.3%;
        margin-top: 10px;
        display: block;
        border-radius: 50%;
        color: #428bca;
        background: #f5f5f5;
        border: none;
        width: 30px;
        height: 30px;
        text-decoration: none;
        z-index: 98;
    }
    
    .sw-theme-dots > ul.step-anchor > li > a:after {
        content: ' ';
        position: relative;
        left: 61%;
        bottom: -3px;
        margin-top: 10px;
        display: block;
        width: 16px;
        height: 16px;
        background: #e291de;
        border-radius: 50%;
        z-index: 99;
    }
    
    .sw-theme-dots > ul.step-anchor > li > a:hover {
        color: #5c6287;
        background: transparent;
    }
    
    .sw-theme-dots > ul.step-anchor > li > a:focus {
        color: #5c6287;
        border: none;
    }
    
    .sw-theme-dots > ul.step-anchor > li.clickable > a:hover {
        color: #999;
    }
    /* Active anchors */
    .sw-theme-dots > ul.step-anchor > li.active > a {
        color: #3885e8;
        font-size:15px;
    }
    
    .sw-theme-dots > ul.step-anchor > li.active > a:hover {
        border: none;
    }
    
    .sw-theme-dots > ul.step-anchor > li.active > a:before {
        bottom: 0px;
    }
    .sw-theme-dots > ul.step-anchor > li.active > a:after {
        background: #3885e8;
        animation: pulse-info 2s infinite;
        width: 19px;
        height: 19px;
        left: 56%;
        bottom: 1px;
    }
    /* Done anchors */
    .sw-theme-dots > ul.step-anchor > li.done > a {
        color: #5c6287;
    }
    
    .sw-theme-dots > ul.step-anchor > li.done > a:after {
        background: #A255D5;
    }
    /* Danger anchors */
    .sw-theme-dots > ul.step-anchor > li.danger > a {
        color: #d9534f;
    }
    
    .sw-theme-dots > ul.step-anchor > li.danger > a:after {
        background: #d9534f;
    }
    
    .sw-theme-dots > ul.step-anchor > li.disabled > a, .sw-theme-dots > ul.step-anchor > li.disabled > a:hover {
        color: #eee !important;
    }
    
    .sw-theme-dots > ul.step-anchor > li.disabled > a:after {
        background: #eee;
    }
}
