.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;overscroll-behavior:auto;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-animation-duration:1400ms;}.elementor-kit-6 e-page-transition{background-color:#000000;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.site-logo img {
    max-width: 150px; /* Ajuste o valor para o tamanho desejado */
}

/* Estilos gerais do cabeçalho */
header {
    background-color: #1a1a1a; /* Cor de fundo escura */
    color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra suave */
    padding: 10px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
}

/* Estilo para os itens de navegação */
header nav {
    display: flex;
    gap: 20px; /* Espaço entre os itens */
    font-family: Arial, sans-serif;
}

/* Estilo para os links de navegação */
header nav a {
    color: #ffffff;
    text-decoration: none;
    padding: 8px 15px;
    font-weight: 500;
    font-size: 16px;
    transition: color 0.3s ease, border-bottom 0.3s ease;
    position: relative;
}

header nav a:hover {
    color: #00b4d8; /* Cor de destaque ao passar o mouse */
}

/* Adiciona uma linha de destaque embaixo do link ao passar o mouse */
header nav a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #00b4d8; /* Cor da linha */
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

header nav a:hover::after {
    width: 80%; /* Largura da linha ao passar o mouse */
}

/* Estilo para o botão "Contacte-nos" */
header nav a.contact-button {
    background-color: #00b4d8;
    color: #ffffff;
    padding: 8px 15px;
    border-radius: 5px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    text-transform: uppercase;
}

header nav a.contact-button:hover {
    background-color: #0077b6; /* Cor do botão ao passar o mouse */
}

/* Responsividade para telas menores */
@media (max-width: 768px) {
    header nav {
        flex-direction: column;
        align-items: center;
    }

    header nav a {
        padding: 10px;
    }
}


/* Estilo para o Corpo do Site */
body {
    font-family: 'Poppins', sans-serif;
    background-color: #121212; /* Fundo escuro para estilo gamer */
    color: #ffffff;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

/* Efeito de Hover nos Botões */
button, a.button {
    background-color: #00b4d8;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

button:hover, a.button:hover {
    background-color: #0077b6; /* Cor de destaque ao passar o mouse */
    transform: scale(1.05); /* Aumenta ligeiramente o tamanho */
}

/* Efeito de Hover nos Links */
a {
    color: #00b4d8;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #90e0ef; /* Cor de destaque para links ao passar o mouse */
}

/* Seção de Destaque */
.highlight-section {
    background: linear-gradient(135deg, #0077b6, #00b4d8);
    padding: 50px;
    text-align: center;
    color: #ffffff;
}

.highlight-section h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

.highlight-section p {
    font-size: 18px;
}

/* Animação Suave ao Rolar */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animated {
    animation: fadeInUp 0.6s ease-out;
}

/* Rodapé Personalizado */
footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
}

footer .social-icons {
    margin-top: 15px;
}

footer .social-icons a {
    color: #ffffff;
    margin: 0 10px;
    transition: color 0.3s ease;
}

footer .social-icons a:hover {
    color: #00b4d8; /* Cor ao passar o mouse nos ícones de redes sociais */
}

/* Seções Responsivas */
@media (max-width: 768px) {
    .highlight-section {
        padding: 30px 20px;
    }

    .highlight-section h2 {
        font-size: 24px;
    }

    .highlight-section p {
        font-size: 16px;
    }
}

<div style="display: flex; justify-content: space-between;">
  <div style="flex: 1; margin: 5px;">
    <img src="URL_DA_IMAGEM_1" alt="Imagem 1" style="width: 100%; height: auto;">
  </div>
  <div style="flex: 1; margin: 5px;">
    <img src="URL_DA_IMAGEM_2" alt="Imagem 2" style="width: 100%; height: auto;">
  </div>
  <div style="flex: 1; margin: 5px;">
    <img src="URL_DA_IMAGEM_3" alt="Imagem 3" style="width: 100%; height: auto;">
  </div>
  <div style="flex: 1; margin: 5px;">
    <img src="URL_DA_IMAGEM_4" alt="Imagem 4" style="width: 100%; height: auto;">
  </div>
</div>/* End custom CSS */