
body { background-color: #f8f9fa; font-family: 'Roboto', Arial, Helvetica, sans-serif; margin: 0; padding: 0; color: #333; line-height: 1.6; } header { background-color: #2c3e50; color: white; padding: 20px 0; text-align: center; } header h1 { margin: 0; font-size: 2.8em; font-weight: 700; letter-spacing: 1px; } #pr1 { margin: 20px auto; font-size: 1.3em; max-width: 900px; color: #f1f1f1; } .servicos { padding: 50px 20px; background-color: #f8f9fa; } .servicos h2 { color: #1e3d58; font-size: 2.2em; text-align: center; margin-bottom: 30px; font-weight: 600; } .servicos ul { list-style-type: none; padding: 0; margin: 20px auto; max-width: 800px; background-color: #ffffff; border-radius: 12px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); padding: 30px; } .servicos ul li { margin: 15px 0; color: #333; font-size: 1.2em; font-weight: 500; } .galeria { padding: 50px 20px; text-align: center; } .galeria h2 { font-size: 2.5em; margin-bottom: 30px; font-weight: 600; color: #1e3d58; } .carrossel { display: flex; flex-wrap: wrap; justify-content: center; overflow: hidden; width: 100%; } .fotos { display: flex; transition: transform 0.5s ease; width: 100%; } .fotos .ft { min-width: 100%; box-sizing: border-box; display: flex; justify-content: center; align-items: center; } .fotos img { max-width: 100%; height: auto; border-radius: 12px; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); } .ver-mais { margin-top: 30px; } .ver-mais-link { display: inline-block; background-color: #1e3d58; color: white; padding: 15px 40px; font-size: 1.5em; border-radius: 12px; text-decoration: none; transition: background-color 0.3s ease, transform 0.3s ease; } .ver-mais-link:hover { background-color: #f39c12; transform: scale(1.05); } .sobre-mim { padding: 60px 20px; background-color: #f8f9fa; text-align: center; } .sobre-mim h2 { color: #1e3d58; font-size: 2.2em; margin-bottom: 30px; font-weight: 600; } .sobre-mim .foto-herbert { width: 160px; height: 160px; border-radius: 50%; object-fit: cover; margin-bottom: 20px; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); } .sobre-mim p { font-size: 1.3em; color: #555; max-width: 850px; margin: auto; line-height: 1.8; text-align: justify; } .depoimentos { margin: 50px auto; padding: 30px; background-color: #ffffff; border-radius: 12px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); max-width: 850px; text-align: center; } .depoimentos h2 { color: #1e3d58; font-size: 2.2em; text-align: center; margin-bottom: 30px; font-weight: 600; } .comments-list { margin-top: 20px; } .comment { margin-bottom: 20px; padding: 20px; background-color: #f9f9f9; border-radius: 12px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); } .comment-header { display: flex; justify-content: flex-start; align-items: center; margin-bottom: 15px; } .comment-avatar { width: 60px; height: 60px; border-radius: 50%; margin-right: 15px; } .comment-author { font-weight: bold; color: #1e3d58; font-size: 1.1em; } .comment-date { color: #888; margin-left: 10px; font-size: 0.9em; } .comment-body { color: #333; font-size: 1.1em; text-align: left; } .contatos { padding: 50px 20px; text-align: center; } .contatos h2 { font-size: 2.2em; margin-bottom: 30px; color: #1e3d58; } .contatos ul { list-style-type: none; padding: 0; } .contatos ul li { margin: 15px 0; font-size: 1.3em; font-weight: 500; } .contatos a { text-decoration: none; color: #2980b9; } .contatos a:hover { text-decoration: underline; } .whatsapp-link { position: fixed; bottom: 30px; right: 30px; z-index: 1000; display: block; width: 70px; height: 70px; } .whatsapp-icon { width: 100%; height: 100%; object-fit: contain; animation: pulse 1.5s infinite ease-in-out; } @keyframes pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.1); } } footer { background-color: #2c3e50; color: white; text-align: center; padding: 20px; } footer a { color: #ecf0f1; text-decoration: none; } footer a:hover { text-decoration: underline; } @media (min-width: 769px) { .fotos { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 20px; } .fotos .ft { display: block; } } .galeria-imagens { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 20px; padding: 20px; } .galeria-item img { max-width: 100%; height: auto; border-radius: 12px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } .galeria-item { text-align: center; } .galeria-item { overflow: hidden; text-align: center; transition: transform 0.3s ease; } .galeria-item img { max-width: 100%; height: auto; border-radius: 12px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .galeria-item:hover img { transform: scale(1.1); }
