body{
    width: 100vw !important;
    overflow-x: hidden;
}
/*----------------BREADCRUMB----------------*/
ul.breadcrumb {
    list-style: none;
    margin-top: 7% !important;
    margin-left: 9%;
    background-color: #fff !important;
  }

.link-breadcrumb{
    margin-bottom: 10px !important;
}

.link-breadcrumb a{
    font-family: 'VWTextLight';
    font-size: 1em;
    text-decoration: none;
    color: #192f52;
    padding-bottom: 2px;
    border-bottom: 1px solid #192f52;
}

.link-breadcrumb a:hover{
    color: #192f52;
    background-color: rgba(0, 0, 0, 0.040);
}

.link-breadcrumb-active{
    font-family: 'VWTextRegular';
    font-size: 1em;
    text-decoration: none;
    color: #000000;
}

/*----------------CONFIGURADOR----------------*/

.bold{
    font-family: 'VWHeadBold';
}

.light{
    font-family: 'VWHeadLight';
}

.tit-conf{
    font-size: 2.3em;
    margin-bottom: 15px;
    font-family: 'VWHeadBold' !important;
}

.subtit-conf{
    font-size: 1.5em;
    margin-bottom: 20px;
    font-family: 'VWHeadBold' !important;
}

.bajada-conf{
    font-size: 1em;
    font-family: 'VWHeadLight' !important;
}

.tit-conf-img{
    font-size: 2.2em;
    margin-bottom: 25px;
    font-family: 'VWHeadBold' !important;
}

.bajada-conf-img{
    font-size: 0.9em;
    margin-bottom: 30px;
    padding-bottom: 10px;
    line-height: 1.8em !important;
    font-family: 'VWHeadLight' !important;
    border-bottom: 1px solid rgb(219, 219, 219);
}

.vermasConfig:hover > i{
    background-color: #eee;
    border-radius: 50px !important;
}

.vermas-conf{
    font-size: 0.9em;
    margin-bottom: 0 !important;
    font-family: 'VWHeadRegular' !important;
    border-bottom: 1px solid #122653 !important;
}

.fa-chevron-down{
    font-size: 1em;
    font-weight: 200 !important;
    padding: 10px !important;
}

.fa-chevron-up{
    font-size: 1em;
    font-weight: 200 !important;
    padding: 10px !important;
}

.caract-conf{
    font-size: 1em;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'VWHeadBold' !important;
}

.caract-bajada-conf{
    font-size: 0.9em;
    margin-top: 20px;
    margin-bottom: 15px;
    font-family: 'VWHeadRegular' !important;
}

.caract-bg{
    font-size: 0.8em;
    color: #fff;
    background-color: rgb(62, 72, 76);
    font-family: 'VWHeadLight';
    padding: 3px 12px 5px 12px !important;
    margin-right: 10px !important;
}

.btn-primary{
    background-color: #122653 !important;
    border: none !important;
    color: #fff !important;
    font-size: 0.8em !important;
    font-family: 'VWHeadLight';
    border-radius: 40px !important;
    padding: 10px 40px !important;
}

.btn-primary:hover{
    background-color: #1e3f8d !important;
}

.btn-outline-secondary{
    border: 1px solid #122653 !important;
    border-radius: 30px !important;
    padding: 8px 40px !important;
    color: #122653 !important;
    font-family: 'VWTextLight';
    font-size: 0.8em !important;
}

.btn-outline-secondary:hover{
    background-color: rgba(0, 0, 0, 0.08) !important;
}

.divCircle:hover > .desc-items{
    color: #1263e6 !important;
}

.divCircle:hover > div > .circle-top-config{
    height: 30px;
    width: 30px;
    opacity: 0.2;
}

.divCircle:hover > div > .circle-config{
    background-color: #1263e6 !important;
    animation: none !important;
}

.desc-items{
    font-size: 0.8em;
    font-family: 'VWHeadLight';
    color: #122653;
}

.link-conf a{
    font-family: 'VWTextLight';
    font-size: 0.8em;
    text-decoration: none;
    color: #192f52;
    padding-bottom: 3px;
    border-bottom: 1px solid #192f52;
}

.link-conf a:hover{
    color: #192f52;
    background-color: rgba(0, 0, 0, 0.040);
}

.circle-config{
    height: 13px;
    width: 13px;
    background-color: #192f52;
    border-radius: 50px;
    animation: circleEffect 2.5s infinite ease;
    position: relative;
    display: block;
}

.fa-circle{
    font-size: 18px !important;
    color: #122653 !important;
    cursor: pointer;
}

.iCheckeado{
    font-size: 18px !important;
    color: rgb(61, 130, 64) !important;
    position: absolute;
    cursor: pointer;
}

@keyframes circleEffect {   
    0% {
        height: 13px;
        width: 13px;
        opacity: 0;
    }
    10% {
        height: 12px;
        width: 12px;
        opacity: 0.6;
    }
    100% {
        height: 30px;
        width: 30px;
        opacity: 0;
    }
}

.progress {
    animation: go-down 1.5s infinite ease;
    position: relative;
    width: 1px;
    height: 5px;
    background-color: #122653 !important;
  }


@keyframes go-down {   
        0% {
            height: 0px;
            top: 0;
        }
        50% {
            height: 30px;
            top: 0;
        }
        100% {
            height: 0px;
            top: 30px;
        }
    }

    /*----------------CONFIGURADOR SIDENAV----------------*/

    .offcanvas-backdrop:before{
        background-color: transparent !important;
    }

    .offcanvas-end{
        border-left: none !important;
        box-shadow: -3px 3px 15px rgba(0, 0, 0, 0.2) !important;
    }

    .ContSideActive{
        position: relative;
        border: 1px solid #122653;
        margin-bottom: 20px !important;
    }

    .ContSide{
        position: relative;
        border: 1px solid rgb(219, 219, 219);
        margin-bottom: 20px !important;
    }

    .ContSide:hover{
        border: 1px solid #122653;
    }

    .checkContSide{
        position: absolute;
        right: -5px !important;
        top: -5px !important;
        background-color: #fff;
        color: #122653;
        font-weight: 200 !important;
        font-size: 20px !important;
        opacity: 0;
    }

    .checkContSide i{
        color: #122653;
        font-weight: 200 !important;
        font-size: 20px !important;
    }

    .caract-conf-side{
        font-size: 0.8em;
        margin-top: 20px;
        margin-bottom: 10px;
        font-family: 'VWHeadBold' !important;
    }
    
    .caract-bajada-conf-side{
        font-size: 0.7em;
        margin-bottom: 10px;
        font-family: 'VWHeadRegular' !important;
    }
    
    .caract-bg-side{
        font-size: 0.7em;
        color: #fff;
        background-color: rgb(62, 72, 76);
        font-family: 'VWHeadLight';
        padding: 3px 10px 5px 10px !important;
        margin-right: 8px !important;
    }

    .iCerrar{
        color: rgb(61, 130, 64) !important;
        font-size: 1.5em !important;
    }

    .cerrarSidebar{
        font-size: 0.8em !important;
        font-family: 'VWHeadLight';
        color: #122653;
    }

    .btn-config{
        background-color: #122653 !important;
        border: none !important;
        color: #fff !important;
        font-size: 0.8em !important;
        font-family: 'VWHeadLight';
        border-radius: 40px !important;
        height: 30px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .fa-long-arrow-alt-right{
        font-weight: 300 !important;
    } 

    .btn-dark{
        background-color: rgb(82, 22, 158) !important;
        color: #fff !important;
        font-size: 12px !important;
        font-weight: 300 !important;
        border: none !important;
        border-radius: 0 !important;
        padding: 8px 12px !important;
        letter-spacing: 0.05em;
    }

    /*----------------FORMULARIO----------------*/

    .form-label{
        font-family: 'VWHeadRegular' !important;
        font-size: 1.3em;
        color: #192f52;
    }

    #fecha{
        font-family: 'VWHeadRegular' !important;
        font-size: 1em;
        color: black;
        border: none !important;
        border-bottom: 1px solid rgb(180, 180, 180) !important;
        height: 38px !important;
        width: 100% !important;
        padding-left: 10px;
    }

    .form-control{
        border: none !important;
        border-bottom: 1px solid rgb(180, 180, 180) !important;
        border-radius: 0 !important;
        font-family: 'VWTextRegular' !important;
    }

    .form-control:active{
        border: none !important;
        border-bottom: 1px solid rgb(180, 180, 180) !important;
        box-shadow: none !important;
    }

    .form-control:focus{
        border: none !important;
        border-bottom: 1px solid #192f52 !important;
        box-shadow: none !important;
    }

    .form-control::-webkit-scrollbar {
        width: 8px;
    }
    
    .form-control::-webkit-scrollbar-track {
        box-shadow: inset 0 0 2px rgba(0,0,0,0.8);
        -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.8); 
        border-radius: 5px;
    }
    
    .form-control::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: #192f52;
    }

    .form-select{
        border: none !important;
        border-bottom: 1px solid rgb(180, 180, 180) !important;
        border-radius: 0 !important;
        font-family: 'VWTextRegular' !important;
    }

    .form-select:active{
        border: none !important;
        border-bottom: 1px solid rgb(180, 180, 180) !important;
        box-shadow: none !important;
    }

    .form-select:focus{
        border: none !important;
        border-bottom: 1px solid #192f52 !important;
        box-shadow: none !important;
    }

    .form-select option{
        font-family: 'VWTextRegular' !important;
    }

/*----------------TABLET HORIZONTAL (LG 1024px)----------------*/

@media (max-width:1199px) {

    ul.breadcrumb{
         margin-top: 20% !important;
     } 

}

/*----------------MOVIL VERTICAL (SM 320px)----------------*/

@media (max-width:500px) {

    ul.breadcrumb {
        margin-top: 20% !important;
        padding-right: 10%;
      }  

    .link-breadcrumb{
        margin-bottom: 5px !important;
    }

    .link-breadcrumb a{
        font-size: 0.9em;
    }

    .link-breadcrumb-active{
        font-size: 0.9em;
        margin-top: 2px !important;
    }
}