@font-face {
    font-f: Rappi-Medium;
    src: url(https://s3.amazonaws.com/img.busqo.com/Aliados/Rappi/fonts/Sequel%20Sans%20Medium%20Head.otf);
}

@font-face {
    font-f: Rappi-Medium-condensed;
    src: url(https://s3.amazonaws.com/img.busqo.com/Aliados/Rappi/fonts/Sequel%20Sans%20Book%20Head.otf);
}

@font-face {
    font-f: Rappi-Bold;
    src: url(https://s3.amazonaws.com/img.busqo.com/Aliados/Rappi/fonts/Sequel%20Sans%20Bold%20Head_2.otf);
}



.body-busqo {
    background-color: #ffffff;
    margin: 0;
    font-s: 14px;
    display: flex;
    flex-direction: column;
}



/*----------------------------ESTILOS MODAL-----------------------------*/
.text-primary,
.body-busqo .container-form .question .label-busqo,
.body-busqo .modal-Busqo .modal-dialog .modal-content .modal-header .modal-title-Busqo,
    {
    color: #000000 !important;
}

.bg-primary,
.title-table .body-busqo .tabla-comparacion .title-table {
    background-color: #000000 !important;
}

.Banner-ContadoFinanciacion {
    display: none;
}

.text-primary{
    color: #000000 !important;
}

a {
    color: #6168db;
}

.body-busqo .Rappi-Medium {
    font-f: Rappi-Medium;
}

.body-busqo .Rappi-Bold {
    font-f: Rappi-Bold !important;
}

.body-busqo .clear {
    clear: both;
    width: 100%;
    float: none;
    display: block;
    height: 50px;
}

.body-busqo .fasecolda-data-box {
    background: linear-gradient(to right, white 0, #e9e7ed 50%, white 100%);
}

.body-busqo .fasecolda-data-box .vehicle-fox {
    max-width: 165px;
    bottom: -1rem;
}

.body-busqo .div-table {
    border: 0.5px solid #666666;
    min-height: 50px;
    padding: 2% 3%;
    text-align: center;
}

.body-busqo .div-table .img-cobertura {
    width: 17%;
}

.body-busqo .container-form .form-check {
    font-f: Rappi-Medium;
}

.body-busqo .container-form .question .label-busqo {
    font-f: Rappi-Medium;
}

.body-busqo .container-form .question .question-text-busqo {
    font-f: Rappi-Medium;
    color: #333333;
    font-s: 1em;
    margin: 0% 0% 1% 0%;
}

.body-busqo .container-form .question span.input-busqo {
    border: 0px;
}

.body-busqo .container-form .question span.input-busqo.border-busqo {
    border: 1px solid #666666;
}

.body-busqo .container-form .question .input-busqo,
.body-busqo .container-form .question .select-busqo {
    border: none;
    border-bottom: 1px solid rgb(190, 190, 190);
    height: 38px;
    outline: 0;
    font-f: Rappi-Medium;
    padding-left: 5px;
    color: black;
}

.body-busqo .container-form .question .input-busqo.text-tarea-busqo,
.body-busqo .container-form .question .select-busqo.text-tarea-busqo {
    height: auto;
}

.body-busqo .container-form .question .input-busqo.k-dropdown .k-state-default,
.body-busqo .container-form .question .input-busqo.k-dropdown k-header,
.body-busqo .container-form .question .select-busqo.k-dropdown .k-state-default,
.body-busqo .container-form .question .select-busqo.k-dropdown k-header {
    margin-top: 3px;
    border-radius: 8px;
}

.body-busqo .container-form .question .input-busqo:focus,
.body-busqo .container-form .question .select-busqo:focus {
    border-bottom: 1px solid #000000;
}

.body-busqo .container-form .question.was-validate .question .input-busqo:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.body-busqo .container-form .question .desplegable-custom .select-busqo {
    width: 100%;
    cursor: pointer;
}

.body-busqo .container-form .question .desplegable-custom .select-custom-img {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background-image: url(../images/thumbnail_select-arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 1.6rem;
    width: 1.6rem;
    pointer-events: none;
    margin: 0.3em 0.3em;
    cursor: pointer;
}

.body-busqo .container-form .question .radio .input-radio[type="range"] {
    margin: 0;
}

.body-busqo .container-form .question .radio .input-radio[type="radio"] {
    display: none;
}

.body-busqo .container-form .question .radio .input-radio[type="radio"]:checked + .label-radio {
    padding: 2% 3%;
    background: #000000;
    border-radius: 5px;
    color: #ffffff;
}

.body-busqo .container-form .question .radio .input-radio[type="radio"]:checked + .label-radio:before {
    display: none;
}

.body-busqo .container-form .question .radio .label-radio {
    color: #000;
    padding: 2% 3% 2% 1.7em;
    cursor: pointer;
    transition: all 0.3s ease;
    font-s: 1.1em;
    margin: 1% 2% 0 0;
    font-f: Rappi-Medium;
}

.body-busqo .container-form .question .radio .label-radio:hover {
    background-color: #d9d9d9;
    border-radius: 5px;
}

    .body-busqo .container-form .question .radio .label-radio:before {
        content: "";
        width: 100%;
        height: 100%;
        display: inline-block;
        background: none;
        border: 2px solid #eceff3;
        border-radius: 5px;
        position: absolute;
        left: 0.3em;
        top: 0;
        z-index: 1;
    }

.body-busqo .datos-asesor:before {
    position: relative;
    top: -10px;
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background: linear-gradient(to right, white 0, #d1d1d1 50%, white 100%);
}

.body-busqo .datos-asesor:after {
    position: relative;
    bottom: -10px;
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background: linear-gradient(to right, white 0, #d1d1d1 50%, white 100%);
}

.body-busqo .datos-asesor .vehicle {
    display: table;
    min-height: 48px;
}

.body-busqo .datos-asesor .vehicle .found {
    vertical-align: middle;
}

.body-busqo .datos-asesor .vehicle .car-info-2 {
    vertical-align: middle;
}

.body-busqo .datos-asesor .vehicle .car-info-2 .value {
    margin-top: 5px;
    font-weight: 400;
}

.body-busqo .datos-asesor .assesor {
    display: table;
}

.body-busqo .datos-asesor .assesor .image-mobile {
    display: none;
}

.body-busqo .datos-asesor .assesor .mobile-call {
    display: none;
}

.body-busqo .datos-asesor .assesor .image {
    vertical-align: middle;
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 50px;
}

.body-busqo .datos-asesor .assesor .name a {
    text-decoration: none;
    color: #666666;
}

.body-busqo .botones .btn-form-1,
.body-busqo .modal-Busqo .modal-dialog .modal-content .botones .btn-form-1,
.modal-dialog .modal-content .modal-footer .btn-secondary .btn-comparar {
    background-color: #6168db;
    border-radius: 90px;
    border: 1px solid #6168db;
    text-align: center;
    padding: 10px 30px !important;
    cursor: pointer;
    font-f: Rappi-Medium;
    align-items: center;
    font-s: 1.4em;
    color: #ffffff !important;
}

.body-busqo .botones .btn-form-1:hover,
.body-busqo .modal-Busqo .modal-dialog .modal-content .botones .btn-form-1:hover {
    color: #ffffff !important;
    border: 1px solid #6168db;
    background-color: #6168db;
    outline: none;
}

.body-busqo .botones .btn-form-2,
.body-busqo .modal-Busqo .modal-dialog .modal-content .botones .btn-form-1,
.modal-dialog .modal-content .modal-footer .btn-secondary {
    background-color: #ffffff;
    border-radius: 90px;
    border: 1px solid #6168db;
    text-align: center;
    padding: 10px 30px !important;
    cursor: pointer;
    font-f: Rappi-Medium;
    align-items: center;
    font-s: 1.4em;
    color: #6168db !important;
}

.body-busqo .botones .btn-form-2:hover,
.body-busqo .modal-Busqo .modal-dialog .modal-content .botones .btn-form-1:hover {
    border: 2px solid #5E3EBA;
    border-radius: 10px;
    font-f: Rappi-Medium;
    color: #ffffff !important;
    background-color: #b3a1e8;
}

.body-busqo .boton-regresar {
    font-s: 1.3em;
    border: 2px solid #6168db;
    border-radius: 8px;
    font-f: Rappi-Medium;
    background-color: #ffffff;
    color: #6168db;
    cursor: pointer;
    height: 50px;
    text-align: center;
}

.body-busqo .boton-regresar:hover {
    border: 2px solid #6168db;
    border-radius: 10px;
    font-f: Rappi-Medium;
    color: #6168db;
    background-color: #ffffff;
}

.body-busqo .boton-solicitar {
    background-color: #6168db;
    border-radius: 5px;
    border: none;
    font-f: Rappi-Medium;
    width: 70%;
}

.body-busqo .boton-solicitar:hover {
    background-color: #2e137c;
}

.btn-danger {
    background-color: #6168db;
    border-radius: 90px;
    border: 1px solid #6168db;
    text-align: center;
    padding: 10px 30px !important;
    cursor: pointer;
    font-f: Rappi-Medium;
    align-items: center;
    font-s: 1.4em;
    color: #ffffff !important;
    width: auto !important;
}

.modal-dialog .modal-content .modal-footer .btn-secondary .body-busqo .container-form .question .label-busqo,
.body-busqo .modal-Busqo .modal-dialog .modal-content .modal-header .modal-title-Busqo,
.modal .modal-content .modal-header .modal-title {
    color: #000000 !important;
}

.title-table .body-busqo .tabla-comparacion .title-table {
    background-color: #000000 !important;
}

/*.body-busqo .mw-busqo .mobile-actions a:nth-child(1) {
    background-color: #ffffff !important;
    color: #6168db !important;
}*/

/*.body-busqo .mw-busqo .mobile-actions a:nth-child(2) {
    background-color: #6168db !important;
    color: #ffffff !important;
}*/

.body-busqo .father div div div span,
.body-busqo .father section div .cuadros .cuadro-cancelacion .text-info span,
.body-busqo .father section div .cuadros .cuadro-Mejorprecio .text-info span {
    color: #000000 !important;
}

.container-left .cont-NoSoat .alert-NoSoat p span {
    color: #ffffff !important;
}

.body-busqo .container-dad .container-right .txt-container-right {
    margin: 10% 0 10% 0;
}

.body-busqo .container-dad .container-right .txt-container-right h3 {
    font-f: Rappi-Bold !important;
    color: #000000 !important;
}

.body-busqo .container-dad .container-right .txt-container-right p {
    font-f: Rappi-Medium;
    color: #000000 !important;
}

.body-busqo .container-dad .container-right .img-container-right img {
    width: 90%;
}

.body-busqo .container-dad .container-left {
    flex-direction: column;
    min-height: 100vh;
}

.body-busqo .container-dad .container-left .container-bar-progress .progreso-contenedor {
    max-width: 300px;
}

.body-busqo .container-dad .container-left .container-bar-progress .progreso-contenedor::before {
    content: '';
    background-color: #aaaaaa;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 4px;
    width: 100%;
    z-index: -1;
    transition: 0.4s ease;
}

.body-busqo .container-dad .container-left .container-bar-progress .progreso-contenedor .progreso {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 4px;
    width: 0%;
    z-index: -1;
    transition: 0.4s ease;
}

.body-busqo .container-dad .container-left .container-bar-progress .progreso-contenedor .circulo {
    background-color: #ffffff;
    color: #666666;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #aaaaaa;
    transition: 0.4s ease;
    font-f: Rappi-Medium;
}

.body-busqo .container-dad .container-left .container-bar-progress .progreso-contenedor .active {
    background-color: #6168db;
    border-color: #6168db;
    color: #ffffff;
}

.body-busqo .container-dad .container-left .alert-NoSoat {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    max-width: 800px;
}

.body-busqo .container-dad .container-left .alert-NoSoat img {
    width: 5%;
}

.body-busqo .container-dad .container-left .alert-NoSoat p {
    font-f: Rappi-Medium;
}

.body-busqo .container-dad .container-left .alert-NoSoat span {
    font-f: Futura-Bold;
}

.body-busqo .container-dad .container-left .container-form {
    scroll-behavior: smooth;
}

.body-busqo .container-dad .container-left .container-form .container-parts-form2 {
    width: 200%;
}

.body-busqo .container-dad .container-left .container-form .container-parts-form2 form {
    width: calc(100%/2);
}

.body-busqo .container-dad .container-left .container-form .container-parts-form3 {
    width: 300%;
}

.body-busqo .container-dad .container-left .container-form .container-parts-form3 form {
    width: calc(100%/3);
}

.body-busqo .container-dad .container-left .botones img {
    margin: 0 0 0 5%;
}

.body-busqo .keyboard {
    width: 250px !important;
    height: 250px;
    display: grid;
    grid-template-columns: repeat(3, 4fr);
    grid-template-rows: repeat(4, 4fr);
    grid-gap: 10px;
    place-items: center;
    position: absolute;
    z-index: 1;
}

.body-busqo .keyboarrd {
    width: 250px !important;
    height: 250px;
    display: grid;
    grid-template-columns: repeat(3, 4fr);
    grid-template-rows: repeat(4, 4fr);
    grid-gap: 10px;
    place-items: center;
    position: absolute;
    z-index: 2;
}

.body-busqo .keyboard .key,
.body-busqo .keyboarrd .key {
    border: 1px solid #000;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    cursor: pointer;
    background-color: #fff;
}

.body-busqo .container-dad .container-left .container-form .container-parts-form2 form .checkbox-content .form-check .form-check-label {
    font-s: 1rem !important;
}

/*.body-busqo .container-dad .container-left .container-form .container-parts-form2 form .checkbox-content .form-check .form-check-input:checked {
    background-color: #6168db !important;
    border-color: #6168db !important;
}*/

.body-busqo .container-dad .container-left .container-form .container-parts-form2 form .checkbox-content .form-check .form-check-input {
    width: 1.5rem !important;
    height: 1.5rem !important;
}

.body-busqo .modal-Busqo .modal-dialog .modal-content.modal-content-dinamic .dialog-info {
    padding: 2rem;
}

.body-busqo .modal-Busqo .modal-dialog .modal-content.modal-content-dinamic .dialog-info ul {
    list-style: initial;
    margin-top: 2rem;
    padding-left: 2rem;
}

.body-busqo .modal-Busqo .modal-dialog .modal-content.modal-content-dinamic .dialog-info ul li {
    list-style: circle;
    margin-top: 1rem;
}

.body-busqo .modal-Busqo .modal-dialog .modal-content .modal-header .modal-title-Busqo {
   font-f: Rappi-Bold !important;
}

.body-busqo .modal-Busqo .modal-dialog .modal-content .modal-body .container-form {
    width: 80%;
}

.body-busqo .modal .modal-dialog .modal-content .modal-body h6 {
    color: #000000 !important;
    margin-top: 10px !important;
}

.body-busqo .container-dad .container-left .container-form .container-parts-form2 form .botones {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center !important;
}

.body-busqo .container-dad .container-left .container-form .container-parts-form2 form .botones .col-12 {
    width: 50% !important;
}

.body-busqo .container-dad .container-left .container-form .container-parts-form2 form .botones .col-12:nth-child(2) {
    margin-top: 0 !important;
}

.body-busqo .modal-Busqo .modal-dialog .modal-content .botones {
    width: 100%;
    padding: 20px 0px;
    justify-content: center;
}

.body-busqo .modal-Busqo .modal-dialog .modal-content .botones .btn-form-1 {
    width: auto;
    font-s: 1.3em;
}

.body-busqo .modal-Busqo .modal-dialog .modal-content .botones img {
    width: 13%;
    margin: 0 0 0 5%;
}

.body-busqo .modal-Busqo .modal-dialog .modal-content .botones .btn-form-2 {
    width: auto;
    font-s: 1.3em;
}

.body-busqo .tabla-comparacion .d-none {
    display: none;
}

.body-busqo .tabla-comparacion p {
    margin-bottom: 0;
}

.body-busqo .tabla-comparacion .title-table:nth-child(odd) {
    border-radius: 15px 15px 0 0;
    background-color: #000000 !important;

}

.body-busqo .tabla-comparacion .div-table .tooltipsel {
    max-width: 29px;
    margin-right: 0.5rem;
}

.body-busqo .tabla-comparacion .div-table .tooltipsel.medium {
    max-width: 49px;
    margin-right: 0.5rem;
}

.body-busqo .tabla-comparacion .div-table a:hover {
    color: #2e137c;
}

.body-busqo .datos-asesor .vehicle {
    display: table;
    min-height: 48px;
    width: 90% !important;
}

.body-busqo .datos-asesor .assesor {
    display: none !important;
}

.body-busqo .aviso-cotizacion {
    margin-top: 30px;
}

.body-busqo .aviso-cotizacion .contenedor-aviso-cotizacion {
    border-radius: 20px;
    background-color: #e7e7e7;
}

.body-busqo .aviso-cotizacion .contenedor-aviso-cotizacion p {
    display: none !important;
}

.body-busqo .aviso-cotizacion .contenedor-aviso-cotizacion div .text-aviso-cotizacion p {
    display: block !important;
    color: #000000 !important;
}

.body-busqo .cuadros .cuadro-Mejorprecio {
    border-radius: 8px;
    background-color: #e7e7e7;
    min-height: 120px;
}

.body-busqo .cuadros .cuadro-cancelacion {
    border-radius: 8px;
    background-color: #e7e7e7;
    min-height: 120px;
}

.body-busqo .bg-secondary {
    background-color: #7fdd90 !important;
}

.body-busqo .border-secondary {
    border-color: #7fdd90 !important;
}

.body-busqo .text-info {
    color: #666666 !important;
}

.body-busqo .text-secondary {
    color: #7fdd90 !important;
}

.body-busqo .text-muted {
    color: #7fdd90 !important;
}

.body-busqo .w-60 {
    width: 60% !important;
}

.body-busqo .w-70 {
    width: 70% !important;
}

.body-busqo .w-80 {
    width: 80% !important;
}

.body-busqo .w-90 {
    width: 90% !important;
}

.body-busqo .mw-busqo {
    max-width: 1100px !important;
}

.body-busqo .link-primary:hover,
.link-primary:focus {
    color: #0a58ca;
}

.body-busqo .link-secondary {
    color: #7fdd90;
}

.body-busqo .toast-header {
    color: #7fdd90;
}

.body-busqo .btn-close:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.body-busqo .list-group-item.disabled,
.body-busqo .list-group-item:disabled {
    color: #7fdd90;
}

.body-busqo .page-item.disabled .page-link {
    color: #7fdd90;
}

.body-busqo .page-link:focus {
    color: #0a58ca;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.body-busqo .page-link:hover {
    color: #0a58ca;
}

.body-busqo .breadcrumb-item + .body-busqo .breadcrumb-item::before {
    color: #7fdd90;
}

.body-busqo .breadcrumb-item.active {
    color: #7fdd90;
}

/*.body-busqo .accordion-button {
    color: #212529;
}

.body-busqo .accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}*/

/*.body-busqo .accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
}*/

/*.body-busqo .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}*/

.body-busqo .nav-link:hover,
.body-busqo .nav-link:focus {
    color: #0a58ca;
}

.body-busqo .nav-link.disabled {
    color: #7fdd90;
}

.body-busqo .dropdown-header {
    color: #7fdd90;
}

.body-busqo .btn-link:hover {
    color: #0a58ca;
}

.body-busqo .btn-link:disabled,
.btn-link.disabled {
    color: #7fdd90;
}

.body-busqo .btn-outline-secondary {
    color: #7fdd90;
    border-color: #7fdd90;
}

.body-busqo .btn-outline-secondary:hover {
    background-color: #7fdd90;
    border-color: #7fdd90;
}

.body-busqo .btn-check:checked + .body-busqo .btn-outline-secondary,
.body-busqo .btn-check:active + .body-busqo .btn-outline-secondary,
.body-busqo .btn-outline-secondary:active,
.body-busqo .btn-outline-secondary.active,
.body-busqo .btn-outline-secondary.dropdown-toggle.show {
    background-color: #7fdd90;
    border-color: #7fdd90;
}

.body-busqo .btn-outline-secondary:disabled,
.body-busqo .btn-outline-secondary.disabled {
    color: #7fdd90;
}

.body-busqo .btn-check:focus + .body-busqo .btn-outline-primary,
.body-busqo .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.body-busqo .btn-check:checked + .body-busqo .btn-outline-primary:focus,
.body-busqo .btn-check:active + .body-busqo .btn-outline-primary:focus,
.body-busqo .btn-outline-primary:active:focus,
.body-busqo .btn-outline-primary.active:focus,
.body-busqo .btn-outline-primary.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.body-busqo .btn-secondary:disabled,
.body-busqo .btn-secondary.disabled {
    background-color: #7fdd90;
    border-color: #7fdd90;
}

.body-busqo .btn-info {
    background-color: #999999;
}

.body-busqo .btn-secondary {
    background-color: #7fdd90;
    border-color: #7fdd90;
}

.body-busqo .btn-primary:hover {
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

.body-busqo .btn-check:focus + .body-busqo .btn-primary,
.body-busqo .btn-primary:focus {
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

/*.body-busqo .btn-check:checked + .body-busqo .btn-primary,
.body-busqo .btn-check:active + .body-busqo .btn-primary,
.body-busqo .btn-primary:active,
.body-busqo .btn-primary.active,
.body-busqo .show > .body-busqo .btn-primary.dropdown-toggle {
    background-color: #0a58ca;
}*/

.body-busqo .btn-check:checked + .body-busqo .btn-primary:focus,
.body-busqo .btn-check:active + .body-busqo .btn-primary:focus,
.body-busqo .btn-primary:active:focus,
.body-busqo .btn-primary.active:focus,
.body-busqo .show > .body-busqo .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.body-busqo .btn-check:focus + .body-busqo .btn,
.body-busqo .btn:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.body-busqo .form-check-input:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(27, 222, 141, 0.25);
}

.body-busqo .form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.body-busqo .form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.body-busqo .form-select:focus {
    border-color: #1bde8d;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(27, 222, 141, 0.25);
}


.body-busqo .form-control::-moz-placeholder {
    color: #7fdd90;
    opacity: 1;
}

.body-busqo .form-control::placeholder {
    color: #7fdd90;
    opacity: 1;
}

.body-busqo .form-text {
    color: #7fdd90;
}

.body-busqo .blockquote-footer {
    color: #7fdd90;
}

.body-busqo caption {
    color: #7fdd90;
}

.body-busqo .figure-caption {
    color: #7fdd90;
}

.body-busqo a:hover {
    color: #0a58ca;
}

.body-busqo .toolsIcon {
    position: fixed;
    left: 72vw;
    bottom: 60px;
    cursor: pointer;
    display: flex;
    flex-direction: column-reverse;
    align-items: end;
    width: 50px;
}

.body-busqo .toolsIcon img.img-tool {
    width: 100%;
    object-fit: cover;
    z-index: 3000;
}

.body-busqo .toolsIcon img.img-tool:hover {
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.7));
}

.body-busqo .toolsIcon .options-tool {
    opacity: 0;
    transform: translateY(100%);
    transition: 1s ease-out;
    width: 100%;
}

.body-busqo .toolsIcon .options-tool .option-tool {
    display: grid;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.body-busqo .toolsIcon .options-tool .option-tool small {
    font-weight: bold;
}

.body-busqo .toolsIcon .options-tool .option-tool img {
    width: 30px;
}

.body-busqo .toolsIcon .options-tool .option-tool:hover {
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.7));
}

.body-busqo .toolsIcon:hover > img.img-tool:hover {
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.7));
}

.body-busqo .toolsIcon:hover > .options-tool {
    opacity: 1;
    transform: translateY(0);
    transition: 1s ease-out;
}

.body-busqo .toolsIcon:hover .option-tool {
    /*background-color: rgba(0, 0, 0, 0.7);*/
    border-radius: 5px;
    padding: 5px;
    color: #e7e7e7;
}

.body-busqo .toolsIcon.guia-tools .options-tool.view-guia {
    opacity: 1;
    transform: translateY(0);
    transition: 1s ease-out;
}


/*.body-busqo .container-dad .container-right {
    background-color: #e2e0eb !important;
}*/

.modal-header {
    border-bottom: 1px solid linear-gradient(74.74deg, #F1E499 -1.97%, #F2DD91 -1.66%, #F6C073 -0.2%, #F9A95A 1.4%, #FC9647 3.19%, #FE8A39 5.26%, #FF8231 7.87%, #FF802F 12.73%, #FA713A 16.11%, #F2584C 22.95%, #ED4957 29.2%, #EB445B 34.31%, #EB465E 38.75%, #EA4C69 42.6%, #E8577B 46.23%, #E56694 49.71%, #E279B4 53.09%, #E27AB5 53.19%, #9C7ADE 59.86%) !important;
}

.car-info .container-fluid-header .row ul li label {
    color: #000000 !important;
    font-f: Rappi-Bold !important;
}

.car-info .container-fluid-header .row ul .your a {
    color: #6168db;
}

.body-busqo .container-dad .container-left .alert-NoSoat,
.car-info .container-fluid-header .row ul li .tooltipsel:before {
    background-color: #000000 !important;
}

.body-busqo .container-dad .container-left .cont-NoSoat {
    margin-left: 0 !important;
    padding-left: 2em !important;
    padding-right: 2em !important;

}

.body-busqo .container-dad .container-left .alert-NoSoat p {
    font-s: 0.9rem !important;
}

.body-busqo .container-dad .container-left .botones img {
    width: 8%
}

div div .policy-steps .big-title span{
   font-f: Futura-Bold !important;  
}

@media(min-width: 768px) {
    .body-busqo .toolsIcon {
        left: 94vw;
    }

    .body-busqo .toolsIcon:hover > .option-tool {
        background-color: transparent;
        border-radius: inherit;
        padding: 0px;
        color: inherit;
    }
}

/*----------------------------ESTILOS MOBILE-----------------------------*/
@media (max-width: 768px) {
    .body-busqo {
        font-s: 12px;
    }
   

    .body-busqo .clear {
        height: 20px;
    }

    .body-busqo .div-table {
        border: 0.5px solid #666666;
        min-height: 50px;
        padding: 3% 4%;
        text-align: center;
    }

    .body-busqo .div-table.header {
        background-color: #e7e7e7;
    }

    .body-busqo .div-table .logo-insurances {
        width: 90%;
    }

    .body-busqo .div-table .img-cobertura {
        width: 8%;
    }

    .body-busqo .container-dad {
        min-height: auto;
    }

    .body-busqo .container-dad .container-right {
        min-height: auto;
        padding-top: 1em !important;
    }

    .body-busqo .container-dad .container-right .txt-container-right {
        margin: 10% 0 10% 0;
    }

    .body-busqo .container-dad .container-right .img-container-right img {
        display: none;
    }

    .body-busqo .container-dad .container-left {
        flex-direction: column;
        min-height: auto;
    }

    .body-busqo .container-dad .container-left .container-bar-progress .progreso-contenedor {
        max-width: 400px;
    }

    .body-busqo .container-dad .container-left .alert-NoSoat img {
        display: none;
    }

    .body-busqo .container-dad .container-left .container-form {
        width: 100%;
    }

    .body-busqo .container-dad .container-left .container-form .question .desplegable-custom .select-custom-img {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        background-image: url(../images/thumbnail_select-arrow.png);
        background-repeat: no-repeat;
        background-size: cover;
        height: 1.6rem;
        width: 1.6rem;
        pointer-events: none;
        margin: 0.3em 0.3em;
        cursor: pointer;
    }

    .body-busqo .container-dad .container-left .container-form .question .radio .input-radio[type="range"] {
        margin: 0;
    }

    .body-busqo .container-dad .container-left .container-form .question .radio .input-radio[type="radio"] {
        display: none;
    }

    .body-busqo .container-dad .container-left .container-form .question .radio .input-radio[type="radio"]:checked + .label-radio {
        padding: 2% 3%;
        background: #000000;
        border-radius: 5px;
        color: #ffffff;
    }

    .body-busqo .container-dad .container-left .container-form .question .radio .input-radio[type="radio"]:checked + .label-radio:before {
        display: none;
    }

    .body-busqo .datos-asesor:before {
        top: 0px;
        height: 0px;
        background: #ffffff;
    }

    .body-busqo .datos-asesor:after {
        top: 0px;
        height: 0px;
        background: #ffffff;
    }

    .body-busqo .datos-asesor .assesor {
        background-color: #dddddd;
    }

    .body-busqo .datos-asesor .assesor .image-mobile {
        display: block;
        vertical-align: middle;
        width: 48px;
        height: 48px;
        overflow: hidden;
        border-radius: 50px;
    }

    .body-busqo .datos-asesor .assesor .mobile-call {
        display: block;
        background-color: #5e3eba;
        color: #ffffff;
        padding: 5px 8px;
    }

    .body-busqo .datos-asesor .assesor .image {
        display: none;
    }

    .body-busqo .datos-asesor .assesor .name a {
        text-decoration: none;
        color: #666666;
    }

    .body-busqo .botones {
        width: 100%;
        max-width: 550px;
    }

    .body-busqo .botones .btn-form-2 {}

    .body-busqo .botones .btn-form-2:hover {
        border: 2px solid #5E3EBA;
        border-radius: 10px;
        font-f: Rappi-Medium;
        color: #333333;
        background-color: #b3a1e8;
    }

    .body-busqo .botones .btn-form-1 {}

    .body-busqo .botones .btn-form-1:hover {}

    .body-busqo .botones img {
        margin: 0 0 0 5%;
    }

    .body-busqo .cuadros .cuadro-Mejorprecio {
        border-radius: 8px;
        background-color: #e7e7e7;
        height: 100px;
    }

    .body-busqo .cuadros .cuadro-cancelacion {
        border-radius: 8px;
        background-color: #e7e7e7;
        height: 100px;
    }


}



/*------------------------------------GENERAL ---------------------------*/
.progress {
    position: relative;
    margin-bottom: 30px;
    overflow: initial;
    height: 4px;
}

.progress .circulo {
    top: -12px;
    position: absolute;
    background-color: #ffffff;
    color: #666666;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #aaaaaa;
    transition: 0.4s ease;
    font-f: Rappi-Medium;
}

.progress .circulo.circulo-inicio {
    left: -5px;
}

.progress .circulo.circulo-medio {
    left: calc(50% - 5px);
}

.progress .circulo.circulo-final {
    right: -5px;
}

.progress .circulo.active {
    background-color: #000000;
    border-color: #6168db;
    color: #ffffff;
}

.invalid-feedback {
    font-f: 'Rappi-Medium';
    text-transform: uppercase;
    font-weight: bold;
}


@keyframes rotationLoading {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

img.img-busqo-loading {
    animation: rotationLoading 4s linear infinite;
}

#box-camera {
    height: 100%;
    width: 100%;
    display:grid;
    min-height: 100dvh;
    grid-template-rows: 10fr 2fr;
    /*grid-template-rows: 1fr auto;*/
}
#box-camera-video {
    top: 0;
    z-index: 1;
    height: 100%;
}
#QuoteLoadDocumentsForm_video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    /*width: 100%;
    height: 100%;
    object-fit: cover;*/
}
#box-camera-photo {
    top: 0;
    z-index: 1;
    height: 100%;
}
#canvas_photo_general {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    /*width: 100%;
    height: 100%;
    object-fit: cover;*/
}
#photo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 50%;
    object-fit: cover;
}

#box_bg_img {
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: center;
}

#photo-with-bg {
    z-index: 2;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-left: calc(3vh * (8.5 / 5.5)) solid transparent;
    border-right: calc(3vh * (8.5 / 5.5)) solid transparent;
    border-top: calc(3.5vh * (8.5 / 5.5)) solid transparent;
    border-bottom: calc(3.5vh * (8.5 / 5.5)) solid transparent;
    border-color: rgba(0, 0, 0, .7);
}

#box-camera-take {
    z-index: 2;
}

#QuoteLoadDocumentsForm_btnTake {
    z-index: 2;
    width: 100px;
    height: 100px;
}

#QuoteLoadDocumentsForm_btnTake button {
    background: #fff !important;
    width: 60px;
    height: 60px;
}
#box-interactuar{
    min-height:148px;
}

#photomp {
    display: flex;
    margin: auto;
    width: 100%;
    height: 100%;
    align-items: center;
    position:relative;
}

a.disabled {
    cursor: not-allowed;
    pointer-events: none;
}


.documentQuoteSteps{
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    height: 310px;
    grid-gap: 10px;
}
.documentQuoteSteps div img{
    bottom: -25px;
    right: -28px;
    width: 85%;
}

.loaderTerceros {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    animation: rotate 2s linear infinite
}

    .loaderTerceros::before, .loaderTerceros::after {
        content: "";
        box-sizing: border-box;
        position: absolute;
        inset: 0px;
        border-radius: 50%;
        border: 5px solid #000;
        animation: prixClipFix 2s linear infinite;
    }

    .loaderTerceros::after {
        transform: rotate3d(90, 90, 0, 180deg );
        border-color: #a2a0a4;
    }

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)
    }

    50% {
        clip-path: polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)
    }

    75%, 100% {
        clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)
    }
}

.skeleton {
    background-color: rgba(199, 199, 199, 1);
    /*margin-top: 0.75rem;
    margin-bottom: 0.75rem;*/
    border-radius: 0.25rem;

    &.skeleton-dark {
        background-color: rgba(179, 179, 179, 1);
    }

    &.title {
        height: 1.25rem;
        margin-bottom: 1rem;
    }

    &.text {
        height: 0.75rem;
    }

    &.width {
        &-100 {
            width: 100%;
        }

        &-50 {
            width: 50%;
        }
    }

    &.profile-circle {
        width: 150px;
        height: 150px;
        border-radius: 50%;
    }

    &.border {
        border: 2px solid #8a8686;
    }
}


@keyframes pulse {
    50% {
        opacity: 0.5;
    }
}

.animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}