/* Finisterre CSS Styles */

/* Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Montserrat+Alternates:400,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary: #ff7a3d;
    --ast-global-color-0: #ff7a3d;
    --primary-dark: #ed6f1e;
    --ast-global-color-1: #ed6f1e;
    --ast-global-color-2: #1E1810;
    --ast-global-color-3: #62615C;
    --ast-global-color-4: #F8F7F3;
    --ast-global-color-5: #FFFFFF;
    --ast-global-color-6: #000000;
    --ast-global-color-7: #4B4F58;
    --ast-global-color-8: #F6F7F8;
}

body {
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: var(--ast-global-color-3);
    background-color: var(--ast-global-color-4);
}

/* Elementor Base Styles */
.elementor {
    position: relative;
}

.elementor-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.elementor-column {
    position: relative;
    display: flex;
    flex-direction: column;
}

.elementor-col-100 {
    width: 100%;
}

.elementor-col-50 {
    width: 50%;
}

.elementor-widget-wrap {
    position: relative;
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
}

.elementor-element-populated {
    padding: 10px;
}

.elementor-widget {
    position: relative;
}

.elementor-widget-container {
    position: relative;
}

/* Header Styles */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: transparent;
    padding: 15px 0;
}

.site-header .logo-nav img {
    max-height: 50px;
    width: auto;
}

.site-header .nav-menu a {
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    background: var(--ast-global-color-0);
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.site-header .nav-menu a:hover {
    background: var(--ast-global-color-1);
    transform: translateY(-2px);
}

/* Section 1: Hero Section with Video Background */
.elementor-element-a518d09 {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    background-color: #000;
    overflow: hidden;
}

.elementor-background-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.elementor-background-video-hosted {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

.elementor-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(30, 24, 16, 0.8), rgba(98, 97, 92, 0.6));
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    padding: 80px 0;
    width: 100%;
}

.hero-welcome {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 30px;
    color: #ffffff;
}

.hero-logo {
    max-width: 400px;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    filter: brightness(1.1);
}

.hero-description {
    font-size: 1.625rem;
    line-height: 1.4;
    margin-bottom: 40px;
    color: #ffffff;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Section 2: Phone Section */
.elementor-element-486f8f9 {
    background-color: var(--ast-global-color-0);
    padding: 60px 0;
    text-align: center;
    color: white;
}

.phone-section-small {
    font-size: 1.125rem;
    color: white;
    margin-bottom: 20px;
    font-weight: 400;
}

.phone-section-number {
    font-size: 2.5rem;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 1.3;
}

.phone-section-number a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

.phone-section-number a:hover {
    color: var(--ast-global-color-1);
}

.elementor-divider {
    text-align: center;
    margin: 20px 0;
}

.elementor-divider-separator {
    display: inline-block;
    width: 100px;
    height: 2px;
    background-color: var(--ast-global-color-2);
}

/* Footer Styles */
.site-footer {
    background-color: var(--ast-global-color-2);
    color: white;
    padding-top: 50px;
}

.site-primary-footer-wrap {
    padding: 45px 0;
}

.ast-builder-footer-grid-columns {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-widget-area {
    display: block;
}

.footer-logo {
    max-width: 300px;
    height: auto;
    margin-bottom: 20px;
}

.footer-phone {
    text-align: center;
}

.footer-phone h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.footer-phone h3 a {
    color: var(--ast-global-color-5);
    text-decoration: none;
    font-weight: bold;
}

.footer-phone h3 a:hover {
    color: var(--ast-global-color-1);
}

.footer-phone p {
    color: var(--ast-global-color-4);
    margin: 0;
}

.footer-info {
    text-align: center;
}

.footer-info p {
    color: var(--ast-global-color-4);
    margin-bottom: 10px;
}

.footer-info a {
    color: var(--ast-global-color-5);
    text-decoration: none;
    font-weight: bold;
}

.footer-info a:hover {
    color: var(--ast-global-color-1);
}

.site-below-footer-wrap {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ast-footer-copyright {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.ast-footer-copyright p {
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fadeInUp 0.8s ease-out;
}

.fade-in-delay {
    animation: fadeInUp 0.8s ease-out 0.3s both;
}

.fade-in-delay-2 {
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

.s-fi .content-card {
    margin-top: 100px;
}

.content-card ol, .content-card ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

.content-card p {
    margin-bottom: 20px;
}   


/* Responsive Design */
@media (max-width: 1024px) {
    .ast-builder-footer-grid-columns {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .elementor-container {
        padding: 0 15px;
    }

    .elementor-col-50 {
        width: 100%;
    }

    .hero-welcome {
        font-size: 2rem;
    }

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

    .hero-logo {
        max-width: 300px;
    }

    .phone-section-number {
        font-size: 2rem;
    }

    .hero-content {
        padding: 60px 0;
    }

    .elementor-element-a518d09 {
        min-height: 70vh;
    }
}

@media (max-width: 544px) {
    .hero-welcome {
        font-size: 1.8rem;
    }

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

    .hero-logo {
        max-width: 250px;
    }

    .phone-section-number {
        font-size: 1.8rem;
    }

    .phone-section-small {
        font-size: 1rem;
    }

    .footer-logo {
        max-width: 250px;
    }
} 

/* Estilos específicos para pago-resultado */
.proveedor-finisterre .resultado-card {
    border-color: var(--primary-dark);
}

.proveedor-finisterre .resultado-card.success {
    border-color: var(--primary);
    background: linear-gradient(135deg, #ffffff 0%, #eff6ff 100%);
}

.proveedor-finisterre .btn-primary {
    background: var(--primary);
    border-color: var(--primary-dark);
}

.proveedor-finisterre .btn-primary:hover {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
    box-shadow: 0 10px 20px rgba(30, 64, 175, 0.3);
}