/*-------------------------*\
    Conteiner navegação
\*-------------------------*/

a {
    position: relative;
    text-decoration: none;
    list-style: none;
    outline: none;
}

.navegação--menu {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin: 20px 0;
}

.container--nav {
    width: 30%;
    position: relative;
    display: flex;
    align-content: center;
}

.container--nav .logo--img {
    width: 3.3em;
    display: flex;
    object-fit: cover;
    background-size: cover;
    margin-right: .4rem;
    pointer-events: none;
    user-select: none;
}

.container--nav .logo--name {
    font-size: 1.6rem;
    font-family: var(--fontPrimary);
    font-weight: bolder;
    margin-top: 0.3rem;
    color: #000;
    text-shadow: #000 1px 1px 1px;
    text-transform: uppercase;

}

.styleSidebar .logo--name {
    color: #fff;
}

.navegação--menu .nav--menu .logMark {
    display: none;
    pointer-events: none;
    user-select: none;
}

@media screen and (max-width:992px) {

    .container--nav {
        width: 100%;
        position: relative;
        display: inline-flex;
        align-items: center;
        padding: 5px;
    }


    .navegação--menu::after {
        position: relative;
    }
}

/*--------------------------------------------------------------------------------------------*\


/*-------------------------*\
     Itens de Navegação
\*-------------------------*/
.nav--menu {
    position: relative;
    display: inline-flex;
    margin: 0 10px;
    align-items: center;
}

.container--login {
    display: flex;
    align-items: center;
    height: 100%;
}

.container-User {
    position: relative;
    width: 17.5em;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    user-select: none;
    transform: translateY(-5%);
    border-radius: 8px 8px 0 0;

}

.container-User .textName {
    font-size: 1.3rem;
    z-index: 0;
    letter-spacing: .2rem;
    margin-left: .4rem;
    font-weight: bold;
    line-height: 1.1rem;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}

.container-User .textEmail {
    width: 25.5em;
    display: inline-block;
    white-space: nowrap;
    font-size: .56rem;
    white-space: nowrap;
    font-weight: bold;
    line-height: .7rem;
    margin-left: .3rem;
    overflow: hidden;
    z-index: 0;
    letter-spacing: .2rem;
}

.sidebar .container-User .textName,
.sidebar .container-User .textEmail {
    color: #000;
}

.sidebar .container-User :hover .textName,
.sidebar .container-User :hover .textEmail {
    color: #afafaf;
}



.styleSidebar .container-User .textName,
.styleSidebar .container-User .textEmail {
    color: #fff;
}

.styleSidebar .container-User :hover .textName,
.styleSidebar .container-User :hover .textEmail {
    color: #afafaf;
}

.userGrup {
    width: 95%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
}



.contNameEmail {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}

.userImg {
    position: relative;
    display: flex;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
    pointer-events: none;
    user-select: none;
}

.userImg img {
    width: 2.3rem;
    height: 2.3rem;
    border-radius: 50%;
    margin: .1rem 0;
}

.userImg::after {
    position: absolute;
    top: .1rem;
    left: 0;
    content: '';
    width: 2.3rem;
    height: 2.3rem;
    display: block;
    border-radius: 50%;
}

.userGrup {
    width: 12%;
    transition: .7s ease-in;
}

.sidebar .exitUser .btnExit {
    color: #000;
}

.sidebar .exitUser:hover .btnExit {
    color: #000;
}

.styleSidebar .exitUser:hover .btnExit {
    color: #afafaf;
    opacity: 1;
}

.sidebar .userGrup:hover .btnExit {
    color: #afafaf;
    opacity: 1;
}

.sidebar .exitUser:hover .btnExit {
    color: #afafaf;
    opacity: 0;
    pointer-events: none;
}


.sidebar .container-User .exitUser:hover {
    color: #afafaf;
}

@media (min-width: 992px) {

    .sidebar .container-User:hover .userImg::after,
    .styleSidebar .container-User:hover .userImg::after {
        background-color: #31313186;
    }
}

.btnExit {
    position: absolute;
    top: 3.1rem;
    width: 30%;
    padding: 0 20px;
    border: none;
    font-weight: 900;
    font-size: 1.2rem;
    color: #fdfbfb;
    border-radius: 0 0 8px 8px;
    text-transform: uppercase;
    justify-content: center;
    background: none;
}

/* 
.styleSidebar .container-User .exitUser~.btnExit {
    color: #fff;
    opacity: 0;
    
} */

.sidebar .exitUser~.btnExit {
    color: #000;
    opacity: 0;
}

.styleSidebar .userGrup~.btnExit {
    opacity: 0;

}

.sidebar .userGrup~.btnExit {
    opacity: 0;
}

.sidebar .userGrup~.btnExit:hover {
    opacity: 0;
    pointer-events: none;

}

.sidebar .exitUser~.btnExit:hover {
    opacity: 1;
    pointer-events: all;
}

.styleSidebar .exitUser:hover~.btnExit {
    color: #fff;
    opacity: 1;

}

.styleSidebar .userGrup:hover~.btnExit {
    color: #000;
    opacity: 0;
    pointer-events: none;
}


.styleSidebar .exitUser~.btnExit {
    opacity: 0;
}

.styleSidebar .exitUser:hover~.btnExit {
    color: #afafaf;
    opacity: 1;
}

.styleSidebar .exitUser~.btnExit:hover {
    color: #fff;
    opacity: 1;
}


.sidebar .exitUser:hover~.btnExit {
    color: #afafaf;
    opacity: 1;
}



.menu--secao {
    position: relative;
    margin: 0 10px;
    border: 2px transparent;
    border-radius: 10px;
    font-weight: 800;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    vertical-align: bottom;
    transition: color .5s ease-in-out;
}


.menu--secao::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 3px;
    border-radius: 4px;
    background-color: rgb(252, 14, 2);
    transition: all .2s ease-in-out;

}

aside .styleSidebar .menu--secao {
    color: #000;
}

aside:not(.styleSidebar) .menu--secao {
    color: #000;
}

aside:not(.styleSidebar) .menu--secao:hover {
    color: rgb(116, 114, 114);
}


.sidebar .active .menu--secao {
    color: rgb(252, 14, 2);
}

.menu--secao:hover {
    color: rgb(116, 114, 114);
}

.active .menu--secao::after {
    width: 100%;
    transition: .2s ease-in-out;
}

.ação-menu .menu--secao {
    opacity: 1;
    transition: all 1s ease;
}

#btn-login {
    text-decoration: none;
    display: flex;
    height: 100%;
    align-items: center;
}

.login {
    width: 100px;
    margin: 10px;
    padding: 5px;
    display: none;
    font-family: var(--fontTerceiry);
    font-weight: bolder;
    font-size: 1rem;
    border: none;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    background-color: rgb(252, 14, 2);
    transition: all .5s ease-in-out;
}

.login:hover {
    background-color: rgb(199, 11, 1);
    color: rgb(216, 213, 213);
    transition: all .5s ease-in-out;
}

@media screen and (max-width:992px) {
    .nav--menu {
        position: absolute;
        top: 95px;
        left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;

        width: 100%;
        height: 100vh;
        margin: 0;
        color: #fff;
        z-index: 100;
        overflow-y: scroll;
        padding: 2em 1em;
        background-color: #141414;
        box-shadow: 0 12px 6px #141414;
        transition: all .3s ease;
    }

    .container--login {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 1rem 0;
        height: 8%;
    }

    #btn-login {
        display: flex;
        height: 45%;
        justify-content: center;
        transition: width 1.5s ease-in;
    }


    .container-User {
        position: relative;
        width: 100%;
        height: 5em;
        margin: 0.5rem 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        transition: none;
        border-radius: 8px 8px 0 0;
    }


    .userGrup {
        display: flex;
        align-items: center;
        width: 12%;
        padding-left: 0;
        padding: 0 auto;
        transition: none;
    }

    .contNameEmail {
        width: 100%;
        height: 100%;
        justify-content: center;
    }

    .container-User .textName {
        font-size: 1.8rem;
        margin: 0 0 0 1rem;
        font-weight: bold;
        line-height: 1.8rem;
        color: #fff;
        overflow: hidden;
        white-space: nowrap;
    }

    .container-User .textEmail {
        width: 100%;
        font-size: .8rem;
        color: #fff;
        margin-left: .5rem;
        overflow: hidden;
    }


    .styleSidebar .container-User :hover .textName,
    .styleSidebar .container-User :hover .textEmail,
    .sidebar .container-User :hover .textName,
    .sidebar .container-User :hover .textEmail {
        color: #fff;
    }

    .styleSidebar .container-User .textName,
    .styleSidebar .container-User .textEmail,
    .sidebar .container-User .textName,
    .sidebar .container-User .textEmail {
        color: #fff;
    }

    .sidebar .container-User :active .textName,
    .sidebar .container-User :active .textEmail {
        color: #afafaf;
    }

    .container-User .exitUser .textEmail,
    .container-User .exitUser .textName {
        opacity: 0;
    }

    .userImg {
        position: relative;
        padding: 0;
    }

    .userImg img {
        width: 4rem;
        height: 4rem;
        object-fit: cover;
        border-radius: 50%;
    }

    .userImg::after {
        top: 0;
        left: 0;
        width: 4rem;
        height: 4rem;

    }

    .sidebar .container-User .userImg::after,
    .styleSidebar .container-User .userImg::after {
        background-color: transparent;

    }

    .sidebar .container-User :active .userImg::after,
    .styleSidebar .container-User :active .userImg::after {
        background-color: #31313186;
    }


    .container-User .btnExit {
        position: absolute;
        top: 5rem;
        left: 44%;
        transform: translateX(-27%);
        width: 25%;
        padding: 0 20px;
        border: none;
        font-weight: 900;
        font-size: 1.8rem;
        color: #fff;
        opacity: 1;
        border-radius: 0 0 8px 8px;
        text-transform: uppercase;
        justify-content: center;
        background: none;

    }



    .sidebar .userGrup~.btnExit {}

    .styleSidebar .userGrup~.btnExit {}

    .styleSidebar .exitUser:hover~.btnExit {
        color: #fff;
        opacity: 1;
    }

    .sidebar .exitUser:hover~.btnExit {
        color: #fff;
        opacity: 1;
    }

    .styleSidebar .exitUser~.btnExit {
        opacity: 1;
        color: #fff;
        pointer-events: all;
    }

    .styleSidebar .exitUser~.btnExit:active {
        color: #afafaf;

    }

    .sidebar .exitUser~.btnExit {
        opacity: 1;
        color: #fff;
        pointer-events: all;
    }

    .sidebar .exitUser~.btnExit:active {
        color: #afafaf;
    }

    .login {
        width: 100px;
        margin: 0;
        padding: 10px;
        color: #fff;
        font-family: var(--fontTerceiry);
        font-weight: bolder;
        font-size: 1rem;
        border: none;
        text-transform: uppercase;
        border-radius: 5px;
        background-color: rgb(252, 14, 2);
        transition: all 1s ease-in-out;
    }

    .sidebar .active .menu--secao,
    .sidebar .menu--secao,
    aside:not(.styleSidebar) .menu--secao {
        color: #fff;
    }

    .menu--secao {
        position: relative;
        margin: 0 10px;
        border: 2px transparent;
        border-radius: 10px;
        font-weight: 800;
        font-size: 1.3rem;
        text-align: center;
        vertical-align: bottom;
    }

    .menu--secao:hover {
        color: none;
    }

    .active .menu--secao {
        color: #fff;
    }

    /*-------------------------*\
           Menu Hanburguer
    \*-------------------------*/

    .button-prop {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 25px;
        right: 25px;
        width: 50px;
        height: 50px;
        border-radius: 8px;

        overflow: hidden;
        transition: all 0.5s ease;
    }

    .menu-btn {
        position: relative;
        display: flex;
        align-items: center;
        width: 40px;
        height: 40px;
        margin: 0 auto;
        cursor: pointer;
    }

    .menu-btn .line {
        position: absolute;
        width: 40px;
        left: 0;
        height: 0.3rem;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: .3rem .2rem .2rem rgba(0, 0, 0, 0.5);
        transition: all 0.5s linear;
    }

    .menu-btn .btn-active .line {
        transition: all 0.9s linear;
    }

    .list-1 {
        top: 1px;
    }

    .list-2 {
        left: 0;
        opacity: 1;
    }

    .list-3 {
        bottom: 1px;
    }



    .btn-active .list-1 {
        top: 17px;
        transform: translateY(50%) rotate(-45deg);
    }

    .btn-active .list-2 {
        left: -100%;
        opacity: 0;
    }

    .btn-active .list-3 {
        bottom: 19px;
        transform: translateY(50%) rotate(45deg);
    }

    .mobile-btn {
        left: -100%;
        transition: all 0.3s ease-in;
    }

    .mobile-btn .container--nav .logMark {
        display: flex;
    }

    .button-prop:hover {
        -webkit-tap-highlight-color: transparent;
    }

    .button-prop:active {

        background-color: #4947475b;
    }

    /*-----------------------------------------------------------------------------------------*/


    .menu--secao {
        position: relative;
        margin: 0;
        border: 2px transparent;
        border-radius: 10px;
        font-weight: 800;
        line-height: 70px;
        font-size: 2rem;
        color: #fff;
        text-align: center;

    }

    .active .menu--secao::after,
    .menu--secao::after {
        display: none;

    }

}

/*--------------------------------------------------------------------------------------------*/

/*// Sessão Inicio //*/

.container-principal {
    position: relative;
    border: 2px solid #1c1c1c;
    background-color: #000;

}

.conteiner--slider {
    width: 100%;
    height: 41em;
}

.slider--item {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    object-fit: cover;
    background-color: #000;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    transition: opacity 5s linear;
}

.slider--item:nth-child(1) {
    background-image: url(../imagens/itens/img-service1.jpg);
    opacity: .5;
}

.slider--item:nth-child(2) {
    background-image: url(../imagens/itens/img-service2.jpg);
}

.slider--item:nth-child(3) {
    background-image: url(../imagens/itens/img-service3.jpg);
}

.conteudo--pagina {
    position: absolute;
    top: 70em;
    left: 90em;
    font-size: .2em;
    color: #fff;
}

.titulo--principal {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-size: 4.09rem;
    text-shadow: .2rem .2rem .2rem rgba(0, 0, 0, 0.5);
    font-weight: bold;
    text-transform: uppercase;
}


.conteudo--pagina>p {
    font-size: 1.585rem;
    padding: 0 20px;
    text-shadow: .2rem .2rem .2rem rgba(0, 0, 0, 0.5);
}

.conteiner--slider {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.titulo--principal {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-size: 2rem;
    text-shadow: .2rem .2rem .2rem rgba(0, 0, 0, 0.5);
    font-weight: bold;
    text-transform: uppercase;
}

@media screen and (max-width:992px) {

    .conteudo--pagina {
        color: #fff;
    }

    .titulo--principal {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin-top: 10px;
        font-size: 1.8rem;
        text-align: center;
        text-shadow: .2rem .2rem .2rem rgba(0, 0, 0, 0.5);
        font-weight: bold;
        text-transform: uppercase;
    }


    .conteudo--pagina>p {
        font-size: 1.3rem;
        padding: 0 25px 0 0 25px;
        text-shadow: .2rem .2rem .2rem rgba(0, 0, 0, 0.5);
    }

    .slider--item {
        position: absolute;
        opacity: 0;
        transition: opacity 5s linear;
    }
}

@media screen and (max-width:580px) {
    .container-principal {
        border: none;
    }

    .conteudo--principal {
        position: relative;
    }

    .conteudo--pagina {
        position: absolute;
        color: #fff;
        left: 5em;
    }

    .conteiner--slider {
        position: relative;
        width: 100%;
        height: 42em;
    }


    .slider--item:nth-child(1) {
        background-image: url(../imagens/itens/img-service1.jpg);
    }

    .slider--item:nth-child(2) {
        background-image: url(../imagens/itens/img-service2.jpg);
    }

    .slider--item:nth-child(3) {
        background-image: url(../imagens/itens/img-service3.jpg);
    }

    .slider--item {
        position: absolute;
        width: 50em;
        height: 30em;
        opacity: 0;
        background-size: 100% auto;
        object-fit: cover;
        transform: scale(1.8);
        background-color: #000;
    }


}

/*/------------------------------------------------------------------------------------------/*/

/*// Sessão Produtos //*/

.produtos--container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3.3rem;
}

.slick-arrow::before {
    font-family: "FontAwesome";
    color: #fff;

}

.slick-prev {
    left: -3.5rem;
}

.slick-next {
    right: -3.5rem;
}

.slick-prev::before {
    content: "\f053";
    font-size: 3.4rem;
    right: -80px;
}


.slick-next::before {
    content: "\f054";
    font-size: 3.4rem;
    text-indent: 0;
}

.produtos--items {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2.7em;
    width: 90%;
    padding: 2.4rem 0;
}

.produto--item {
    width: 80%;
    height: 24em;
    padding: 30px 55px;
    margin: 20px;
    list-style: none;
    border: #000 solid 1px;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
    border-radius: .8rem;
    box-shadow: 0 8px 23px rgba(0, 0, 0, 0.7);
}

.produto--item h2 {
    font-family: var(--fontPrimary);
    font-size: 1.5em;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
}

.produto--img {
    width: 100%;
    height: 12em;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
}

.produto--item img {
    object-fit: cover;
    width: 10em;

}

.produto--item p {
    font-size: 1.3rem;
    font-family: var(--fontSecundary);
    display: -webkit-box;
    text-overflow: ellipsis;
    height: 8vh;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.produto--item button {
    width: 80%;
    font-size: 1.4rem;
    cursor: pointer;
    padding: 1rem;
    margin: 30px;
    font-family: var(--fontPrimary);
    font-weight: 800;
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    border: 1px solid #000;
    z-index: 99;
}

.produto--item button:active {
    margin-top: 33px;
    box-shadow: none;
}

@media screen and (max-width:400px) {

    .produtos--container {
        width: 100%;
    }


    .produtos--items {
        display: flex;
        width: 100%;
    }

    .produto--item {
        width: 100%;
    }


    .produto--item h2 {
        font-size: .7em;
        text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
    }

    .produto--item img {
        width: 5em;
    }

    .produto--item p {
        font-size: 1rem;
        height: 8vh;
        margin: 5px 0;
    }


}

@media screen and (min-width:380px) and (max-width:590px) {

    .slick-arrow {
        top: 45%;
    }

    .slick-prev {
        left: -1.8rem;
    }

    .slick-next {
        right: -1.5rem;
    }

    .produtos--items {
        display: flex;
        width: 100%;

    }

    .produto--item {
        padding: 0;
        margin: 20px;
        height: 25em;
    }


    .produto--item h2 {
        font-size: 0.7em;
        text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
    }

    .produto--item p {
        padding: 0 1.7rem;
    }

    .produto--img {
        width: 80%;
        margin: 1.7rem 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .produto--img img {
        width: 60%;

    }

    .produto--item button {
        width: 7em;
        padding: 1rem;
        margin: 25px auto;
        font-size: 1.3rem;
    }

    .produto--item button:active {
        margin-top: 1.9rem;
        box-shadow: none;

    }
}

@media screen and (max-width:1024px) {

    .produto--item h2 {
        font-family: var(--fontPrimary);
        font-size: 1.2em;
        text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
    }

    .produto--img {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/*//----------------------------------------------------------------------------------------//*/


/*/// Sessão Serviços ///*/

.container-service {
    width: 100%;
    display: flex;
    height: 90dvh;
    padding: 2.4rem 0;
}

.base-services {
    position: relative;
}

.services h2 {
    position: absolute;
    top: 0;
    left: 45%;
    font-size: 1.8em;
    width: 10%;
    text-align: center;
    line-height: 18px;
    font-weight: bolder;
    color: #fff;
    border-bottom: 3px solid rgb(252, 14, 2);
}

.services .servicosPrestados {
    position: relative;
    padding: 10px 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services .servicosPrestados li {
    width: 350px;
    height: 65dvh;
    margin: 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
    border-radius: var(--radius);
    box-shadow: var(--card-shadow);
    padding: 28px;

    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;

}

.services .servicosPrestados li:nth-child(2) {
    width: 375px;
    height: 70dvh;

}

.services .servicosPrestados li img {
    width: 80%;
    margin: 20px 0;

}

.services .servicosPrestados li:nth-child(1) img {
    clip-path: xywh(0 5px 100% 100% round 25% 0);
}

.services .servicosPrestados li:nth-child(2) img {
    clip-path: ellipse(170px 175px at 43% 2%)
}

.services .servicosPrestados li:nth-child(3) img {
    clip-path: rect(2px 100% 165px 5px round 5%);
    ;
}

.services .servicosPrestados li h3 {
    position: relative;
    font-size: 1.2rem;
    line-height: 2.3rem;
    margin: 1.3rem 0;
}

.services .servicosPrestados li h3::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: -5px;
    left: -1.4rem;
    border-top: 15px solid transparent;
    border-right: 15px solid #c9020f;
    border-radius: .2rem;
}


.botao-loq {
    width: 12em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin: 10px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.5);
    border: 2px solid #fff;
}

.botao-loq span {
    font-size: 1.5rem;
    font-weight: bolder;
}

.botao-loq img {
    width: 30%;
}

.service-container-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.services .service-img {
    width: 48%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    margin-left: 2%;
}

.service-img .service-container-img {
    position: relative;
    width: 700%;
    height: 100%;

}

.service-container-img .img-service {
    width: 60%;
    height: 80%;
    object-fit: cover;
    filter: drop-shadow(0 -3mm 3mm #000);
}

.img-service-mobile {
    display: none;
}

@media screen and (max-width:540px) {
    .container-service {
        width: 100%;
        display: flex;
        height: 100%;
        padding: 2.4rem 0;
    }

    .base-services {
        position: relative;
        width: 100%;
    }

    .services .servicosPrestados {
        padding: 10px 2rem;
        flex-direction: column;
    }

    .services .servicosPrestados li:nth-child(2) {
        width: 300px;
        height: 25vh;
    }

    .services .servicosPrestados li {
        width: 300px;
        height: 35vh;
        margin: 2rem 4rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        list-style: none;

        padding: 25px;

        font-size: 1.5rem;
        font-weight: 500;
        color: #fff;

    }

    .services .servicosPrestados img {
        pointer-events: none;
        user-select: none;
    }

    .img-service-mobile {
        display: block;
        margin-top: 2.9em;
        width: 160px;
        object-fit: cover;
        float: right;
        filter: drop-shadow(0 -3mm 3mm #000);
    }

}

@media screen and (max-width:992px) {

    .services .servicosPrestados {
        padding: 10px 2rem;
        flex-direction: column;
    }

    .services .servicosPrestados li {
        width: 300px;
        height: 20em;
        margin: 2rem 3rem;

        display: flex;
        flex-direction: column;
        align-items: center;

        list-style: none;
        padding: 25px;
        font-size: 1.5rem;
        font-weight: 500;
        color: #fff;

    }

    .services .servicosPrestados li img {
        width: 17em;
    }

    .services .servicosPrestados li:nth-child(1) img {
        clip-path: xywh(0 5px 100% 100% round 25% 0);
    }

    .services .servicosPrestados li:nth-child(2) img {
        clip-path: ellipse(155px 90px at 50% 40%);
    }

    .services .servicosPrestados li:nth-child(3) img {
        clip-path: rect(2px 100% 145px 0px round 10%);

    }


    .services .servicosPrestados li:nth-child(2) {
        width: 300px;

        height: 20em;
    }

}

/*//// Sessão Localizção ////*/

.mapa--conteudo {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 90dvh;
}

.mapa--item {
    width: 340px;
    height: 330px;
    border: 3px solid #000;
    border-radius: var(--radius);
    box-shadow: var(--card-shadow);
}

.titulo--mapa1 {
    position: absolute;
    top: 2em;
    left: 17em;
    font-size: 1.9em;
    font-family: var(--fontPrimary);
    width: 30%;
    line-height: 18px;
    text-align: center;
    font-weight: bolder;
    color: #fff;
    border-bottom: 3px solid rgb(252, 14, 2);
}

.titulo--mapa1::first-letter {
    text-transform: capitalize;
}

.localizacao-itens {
    width: 70%;
    padding: 2.5em 2em;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
    border-radius: var(--radius);
    box-shadow: var(--card-shadow);
}

.container--imglocal {
    width: 30%;
    object-fit: cover;
    background-size: cover;

}

.localizacao-itens .container--imglocal img {
    width: 100%;
    pointer-events: none;
    user-select: none;
}

.localizacao-itens p {
    width: 78%;
    font-size: 1.4rem;
    letter-spacing: .1rem;
    color: #fff;
    font-family: var(--fontPrimary);
    font-weight: bolder;
    margin: 7px 15px;
}

.localizacao-itens .botao-loq {
    width: 8em;
    font-size: 1.4rem;
}


@media screen and (max-width:540px) {
    .mapa--conteudo {
        width: 100%;
        height: 100%;
    }


    .mapa--item {
        width: 50em;
        height: 25em;
        margin: 20px 5em;
        display: block;
    }


    .localizacao-itens {
        width: 70%;
        text-align: center;
        padding: 1.5em .6em;

    }

    .container--imglocal {
        width: 8em;
        background-size: cover;
        object-fit: cover;
    }


    .localizacao-itens .container--imglocal img {
        width: 100%;
        height: 100%;
        background-size: cover;
        object-fit: cover;
    }


    .localizacao-itens .botao-loq {
        width: 7em;
        padding: 1rem;
        margin-top: 25px;
        display: flex;
        align-items: center;
        font-size: 1.3rem;
        border: 1px solid #000;
    }

    .botao-loq img {
        width: 30%;
    }

    .botao-loq:active {
        box-shadow: none;
        margin-top: 1.7rem;
    }
}

@media screen and (max-width:992px) {
    .mapa--conteudo {
        position: relative;
        display: block;
        width: 100%;
    }

    .localizacao-itens {
        position: relative;
        width: 100%;

    }

    .localizacao-itens p {
        width: 90%;
        color: #fff;
        font-size: 1.2rem;
        font-family: var(--fontPrimary);
        font-weight: bold;

    }

    .botao-loq {
        width: 7em;
        margin-top: 25px;
        font-size: 1.3rem;
        padding: 1rem;
        border: 1px solid #000;
    }

    .botao-loq span {
        font-size: 1.2rem;
        font-weight: bolder;
    }


    .botao-loq:active {

        box-shadow: none;
        margin-top: 28px;
    }
}

@media screen and (min-width:480px) and (max-width:992px) {
    .mapa--conteudo {
        position: relative;
        display: block;
        width: 100%;
    }

    .titulo--mapa1 {
        top: 0;
        left: 30%;
        font-size: 1.4em;
        margin-top: 20px;
        font-weight: bolder;
    }

    .titulo--mapa2 {
        top: 0;
        left: 20%;
        font-size: 1.5em;
        font-weight: bolder;
    }

    .mapa--item {
        width: 25em;
        height: 20em;
        margin: 20px 0 0 12em;
        display: block;
    }

    .localizacao-itens {
        position: relative;
        width: 100%;
        padding-top: 5em;
        height: inherit;
    }

    .localizacao-itens p {
        width: 100%;
        font-size: 1.3rem;
        font-weight: bolder;

    }

    .botao-loq {
        margin-top: 25px;
        border: 1px solid #000;
    }

    .botao-loq:active {
        box-shadow: none;
        margin-top: 28px;
    }
}

@media screen and (max-height:354px) {
    .mapa--conteudo {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }

    .titulo--mapa1 {
        position: absolute;
        top: 0;
        left: 4em;
        font-size: 1.4em;
        margin: 20px;
        font-weight: bolder;
    }

    .titulo--mapa2 {
        position: absolute;
        top: 0;
        left: 6em;
        font-size: 1.5em;
        margin: 25px 15px;
        font-weight: bolder;
    }

    .mapa--item {
        width: 300px;
        height: 250px;
        margin: 20px 0 0 7em;
        display: block;
    }
}

/*////----------------------------------------------------------------------------------- ////*/

/*///// Sessão Contatos /////*/

.contatos_container {
    display: flex;
}

.contatos--container h1 {
    position: absolute;
    top: 0;
    left: 15em;
    z-index: 99;
    font-weight: bolder;
    width: 30%;
    line-height: 18px;
    text-align: center;
    font-size: 2em;
    border-bottom: 3px solid rgb(252, 14, 2);
    color: #fff;

}

.container-form {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    margin: 0 50px 0 0;
}

.form-contatos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 0 2rem 0 2rem;
    padding: 10px 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
    border-radius: var(--radius);
    box-shadow: var(--card-shadow);
}

.group-input {
    display: flex;
    flex-direction: column;
    padding: 7px;
}

.grupform {
    display: flex;
    width: 35em;
    margin: 8px 0;
    border: rgb(218, 218, 218) solid .1rem;
    border-radius: .7rem;
}

.grupform label,
.label-m {
    color: #fff;
    font-size: 1.3rem;
    padding: 5px 10px;
    font-weight: 500;
}

.grupform input {
    background: none;
    border: none;
    outline: none;
    width: 100%;
    padding: 2px 10px;
    color: #fff;
    font-weight: 500;
    font-size: 1.2rem;
    border-radius: 3px;
}

.grupform input::placeholder {
    color: #bebdbd;
}

.grupform input::selection {
    color: #fff;
    background-color: #3f3c3c;
}

.grupform input:-webkit-autofill,
.grupform input:-webkit-autofill:hover,
.grupform input:-webkit-autofill:focus,
.grupform input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    transition: background-color 5000s ease-in-out 0s;
}

.contatosImg p {
    /* width: 50%; */
    font-size: 2.4rem;
    color: #fff;
    font-family: var(--fontPrimary);
    font-weight: bolder;
    text-shadow: 1rem 1rem 1rem #444444;
    /* transform: translate(0px, 0px) scale(1.1, 1) skew(3deg, 1deg); */
}

.gruop-mensagem {
    width: 100%;
    display: flex;
    flex-direction: column;
}

textarea {
    background: none;
    width: 100%;
    border: rgb(218, 218, 218) solid .1rem;
    border-radius: .7rem;
    color: #fff;
    font-size: 1rem;
    padding: 1rem;
    border-radius: 5px;
    max-width: 700px;
    max-height: 120px;
}

textarea:focus {
    border: none;
    outline: none;
    border: rgb(218, 218, 218) solid 1px;
}

.btn-contatos {
    width: 8em;
    padding: 10px 12px;
    margin: 15px 9em;
    font-weight: bolder;
    font-size: 1.3rem;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 7px;
    box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.5);
}

.itemDecontato {
    display: inline-flex;
    align-items: center;
    margin: 5px;
    background-color: #000;
    border-radius: 12px;
}

.inform-site p {
    font-size: 1em;
    font-weight: 700;
}

footer .logMark {
    display: flex;
    align-items: center;
    flex-direction: column;
}

footer .logMark .logo-img {
    object-fit: cover;
    pointer-events: none;
    user-select: none;
}

footer .logMark p:nth-child(2) {
    font-weight: 800;
    font-size: 1.2em;
}

footer .logMark p:nth-child(3) {
    font-size: .8em;
    font-weight: 600;
}

.navegação--menu .nav--menu .logMark,
.navegação--menu .nav--menu .contatos-container {
    display: none;
}

.itemDecontato>p {
    font-size: 1.1em;
    text-shadow: 2px 3px #000;
    text-transform: lowercase;
    font-weight: 600;
    bottom: 0;
}

.itemDecontato>i {
    font-size: 2.5em;
    margin: 0;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 10px;


}

.imgContainer {
    display: flex;
    align-items: end;
}

.contatosImg {
    width: 100%;
    filter: drop-shadow(0 -3mm 3mm #000);
}

.img-cont {
    width: 100%;
    display: flex;
    align-items: end;
    object-fit: cover;
    margin: 0;
    pointer-events: none;
    user-select: none;
}

@media screen and (max-width:540px) {

    .conteudo-contatos {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        padding: 0 5px;

    }

    .container-form {
        display: flex;
        align-items: center;
        width: 100%;
        flex-direction: column;
        position: relative;
    }

    .imgContainer {
        width: 35em;
        padding: 0;
        margin: 0;
    }

    .form-contatos {
        width: 90%;
        margin: 4.5rem 0;
        padding: 30px 0;
    }

    .group-input .grupform label,
    .label-m {
        color: #fff;
        font-size: 1.4rem;
        font-weight: 900;
    }

    .contatosImg {
        position: relative;
        padding: 0 1rem;
        display: flex;

    }

    .contatosImg p {
        font-size: 1.7rem;
        padding: 0 0 0 2rem;
        text-shadow: 1rem 1rem 1rem #444444;

    }

    .img-cont {
        width: 100%;
        object-fit: cover;
    }

    .grupform {
        width: 90%;
        margin: 1rem;
    }

    .group-input {
        display: flex;
        flex-direction: column;
    }


    .group-input input {
        background: none;
        border: none;
        color: #fff;
    }

    .gruop-mensagem {
        width: 100%;
        padding: 10px 20px;
    }

    textarea {
        max-width: 95%;
    }

    .inform-site>i {
        font-size: 2.5em;
        margin: 0;
        color: #fff;
        display: flex;
        align-items: center;
        padding: 10px;


    }

    .btn-contatos {
        margin: 1.4rem auto;
        width: 30%;
        font-size: 1.3rem;
        padding: 8px;
    }

}

@media screen and (max-width:700px) {
    .contatos_container {
        margin: 0;
        padding: 0;
    }

    .contatos-container {
        position: relative;
        display: flex;
        color: #fff;
    }

    .contatos--container h1 {
        font-size: 1.4em;
        top: 1rem;

    }

    .conteudo-contatos {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 100vh;
        padding: 0 5px;
    }


    .itemDecontato {
        display: inline-flex;
        align-items: center;

    }

}

@media screen and (max-width:992px) {
    .contatos_container {
        color: #fff;
        grid-area: 'social';
        order: 1;
    }

    .contatos--container h1 {
        font-size: 1.5em;
        left: .5em;
    }


    .conteudo-contatos {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;

    }


    .inform-site {
        grid-area: 'social';
        order: 1;

    }

    .itemDecontato>i {
        font-size: 1.7em;
        text-shadow: 2px 3px #000;
        bottom: 0;
        color: #fff;
    }


    .inform-site>p {
        font-size: .8rem;
        text-shadow: 2px 2px #000;
        margin: 0;
        padding: 0;
        font-weight: bolder;
        color: #fff;
    }

    .logo-img {
        width: 4em;
        object-fit: cover;
    }

    .logMark {
        grid-area: 'content';
        order: 3;
    }

    .logMark p:nth-child(2) {
        font-weight: 800;
        font-size: 1em;
    }

    .logMark p:nth-child(3) {
        font-size: .8em;
        font-weight: 600;
    }

    .navegação--menu .nav--menu .logMark {

        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .navegação--menu .nav--menu .contatos-container {
        width: 75%;
        display: flex;
        justify-content: space-evenly;
        align-items: flex-end;
        margin: 17% 0;
    }

    .navegação--menu .nav--menu .logMark img {
        width: 3em;
    }

    .navegação--menu .nav--menu .contatos-container .itemDecontato {
        background-color: #333232;
    }

}

@media screen and (max-height:354px) {
    .contatos_container {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 5px 5px;
        display: block;
        color: #fff;
    }

    .contatos_container h1 {
        font-size: 1.4em;
        top: 1rem;
        left: 1em;
    }

    .conteudo-contatos {
        display: flex;
        align-items: flex-start;
        width: 100%;
        height: 90vh;
        padding: 0 5px;
    }

    .form-contatos {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        margin: 8rem 2rem 0 2rem;
        padding: 30px;

    }

    .group-input {
        display: flex;
        padding: 15px;
    }

    .group-input label,
    .label-m {
        color: #fff;
        font-size: 1.5rem;
        font-weight: 500;

    }

    .group-input input {
        background: none;
        border: none;
        width: 7em;
        height: 22px;
        padding: 10px;
        margin: 10px;
        color: #fff;
        border-bottom: #fff 2px solid;
    }


    .itemDecontato {
        display: inline-flex;
        align-items: baseline;
        margin: 0 5px;

    }

    .itemDecontato>p {
        font-size: 1.3em;
        text-shadow: 2px 2px #000;
        margin: 10px 0;
        font-weight: bolder;
        bottom: 0;
        color: #fff;
    }

    .itemDecontato>i {
        font-size: 1.5em;
        text-shadow: 2px 3px #000;
        margin: 10px 10px 0 10px;
        bottom: 0;
        color: #fff;
        ;
    }
}

/*/////--------------------------------------------------------------------------------- /////*/