@import url('https://fonts.googleapis.com/css2?family=Gluten:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gluten:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #f7e2d2;
    overflow-x: hidden;
    font-family: 'Comic Neue', 'Comic Sans MS', cursive;
    font-size: 22px;
}

img {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.titulo {
    font-family: "Gluten", cursive;
    font-size: 50px;
    text-shadow: #0000002e 0.1em 0.1em 0.2em;
}

/* NavBar */

.abelha {
    position: absolute;
    display: flex;
    top: 0%;
    width: 85px;
}

.arco_iris {
    top: -60px;
    z-index: -1;
    left: 33%;
    height: auto;
    width: 35%;
    display: flex;
    position: absolute;
}

.menu {
    background-color: #ffffffa1 !important;
    border: 4px !important;
    border-color: #FFB444;
}

.menu ul {
    font-family: "Gluten", cursive;
    font-size: 23px;
}

.active {
    color: #FFB444 !important;
}

.navbar-nav a:hover {
    color: #FFB444 !important;
}

/* Titulo e todo container do home  */

.Titulo {
    font-family: "Gluten", cursive;
    font-size: 60px;
    text-shadow: #0000002e 0.1em 0.1em 0.2em;
}

.subtitulo {
    font-family: "Gluten", cursive;
    font-size: 38px;
    color: #8BCA78;
    text-shadow: #0000002e 0.1em 0.1em 0.2em;
}

.folharosa1 {
    display: flex;
    position: absolute;
    top: 11%;
    left: 24%;
    transform: rotate(24deg);
    width: 6rem;
}

.efeito-flutuante-infinito {
    animation: float 10s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translatey(0)
    }

    50% {
        transform: translatey(-15px)
    }
}

/* Sobre */
.parallax {
    will-change: transform;
    transition: transform 0.1s linear;
}

.logocei {
    top: 25rem;
    display: flex;
    position: absolute;
    width: 48%;
    max-width: 48%;
}

.sobre h3 {
    font-size: 40px;
    font-family: "Gluten", cursive;
    text-shadow: #0000002e 0.1em 0.1em 0.2em;
}

.sobre p {
    font-family: 'Comic Neue', 'Comic Sans MS', cursive;
    font-size: 22px;
}

.flor {
    left: 45%;
    position: relative;
    display: flex;
    width: 90px;
}

.seta {
    bottom: -40rem;
    left: 83%;
    position: absolute;
    display: flex;
    width: 216px;
}

.flor2 {
    width: 90px;
}

/* carousel */

.espacamento {
    padding: 15px;
}

.title {
    color: #1a1a1a5e;
    text-align: center;
    margin-bottom: 10px
}

.content {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: auto;
    overflow: hidden
}

.content .content-overlay {
    position: absolute;
    transition: all 0.4s ease-in-out 0s
}

.content:hover .content-overlay {
    opacity: 1
}

.content-image {
    width: 100%
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out 0s
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1
}

.content-details h3 {
    color: #ffff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase
}

.content-details p {
    color: #ffff;
    font-size: 0.9em
}

.fadeIn-bottom {
    top: 80%
}

/* botão */

.botao {
    font-family: "Gluten", cursive;
    background-color: #8BCA78 !important;
    border: none !important;
}

.botao:hover {
    background-color: #a9dd99 !important;
}

/* formulario */

.fundoformualario {
    display: flex;
    position: absolute;
    z-index: -1;
}

.formulario {
    background-color: #ffc2007d;
    border-radius: 4%;
}

.input-saq:hover {
    opacity: 100% !important;
}

.folha2 {
    transform: rotate(334deg);
    width: 4rem;
}

/* footer */

.logo-footer {
    width: 280px;
    margin-left: 2%;
}

.menu_footer {
    list-style: none;
    padding: 0px;
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
}

.menu_footer a {
    text-decoration: none;
    color: #000;
}

.menu_footer li:hover {
    color: #FFB444;
}

.icone_footer {
    list-style: none;
    padding: 0px;
    margin-left: 30%;
    margin-right: 30%;
}

.flor3 {
    width: 100px;
    bottom: 0px;
}

/* reponsividade */

@media screen and (max-width: 600px) {
    .logo-footer {
        width: 100px;
    }

    .redes_sociais {
        display: none;
    }

    .icone_footer {
        display: none;
    }

    .responsividade-footer {
        margin-left: 105px;
        padding: 0;
    }

    .flor3 {
        display: none;
    }

    .abelha {
        display: none;
    }

    .arco_iris {
        left: 60px;
        top: 0px;
        width: 64%;
    }

    .Titulo {
        font-size: 28px;
        margin: 0px;
    }

    .subtitulo {
        font-size: 14px;
    }

    .folharosa1 {
        width: 4rem;
    }

    .logocei {
        top: 22rem;
        display: flex;
        position: absolute;
        width: 78%;
        max-width: 79%;
    }

    .sobre p {
        font-size: 15px;
    }

    .seta {
        display: none;
    }

    .flor {
        left: 40%;
    }

    .sobre p {
        text-align: center;
    }

}

@media (min-width: 1900px) {
    .logocei {
        top: 18rem;
        display: flex;
        position: absolute;
        width: 40%;
        max-width: 48%;
    }

    .responsive {
        margin-top: 344px !important;
    }

    .seta {
        bottom: -49rem;
        left: 64%;
    }

    .fundoformualario {
        right: 676px;
        width: 1200px !important;
    }
}


/* CEI PRIMEIROS PASSOS */

/* atividades */

.seta2 {
    z-index: 2;
    position: absolute;
    width: 16% !important;
}

/* Feedback */

.titulo_feedback {
    font-family: "Gluten", cursive !important;
    color: #8BCA78;
    font-size: 28px !important;
}

.aspas {
    font-family: "Gluten", cursive !important;
    font-weight: bolder;
    color: #FFB444;
    font-size: 28px;
}

/* carousel */

.owl-item img {
    width: 124% !important;
}

/* Detalhes de Contato */

.logo_pequeno {
    top: 1vw;
    left: 80vw;
    width: 15%;
    position: absolute;
    display: flex;
}

.florpp {
    top: 700px;
    right: -12%;
    width: 137px;
    position: absolute;
    display: flex;
}

.detalhes-contato {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
}


.separa-footer {
    width: 70%;
}

/* atividades galeria */

.section {
    display: none;
    padding: 2rem;
}

@media screen and (min-width: 768px) {
    .section {
        padding: 4rem;
    }
}

@supports (display: grid) {
    .section {
        display: block;
    }
}

h1 {
    font-size: 2rem;
    margin: 0 0 1.5em;
}

.grid {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: 150px;
    grid-auto-flow: row dense;
}

.itemgr {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
    background: #0c9a9a;
    color: #fff;
    grid-column-start: auto;
    grid-row-start: auto;
    color: #fff;
    background: white;
    background-size: cover;
    background-position: center;
    box-shadow: -2px 2px 10px 0px rgba(68, 68, 68, 0.4);
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
    counter-increment: item-counter;
}

.itemgr:nth-of-type(3n) {
    background-image: url("../img/teste.jpg");
}

.itemgr:nth-of-type(4n) {
    background-image: url("../img/galeriaimg2.jpg");
}

.itemgr:nth-of-type(5n) {
    background-image: url("../img/galeriaimg3.jpg");
}

.itemgr:nth-of-type(6n) {
    background-image: url("../img/galeriaimg4.jpg");
}

.itemgr:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.3;
    transition: opacity 0.3s ease-in-out;
}

.itemgr:hover {
    transform: scale(1.05);
}

.itemgr:hover:after {
    opacity: 0;
}

.item--medio {
    grid-row-end: span 2;
}

.item--grande {
    grid-row-end: span 3;
}

@media screen and (min-width: 768px) {
    .item--full {
        grid-column: 1/-1;
        grid-row-end: span 2;
    }
}

.item__detalhes {
    position: relative;
    z-index: 1;
    padding: 15px;
    color: #444;
    background: #fff;
    text-transform: lowercase;
    letter-spacing: 1px;
    color: #828282;
}

.item__detalhes:before {
    font-weight: bold;
    font-size: 1.1rem;
    padding-right: 0.5em;
    color: #444;
}


/* Galeria vitoria */

.itemvt {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
    background: #0c9a9a;
    color: #fff;
    grid-column-start: auto;
    grid-row-start: auto;
    color: #fff;
    background: white;
    background-size: cover;
    background-position: center;
    box-shadow: -2px 2px 10px 0px rgba(68, 68, 68, 0.4);
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
    counter-increment: item-counter;
}

.itemvt:nth-of-type(3n) {
    background-image: url("../img/teste.jpg");
}

.itemvt:nth-of-type(4n) {
    background-image: url("../img/galeriaimg2.jpg");
}

.itemvt:nth-of-type(5n) {
    background-image: url("../img/galeriaimg3.jpg");
}

.itemvt:nth-of-type(6n) {
    background-image: url("../img/galeriaimg4.jpg");
}

.itemvt:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.3;
    transition: opacity 0.3s ease-in-out;
}

.itemvt:hover {
    transform: scale(1.05);
}

.itemvt:hover:after {
    opacity: 0;
}

/* galeria pp */

.itempp {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
    background: #0c9a9a;
    color: #fff;
    grid-column-start: auto;
    grid-row-start: auto;
    color: #fff;
    background: white;
    background-size: cover;
    background-position: center;
    box-shadow: -2px 2px 10px 0px rgba(68, 68, 68, 0.4);
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
    counter-increment: item-counter;
}

.itempp:nth-of-type(3n) {
    background-image: url("../img/teste.jpg");
}

.itempp:nth-of-type(4n) {
    background-image: url("../img/galeriaimg2.jpg");
}

.itempp:nth-of-type(5n) {
    background-image: url("../img/galeriaimg3.jpg");
}

.itempp:nth-of-type(6n) {
    background-image: url("../img/galeriaimg4.jpg");
}

.itempp:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.3;
    transition: opacity 0.3s ease-in-out;
}

.itempp:hover {
    transform: scale(1.05);
}

.itempp:hover:after {
    opacity: 0;
}

.valores {
    list-style-type: none;
    padding-left: 0;
    font-family: 'Comic Neue', 'Comic Sans MS', cursive;
    font-size: 22px;
}

.valores li {
    background: #e9fbe5;
    border-left: 6px solid #55b94f;
    margin-bottom: 10px;
    padding: 10px 15px;
    border-radius: 8px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    transition: background 0.3s;
}

.valores li:hover {
    background: #d5f1cf;
}

p {
    position: relative;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        font-size: large;
        text-align: center;
        align-items: center;
    }
}

.galeria img {
    width: 100%;
    border-radius: 10px;
    transition: transform 0.3s;
    cursor: pointer;
}

.galeria img:hover {
    transform: scale(1.05);
}
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
  }

  .modal img {
    max-width: 90%;
    max-height: 80vh;
    border-radius: 10px;
  }

  .modal.show {
    display: flex;
  }

  .modal-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    z-index: 10000;
  }