@font-face {
    font-family: 'Unimed Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Unimed Sans/UnimedSans-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Unimed Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/Unimed Sans/UnimedSans-Black.otf') format('opentype');
}

@font-face {
    font-family: 'Unimed Slab';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Unimed Slab/UnimedSlab-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Unimed Slab';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/Unimed Slab/UnimedSlab-Light.otf') format('opentype');
}

@font-face {
    font-family: 'Unimed Slab';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/Unimed Slab/UnimedSlab-SemiBold.otf') format('opentype');
}

@font-face {
    font-family: 'Unimed Slab';
    font-style: normal;
    font-weight: bold;
    font-display: swap;
    src: url('../fonts/Unimed Slab/UnimedSlab-Bold.otf') format('opentype');
}

html {
    scroll-behavior: smooth;
}

.imagens-servico {
    max-height: 125px;
}

.imagem-servico img {
    object-fit: cover;
}

.imagens-servico .slick-track {
    height: 100%;
}

.imagens-servico .slick-slider {
    width: 100% !important;
}

.imagem-servico {
    padding: 0 6px 0 0;
    height: 100% !important;
}

.imagens-servico .slick-list.draggable {
    height: 125px;
}


.group {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
}

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

#oPrivallyApp input:checked + .oPrivallyApp-slider {
    background: white !important;
    pointer-events: all !important;
}

#oPrivallyApp .oPrivallyApp-slider.oPrivallyApp-rounded {
    background: white !important;
    pointer-events: all !important;
}


#oPrivallyApp .switch{
    top:0;
    left:0;
}

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

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

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

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

#notFound {
    font-size: 14px;
    color: #ef5350;
    font-family: "Unimed Sans Regular", sans-serif;
    display: none
}

#found {
    font-size: 14px;
    text-align: center;
    color: #444444;
    font-family: "Unimed Sans Regular", sans-serif;
    display: none
}

    #found a {
        color: #00995d;
    }

.erro span {
    display: block;
}


@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.bold {
    font-family: "Unimed Sans Bold", sans-serif !important;
}

.parallax-layer img {
    width: 50px;
}

.navbar .container {
    top: 0;
    padding: 0;
    height: 120px;
    max-width: 100%;
    width: 100%;
    background: white;
    z-index: 1001;
    box-shadow: rgb(204, 204, 204) 0px 5px 5px 0px;
    transition: 0.2s;
}

.wrapperMenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1280px;
    width: 100%;
    padding: 0 2rem;
}

.buttonHeader {
    background-color: #198058;
    padding: 1rem 2rem;
    border: 0;
    color: white;
    border-radius: 24px;
    font-family: 'Unimed Sans Bold';
    cursor: pointer;
    transition: 0.2s;
}

    .buttonHeader:hover {
        filter: brightness(90%);
    }

@media (max-width: 920px) {
    .buttonHeader, #anchorButtonHeader {
        display: none;
    }
}

.navbar {
    box-shadow: none;
}

* {
    box-sizing: border-box;
}

#wrapper_banner {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 122px;
}

.layer-0 {
    z-index: -2;
    right: 0;
    position: absolute;
    top: -122px;
}

    .layer-0 img {
        width: 318px;
    }

.layer-1 {
    left: 0;
    bottom: -48px;
    z-index: -1;
    position: absolute;
}

    .layer-1 img {
        width: 313px;
    }

.layer-2 {
    left: 50%;
    z-index: -1;
    right: 0;
    position: absolute;
    display: flex;
    justify-content: flex-end;
    bottom: -8px;
}

    .layer-2 img {
        width: 612px;
    }

#wrapper_banner {
    display: flex;
    justify-content: flex-start;
}

.banner-span {
    font-weight: lighter;
    font-family: "Unimed Sans Regular", sans-serif;
}

.banner-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.primary-button {
    background: linear-gradient( 90deg, var(--c1, #56c850), var(--c2, #3baa5a) 51%, var(--c1, #56c850) ) var(--x, 0) / 200%;
    border: none;
    font-size: 17px;
    padding: 13px 29px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 12px;
    margin-top: 31px;
    transition: 0.5s;
    cursor: pointer;
}

.outline-button {
    background: transparent;
    border: 1px solid #3baa5a;
    color: #3baa5a;
    cursor: pointer;
    font-family: "Unimed Sans Regular", sans-serif;
    border-radius: 12px;
    font-size: 17px;
    padding: 11px 29px;
    margin-top: 31px;
    transition: 0.35s ease-in-out;
}

    .outline-button:hover {
        background: #3baa5a;
        color: white;
        border: 1px solid #3baa5a;
    }

#conteudo_banner h1 {
    width: 650px;
}

#conteudo_banner {
    width: 700px;
    margin-bottom: 80px;
    font-family: "Unimed Sans Bold", sans-serif;
    font-size: 24px;
    margin-left: 20px;
}

    #conteudo_banner h1,
    #conteudo_banner h2 {
        margin: 0;
        color: #00995d;
    }



.primary-button:hover {
    --x: 100%;
}

#wrapper_conteudo {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    z-index: 11;
}


#section_videos h3 {
    font-family: "Unimed Sans Bold", sans-serif;
    color: #09955d;
    text-align: center;
    font-size: 30px;
    padding: 30px 0;
    margin: 0;
}

#section_videos {
    padding-top: 30px;
}

#wrapper_slick_videos {
    width: 100%;
    background-color: whitesmoke;
}

.divVideos .slick-list {
    max-width: 930px;
    margin: 0 auto;
}

.divVideos .slick_videos {
    max-width: 1200px;
    height: 520px;
}

@media (max-width: 1200px) {
    .divVideos .slick_videos {
        height: auto;
    }
}

.slick_videos {
    width: 100%;
    margin: auto;
    max-width: 1160px;
    position: relative;
}

    .slick_videos iframe {
        height: 500px !important;
        width: 100%;
    }

.arrow-left,
.arrow-right {
    position: absolute;
    top: 43%;
    transform: translateY(-50%);
    font-size: 71px;
    color: #3e9655;
    cursor: pointer;
    transition: 0.4s;
}

.arrow-left {
    left: 0;
    z-index: 1000;
}

.arrow-right {
    right: 0;
}

.slick-arrow:hover {
    opacity: 0.7 !important;
    color: #3e9655 !important;
}

.item_pag {
    width: 50px;
    height: 5px;
    background-color: #5f5f5f;
    margin: 0 7px;
    cursor: pointer;
    outline: none;
}

.item_pag_active {
    background-color: #fff;
}

#paginacao_videos {
    width: 200px;
}

#paginacao_videos,
#paginacao_servicos,
#paginacao_galeria {
    display: flex;
    padding: 10px 0 20px;
    justify-content: center;
    margin: auto;
}

.slick-current .item_pag {
    background-color: #fff;
    outline: none;
}

#section_servicos {
    background-color: #fff;
}

    #section_servicos h3 {
        font-family: "Unimed Sans Bold", sans-serif;
        color: #09955d;
        text-align: center;
        font-size: 30px;
        padding: 30px 0;
        margin: 0;
    }

.wrapper_servicos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 40px;
    max-width: 1200px;
    margin: auto;
}

.flipcard {
    width: 50%;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    position: relative;
    -webkit-perspective: 800px;
    perspective: 800px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
}

.face.front {
    cursor: pointer;
}

.flipcard:hover {
    transition: 0.5s;
    transform: scale(1.1);
}

.flipcard.flipped {
    -webkit-transform: rotate(-180deg);
    transform: rotateY(-180deg);
}

.wrapper_image img {
    height: 100%;
    object-fit: cover;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    width: 100%;
}

.wrapper_image {
    border-radius: 14px;
    height: 180px;
    overflow: hidden;
    width: 100%;
    border: 2px solid #b1d34b;
    transition: .2s;
}

.first_title {
    font-family: "Unimed Sans Bold", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #444444;
    margin: 10px 0 0;
    text-align: center;
}

.wrapper_plus {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #b1d34b;
    position: absolute;
    right: 25%;
    top: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .wrapper_plus:hover {
        background-color: #9db94a;
    }

    .wrapper_plus i {
        color: #fff;
        font-size: 17px;
    }

.wrapper_close {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #b1d34b;
    position: absolute;
    right: 10px;
    top: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .wrapper_close:hover {
        background-color: #9db94a;
    }

    .wrapper_close i {
        color: #fff;
        font-size: 16px;
    }

.noticias-button {
    margin: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flipcard .front {
    width: 60%;
    display: block;
}

.flipcard.flipped .front {
    display: none;
}

.flipcard .back {
    width: 60%;
    background-color: #00995d;
    border-radius: 14px;
    color: #fff;
    text-align: left;
    padding: 15px 19px;
    top: 0;
    position: relative;
    transform: rotateY(-180deg);
    display: none;
}

@media screen and (max-width: 768px) {
    .wrapper_plus {
        right: 10%;
    }

    .flipcard .front {
        width: 90%;
    }

    .flipcard .back {
        width: 90%;
    }

    .flipcard {
        margin: 0;
    }
}


.flipcard.flipped .back {
    display: block;
}

.flipcard .back h4 {
    font-family: "Unimed Sans Bold";
    font-size: 18px;
    width: 80%;
    margin: 0;
}

.flipcard .back p {
    font-family: "Unimed Sans Light";
    font-size: 14px;
}

.wrapper_paginacao {
    padding: 10px 0;
    cursor: pointer;
    outline: none;
}

#section_galeria {
    background-color: #f5f5f5;
    padding: 18px 0;
}

    #section_galeria h3 {
        color: #09955d;
        text-align: center;
        font-family: "Unimed Sans Bold";
        font-size: 30px;
    }

.section-noticias h3 {
    color: #09955d;
    text-align: center;
    font-family: "Unimed Sans Bold";
    font-size: 30px;
}

.lightgallery {
    display: flex !important;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    height: 500px;
    outline: none;
    flex-wrap: wrap;
}

    .lightgallery div {
        overflow: hidden;
    }

    .lightgallery img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

#wrapper_galerias {
    padding: 0 20px;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: block;
}

    #wrapper_galerias .arrow-left {
        z-index: 1;
    }

    #wrapper_galerias .arrow-right {
        z-index: 1;
    }

.galeria_pt1 {
    display: flex;
    width: 55%;
}

.galeria_pt2 {
    display: flex;
    height: 100%;
    flex-direction: column;
    width: 45%;
}

.galeria_pt2_divisao {
    height: 50%;
    display: flex;
    width: 100%;
}

.galeria_pt2_meio {
    width: 50%;
    object-fit: cover;
}

.galeria_pt3 {
    width: 20%;
}

.container_image {
    opacity: 0.9;
    overflow: hidden;
    cursor: pointer;
}

    .container_image img {
        transition: 1s;
    }

    .container_image:hover > img {
        transform: scale3d(1.1, 1.1, 1);
    }

    .container_image:hover {
        opacity: 1;
    }

.wrapperLogin {
    font-family: 'Unimed Slab';
}

    .wrapperLogin h2 {
        font-size: 2rem;
        font-weight: 400;
        color: #606060;
        text-align: center;
        margin-bottom: 3rem;
    }

    .wrapperLogin #accessButton, .accessButton {
        background-color: transparent;
        border: none;
        cursor: pointer;
        color: #7C7C7B;
        font-weight: bold;
        font-size: 0.9rem;
        text-decoration: none;
        font-family: 'Unimed Slab';
    }

.group {
    position: relative;
    margin-bottom: 1rem;
    font-family: 'Unimed Slab';
}

    .group:first-child {
        margin-bottom: 0.8rem;
    }

    .group input {
        padding: 1.3rem 1rem 0.7rem;
        width: 100%;
        border-radius: 10px;
        border: 1px solid #ccc;
        color: #7C7C7B;
        transition: border 0.5s;
        font-family: 'Unimed Slab';
    }

        .group input:focus {
            outline: none;
        }

    .group label {
        color: #7C7C7B;
        font-size: 16px;
        font-weight: bold;
        position: absolute;
        pointer-events: none;
        left: 15px;
        top: 15px;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
        font-family: 'Unimed Slab';
    }

    .group input:focus ~ label, input:valid ~ label {
        top: 5px;
        left: 5px;
        font-size: 12px;
        color: #7C7C7B;
    }

    .group input:focus, input:valid {
        border: 1px solid #7C7C7B;
    }

.wrapperLogin #accessButton, .accessButton {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.wrapperLogin #forgotPassword {
    color: #7C7C7B;
    text-decoration: none;
    font-style: italic;
    font-size: 0.8rem;
    cursor: pointer;
    background-color: transparent;
    border: none;
    font-family: 'Unimed Slab';
}

.wrapperLogin {
    max-width: 360px;
    margin: 0 auto;
    width: 100%;
    padding: 0 1rem;
}

.radioGroup {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 1rem;
}

.checkClient {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 50px;
    top: 0;
    left: 0;
    pointer-events: all;
}

    .checkClient input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

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

    .checkClient input:checked ~ .checkmark.cdi {
        background-color: #00995d;
        color: white;
    }

    .checkClient input:checked ~ .checkmark.lac {
        background-color: #70428b;
        color: white;
    }

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

    .checkClient .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #eee;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        transition: 0.3s ease;
    }

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

@media (max-width: 1000px) {
    .slick_videos iframe {
        height: 475px !important;
    }
}

@media (min-width: 426px) {
    #paginacao_servicos {
        display: none;
    }
}

@media (max-width: 768px) {
    #paginacao_videos {
        width: 105px;
    }

    .item_pag {
        width: 21px;
        height: 3px;
    }

    .flipcard {
        margin-bottom: 15px;
    }

    .galeria_pt3 {
        width: 100%;
        height: 40%;
    }

    .galeria_pt1 {
        width: 50%;
        height: 100%;
    }

    .galeria_pt2 {
        width: 50%;
    }

    .lightgallery {
        height: 400px;
    }

    .slick_videos iframe {
        height: 320px !important;
    }

    .arrow-left,
    .arrow-right {
        font-size: 35px;
    }

    .arrow-right {
        right: 10px;
    }

    .arrow-left {
        left: 10px;
    }

    .slick_videos {
        padding: 15px 40px;
    }

    .layer-2 img {
        height: 220px;
        width: initial;
    }

    .layer-0 img {
        height: 300px;
        width: initial;
    }

    #wrapper_banner {
        height: 300px;
        padding-top: 40px;
        margin-top: 0;
        overflow: hidden;
        box-sizing: content-box;
    }

    #conteudo_banner {
        position: absolute;
        top: 40px;
        margin-left: 15px;
    }

    .layer-0 {
        top: -15px;
    }

    #conteudo_banner h1,
    #conteudo_banner h2 {
        font-size: 24px;
        width: 300px;
    }

    .banner-buttons {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    #conteudo_banner button {
        font-size: 14px;
        margin-top: 15px;
        padding: 10px;
    }

    .layer-1 img {
        width: 150px;
    }

    #section_videos h3,
    #section_servicos h3,
    #section_galeria h3 {
        font-size: 18px;
        padding: 9px 0;
        margin: 0;
    }

    .first_title {
        font-size: 14px;
    }

    #paginacao_videos,
    #paginacao_servicos,
    #paginacao_galeria {
        padding: 10px 0 10px;
    }
}

@media (max-width: 580px) {
    .face-back .imagens-servico {
    }

        .face-back .imagens-servico .imagem-servico {
        }
}

@media (max-width: 480px) {
    .slick_videos iframe {
        height: 200px !important;
    }

    .layer-0 img {
        height: 145px;
    }

    .layer-2 img {
        height: 180px;
    }

    #conteudo_banner button {
        width: 168px;
    }

    #conteudo_banner h1,
    #conteudo_banner h2 {
        font-size: 20px;
        width: 200px;
    }

    .layer-2 {
        right: -42px;
    }
}
