/* Estilos para la barra de desplazamiento */
/* Anchura de la barra de desplazamiento */
::-webkit-scrollbar {
    width: 10px;
    /* Puedes ajustar el ancho aquí */
}

/* Estilos para el riel de la barra de desplazamiento */
::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    /* Color del riel */
}

/* Estilos para el "pulgar" de la barra de desplazamiento */
::-webkit-scrollbar-thumb {
    background-color: #007bff;
    /* Color del pulgar */
    border-radius: 5px;
    /* Bordes redondeados */
}

/* Cambio de color del "pulgar" cuando se desplaza */
::-webkit-scrollbar-thumb:hover {
    background-color: #0000CC;
    /* Color del pulgar al pasar el cursor */
}
.btn_progreso{
    margin-top: 120px;
}
.todo-noti{
    display: flex;
    justify-content:end;
    width: 80%;
}

.todo-contador {
    background-color: #F2F2F2;
    position: fixed;
    width: 25%; /* Ajusta el ancho según tus necesidades */
    z-index: 10;
    height: 100%;
    box-shadow: 2px 3px 4px #757575;
    padding: 10px;
}

.marcaAgua {
    position: fixed;
    margin-top: 230px;
    z-index: 20;
    width: 45px;
}


.marcaAgua img {
    width: 100%;
}



.contenido_todo_contador {
    width: 100%;
}

.animacionMarca h3 {
    color: #0B3959;
    font-size: 1.5rem;
    margin-top: 40px;
}


.animacionMarca p {
    color: #000;
}

.hrCentrado {
    width: 100%;
}

.hrCentrado {
    display: block;
    margin: auto;
    height: 10px;
    background-image: linear-gradient(45deg,
            hsla(0, 0%, 100%, 0),
            hsla(0, 0%, 5%, 0) 33.33%,
            hsla(0, 0%, 5%, 1) 33.33%,
            hsla(0, 0%, 5%, 1) 66.67%,
            hsla(0, 0%, 5%, 0) 66.67%,
            hsla(0, 0%, 5%, 0) 100%);
    background-size: 10px 100%;
    width: 250px;
}


.todo_contenido_contador {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.contador {
    width: 330px;
    border: #000 2px solid;
    background-color: #000;
    color: #F5F5F5;
    padding: 20px;
    border-radius: 10px;
}

.contador p {
    margin-top: -15px;
}

.valorCoti {
    color: #000;
    border: none;
    font-size: 1.5rem;
}

.caja-m2{
    margin-top: 120px;
}

.btnCentro {
    margin-top: 30px;
    margin-left: 10px;
}

.containerBotonoes {
    display: flex;
    justify-content: center;
}
.containerBotonoes button{
    font-size: 15px;
}
.barra_de_progreso {
    margin-top: 10px;
    width: 45%;
    display: block;
    margin: 0px auto;
}


.pointer {
    cursor: pointer;
}

.todo_cartas {
    margin-left: 20%;
    margin-top: 0%;
    display: flex;
    justify-content: center;
}

.todo_cartas img {
    height: 80%;
}


.visualizar {
    display: none;
}

.card {
    border: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    background-color: #ffffff;
    top: 90px;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.card-img-top {
    height: 100%;
    width: 100%;

}

.card-body {
    padding: 1.5rem;
}

.card-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #333333;
}

.card-text {
    font-size: 0.875rem;
    color: #666666;
}

.carta_marca {
    width: 70%;
    margin-left: 20%;
    height: 500px;
}

.btn-primary {
    background-color: #007bff;
    border: none;
}

.btn-primary:hover {
    background-color: #0056b3;
}


.todo-contador-ram .todo-contador-ram .containerBotonoes {
    display: flex;
    justify-content: end;
    padding-left: 20px;
    padding-right: 20px;
}

.fixed-buttons {
    position: fixed;
    top: 110px;
    /* Ajustar esta posición según la altura de tu navbar */
    left: 0;
    right: 0;
    z-index: 3;
    padding: 10px 0;
}

.list {
    margin-top: 30px;
    width: 500px;
    margin-left: 15px;
    background-color: #edf2f4;
    border: none;
}

.selec {
    font-size: 30px;
    margin-top: auto;
    margin-left: 10px;
    color: #000;
    text-align: center;

}


.componentes_seleccionados {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0px;

}

.encabezado_coponente {
    background-color: #ffd60a;
    height: 80px;
}

.btn-close-componete {
    color: #000;
    margin: 10px;
    margin-top: 10px;
    font-size: 1.5rem;
    border: none;
    background: transparent;
}

.caja_componente p {
    color: #000;
}

.caja_componentes h1 {
    text-align: center;
    font-size: 1.2rem;
    color: #000;
    margin-top: -25px;
}

.caja_componentes {
    margin-left: 100px;
    color: #000;
    display: none;
    margin-top: 50px;
    position: absolute;
    width: 400px;
    height: 100vh;
    background-color: #F5F5F5;
    box-shadow: 5px 5px 10px;
    transition: transform;
    overflow-y: scroll;
    position: fixed;
    z-index: 30;
}

.caja_componentes li {
    display: flex;
    width: 100%;
    margin-top: 10px;
    list-style-type: none;
    color: #000;
    display: block;
    border-bottom: 1px #8d99ae solid;
}

.caja_componentes img {
    width: 50px;
    height: 40px;
}


.todo-contador-ram {
    display: flex;
    max-height: 100px;
    z-index: 20;
    margin-top: 15%;
    display: grid;
    grid-template-columns: 1fr;
    /* Una columna flexible */
    grid-gap: 10px;
    /* Espacio entre elementos */
    position: fixed;
}

.contadorConMultiples {
    margin-left: 10px;
    width: 250px;
    background-color: #ffffffc2;
    color: #000;
    border: solid 1px #a09999;
    position: fixed;
    border-radius: 10px;
    height: 80px;
}

.contadorConMultiples p{
    margin-top: -5px;
}


.containerBotonoes{
    width: 70%;
    margin:10px  auto;
}

.todo-contenido-contador{
    margin-top: 10%;
}
.notificacion{
    padding: 5px;
    font-size: 10px;
    color: #575353;
    margin-left: 5px;
}

.contadorM2 p {
    margin-top: -20%;
}

.contadorRam p {
    margin-top: -20%;
}


.form {
    display: flex;
    justify-content: center;
    margin-top: 15%;
}

.input {
    background-color: #F5F5F5;
    ;
    width: 800px;
}

.btn_cotizar {
    display: block;
    margin: auto;

}


#content {
    display: none;
}


body {
    background: #ECF0F1
}



.loader,
    .loader:before,
    .loader:after {
      background:  #3F4EA6;
      -webkit-animation: load1 1s infinite ease-in-out;
      animation: load1 1s infinite ease-in-out;
      width: 1em;
      height: 4em;
    }

    .loader:before,
    .loader:after {
      position: absolute;
      top: 0;
      content: '';
    }

    .loader:before {
      left: -1.5em;
    }

    .loader {
      text-indent: -9999em;
      margin: 20% auto;
      position: relative;
      font-size: 11px;
      -webkit-animation-delay: 0.16s;
      animation-delay: 0.16s;
    }

    .loader:after {
      left: 1.5em;
      -webkit-animation-delay: 0.32s;
      animation-delay: 0.32s;
    }

    @-webkit-keyframes load1 {
      0%, 80%, 100% {
        box-shadow: 0 0 #FFF;
        height: 4em;
      }
      40% {
        box-shadow: 0 -2em #ffffff;
        height: 5em;
      }
    }

    @keyframes load1 {
      0%, 80%, 100% {
        box-shadow: 0 0 #FFF;
        height: 4em;
      }
      40% {
        box-shadow: 0 -2em #ffffff;
        height: 5em;
      }
    }

.navInferior button {
    background-color: #03045e;
    color: #fff;
    padding: 10px;
    border-radius: 20px;
    cursor: pointer;
    margin: 20px;
    border: none;
}

.navInferior button:hover {
    background-color: #fff;
    color: #000;
}

.pagination {
    height: 40px;
    color: #000;
    display: flex;
    align-items: center;

}

.page-link {
    color: #000;
}

.page-link_computer {
    border-radius: 10%;
    padding: 6px;
    text-decoration: none;
    background-color: #9ca2ad;
    margin-left: 10px;
    color: #fff;
    height: auto;
    margin-top: 170px;
}

.page-link_computer:hover {
    background-color: #0000CC;
    color: #fff;
}



.mensajeNomensaje {
    text-align: center;
    width: 100%;
    margin-top: 20%;
    background-color: #03045e;
    color: #fff;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mensajeNomensaje img {
    width: 420px;
}


/*estilo beneficios */

.listaBeneficios {
    color: #4CAF50;
}



/* ocultar */

.ocultar {
    background-color: #0000CC;
    color: #0000CC;
    border: #0000CC solid 1px;
}


.todo_radeo_buton {
    background-color: #fff9;
    border-radius: 10px;
    padding: 10px;
    display: inline-block;
}

.todo_radeo_buton label {
    margin-left: 10px;
}

.todo_radeo_buton .form-check-input[type="radio"] {
    background-color: #f4f4f4;
    border-radius: 50%;
}

.todo_radeo_buton .form-check-input[type="radio"]:checked {
    background-color: #0000CC;
}

.todo_radeo_buton:hover,
.todo_radeo_buton.checked {
    background-color: #4CAF50;
    color: #F5F5F5;
    cursor: pointer;
}

/* estilos del modal con pc ensamblado*/
.modern-div {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    margin: 20px;
    color: #000;
    list-style-type: none;
}

.modern-div i {
    padding: 10px;
}

.modern-div h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
    ;
    /* Color llamativo para los títulos */
    display: flex;
    align-items: center;
    /* Centrar el icono */
}

.modern-div h1::before {
    /* Código del icono de calidad, puedes cambiarlo según el icono que desees usar */
    font-family: FontAwesome;
    /* Asegúrate de tener la fuente del icono cargada */
    margin-right: 10px;
    font-size: 20px;
}

.modern-div p {
    font-size: 16px;
    margin-bottom: 10px;
}

.modern-div ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 10px;
}

.modern-div li {
    font-size: 14px;
    margin-bottom: 5px;
    list-style-type: none;
    color: green;
    font-size: 1.2rem;
}



@media (max-width: 450px) {

    .marcaAgua {
        position: fixed;
        z-index: 20px;
        margin-top: 510px;

    }


    .todo-contador {
        background-color: #F2F2F2;
        position: fixed;
        width: 100%;
        z-index: 10;
        height: 260px;
        box-shadow: 2px 3px 4px #757575;
        padding: 10px;
    }

    .todo_btn_siguiente {
        margin-top: 120px;
    }

    .input {
        background-color: #F5F5F5;
        ;
        width: 250px;
        display: block;
        margin: auto;
    }

    .label {
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    .caja_componentes {
        margin-top: 100px;
    }

    .todo_cartas {
        margin-top: 150px;
    }

    .todo-contador-ram {
        display: flex;
        max-height: 100px;
        z-index: 20;
        margin-top: 65%;
        display: grid;
        grid-template-columns: 1fr;
        /* Una columna flexible */
        grid-gap: 10px;
        /* Espacio entre elementos */
        position: fixed;
    }

    .todo-noti{
        width: 30%;
        margin-right: 0px;
    }

    .caja_m2 {
        display: flex;
        width: 250px;
        background-color: #ffffffc2;
        color: #000;
        border: solid 1px #646464;
        position: fixed;
        z-index: 10;
        margin-top: 100%;
        margin-right: 250px;
    }


    .caja_m2 strong {
        margin-left: 5px;
    }

    .form {
        margin-top: 35%;
    }

    .btn-close-componete {
        color: #fff;
        margin: 10px;
        margin-top: 10px;
        font-size: 1.5rem;
        border: none;
        background: transparent;
        margin-left: 40px;
    }

    .containerBotonoes button {
        font-size: 13px;
    }



}

#form_cotizacion {
    margin-left: 10%;
    margin-top: -10%;
}

@media (max-width: 940px) and (min-width: 700px) {
    .marcaAgua {
        position: fixed;
        z-index: 20px;
        margin-top: 250px;

    }

    .todo-noti{
        width: 65%;
        margin-right: 0px;
    }

    .todo-contador-ram {
        display: flex;
        max-height: 100px;
        z-index: 20;
        margin-top: 25%;
        display: grid;
        grid-template-columns: 1fr;
        /* Una columna flexible */
        grid-gap: 10px;
        /* Espacio entre elementos */
        position: fixed;
        
    }

    .caja_m2 {
        display: flex;
        width: 250px;
        margin-left: 10px;
        background-color: #ffffffc2;
        color: #000;
        border: solid 1px #000;
        position: fixed;
        z-index: 10;
        margin-top: 40%;
    }

    .contadores_discos {
        margin-top: 40px;
    }

    .form {
        margin-top: 20%;
    }

    .input {
        width: 100%;
    }


    .todo-contador {
        background-color: #0000CC;
        position: fixed;
        width: 100%;
        z-index: 10;
        height: auto !important;
        box-shadow: 2px 3px 4px #757575;
        padding: 10px;
        margin-top: -40px;
    }

    .form {
        margin-top: 240px;
    }

    .input {
        display: block;
        margin: auto;
        width: 50%;
    }

}

@media (max-width: 280px) {
    .todo-contador-ram {
        display: flex;
        max-height: 100px;
        z-index: 20;
        margin-top: 65%;
        display: grid;
        grid-template-columns: 1fr;
        /* Una columna flexible */
        grid-gap: 10px;
        /* Espacio entre elementos */
        position: fixed;
    }

    .caja_m2 {
        display: flex;
        width: 250px;
        margin-left: 10px;
        background-color: #ffffffc2;
        color: #000;
        border: solid 1px #000;
        position: fixed;
        z-index: 10;
        margin-top: 80%;
    }

}