body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e0e0e0;
}

.container {
    max-width: 400px;
    background-color: #e0e0e0;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.mascote-placeholder {
    width: 100px;
    height: 130px;
   
    border-radius: 50%;
    margin: 0 auto 20px;
}

h1 {
    margin-top: 200px;
    font-size: 1.5em;
    color: #004070;
}

.descricao {
    color: #555;
    font-size: 0.9em;
    margin: 10px 0;
}

h2, h3 {
    font-size: 1.2em;
    color: #004070;
    margin-top: 20px;
}

.projetos p {
    display: flex;
    justify-content: space-between;
    font-size: 0.9em;
    color: #004070;
}

.video-carousel {
    position: relative;
    margin: 20px 0;
    display: flex;
    align-items: center;
}

.video-carousel iframe {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    border: none;
}

.carousel-button {
    position: absolute;
    top: 50%;
    font-size: 1.5em;
    background: none;
    border: none;
    cursor: pointer;
    color: #004070;
    font-weight: bold;
}

.carousel-button.left {
    left: 10px;
}

.carousel-button.right {
    right: 10px;
}

.formulario input, .formulario button {
    width: 100%;
    margin: 5px 0;
    padding: 10px;
    border: none;
    border-radius: 5px;
}

.formulario button {
    background-color: #004070;
    color: white;
    font-weight: bold;
}

.redes-sociais {
    margin-top: 20px;
}

.redes-sociais img {
    width: 30px;
    margin: 0 10px;
}

.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
}

.whatsapp-icon img {
    width: 100%;
    height: 100%;
}

.formulario input, .formulario select, .formulario button {
    width: 100%;
    margin: 5px 0;
    padding: 10px;
    border: none;
    border-radius: 5px;
}

.formulario select {
    background-color: #fff;
    color: #555;
}

.mascote-placeholder img {
    position: absolute;
    top: 0px; 
    left: 50%;
    transform: translateX(-50%);
    z-index: 10; 
    width: 270px; 
    height: auto;
}

.projetos {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-around;
}

.projeto {
    width: 220px;
    text-align: center;
}

.container {
    position: relative;
    padding-top: 100px; 
}



.formulario input, .formulario select, .formulario button {
    width: 100%;
    margin: 5px 0;
    padding: 10px;
    font-size: 1em;
    border: none;
    border-radius: 5px;
    box-sizing: border-box; 
}

.formulario input, .formulario select {
    background-color: #f5f5f5;
    color: #333;
}

.formulario select {
    appearance: none; 
    -webkit-appearance: none; 
    -moz-appearance: none; 
}


.formulario select {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="gray"><path d="M5.5 7l4.5 4 4.5-4h-9z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15px;
    padding-right: 30px; 
}


@media (min-width: 768px) {
    .formulario input, .formulario select, .formulario button {
        font-size: 1.1em;
        padding: 12px;
    }
}


@media (min-width: 480px) and (max-width: 767px) {
    .formulario input, .formulario select, .formulario button {
        font-size: 1em;
        padding: 10px;
    }
}


@media (max-width: 479px) {
    .formulario input, .formulario select, .formulario button {
        font-size: 0.9em;
        padding: 8px;
    }
}



@media (min-width: 768px) {
    .container {
        max-width: 800px;
        padding: 40px;
    }

    h1 {
        font-size: 2em;
    }

    .descricao {
        font-size: 1em;
    }

    h2, h3 {
        font-size: 1.5em;
    }

    .projetos p {
        font-size: 1em;
    }

    .video-carousel iframe {
        height: 300px;
    }

    .carousel-button {
        font-size: 2em;
    }

    .formulario input, .formulario button {
        font-size: 1em;
        padding: 12px;
    }

    .redes-sociais img {
        width: 40px;
    }

    .whatsapp-icon {
        width: 60px;
        height: 60px;
    }
}


@media (min-width: 480px) and (max-width: 767px) {
    .container {
        max-width: 90%;
        padding: 20px;
    }

    h1 {
        font-size: 1.8em;
    }

    .descricao {
        font-size: 0.95em;
    }

    h2, h3 {
        font-size: 1.3em;
    }

    .video-carousel iframe {
        height: 250px;
    }

    .carousel-button {
        font-size: 1.8em;
    }

    .redes-sociais img {
        width: 35px;
    }

    .whatsapp-icon {
        width: 55px;
        height: 55px;
    }
}


@media (max-width: 479px) {
    .container {
        width: 100%;
        padding: 15px;
    }

    h1 {
        font-size: 1.5em;
    }

    .descricao {
        font-size: 0.9em;
    }

    h2, h3 {
        font-size: 1.2em;
    }

    .video-carousel iframe {
        height: 180px;
    }

    .carousel-button {
        font-size: 1.5em;
    }

    .redes-sociais img {
        width: 30px;
    }

    .whatsapp-icon {
        width: 50px;
        height: 50px;
    }
}