#botao-flutuante {
	display: none!important;
}

#main-header {
    z-index: 9999!important;
}

#wrapper-cases-votes input[type=text], #wrapper-cases-votes input[type=email], #wrapper-cases-votes input[type=tel], #wrapper-cases-votes textarea {
	background-color: rgba(26,10,56,0.05);
    border-radius: 5px 5px 5px 5px;
    width: 100%;
    padding: 14px 4%!important;
    border-width: 0;
    color: #666;
}

#wrapper-cases-votes button,
#form-cases-votes button {
    background-color: #F07D00;
    display: inline-block;
    padding: 1.25vw 2.22222vw;
    color: #fff;
    font-size: 1.18056vw;
    font-weight: 700;
    line-height: 1.41667vw;
    color: #fff;
    border-radius: 88px;
    cursor: pointer;
    margin-top: 50px;
}

.to-select-case {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 0.5vw 2.22222vw;
    color: #000;
    font-size: 1.18056vw;
    font-weight: 600;
    line-height: 1.41667vw;
    border-radius: 88px;
    cursor: pointer;
}

.to-select-case input {
    display: none;
}

.selected-label{
    border-color: #F07D00;
}

.to-select-case.disabled {
    background-color: #ccc;
    color: #f8f8f8;
    pointer-events: none;
}


#wrapper-cases-votes h3 {
	font-weight: 700;
}

#wrapper-cases-votes label.error {
	color: #FF0000;
	position: absolute;
	bottom: -1.5em;
	left: 1em;
}

#wrapper-cases-votes .case-item {
    cursor: pointer;
    text-align: center;
    margin-top: 45px;
}

#wrapper-cases-votes .case-item .text-center {
    text-align: center;
    margin-bottom: 20px;
}

#wrapper-cases-votes .case-item .d-flex {
    align-items: center;
    justify-content: center;
}


#wrapper-cases-votes .case-item .d-flex img {
    height: 30px;
    cursor: initial;
}

#wrapper-cases-votes .case-item h2 {
    text-align: center;
    margin: 10px 0 0;
    padding-bottom: 0;
    font-weight: 700!important;
    line-height: 1.4em!important;
    font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;
    height: 120px;
}

#wrapper-cases-votes .case-item img {
    height: 150px;
    object-fit: cover;
}

#wrapper-cases-votes .col-lg-12, #wrapper-cases-votes .col-lg-6 {
	margin-bottom: 1.5em;
}

div[data-remodal-id="modal-iframe"] iframe {
    width: 100%;
    min-height: 80vh;
}

@media (min-width: 992px) {
    #wrapper-cases-votes .case-item .empty-div {
        height: 125px;
    }
}

.cc-revoke, .cc-top, .cc-window, .cc-banner, .cc-type-info, .cc-theme-block {
	display: none!important;
}
