.divLinks {
    display: flex;
    justify-content: space-evenly;
    margin: 100px 66px;
    flex-wrap: wrap;
}

.boxLink a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none !important;
    margin: 0 7px 15px 7px;
}

    .boxLink a:hover {
        text-decoration: none;
    }

#conteudo p {
    margin-left: 0;
}

.divaccordion {
    display: flex;
    justify-content: flex-end;
}

#conteudo {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.accordion {
    color: white !important;
    background-color: #005d51;
    text-decoration: none !important;
    padding: 10px;
    border-radius: 6px;
}

.boxLink a img {
    max-width: 250px;
    border: 1.5px solid;
    border-radius: 15px;
}

.boxLink a span {
    color: #444444;
    max-width: 250px;
    margin-top: 10px;
}

.boxLink a p {
    color: #444444;
    text-decoration: none;
    max-width: 181px;
    font-size: 12px;
    font-weight: 200;
    text-align: center;
    line-height: 14px;
}

.acesseAqui {
    color: #00985c !important;
    text-decoration: underline !important;
    font-size: 14px !important;
    margin: 0 0 0 0;
    font-weight: bold !important;
}

.control-label {
    position: initial !important;
}

#conteudo p {
    margin-left: 0px;
}

.accordion {
    cursor: pointer;
    margin-right: 18px;
}

.accordionShow {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    width: 750px;
    padding: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    margin: auto;
}

.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;
}

.camposForm, .group {
    position: relative;
    margin-bottom: 30px;
}

input,
textarea {
    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: #999;
    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);
    }

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

.camposForm span {
    font-size: 12px;
    color: #ef5350;
    font-family: "Unimed Sans Regular", sans-serif;
    position: absolute;
    bottom: -20px;
    right: 0;
}

.group span {
    font-size: 12px;
    color: #ef5350;
    font-family: "Unimed Sans Regular", sans-serif;
    position: absolute;
    bottom: -15px;
    left: 12px;
    display: none;
}

.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) {
    .accordionShow {
        width: 95%;
        margin: 10px;
    }

    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 (min-width:770px) {
    #conteudo {
        min-height: 431px;
    }
}

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

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