:root {
    --home-cinza: #efefef;
    --home-verde: #0eb27b;
}

.clientes {
    padding-top: 13%;
}

.apresentacao h2  strong {
    color: #0eb27b;
}

.alinharp {
    justify-content: flex-start !important;
}

@media (min-width: 1280px) and (max-width: 1365px) {
    .header .navbar-nav.menu {
        font-size: 1.5rem !important;
    }
    
    .article-texto .apresentacao {
        font-size: 1.5rem!important;
    }

    .chance-vendas {
        font-size: 1.5rem !important;
    }

    .print .faixa-do-texto {
        font-size: 1.5rem!important;
    }

    .sections.setew .article-setew {
        font-size: 1.5rem;
    }


}

p {
    font-size: 1.5rem;
    font-weight: 350;
}
.header .header-topo{
    background-color: #18b27f;
    min-height: 1vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-topo h3{
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
}

.btn-verde1{
    background-color: #18b27f;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: unset;
    font-size: 1.3rem;
    border-radius: 10px;
    font-weight: 900;
}
.btn-verde1:hover {
    background-color: black;
}

.cta {
    display: flex;
    align-items: center;
    padding: 3% 0;
    justify-content: left;
    width: 100%;
}

.btn-verde4{
    background-color: #18b27f;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: unset;
    font-size: 1.5rem;
    border-radius: 10px;
    font-weight: 900;
    padding: 3% 4%;
    width: 30vh;
}
.btn-verde4:hover {
    background-color: black;
}

.btn-verde3{
    color: black;
    font-weight: 900;
    border: none;
    cursor: pointer;
    border-radius: unset;
    font-size: 1.3rem;
    border-radius: 100px;
    background-color: white;
}
.btn-verde3:hover {
    color: #18b27f;
    text-decoration: underline;
}

.header .navbar{
    padding: 2% 3%;
}

.header .navbar::after {
    content: '';
    position: absolute;
    left: 7em;
    right: 7em;
    bottom: 0;
    border-bottom: 2px solid var(--home-cinza);
}

.link-logo{
    object-fit: contain;
    width: 40%;
    height: 70%;
}
.link-logo .img-logo{
    width: 100%;
    height: 100%;
}
.header .navbar .container-fluid{
    width: 40%;
}
.header .navbar .div-menu{
    flex: 1;
    display: flex;
    align-items: center;
}
.header .navbar-nav.menu{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.3rem;
}
.header .navbar .div-menu .nav-item{
    transition: .3s ease;
}
.header .navbar .div-menu .nav-item:hover{
    background-color: var(--home-verde);
}
.header .navbar .div-menu .nav-item a{
    transition: .3s ease;
}
.header .navbar .div-menu .nav-item:hover a{
    color: #fff;
}

.header .navbar .div-menu button{
    background-color: var(--home-cinza);
    padding: .3em .5em;
    color: var(--cinza-fonte);
    font-weight: bold;
    border: none;
    outline: none;
    cursor: pointer;
}
.header .navbar .div-menu button:hover{
    background-color: var(--home-verde);
    transition: .3s ease;
    color: #fff;
}

.section-apresentacao{
    display: flex;
    min-height: 80vh;
    justify-content: space-between;
    flex-direction: row;
    padding: 3em 7em;
    gap: 7em;
}

.section-apresentacao .article-texto{
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}




.article-texto .apresentacao{
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.5rem;
}
.article-texto .apresentacao h1{
    display: block;
    font-size: 3rem;
    font-weight: 900;
    word-spacing: .1em;
    margin-bottom: .5em;
}
.article-texto .apresentacao h2{
    font-size: 1.5rem;
    margin-bottom: 2em;
    font-weight: 350;
}
.article-texto button{
    width: 14em;
    height: 3em;
}

.article-texto .clientes h3{
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #ddd;
}

.article-texto .clientes .clientes-logos{
    display: flex;
    gap: .4em;
    justify-content: space-around;
}

.clientes-logos .logo-item{
    flex: 1;
}
.logo-item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section-apresentacao .article-img {
    display: flex;
    align-items: baseline;
    flex: 1;
}

.article-img img {
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 10px;
}

.sections{
    min-height: 65vh;
}

.sections.setew{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 6%;
}
.sections.setew .article-setew{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 7%;
}

.sections.setew .article-setew img {
    height: 19em;
}
.sections.setew .link-logo{
    width: 40%;
    height: auto;
}
.sections.setew .link-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.article-setew .setew-texto {
    text-align: center;
    width: 55%;
    margin-top: 2em;
    font-size: 1.5rem;
}

.article-setew-servicos{
    width: 85%;
    display: flex;
    flex-flow: row wrap;
    gap: 2em;
    font-size: 1.5rem;
}
.servico{
    width: calc(50% - 2em);

    display: flex;
    flex-flow: row nowrap;
}

.servico .servico-icone{
    width: 20%;

    font-size: 4rem;
    color: var(--home-verde);
    display: flex;
    justify-content: center;
    align-items: center;
}
.servico .servico-icone img {
    align-self: baseline;
    width: 60%;
    border-radius: 10px;
}

.servico .servico-texto{
    flex: 1;
}
.servico-texto h5{
    font-weight: 900;
    font-size: 1.5rem;
}
.servico-texto p{
    font-size: 1.rem;
}

.print{
    position: relative;
    padding: 0 17em;
    margin-bottom: 4%;
}

.print .faixa-do-texto{
    background-color: #;
    width: 100%;
    height: 35vh;
    margin: 5vh 0;
    display: flex;
    align-items: center;
    background: #18b27f;
    color: #fff;
    border-radius: 10px;
}
.faixa-do-texto h4{
    display: block;
    width: 25%;
    margin-left: 3em;
    font-weight: 900;
}

.print .img-print{
    width: 42%;
    height: auto;
    position: absolute;
    top: -6vw;
    right: 12vw;
}
.img-print img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.chance-vendas{
    padding-left: 3em;
    padding-right: 5vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 6em;
    margin: 5% 0;
}

.chance-vendas .print-chance-vendas{
    width: 20%;
    height: auto;
}
.print-chance-vendas img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.chance-vendas .chance-vendas-texto{
    display: flex;
    align-items: center;padding-bottom: 3em;
    width: 50%;
    font-size: 1.5rem;
    flex-direction: column;
    justify-content: center;
}
.chance-vendas-texto p{
    display: block;
    width: 100%;
    z-index: 99;
}

.chance-vendas .lgpd {
    font-size: 1.3rem !important;
}

.section-fale-conosco{
    display: flex;
    flex-flow: row nowrap;
    width: 88%;
    min-height: 61vh;
    align-content: center;
    align-items: center;
    margin: 5% auto 7% auto;
}

.section-prints {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 3em;
    /* padding-bottom: 3em; */
}

.fale-conosco-imagem{
    width: 38%;
    height: auto;
}
.fale-conosco-imagem img{
    width: 100%;
    /*! height: 100%; */
    object-fit: contain;
    border-radius: 10px;
}

.fale-conosco-texto{
    flex:1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    margin-left: 3em;
}
.fale-conosco-texto p{
    display: block;
    width: 100%;
    font-size: 1.5rem !important;
}

footer{
    display: flex;
    justify-content: space-around;
    background-color: var(--home-cinza);
    padding: 3% 0;
}

footer .white-bar {
    height: 100%;
    width: 2em;
    padding: 4% 0
}

footer .footer-setew{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
footer section .link-logo{
    height: auto;
    width: 30%;
    padding: 7% 0;
}
.footer-setew p {
    margin: unset;
    width: 60%;
    font-size: 1.2em;
}

.footer-setew .dev-atibaia{
    font-size: 1em;
    padding: 4% 0;
}

.dev-atibaia i {
    color: var(--home-verde);
}

.footer-contatos{
    margin: 1em 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;

    font-size: 1.5em;
}
.footer-creditos{
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
footer .creditos{
    font-size: .6em !important;
}

.footer-direitos {
    display: flex;
    justify-content: flex-start;
    font-size: 1.4em !important;
    padding: 0.5em 1.5em;
}

.link-fale-conosco a {
    all: unset;
}

@media (max-width: 750px){
    .print .img-print{
        width: 80%;
        top: -1vw;
        right: 6vw;
    }
    .print .faixa-do-texto{
        width: 100%;
        height: 45vh;
        margin: 5vh 4vh;
        display: flex;
        align-items: center;
        background: #18b27f;
        color: #fff;
        border-radius: 10px;
    }
    .img-print img{
        border-radius: 10px;
        /* top: 18vw; */
    }
    .faixa-do-texto h4{
        display: block;
        width: 100%;
        font-weight: 900;
        padding: 27vh 8vh 2vh 0vh;
    }
    .header .navbar::after{
        left: 1em;
        right: 1em;
    }
    .header .navbar .container-fluid{
        width: 100%;
    }
    .section-apresentacao {
        flex-direction: column;
        padding: 0% 7%;
    }
    .section-apresentacao .article-texto {
        width: 100%;
    }
    .article-setew-servicos {
        flex-direction: column;
    }
    .sections{
        flex-direction: column;
        width: 100%;
        text-align: left;
    }
    .fale-conosco-imagem {
        width: 80%;
        padding-bottom: 5%;
    }
    .servico {
        width: 100%;
    }
    .print {
        flex-direction: column;
        display: flex;
        padding: 0;
    }
    .chance-vendas {
        flex-direction: column;
        gap: 2em;
    }
    footer {
        flex-direction: column;
        width: 100%;
        padding: 10% 11%;
    }
    footer .footer-setew {
        width: 100%;
    }
    footer .footer-setew p {
        width: 100%;
    }
    .footer-creditos {
        width: 100%;
    }
    .chance-vendas .chance-vendas-texto {
        width: 100%;
    }
    .chance-vendas .print-chance-vendas {
        width: 40%;
    }
    .link-logo .img-logo{ 
        height: auto;
        width: 180px;
    }
    .article-setew .setew-texto {
        width: 100%;
        padding: 3% 7%;
        text-align: left;
    }
}