.container{
    max-width: 860px;
}

.bgConsulta{
    background: #fcffb4;
}

.sideInfo{
    background: #edf6ff;
}


.infoBanner{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(25,25,25, 0.5);
    left: 0;
    vertical-align: middle;
}

.form-control{
    color: #457fca !important;
}

.formRow{
    padding: 1rem;
    padding-top: 0px !important;
}

.asteriskField{
    color: red;
}

.infoForm{
    font-size: small;
}

.divFooter{
    border-top: 1px solid #d4d4d4;
}

.faqContent b{
    font-size: 1.13rem;
    text-transform: lowercase;
    color:#ea5a24;
}
.faqContent p:last-child{
    border: 1px solid blue;
}
.faqContent h2:first-letter{
    text-transform: uppercase;
}

.disNone {
    display: none;
}
.disBlock{
    display: block;
}

.divSemBanco .form-group{
    margin-bottom: 0px !important;
}

.articleMain{
    height: 25vh;
}

.modalNovaData{
    cursor: pointer;
}
.modalNovaData:hover{

    cursor: pointer;
}

.textDatas{
    font-size:larger ;
}

/* Custom Radio Button Start*/
.radiotextsty {
    color: #fff;
}
.customradio {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default radio button */
.customradio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #fff;
}
/* On mouse-over, add a grey background color */
.customradio:hover input ~ .checkmark {
    background-color: transparent;
}
/* When the radio button is checked, add a blue background */
.customradio input:checked ~ .checkmark {
    background-color: white;
    border: 1px solid #fff;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.customradio input:checked ~ .checkmark:after {
    display: block;
}
/* Style the indicator (dot/circle) */
.customradio .checkmark:after {
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #28a745;
}
/* Custom Radio Button End*/

.form-control:disabled, .form-control[readonly] {
    background-color: #d9e3ec;
    opacity: .8;
}

.readOnly-class{
    background-color: #a4c6e9;
    pointer-events: none;
    touch-action: none;
}

select[disabled].select2 + .select2-container {
    background-color: #a4c6e9 !important;
    pointer-events: none;
    touch-action: none;
}
select[disabled].select2 + .select2-container .select2-selection .select2-selection--single {
    background-color: #a4c6e9 !important;
    box-shadow: none;
}
select[disabled].select2 + .select2-container .select2-selection__arrow, select[disabled].select2 + .select2-container .select2-selection__clear {
    display: none;
}


.custom-navbar{
    z-index: 5;
}


@media only screen and (max-width: 480px) {
    .blockImages img{
       height: 25vh !important;
    }
}















