@import url('https://use.typekit.net/dmv4kta.css');

* {
    font-family: Montserrat;
}

body {
    display: flex;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
    overflow-x: hidden;
    display: inherit;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}


.class-box {
    display: flex;
    width: 1440px;
    margin: 0 auto;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

/* HEADER */
#header {
    display: flex;
    width: 100%;
    height: 200px;
    margin: 0;
    padding: 20px 10px;
    background: #FFFFFF;
}

.header-box {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    gap: 0px 7px;
    justify-content: center;
    align-content: center;
    align-self: center;
}

.nav-routes {
    gap: 13px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

/* OUTRO */
.menu-hamburguer-elements{
    display: flex;
    margin-bottom: 7px;
    justify-content: space-around;
    align-items: center;
}

.menu-hamburguer-elements li{
    list-style: none;
    font-size: 1.4rem;
    list-style: none;
    display: flex;
    flex-direction: column;
    height: 80px;
    padding: 0;
    text-align: center;
    justify-content: center;
}


.menu-hamburguer-elements a{
    color: #1e1e1e;
    text-decoration: none;
}

/* BOTÃO MENU HAMBURGUER */
.menu {
    background-color: #21A55A;
    width: 40px;
    height: 40px;
    margin: 1rem 1rem;
    border-radius: 5px;
    cursor: pointer;
    display: none;
}
  
.hamburguer {
    position: relative;
    display: block;
    background: #fff;
    width: 20px;
    height: 2px;
    top: 19px;
    left: 11px;
    transition: 0.5s ease-in-out;
}
  
.hamburguer:before,
.hamburguer:after {
    background: #ffff;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: 0.5s ease-in-out;
}
  
.hamburguer:before {
    top: -9px;
}
  
.hamburguer:after {
    bottom: -9px;
}
  
.menu input {
    display: none;
}
.nav-routes input {
    display: none;
}

input:checked ~ label .hamburguer {
    transform: rotate(45deg);
}

input:checked ~ label .hamburguer:before {
    transform: rotate(90deg);
    top: 0;
}
  
input:checked ~ label .hamburguer:after {
    transform: rotate(90deg);
    bottom: 0;
}

input:checked ~ .menu-hamburguer-elements{
    /* left: 0; */
    padding: 0;
    transform: scale(1, 1);
}

.nav-routes ul{
    display: flex;
    z-index: 9999;
}

.nav-routes-link {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 20px;
    width: 100%;
    gap: 10px 18px;
    color: #5f5f5f;
    font-weight: 500;
    font-family: "Montserrat";
    margin: 0 18px;
    text-decoration: none;
}

.nav-routes-link:active{
    color: #20A55A;
}

.nav-routes-link:hover {
    color: #20A55A;
}


.companyLogo {
    display: flex;
    align-items: center;
}

.header-logo {
    max-width: 276px;
    max-height: 72px;
}


/* FOOTER */
#footer {
    display: flex;
    width: 100%;
    /* height: 280px; */
    background: #FFFFFF;
    margin: 0;
    padding: 60px 0 60px 0;
}

footer .container {
    display: flex;
    width: 1600px;
    height: 130px;
    margin: 0 auto;
    padding: 0;
    justify-content: center;
    align-self: center;
    gap: 0px 80px;
}

footer .nav {
    font-size: 18px;
    justify-content: end;
    display: flex;
    flex-direction: column;
    letter-spacing: 1px;
}

footer .nav nav {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}


footer nav a {
    color: #21A55A;
    text-decoration: none;
    font-weight: 700;
}

footer .contact {
    justify-content: end;
    display: flex;
    flex-direction: column;
    color: #1e1e1e;
    font-size: 18px;
}

footer .contact .phrase {
    font-weight: 700;
}

footer .contact .infos {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

footer .mail {
    color: #1e1e1e;
    text-decoration: none;
}


footer .addresses {
    justify-content: end;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    color: #1e1e1e;
    flex-wrap: wrap;
}

footer .addresses-footer{
    display: flex;
    flex-direction: column;
    width: 220px;
    justify-content: end;
}

footer .addresses .phrase {
    font-weight: 700;
    margin-bottom: -5px;
}

footer .mg-botom {
    margin-bottom: -5px;
    font-weight: 500;
}

footer .mg-up {
    font-weight: 500;
}

footer .logotype {
    display: flex;
    justify-content: center;
    align-self: center;
    flex-wrap: wrap;
}

footer .logotype .logo {
    width: 160px;
    height: 125px;
}

footer .socialMedia {
    display: flex;
    justify-content: end;
    flex-direction: column;
    align-content: center;
}

footer .socialMedia .phrase {
    font-size: 18px;
    font-weight: 500;
    color: #21A55A;
    line-height: 16px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-self: center;
    width: 60%;
    margin-bottom: 15px
}

footer .icons-footer {
    color: #20A55A;
    font-size: 35px;
    display: grid;
    grid-template-columns: 0fr 0fr;
    justify-content: center;
    gap: 10px 5px;
}

.icons-footer a:hover {
    transform: scale(1.1);
    transition: 100ms linear;
}

/* HOME*/

.home-container {
    display: flex;
    background-color: #cfcece;
    width: 100%;
    background-size: cover;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.banner-container {
    height: inherit;
    list-style: none;
    width: 100%;
}

#main-items-banner {
    width: 100%;
    height: 660px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    max-width: 1920px;
}
.item{
    height: 660px;
    display: inline-block;
    min-width: 360px;
}
.item a{
    display: block;
    width: 100%;
    height: 660px;
}
.item-banner-image{
    display: block;
    width: 100%;
    height: 660px;
    overflow: hidden;
}



.about-us-container {
    display: flex;
    justify-content: center;
    align-content: center;
    text-align: center;
    flex-direction: row;
    background-color: #21A55A;
    width: 100%;
    justify-content: center;
}

.about-us-container .text {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    color: #FFFFFF;
    text-align: justify;
    box-sizing: border-box;
    align-self: center;
}


.about-us-container .phrase {
    margin-left: 160px;
}

.about-us-container .title {
    font-weight: 700;
    font-size: 25px;
    letter-spacing: 20px;
    line-height: 25px;
    text-transform: uppercase;
    display: flex;
    align-self: center;
}

.about-us-container .description {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-weight: 500;
    margin-right: 110px;
    margin-top: 30px;
}

.about-us-container .image {
    width: 50%;
    display: flex;
}

.image .about-us {
    max-width: 950px;
    max-height: 406px;
}

/* Main Container Serviços e Produtos */
#services {
    display: flex;
    margin-top: 75px;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
    gap: 0;
    flex-direction: column;
    width: 100%;
    border: 2px solid #3dce7c;
    border-radius: 55px;
    padding: 30px;
    box-sizing: border-box;
}

.box-phrase-services {
    display: flex;
    background-color: white;
    width: 330px;
    height: 45px;
    border: 1px solid #3dce7c;
    margin-top: -55px;
    justify-content: center;
    align-self: center;
    border-radius: 20px;
    justify-self: center;
    justify-items: center;
    line-height: 0;
    box-shadow: 0 5px 20px -8px rgba(0, 0, 0,.5);
}

.box-phrase-services h1 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0px;
    display: flex;
    align-self: center;
    color: #21a55a;
    text-transform: uppercase;
    letter-spacing: 10px;
}

.service-phrases {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: row;
    gap: 0 30px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.service-title {
    display: block;
    width: 45%;
    font-size: 35px;
    color: rgb(97, 97, 97);
    text-transform: uppercase;
    font-weight: 800;
    font-style: normal;
    line-height: 40px;
}

.service-text {
    display: block;
    width: 30%;
    font-size: 16px;
    color: rgb(75, 75, 75);
    font-weight: 500;
    font-style: normal;
}

.service-box {
    display: flex;
    gap: 80px;
    flex-wrap: wrap;
    justify-content: center;
    align-self: center;
}

.service-box-description {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: row;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    width: 340px;
    color: #1e1e1e;
}

.service-box-description p {
    font-size: 15px;
    text-align: justify;
}

.service-square {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
    align-self: baseline;
    gap: 40px 0px;
} .service-square-two {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
    align-self: baseline;
    gap: 40px 0px;
} .service-square-two:hover{
    /* border: 1px solid #21A55A; */
    border-radius: 35px;
    box-shadow: 0 5px 20px -8px rgba(0, 0, 0,.5);
    transition: 100ms linear;
}



.service-icon {
    max-width: 340px;
    max-height: 100px;
    align-self: center;
}

.btn {
    display: flex;
    justify-content: center;
    align-content: center;
    align-self: center;
}

.btn button {
    width: 185px;
    background-color: #21A55A;
    color: #fff;
    border-radius: 10px;
    text-transform: uppercase;
    box-shadow: none;
    cursor: pointer;
    font-weight: 600;
    font-style: normal;
    font-size: 19px;
    border: 0px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.btn:hover{
    transform: scale(1.1);
    transition: 100ms linear;
}

.btn-card:hover{
    transform: scale(1.05);
    transition: 100ms linear;
}

#products {
    display: flex;
    margin-top: 75px;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
    gap: 0;
    flex-direction: column;
    width: 100%;
    border: 2px solid #3dce7c;
    border-radius: 55px;
    padding: 30px;
    box-sizing: border-box;
}

.products-phrases {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: row;
    gap: 0 30px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.link-product{
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: white;
}

.link-product:hover{
    color: white;
}

.products-title {
    display: block;
    width: 45%;
    font-size: 35px;
    color: rgb(97, 97, 97);
    text-transform: uppercase;
    font-weight: 800;
    font-style: normal;
    line-height: 40px;
}

.box-phrase-products {
    display: flex;
    background-color: white;
    width: 330px;
    height: 45px;
    border: 1px solid #3dce7c;
    margin-top: -55px;
    justify-content: center;
    align-self: center;
    border-radius: 20px;
    justify-self: center;
    justify-items: center;
    line-height: 0;
    box-shadow: 0 5px 20px -8px rgba(0, 0, 0,.5);
}

.box-phrase-products h1 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0px;
    display: flex;
    align-self: center;
    color: #21a55a;
    text-transform: uppercase;
    letter-spacing: 10px;
}

.products-text {
    display: block;
    width: 30%;
    font-size: 16px;
    color: rgb(97, 97, 97);
    font-weight: 500;
    font-style: normal;
}

.products-box {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: row;
    padding: 0;
}

.product-box-content{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: row;
    padding: 0;
    width: 100%;
}

.line-product-home {
    display: flex;
    gap: 40px 40px;
    padding: 0;
    margin: 0 auto;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
} .line-product {
    display: flex;
    gap: 40px 40px;
    margin: 0 auto;
    padding: 0;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.card-container {
    display: flex;
    color: #FFF;
    border-radius: 30px;
    width: 270px;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}

.line-product-icon {
    max-width: 190px;
    max-height: 70px;
    display: flex;
    align-self: center;
    margin-top: 45px;
}

.border-card {
    border-bottom: 2px solid;
    margin: 30px;
}

.line-product-description {
    display: flex;
    width: 230px;
    font-weight: 900;
    font-style: normal;
    height: 140px;
    align-self: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    text-align: center;

}

.line-product-description p {
    margin: 0;
}


.btn-card {
    display: flex;
    justify-content: center;
    align-content: center;
    align-self: center;
}

.btn-card button {
    width: 165px;
    background-color: #fff;
    border-radius: 10px;
    text-transform: uppercase;
    box-shadow: none;
    cursor: pointer;
    font-weight: 600;
    font-style: normal;
    font-size: 19px;
    border: 0px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.instagram-container {
    display: flex;
    background-color: #21A55A;
    width: 100%;
    height: 525px;
    margin-top: 70px;
    align-content: center;
    align-self: center;
    flex-direction: column;
    flex-wrap: wrap;
    background-position: center;
    background-repeat: no-repeat;
}

.instagram-container .text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    font-size: 25px;
    letter-spacing: 20px;
    line-height: 25px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 55px;
}

.instagram-container .imagesInstagram{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: row;
    gap: 0px 60px;
    cursor: pointer;
}

.main-imageInstagram{
    position: relative;
    width: 290px;
    height: 290px;
    display: block;
}

.img-instagram{
    max-width: 290px;
    max-height: 290px;
    -webkit-box-shadow: 12px 12px 13px 13px rgba(59,59,59,0.33);
    -moz-box-shadow: 12px 12px 13px 13px rgba(59,59,59,0.33);
    box-shadow: 12px 12px 13px 13px rgba(59,59,59,0.33);
    transition: 0.5s;
}

.img-instagram:hover{ transform: scale(1.2); }

/* Contato */
.contact-container {
    display: flex;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-self: center;
    background-size: cover;
    flex-direction: row;
    background-position: 50% 25%;
    background-repeat: no-repeat;
}

.box-contact {
    display: flex;
    align-self: center;
    align-items: center;
    flex-direction: row;
    width: 1600px;
    justify-content: flex-start;
    margin-left: 280px;
}

.box-contact .img {
    display: flex;
    width: 820px;
}

.box-contact img {
    display: flex;
    justify-content: flex-start;
    align-self: baseline;
}

.box-contact .texts {
    font-size: 23px;
    gap: 60px 0px;
    display: flex;
    flex-direction: column;
}

.title {
    font-weight: 700;
}

.info-mail {
    text-decoration: none;
    color: black;
}

.info-mail:hover {
    color: #21A55A
}

.icons-contact {
    height: 35px;
    font-size: 35px;
    display: inline-block;
    color: #20A55A;
    width: 40px;
}

.icons-contact:hover {
    transform: scale(1.3);
    transition: 100ms linear;
}

.title-social-media {
    color: #21A55A;
    font-weight: 700;
    font-size: 20px;
}


/* Contato */
.aboutus-container {
    display: flex;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-self: center;
    background-size: cover;
    flex-direction: row;
    background-position: center;
    background-repeat: no-repeat;
}

.box-aboutus {
    display: flex;
    align-self: center;
    align-items: center;
    flex-direction: row;
    width: 1600px;
    justify-content: center;
    padding: 50px;
    box-sizing: border-box;
}

.box-aboutus .texts {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 40px 0px;
    width: 460px;
    justify-content: end;
    align-self: end;
}

.aboutus-container .title {
    font-weight: 700;
    font-size: 25px;
    letter-spacing: 20px;
    line-height: 25px;
    text-transform: uppercase;
    display: flex;
    color: #21A55A;
}

.box-aboutus .texts .slogan {
    font-size: 30px;
    line-height: 38px;
    color: #666666;
    text-transform: uppercase;
    font-weight: 900;
    width: 440px;
}

.box-aboutus .texts .slogan p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.box-aboutus .texts .description {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: justify;
    width: 420px;
    font-size: 17px;
}

.box-aboutus .texts .description p {
    margin: 0;
    padding: 0;
}

.box-aboutus .img {
    width: 795px;
    height: auto;
    display: flex;
    justify-content: end;
    justify-self: end;
    align-self: end;
    margin-left: 20px;
}
.box-aboutus .img img{ width: 100%; height: auto; }

/* Trabalhe conosco */
.careers-container {
    display: flex;
    width: 100%;
    justify-content: center;
    align-content: center;
    align-self: center;
    background-size: cover;
    flex-direction: row;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.box-careers {
    display: flex;
    align-self: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    justify-content: center;
}

.box-careers .title {
    font-size: 25px;
    letter-spacing: 20px;
    line-height: 23px;
    color: #000000;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
    margin-top: 50px;
}

.border {
    border: 3px solid #21A55A;
    width: 100%;
    display: flex;
}

.div-form-careers {
    display: flex;
    background-color: #21A55A;
    flex-wrap: wrap;
    width: 1300px;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding: 30px 0px;
    box-sizing: border-box;
}

.formulary {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 35px;
    width: 96%;
}

.formulary input {
    width: 605px;
    padding: 12 20px;
    margin: 8px 0;
    border-radius: 7px;
    box-sizing: border-box;
    border: none;
    height: 70px;
    font-weight: 600;
    padding: 25px;
    font-size: 17px;
}

.formulary input:focus {
    color: #464545;
}

input::placeholder {
    color: #21A55A;
    opacity: 1.0;
}

.formulary .description {
    width: 100%;
    height: 230px;
    padding-left: 2%;
    padding-top: 15px;
    font-weight: 600;
    font-size: 17px;
}

textarea::placeholder {
    color: #21A55A;
    opacity: 1.0;
}

.formulary textarea:focus {
    color: #464545;
}

.careersButtons {
    width: 100%;
    display: flex;
    justify-content: end;
}

.messages{
    display: block;
    width: 50%;
    height: 45px;
    line-height: 45px;
    font-weight: 600;
    font-size: 17px;
    color: #464545;
    overflow: hidden;
    margin-top: 30px;
}
.error-message{
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
}

.box-careers .btn-env {
    width: 150px;
    height: 40px;
    background-color: #ffffff;
    color: #21A55A;
    letter-spacing: 5px;
    border-radius: 10px;
    box-shadow: none;
    cursor: pointer;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    border: 0px;
    margin-top: 30px;
}

.box-careers .oportunities {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.box-careers .oportunities .title-oportunities {
    font-size: 25px;
    letter-spacing: 20px;
    line-height: 23px;
    color: #000000;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 100px;
}

.box-careers .btn-oportunities {
    width: 427px;
    height: 80px;
    background-color: #21A55A;
    color: #fff;
    letter-spacing: 8px;
    border-radius: 30px;
    box-shadow: none;
    text-align: center;
    cursor: pointer;
    font-weight: 900;
    font-style: normal;
    font-size: 25px;
    border: 0px;
    margin-bottom: 100px;
    transition: all 0.5s;
}

.btn-oportunities:after {
    content: '»';
    opacity: 0;  
    transition: 0.5s;
  }
  
  .btn-oportunities:hover{
    padding-right: 3px;
    padding-left: 8px;
  }
  
  .btn-oportunities:hover:after {
    opacity: 1;
    right: 10px;
  }


.box-careers .btn-oportunities a {
    color: #FFF;
    margin-left: 20px;
}

/* Serviços */
.services-container {
    display: flex;
    width: 100%;
    justify-content: center;
    align-content: center;
    align-self: center;
    background-size: cover;
    flex-direction: row;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.box-services {
    display: flex;
    align-self: center;
    align-items: center;
    flex-direction: column;
    width: 1600px;
    justify-content: center;
    margin-bottom: 70px;
}

/* Produtos */

.products-container {
    display: flex;
    width: 100%;
    justify-content: center;
    align-content: center;
    align-self: center;
    background-size: cover;
    flex-direction: row;
    background-position: 50% 35%;
    background-repeat: no-repeat;
}

.box-products {
    display: flex;
    align-self: center;
    align-items: center;
    flex-direction: column;
    width: 1600px;
    justify-content: center;
    margin-bottom: 70px;
}

.box-products .title {
    font-size: 25px;
    letter-spacing: 20px;
    color: #21A55A;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
    margin-top: 50px;
}

.ocultProduct {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    flex-wrap: wrap;
}

.ocultProduct:hover {
    color: white;
}

.border-card-lineP {
    border-bottom: 2px solid;
    margin: 25px;
    width: 200px;
}

.border-products {
    margin-bottom: 30px;
}

.products-list {
    width: 950px;
}

.product-ul {
    display: flex;
    flex-direction: column;
    gap: 60px 0px;
    justify-content: center;
    align-content: center;
    margin-top: 110px;
}

.product-container {
    font-size: 15px;
    display: flex;
    width: 100%;
    margin: 0 auto;
    flex-direction: row;
}

.link-reference{
    display: flex;
}

.separator{
    margin-bottom: 30px;
    width: 100%;
}

.img-product-list {
    padding-left: 10px;
    display: flex;
    align-self: center;
    justify-content: center;
    width: 375px;
    height: 65px;

}

.text-product-list {
    font-size: 12px;
    display: flex;
    color: black;
    display: flex;
    justify-content: end;
    flex-direction: row;
    padding-right: 80px;
    width: 100%;
    align-self: center;
}

.text-product-list article {
    width: 310px;
    display: flex;
    align-self: center;
}

.text-product-list p{
    margin-bottom: 0px;
}

.card-container-product {
    display: flex;
    color: #FFF;
    background-color: #848484;
    border-radius: 30px;
    width: 270px;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}

/* Produto Sozinho */

.product-only-container{
    display: flex;
    width: 100%;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-size: cover;
    flex-direction: column;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.box-product-only {
    display: flex;
    flex-direction: column;
    width: 1200px;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.box-product-center{
    display: flex;
    flex-direction: row;
}

.image-product-only {
    display: block;
    width: 655px;
    height: 520px;
    overflow: hidden;
    border-radius: 50px;
}
.item-product{
    display: block;
    width: 100%;
    height: 520px;
    overflow: hidden;
}
.leftArrow-imagePproduct{
    left: 5px!important;
    top: 50%;
}
.rightArrow-imagePproduct{
    right: 5px!important;
    top: 50%;
}


.text-product-only {
    display: flex;
    align-self: flex-start;
    flex-direction: column;
    width: 470px;
    gap: 25px 0px;
    box-sizing: border-box;
    padding: 50px 50px;
    text-align: justify;
}

.text-product-only .img-title{
    display: flex;
    max-width: 365px;
    max-height: 65px;
}

.text-product-only .description {
    font-size: 18px;
    line-height: 20px;
}

.text-product-only .informations {
    font-size: 18px;
    font-weight: 600;
    line-height: 15px;
}

.carrousel-product-only{
    font-size: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-self: center;
    box-sizing: border-box;
    margin-top: 70px;
}

.text-title-carrousel{
    display: flex;
    text-transform: uppercase;
    gap: 5px;
    font-size: 12px;
}

.text-title-carrousel .text-right{
    font-weight: 800;
}
.img-logo-product,
.img-logo-product img{
    display: block;
    width: 100%;
    height: auto;
}

#products-items-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
    flex-direction: row;
    margin-bottom: 80px;
    margin-top: 20px;
    width: 95%;
}
.main-produtCarrosel{
    display: block;
    width: auto;
    height: 40px;
    padding: 0 10px;
}
.product-item-img{
    width: auto;
    height: 40px;
}
/* Serviço Sozinho */

.service-only-container {
    display: flex;
    width: 100%;
    justify-content: center;
    align-content: center;
    align-self: center;
    background-size: cover;
    flex-direction: column;
    background-position: 50% 27%;
    background-repeat: no-repeat;
}

.box-service-only {
    display: flex;
    flex-direction: column;
    width: 1200px;
    justify-content: start;
    align-self: center;
}

.box-service-center{
    display: flex;
    flex-direction: row;
}

.image-service-only {
    display: flex;
    width: 655px;
    height: 522px;
    justify-content: center;
}

.image-service-only img{
    border-radius: 50px;
}

.text-service-only {
    display: flex;
    align-self: flex-start;
    flex-direction: column;
    width: 470px;
    gap: 25px 0px;
    box-sizing: border-box;
    padding: 50px 50px;
    text-align: justify;
}

.text-service-only .img-title{
    display: flex;
    max-width: 365px;
    max-height: 65px;
}

.text-service-only .description {
    font-size: 16px;
    line-height: 25px;
}

.text-service-only .informations{
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
}

.carrousel-service-only{
    font-size: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-self: center;
    box-sizing: border-box;
    margin-top: 70px;
}

.text-title-carrousel{
    display: flex;
    text-transform: uppercase;
    gap: 5px;
    font-size: 12px;
}

.text-title-carrousel .text-right{
    font-weight: 800;
}

.carrousel-services{
    margin-bottom: 80px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 10px 50px;
}


.img-logo-service img{
    max-width: 380px;
    max-height: 100px;
}

.service-item-img{
    max-height: 50px;
    filter: grayscale(100%);
    cursor: pointer;
}

.service-item-img:hover{
    filter: grayscale(0%);
}


/* Slick Dots From Carrousel */
.slick-dots{
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 16px 0;
    list-style: none;
    position: absolute;
    bottom: 20px;
    left: 10%;
}

.slick-dots li{
    margin: 0 0.25rem;
    border-radius: 50%;
}

.slick-dots button{
    display: block;
    width: 15px;
    height: 15px;
    background-color: white;
    padding: 0;
    border: none;
    font-size: 0px;
    border-radius: 50%;
    cursor:pointer;
}

.slick-arrow{
    font-size: 200px;
    height: 40px;
    color: #676767;
    cursor: pointer;
    position: absolute;
    z-index: 999;
    width: 35px;
} .left_arrow{
    left: -45px;
} .right_arrow{
    right: -45px;
}