.form-control.radio {
    width: auto;
}

.group .labelCampo {
    position: initial;
    color: #6f6f6f;
}

.radioSet .labelCampo {
    margin-bottom: 3px;
    display: block;
}

.radioSet .divRadio label {
    position: inherit;
    pointer-events: all;
}

.divRadio {
    display: flex;
}

.container_contato {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    position: relative;
}

.titulo-tel {
    display: flex;
    align-items: center;
}

.navbar .container {
    padding: 12px 20px;
}

.navbar {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.wrapper_telefones {
    margin-bottom: 40px;
}

    .wrapper_telefones ul,
    .wrapper_endereco ul {
        padding: 0;
        list-style: none;
    }

.wrapper_endereco p {
    margin-bottom: 5px;
    font-family: "Unimed Sans Bold", sans-serif;
    color: #444444;
}

.wrapper_telefones ul li,
#endereco p a {
    font-family: "Unimed Sans Bold", sans-serif;
    color: #00995d;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin: 10px 0;
}

    .wrapper_telefones ul li:hover,
    #endereco a:hover {
        color: #007748;
    }

    .wrapper_telefones ul li i {
        font-size: 25px;
        text-decoration: none;
        width: 25px;
    }

    .wrapper_telefones ul li span {
        display: block;
        margin-left: 5px;
        text-decoration: underline;
    }

.wrapper_telefones p {
    font-family: "Unimed Sans Bold", sans-serif;
    font-size: 16px;
    color: #444444;
}

.wrapper_endereco i {
    color: #00995d;
    font-size: 25px;
    width: 25px;
}

.wrapper_endereco li {
    display: flex;
}

/*#endereco {
  margin-left: 5px;
}*/

#endereco p {
    margin: 0;
    font-family: "Unimed Sans Regular";
    font-size: 14px;
    padding: 2px 0;
}

#wrapper_conteudo {
    display: flex;
    padding: 0 20px 100px;
}

.container_formularios {
    width: 47%;
    margin-right: 100px;
    color: #444444;
}

h1 {
    font-family: "Unimed Sans Bold", sans-serif;
    color: #00995d;
    font-weight: normal;
    font-size: 24px;
}

.group {
    position: relative;
    margin-bottom: 15px;
}

input,
textarea, select {
    font-size: 16px;
    padding: 10px 10px;
    display: block;
    width: 100%;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    color: #444444;
}

textarea {
    resize: none;
    height: 200px;
}

    input:focus,
    textarea:focus {
        outline: none;
    }

label {
    color: #666;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 6px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    padding: 0 4px;
}

input:focus,
textarea:focus {
    border-color: #00995d;
}

.valido label {
    top: -10px;
    font-size: 14px;
    color: #00995d;
    background-color: #fff;
}

.btn-enviar {
    background-color: #00995d;
    font-family: "Unimed Sans Bold", sans-serif;
    color: #fff;
    border-radius: 5px;
    width: initial;
    font-size: 14px;
    border: none;
    cursor: pointer;
    transition: 0.6s;
}

    .btn-enviar:hover {
        background: #007748;
        transform: scale(1.01);
    }

    .btn-enviar:disabled {
        background: #ddd;
        cursor: not-allowed;
    }

        .btn-enviar:disabled:hover {
            background: #ddd;
            cursor: not-allowed;
            transform: inherit;
        }

.erro input {
    border-color: #ef5350;
}

.group span.validF {
    display: none;
}

.group span.validF_Left {
    text-align: left;
    padding-left: 6px;
}

.group span {
    font-size: 12px;
    color: #ef5350;
    font-family: "Unimed Sans Regular", sans-serif;
    position: relative !important;
    top: 0;
    text-align: end;
    width: 100%;
    display: block;
}

.erro span {
    display: block;
}

#img1 {
    position: absolute;
    right: 0;
    height: 500px;
    top: 190px;
}

#img2 {
    position: absolute;
    left: 0;
    bottom: -46px;
}

@keyframes spin {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(720deg);
    }
}

button {
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0;
    background-color: transparent;
    outline: 0;
    cursor: pointer;
    overflow: hidden;
}

.spin span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: opacity 200ms ease-in-out;
    padding: 9px 65px;
}

    .spin span:last-child {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }

.spin:hover {
    background-color: #1ecd97;
    color: #fff;
}

.spin.done,
.spin.processing {
    pointer-events: none;
    cursor: default;
}

.spin.processing {
    width: 50px;
    border-width: 4px;
    font-size: 0;
    border-right-color: #bbb;
    border-bottom-color: #bbb;
    border: 2px solid #1ecd97;
    background-color: #fff;
    animation: spin;
    animation-delay: 200ms;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

    .spin.processing:hover {
        background-color: transparent;
    }

    .spin.processing span:first-child {
        opacity: 0;
    }

.spin.done:hover {
    background-color: transparent;
}

.spin.done span:first-child {
    opacity: 0;
}

.spin.done span:last-child {
    opacity: 1;
}

.spin {
    transition: all 200ms ease-in-out;
}

#msg_sucesso {
    color: #005d51;
    font-size: 20px;
    font-family: "Unimed Sans SemiBold", sans-serif;
    display: none;
}

    #msg_sucesso i {
        color: #b6d035;
        margin-right: 15px;
    }

@media (max-width: 768px) {
    h1 {
        font-size: 18px;
    }

    #wrapper_conteudo {
        flex-direction: column;
    }

    .container_formularios {
        width: 100%;
        margin-right: 0;
    }

    .container_informacoes {
        display: flex;
        justify-content: space-around;
    }

    #img1 {
        display: none;
    }

    #img2 {
        bottom: 0;
        width: 140px;
    }
}

@media (max-width: 480px) {
    .container_informacoes {
        flex-direction: column;
    }

    #wrapper_conteudo {
        padding: 0 20px 40px;
    }
}
