* {
    padding: 0;
    margin: 0;
    width: auto;
    text-decoration: none;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    list-style-type: none;


}


.divisoria {

    border-bottom: solid green;

}


body {
    background-color: white;
    justify-items: center;
    justify-content: center;
    overflow-x: hidden;
}


.barra-menu {
    text-decoration: none;
    background-color: rgb(194, 232, 206);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    min-height: 105px;
    width: 100%;

}

.barra-menu img {
    width: 120px;
    margin: 15px;
}

.group-menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
}


.navegacao-interna {
    display: flex;
    flex-wrap: nowrap;

}

.navegacao-interna a {
    font-size: larger;
    padding-left: 6px;
    color: rgb(4, 76, 4);
    margin-left: 20px;

}

.navegacao-interna a:hover {
    color: black;
    font-size: 125%;
    transition: 0.4s;

}

.barra-menu-navigator {
    text-decoration: none;
}

.breadcrumb-item {
    font-size: small;

}

.corpo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: left;
    margin-left: 90px;
    width: 1050px;
}

.receber-cliente {

    max-width: 80%;

}


.receber-cliente h1 {
    display: block;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    width: 905px;
}

.receber-cliente h2 {
    margin: 30px 0px;
    color: rgb(94, 32, 06);

}

#text-receber {
    text-align: justify;
    padding: 40px 30px;
}

.impact-img img {
    max-width: 522px;
    border-radius: 10px;
    margin-left: 5px;

}

#btn-right {
    position: fixed;
    right: 390px;
    top: 170px;
}


.colum {
    padding: 15px;
}

.vantagens {

    border-top: solid green;


}

.vantagens-title {
    padding-top: 16px;
    text-align: left;
    margin-left: 120px;

}

.vantagens-topicos {
    text-align: left;
}


.local2 {
    max-width: 500px;

}

.localiza {
    padding: 16px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: green dashed 4px;



}

.localiza img {
    height: 90px;
    margin-bottom: 2px;

}

.localiza #local {
    margin-bottom: 40px;
    font-size: larger;

}

.localiza p {
    font-size: larger;
    text-align: left;

}

.local-mapa {
    padding-left: 130px;

}

.prod .img img {
    width: 440px;

}

#carouselExampleDark1 {
    width: 530px;
    align-items: center;
    justify-content: center;

}

#carouselExampleDark2 {
    width: 530px;
    align-items: center;
    justify-content: center;

}

.contato {
    border-top: solid green;
    min-height: 310px;
    background-color: rgb(172, 240, 184);


}

#contato {
    margin-top: 13px;

}

.infofooter {
    display: flex;
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
    justify-items: center;



}

.author_foo {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

}

.foto_author {

    border-radius: 50%;
    max-width: 179px;

}

.foto_author:hover {
    max-width: 183px;
    transition-duration: 0.5s;

}

.share {
    display: grid;
    row-gap: 12px;
}

.share p {
    font-size: 100%;

}

.social img {
    height: 40px;

}

.social a+a {
    margin-left: 16px;

}

.user {
    margin-left: 20px;
    margin-right: 25px;
}

@media(max-width:1195px) {


    .corpo {
        margin-left: 80px;
    }


    .receber-cliente h1 {
        font-size: 210%;
        width: 95%;
    }

    .receber-cliente h2 {
        font-size: 205%;
    }

    
#btn-right {
    right: 220px;
    /* top: 170px; */
}



}


@media(max-width:1090px) {
    .corpo {
        margin-left: 70px;
        width: 100%;
    }
}

#btn-right {
    right: 190px;
    /* top: 170px; */
}



@media(max-width:998px) {
    .corpo {
        margin-left: 60px;
    }


    .vantagens-topicos ul {
        padding-left: 20%;
    }

    .local-mapa {
        padding-left: 100px;

    }


    .prod .img img {
        width: 400px;

    }
    
#btn-right {
    right: 130px;
    /* top: 170px; */
}

}

@media(max-width:838px) {
    .corpo {
        /* Aqui */
        width: 97%;

    }

       
#btn-right {
    right: 100px;
    /* top: 170px; */
}

}


@media (max-width:810px) {



    .barra-menu {

        flex-direction: column;
        align-items: center;
        justify-content: center;

    }

    .barra-menu img {
        width: 110px;
        margin: 10px;
    }



    .navegacao-interna a {
        font-size: medium;
        padding-left: 4px;
        color: rgb(4, 76, 4);
        margin-left: 10px;
    
    }


    .group-menu {
        display: flex;
        align-items: left;
    }


    .corpo {

        margin-left: 35px;
        margin-right: 0px;


    }

    .receber-cliente {

        max-width: 83%;

    }



    #text-receber {
        padding-left: 14px;
        padding-right: 0px;
        margin-right: 0px;
        margin-left: 23px;

    }


    .localiza img {
        height: 90px;

    }


    .local-mapa {
        padding-left: 80px;

    }






}

@media (max-width:693px) {

    .corpo {

        margin-left: 15px;

    }

    .receber-cliente {

        max-width: 89%;

    }

    .receber-cliente h1 {
        font-size: 190%;
    }

    .receber-cliente h2 {
        font-size: 175%;
    }


    #text-receber {
        padding-left: 12px;
    }


    .vantagens-topicos ul {
        padding-left: 10%;
    }

    .prod .img img {
        width: 380px;

    }

       
#btn-right {
    right: 90px;
    top: 150px;
}

}

@media (max-width:612px) {

    .corpo {

        margin-left: 0px;

    }


    .receber-cliente h1 {
        font-size: 160%;
    }

    .receber-cliente h2 {
        font-size: 155%;
    }

    #text-receber {
        padding-left: 0px;
    }



    .impact-img img {
        width: 430px;
        margin-left: 0px;

    }

    #vantagens-local {
        padding: 0px;
        margin: 0px;
        align-items: center;
    }

    .vantagens-title {
        padding-top: 20px;
        padding-bottom: 23px;
        text-align: center;
        margin-left: 20px;

    }


    .vantagens-topicos ul {
        padding-left: 1%;
    }


    .local-mapa {
        padding-left: 20px;

    }


    .prod .img img {
        width: 360px;

    }

    #carouselExampleDark1 {
        width: 430px;


    }

    #carouselExampleDark2 {
        width: 430px;

    }





}


@media (max-width:540px) {




    .impact-img img {
        max-width: 350px;


    }



    .vantagens-topicos ul {
        padding-left: 0%;
    }

    .local-mapa {
        padding-left: 10px;

    }

    .prod .img img {
        width: 350px;

    }

    #carouselExampleDark1 {
        width: 350px;


    }

    #carouselExampleDark2 {
        width: 350px;

    }

}

@media (max-width:520px) {



    .impact-img img {
        max-width: 350px;


    }

    .vantagens-topicos {
        font-size: 90%;
    }


    .prod .img img {
        width: 340px;

    }

    #carouselExampleDark1 {
        width: 340px;


    }

    #carouselExampleDark2 {
        width: 340px;

    }

    
       
#btn-right {
    right: 77px;
    top: 145px;
}



}