body {
    max-width: 100%;
    --webkit-font-smoothing: antialiased;
}

/* #main-wrapper {
    max-width: 100%;
    height: auto;
    box-shadow: 3px 3px 15px #000000;
} */

#bgSection {
    background-color: #082907;
}

.navbar-light .navbar-toggler {
    padding: 1%;
}

.nav-link {
    font-weight: 600 !important;
    position: relative;
    /* Para posicionar a borda abaixo do item */
    text-decoration: none;
    /* Remove o sublinhado padrão */
    color: #000;
}

/* Estilo da borda quando ativo e hover */
.nav-link.active::after,
.nav-link:hover::after {
    content: "";
    position: absolute;
    bottom: -2px;
    /* Distância entre o link e a borda */
    left: 0;
    width: 100%;
    height: 2px;
    background-color: green;
}

/* Ajusta a transição para um efeito suave */
.nav-link::after {
    content: "";
    position: absolute;
    bottom: -2px;
    /* Distância entre o link e a borda */
    left: 0;
    width: 0;
    height: 2px;
    background-color: green;
    transition: width 0.3s ease;
    /* Transição suave */
}


#servSection {
    background: url(../assets/bg-pages.jpeg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#descriptionSection {
    background-color: #eee;
    text-align: center;
}

/* Link Social Styles */

.social {
    font-style: normal;
    text-transform: capitalize;
    color: #082907;
}

.social:hover {
    text-decoration: none;
    font-style: normal;
    text-transform: capitalize;
    color: #cc6600;
    transition: all 0.5s;
}

a#social {
    font-size: 25px;
}

/* Link Social Styles */

.form-group .text-uppercase {
    font-family: sans-serif;
}

.form .text-uppercase {
    font-family: sans-serif;
}

.card {
    position: relative;
    overflow: hidden;
}

.card img {
    transition: all 0.5s ease;
}

.card:hover img {
    transform: scale(1.1);
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.5s ease;
    background-color: #cc6600;
}

.card:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.fa-leaf {
    color: #082907;
    transition: all 0.5s;
    cursor: pointer;
}

.fa-leaf:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    color: #cc6600;
}

.fa-file-signature {
    color: #082907;
    transition: all 0.5s;
    cursor: pointer;
}

.fa-file-signature:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    color: #cc6600;
}

.fa-flask {
    color: #082907;
    transition: all 0.5s;
    cursor: pointer;
}

.fa-flask:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    color: #cc6600;
}

.fa-recycle {
    color: #082907;
    transition: all 0.5s;
    cursor: pointer;
}

.fa-recycle:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    color: #cc6600;
}

.fa-globe-americas {
    color: #082907;
    transition: all 0.5s;
    cursor: pointer;
}

.fa-globe-americas:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    color: #cc6600;
}

.parallax {
    /* The image used */
    background-image: url("https://i.ibb.co/0fR2H4Y/bg-parallax.jpg");
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Página de Serviços */

#titleServ {
    font-family: "Radio Canada Big", sans-serif;
    font-weight: 700;
    margin-bottom: 2%;
    margin-left: 30%;
    margin-right: 30%;
    padding-top: 3%;
    padding-bottom: 3px;
    text-align: center;
    text-transform: uppercase;
    /* font-size: 35px; */
    color: #082907;
    /* border-radius: 100px 100px 100px 0px;
    border: 3px solid #28a745;*/
}

#titleList {
    color: #082907;
}

.roundedServ {
    padding: 10px;
    border-radius: 100px 100px 100px 0px;
    border: 3px solid #cc6600;
}

#textDescription {
    /* font-family: "Radio Canada Big", sans-serif; */
    font-weight: 300;
    font-size: 20px;
}

/* Página de Serviços */

div.col-6 ul {
    list-style-type: none;
}

ul {
    list-style-type: none;
}

li#servList::before {
    content: "-";
    color: #082907;
    display: inline-block;
    font-size: 17px;
    width: 1em;
    margin-left: -1em;
}

#iconsServ {
    color: #082907;
}

.textHome {
    font-weight: bold;
    color: #082907;
}

#formTitle {
    font-family: sans-serif;
    font-weight: bolder;
    color: #082907;
}

.form-control {
    box-sizing: border-box;
    border: 2px solid #082907;
    transition: 0.5s;
}

.form-control:focus {
    box-sizing: border-box;
    border: 2px solid #082907;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.carousel-item .centered p {
    font-family: "Radio Canada Big", sans-serif;
    font-size: 3vw;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.carousel-item .centered #parBlack {
    font-family: "Radio Canada Big", sans-serif;
    font-size: 3em;
    text-transform: uppercase;
    color: #fff;
}

@media (min-width: 1024px) {
    .carousel-item .centered p {
        font-size: 2vw;
    }

    .carousel-item .centered #parBlack {
        font-size: 2em;
    }
}

.img-wrapper {
    position: relative;
}

.img-wrapper img {
    width: 100%;
}

.img-wrapper .overlayImg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: left;
    justify-content: center;
    flex-direction: column;
}

.img-wrapper h2 {
    padding-left: 7%;
    justify-content: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 4px #fff, 1px 1px 2px #000;
    font-size: 2em;
    color: #fff;
}

.img-wrapper p {
    padding-left: 7%;
    justify-content: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 4px #fff, 1px 1px 2px #000;
    color: #fff;
}

#navFooter .nav-item a {
    text-transform: uppercase;
    font-size: 0.75em;
    color: #fff;
}

#textGreen {
    font-family: "Radio Canada Big", sans-serif;
    font-weight: 700;
    color: #082907;
}

.btn-success {
    background-color: #082907;
}

.bg-dark {
    background-color: #59636d !important;
}

.img-rounded {
    transition: transform 0.2s;
}

.img-rounded:hover {
    -ms-transform: scale(1.035);
    /* IE 9 */
    -webkit-transform: scale(1.035);
    /* Safari 3-8 */
    transform: scale(1.035);
}

.fade-in {
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.fade-in.visible {
    opacity: 1;
}