
/* Serviços - Inicio */

:root {
    --background-color: black;
    --border-color: #ff6d00;
    --border-width: 0.15em;
    --edge-size: 3em;
}

.article .servicos,
.article .services {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.article .servicos .title,
.article .services .title  {
    width: 100%;
    color: #ff6d00;
    font-size: 62px;
    text-align: center;
    font-family: "Mosvita", sans-serif;
    font-weight: 700;
}

.article .servicos .produtos,
.article .services .serviceslist {
    display: flex;
    margin-top: 10px;
    /* gap: 25px; */
}

.article .servicos .produtos .produto,
.article .services .serviceslist .serviceitem {
    position: relative;
    width: 390px;
    height: 558px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end; 
    overflow: hidden;
    filter: grayscale(100%);
    transition: filter 0.5s ease-in-out;
}

.article .servicos .produtos .produto:hover,
.article .services .serviceslist .serviceitem:hover {
    filter: grayscale(0%);
}

.article .servicos .produtos .produto::before,
.article .services .serviceslist .serviceitem::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--border-color);
    z-index: -2;
    clip-path: polygon(
        var(--edge-size) 0%,
        100% 0,
        100% calc(100% - var(--edge-size)),
        calc(100% - var(--edge-size)) 100%,
        0 100%,
        0% var(--edge-size)
    );
}


.article .servicos .produtos .produto::after,
.article .services .serviceslist .serviceitem::after {
    content: "";
    position: absolute;
    inset: var(--border-width);
    z-index: -1;
    clip-path: polygon(
        var(--border-width) calc(var(--edge-size) + var(--border-width) * 0.5),
        calc(var(--edge-size) + var(--border-width) * 0.5) var(--border-width),
        calc(100% - var(--border-width)) var(--border-width),
        calc(100% - var(--border-width))
            calc(100% - calc(var(--edge-size) + var(--border-width) * 0.5)),
        calc(100% - calc(var(--edge-size) + var(--border-width) * 0.5))
            calc(100% - var(--border-width)),
        calc(var(--border-width)) calc(100% - var(--border-width))
    );
}

.content {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 80%, rgba(0, 0, 0, 0) 100%);
    width: 98%;
    font-family: "Mosvita", sans-serif;

    position: absolute;
    transform: translateY(-0.2em);
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    clip-path: polygon(
        var(--edge-size) 0%,
        100% 0,
        100% calc(100% - var(--edge-size)),
        calc(100% - var(--edge-size)) 100%,
        0 100%,
        0% var(--edge-size)
    );
    z-index: 1; 
}

.article .servicos .produtos .produto .video,
.article .services .serviceslist .serviceitem .video  {
    position: absolute;
    width: 98%;
    height: 99%;
    object-fit: cover;
    transform: translateY(-0.2em);
    clip-path: polygon(
        var(--edge-size) 0%,
        100% 0,
        100% calc(100% - var(--edge-size)),
        calc(100% - var(--edge-size)) 100%,
        0 100%,
        0% var(--edge-size)
    );
    z-index: -1; 
}

.article .servicos .produtos .produto .box,
.article .servicos .produtos .produto .text,
.article .services .serviceslist .serviceitem .box,
.article .services .serviceslist .serviceitem .text  {
    position: relative;
    z-index: 2; 
    text-align: center;
    color: white;
    padding: 10px;
    border-radius: 8px;
    width: 90%;
}

.article .servicos .produtos .produto .text,
.article .services .serviceslist .serviceitem .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Mosvita", sans-serif;
    font-weight: 910;
    font-size: 38px;
    padding: 8px;
}

.article .servicos .produtos .produto .text-small,
.article .services .serviceslist .serviceitem .text-small {
    font-size: 31px;
}

.article .servicos .produtos .produto .text .inline-text,
.article .services .serviceslist .serviceitem .text .inline-text {
    display: inline-block;
    white-space: nowrap;
}

.article .servicos .produtos .produto .text .highlight,
.article .services .serviceslist .serviceitem .text .highlight {
    color: #ff6d00;
    font-weight: 900;
}

.article .servicos .produtos .produto .box,
.article .services .serviceslist .serviceitem .box {
    display: flex;
    justify-content: center;
    margin-bottom: -1px;
    z-index: 2;
}


.article .servicos .splide.prod,
.article .services .splide.servi {
    width: 1100px;
    margin-top: 30px;
}



/* SERVIÇOS  */
.top-info {
    position: absolute;
    top: 5%; 
    left: 50%;
    transform: translate(-50%, 0);
    width: 90%;
    text-align: center;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 0;
    border-radius: 8px;
}

.top-info .text {
    font-family: "Mosvita", sans-serif;
    font-weight: 910;
    font-size: 32px;
    color: white;
}

.bottom-info {
    position: absolute;
    bottom: 0.5%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 98%; 
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    transition: opacity 0.4s ease-in-out, transform 0.3s ease-in-out;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 80%, rgba(0, 0, 0, 0) 100%);
    font-family: "Mosvita", sans-serif;
    padding: 50px 0;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% calc(100% - var(--edge-size)), 
        calc(100% - var(--edge-size)) 100%, 
        0% 100%, 
        0% calc(100% - var(--edge-size)) 
    );
    z-index: 1; 

}

.serviceitem:hover .bottom-info {
    opacity: 1;
}

.bottom-info .description {
    font-size: 16px;
    font-family: "Mosvita", sans-serif;
    font-weight: 910;
    color: white;
    line-height: 1.5;
    padding: 3px;
}


/* Serviços - Fim */

/* produto-detalhes - Inicio */

.article .produto-detalhes .tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Mosvita", sans-serif;
    font-weight: 400;
    font-size: 32px;
    margin-bottom: 60px;
    color: #434343;
    gap: 20px;
}

.article .produto-detalhes .tab {
    transition: color .3s;
    padding: 10px 30px;
    cursor: pointer;
}

.article .produto-detalhes .tab:hover {
    color: #777;
}

.article .produto-detalhes .tab.selected {
    font-family: "Mosvita", sans-serif;
    font-weight: 700;
    color: #ff6d00;
}

.article .produto-detalhes .line {
    width: 2px;
    height: 55px;
    background: #434343;
}

.article .splide.produto-carousel {
    width: 1150px;
    display: flex;
    justify-content: center;
}

.article .splide.produto-carousel .box {
    height: auto;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.article .splide.produto-carousel .box .context {
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center;
    text-align: center; 
    max-width: 600px;
}

/* Título */
.article .splide.produto-carousel .box .title {
    font-family: "Mosvita", sans-serif;
    font-weight: 700;
    color: #ff6d00;
    font-size: 62px;
    text-transform: uppercase;
    text-align: center;
}

/* Subtítulo*/
.article .splide.produto-carousel .box .subtitle {
    font-family: "Mosvita", sans-serif;
    font-weight: 600;
    color: #ff6d00;
    font-size: 32px;
    margin-top: 10px;
    text-align: center;
}

.article .splide.produto-carousel .box .desc {
    font-family: "Mosvita", sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 22px; 
    line-height: 1.4; 
    text-align: center;
    white-space: normal;
    width: 100%; 
    max-width: 600px; 
    margin: 0 auto; 
}


.article .splide.produto-carousel .box.gamescomlatam .title {
    font-family: "Mosvita", sans-serif;
    font-weight: 900;
    color: #ff6d00;
    font-size: 52px;
    text-transform: uppercase;
    text-align: center;
}

.article .splide.produto-carousel .box.sinuca .title {
    font-family: "Mosvita", sans-serif;
    font-weight: 900;
    color: #ff6d00;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
}

.article .splide.produto-carousel .box.gamescomlatam .desc {
    font-family: "Mosvita", sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 20px; 
    line-height: 1.6;
    white-space: pre-line;
    text-align: center;
}

/* número destaque */
.article .splide.produto-carousel .box .highlight-number {
    font-family: "Mosvita", sans-serif;
    font-weight: 700;
    color: #ff6d00;
    font-size: 48px;
    margin-top: 20px;
    text-align: center;
}

/* subinfo */
.article .splide.produto-carousel .box .sub-info {
    font-family: "Mosvita", sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 32px;
    text-align: center;
}


.splide.produto-carousel .gradiente.one, 
.splide.produto-carousel .gradiente.two {
    width: 20px;
}

.article .produto-detalhes .tabs.smallpro {
    font-size: 18px;
    gap: 15px;
    margin-top: 0%;
}

.article .produto-detalhes .tabs.smallpro .tab {
    padding: 6px 0px;
    font-size: 16px;
}

/* produto-detalhes - Fim */




/* Contatos - Inicio */
.article .contatos {
    display: flex;
    gap: 90px;
}

.article .contatos .form {
    display: flex;
    flex-direction: column;
}

.article .contatos .form .title {
    font-family: "Mosvita", sans-serif;
    font-weight: 700;
    font-size: 68px;
    color: #ff6d00;
    line-height: 65px;
    margin-bottom: 20px;
}

.article .contatos .form input, .article .contatos .form textarea {
    border: none;
    outline: none;
    font-family: "Mosvita", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    background: #242424;
    border: 1px solid #434343;
    border-radius: 5px;
    padding: 8px 14px;
    margin: 4px 0;
}

.article .contatos .form .box {
    display: flex;
    justify-content: flex-end;
}

.article .contatos .form .submit {
    font-family: "Mosvita", sans-serif;
    font-weight: 700;
    background: #ff6d00;
    padding: 8px 12px;
    border-radius: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.article .contatos .line {
    width: 2px;
    height: 508px;
    background: #434343;
}

.article .contatos .contato {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.article .contatos .contato .icon, .article .contatos .contato .icon svg {
    width: 75px;
    height: 75px;
    color: #ff6d00;
}

.article .contatos .contato .number {
    font-family: "Mosvita", sans-serif;
    font-weight: 700;
    font-size: 32px;
    padding: 25px 0;
    color: #fff;
}

.article .contatos .contato .email {
    font-family: "Mosvita", sans-serif;
    font-weight: 700;
    font-size: 32px;
    padding: 25px 0;
    color: #fff;
}

.article .contatos .contato .desc {
    font-family: "Mosvita", sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #fff;
}
/* Contatos - Fim */