header {
    background: #000;
}

.contenedorCalculadora {
    width: 70%;
    margin: 70px auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

:root {
    --color-primario: #1e90ff;
    --color-microsip: #ff8623;
    --color-rojo: #e8395d;
    --background: #e3e5e8;
    --tamano-texto: 16px;
    --espaciado: 10px;
}

.paso {
    h2 {
        color: #ccc;
        font-size: 30px;
    }

    h1 {
        font-weight: normal
    }

    span {
        color: var(--color-microsip);
    }

    margin-bottom: 20px;

}

.lineaMicrosip {
    display: flex;
    width: 70%;
    justify-content: space-between;
    margin: 20px auto;
}

img.logos-modulos {
    height: 40px;
}

.cuadroMicrosip {
    width: 70%;
    background: var(--background);
    border-radius: 15px;
    overflow: hidden;
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    cursor: pointer;
}

.divIcono {
    padding: 5px 10px;
    border-radius: 15px;
    cursor: pointer;
    opacity: 0.7;

    &:hover {
        background-color: #ffffff5b;
    }
}

.administra {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 0fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-area: 1 / 1 / 2 / 4;







    h4 {
        grid-area: 1 / 1 / 2 / 4;
        text-transform: uppercase;
        background: #afc3ca;
        padding: 5px 10px;
        letter-spacing: 1px;
        font-size: 12px;
        color: #000;
    }
}

.modulos {
    opacity: 0.65;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #a9a9a9ad;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    flex-direction: row;

    h5 {
        color: #000;
        white-space: break-spaces;
        display: flex;
    }



}

.paso {
    margin-bottom: 20px;
}

.ModuloimgNombre {
    display: flex;
    gap: 10px;
}

.ComplementosMicrosip {
    /* background: var(--background); */
    /* padding: 15px 30px; */
    border-radius: 15px;
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;












    h3 {
        color: #717e8a;
        font-size: 16px;
        font-weight: 500;
    }
}

.NombreM {
    font-size: 15px;
    color: #000;
}

.noty_body {
    background-color: rgb(175, 59, 59) !important;
    color: white !important;
    font-family: Arial, Helvetica, sans-serif;
}

.btn-Tradicional.selected,
.btn.Suscripcion.selected {
    background: var(--color-microsip);
    /* Color de fondo cuando está seleccionado */
    color: white;
    /* Cambiar color del texto */
}

.btn,
.btn-Tradicional {
    padding: 10px 20px;
    cursor: pointer;
    margin: 10px;
}

.analiza {
    display: grid;
    gap: 10px;





    h4 {
        text-transform: uppercase;
        background: #afc3ca;
        padding: 5px 10px;
        letter-spacing: 1px;
        font-size: 12px;
        color: #000;
    }
}

.opera {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 0fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-area: 2 / 1 / 2 / 5;

    h4 {
        grid-area: 1 / 1 / 2 / 5;
        text-transform: uppercase;
        background: #afc3ca;
        padding: 5px 10px;
        letter-spacing: 1px;
        font-size: 12px;
        color: #000;
    }
}


.vende {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 0fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-area: 3 / 1 / 3 / 5;

    h4 {
        grid-area: 1 / 1 / 2 / 5;
        text-transform: uppercase;
        background: #afc3ca;
        padding: 5px 10px;
        letter-spacing: 1px;
        font-size: 12px;
        color: #000;
    }
}

.Sincroniza {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 0fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-area: 4 / 1 / 4 / 5;


    h4 {
        grid-area: 1 / 2 / 2 / 4;
        text-transform: uppercase;
        background: #afc3ca;
        padding: 5px 10px;
        letter-spacing: 1px;
        font-size: 12px;
        color: #000;
    }
}

.modulos.AdSucursales {
    grid-area: 2 / 3 / 3 / 4;
}

.modulos.Sics {
    grid-area: 2 / 2 / 2 / 3;
}

/************************************************/
img.imagenMicrosip {
    height: 110px;
}

.fichaTecnica {
    display: none;
    margin: 30px 0px;
    gap: 20px;
}

.resumen {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;

    p {
        font-size: 20px;
        width: 70%;
    }
}

/* Estilo para los módulos activos */

.modulos.activo {
    /* background-color: #f0f0f046; */
    /* Color de fondo resaltado */
    /* border: 2px solid #e1e1e1; */
    /* Borde azul */
    border-radius: 8px;
    /* Bordes redondeados */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    opacity: 1;
    background: #ffffffbf;
}

.divIcono.activo {
    background-color: #fffdfdad;
    /* Color de fondo resaltado */
    border: 2px solid #242424;
    /* Borde azul */
    border-radius: 8px;
    /* Bordes redondeados */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    opacity: 1;
    display: flex;
    align-items: center;
}

a.enlaceFT {
    padding: 8px;
    background: #ff8623;
    border-radius: 14px;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
}

.cuadrado {
    display: flex;
    justify-content: center;
}

/**********************************************/
.Paso2 {
    display: none;
    flex-direction: column;
}

.Paso3 {
    display: none;
    flex-direction: column;
}

.Paso4 {
    display: none;
    flex-direction: column;
}

.InfoComplemento h3 {
    color: #000;
    white-space: pre-line;
}

.InfoComplemento h4 {
    color: #000;
    font-weight: normal;
    display: flex;
    justify-items: center;
    gap: 5px;
    align-items: center;
}

.ComplementosMicrosip {
    border-radius: 15px;
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ServicioIntegracion {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
}

.info {
    background: var(--background);
    padding: 15px 30px;
    border-radius: 15px;
}

.InfoComplemento span {
    color: goldenrod;
    font-weight: 700;

}

.FacturadorLinea {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.Complementos {
    background: var(--background);
    padding: 15px 30px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.inputComplemento {
    display: flex;
    justify-content: center;
}

.precioComplemento {
    display: flex;
    flex-direction: column;
    align-items: center;

    span {
        color: #000;
        font-size: 13px;
        color: red;
    }
}

i.bx.bxs-info-circle {
    color: goldenrod;
    font-size: 20px;
}

.modulosSeleccionados {
    /* width: 50%; */
    background: var(--background);
    padding: 15px 60px;
    border-radius: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

.ImagenModulo {
    background: #000000;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;



    img {
        width: 80px;
        padding: 8px;
    }

}

.textosModulos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    margin-bottom: 15px;

    h3 {
        color: #717e8a;
        font-weight: normal;
        text-align: center;
    }
}

.rowModulo {
    align-items: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    padding-bottom: 15px;
    border-bottom: 2px solid lightgray;
}

.listaAgregados {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 15px;
}

.inputMore {
    display: flex;
    justify-content: center;
}

.gridPaso2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    column-gap: 0px;
    row-gap: 0px;
    align-items: start;
}

/******************************/
.PagoSuscripcion,
.PagoTradicional {
    background: var(--background);
    padding: 60px;
    margin: 0px 15px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    gap: 20px;
}

.modalidades {
    display: flex;
    justify-content: space-evenly;
}

button.btn.Suscripcion,
.btn-Tradicional {
    background: #afc3ca;
    padding: 20px 15px;
    font-size: 20px;
    border: none;
    border-radius: 30px;
    font-weight: bold;
    width: 70%;
    cursor: pointer;
}

p.Descripcion {
    color: #717e8a;
    font-size: 17px;
}

.numVentajas {
    display: flex;
    align-items: flex-start;
    gap: 10px;

    h3 {
        color: #4e5154;
        font-size: 17px;
    }
}

.ventajas {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

div#Totales {
    /* background: var(--background); */
    border-radius: 10px;
}

div#contenedorPrecios {
    display: flex;
    justify-content: space-evenly;
}

.modalidad-tradicional,
.modalidad-suscripcion {
    background: var(--background);
    padding: 10px;
    margin: 0px 15px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    width: 50%;
    flex-direction: column;
}

.modulo-precio {
    width: 90%;
}

.Header-datos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    background: #afc3ca;
    border-radius: 10px;
    padding: 5px 10px;

    h3 {
        font-size: 12px;
        color: #000;
    }
}

.Alldatos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    margin: 0 auto;
    /* text-align: center; */
    /* background: #afc3ca; */
    border-radius: 10px;
    padding: 5px 10px;

















    h3 {
        font-size: 13px;
        color: #000;
        font-weight: 500;
        /* text-transform: uppercase; */
        display: flex;
        flex-direction: column;
    }
}


.total-precio {
    display: flex;
    flex-direction: column;
    padding: 5px 10px;
}

.cabeceraSuscripcion {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;





    h3 {
        color: #000;
        font-size: 13px;
        white-space: break-spaces;
    }
}

.subtotal,
.descuentoVolumen,
.descuentoFrecuencia,
.Total-suscripcion {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    margin-top: 10px;

    h4 {
        color: #000;
        font-size: 13px;
        white-space: break-spaces;
        text-align: center;
    }
}


h4.textoTotal {
    background: #fff;
    padding: 10px;
    border-radius: 25px 0px 0px 25px;
    color: #000;

    span {
        color: var(--color-rojo);
        font-size: 13px;
    }
}

h3.MontoTotal {
    font-size: ;
    padding: 10px;
    background: #fff;
    border-radius: 0px 25px 25px 0px;
}

.SubtotalTradicional,
.DescuentoVol,
.TotalTradicional {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 10px;
    align-items: stretch;










    h3 {
        color: #000;
        font-size: 13px;
        white-space: break-spaces;
        text-align: center;
    }
}

.totales {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.Total-suscripcion {
    background: #ffff;
    padding: 10px;
    border-radius: 25px;

    h4 {
        font-size: .9rem;
    }

    h3 {
        color: #000;
    }

    span {
        color: var(--color-rojo);
        font-size: 13px;
    }
}

.Aviso h3 {
    text-align: left;
    color: #534d4d;
    font-weight: 700;
    font-size: 12px;
}

h4.descuentos {
    color: var(--color-rojo);
}



h3.left {
    padding: 10px;
    background: #afc3ca;
    color: #000000;
    border-radius: 10px 0px 0px 10px;
    text-align: center;
}

h3.right {
    padding: 10px;
    background: #afc3ca;
    color: #000000;
    border-radius: 0px 10px 10px 0px;
    text-align: center;
}

h3.center {
    padding: 10px;
    background: #afc3ca;
    color: #000000;
    text-align: center;
}

h4.Datos {
    text-align: left;
    color: #534d4d;
    font-weight: 400;
    font-size: 13px;
}

.txtTotal {
    grid-area: 1 / 2 / 2 / 3;
    text-align: center;
    color: #000;
    font-size: 16px;
    background: #fff;
    border-radius: 10px 0px 0px 10px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.precioTotal {
    grid-area: 1 / 3 / 2 / 4;
    text-align: center;
    color: #000;
    background: #fff;
    border-radius: 0px 10px 10px 0px;
    padding: 5px;
}

.tituloM {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 90%;
    margin: 20px 0px;

    h2 {
        color: #000;
        font-weight: normal;
        width: 50%;
    }

    h3 {
        color: #000;
        background: #afc3ca;
        padding: 10px;
        border-radius: 25px;
        font-size: 17px;
        /* font-weight: normal; */
    }
}

button.btn-enviarCorreo {
    background: var(--color-microsip);
    padding: 10px;
    color: #fff;
    font-size: 17px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    cursor: pointer;
    /* Cursor normal */
    transition: background-color 0.3s ease;
    /* Transición suave al pasar el ratón */
}

.btn-enviarCorreo.disabled {
    background-color: #ccc;
    /* Color de fondo gris */
    color: #777;
    /* Color del texto gris */
    cursor: not-allowed;
    /* Cursor de "no permitido" */
    opacity: 0.6;
    /* Opacidad para dar un efecto visual */
}



.btn-enviarCorreo:hover {
    background-color: #e2751b;
    /* Color más oscuro cuando pasa el ratón */

}

textarea#mensaje {
    height: 100px;
    resize: none;
}

/***************************CSS INPUT NUMBER*****************************/
* {
    box-sizing: border-box;
}

.input-number,
.input-number2 {
    width: 60px;
    padding: 0 12px;
    vertical-align: top;
    text-align: center;
    outline: none;
}

.input-number,
.input-number2,
.input-number-decrement,
.input-number-increment,
.input-number-decrement2,
.input-number-increment2 {
    border: none;
    height: 40px;
    user-select: none;
    background: #fff;
}

.input-number-decrement,
.input-number-increment,
.input-number-decrement2,
.input-number-increment2 {
    display: inline-block;
    width: 30px;
    line-height: 38px;
    background: #ffffff;
    color: #444;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border: none;
}

.input-number-decrement,
.input-number-increment:active {
    background: #ffffff;
}

.input-number-decrement,
.input-number-decrement2 {
    border-right: none;
    border-radius: 15px 0 0 15px;
}

.input-number-increment2,
.input-number-increment {
    border-left: none;
    border-radius: 0 15px 15px 0;
    cursor: pointer;
}

.formulario {
    background: var(--background);
    border-radius: 10px;
    padding: 15px 60px;
    width: 60%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.Campos {

    h4 {
        color: #494848;
        font-weight: 600;
    }
}

.Campos2 {
    display: flex;
    align-items: center;
    gap: 10px;

    h4 {
        color: #000;
    }
}

.inputsCorreo {
    border: 2px solid lightgray;
    border-radius: 10px;
    width: 100%;
    padding: 15px 10px;
    outline: none;

}

.spanM {
    color: var(--color-microsip);
}

.aM {
    color: var(--color-microsip);
    text-decoration: none;
    letter-spacing: 1px;
}

.Cuestionario {
    flex-direction: column;
}

.texto {
    width: 60%;
    margin-bottom: 20px;
}

textarea#ayuda {
    height: 100px;
    resize: none;
}

#municipios {
    text-transform: uppercase;
}

@media only screen and (max-width:900px) {
    .contenedorCalculadora {
        width: 90%;
    }

    .cuadroMicrosip {
        width: 100%;
    }

    .modulos {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 100%;

        h5 {
            color: #000;
            white-space: break-spaces;
            display: flex;
            font-size: 11px;
        }
    }

    img.logos-modulos {
        height: 35px;
    }

    .analiza {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(2, 0fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        height: 100%;
    }

    .resumen {
        p {
            font-size: 15px;
            width: 90%;
        }

    }

    img.imagenMicrosip {
        height: 100px;
    }

    .gridPaso2 {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .modulosSeleccionados {
        margin: 0;
        width: 100%;
        padding: 15px 30px;
    }

    .ComplementosMicrosip {
        margin: 0;
        width: 100%;
    }

    .modalidades {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .PagoSuscripcion,
    .PagoTradicional {
        width: 100%;
        padding: 30px;
    }

    div#contenedorPrecios {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .modalidad-tradicional,
    .modalidad-suscripcion {
        width: 100%;
        margin: 0px;
    }

    .ImagenModulo {
        width: 70px;

        img {
            width: 60px;
            padding: 8px;
        }
    }

    .textosModulos {
        h3 {
            font-size: 13px;
        }
    }

    .ModuloimgNombre {
        display: flex;
        flex-direction: column;
    }

    .texto {
        width: 90%;

        h1 {
            font-size: 20px;
        }
    }

    .numVentajas {
        h3 {
            color: #4e5154;
            font-size: 15px;
        }
    }

    .tituloM {
        h2 {
            color: #000;
            font-weight: normal;
            width: 50%;
            font-size: 13px;
        }

        h3 {
            font-size: 13px;
        }
    }

    .Alldatos {
        h3 {
            font-size: 11px;
            color: #000;
            font-weight: 500;
            /* text-transform: uppercase; */
            display: flex;
            flex-direction: column;
        }
    }

    h4.textoTotal {
        font-size: 13px;
        display: flex;
        flex-direction: column;

        span {
            font-size: 12px;
        }
    }

    h4.Datos {
        font-size: 11px;
    }

    .Total-suscripcion {
        h3 {
            color: #000;
            font-size: 12px;
        }

        span {
            font-size: 10px;
        }
    }

    .subtotal,
    .descuentoVolumen,
    .descuentoFrecuencia,
    .Total-suscripcion {
        h4 {
            color: #000;
            font-size: 10px;
            white-space: break-spaces;
            text-align: center;
        }
    }

    .cabeceraSuscripcion {
        h3 {
            color: #000;
            font-size: 11px;
            /* white-space: break-spaces; */
        }
    }

    .ComplementosMicrosip {
        h3 {
            color: #717e8a;
            font-size: 12px;
            font-weight: 500;
        }
    }
    .precioComplemento {
        display: flex;
        align-items: center;
        
        

        span {
           font-size: 11px;
           text-align: center;
        }
    }
    .InfoComplemento h4 {
        font-size: 11px;
  
    }
    .Complementos {
        padding: 15px;
    }
}

@media only screen and (max-width:900px) {
    .formulario {
        width: 100%;
        padding: 30px;
    }

}

@media only screen and (min-width:1200px) and (max-width:1440px) {
    .contenedorCalculadora{
        width: 1200px;
    }

    .cuadroMicrosip {
        width: 800px;
    }
}