.splide_banner {
    height: fit-content;
    margin-top: 40px;
}
.banner {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
}

.banner_sessao {
    width: 100vw;
    height: 530px;
    border-radius: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
}
.banner_txt {
    width: 500px;
    padding: 80px 0rem 60px 100px;
}
.banner_txt h1 {
    color: #009bad;
    font-family: "Calibri_Bold";
}

.banner_txt p {
    color: #4d4c4c;
}

.banner_img > img {
    width: 500px;
    margin: -15px 0 0 130px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
body .splide__pagination__page {
    background: #5682f5;
    opacity: 1;
    width: 1rem;
    height: 1rem;
    transition: 0.5s;
    border-radius: 5000px;
    margin: 0 15px;
    /* margin: 10px 0; */
}
body .splide__pagination__page.is-active {
    background: #00a5c7;
    margin: 15px;
    width: 1rem;
    height: 1rem;
    transform: none;
}

body .splide__pagination {
    margin: 0 0 -3px 520px;
}

body .splide__arrow.splide__arrow--prev {
    display: none;
}

body .splide__arrow.splide__arrow--next {
    /* display: none; */
    opacity: 1;
    border-radius: 2rem 1rem;
    margin: 25px 55px 0 0;
    width: 85px;
    height: 85px;
    background-image: url("../../img/site/icones/avancar.png");
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: cover; */
}
.linha {
    position: absolute;
    margin: 523px 0 0 785px;
}
.linha > img {
    width: 145px;
}

.btn_especial {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.btn_especial a {
    color: #fff;
}
.btn_especial a:hover {
    text-decoration: none;
}

.card-title {
    color: #4d4c4c;
    font-family: "Calibri_Bold";
}
.card-text {
    color: #4d4c4c;
    font-family: "Calibri";
}

.noticias_eventos {
    margin: 25px 0;
}

.noticias_titulo {
    margin: 2rem 0 3rem 0;
}

.noticias_img {
    width: 286px;
    height: 240px;
    border-radius: 0 0 3rem 0;
}

.noticias_img:hover {
    width: 300px;
    height: 254px;
    transition: 5s;
}

.noticias {
    display: flex;
    justify-content: space-around;
}
.txt_noticia {
    display: flex;
    flex-direction: column;
    align-items: start;
}
.txt_noticia p {
    padding: 0;
    margin: 0;
}
.tag_acoes {
    background-color: #30d9b8;
    color: #fff;
    position: absolute;
    margin: 195px 0 0 10px;
    padding: 0 3rem;
    border-radius: 2rem;
}

.tag_projetos {
    background-color: #4e96e7;
    color: #fff;
    position: absolute;
    margin: 195px 0 0 10px;
    padding: 0 3rem;
    border-radius: 2rem;
}

.veja_todos {
    margin: -66px 0 0 0;
}

.veja_todos a {
    border-radius: 5%;
    color: #000;
    font-family: "Calibri";
    text-decoration: none;
}

.mapa_contato {
    display: flex;
}

.fundo_contato {
    position: absolute;
    margin: 0 -500px;
}

.formulario {
    position: absolute;
    margin: 3rem -20rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form_especifico {
    border: 2px solid #000;
    border-radius: 2rem;
    padding: 3px 1rem;
    margin: 10px 0;
}

.formulario_form {
    display: flex;
    flex-direction: column;
    width: 280px;
}

.texto_mobile {
    margin: 0 2rem;
}
.logohoom {
    position: absolute;
    margin: 5rem 10rem;
}
.titulo {
    color: #41aed4;
    font-family: "Calibri_Bold";
}
.servicos {
    margin: 60px 0 90px 0;
}
.servicos_cards {
    margin: 50px 0 80px 0;
    display: flex;
    justify-content: space-around;
}
.servicos_cards .servicos_img {
    position: absolute;
    margin: -90px 0 0 170px;
}
.servicos_cards .veja_mais {
    position: absolute;
    margin: 0px 0 -60px 140px;
    padding: 0 15px 0 15px;
    border-radius: 1rem 0;
    background-color: #00a5c7;
    -webkit-box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.77);
    -moz-box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.77);
    box-shadow: 2px 5px 15px rgba(50, 50, 50, 0.77);
}
.servicos_cards .veja_mais a {
    color: #fff;
    font-family: "Calibri";
}
.servicos_cards .veja_mais a:hover {
    text-decoration: none;
}
.servicos_cards .txt_noticia {
    padding: 10px 25px 0 0;
}
.servicos_cards .card-title {
    padding: 15px 0 0 0;
    color: #41aed4;
    font-family: "Calibri_Bold";
}

.servicos_cards .card {
    -webkit-box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.77);
    -moz-box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.77);
    box-shadow: 2px 5px 15px rgba(50, 50, 50, 0.77);
}
.banner_img_mobile {
    display: none;
}

@media screen and (orientation: portrait), (max-width: 1000px) {
    .desktop {
        display: none;
    }
    .banner_img_mobile {
        display: block;
    }
    .banner_img_mobile > img {
        width: 115vw;
        height: 90 vh;
    }

    .banner_sessao {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .banner_img > img {
        height: 90vw;
        margin: 0;
    }

    .layer {
        width: 100%;
        margin: 0;
        height: 100%;
        margin-top: -15px;
        position: absolute;
        z-index: 1;
        /* background-color: rgba(50, 50, 50, 0.77); */
    }
    .banner_txt h1 {
        font-size: 32px;
        color: #14c0ff;
    }
    .banner_txt {
        padding: 20px;
        margin-top: 50px;
        z-index: 1;
        width: 100%;
        position: absolute;
        display: none;
    }
    .banner_txt p {
        color: white;
    }
    body .splide__arrow.splide__arrow--next {
        margin: 185px 0 0 0;
        height: 60px;
        width: 60px;
        border-radius: 1em 0.5em;
    }
    body .splide__pagination {
        margin: 0;
    }
    .servicos_cards {
        flex-direction: column;
        width: 100%;
        margin: 0%;
        padding: 10px;
        justify-content: center;
        align-items: center;
    }
    .noticias {
        flex-direction: column;
        align-items: center;
    }
    .noticias .card {
        margin-top: 40px;
    }
    .servicos_cards .card {
        margin-bottom: 120px;
    }
}
