header nav {
    display: none;
}

body.cases {
    padding: 0px;
    margin: 0px !important;
    background: var(--fontPrimary);
}

div.bg {
    position: relative;
}

video.video {
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -1;
    filter: brightness(0.5);
}

section.title .container {
    align-items: center;
    padding-top: 220px;
    padding-bottom: 300px;
    width: calc(100% - 25vw);
}

section.title .container {
    gap: 40px;
}

section.title .container h1 {
    font-size: 70px;
    font-weight: 700;
    text-align: center;
    max-width: 600px;
}

section.title .container .button {
    display: flex;
    gap: 30px;
}

section.networking .container .plusOne {
    transform: translateX(-200%);
}

section.title .container .button > a {
    padding: 20px 55px;
    background: var(--objColor);
    border-radius: 100px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    color: #000;
}

section.title .container .button > a.blk{
    background: #000;
    color: var(--fontPrimary);
}
section.last {
    background: var(--fontPrimary);
    position: relative;
    overflow: hidden;
}

section.last .container {
    gap: 60px;
    padding-top: 150px;
    padding-bottom: 150px;
    background: var(--fontPrimary);
}

section.last .a {
    left: 10%;
    top: 10%;
    z-index: 0;
    width: 100px;
    height: 100px;
    position: absolute;
    animation: flotate 8s ease-in-out infinite;
}

section.last .b {
    right: 20%;
    bottom: 20%;
    z-index: 0;
    width: 100px;
    height: 100px;
    position: absolute;
    animation: flotate 8s 5s ease-in-out infinite;
}

@keyframes flotate {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0px);
    }
}

section .container h2 {
    font-size: 45px;
    font-weight: 600;
    text-align: center;
}

section.last .container h2 {
    color: #000;
}

div.boxPlay {
    border-radius: 20px;
    overflow: hidden;
}

div.boxPlay iframe{
    width: 900px;
    height: 400px;
}

section.last .glassBubble.one {
    position: absolute;
    width: 600px;
    height: 350px;
    right: 0;
    top: 0;
    animation: rotateone 8s ease-in-out infinite;
    transform: rotate(-35deg) translate(30%, 30%);
    box-shadow: -15px 5px 20px 0px #00000060;
    opacity: 0.35;
} 

section.last .glassBubble.two {
    position: absolute;
    width: 600px;
    height: 350px;
    left: 0;
    bottom: 0;
    animation: rotatetwo 8s ease-in-out infinite;
    transform: translate(20%, 20%) rotate(35deg);
    box-shadow: 15px 20px 20px 0px #00000060;
    opacity: 0.7;
}

@keyframes rotatetwo {
    0% {
        transform: translate(20%, 20%) rotate(35deg);
    }
    50% {
        transform: translate(20%, 20%) rotate(40deg);
    }
    100% {
        transform: translate(20%, 20%) rotate(35deg);
    }
}

@keyframes rotateone {
    0% {
        transform: rotate(-35deg) translate(30%, 30%);
    }
    50% {
        transform: rotate(-40deg) translate(30%, 30%);
    }
    100% {
        transform: rotate(-35deg) translate(30%, 30%);
    }
}

section.networking {
    background: #000;
    padding-top: 50px;
    padding-bottom: 50px;
}

section.networking .container {
    position: relative;
}

section.networking .container .plusOne {
    width: 70px;
    height: 70px;
    left: 10%;
    position: absolute;
}

section.networking .carousel {
    display: flex;
    width: 100%;
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 70px;
}

@keyframes slide {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50.25%);
    }
}

section.networking .carousel .faixa {
    display: flex;
    gap: 40px;
    animation: slide 28s linear infinite;
}

section .container h3 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

section.networking .companies {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-items: center;
    gap: 50px;
    margin-top: 50px;
}

section.networking .container .plusTwo {
    width: 60px;
    height: 60px;
    right: 10%;
    top: -10%;
    position: absolute;
}

section.whatIs .container {
    max-width: 1000px;
    padding-top: 100px;
    padding-bottom: 100px;
    gap: 40px;
    border-bottom: 3px solid var(--styleColor);
}

section.whatIs .container .block {
    gap: 40px;
}

section.whatIs .container img {
    flex: 1;
    min-width: 0px;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    object-position: right;
}

section.whatIs .container p {
    color: #000;
    height: max-content;
    text-align: justify;
    font-size: 22px;
    font-weight: 600;
}

section.whatIs .container .subBlock {
    flex: 1;
    gap: 40px;
}

section.whatIs .container h2 {
    color: #000;
    margin-bottom: 30px;
}

section.whatIs .container .imgInTxt.t {
    object-position: center;
}

section.whatIs .container .imgInTxt.s {
    height: 550px;
    min-height: 550px;
    object-position: center;
}

@media (max-width: 1200px) {
    section.title .container h1 {
        font-size: 45px;
    }

    section.title .container .button > a {
        padding: 12px;
        text-align: center;
    }

    section.last .glassBubble {
        display: none;
    }

    section.last b.b {
        display: none;
    }

    section.last .boxPlay {
        width: 100%;
    }

    section.last .boxPlay iframe {
        width: 100%;
    }

    section.whatIs .container .block.first,
    section.whatIs .container .block .subBlock.last {
        flex-direction: column-reverse;
    }

    section.whatIs .container .block {
        flex-direction: column;
    }

    section.whatIs .param {
        line-height: 1.6;
    }

    section.whatIs img {
        min-height: 500px;
    }
}

@media (max-width: 650px) {
    section.last .boxPlay iframe {
        height: 280px;
    }

    section .container h2 {
        font-weight: 600;
        font-size: 35px;
        text-align: start;
    }

    section.whatIs h2 {
        text-align: center;
    }

    section.last b.a {
        width: 60px;
        height: 60px;
        left: initial;
        right: 12.5vw;    
    }
    
    section.networking .container .plusOne {
        right: 6vw;
        top: -40px;
        left: initial;
        width: 50px;
        height: 50px;
    }

    section.networking .container .plusTwo {
        display: none;
    }

    section .container h3 {
        font-weight: 600;
        text-align: center;
        font-size: 25px;
    }

    section.networking .companies svg {
        grid-template-columns: repeat(2, 1fr);
        height: 25px;
    }

    section.networking .faixa img {
        min-height: 550px;
        width: 400px;
        object-fit: cover;
        border-radius: 15px;

    }
}
