body {
    font-family: 'Raleway', sans-serif;
    color: #676c71;
}

.container {
    padding-top: 70px;
    width: 100%;
    --bs-gutter-x: 0;
}

.navbar {
    background: #eb0029;
    border: 1px solid #eb0029;
    border-radius: 0;
}

.header-top {
    background-size: 43.5px 70px;
    background-image: url(../../images/navigation.png);
}

.nav-btn-back{
    display: none;
}

.nav-btn-return {
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
}

.nav-btn-return i {
    padding-right: 6px;
}

.nav-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 64px;
    width: 100%;
}

.nav-logo > a {
    display: flex;
    align-items: center;
    height: 100%;
}

.nav-logo > a:first-child {
    justify-content: flex-start;
}

.nav-logo > a.nav-btn-return {
    justify-content: flex-end;
    font-size: 14px;
}

.nav-logo img {
    max-height: 80%;
    height: auto;
    width: auto;
    max-width: 200px;
}

.nav-logo > a:hover {
    color: #e1e1e1;
    text-decoration: none;
}

.title-section {
 display: none;
}

.title-section-abierto{
    display: block;
}
.title-section-abierto > h2{
    font-size: 16px;
    font-weight: 700;
    text-align: left;
}

.scrollmenu {
    background-color: #fff;
    overflow: hidden;
    white-space: nowrap;
    box-shadow: 0 4px 2px -2px #ccc;
}
.scrollmenu a {
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    color: #6c767c;
    text-align: center;
    padding: 18px;
    text-decoration: none;
    font-size: 18px;
}
.scrollmenu a:hover {
    color: #eb0029;
}
.scrollmenu a.active {
    color: #eb0029;
    border-bottom: 2px solid #eb0029;
    position: relative;
}

.credit-form-title{
    display: none;
}
.menu_credit_type{
    margin-top: 20px;
}
.seleccionRubro {
    display: none;
}

.icon-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    border: 1px solid rgba(207, 210, 211, 1);
    border-radius: 5px;
    text-align: left;
    padding: 6px 20px;
}
.icon-item img {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}
.subrubro-text-cotizador-abierto {
    display: block;
    margin: 0;
    line-height: 1;
}
.subrubro-text-cotizador-cerrado{
    display: none;
}
input:checked + acronym label div {
    border-color: #eb0029;
    color: #eb0029;
}

.question {
    height: 60px !important;
}
.form-group {
    margin-bottom: 15px;
    margin-top: 20px;
}

/* The container */
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
    background-color: #d9534f;
}
.container-checkbox input:checked ~ .checkmark-red {
    background-color: #eb032b;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 9px;
    top: 6px;
    width: 7px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.floating-label-container {
    position: relative;
    margin-bottom: 1.5rem;
}

.floating-label,
.floating-label-select{
    position: absolute;
    left: 40px;
    top: 13px;
    transition: 0.2s ease all;
    pointer-events: none;
    color: #5B6670;
    display: block;
}

input:focus ~ .floating-label,
input:not(:placeholder-shown) ~ .floating-label {
    top: 6px;
    left: 30px;
    font-size: 12px;
    opacity: 1;
    color: #5B6670;
}

select:focus ~ .floating-label-select,
select:valid ~ .floating-label-select,
select:not(:placeholder-shown) ~ .floating-label-select {
    top: 6px;
    left: 30px;
    font-size: 12px;
    opacity: 1;
    color: #5B6670;
}

/*Si detecto que es cotizador cerrado oculto los labels flotantes*/
.floating-label-container .floating-label,
.floating-label-container .floating-label-select {
    display: block;
}

/*Cuando detecto que es cotizador cerraro muestro los label fijos*/
.floating-label-container .label-campo {
    display: none;
}


.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 20px 0px 0px 30px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f9f9f9;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input.form-control, .form-control:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: 0px 3px 4px #e8e8e8;
    border: 0;
}
select.form-control {
    display: inline-block;
    border: 0;
    box-shadow: 0px 3px 4px #e8e8e8;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 2rem;
}

select.valid,
input.valid {
    border-bottom: 2px solid #666666;
}

span.input-success {
    color: #666666;
    font-size: 13px;
}
span.input-error {
     color: #ea5455;
     font-size: 13px;
 }

#calcularOfertas{
    color: #fff;
    background-color: #EB0029;
    border-color: #EB0029;
    width: 300px;
}


#cotizador-automotriz .panel-heading {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 30px;
    text-align: center;
}

#cotizador-automotriz table.fontPrimary {
    margin: 0 7%;
}

.table > tbody > tr > td {
    border: 0;
}

.panel-body.table-responsive,
.panel.panel-border.section-panel{
    border-top: none!important;
}

.btn-form {
    color: white !important;
    background-color: #eb0029 !important;
    padding: 2px 43px !important;
}

.center {
    text-align: center;
}
#detalle-cotizacion-seguros-modal {
    font-size: 14px;
}
#detalle-cotizacion-seguros-modal a{
    color: #676c71;
}
#detalle-cotizacion-seguros-modal li.active > a{
    color: #eb0029;
}

#detalle-cotizacion-seguros-modal table{
    font-size: 13px;
}
#detalle-cotizacion-seguros-modal select{
    height: 34px;
    padding: 0 20px;
}
#coberturasByPaqueteAutoVida {
    height: 75vh;
}
#coberturasByPaqueteAutoVida .tab-content {
    scrollbar-width: thin;
    scrollbar-color: #EB0029 #fff;
    overflow-y: auto;
    max-height: 60vh !important;
 }

#tablaAmortizacion table{
    font-size: 13px;
}

#tablaAmortizacion input{
    height: 34px;
    padding: 0 20px;
}

.modal {
    margin: 0 auto;
    text-align: center;
    padding: 0!important;
}
.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
#modalTablaAmortizacion.modal:before {
    height:0%;
}
.modal-lg {
    --bs-modal-width: 1140px !important;
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: hidden;
}
.load {
    width: 100px !important;
    height: 100px !important;
}



.card-cotizacion {
    padding: 15px 15px 15px 15px;
    position: relative;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    margin-bottom: 10px;
}

.card-cotizacion:hover {
    box-shadow: 1px 1px 1px 0px rgba(0, 44, 94, 0.34);
}

.card-cotizacion > h5{
    letter-spacing: 1px;
    font-weight: bolder;
    display: flex;
    color: #282828;
    text-transform: uppercase;
    display: grid;
}

.card-cotizacion > span.elemnt-rigth{
    position: absolute;
    right: 15px;
    font-size: 15px;
}
.card-cotizacion  table.section-details{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.card-cotizacion  .section-details >tbody>tr>td{
    font-family: sans-serif;
    color: #282828;
}
.card-cotizacion  .section-details >thead >tr> th{
    font-size: 13px;
    font-weight: lighter;
    color: #686868;
}
div.accordian-body.div-recibos-collap{
    background-color: #f0f0f0;
}
.div-recibos-collap{
    padding: 15px;
}
.recibos-marsh-table {
    border-collapse: collapse;
    font-size: 13px;
    min-width: 100%;
}
.recibos-marsh-table thead tr {
    background-color: #fff;
    color: #444;
    text-align: center;
}
.recibos-marsh-table th,
.recibos-marsh-table td {
    padding: 12px 15px;
    text-align: center;
}
.recibos-marsh-table th:after{
    background-color: transparent!important;
}
.recibos-marsh-table tbody tr {
    border-bottom: 1px solid #dddddd!important;
    background-color: #ffffff!important;
}

.recibos-marsh-table tbody tr:last-of-type {
    border-bottom: 2px solid #dee2e6 !important;
}
.view-details-recibos {
    display: inline-block;
    width: 15px;
    border-bottom: 2px dotted #6c6c6c;
    cursor: pointer;
    width: 50%;
    text-align: center;
}
.view-details-recibos:hover {
    border-bottom: 2px dotted #d80000;
    color: #EB0029;
}

.seleccionAntiguedad {
    display: none;
}

.btn-hyundai{
    background-color: #ffffff;
    border-color: #8b8b8b;
    color: #5e5e5e;
    border-radius: 2px;
    width: 100px;
}
.btn-hyundai:hover:not(:disabled){
    background-color: #002c5e;
    border-color:#002c5e;
    color: #ffffff;
}
.btn-out-gray{
    background-color: #ffffff;
    border-color: #8b8b8b;
    color: #5e5e5e;
    border-radius: 2px;
    width: 150px;
}
.btn-blue-outline {
    background: #fff;
    background-color: rgb(255, 255, 255);
    color: gray;
    border: 1px solid gray;
    border-top-color: gray;
    border-right-color: gray;
    border-bottom-color: gray;
    border-left-color: gray;
}
.btn-out-gray:hover{
    background-color: #e0e0e0;
    border-color: #8b8b8b;
    color: #3b3b3b;
}

.color-green{
    color: #379a32;
}
.color-yellow{
    color: #E5BE01;
}


/* Media Queries para responsividad */
@media (max-width: 991px) {
    .table-responsive-simple thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .table-responsive-simple tr {
        border-bottom: 1px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }
    .table-responsive-simple tr td:first-child{
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .table-responsive-simple td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em!important;
        text-align: right;
        padding: 5px 0px;
    }
    .table-responsive-simple td select{
        width: 50%;
    }
    .table-responsive-simple td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    .table-responsive-simple td:last-child {
        border-bottom: 0;
    }

    .table-responsive-duo thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .table-responsive-duo td {
        display: block;
        font-size: .8em!important;
        padding: 5px 0px!important;
    }
    .div-recibos-collap{
        padding: 5px;
    }
    .recibos-marsh-table th, .recibos-marsh-table td{
        padding: 8px;
    }
    .modal-lg{width:90%}
    .modal-title{
        font-size: 1em;
    }
}
@media (max-width: 768px) {
    .nav-logo {
        padding: 0 10px;
    }

    .nav-logo img {
        max-height: 70%;
        max-width: 150px;
    }

    .nav-btn-return {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .nav-logo {
        height: 56px;
    }

    .nav-logo img {
        max-height: 60%;
        max-width: 120px;
    }

    .nav-btn-return {
        font-size: 12px;
        padding: 5px;
    }

    .nav-btn-return i {
        padding-right: 3px;
    }
}

/* Para pantallas muy pequeñas */
@media (max-width: 360px) {
    .nav-logo {
        flex-direction: column;
        height: auto;
        padding: 10px 0;
    }

    .nav-logo img {
        max-height: 50px;
        margin-bottom: 10px;
    }

    .nav-btn-return {
        font-size: 11px;
        white-space: normal;
        text-align: center;
    }
}