/* body{ 
    zoom: 80% !important;  
} */
/*progressbar*/
/* hola */
#cot-embed-root h1,
#cot-embed-root h2,
#cot-embed-root h3,
#cot-embed-root h4,
#cot-embed-root h5,
#cot-embed-root h6,
#cot-embed-root Label {
    text-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    color: #292828 !important;
}

#cot-embed-root label {
    color: #292828 !important;
}

#cot-embed-root .rounded-lg {
    border-radius: 0.6rem !important;
}

#cot-embed-root .form-control:focus,
#cot-embed-root .form-check-input:focus {
    border-color: #3d3d3d !important;
}

#cot-embed-root .form-check-input:checked {
    background-color: #3d3d3d !important;
}

#cot-embed-root .select2-container--default .select2-selection--single {
    border-radius: 0.3rem !important;
}

#cot-embed-root .select2-container--focus .select2-selection--single {
    border-color: #3d3d3d !important;
}

#cot-embed-root .select2-container--focus .select2-selection--single {
    border-color: #3d3d3d !important;
}

#cot-embed-root .select2-container--default .select2-results__option--highlighted[aria-selected],
#cot-embed-root .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
    background-color: #3d3d3d !important;
}

#cot-embed-root .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3d3d3d !important;
}

#cot-embed-root .select2-container--default .select2-results__option--highlighted {
    background-color: #3d3d3d !important;
}

#cot-embed-root .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #3d3d3d !important;
}

#cot-embed-root .select2-container--default .select2-dropdown .select2-search__field:focus {
    border-color: #3d3d3d !important;
    border-radius: 0.3rem !important;
}

#cot-embed-root .card,
#cot-embed-root .card-footer,
#cot-embed-root .modal-footer,
#cot-embed-root .modal-header {
    background-color: rgba(249, 249, 252, 0.986) !important;
}

#cot-embed-root .modal-footer,
#cot-embed-root .modal-header {
    box-shadow: 0 1rem 3rem rgb(255, 255, 255) !important;
    border-radius: .3rem !important;
}

#cot-embed-root .modal-body {
    background-color: white !important;
}

#cot-embed-root .select2 {
    width: 100% !important;
}

#cot-embed-root .select2-container,
#cot-embed-root .select2-selection--single {
    height: 38px !important;
}

#cot-embed-root .select2-selection__arrow {
    top: 7px !important;
}

#cot-embed-root .progressbar {
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    width: 100%;
    margin: 0 auto 0px;
}

#cot-embed-root .progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    width: 33.33%;
    float: left;
    position: relative;
    text-decoration: none;
}

#cot-embed-root .progressbar li a:hover {
    text-decoration: none;
}

#cot-embed-root .progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 50px;
    line-height: 50px;
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    background: #eeeeee;
    border-radius: 50%;
    margin: 0 auto 5px auto;
    /* box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important; */
}

/*progressbar connectors*/
#cot-embed-root .progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
    /*put it behind the numbers*/
}

#cot-embed-root .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*/
#cot-embed-root .progressbar li.active:before,
#cot-embed-root .progressbar li.active:after {
    background: white !important;
    color: #3d3d3d;
}

#cot-embed-root #progressbar #vehiculo:before {
    font-family: FontAwesome;
    content: "\f1b9" !important;
    color: #3d3d3d !important;
}

#cot-embed-root #progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007" !important;
    color: #3d3d3d !important;
}

#cot-embed-root #progressbar #cotizar:before {
    font-family: FontAwesome;
    content: "\f00b" !important;
    color: #3d3d3d !important;
}

#cot-embed-root .displayNone {
    display: none !important;
}

#cot-embed-root #itemAuto td {
    padding: 0.3rem !important;
    vertical-align: baseline !important;
}

#cot-embed-root #vehiculo a,
#cot-embed-root #personal a,
#cot-embed-root #cotizar a {
    text-decoration: none;
    color: #3d3d3d !important;
}

#cot-embed-root .accordion-button:not(.collapsed),
#cot-embed-root .list-group-item-primary {
    color: white !important;
    background-color: #3d3d3d !important;
}

#cot-embed-root .animacion {
    border-radius: 25px !important;
    border: 1.5px solid #3d3d3d !important;
}

#cot-embed-root .animacion:hover {
    transition-duration: 0.3s;
    transform: scale(1, 1);
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.5);
}

#cot-embed-root .animacion::after {
    transition-duration: 0.3s;
}


#cot-embed-root .imgTarjeta {
    min-height: 102px;
    padding: 5px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: white !important;
}

#cot-embed-root .borde {
    padding-bottom: 1rem !important;
    margin-bottom: 2rem !important;
    border-bottom: 1px solid #3d3d3d !important;
}

/* .modal-dialog {
    margin-right: 0 !important;
    margin-top: 0 !important;
} */


#cot-embed-root #rightModal .modal-dialog-slideout {
    min-height: 100%;
    margin: 0 0 0 auto;
    background: #fff;
}

#cot-embed-root .modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%, 0)scale(1);
    transform: translate(100%, 0)scale(1);
}

#cot-embed-root .modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: flex;
    align-items: stretch;
    -webkit-box-align: stretch;
    height: 100%;
}

#cot-embed-root .modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
}

#cot-embed-root .modal-dialog-slideout .modal-content {
    border: 0;
}

#cot-embed-root .botonModalCotizador {
    background-color: #3d3d3d !important;
    color: white !important;
    padding: 30px !important;
    margin: 0px 0 0px -60px !important;
    opacity: 100 !important;
    border-radius: 5px 0 0 5px !important;
    width: 0 !important;
    height: 0 !important;
}

#cot-embed-root .botonModalCotizador:hover {
    background-color: #eae9f6 !important;
    color: black !important;
}

#cot-embed-root .barraModalCotizador {
    background-color: #3d3d3d !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

#cot-embed-root .descTarj {
    min-height: 67px !important;
    padding: 10px !important;
}

#cot-embed-root .bg-indigo {
    background-color: #3d3d3d !important;
}

#cot-embed-root .text-indigo {
    color: #3d3d3d !important;
}

#cot-embed-root .apagado {
    background-color: #e9ecef !important;
}
