@import 'variablesGlobales.css';
.bodyFormLogin{
    /* background-image: url("../image/fondoNordVital.jpg"); */
    background-image: url("../image/fondoo.png");

    background-size: cover;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100vw;
    height: 100vh;
}
button:active{
    border: none !important;
}
.fondologin1{
    background-color: #A288FC;
}
.Contenedor_Formulario{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}



/* Oculta el checkbox */
.hidden-checkbox {
    display: none;
}

/* Estilo del botón */
.button-checkbox {
    display: inline-block;
    padding: 5px 5px;
    background: rgb(58, 88, 254);
    background: linear-gradient(80deg, rgba(58, 88, 254, 1) 0%, rgba(126, 5, 255, 1) 100%);
    color: white;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    font-size: 8px;
    margin: 5px;
    border-radius: 25px;
    transition: transform 0.2s, background-color 0.3s;
}

/* Efecto al pasar el mouse */
.button-checkbox:hover {
    transform: scale(1.05); /* Aumenta ligeramente el tamaño */
    background: rgba(126, 5, 255, 0.8); /* Color más claro */
}

/* Estilo del botón cuando el checkbox está marcado */
.hidden-checkbox:checked + .button-checkbox {
    background: rgba(58, 88, 254, 0.8); /* Cambia el color del gradiente */
    color: #fff;
    font-weight: bold; /* Resalta el texto */
}






.formulario_titulo_pregunta{
    font-size: 95%;
    font-weight: bold;
    margin: 0;
    color: #363786;
}
textarea {
    width: 635px;
    border-radius: 67px;
    height: 58px;
    opacity: .5;
    background-color: #F2F4F4;
    text-align: center;
    color: gray;
}
.carRecomendaciones{
    background-color: rgba(242, 244, 244, 0.5);

}
.cerrarSesion{
    color: white;
    background-color: #363786;
    cursor: pointer;
    padding: 5px;
    border: none;
    font-weight: bold;
    font-size: 20px;
    border-radius: 25px;
}
.check{
    border 2px solid red;
}
.logoTecClient{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.rangoButton{
    width: 80px;
    height: 80px;
    /* border-radius: 50%; */
    cursor: pointer;
    border: none;
    color: transparent;
    /* font-size: 40px; */
    font-weight: bold;
    margin: 5px 15px 0px 50px;
    background-color: transparent;
}
.rangoButton:focus{
     outline: none;
}

.buttonContinuar{
    color: gray;
    border-radius: 24px;
    padding: 5px;
    width: 34%;
    font-weight: bold;
    display: flex;
    font-size: 24px;
    justify-content: center;
    align-items: center;
    margin: auto;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
}
.buttonContinuar:active{
    border: none;
}

.eps_2_botones:active{
    background-color: #39A3F7 !important;
    border: none !important;
}
.rangoButton:active{
    border: none !important;

}

.buttonCalifiacion{
    color: gray;
    display: flex
;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    
    font-weight: bold;
    border: none;
    padding: 13px;
    cursor: pointer;
    
     margin-left: 20px;
}
.buttonCalifiacion:active{
    border: none;
}
.iconContinuar{
    width: 30px;
    height: 30px;
    margin-left: 5px;
}

.Contenedor_card{
    width: 80%;
}
.sesionButton{
    margin-top: 30px;
}

.Contenedor_div_button{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.escala{
    display: flex;
    position: relative;
    top: 131px;
    width: 0px;
    left: -88%;
    margin: 24px;

    
}
.Contenedor_div_buttons{
    width: 25%;
    height: 100%;
    margin-bottom: 0;
    padding-left: 1.5%;
    padding-right: 1.5%;
}



.Contenedor_Formulario_1{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0%;
    width: 100%;
}
.Contenedor_logo{
    height: 100px;
    width: 300px;
}
.Contenedor_Formulario_2{
    display: flex;
    justify-content: end;
    /*align-items: center;*/
    height: 70%;
    width: 50%;
    /*margin-top: -43px;*/
    margin-left: 11%;
}

.Contenedor_Formulario_3{
    display: flex;
    justify-content: right;
    align-items: center;
    height: 10%;
    width: 100%;
    padding-right: 3%;
}
input[type=checkbox], input[type=radio] {
    /*border-radius: 50%;*/
    display: flex;
    width: 19px;
    height: 17px;

}
.form-check-label {
    margin-bottom: 0;
    font-weight: bold; display: flex; justify-content: start; align-items: flex-start; flex-direction: column;
}
.contentInformationForm_2_eps{
    height: 100%;
    width: 80%;
    /* background-color: red; */
}
.contentInformation{
    border: 2px solid white;
    height: 66px;
    display: flex;
    justify-content: center;
    border: none;
}

.contentInformation_eps_1{
    display: flex;
    height: 85%;
    flex-direction: column;
    overflow: auto;
    justify-content: center;
}



.eps_2_botones{
    background-color: #39A3F7;
    border: none;
    border-radius: 25px;
    width: 85% !important;
}
.labelRango{
    font-size: 25px;
    margin-top: 25px;
    white-space: nowrap;
    color: black;
}
.eps_2_botones:hover{
    background-color: #39A3F7;
    border: none;
}
.eps_2_botones:active{
    background-color: #39A3F7;
}
.inputCc{
    width: 230%;
    border-radius: 25px;
    background-color: rgba(242, 244, 244, 0.5);
    height: 102%;
}
.contentInformation_eps_2{
    display: flex;
    justify-content: center;
    /*align-items: end;*/
    flex-direction: column;
}

.eps_2_botones{
    margin-top: 2%;
    width: 50%;
    height: 40px;
}

::-webkit-scrollbar {
    display: none;
}
@media screen and (min-width: 798px){
    .Contenedor_Formulario_2{
        margin-left: 0%;
        width: 60%;
    }
    .contentInformationForm_2{
        width: 112%;
        display: flex;
        justify-content: flex-start !important; 
        flex-direction: column;
    }
    .imgcalific{
        width: 90px !important;
    }
    .rangoButton{
       width: 77px;
        margin: -9px -15px 0px 31px;
    }
    .escala{
        width: 95px;
        top: 89px;
        left: -79%;
    }
    .imgescala{
            height: 34px !important;
    }
    .Contenedor_div_button{
        margin-left: 79px;
    }
    .Contenedor_div_button-responisve{
        margin-left: 0px;
    }
    .check{
        padding: 6px !important;
    }
    .button-checkbox{
        font-size: 6px !important;
    }
}