.fullwidth_content{
    width:100%;
    height:100dvh;
    border:1px solid;
    overflow-y:auto;
    display:flex;
    flex-direction:column;
    align-items:center;
}
/*heder*/
.main__header_encuesta{
    width:100%;
    display:flex;
    max-width:350px;
    gap:20px;
    padding:0.5em;
}
.main__header_encuesta figure{
    display:flex;
    border-radius:5px;
    overflow:hidden;
}
/*footer*/
.main__footer{
    position:absolute;
    z-index:1;
    width:100%;
    height:100dvh;
    top:0;left:0;
    z-index:-1;
    border:2px solid;
}
.main__footer .footer__top,
.main__footer .footer__bottom{
    position:absolute;
    display:flex;
    max-width:150px;
}
.main__footer .footer__top svg,
.main__footer .footer__bottom svg{
    width:100%;
    height:100%;
}
.main__footer .footer__top{
    top:0;right:0;
    transform:rotate(-180deg);
}
.main__footer .footer__bottom{bottom:0;left:0}
.main__footer .footer__top svg,
.main__footer .footer__bottom svg{
    fill:var(--equidad-secundary);
    width:100%;
}

/*Main */

.over_content__encuesta{
    height:100vh;
    width:100%;
    max-width:500px;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:1em;
}
.content__encuesta{
    margin-top:-50px;
    display:flex;
    flex-direction:column;
    gap:15px;
    
}/*compensar header*/

.encuesta_text{
    display:flex;
    flex-direction:column;
    gap:10px;
    text-align:center;
}
.encuesta_text h1{
    line-height:120%;
    letter-spacing:-0.5px;
}
/*form*/
.encuesta__form{
    display:flex;
    flex-direction:column;
    gap:5px;
}

.encuesta__form input{
    border:2px solid;
    border-radius:10em;
    height:50px;
    padding:1em;
    font-size:16px;
}
.encuesta__form input[type="button"]{
    font-size:16px;
    padding:0;
    background:var(--equidad-primary);
}

/*preguntas de la encuesta*/
.content_main_answer{
    align-self:self-start;
}
.content_question{
    border:2px solid;
    border-radius:15px;
    padding:1em;
    background:#fff;
    display:flex;
    flex-direction:column;
    gap:10px;
}
.content_satisfaccion input[type="radio"]{
    display:none;
}
.form_survey{
    display:flex;
    flex-direction:column;
    gap:15px;
}
.content_form_survey{
    display:flex;
    flex-direction:column;
    gap:15px;
}



/**/
.content_satisfaccion{
    display:flex;
    gap:15px;
}
.satisfaccion_1{
    border:1px solid;
}
.content_satisfaccion label{
    display:flex;
    position:relative;
}
.content_satisfaccion input[type="radio"]:checked + label::after {
    content: "✅";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000061; 
    border-radius: 10em;
    font-size: 1.3em;
    color: green;
    pointer-events: none;
}

.content_question_space2 p{
    text-align:center;
}

.content_satisfaccion_list{
    flex-wrap:wrap;
    justify-content:center;
    align-items:flex-start;
    gap:15px;
    margin-top:15px;
}
.content_satisfaccion_list label{
    border:2px solid;
    padding:0.5em 1em;
    border-radius:10em;
}

/*send*/

.content_submit button{
    border:2px solid;
    height:50px;
    width:100%;
    font-size:16px;
    border-radius:10em;
    background:var(--equidad-primary);
}
.form_survey{
    padding-bottom:4em;
}

.content__encuesta{
    display:flex;
    
}
.content__encuesta_ty{
    justify-content:center;
    align-items:center;
}

.section_cnt_encuesta{
    border:2px solid;
    padding:1em;
    border-radius:15px;
    background:var(--equidad-primary);
    font-size:18px;
}
.encuesta_text_ty{
    display:flex;
    justify-content:center;
    align-items:center;
}
.encuesta_text_ty p{
    border:2px solid #000;
    background:#fff;
    border-radius:10em;
    padding:0em 1em;
    font-size:19px;
}

.rate_equidad{
    max-width:200px;
    margin:auto;
}

/*ajustes*/
.emoji_question{
    display:flex;
    align-items:center;
    gap:5px;
}
.emoji_option{
    height:20px;
    height:20px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.emoji_option img{
    width:100%;
    max-width:25px;
}