/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&display=swap');*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

body {
    /*font-family: 'Roboto', sans-serif;*/
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'Nunito', sans-serif;
    font-weight: 100;
    background-color: #F5F5F5;
}

strong {
    font-weight: 700;
}



.navigation {
    display: flex !important;
    gap: 16px !important;
    padding: 24px 0 !important;
}

.wrapper {
    max-width: 900px;
    background-color: #F5F5F5;
    margin-bottom: 60px;
}

.form-group {
    border-radius: 16px;
    border: 1px solid #FFFFFF;
}

header {
    /*background-color:#d2d2d2;*/
    display: flex;
    height: 100px;
    padding: 16px 32px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    background: #009999;
    border-bottom: 10px solid #99CC00;
}

header img {
    width: 100%;
    max-width: 200px;
}

h1 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.logo-desktop {
    height: 52px;
}

.logo-mobile {
    display: none;
}

h2 {
    font-size: 16px;
    text-align: left;
    width: 100%;
    font-weight: 400;
    display: block;
}

.aqua {
    color: #009999 !important;
}


.baqua {
    color: #fff !important;
    background-color: #009999 !important;
}

.stepwizard-step p {
    margin-top: 10px;
    color: #000000DE;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 5px 0;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    display: none;
    top: 20px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.stepwizard-step a,
.stepwizard-step .btn,
.stepwizard-step .btn[disabled],
.stepwizard-step .btn.disabled {
    background-color: transparent !important;
    color: #fff;
    box-shadow: none;
}

.btn.disabled,
.disabled.btn-large,
.disabled.btn-small,
.btn-floating.disabled,
.btn-large.disabled,
.btn-small.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-flat:disabled,
.btn[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-floating[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-flat[disabled] {
    color: #a0dcdc !important;
}

.stepwizard-step .btn {
    height: auto;
    line-height: 1.3;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 8px;
    padding-right: 8px;
    text-transform: none;
}

.stepwizard-step .btn small {
    display: block;
    text-transform: uppercase;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    /*background-color: #2c4ea1;*/
    background-color: #ccd4e8;
    color: #fff;
    transition: all 0.3s ease;
}

.btn:hover {
    color: #fff;
    opacity: 0.9;
}

.btn-primary {
    background-color: #009999;
    opacity: 1;
}

[type=button],
[type=reset],
[type=submit],
button {
    /*-webkit-appearance: progress-bar;*/
    -webkit-appearance: inherit;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: inherit;
}

.br10 {
    border-right: 10px solid #fff;
}

.card-body {
    padding: 0.25rem;
}

img.card-img-top {
    padding: 10px 5px;
    width: 100%;
    height: auto;
    /* display: block; */
    object-fit: contain;
    max-width: 200px;
    margin: 0 auto;
}

.setup-content {
    padding-bottom: 40px;
}

.card {
    cursor: pointer;
    border: 2px solid rgba(0, 0, 0, 0);
    box-shadow: none;
}

.borde-azul {
    border: 2px solid #009999;
}

.recuento {
    padding: 0;
    margin: 0 auto;
}

.recuento li {
    margin-bottom: 1em;
    line-height: 1.2;
    display: inline-block;
}


.bloque {
    color: #fff;
    background-color: #2c4ea1;
    padding: 5px 30px;
    font-weight: 600;
    margin: 0 auto;
    border: 0;
    font-size: 1.5rem;
}

.tarjeta {
    width: 100%;
    margin: 20px 0;
}

.tarjeta img {
    width: 100%;
    height: auto;
    max-width: 120px;
}

.consideraciones li {
    margin-bottom: 20px;
}

.consideraciones .bloque {
    margin: 20px 0;
}

.consideraciones .btn {
    margin: 10px 0;
    width: 100%;
    font-weight: bold;
    font-size: 1.2em;
}

.invalid,
.error {
    color: #F44336;
    font-weight: 400;
}



#montoOrdenCupon {
    display: none;
    width: 100%;
}

.naranjo {
    background-color: #fb5c42 !important;
}

.precios-label {
    font-weight: bold;
    color: #737373;
}

.precios-input {
    font-weight: bold;
    color: #000 !important;
    opacity: 1;

}

.precio label,
.precio input {
    font-weight: bold;
    text-align: center;
    position: relative;
    display: block;
    width: 100% !important;
    border: 0 !important;
    transform: none !important;
    height: auto !important;
}


.recuadro {
    background-color: #f2f2f2;
    border-radius: 10px;
}

.ocultar {
    display: none;
}

/* Modal */

.modal{
    max-height: 100%;
}

.modal-title {
    color: #004D4D;
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    font-family: 'Nunito', sans-serif;
    /* 150% */
}

.modal-header{
    border-bottom: none !important;
}

.modal-footer{
    border-top: none !important;
        background-color: #fff !important;
}

.modal-content {
        padding: 20px;
            border-radius: 20px;
            border: 2px solid #009999;
}

.modal-button{
        border-radius: 20px;
            padding: 10px;
            font-size: 16px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            outline: none;
            transition: background-color 0.3s ease, transform 0.2s ease;
}

.button-primary:active,
.button-primary:focus{
    background-color: #009999;
    color: #fff;
}

.button-primary:active {
    background-color: #00796B;
}

/* Primary Button */

.button-primary {
    background-color: #009999;
    color: #fff;
}

.button-primary:hover {
    background-color: rgba(0, 153, 153, 0.92);
    color: #fff;
}


.button-primary.disabled {
    background-color: #E3E3E3;
    color: #B6B5B5;
    cursor: not-allowed;
}

/* Secondary Button */

.button-secondary {
    background-color: #FFFFFF;
    color: #009999;
    border: 2px solid #009999;
}

.button-secondary:hover {
    background-color: #E0F2F1;
    color: #009999;
}

.button-secondary.disabled {
    background-color: #fff;
    color: #B6B5B5;
    border: 2px solid #B6B5B5;
    cursor: not-allowed;
}

/* Tertiary Button */

.swal2-cancel.modal-button.tertiary {
    color: #00796B;
    background-color: #fff;
    border: none;
}

.swal2-cancel.modal-button.tertiary:hover {
    background-color: #F1F8E9;
    color: #666666;
    border: none;
}

.swal2-cancel.modal-button.tertiary.disabled {
    background-color: #F1F8E9;
    color: #666666;
    cursor: not-allowed;
}

.swal2-cancel.modal-button.tertiary:active {
    background-color: #F1F8E9;
    color: #666666;
}

.modal-button.tertiary {
    color: #00796B;
    background-color: #fff;
    border: none;
}

.modal-button.tertiary:hover {
    background-color: #F1F8E9;
    color: #666666;
    border: none;
}

.modal-button.tertiary.disabled {
    background-color: #F1F8E9;
    color: #666666;
    cursor: not-allowed;
}

.modal-button.tertiary:active {
    background-color: #F1F8E9;
    color: #666666;
}

@media (max-width: 767px) {
    .navigation {
        width: 100%;
    }

    .navigation app-custom-button {
        width: 100%;
    }

    .logo-desktop {
        display: none;
    }

    .logo-mobile {
        display: block;
        /* width: 33.817px; */
        height: 56px;
    }

    header {
        padding: 24px;
        height: 80px;
    }

    h1 {
        font-size: 20px;
        line-height: 32px;
        /* 160% */
    }

    .form-group {
        border: none
    }

}

.custom-popup {
    border-radius: 20px;
    padding: 20px;
    border: 2px solid #009999;
}

.swal-wide{
    border-radius: 20px;
    padding: 20px;
    border: 2px solid #009999;
}

/* Archivo de estilos CSS (custom-button.component.css) */
.custom-button {
    border: none;
    border-radius: 20px;
    padding: 12px 16px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
    width: 100%;
    /* Asegura que se ajuste al contenedor */
    max-width: 100%;
    min-width: 144px;
    /* Limita el ancho máximo al tamaño del contenedor */
    /* box-sizing: border-box; Incluye padding y border en el tamaño */
}

/* .custom-button .button-icon {
  margin-right: 8px;
} */

.custom-button:active {
    background-color: #00796B;
}

/* Primary Button */

.custom-button.primary {
    background-color: #009999;
    color: #fff;
}

.custom-button.primary:hover{
    background-color:rgba(0, 153, 153, 0.92);
    color: #fff;
}


.custom-button.primary.disabled {
    background-color: #E3E3E3;
    color: #B6B5B5;
    cursor: not-allowed;
}

/* Secondary Button */

.custom-button.secondary {
    background-color: #FFFFFF;
    color: #009999;
    border: 2px solid #009999;
}

.custom-button.secondary:hover {
    background-color: #E0F2F1;
    color: #009999;
}

.custom-button.secondary.disabled {
    background-color: #fff;
    color:#B6B5B5;
    border: 2px solid #B6B5B5;
    cursor: not-allowed;
}

/* Tertiary Button */

.swal2-cancel.custom-button.tertiary {
    color:#00796B;
    background-color:#fff;
    border: none;
}

.swal2-cancel.custom-button.tertiary:hover {
    background-color:#F1F8E9;
    color:#666666;
    border: none;
}

.swal2-cancel.custom-button.tertiary.disabled {
    background-color: #F1F8E9;
    color: #666666;
    cursor: not-allowed;
}

.swal2-cancel.custom-button.tertiary:active {
    background-color:#F1F8E9;
    color: #666666;
}

.fullscreen-alert {
    width: 100% !important;
    height: 70vh !important;
    top: -25px !important;
    left: 0 !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    padding: 20px;
    border: 2px solid #009999;
}

.top-loader{
    border-color: #009999 rgba(0, 0, 0, 0) #009999 rgba(0, 0, 0, 0);
}

.pointer{
    cursor: pointer;
}

.fs-16{
    font-size: 16px;
}

.fs-20{
    font-size: 20px;
}