.elementor-3269 .elementor-element.elementor-element-2db28bf{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:stretch;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--overlay-opacity:0.24;--margin-top:-100px;--margin-bottom:-40px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:10;}.elementor-3269 .elementor-element.elementor-element-2db28bf::before, .elementor-3269 .elementor-element.elementor-element-2db28bf > .elementor-background-video-container::before, .elementor-3269 .elementor-element.elementor-element-2db28bf > .e-con-inner > .elementor-background-video-container::before, .elementor-3269 .elementor-element.elementor-element-2db28bf > .elementor-background-slideshow::before, .elementor-3269 .elementor-element.elementor-element-2db28bf > .e-con-inner > .elementor-background-slideshow::before, .elementor-3269 .elementor-element.elementor-element-2db28bf > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-3269 .elementor-element.elementor-element-6caf93c > .elementor-widget-container{margin:0px 0px 60px 0px;padding:0px 0px 0px 0px;}.elementor-3269 .elementor-element.elementor-element-6caf93c.elementor-element{--align-self:flex-start;}.elementor-3269 .elementor-element.elementor-element-6caf93c{text-align:left;}.elementor-3269 .elementor-element.elementor-element-6caf93c .elementor-heading-title{font-family:"FavoritBookC", Sans-serif;font-size:20px;font-weight:600;color:var( --e-global-color-ac02806 );}.elementor-3269 .elementor-element.elementor-element-6caf93c .elementor-heading-title a:hover, .elementor-3269 .elementor-element.elementor-element-6caf93c .elementor-heading-title a:focus{color:var( --e-global-color-33d2dd0 );}.elementor-3269 .elementor-element.elementor-element-fb4b0e9 > .elementor-widget-container{margin:0px 0px 60px 0px;padding:0px 0px 0px 0px;}.elementor-3269 .elementor-element.elementor-element-fb4b0e9.elementor-element{--align-self:flex-start;}.elementor-3269 .elementor-element.elementor-element-fb4b0e9{text-align:left;}.elementor-3269 .elementor-element.elementor-element-fb4b0e9 .elementor-heading-title{font-family:"FavoritBookC", Sans-serif;font-size:20px;font-weight:600;color:var( --e-global-color-ac02806 );}.elementor-3269 .elementor-element.elementor-element-fb4b0e9 .elementor-heading-title a:hover, .elementor-3269 .elementor-element.elementor-element-fb4b0e9 .elementor-heading-title a:focus{color:var( --e-global-color-33d2dd0 );}@media(min-width:768px){.elementor-3269 .elementor-element.elementor-element-2db28bf{--content-width:1200px;}}@media(max-width:1024px){.elementor-3269 .elementor-element.elementor-element-2db28bf{--min-height:600px;--padding-top:80px;--padding-bottom:120px;--padding-left:20px;--padding-right:20px;}}@media(max-width:767px){.elementor-3269 .elementor-element.elementor-element-2db28bf{--min-height:100vh;--margin-top:-123px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:100px;--padding-bottom:100px;--padding-left:15px;--padding-right:15px;}.elementor-3269 .elementor-element.elementor-element-6caf93c > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3269 .elementor-element.elementor-element-6caf93c.elementor-element{--align-self:center;}.elementor-3269 .elementor-element.elementor-element-6caf93c{text-align:left;}.elementor-3269 .elementor-element.elementor-element-fb4b0e9 > .elementor-widget-container{margin:53px 117px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3269 .elementor-element.elementor-element-fb4b0e9.elementor-element{--align-self:center;}.elementor-3269 .elementor-element.elementor-element-fb4b0e9{text-align:center;}}/* Start custom CSS *//* ============================================
   ESTILOS PÁGINA INICIAL - Ciça Tucunduva
   ============================================ */

/* Hero Section */
.hero-section {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 70px;
}

.hero-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.7) 0%, rgba(26, 26, 26, 0.4) 100%);
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: var(--text-light);
    animation: fadeInUp 0.8s ease-out;
}

.hero-text {
    max-width: 800px;
    padding: 0 20px;
}

.hero-title {
    font-size: 4.5rem;
    color: var(--text-light);
    margin-bottom: 10px;
    letter-spacing: 3px;
    font-family: var(--font-secondary);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-subtitle {
    font-size: 1.5rem;
    color: var(--secondary-color);
    margin-bottom: 15px;
    font-style: italic;
    letter-spacing: 1px;
}

.hero-description {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
    line-height: 1.8;
}

/* Responsividade Hero */
@media (max-width: 768px) {
    .hero-section {
        height: 80vh;
        margin-top: 70px;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.2rem;
    }

    .hero-description {
        font-size: 1rem;
    }
}

/* About Preview Section */
.about-preview {
    background-color: #ffffff;
    padding: 80px 0;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-text {
    padding: 20px;
}

.about-text p {
    font-size: 1.05rem;
    line-height: 1.9;
    color: var(--text-dark);
    margin-bottom: 20px;
}

.about-text p:last-child {
    margin-bottom: 0;
}

.about-image {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    padding: 0;
}

.about-image img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

.about-image:hover img {
    transform: scale(1.05);
}

/* Responsividade About */
@media (max-width: 768px) {
    .about-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-text {
        order: 2;
    }

    .about-image {
        order: 1;
    }
}

/* Featured Works Section */
.featured-works {
    background-color: var(--light-bg);
    padding: 80px 0;
}

.works-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.work-item {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition-slow);
    animation: fadeInUp 0.6s ease-out;
}

.work-item:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
}

.work-image {
    position: relative;
    overflow: hidden;
    height: 300px;
}

.work-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.work-item:hover .work-image img {
    transform: scale(1.1);
}

.work-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 26, 26, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.work-item:hover .work-overlay {
    opacity: 1;
}

.view-btn {
    padding: 10px 25px;
    font-size: 0.85rem;
}

.work-info {
    padding: 25px;
    text-align: center;
}

.work-info h3 {
    font-size: 1.3rem;
    margin-bottom: 8px;
    color: var(--primary-color);
}

.work-info p {
    color: var(--secondary-color);
    font-size: 0.9rem;
    margin: 0;
}

.section-footer {
    text-align: center;
    padding-top: 20px;
}

.view-all-btn {
    padding: 14px 40px;
    font-size: 0.9rem;
}

/* Responsividade Works */
@media (max-width: 768px) {
    .works-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

/* Exhibitions Section */
.exhibitions {
    background-color: #ffffff;
    padding: 80px 0;
}

.exhibitions-list {
    max-width: 900px;
    margin: 0 auto;
}

.exhibition-item {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 40px;
    padding: 40px 0;
    border-bottom: 1px solid var(--border-color);
    align-items: flex-start;
    animation: slideInLeft 0.6s ease-out;
}

.exhibition-item:last-child {
    border-bottom: none;
}

.exhibition-date {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--secondary-color);
    font-family: var(--font-secondary);
}

.exhibition-content h3 {
    font-size: 1.5rem;
    margin-bottom: 8px;
    color: var(--primary-color);
}

.exhibition-location {
    color: var(--secondary-color);
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 0.95rem;
}

.exhibition-description {
    color: var(--text-dark);
    line-height: 1.8;
    margin: 0;
}

/* Responsividade Exhibitions */
@media (max-width: 768px) {
    .exhibition-item {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .exhibition-date {
        font-size: 1.4rem;
    }
}

/* Newsletter Section */
.newsletter {
    background: linear-gradient(135deg, var(--primary-color) 0%, #2a2a2a 100%);
    color: var(--text-light);
    padding: 80px 0;
}

.newsletter-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 40px;
}

.newsletter-content h2 {
    color: var(--text-light);
    font-size: 2.2rem;
    margin-bottom: 15px;
}

.newsletter-content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    margin-bottom: 30px;
}

.newsletter-form {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

.newsletter-form input[type="email"] {
    flex: 1;
    padding: 14px 20px;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    margin-bottom: 0;
}

.newsletter-form input[type="email"]::placeholder {
    color: #999;
}

.newsletter-form .submit-btn {
    padding: 14px 30px;
    white-space: nowrap;
    margin-bottom: 0;
}

/* Responsividade Newsletter */
@media (max-width: 768px) {
    .newsletter-form {
        flex-direction: column;
    }

    .newsletter-form .submit-btn {
        width: 100%;
    }

    .newsletter-content h2 {
        font-size: 1.8rem;
    }
}

/* Footer */
.footer {
    background-color: var(--primary-color);
    color: var(--text-light);
    padding: 60px 0 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-section h4 {
    color: var(--secondary-color);
    font-size: 1.1rem;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-section p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    margin-bottom: 10px;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: rgba(255, 255, 255, 0.8);
    transition: var(--transition);
}

.footer-section ul li a:hover {
    color: var(--secondary-color);
    padding-left: 5px;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}

/* Responsividade Footer */
@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-section h4 {
        font-size: 1rem;
    }
}

/* Scroll to Top Button */
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    z-index: 999;
    transition: var(--transition);
    box-shadow: var(--shadow-lg);
}

.scroll-to-top:hover {
    background-color: var(--accent-color);
    transform: translateY(-5px);
}

.scroll-to-top.show {
    display: flex;
}

/* Responsividade Geral */
@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.8rem;
    }

    .section-container {
        padding: 50px 0;
    }
}/* End custom CSS */