@font-face {
      font-family: 'A4';
      src: url('assets/A4SPEED-Bold.ttf') format('truetype');
    }

@font-face {
    font-family: 'Exo';
    src: url('assets/Exo2-ExtraBold.otf') format('truetype');
}

/* Responsividade para telas menores */
@media (max-width: 768px) {
    body {
        max-width: 100vw;
        padding: 0;
    }
    section {
        padding: 15px 5px;
        max-width: 100vw;
    }
    #home, #services, #about, #team, #contact {
        flex-direction: column !important;
        gap: 10px;
        padding: 10px 0;
        margin: 0;
        min-height: unset;
    }
    #welcome-text h1, #welcome-text p {
        font-size: 1.1rem;
    }
    .pro img {
        height: 70px;
    }
    #btn-services, a.btn {
        width: 100%;
        min-width: 0;
        font-size: 1rem;
        padding: 10px;
    }
}

/* Responsividade extra para telas muito pequenas */
@media (max-width: 480px) {
    section {
        padding: 8px 2px;
    }
    #welcome-text h1, #welcome-text p {
        font-size: 1rem;
    }
}
:root {
      --yellow: #FFD100;
      --red: #E30613;
      --black: #000000;
      --gray: #3C3C3C;
      --white: #FFFFFF;
    }

    *{
        margin: 0;
        padding: 0;
    }

    body {
      margin: auto;
      max-width: 1200px; /* controla largura máxima para não ficar esticado em telas grandes */
      height: 100vh;
      color: #000;
      background-image: url(https://images.unsplash.com/photo-1610414290892-25e043dbf3a5);background-repeat: no-repeat;
      background-size: cover;
      text-align: center;
      align-items: center;
      justify-content: center;
    }

    header {
      padding: 20px;
      margin-top: 20px;
      display: flex;
      justify-content: space-around;
      align-items: center;
      position: fixed;
      width: 100%;
      height: 30px;
    }

    li{
        list-style: none;
        display: inline;
        margin: 5px 10px;
        font-size: 1.2rem;
    }

    nav a{
        text-decoration: none;
        background-color: yellow;
        color: #000000;
        font-weight: bold;
    }

    a{
        font-family: 'Exo', sans-serif;
        font-size: 14px;
        color: #FFFFFF;
        border: none;
        border-radius: 100px;
        padding: 10px 20px;
        cursor: pointer;
        width: 250px;
        font-weight: bold;
        text-decoration: none;
        display: inline;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    section{
        align-items: center;
        justify-content: center;
        padding: 20px;
        margin: 0;
        text-align: center;
        max-width: 1200px;
    }

    #home{
        font-family: 'A4', sans-serif;
        display: flex;
        align-items: center;
        justify-content: center;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        gap: 3px;
        text-decoration: none;
    }

    #logo{
      width: auto;
      height: auto;
      align-items: center;
      vertical-align: middle;
      gap: 3px;
    }

    #welcome-text{
        font-family: 'A4', sans-serif;
        font-size: 1.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        font-weight: bold;
        color: #FFD100;
        -webkit-text-stroke-width: 2px; /* Espessura da borda */
        -webkit-text-stroke-color: #000000; /* Cor da borda */
    }

    #welcome-text p{
        font-family: 'A4', sans-serif;
        font-size: 1.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        font-weight: bold;
        color: var(--gray);
        -webkit-text-stroke-width: 0.5px; /* Espessura da borda */
        -webkit-text-stroke-color: #000000; /* Cor da borda */
    }
    
    #btn-services{
        font-family: 'Exo', sans-serif;
        background-color: #E30613;
        color: #FFFFFF;
        border: none;
        border-radius: 5px;
        padding: 10px 20px;
        cursor: pointer;
        width: 250px;
        font-weight: bold;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-text-stroke-width: 0px; /* Espessura da borda */
    }

    #services{
        font-family: 'Exo', sans-serif;
        display: flex;
        align-items: center;
        justify-content: center;
        align-items: center;
        justify-content: center;
        gap: 5px;
        font-weight: bold;
        color: #FFD100;

    }

    #services h3{
        font-family: 'Exo', sans-serif;
        font-size: 1.5rem;
        color: var(--red);
        -webkit-text-stroke-width: 0.5px; /* Espessura da borda */
        -webkit-text-stroke-color: var(--white); /* Cor da borda */
    }

    .service-item{
        font-family: 'Exo', sans-serif;
        font-size: 1rem;
        gap: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        color: var(--black);
        border-radius: 100px;
        margin: 10px;
        background-color: #ffffff8e; /* Fundo semi-transparente para melhor legibilidade */
        box-shadow: var(--yellow) 0px 0px 10px; /* Sombra amarela */
        padding: 20px;
        width: 250px;
        height: 100px;
    }

    #service-text{
        font-family: 'A4', sans-serif;
        font-size: 2.5rem;
        align-items: center;
        justify-content: center;
        gap: 5px;
        font-weight: bold;
        color: var(--red);
        -webkit-text-stroke-width: 1.5px; /* Espessura da borda */
        -webkit-text-stroke-color: var(--yellow); /* Cor da borda */
    }

    #about{
        font-family: 'Exo', sans-serif;
        font-size: 0.9rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        color: var(--black); 

    }

    #about h3{
        font-family: 'Exo', sans-serif;
        font-size: 1.5rem;
        color: var(--red);
        -webkit-text-stroke-width: 0.5px; /* Espessura da borda */
        -webkit-text-stroke-color: var(--white); /* Cor da borda */
    }

    #team{
        font-family: 'A4', sans-serif;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    #team h3{
        font-family: 'Exo', sans-serif;
        font-size: 1.5rem;
        color: var(--red);
        -webkit-text-stroke-width: 0.5px; /* Espessura da borda */
        -webkit-text-stroke-color: var(--white); /* Cor da borda */
    }

    .pro{
        font-family: 'Exo';
        font-size: 1rem;
        gap: 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        color: var(--black);
        border-radius: 10px;
        margin: 10px;
        background-color: #ffffff8e; /* Fundo semi-transparente para melhor legibilidade */
        box-shadow: var(--red) 0px 0px 10px; /* Sombra amarela */
        padding: 20px;
        width: 250px;
        height: 250px;
    }

    .pro img{
        width: auto;
        height: 100px;
        border-radius: 100px;
        margin-bottom: 10px;
    }

    .pro h3{
        font-family: 'Exo', sans-serif;
        font-size: 1.0rem;
        color: var(--red);
        -webkit-text-stroke-width: 0.5px; /* Espessura da borda */
        -webkit-text-stroke-color: #ffffff; /* Cor da borda */
    }

    #contact{
        font-family: 'A4', sans-serif;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    #contact-us{
        font-family: 'A4', sans-serif;
        display: flex;
        align-items: center;
        justify-content: center;

    }
    
    i{
        font-size: 2rem;
        color: var(--yellow);
        margin: 5px;
        gap: 5px;
        padding: 5px;
        max-width: 0;
    }

    footer {
      font-family: 'A4';
      color: var(--white);
    }