body {
    font-size: 14px;
}
@media(min-width: 991px){

	.input__field{width: 100% !important;}
}

.formulario1 {
    border-radius: 5px;
    background-color: hsl(0, 0%, 96%);
    width: 30rem;
    padding: 20px;
}
:root {
    --color-light: rgba(66,174,227,1);
    --color-dark: #212121;
    --color-signal: #fffffe;
    --color-background: var(--color-light);
    --color-text: var(--color-dark);
    --color-accent: var(--color-signal);
    --size-bezel: 0.5rem;
    --size-radius: 4px;
    line-height: 1.4;
    font-style: Montserrat;
    font-size: calc(0.6rem + 0.4vw);
    color: var(--color-text);
    background: var(--color-background);
    font-weight: 300;
}

mark {
    background: var(--color-accent);
    color: var(--color-text);
    font-weight: bold;
    padding: 0 0.2em;
}

.box-novo-diagnostico .card {
    background: var(--color-background);
    padding: calc(4 * var(--size-bezel));
    margin-top: calc(4 * var(--size-bezel));
    border-radius: var(--size-radius);
    border: 3px solid var(--color-shadow, currentColor);
    box-shadow: 0.5rem 0.5rem 0 var(--color-shadow, currentColor);
}
.card--accent {
    --color-background: var(--color-signal);
    --color-accent: var(--color-light);
    color: var(--color-dark);
}
.card *:first-child {
    margin-top: 0;
}

.l-design-widht {
    max-width: 40rem;
    padding: 1rem;
}

.input_form {
    position: relative;
}
.input__label {
    position: absolute;
    font-size: 1.0rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    color: gray;
    padding: 0 1.3rem;
    margin: 0 0.5rem;
    transition: 0.1s ease-out;
    transform-origin: left top;
    pointer-events: none;
    font-family: Montserrat;
}
.input__field {
    height: 46px;
    font-size: 1rem;
    outline: none;
    border: 1px solid rgba(66,174,227,1);
    border-radius: 27px;
    padding: 0.5rem 1.7rem;
    //color: rgba(66,174,227,1);
    color: #6c757d;
    transition: 0.1s ease-out;
    width: 94% !important;
    font-family: Montserrat;
    margin: 0 5px;
}

.input__field_mobile {
    font-size: 1.2rem !important;
}
.input__label:focus{
    border-color: rgba(66,174,227,1);
}
.input__field:not(:-moz-placeholder-shown) + .input__label {
    top: 0;
    transform: translateY(-50%) scale(0.9) !important;
}
.input__field:not(:-ms-input-placeholder) + .input__label {
    transform: translate(0.25rem, -65%) scale(0.8);
    color: rgba(66,174,227,1);
}
.input__field:focus + .input__label, .input__field:not(:placeholder-shown) + .input__label {
    color: rgba(66,174,227,1);
    top: 0;
    transform: translateY(-50%) scale(0.9) !important;
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
}

.btn_form_index{
    text-decoration: underline;
    margin: 0.5rem;
    font-size: large;
    color: rgba(66,174,227,1) !important;
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    font-family: Montserrat;
}

.titulo_formulario_home {
     color: rgba(66,174,227,1);
     position: relative;
     font-family: Montserrat;
     font-weight: Bold;
     font-size: 18px;
     opacity: 1;
     line-height: 24px;
}

.button_form_index{
    background: rgba(66,174,227,1);
    border-radius: 27px;
    width: 30rem;
    height: 2rem;
    margin: 1rem;
    font-family: Montserrat;
    color: white;
}
.button_form{
    background: rgba(66,174,227,1);
    border-radius: 27px;
    width: 10rem;
    height: 2rem;
    margin: 1rem;
    font-family: Montserrat;
    color: white;
}
.checkbox_form{
    background: rgba(66,174,227,1);
    border-radius: 27px;
}

.container_form {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
}

.container_form input {
    position: absolute;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 1rem;
    width: 1rem;
    border-radius: 27px;
    background-color: #eee;


}

@media screen and (max-width: 991px) {

	.titulo_formulario_home {
	font-size: 16px;
	line-height: 13px;
	padding-top: 15px;
	}
}

.container_form:hover input ~ .checkmark {
    background-color: #ccc;
}

.container_form input:checked ~ .checkmark {
    background-color: rgba(66,174,227,1);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container_form input:checked ~ .checkmark:after {
    display: block;
}

@media screen and (max-width: 479px) {
	.input__label{

margin-left: 20px;
}
}

@media (max-width: 40em) {
    .button-wrap {
        margin-top: -1.5em;
    }
}

.button-label {
    display: inline-block;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(98, 98, 99, 0.5);
    width: 4rem;
    height: 2rem;
    text-align: center;
    left: -2px;
    margin: 1rem;
    color: #292929;
    background: white;
}


#nove-button:checked + .button-label {
    background: rgba(66,174,227,1);
    color: #efefef;
}
#nove-button:checked + .button-label:hover {
    background: rgba(66,174,227,1);
    color: #e2e2e2;
}

#dez-button:checked + .button-label {
    background: rgba(66,174,227,1);
    color: #efefef;
}
#dez-button:checked + .button-label:hover {
    background: rgba(66,174,227,1);
    color: #e2e2e2;
}

#onze-button:checked + .button-label {
    background: rgba(66,174,227,1);
    color: #efefef;
}
#onze-button:checked + .button-label:hover {
    background: rgba(66,174,227,1);
    color: #e2e2e2;
}

#doze-button:checked + .button-label {
    background: rgba(66,174,227,1);
    color: #efefef;
}
#doze-button:checked + .button-label:hover {
    background: rgba(66,174,227,1);
    color: #e2e2e2;
}

#treze-button:checked + .button-label {
    background: rgba(66,174,227,1);
    color: #efefef;
}
#treze-button:checked + .button-label:hover {
    background: rgba(66,174,227,1);
    color: #e2e2e2;
}

#quatorze-button:checked + .button-label {
    background: rgba(66,174,227,1);
    color: #efefef;
}
#quatorze-button:checked + .button-label:hover {
    background: rgba(66,174,227,1);
    color: #e2e2e2;
}

.box-novo-diagnostico {
    box-shadow: 0px 1px 12px 0px rgba(0,0,0,0.32);
    -webkit-box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 14%);
    -moz-box-shadow: 0px 1px 12px 0px rgba(0,0,0,0.32);
    border: 5px solid #42aee3;
    background-color: #fff !important;
    margin-top: 40px !important;
    border-radius: 5px;
    padding: 14px 17px !important;
    margin-left: 48px;
}

.text-border-bottom {
    border-bottom: 4px solid #99d3f1;
    padding: 0 20px;
    border-radius: 1px;
}

.text-azul-novo {
    color: #42aee3;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 11px;
}

.px-20 {
    padding: 0 10px;
}

.menumobile {
    transition: all ease;
}

#menumobil {
    background: none;
    font-size: 11px;
    padding: 14px 0;
    border-bottom: 3px solid #FFF;
}

.btn-novo {
    background: #005883;
    border-radius: 10px;
}

.btn-novo-danger {
    background: #d53805;
    border-radius: 10px;
}

.btn-home-novo {
    width: 87%;
    padding: 11px;
    border-radius: 50px;
}
