@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,800');

html,
body {
    height: 100%;
    min-height: 18em;
    display: flex;
    width: 100%;
    background-color: black !important;
    z-index: 1;
    transition: 0.3s;
}

.split-pane {
    padding-top: 1em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 50%;
    min-height: 9em;
    font-size: 1.5em;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
}

@media(min-width: 500px) {
    .split-pane {
        padding-top: 1.5em;
        height: 100%;
    }
}

.tt {
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
}

.split-pane>div {
    position: relative;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.split-pane>div .text-content {
    line-height: 1.6em;
    margin-bottom: 1em;
}

.split-pane>div .text-content .big {
    font-size: 1em;
    font-family: "League Spartan", serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.split-pane>div img {
    height: 1.3em;
}



.split-pane button,
.split-pane a.button {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    background: none;
    border: 1px solid white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 15em;
    padding: 0.7em;
    font-size: 0.5em;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-decoration: none;
    color: white;
    display: inline-block;
    cursor: pointer;
}

.split-pane button:hover,
.split-pane a.button:hover {
    text-decoration: none;
    background-color: white;
    border-color: white;
    cursor: pointer;
}

.uiux-side.split-pane button:hover,
.split-pane a.button:hover {
    color: #1AAD64;
}

.frontend-side.split-pane button:hover,
.split-pane a.button:hover {
    color: #1AAD64;
}

.frontend-side {
    background-color: #fcb900;
    z-index: -1;
}

#split-pane-or {
    font-size: 2em;
    color: white;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 925px) {
    #split-pane-or {
        top: 15%;
    }

    .scrolling-text {
        rotate: 90deg !important;
    }
}

#split-pane-or>div img {
    height: 2.5em;
}

@media (max-width: 500px) {
    #split-pane-or {
        position: absolute;
        top: 50px;
    }

    #split-pane-or>div img {
        height: 2em;
    }
}

@media(min-width: 500px) {
    #split-pane-or {
        font-size: 4em;
    }
}

.big {
    font-size: 2em;
}

#slogan {
    position: absolute;
    width: 100%;
    z-index: 100;
    text-align: center;
    vertical-align: baseline;
    top: 0.5em;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4em;
}

@media(min-width: 500px) {
    #slogan {
        top: 5%;
        font-size: 1.8em;
    }
}

#slogan img {
    height: 0.7em;
}

.bold {
    text-transform: uppercase;
}

.big {
    font-weight: 800;
}

.split-pane {
    position: relative;
    /* Ensure the div has positioning context */
    overflow: hidden;
    /* Hide any overflow from the video */
}


.text-content,
button,
a {
    position: relative;
    /* Ensure text and buttons are above the overlay */
    z-index: 1;
    /* Keep content above the overlay */
    color: white;
    /* Set text color to white for contrast */
}

@media (min-width: 501px) {
    .col-sm-6 {
        width: 50%;
    }
}

.split-pane.col-xs-12.col-md-6.uiux-side.col-sm2-6:hover .background-video,
.split-pane.col-xs-12.col-md-6.frontend-side.col-sm2-6:hover .background-video {
    opacity: 1;
    transition: 0.3s;
}

.background-video {
    opacity: 0.3;
}

.split-pane.col-xs-12.col-md-6.uiux-side.col-sm2-6:hover button {
    text-decoration: none;
    background-color: white;
    border-color: white;
    cursor: pointer;
}

.split-pane.col-xs-12.col-md-6.uiux-side.col-sm2-6:hover button {
    color: #1AAD64;
}

.split-pane.col-xs-12.col-md-6.frontend-side.col-sm2-6:hover button {
    text-decoration: none;
    background-color: white;
    border-color: white;
    cursor: pointer;
}

.split-pane.col-xs-12.col-md-6.frontend-side.col-sm2-6:hover button {
    color: #1AAD64;
}


#split-pane-or {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* Centraliza verticalmente */
}

.title {

    font-weight: 200;
    /* Estilo de negrito para destaque */
}



.moon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 55%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -2;
}

/* Animação para elementos vindos da esquerda */
@keyframes slideInLeft {
    from {
        transform: translateX(-100%);
        /* Começa fora da tela à esquerda */
        opacity: 0;
        /* Inicia invisível */
    }

    to {
        transform: translateX(0);
        /* Termina na posição original */
        opacity: 1;
        /* Fica visível */
    }
}

/* Animação para elementos vindos da direita */
@keyframes slideInRight {
    from {
        transform: translateX(100%);
        /* Começa fora da tela à direita */
        opacity: 0;
        /* Inicia invisível */
    }

    to {
        transform: translateX(0);
        /* Termina na posição original */
        opacity: 1;
        /* Fica visível */
    }
}

/* Aplica a animação de vir da esquerda */
.animate-left {
    animation: slideInLeft 1s ease-out forwards;
    /* Duração de 1s, suavização e direção 'forwards' para manter o estado final */
}

/* Aplica a animação de vir da direita */
.animate-right {
    animation: slideInRight 1s ease-out forwards;
    /* Duração de 1s, suavização e direção 'forwards' para manter o estado final */
}

.label {
    background-color: white;
    width: 400px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    color: black;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: 80px;
    text-align: left;
    padding: 10px;
}

.label-image-img {
    height: 1.3em;
    width: 60px;
    height: 60px !important;
    margin-left: 10px;
}

.name {
    font-weight: 600;
    font-size: 16pt;
}

.text {
    font-size: 14pt;
}

.cont-text {
    margin-left: 10px;
}

/* CSS para alterar a cor do background do body ao fazer hover na div específica */
body:has(.split-pane.col-xs-12.col-md-6.uiux-side.col-sm2-6:hover) {
    background-color: #eeeeee !important;
    /* Altera o background do body para branco */
    transition: background-color 0.3s ease;
    /* Transição suave para a mudança de cor */
}

/* Seleciona .cont-text para alterar cor do texto no hover */
.split-pane.col-xs-12.col-md-6.uiux-side.col-sm2-6:hover~.cont-text {
    color: rgb(182, 182, 182);
    /* Altera a cor do texto para preto */
    transition: color 0.3s ease;
    /* Transição suave para a mudança de cor */
}

/* Define a animação de rotação */
@keyframes rotate360 {
    from {
        transform: rotate(0deg);
        /* Começa a 0 graus */
    }

    to {
        transform: rotate(360deg);
        /* Termina a 360 graus */
    }
}

/* Aplica a animação à imagem */
.red {
    animation: rotate360 6s linear infinite;
    /* Duração de 3 segundos, rotação suave e infinita */
    width: 130px;
    position: absolute;
    top: 100px;
    left: 100px;
}

.yellow {
    animation: rotate360 6s linear infinite;
    /* Duração de 3 segundos, rotação suave e infinita */
    width: 130px;
    position: absolute;
    bottom: 100px;
    right: 100px;
}

/* Estilos para a div da imagem */
.label-image {
    position: relative;
    /* Define o contexto para o balão de chat */
    display: inline-block;
    /* Garante que o tamanho dependa do conteúdo */
}

/* Estilos para a imagem */
.label-image-img {
    display: block;
    /* Remove o espaço embaixo da imagem */
    max-width: 100%;
    /* Ajusta a imagem ao tamanho do contêiner */
    height: auto;
    /* Mantém a proporção da imagem */
}

/* Estilos para o balão de chat */
.chat-bubble {
    position: absolute;
    /* Posiciona o balão sobre a imagem */
    top: -40px;
    /* Ajuste conforme necessário para posicionar acima da imagem */
    left: 50%;
    /* Centraliza o balão horizontalmente */
    transform: translateX(-50%) scale(0);
    /* Inicialmente escondido e reduzido */
    background-color: #fff;
    /* Cor de fundo do balão */
    border: 1px solid #ddd;
    /* Borda do balão */
    border-radius: 10px;
    /* Arredonda os cantos do balão */
    padding: 8px 12px;
    /* Espaçamento interno do balão */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    /* Sombra para o balão */
    font-size: 14px;
    /* Tamanho do texto */
    color: #333;
    /* Cor do texto */
    white-space: nowrap;
    /* Impede quebra de linha */
    opacity: 0;
    /* Inicialmente invisível */
    animation: showBubble 1s ease-out 2s forwards;
    /* Animação com atraso de 2 segundos */
}

/* Seta do balão */
.chat-bubble::after {
    content: '';
    position: absolute;
    bottom: -10px;
    /* Posiciona a seta abaixo do balão */
    left: 50%;
    /* Centraliza a seta */
    transform: translateX(-50%);
    /* Ajuste para centralização */
    border-left: 10px solid transparent;
    /* Define a seta */
    border-right: 10px solid transparent;
    /* Define a seta */
    border-top: 10px solid #fff;
    /* Cor da seta */
}

/* Animação para o balão de chat */
@keyframes showBubble {
    0% {
        opacity: 0;
        transform: translateX(-50%) scale(0);
        /* Começa invisível e reduzido */
    }

    60% {
        opacity: 1;
        transform: translateX(-50%) scale(1.1);
        /* Aumenta um pouco além do tamanho final */
    }

    100% {
        opacity: 1;
        transform: translateX(-50%) scale(1);
        /* Finaliza no tamanho normal */
    }
}

/* Estiliza o contêiner para ocupar toda a altura da página */
.scrolling-container {
    top: 0;
    left: 0;
    width: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    text-align: center;
}

/* Estilo para o texto vertical que rola */
.scrolling-text {
    position: fixed;
    transform: rotate(-90deg);
    white-space: nowrap;
    animation: scrollUp 10s linear infinite;
    font-size: 1em;
    font-weight: bold;
    color: white;
    text-align: center;
    transform: translateX(-50%);
}

/* Animação para deslizar o texto para cima */
@keyframes scrollUp {
    0% {
        transform: translateY(100%) rotate(-90deg);
        /* Começa fora da tela, abaixo */
    }

    100% {
        transform: translateY(-5000%) rotate(-90deg);
        /* Termina fora da tela, acima */
    }
}

.right .text-content {
    color: black;
    max-width: 350px;
    background-color: white;
    padding: 50px;
    margin: 0 auto;
    text-align: left;
    font-weight: 400;
    text-transform: uppercase;
}

.noradius {
    border-radius: 1px !important;
    color: black !important;
    border: 1px solid black !important;
}

.red1 {
    background-color: #f3f2f2;
    color: black;
    max-width: 250px;
    text-align: left !important;
    position: absolute !important;
    top: 92px !important;
    left: 50px;
    padding: 10px;
    line-height: 20pt;
    font-weight: 400;
    display: none;
    /* Começa oculta */
    opacity: 0;
    /* Inicialmente invisível */
    transition: opacity 1s ease-in-out;
    /* Transição de opacidade */
}

.red2 {
    background-color: #f3f2f2;
    color: black;
    max-width: 250px;
    text-align: left !important;
    position: absolute !important;
    top: 85% !important;
    right: 50px;
    padding: 10px;
    line-height: 20pt;
    font-weight: 400;
    display: none;
    /* Começa oculta */
    opacity: 0;
    /* Inicialmente invisível */
    transition: opacity 1s ease-in-out;
    /* Transição de opacidade */
}

.fade-in {
    display: block;
    /* Torna visível para animação */
    opacity: 1;
    /* Alvo da animação */
    transition: opacity 1s ease-in-out;
    /* Transição de fade-in leva 5 segundos */
}

.fade-out {
    opacity: 0;
    /* Volta para invisível */
    transition: opacity 1s ease-in-out;
    /* Transição de fade-out leva 8 segundos */
}

@media (max-width: 900px) {
    .right .text-content {
        max-width: 275px;
    }

    .label {
        zoom: 0.7;
    }

    .col-sm2-6 {
        width: 100% !important;
        flex: auto !important;
    }

    body {
        display: flex;
        flex-direction: column;
    }

    .split-pane>div .text-content .big {
        font-size: 1.5em;
    }

    .rotated-text {
        transform: rotate(0deg);
    }

    .red {
        animation: rotate360 6s linear infinite;
        width: 70px;
        position: absolute;
        top: 10px;
        left: 35px;
        z-index: -1;
    }

    .yellow {
        animation: rotate360 6s linear infinite;
        width: 70px;
        position: absolute;
        bottom: 5px;
        right: 30px;
        z-index: -1;
    }

    .red1 {
        background-color: #f3f2f2;
        color: black;
        max-width: 213px;
        text-align: left !important;
        position: absolute !important;
        top: 80px !important;
        left: 50px;
        padding: 9px;
        line-height: 16pt;
        font-weight: 400;
        display: none;
        opacity: 1;
        transition: opacity 1s ease-in-out;
    }

    .red2 {
        background-color: #f3f2f2;
        color: black;
        max-width: 213px;
        text-align: right !important;
        position: absolute !important;
        top: 63% !important;
        right: 20px;
        padding: 9px;
        line-height: 16pt;
        font-weight: 400;
        display: none;
        opacity: 1;
        transition: opacity 1s ease-in-out;
    }

    .label.animate-right {
        display: none !important;
    }

    .tt.text-content {
        text-shadow: 2px 2px 2px #0000004a;
    }

    .btn-isaac {
        background: #333030ba;
        width: 250px;
        font-size: 12pt;
    }
}

#imagem {
    width: 50px;
    height: 50px;
    position: absolute;
    display: none;
    border-radius: 200px;
    z-index: 100;
}

#imagem2 {
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 200px;
    z-index: 100;
}

.chat-balloon {
    position: absolute;
    top: -38px;
    left: 17%;
    transform: translateX(-50%);
    background-color: rgb(241, 241, 241);
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px;
    white-space: nowrap;
    display: none;
    z-index: 1001;
}

.text-content:hover {
    transform: scale(1.2);
}

.text-content {
    transition: transform 0.3s ease;
}

.moon-div:hover .moon {
    width: 585px;
    transition: width 0.5s ease;
    /* Suaviza a mudança da largura */
}

.moon {
    transition: width 0.5s ease;
    /* Suaviza a mudança da largura */

}

.language-selector {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1000;
    font-family: Arial, sans-serif;
}

.language-button {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.language-button img.flag {
    width: 20px;
    height: 15px;
}

.language-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    z-index: 2000;
}

.language-menu li {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    transition: background-color 0.2s;
}

.language-menu li img.flag {
    width: 20px;
    height: 15px;
}

.language-menu li:hover {
    background-color: #f0f0f0;
}

.language-button span {
    color: black;
}

.tt > .bold {
    font-size: 2em !important;
}