/*Cabecera interior*/
.pagina .full-width.cabecera .boxInfo.black {
    max-width: 80% !important;
        padding: 1em 0 !important;

}
.participacion section.full-width.cabecera {
    padding: 1em 0 !important;
}


body.propuestas-page.interior section.full-width.cabecera.left {
    display: none;
}

/*Botones*/
a.boton {
    background-color: #00bc6f;
    color: white;
}

button.ui.button.submitform {

    background-color: #00bc6f;
    color: white;
}

/*Logo footer*/
footer .two.wide.column.logo {
    width: 300px !important;
}

/*itemMenuActivo*/
.menutop .itemMenu.active:after {
    background-color: #00bc6f;
    display: none;
}

/*Fila encuestas*/
.filaEncuestas {
    justify-content: center;
}

.articuloEncuesta:not(:last-child) {
    margin-right: 1em;
}

div#surveyContainer[data-idsurvey="5b98f0c37205a31db577158f"] .optionsWeighted-answers>div:nth-child(1)>span>span {
    background: #EA433552 !important;
}

div#surveyContainer[data-idsurvey="5b98f0c37205a31db577158f"] .optionsWeighted-answers>div:nth-child(2)>span>span {
    background: #Fbbc0552 !important;
}

div#surveyContainer[data-idsurvey="5b98f0c37205a31db577158f"] .optionsWeighted-answers>div:nth-child(3)>span>span {
    background: #34a85352 !important;
}


div#surveyContainer[data-idsurvey="5b98fac97205a31db57715a0"] .optionsWeighted-answers>div:nth-child(1)>span>span {
    background: #EA433552 !important;
}

div#surveyContainer[data-idsurvey="5b98fac97205a31db57715a0"] .optionsWeighted-answers>div:nth-child(2)>span>span {
    background: #Fbbc0552 !important;
}

div#surveyContainer[data-idsurvey="5b98fac97205a31db57715a0"] .optionsWeighted-answers>div:nth-child(3)>span>span {
    background: #34a85352 !important;
}
/*hide mainimage participacion*/
.participacion .ficha .six.wide.column {
    display: none;
}
.boxes-fases .fase-box .title {
    background-color: #00458a;
    color: white;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-family: OpenSansBold;
    text-align: center;
}
.menutop .itemMenu.active:after {
        height: 3px;
        width: 100%;
        margin-top: -10px;
        display: block;
        content: "";
        background-color: #00bc6f;
    }
    nav {
        background-color: #fff;
    }
    .full-width.cabecera .boxInfo {
        float: left;
        position: relative;
        max-width: 55%;
        text-align: left;
        margin: auto;
        padding: 2em 0;
    }
    
    .ui.column.grid>[class*="three wide"].column, .ui.grid>.column.row>[class*="three wide"].column, .ui.grid>.row>[class*="three wide"].column, .ui.grid>[class*="three wide"].column {
    width: 25%!important;
    }
    section.fases-section {
    position: relative;
    /* color: white; */
    padding: 7em 0;
    }
    ul.ui.list {
        font-size: smaller;
    }
    footer a {
        color: #e7f7ff;
    }
    footer li {
        font-size: 12px;
    }
    .three.wide.column.logo {
        background-image: url('https://cdn.digitalvalue.es/utiel/assets/5bacd11a9da0c50b033f54af?download=logo-utiel-piev2.png');
        background-repeat: no-repeat;
        background-position: 18px top;
        background-size: 70%;
    }
    .three.wide.column.socialnetworks {
        text-align: left;
    }