.grupoGeneral {
    display: none!important;
}

.body {

}

.navbar-color {
	background-color: #FFFFFF;
}

.navbar-img {
	text-align: center !important;
}

.img-navbar {
	height: 100px;	
    margin-top: 10px;
    margin-bottom: 10px;
}

.mandatory {
	--bs-gutter-x: 0!important;
}

.card-question {
	/*border-color: #B01C2E!important;*/
	border: 0px solid!important;
}

/*Answers*/
.textoWellResp p {
    margin-bottom: 0!important;
}

.inputRadioTexto {
	vertical-align: unset!important;
}

.respchecked {
	background: rgb(242, 36, 60, 0.75);
}

.rowHover:hover {
    background-color: #f2243c!important;
}

.content-answer {
	padding: 0 0 5px 0!important;
	margin: 0!important;
}

.rowHover {
	margin-top: 0!important;
}

.progress-bar {
	background-color: #B01C2E!important;
}

.container-poll {
	padding-bottom: 100px;
}

.footer-poll {
	position: fixed;
    bottom: 0;
    width: 100%;
    margin-top: 100px;
}

.footer-img-left {
	align-self: end;
}

.img-left-footer {
	max-width: 100%;
	height: auto;
	max-height: 100px;	
    margin: 10px 10px 10px 10px;
}

.footer-img-right {
	align-self: end;
}

.img-right-footer {
	max-width: 100%;
	height: auto;
	max-height: 100px;	
    float: right;
    margin: 10px 10px 10px 10px;
}

.alert {
	margin: 0!important;
}

input[type=radio] {
    border-radius: 50%;
}
input[type=radio] {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
input[type=radio]:checked {
    background-color: #B01C2E;
    border-color: #B01C2E;
}

input[type=checkbox]:checked {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/></svg>");
}

input[type=checkbox] {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
input[type=checkbox]:checked {
    background-color: #B01C2E;
    border-color: #B01C2E;
}

input:focus {
    outline: none !important;
    border:2px solid #B01C2E;
    box-shadow: 0 0 10px #B01C2E;
}

input[type=text]:focus {
	border-radius: 5px;
}