/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*
    a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
*/
/*Provide sufficient contrast against white background */
/*
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
*/

/* Sticky footer styles
-------------------------------------------------- */
/*html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}
*/

/* Sticky footer styles
-------------------------------------------------- */
/*
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; 
}
*/

.stylePreguntasGeneral {
    background-color: #FFFFFF;
    border-radius: 20px;
}

.styleFiltrosGeneral {
    background-color: #fefefe !important
}

.styleFiltrosGeneralPremium {
    background-color: #8a8a8a !important
}

.styleCuadroRedondeado {
    border: none;
    border-radius: 20px;
    background-color: #21233A;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%; /* Asegura que ocupe todo el ancho disponible */
/*    padding-right: 5px;
*/    box-sizing: border-box; /* Incluye padding en el ancho total */
    max-width: 500px;
}

/*botones epoca comentados para pruebas */
/*.button-container a {
    white-space: nowrap;
    
}
.button-container {
    
    flex-wrap: wrap;
    */
}

.altura {
    height: 100%;  
}

.row {
    margin-left: 0;
    margin-right: 0; 
}

.recuadro {
    width: 100%; /* Asegura que ocupe el ancho completo */
    display: block; 
    padding: 0px;
}

.styleSelect {
    margin-top: 20px;
    margin-bottom: 20px;
}

.selectFilters {
    width: fit-content;
    height: 30px;
    /*text-align: center;*/
    background-color: #2C2E44;
    border-style: none;
    border-radius: 102px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    font-size: 12px;
}

.example {
    cursor: pointer;
    max-width: 300px;
    max-height: 300px;
    border: none;
    background-color: white;
    min-height: 60px;
}

    .example a img {
        width: 100%;
        height: auto;
        margin-top: 17px;
    }

.exampleTonal img {
    width: 100%;
    height: auto;
    /*margin-left: -50px;*/
    margin-left: -98px;
    /* margin-right: -1000px; */
}

.exampleTonal {
    cursor: pointer;
    max-width: 30px;
    max-height: 30px;
    /* margin-right: -500px; */
    border: none;
}

.exampleCifradoActivado {
    width: 100%;
    height: auto;
    margin-left: 4px;
}
/*
     no
 */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 6px;
        width: 6px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/*
     no
 */
.toggle-button-cover {
    display: table-cell;
    position: relative;
    width: 200px;
    height: 140px;
    box-sizing: border-box;
}

.button-cover {
    height: 100px;
    margin: 20px;
    background-color: #fff;
    box-shadow: 0 10px 20px -8px #c5d6d6;
    border-radius: 4px;
}

    .button-cover:before {
        counter-increment: button-counter;
        content: counter(button-counter);
        position: absolute;
        right: 0;
        bottom: 0;
        color: #d7e3e3;
        font-size: 12px;
        line-height: 1;
        padding: 5px;
    }

.button-cover, .knobs, .layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.button {
    position: relative;
    top: 50%;
    width: 74px;
    height: 36px;
    margin: -20px auto 0 auto;
    overflow: hidden;
}

    .button.r, .button.r .layer {
        border-radius: 100px;
    }

.checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs {
    z-index: 2;
}

.layer {
    width: 100%;
    background-color: #ebf7fc;
    transition: 0.3s ease all;
    z-index: 1;
}
.vidas-container {
    margin-top: 10px;
    display: flex;
    gap: 4px;
    margin-bottom: 10px;
}

.vida-icono {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}


/* Button 1 */
#button-1 .knobs:before {
    content: 'YES';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 20px;
    height: 10px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    background-color: #03A9F4;
    border-radius: 50%;
    transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#button-1 .checkbox:checked + .knobs:before {
    content: 'NO';
    left: 42px;
    background-color: #f44336;
}

#button-1 .checkbox:checked ~ .layer {
    background-color: #fcebeb;
}

#button-1 .knobs, #button-1 .knobs:before, #button-1 .layer {
    transition: 0.3s ease all;
}


