/* Pagina 1 - Formulario */

.calcu_test {
    font-size: 16px;
    font-family: "Pier_Sans_Reg";
    font-weight: bold;
    color: #444444;
    padding-bottom: 10px;
    align-items: center;
}

.seccion{
    font-size: 14px;
    background-color: #444444;
    color: #fff;
    font-weight: bold;
    padding: 2px 8px;
    margin: 10px 0 0 0;
}

.especificacion{
    background-color: #DDDCDC;
    color: #444444;
    font-size: 12px;
    font-weight: 500;
    padding: 3px 8px;
    margin: 0 0 8px 0;
}

.pregunta{
    font-size: 14px;
    margin: 0 0 8px 0;
    line-height: 1.5;
}

/* Pagina 2 - Grafico */
.mensajeResultado{
    font-size: 14px;
}

.contenedor_grafico{
    width: 100%; 
    position: relative;
    margin: 0%;
}

#graficoRadar {
    width: 100%;
    display: block;
}
/*-------------------------Section - Modal Formulario--------------------- */

/* Modal (padre)*/
#modalValidacion {
    display: flex;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.5);
}

.oculto {
    display: none !important;
}

.texto__modal{
    color: #444444;
    font-family: "OpenSans-Regular";
    font-size: 14px;
    padding: 10px;
    text-align: center;
}

.modal-contenido{
    background-color: white;
    padding: 20px 30px;
    border-radius: 20px;
    width: 80%;
    max-width: 400px;
    overflow-y: auto;
    max-height: 80vh;
    text-align: center;
}

/* Borde para inputs erroneos */
.input.is-invalid{
    border: 1px solid #FF0000 !important;
}

/*^^^^^^^^^^^^^^^^^^^^^SECTION_modal^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.contenedor_modal{
    border-radius: 20px;
    border: 0px;
}

.img_modal{
   width: 100%;
   height: auto;
}

.fila_der_modal{
    padding-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 10px;
}

.titulo_modal{
    color: #444444;
    font-family: "Pier_Sans_Bold";
    font-size: 32px;
    line-height: 1;
    padding-bottom: 10px;
}

.input_der_modal{
    border-radius: 10px;
    background-color: #f7f7f7;
    height: 36px;
    width: 100%;
    border: 0px;
    margin-bottom: 20px;
    padding-left: 12px;
}

.miniTexto_modal{
    font-family: "OpenSans-Regular";
    font-size: 10px;
    color: #444444;
}

.btn_modal_close{
    height: 20px;
    width: auto;
    float: right;
}

.texto_agrade_modal{
    color: #444444;
    font-family: "Pier_Sans_Bold";
    font-size: 28px;
    text-align: center;
    display: none;
    line-height: 1;
}

*{padding:0;margin:0}.wrapper{display:flex;justify-content:center;align-items:center;}.checkmark__circle{stroke-dasharray: 166;stroke-dashoffset: 166;stroke-width: 2;stroke-miterlimit: 10;stroke: #7ac142;fill: none;animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards}.checkmark{width: 56px;height: 56px;border-radius: 50%;display: block;stroke-width: 2;stroke: #fff;stroke-miterlimit: 10;margin: 10% auto;box-shadow: inset 0px 0px 0px #7ac142;animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both}.checkmark__check{transform-origin: 50% 50%;stroke-dasharray: 48;stroke-dashoffset: 48;animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards}@keyframes stroke{100%{stroke-dashoffset: 0}}@keyframes scale{0%, 100%{transform: none}50%{transform: scale3d(1.1, 1.1, 1)}}@keyframes fill{100%{box-shadow: inset 0px 0px 0px 30px #7ac142}}

@media only screen and (max-width: 850px) {
    .fila_der_modal{
        padding-left: 10%;
        padding-right: 10%;
    }
}

/*^^^^^^^^^^^^^^^^^^^^^End_SECTION_modal^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/