@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,788;1,788&display=swap');


hr {

    border: 0;

    height: 2px;

    background-image: linear-gradient(to right, transparent, #28a745, transparent);

}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5);
    font-family: "Noto Sans", sans-serif;
}


h2 {

    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 788;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
    font-size: large;
    text-transform: uppercase;
    text-decoration: none;
    color: #28a745 !important;
}

.btn-link {
    color: #0a4117;
    text-decoration: none;
    /* Remover underline padrão */
    transition: color 0.3s ease;
    /* Transição de cor com duração de 0.3 segundos */
}

.btn-link:hover {
    color: #28a745;
    text-decoration: none;
    /* Mudar a cor ao passar o mouse */
}



i.fas.fa-leaf.fa-5x {

    transition: 0.5s;

}



i.fas.fa-leaf.fa-5x:hover {

    color: #28a745;

}



i.fas.fa-industry.fa-5x {

    transition: 0.5s;

}



i.fas.fa-industry.fa-5x:hover {

    color: #28a745;

}



i.fas.fa-seedling.fa-5x {

    transition: 0.5s;

}



i.fas.fa-seedling.fa-5x:hover {

    color: #28a745;

}



i.fas.fa-pen-alt.fa-5x {

    transition: 0.5s;

}



i.fas.fa-pen-alt.fa-5x:hover {

    color: #28a745;

}

/* PARTTE 2 LINHA 2 */
i.fas.fa-vector-square.fa-5x {

    transition: 0.5s;

}



i.fas.fa-vector-square.fa-5x:hover {

    color: #28a745;

}



.parallax {

    /* The image used */

    background-image: url('../assets/parallax.jpg');

    /* Create the parallax scrolling effect */

    background-attachment: fixed;

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

}



.parallax1 {

    /* The image used */

    background-image: url('https://www.oseudinheirovalemais.com.br/wp-content/uploads/2019/06/o-cooperativismo-e-o-meio-ambiente.jpg');

    /* Full height */

    height: 700px;

    /* Create the parallax scrolling effect */

    background-attachment: fixed;

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

}



.form-content {

    position: relative;

    display: flex;

    flex-direction: column;

    width: 100%;

    pointer-events: auto;

    background-color: #fff;

    background-clip: padding-box;

    border: 1px solid rgba(0, 0, 0, .2);

    border-radius: .3rem;

    outline: 0;

}

#containerServ {

    position: relative;

    text-align: center;

    color: #fff;

}

.service {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding: 10px;
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.service:hover {
    background-color: #f8f9fa;
    color: #28a745;
    border-color: #28a745;
}



.centered {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    font-family: sans-serif;

    font-weight: bolder;

    font-size: xx-large;

}