.banner {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 420px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
}
.banner_txt {
    width: 380px;
    margin-right: 500px;
}
.banner_txt p{
    font-weight: bold;
    font-size: 20px;
}
 /* body .splide__pagination__page {
    background: #e3e6f3;
    border: 1px solid #23539a;
    margin: 12px 15px;
    width: 1.5rem;
    height: 0.5rem;
    transition: 0.5s;
    border-radius: 5000px;
    transform: rotate(1350deg);
    transition: 0.5s;
}
body .splide__pagination__page.is-active {
    transform: none;
    background: #e34755;
    border: 1px solid #e34755;
    opacity: 1;
    width: 10px;
    height: 40px;
}
body .splide__pagination {
    margin: 0px 1125px 0 0;
} */
body .splide__arrow.splide__arrow--prev {
    display: none;
}
body .splide__arrow.splide__arrow--next {
    display: none;
}

.txt{
    color: slategrey;
    font-size: 16px;
}

.efeito7 {
    animation-name: efeito_7;
    animation-duration: 4s;
}
@keyframes efeito_7 {
    from {
        margin: 0 0 0 150px;
    }
    to {
        margin: -600px 0 0 0;
    }
}

/*card_guiados */
.guiados_card{
    display: flex;
    justify-content: center;
}
.card_guiados{
    text-align: center;
    width: 440px;
    height: auto;
    margin: -80px 0 0 0;
    -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);
    border-radius: 1.5rem 0.3rem;
    position: relative;
    background-color: #FCC938;
    z-index: 1;
}
.guiados_somos p{
    border-radius: 1.5rem  0.3rem 0 0;
    background-color: #fff;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #3C3C3C;
}
.items_card_guiados{
    display: flex;
    justify-content: space-around;
}
.items_card_guiados p{
    color: #3C3C3C;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
}

/* .flip-card {
    height: 200px;
    perspective: 250px;
}
.flip-card:hover .card_pais {
    transform: rotateY(180deg);
}
.card_pais {
    border: none;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 1s;
    margin: 15px 0;
}
.card-front,
.card-back {
  display: flex;
  backface-visibility: hidden;
  flex-direction: column;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.card-back {
  display: flex;
  align-items: center;
  border-radius: 1rem;
  justify-content: center;
  padding: 0 25px;
  transform: rotateY(180deg);
}
.card-back p{
    background-color: rgba(255, 255, 255);
    border-radius: 1rem;
    padding: 0px 10px;
    margin: 10px;
} */
.nossa_area{
    margin-top: 50px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.nossa_txt{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #2D2D2D;
}
.oferecemos_txt{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    color: #2D2D2D;
}
.cards_atuacao{
    display: flex;
    justify-content: space-between;
}
.card_atuacao{
    height: 210px;
    width: 270px;
    -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: -5px -2px 10px  rgba(50, 50, 50, 0.77);
    border-radius: 2rem 0.3rem;
    margin: 15px 0;
    /* display: flex;
    flex-direction: column;
    justify-content: space-between; */
}
.titulo_card_atuacao{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #2D2D2D;
    text-align: center;
    margin: 35px 0;
}
.center{
    text-align: center;
}
.btn_veja{
    background: #000066;
    border: 2px solid #000066;
    border-radius: 30px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
    padding: 8px 40px;
    margin: 45px;
}

/* Um pouco Sobre nós */
.efeito_sobre{
    position: absolute;
    margin: -35px 0 0 120px;
}
.efeito_sobre img{
    width: 115px;
}
.efeito1{
    position: absolute;
    z-index: 1;
    margin-top: 75px;
    width: 60vw;
    height: 300px;
    /* background-color: #000066; */
    background: #3C3C3C;
}
.pouco_sobre_nos{
    display: flex;
    margin: 25px 0;
}
.pouco_sobre_nos_txt{
    position: relative;
    z-index: 2;
    background: #3C3C3C;
    padding-left: 50px;
    padding-top: 15px;
    height: 300px;
    margin: 50px 0 0 0;
}
.pouco_img {
    margin: -30px 60px 0 0px;
    position: relative;
    z-index: 3;
}
.pouco_titulo{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    color: #FFFFFF;
}
.pouco_txt{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}
.pouco_btn{
    background: #FCC938;
    border: 2px solid #FCC938;
    border-radius: 30px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #3C3C3C;
    padding: 8px 40px;
    margin: 25px;
}
.transparencia_conteudo{
    display: flex;
    justify-content: space-around;
    margin-bottom: 80px;
}
.img_efeito {
    position: absolute;
}
.img_efeito img{
    margin: 70px 0 0 80px;
}
.transparencia_img{
    margin-left: 100px;
    position: relative;
}
.transparencia_txt{
    width: 500px;
}
.transparencia_titulo{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    color: #000000;
}
.transparencia_texto{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}
.transparencia_btn{
    background: #000066;
    padding: 12px 50px;
    border: 2px solid #000066;
    border-radius: 30px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
}
.efeito_transparencia img{
    position: absolute;
    margin: -35px 0 0 470px;
    width: 200px;
    height: 10px;
    z-index: -1;
}


@media screen and (orientation: portrait), (max-width: 1000px) {
    .banner {
        background-repeat: no-repeat;
        /* background-size: contain; */
        background-position: center;
    }
    .banner_txt p{
        font-size: 16px;
        padding: 0 50px;
    }
    .banner_txt {
        margin: 0;
    }
    .items_card_guiados p{
        font-size: 15px;
    }
    .pouco_sobre_nos{
        flex-direction: column;
    }
    .pouco_sobre_nos_txt{
        text-align: center;
        height: auto;
        padding-left: 0;
    }
    .pouco_img{
        text-align: center;
        margin: 25px 0;
    }
    .pouco_img img{
        width: 90vw;
    }
    .efeito1{
        width: 100vw;
        height: 85vh;
    }
    .transparencia_conteudo{
        flex-direction: column-reverse;
        align-items: center;
    }
    .transparencia_img{
        margin: 15px 0;
    }
    .transparencia_txt{
        width: 90vw;
        text-align: center;
        margin: 0;
        padding: 0 20px;
    }
    .transparencia_texto{
        /* width: 90vw; */
        text-align: center;
    }
    .transparencia_txt a{
        /* width: 90vw; */
        margin: 0;
        padding: 0;
    }
    .btn_veja{
        margin: 0;
        padding: 10px;
    }
    .navbar_personalizado_all{
        background-color: #000066e2;
        position: absolute;
        width: 100%;
    }
}

@media screen and (orientation: portrait), (max-width: 780px) {
    .cards_atuacao{
        flex-direction: column;
        align-items: center;
    }
    .fantasma_card{
        display: none;
    }
}
