/*
Theme Name: Tag4iD Theme
Theme URI: https://tag4id.com.br
Author: Tag4iD
Author URI: https://tag4id.com.br
Description: Tema personalizado para a Tag4iD
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tag4id
*/

/* Eventos Banner */
.eventos-banner {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding: 120px 0;
    margin-bottom: 60px;
    position: relative;
}

.eventos-banner-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.eventos-banner-title {
    font-size: 3.5rem;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.eventos-banner-text {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 0;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
    line-height: 1.6;
}

@media (max-width: 768px) {
    .eventos-banner {
        padding: 80px 20px;
    }
    
    .eventos-banner-title {
        font-size: 2.5rem;
    }
    
    .eventos-banner-text {
        font-size: 1.2rem;
    }
}

/* Import Kamerik 105 Bold font */
@font-face {
    font-family: 'Kamerik105-Bold';
    src: url('assets/fonts/Kamerik105-Bold.woff2') format('woff2'),
         url('assets/fonts/Kamerik105-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root {
    --primary-color: #33D4FF;
    --secondary-color: #050C0D;
    --text-color: #333333;
    --light-bg: #f8f9fa;
    --white: #ffffff;
    --transition: all 0.3s ease;
}

/* Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Kamerik105-Bold', 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--text-color);
    background-color: var(--white);
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    padding-top: 0 !important;
}

a {
    color: var(--primary-color);
    text-decoration: none;
    transition: var(--transition);
}

a:hover {
    color: var(--secondary-color);
}

/* Layout */
.site-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

/* Header */
.site-header {
    background-color: var(--secondary-color);
    color: var(--white);
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    transform: translateY(0) !important;
    width: 100%;
    height: auto;
    opacity: 1 !important;
    will-change: transform;
    backface-visibility: hidden;
}

/* Ajuste para a barra de administração do WordPress */
.admin-bar .site-header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .site-header {
        top: 46px;
    }
}

/* Remove a classe hide-header se estiver sendo aplicada */
.site-header.hide-header {
    transform: translateY(0) !important;
    opacity: 1 !important;
}

.site-header.scrolled {
    padding: 5px 0;
    background-color: rgba(5, 12, 13, 0.98);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.site-header.scrolled .custom-logo-link img {
    max-height: 40px !important;
    width: auto !important;
    transition: all 0.3s ease;
}

/* .admin-bar .site-header {
    top: 32px;
} */

@media screen and (max-width: 782px) {
    .admin-bar .site-header {
        top: 46px;
    }
}

.site-header.scrolled .site-description,
.site-header.scrolled .header-actions,
.site-header.scrolled .menu-toggle .menu-text {
    opacity: 0;
    visibility: hidden;
    height: 0;
    margin: 0;
    padding: 0;
    transition: all 0.3s ease;
}

.site-header.scrolled .custom-logo-link img {
    max-height: 40px !important;
    width: auto !important;
    transition: all 0.3s ease;
}

.site-header.scrolled .site-title {
    font-size: 1.2rem;
    margin: 0;
    line-height: 1;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-branding img {
    max-height: 50px;
    width: auto;
}

/* Navigation */
.main-navigation {
    display: flex;
    align-items: center;
}

.main-navigation ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-navigation li {
    margin: 0 15px;
    position: relative;
}

.main-navigation a {
    color: var(--white);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 0;
    position: relative;
}

.main-navigation a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--primary-color);
    transition: var(--transition);
}

.main-navigation a:hover:after,
.main-navigation .current-menu-item > a:after {
    width: 100%;
}

/* Main Content */
.site-content {
    
    min-height: calc(100vh - 200px);
    margin: 0;
}

/* Buttons */
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: inline-block;
    background-color: #33D4FF;
    color: #050C0D;
    border: 2px solid #33D4FF;
    padding: 12px 28px;
    font-family: 'Kamerik105-Bold', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #050C0D;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: -1;
    border-radius: 30px;
}

.button:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(51, 212, 255, 0.3);
}

.button:hover:before {
    width: 100%;
    background-color: #33D4FF;
    opacity: 0.9;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: transparent;
    color: var(--primary-color);
}

.botao-secundario {
    background-color: transparent !important;
    border-color: #33D4FF !important;
    color: #33D4FF !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.botao-secundario:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #33D4FF;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: -1;
    border-radius: 30px;
}

.botao-secundario:hover {
    color: #050C0D !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(51, 212, 255, 0.3);
}

.botao-secundario:hover:before {
    width: 100%;
}

/* Hero Section */
.hero {
    background-color: var(--secondary-color);
    color: var(--white);
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-top: 0;
}

.hero h1 {
    font-size: 4rem;
    margin-bottom: 20px;
    line-height: 1.2;
    text-transform: uppercase;
}

.hero p {
    font-size: 1.25rem;
    max-width: 800px;
    margin: 0 auto 40px;
}

/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    z-index: 999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background-color: var(--white);
    transform: translateY(-3px);
}

.back-to-top svg {
    width: 24px;
    height: 24px;
}

/* Footer */
.site-footer {
    background-color: var(--secondary-color);
    color: var(--white);
    padding: 60px 0 30px;
    position: relative;
}

.footer-widgets {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-widget h3, .footer-widget-title {
    color: var(--primary-color);
    margin-bottom: 20px;
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Footer Menu */
.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 10px;
}

.footer-menu a,
.footer-contact a {
    color: var(--white);
    text-decoration: none;
    transition: var(--transition);
    display: block;
    padding: 5px 0;
    position: relative;
    /* padding-left: 25px; */
}

.footer-menu a:before,
.footer-contact a:before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--primary-color);
    opacity: 0;
    transform: translateX(-10px);
    transition: var(--transition);
}

.footer-menu a:hover,
.footer-contact a:hover {
    color: var(--primary-color);
    padding-left: 35px;
}

.footer-menu a:hover:before,
.footer-contact a:hover:before {
    opacity: 1;
    transform: translateX(0);
}

/* Footer Contact */
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}

.footer-contact i {
    color: var(--primary-color);
    margin-right: 15px;
    margin-top: 5px;
    width: 20px;
    text-align: center;
}

.footer-contact a {
    color: var(--white) !important;
    text-decoration: none;
    transition: var(--transition);
}

.footer-contact a:hover {
    color: var(--primary-color) !important;
    padding-left: 5px;
}

/* Footer Social */
.footer-social {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--white);
    border-radius: 50%;
    transition: var(--transition);
}

.footer-social a:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    transform: translateY(-3px);
}

.site-info {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Responsive Design */
@media (max-width: 992px) {
    .hero h1 {
        font-size: 3rem;
    }
    
    .main-navigation {
        display: none;
    }
    
    .menu-toggle {
        display: block;
    }
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.5rem;
    }
    
    .hero p {
        font-size: 1.1rem;
    }
    
    .button,
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        padding: 10px 20px;
        font-size: 14px;
    }
}

/* Event Cards */
.eventos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
    margin: 0;
    padding: 5px;
}

.evento-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: 1px solid rgba(0,0,0,0.05);
    margin-bottom: 20px;
}

.evento-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-color: rgba(51, 212, 255, 0.3);
}

.evento-imagem {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.evento-imagem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.evento-card:hover .evento-imagem img {
    transform: scale(1.05);
}

.evento-status {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--primary-color);
    color: var(--secondary-color);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.evento-conteudo {
    padding: 20px;
}

.evento-data {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.evento-titulo {
    font-size: 1.25rem;
    margin: 0 0 10px 0;
}

.evento-titulo a {
    color: var(--secondary-color);
    text-decoration: none;
}

.evento-titulo a:hover {
    color: var(--primary-color);
}

.evento-local {
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.evento-valor {
    font-weight: bold;
    color: var(--primary-color);
    font-size: 1.1rem;
    margin: 15px 0;
}

/* Homepage Sections */
.home-section {
    padding: 80px 0;
    position: relative;
}

.home-section:nth-child(even) {
    background-color: #f8fafb;
}

.home-section:first-child {
    padding-top: 0;
    padding-bottom: 100px;
}

/* Hero Section */
.hero {
    position: relative;
    min-height: 100vh;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    overflow: hidden;
    margin: 0;
    box-sizing: border-box;
    background-color: #000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Make sure hero content is visible */
.hero-content {
    position: relative;
    z-index: 3;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}



.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    will-change: opacity;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    overflow: hidden;
    object-fit: cover;
}

.hero-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Efeito de carregamento suave */
.hero-video.bg-loaded {
    opacity: 1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(5,12,13,0.9) 0%, rgba(5,12,13,0.7) 50%, rgba(5,12,13,0.9) 100%);
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    max-width: 1200px;
    width: 100%;
    padding: 40px 20px;
    text-align: center;
    margin: 0 auto;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

/* Ensure all text and buttons are visible */
.hero-title,
.hero-badge,
.hero-tagline,
.hero-cta {
    opacity: 1 !important;
    visibility: visible !important;
    
}

.hero-badge {
    display: inline-block;
    background: rgba(51, 212, 255, 0.2);
    color: #33D4FF;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 8px 20px;
    border-radius: 30px;
    /* margin-bottom: 20px; */
    animation: fadeInDown 0.8s ease-out 0.3s both;
    transform: translateY(-20px)!important;
}

.hero-title-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
    transform: translateY(-50px);
}

@media (max-width: 768px) {
    .hero-title-wrapper {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transition: transform 0.3s ease;
    }
}

@media (max-width: 768px) {
    .typing-text {
        transform: translateY(-40px)!important;
    }
}

@media (max-width: 768px) {
    .scroll-down {
      bottom: -13px!important;
      transform: scale(0.5) !important;
      margin: 0 auto!important;
    }
}

.hero-title {
    font-size: 4.5rem;
    font-weight: 800;
    margin: 0;
    line-height: 1.1;
    position: relative;
    display: inline-block;
    text-align: center;
}

.hero-title .text-stroke {
    -webkit-text-stroke: 2px #33D4FF;
    color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    animation: textStrokeAnim 3s ease-in-out infinite alternate;
}

.hero-title .highlight {
    color: #fff;
    position: relative;
    z-index: 2;
    text-shadow: 0 0 30px rgba(51, 212, 255, 0.5);
}

.hero-tagline {
    font-size: 1.5rem;
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.6;
    color: rgba(255,255,255,0.9);
    position: relative;
    min-height: 60px;
}

.typing-text {
    display: inline-block;
    position: relative;
    transform: translateY(-100px);
}

.cursor {
    display: inline-block;
    width: 3px;
    height: 1.5rem;
    background: #33D4FF;
    margin-left: 3px;
    animation: blink 1s infinite;
    vertical-align: middle;
    display: none;
}

.hero-cta {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
    transform: none;
    padding: 20px 0;
    transform: translateY(20px);
}

.button.pulse-animation {
    position: relative;
    overflow: visible;
    animation: pulse 2s infinite;
}

.button.pulse-animation:after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 2px solid rgba(51, 212, 255, 0.4);
    border-radius: 40px;
    animation: pulse-border 2s infinite;
    pointer-events: none;
}

.button-outline {
    background: transparent !important;
    border: 2px solid rgba(255,255,255,0.3) !important;
    color: #fff !important;
}

.button-outline:hover {
    border-color: #33D4FF !important;
    color: #33D4FF !important;
    background: transparent !important;
}

/* Elementos decorativos */
.hero-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

.shape-1 {
    width: 300px;
    height: 300px;
    background: rgba(51, 212, 255, 0.05);
    top: -150px;
    right: -150px;
    animation: float 6s ease-in-out infinite;
}

.shape-2 {
    width: 200px;
    height: 200px;
    border: 2px dashed rgba(51, 212, 255, 0.2);
    bottom: 100px;
    left: -100px;
    animation: rotate 20s linear infinite;
}

.shape-3 {
    width: 100px;
    height: 100px;
    background: rgba(51, 212, 255, 0.1);
    bottom: 50px;
    right: 50px;
    animation: pulse 4s ease-in-out infinite;
}

/* Scroll down indicator */
.scroll-down {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    animation: bounce 2s infinite;
    transform: scale(0.8);
    margin: 0 auto;
}

.scroll-down span {
    display: block;
    margin-bottom: 15px;
}

.mouse {
    width: 30px;
    height: 50px;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 15px;
    position: relative;
    margin: 0 auto 10px;
}

.wheel {
    width: 4px;
    height: 8px;
    background: #33D4FF;
    border-radius: 2px;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    animation: scroll 2s infinite;
}

.arrow {
    width: 10px;
    height: 10px;
    border-right: 2px solid #33D4FF;
    border-bottom: 2px solid #33D4FF;
    transform: rotate(45deg);
    margin: 0 auto;
    animation: arrowPulse 1.5s infinite;
}

/* Animações */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes textStrokeAnim {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(3px, 3px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(51, 212, 255, 0.4);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(51, 212, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(51, 212, 255, 0);
    }
}

@keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0) translateX(-50%);
    }
    40% {
        transform: translateY(-20px) translateX(-50%);
    }
    60% {
        transform: translateY(-10px) translateX(-50%);
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
        transform: translateY(0) translateX(-50%);
    }
    100% {
        opacity: 0;
        transform: translateY(20px) translateX(-50%);
    }
}

@keyframes arrowPulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

.hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(5, 12, 13, 0.7);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    transform: none;
}

.hero h1 {
    font-size: 3.8rem;
    margin: 0 0 30px 0;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
    color: #33D4FF;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    animation: fadeInUp 0.8s ease-out;
}

.hero .tagline {
    font-size: 1.3rem;
    margin: 0 0 35px 0;
    opacity: 0.9;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    color: rgba(255,255,255,0.9);
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

/* Sobre Section */
.sobre-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.sobre-texto h2 {
    margin-bottom: 25px;
    color: var(--secondary-color);
}

.sobre-texto p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 30px;
    color: #555;
}

.sobre-imagem {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.sobre-imagem img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.sobre-imagem:hover img {
    transform: scale(1.03);
}

/* Text Alignment */
.text-center {
    text-align: center;
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
    .hero h1 {
        font-size: 3.8rem;
    }
    
    .sobre-content {
        gap: 40px;
    }
}

@media (max-width: 992px) {
    .hero {
        padding: 150px 0 100px;
    }
    
    .hero h1 {
        font-size: 3.2rem;
    }
    
    .hero .tagline {
        font-size: 1.3rem;
    }
    
    .sobre-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .sobre-imagem {
        max-width: 600px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .home-section {
        padding: 80px 0;
    }
    
    .hero {
        padding: 120px 0 80px;
    }
    
    .hero h1 {
        font-size: 2.5rem;
    }
    
    .hero .tagline {
        font-size: 1.1rem;
        margin-bottom: 30px;
    }
    
    .sobre-texto p {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .hero h1 {
        font-size: 2rem;
    }
    
    .hero .tagline {
        font-size: 1rem;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
}

.section-title {
    text-align: center;
    margin: 0 0 50px 0;
    position: relative;
    padding-bottom: 15px;
    font-size: 2.2rem;
    color: #050C0D;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #33D4FF;
    border-radius: 3px;
}

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 30px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fade-in {
    animation: fadeIn 0.6s ease-out forwards;
}
