.pointer{
	cursor:pointer;
}
.linea {
   /* background: linear-gradient(180deg,rgba(0,0,0,0) calc(50% - 1px),rgba(46,53,61,0.55) calc(50%),rgba(0,0,0,0) calc(50% + 1px) );*/
}
.pe-no{
    pointer-events: none;
}
.delete_pdf,.delete_pdf_px{
    position: absolute;
    right: 1.5rem;
    top: 1rem;
}
.btn-outline-blue {
    color: #00b7e4;
    background-color: transparent;
    background-image: none;
    border-color: #00b7e4;
}
.centrado-porcentual{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.text_result{
    font-size: 1.3rem;
    color: #6c757d;
}
.text_resp{
    font-size: 1.5rem;
}
#div_main h1 {
    color: #ff3464;
    font-family: Lato,Montserrat;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 1.36px;
    margin-top: 180px;
    display: block;
    max-width: 400px;
    line-height: 46px;
}
.gender-description {
    color: #444;
    margin-top: 40px;
    font-family: Lato,Montserrat;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
    letter-spacing: .68px;
    line-height: 23px;
}
.btn-female, .btn-male {
    border-radius: 9px;
    background-color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .51px;
    line-height: 18px;
    outline: none!important;
    text-align: center;
    position: relative;
    padding: 10px;
}
.btn-female {
    color: #ff3464;
    display: block;
    border: 1px solid #ff3464;
}
@media only screen and (min-width: 1000px){
    .btn-female, .btn-male {
        display: inline-block;
        max-width: 240px;
    }
}
.btn-male {
    color: #1a69bb;
    border-color: #1a69bb;
}
/*body{
    background: url(http://localhost/challenge/images/background.png);
    background-size: cover;
}*/
.preguntas{
    border-radius: 9px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 11px -2px rgb(86 70 143 / 30%);
    box-shadow: 0 4px 11px -2px rgb(86 70 143 / 30%);
    min-height: 550px;
    padding: 2rem;
    position: relative;
}

.input-holder input {
    width: 100%;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #e4e5e7;
    opacity: .7;
    color: #444;
    font-size: 15px;
    letter-spacing: .51px;
    line-height: 18px;
    padding: 6px;
    outline: none!important;
}
.input-holder .units {
    position: absolute;
    right: 27px;
    width: 90px;
    color: #ff3464;
    font-family: Karla,Montserrat;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .51px;
    line-height: 18px;
    text-align: right;
    top: 5px;
}
.input-holder {
    position: relative;
    margin-bottom: 30px;
}
#progreso .progress-bar {
    width: 100%;
    background: rgba(86,70,143,.4);
}
#progreso .progress-bar,#progreso .progress-bar .progress {
    height: 5px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}
#progreso .progress-bar .progress {
    width: 33.3333333333%;
    background: #e91e63;
}

.activa{
	display:initial;
}
.desactiva{
	display:none;
}
#buttons{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 1rem;
}
.salud_opt {
    border-radius: 9px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 11px -7px rgb(94 94 94);
    box-shadow: 0 4px 11px -7px rgb(94 94 94);
    opacity: .7;
    cursor: pointer;
    position: relative;
    padding: 20px;
    color: #444;
    font-family: Karla,Montserrat;
    padding-right: 40px;
    font-size: 15px;
    letter-spacing: .51px;
    line-height: 18px;
    margin-bottom: 15px;
}
.salud_opt.selected {
    -webkit-box-shadow: 0 4px 11px -2px rgb(33 150 243 / 69%);
    box-shadow: 0 4px 11px -2px rgb(33 150 243 / 69%);
    color: #ff3464;
    opacity: 1;
}
.navbar{
    position: absolute;
    right: 5%;
    top: 25%;
}
.navbar-nav .nav-link:hover {
    color: #ff3464!important;
}
@media only print {
    .no_print {
        display:none!important;
    }
    .imprimir{
        display:block!important;
    }
    body {
        font-size: 28px; /* Ajusta el tamaño de la fuente para la versión impresa */
    }
    .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
        transform: scale(1.5); /* Ajusta según sea necesario */
    }
    .custom-checkbox .custom-control-input:not(:checked) ~ .custom-control-label::before {
        transform: scale(1.5); /* Ajusta según sea necesario */
    }
    
    .custom-control-label::after {
        top: 0.8rem;
    }
    .custom-control-label::before{
        top: 0.8rem;
    }
    /* Habilitar gráficos en segundo plano por defecto */
    * {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
        background: initial !important;
    }
    ::-webkit-input-placeholder { /* Estilo para WebKit (Chrome, Safari, etc.) */
        color: transparent !important; /* Oculta el color del marcador de posición */
    }
    ::-moz-placeholder { /* Estilo para Firefox 19+ */
        color: transparent !important; /* Oculta el color del marcador de posición */
    }
    :-ms-input-placeholder { /* Estilo para IE 10+ */
        color: transparent !important; /* Oculta el color del marcador de posición */
    }
    :-moz-placeholder { /* Estilo para versiones antiguas de Firefox */
        color: transparent !important; /* Oculta el color del marcador de posición */
    }
    .form-control{
        border: none !important;
    }
    @page {
        margin: 5cm; /* Ajusta según sea necesario */
    }
}
#print{
    width: 5rem;
    height: 5rem;
    border-radius: 3rem;
    font-size: 2rem;
    background: #1a69bb;
    color: white;
    position: fixed;
    right: 2%;
    bottom: 2%;
    box-shadow: 0px 0px 10px 0px #6c757d;
}