
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 50px;
}
body {
    background-color: #f4f7f6;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
}

html, body {
    cursor: url('img/cursor.gif'), auto;
}

a:hover, 
button:hover, 
input[type="button"]:hover, 
input[type="submit"]:hover,
[role="button"]:hover {
    cursor: url('img/ponteiro.gif'), pointer;
}

.site-footer {
    width: 100%;
    padding: 20px 0;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
}

.footer-content {
    color: #001769;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    opacity: 0.8;
}

:root {
    --primary-blue: #0066cc;
    --dark-blue: #0a2540;
    --light-blue: #4da6ff;
}

/* Nav bar */

header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 15px 0;
    transition: all 0.3s ease;
}

.navbar-bg-blur {
    background: rgba(244, 247, 246, 0.75); 
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(209, 217, 230, 0.5);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
    padding: 10px 0;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 4%;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 35px; 
    margin: 0;
    margin-right: auto; 
    padding-left: 0;
}

.nav-links li {
    position: relative;
}

.nav-links a {
    text-decoration: none;
    color: var(--dark-blue);
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 8px 4px;
    transition: color 0.3s ease;
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-blue);
    transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.nav-links a:hover {
    color: var(--primary-blue);
}

.nav-links a:hover::after {
    width: 100%;
}

.nav-links a.active {
    color: var(--primary-blue);
    font-weight: 700;
}

.nav-links a.active::after {
    width: 100%;
}

/* Seletor de Idioma */
.lang-toggle {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--dark-blue);
    border: 1px solid rgba(10, 37, 64, 0.2);
    padding: 5px 12px;
    border-radius: 20px;
    cursor: url('img/ponteiro.gif'), pointer;
    transition: all 0.3s ease;
}

.lang-toggle:hover {
    background: var(--primary-blue);
    color: white;
    border-color: var(--primary-blue);
    transform: translateY(-1px);
}

/* Layout Principal */
.hero-section {
    min-height: 100vh;
    background-image: url('img/fundo1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #dcedf7;
    
    display: flex;
    align-items: center;
    padding-top: 70px;
}

.hero-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1500px;
    margin: 0 auto;
    width: 100%;
    padding: 0 5%;
}

.column {
    flex: 1;
}

.left-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 2;
}

.subtitle-label {
    color: var(--primary-blue);
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 3px;
    margin-bottom: -2px;
    margin-left: 15px;
}

.main-title {
    font-family: 'Poppins', sans-serif;
    font-size: 5.2rem;
    font-weight: 800;
    color: #ffffff;
    -webkit-text-stroke: 2px #001769;
    line-height: 1.1;
    margin-bottom: 0px;
    letter-spacing: 1px;
}

.description {
    color: var(--dark-blue);
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 5px; 
    margin-bottom: 15px;
}

.highlights {
    color: #0066cc;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 40px;
}

.cta-button {
    background-color: var(--primary-blue);
    color: white;
    text-decoration: none;
    padding: 15px 35px;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 10px 20px rgba(0, 102, 204, 0.3);
    transition: background 0.3s;
}

.cta-button:hover {
    background-color: var(--dark-blue);
}

/*  coluna central */
.center-col {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    z-index: 1;
}

.right-col {
    display: flex;
    flex-direction: column;
    align-items: center; 
    z-index: 2;
    padding-right: 20px; 
    padding-left: 10vw;
    transition: padding 0.3s ease;
}

@media (max-width: 1200px) {
    .hero-container {
        gap: 20px;
    }
    .right-col {
        padding-left: 0;
    }
    .main-title {
        font-size: 4rem;
    }
    .amy-title {
        font-size: 6.5rem;
    }
}

.amy-title {
    font-family: 'Six Caps', sans-serif;
    font-size: 8.5rem; 
    letter-spacing: -6px; 
    font-weight: 400; 
    margin-bottom: -15px; 
    
    background: radial-gradient(circle, #0d8bf9 0%, #0a6fc6 50%, #085293 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.social-icons {
    display: flex;
    gap: 20px;
    margin-bottom: 5px;
    align-items: center;
}

.social-icons a {
    color: var(--primary-blue);
    font-size: 2.2rem;
    transition: 0.3s;
    display: flex;
    align-items: center;
    text-decoration: none; 
    border-bottom: none; 
}

.social-icons a:hover {
    color: var(--dark-blue);
}

.roblox-icon svg, .x-icon svg {
    font-size: 1.9rem;
}

.japanese-text {
    font-weight: 800;
    font-size: 1.2rem;
    margin-top: 0px; 
    margin-bottom: 40px;
    
    background: radial-gradient(circle, #0d8bf9 0%, #0a6fc6 50%, #085293 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

/* sobre */
.sobre-section {
    height: 100vh;
    background-image: url('img/fundo2.png'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #e6f0f9;
    display: flex;
    align-items: center;
    padding-top: 70px; 
    overflow: hidden; 
}

.sobre-container {
    display: flex;
    justify-content: space-between;
    height: 100%; 
    max-width: 1500px;
    margin: 0 auto;
    width: 100%;
    padding: 3vh 5% 4vh 5%;
}

.sobre-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%; 
}

/* coluna esquerda */
.sobre-left {
    align-items: flex-start;
    padding-right: 30px;
    justify-content: flex-start;
    padding-top: 2vh;
}

.sobre-label {
    color: var(--primary-blue);
    font-weight: 800;
    font-size: 0.85rem; 
    letter-spacing: 4px;
    margin-bottom: 0.5vh; 
}

.sobre-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2.5rem, 5.5vh, 4rem); 
    font-weight: 800;
    color: #001769;
    line-height: 1.1;
    margin-bottom: 1vh;
}

.text-blue {
    color: var(--primary-blue);
}

.title-line {
    width: 60px;
    height: 3px;
    background-color: var(--primary-blue);
    margin-bottom: 2.5vh;
}

.about-card {
    background-color: rgba(255, 255, 255, 0.95);
    border: 1px solid var(--primary-blue);
    border-radius: 16px;
    padding: 2.5vh 25px; 
    box-shadow: 0 10px 30px rgba(0, 102, 204, 0.05);
    margin-bottom: 2vh;
    max-width: 450px; 
}

.about-card p {
    color: #001769;
    font-size: 0.85rem; 
    line-height: 1.5;
    margin-bottom: 1.5vh;
}

.about-card p:last-child {
    margin-bottom: 0;
}

.left-decor {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #001769;
    font-weight: 800;
    font-size: 1.1rem;
    margin-top: auto;
}

.decor-line {
    width: 80px;
    height: 2px;
    background-color: #001769;
    opacity: 0.3;
}

.decor-bars {
    color: var(--primary-blue);
    letter-spacing: 3px;
}

/* coluna direita */
.sobre-right {
    align-items: flex-start; 
    padding-left: 50px;
    justify-content: flex-end; 
}

/* decoração */
.top-decor {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    color: var(--primary-blue);
    width: 100%;
    max-width: 400px;
}

.top-decor-text {
    border-left: 2px solid rgba(0, 102, 204, 0.5);
    padding-left: 15px;
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.4;
    color: var(--primary-blue);
    margin-bottom: 10px;
}

.top-decor-bars {
    font-weight: 800;
    letter-spacing: 2px;
    font-size: 0.85rem;
    padding-left: 15px; 
}

.info-card {
    background-color: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0, 102, 204, 0.3);
    border-radius: 12px;
    padding: 20px 25px; 
    width: 100%;
    max-width: 400px;
    margin-bottom: 25px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.02);
}

.info-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--dark-blue);
    font-weight: 800;
    font-size: 0.8rem; 
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.info-header i {
    font-size: 1.2rem;
    color: var(--primary-blue);
}

.info-value {
    color: #0099ff; 
    font-weight: 800;
    font-size: 1.2rem; 
}

.bottom-decor-text {
    text-align: left;
    color: var(--primary-blue);
    font-size: 0.85rem;
    line-height: 1.4;
    width: 100%;
    max-width: 400px;
    margin-top: 10px;
    margin-bottom: 40px; 
}

.bottom-pagination {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto; 
    width: 100%;
    justify-content: flex-end;
    max-width: 400px;
    margin-top: auto; 
    padding-bottom: 20px;
}

.page-line {
    width: 50px;
    height: 3px;
    background-color: var(--primary-blue);
    border-radius: 2px;
}

.page-dot {
    width: 6px;
    height: 6px;
    background-color: var(--primary-blue);
    border-radius: 50%;
}

/* Portifolio */

.portfolio-section{
    min-height: 100vh;
    display: flex;
    background-color: #f4f4f7;
     position: relative;
}


/* negocio azul */

.portfolio-panel {
    width: clamp(320px, 28vw, 480px);

    background-color: var(--primary-blue);

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    padding:
        clamp(70px, 8vh, 90px)
        clamp(35px, 3vw, 50px)
        clamp(25px, 3vh, 40px)
        clamp(35px, 3vw, 50px);

    flex-shrink: 0;
}

/* conteúdo superior */

.portfolio-header{
    display: flex;
    flex-direction: column;
}

.portfolio-title{
    color: white;
    font-size: clamp(3rem, 4vw, 4.5rem);
    font-weight: 800;
    line-height: 1;
    margin-bottom: 18px;
}

.portfolio-description{
    color: rgba(255,255,255,0.95);

    font-size: clamp(1rem, 1.1vw, 1.45rem);

    line-height: 1.45;

    max-width: 320px;
}

.portfolio-divider{
    width: 70px;
    height: 4px;

    background: white;

    margin-top: 28px;
}

.portfolio-decor{
    margin-top: auto;
}

.portfolio-decor .decor-number{
    color: white;
}

.portfolio-decor .decor-line{
    background-color: rgba(255,255,255,0.35);
    opacity: 1;
}

.portfolio-decor .decor-bars{
    color: white;
}

/* cards */

.portfolio-preview{
    flex: 1;

    background-image: url('img/fundo3.png');
    background-repeat: no-repeat;

    background-size: cover;

    background-position: center center;

    position: relative;
}

.portfolio-nav{
    position: absolute;

    right: 50px;
    bottom: 35px;

    display: flex;
    align-items: center;
    gap: 12px;

    z-index: 5;
}

.portfolio-nav .page-line{
    width: 80px;
}

.portfolio-cards {
    position: absolute;
    
    left: clamp(180px, 15vw, 320px); 
    right: 2%;
    
    top: 58%; 
    transform: translateY(-50%);

    display: flex;
    justify-content: space-between;
    align-items: center;
    
    gap: 25px; 
    z-index: 10;
}

.portfolio-card {

    width: clamp(300px, 26vw, 430px);
    
    height: clamp(380px, 26vw, 460px); 

    background-color: #ffffff;
    border-radius: 40px; 
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08); 
    
    flex-shrink: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;

    position: relative; 
    overflow: hidden;   
}

a.portfolio-card {
    text-decoration: none;
    display: block;
}

.portfolio-cards a.portfolio-card:first-of-type {
    width: clamp(260px, 21vw, 330px);
    height: clamp(380px, 23vw, 380px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12); 
}

.portfolio-card:first-child {

    width: clamp(260px, 21vw, 330px);
    
    height: clamp(380px, 23vw, 380px);
    
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12); 
}

.portfolio-card:first-child,
.portfolio-cards a.portfolio-card:first-of-type {

    width: clamp(300px, 26vw, 430px);
    
    height: clamp(440px, 29vw, 520px);
    
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12); 
}

.portfolio-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
}

.card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.portfolio-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
    z-index: 2;
}

.card-info {
    position: absolute;
    bottom: 30px;
    left: 25px;
    right: 25px;
    z-index: 3;
    color: #ffffff;
    display: flex;
    flex-direction: column;
}

.song-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.15rem;
    font-weight: 800;
    margin-bottom: 4px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.song-details {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    opacity: 0.7;
    letter-spacing: 0.5px;
}

/* serviços */

.servicos-section {
    height: 100vh; 
    display: flex;
    align-items: center;
    padding-top: 70px; 
    overflow: hidden;
    position: relative;
    background-color: #f4f7f6;
}

.servicos-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('img/fundo5.gif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.15;
    z-index: 1;
}

.servicos-container {
    display: flex;
    justify-content: space-between;
    height: 100%; 
    max-width: 1500px;
    margin: 0 auto;
    width: 100%;
    padding: 3vh 5% 4vh 5%;
    z-index: 2;
}

.servicos-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%; 
}

/* coluna esquerda: textos */

.link-destaque {
    color: #3b82f6;
    text-decoration: underline;
    font-weight: 600;
    transition: opacity 0.2s ease;
}

.link-destaque:hover {
    opacity: 0.8;
}

.servicos-left {
    align-items: flex-start;
    padding-right: 30px;
    justify-content: flex-start;
    padding-top: 2vh;
}

.regras-box {
    margin-top: 1vh;
    margin-bottom: auto;
}

.regra-item {
    margin-bottom: 2.5vh;
    color: #001769;
    font-size: 0.9rem;
    line-height: 1.5;
}

.regra-item strong {
    color: #001769;
    font-weight: 800;
}

/* coluna direita: cards */
.servicos-right {
    align-items: center; 
    justify-content: center;
    position: relative;
}

.pricing-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 40px;
    width: 100%;
    max-width: 700px;
    margin-top: -5vh; 
    position: relative;
}

.servicos-img {
    position: absolute;
    bottom: -15px; 
    right: -50px;
    width: clamp(180px, 16vw, 250px); 
    z-index: 1; 
    pointer-events: none; 
}

.card-basica {
    grid-column: 1;
    justify-self: end;
}

.card-avancada {
    grid-column: 2;
    justify-self: start;
}

.card-fixo {
    grid-column: 1 / 3;
    justify-self: center;
    margin-top: -10px;
}

/* estilos cards */
.pricing-card {
    background-color: transparent;
    border: 1px solid var(--primary-blue);
    border-radius: 24px;
    padding: 35px 25px 25px 25px;
    width: 300px;
    text-align: center;
    position: relative;
    transition: transform 0.3s;
}

.pricing-card:hover {
    transform: translateY(-5px);
}

.pricing-card h3 {
    color: #001769;
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.pricing-card .price {
    color: var(--primary-blue);
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 25px;
}

.pricing-card ul {
    list-style: none;
    text-align: left;
    padding: 0 10px;
}

.pricing-card li {
    font-size: 0.85rem;
    color: #001769;
    margin-bottom: 12px;
    position: relative;
    padding-left: 15px;
    font-weight: 600;
}

.pricing-card li::before {
    content: '•';
    color: var(--dark-blue);
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 1.2rem;
}

.pricing-card.highlight {
    border: 2.5px solid var(--primary-blue);
}

.badge-destaque {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #001769;
    color: white;
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 1px;
    white-space: nowrap;
}

.card-fixo {
    width: 260px;
    padding: 25px 20px;
}

/* Player fluuante */

.mini-player-widget {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    font-family: 'Montserrat', sans-serif;
}

.player-header {
    color: #001769;
    font-weight: 800;
    font-size: 0.85rem;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 65px;
}

.player-body {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(0, 23, 105, 0.08);
    border-radius: 24px;
    padding: 12px 24px 12px 85px; 
    box-shadow: 0 12px 35px rgba(0, 23, 105, 0.1);
    position: relative;
    width: 260px;
    height: 80px;
}

.vinyl-container {
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: radial-gradient(circle, #2c2c2c 0%, #111111 70%, #000000 100%);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}

.vinyl-grooves {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #222;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.8);
}

.vinyl-grooves img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
}

.vinyl-container.playing .vinyl-grooves {
    animation: spinVinyl 8s linear infinite;
}

.vinyl-center-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background: #ffffff;
    border-radius: 50%;
    z-index: 5;
}

.player-controls-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 4px;
}

.music-info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.music-info {
    display: flex;
    flex-direction: column;
    width: 80%;
}

#player-title {
    color: #001769;
    font-weight: 700;
    font-size: 0.85rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#player-author {
    color: #6a76a5;
    font-size: 0.7rem;
    font-weight: 500;
}

.mute-btn {
    background: none;
    border: none;
    color: #6a76a5;
    cursor: pointer;
    font-size: 0.85rem;
}

.progress-bar-container {
    width: 100%;
    display: flex;
    align-items: center;
}

#player-progress {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 4px;
    background: #e2e8f5;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
}

#player-progress::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #001769;
    cursor: pointer;
    transition: transform 0.1s;
}

#player-progress::-webkit-slider-thumb:hover {
    transform: scale(1.3);
}

.control-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
}

.control-buttons button {
    background: none;
    border: none;
    color: #001769;
    font-size: 0.95rem;
    cursor: pointer;
}

.control-buttons .play-btn {
    font-size: 1.15rem;
}

@keyframes spinVinyl {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.invisible-yt-player {
    position: fixed;
    top: -9999px;
    left: -9999px;
    width: 200px;
    height: 200px;
    pointer-events: none;
    opacity: 0;
}

/* contato */


.contato-section {
    height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 70px;
    overflow: hidden;
    position: relative;
    background: #f4f7f6;
}

.contato-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('img/fundo4.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.25;
    z-index: 1;
}

.contato-container{
    position: relative;

    display:flex;
    justify-content:space-between;

    width:100%;
    max-width:1500px;

    height:100%;

    margin:0 auto;

    padding:3vh 5% 4vh 5%;
    z-index: 2;
}

/* colunas */

.contato-left,
.contato-right{

    flex:1;

    display:flex;
    flex-direction:column;

    height:100%;
}

.contato-left{

    justify-content:flex-start;

    padding-top:2vh;

    padding-right:4%;
}

.contato-right{

    justify-content:flex-end;

    align-items:flex-start;

    padding-left:4%;
}

.contato-text{

    color:#001769;

    font-size:.9rem;

    line-height:1.7;

    max-width:340px;

    margin-bottom:3vh;
}

.contact-links{

    display:flex;

    flex-direction:column;

    gap:2.5vh;
}

.contact-item{

    display:flex;

    align-items:center;

    gap:18px;

    text-decoration:none;
}

.contact-icon{

    width:clamp(42px,5vh,54px);
    height:clamp(42px,5vh,54px);

    border-radius:50%;

    background:var(--primary-blue);

    display:flex;

    justify-content:center;

    align-items:center;

    color:white;

    flex-shrink:0;
}

.contact-icon svg{

    width:17px;
    height:17px;

    fill:white;
}

.contact-icon i{

    font-size:1.2rem;
}

.contact-info strong{

    display:block;

    color:#001769;

    font-size:1rem;

    font-weight:800;
}

.contact-info span{

    color:#001769;

    font-size:.95rem;
}

/* forms */

.contact-form{

    width:min(100%,760px);

    background:#fff;

    border:2px solid var(--primary-blue);

    border-radius:38px;

    padding:3vh 35px;

    box-shadow:0 8px 25px rgba(0,102,204,.05);

    overflow: hidden;
    padding: 0;
}

.contact-replacement-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.contato-left .left-decor{

    margin-top:auto;
}

.contato-right .bottom-pagination{

    width:min(100%,760px);

    margin-top:auto;

    padding-bottom:2vh;

    justify-content:flex-end;
}

.contato-img{
    position: absolute;

    width: 340px;

    left: 330px;
    bottom: 0;

    z-index: 2;

    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

/* Legenda recente */

.legendas-recentes-container {
    margin-top: -25px;
    display: flex;
    flex-direction: column;
    align-items: center; 
    width: 100%;
}

.recentes-title {
    font-family: 'Coco Gothic', 'Montserrat', sans-serif;
    color: #001769; 
    font-size: 0.95rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 5px;
    text-align: center;
}

.carousel-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px; 
    width: 100%;
}

.carousel-view {
    width: 250px;
    border-radius: 12px;
    overflow: hidden; 
    box-shadow: 0 5px 15px rgba(0, 102, 204, 0.2);
    border: 2px solid var(--primary-blue);
}

.recentes-carrossel {
    display: flex;
    width: 100%;
    transition: transform 0.4s ease-in-out; 
}

.video-card {
    position: relative;
    min-width: 100%; 
    height: 140px; 
    display: block;
    cursor: pointer;
    text-decoration: none;
}

.video-card img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
}

.carousel-btn {
    background: var(--primary-blue);
    color: white;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s, background 0.3s;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(0, 102, 204, 0.3);
}

.carousel-btn:hover {
    background: var(--dark-blue);
    transform: scale(1.1);
}

.carousel-btn i {
    font-size: 0.85rem;
}

.play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 23, 105, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s ease;
}

.play-overlay i {
    color: #ffffff;
    font-size: 1.8rem;
    filter: drop-shadow(0 2px 5px rgba(0,0,0,0.5));
    transition: transform 0.3s ease;
}

.video-card:hover .play-overlay { background: rgba(0, 23, 105, 0.1); }
.video-card:hover .play-overlay i { transform: scale(1.2); color: var(--light-blue); }
