/* Login institucional YPF */
.login-card {
    border-radius: 0.5rem;
    box-shadow: 0 8px 32px rgba(0,59,122,0.08);
    background: #fff;
}

.login-card .portal-title {
    color: var(--ypf-blue);
    font-weight: 700;
    letter-spacing: 0.01em;
}

.login-card .form-label {
    color: #1d2a3b;
    font-weight: 500;
}

.login-card .form-control {
    border-radius: 0.35rem;
    border: 1px solid #c7d2e2;
    font-size: 1.08rem;
    padding: 0.7rem 1rem;
}

.login-card .form-control:focus {
    border-color: var(--ypf-blue);
    box-shadow: 0 0 0 0.15rem rgba(0,59,122,0.08);
}

.login-card .btn-ypf-primary {
    font-size: 1.12rem;
    padding: 0.7rem 0;
    border-radius: 0.35rem;
}
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');

:root {
    --ypf-blue: #003b7a;
    --ypf-blue-dark: #002b58;
    --ypf-yellow: #ffc72c;
    --ypf-surface: #f4f8fc;
}

body {
    font-family: "Barlow", sans-serif;
    font-optical-sizing: auto;
    color: #1d2a3b;
    background-color: #e9edf2;
}


.portal-topbar {
    background: #fff;
    border: 1px solid #dde4ed;
}


.portal-hero-wrapper {
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
}


.portal-hero {
    overflow: hidden;
}


.bg-section {
    background-image: url(../../images/bg-head-2-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-overlay {
    background: linear-gradient(100deg, rgba(0, 36, 79, 0.92) 0%, rgba(0, 58, 122, 0.64) 45%, rgba(0, 58, 122, 0.18) 100%);
}

.hero-copy {
    width: 80%;
    font-size: 1.15rem;
}

.hero-tag {
    display: inline-block;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.portal-title {
    color: var(--ypf-blue);
}

.btn-ypf-primary {
    background-color: var(--ypf-yellow);
    border: 1px solid var(--ypf-yellow);
    color: #1f2a37;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.btn-ypf-primary:hover {
    background-color: #e7b52a;
    border-color: #e7b52a;
    color: #1f2a37;
}

.btn-ypf-dark {
    background-color: #0f4d96;
    border: 1px solid #0f4d96;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.btn-ypf-dark:hover {
    background-color: #0a3f7d;
    border-color: #0a3f7d;
    color: #fff;
}

.service-strip {
    background: transparent;
}

.module-intro {
    background: linear-gradient(135deg, #ffffff 0%, #f3f7fc 100%);
    border: 1px solid #d1dbe8;
    border-left: 6px solid #0f4d96;
    border-radius: 0.45rem;
    padding: 1rem 1.25rem;
    margin-bottom: 1rem;
    box-shadow: 0 8px 18px rgba(0, 43, 88, 0.06);
}

.module-intro-title {
    color: #4b4f58;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.module-intro-copy {
    color: #3f5065;
    font-size: 1.12rem;
    line-height: 1.5;
    max-width: 76ch;
}

.service-card {
    background: #fff;
    border: 1px solid #d8e0ea;
    border-radius: 0.35rem;
    padding: 1.15rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.service-card:hover {
    transform: translateY(-3px);
    border-color: #8db2d9;
    box-shadow: 0 10px 24px rgba(0, 43, 88, 0.08);
}

.service-card p {
    color: #4a5a6d;
    min-height: 2.8rem;
}

.btn-module {
    background: #0f4d96;
    border: 1px solid #0f4d96;
    color: #fff;
    padding: 0.28rem 1.25rem;
    font-weight: 600;
}

.btn-module:hover {
    background: #0a3f7d;
    border-color: #0a3f7d;
    color: #fff;
}

.platform-note {
    border-radius: 0.35rem;
    background: #fff;
    border: 1px solid #d8e0ea;
    box-shadow: 0 8px 18px rgba(0, 43, 88, 0.04);
}

.platform-note h4 {
    color: var(--ypf-blue);
}

.impact-section {
    border-radius: 0.5rem;
    border: 1px solid #c8d5e5;
    border-top: 4px solid var(--ypf-yellow);
    padding: 1.2rem;
    background: linear-gradient(160deg, #ffffff 0%, #f3f7fc 100%);
    box-shadow: 0 10px 22px rgba(0, 43, 88, 0.08);
}

.impact-header {
    margin-bottom: 0.45rem;
}

.impact-title {
    color: #08396d;
    font-size: 1.7rem;
    line-height: 1.2;
    letter-spacing: 0.03em;
    font-weight: 700;
}

.impact-subtitle {
    color: #3f5065;
    font-size: 1.06rem;
    font-weight: 500;
}

.impact-item {
    background: #ffffff;
    border: 1px solid #d8e0ea;
    border-radius: 0.5rem;
    padding: 0.82rem 0.9rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.impact-item:hover {
    transform: translateY(-2px);
    background: #ffffff;
    box-shadow: 0 10px 18px rgba(0, 43, 88, 0.12);
}

.impact-icon {
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #0f4d96;
    background: #e8f0fb;
    flex-shrink: 0;
}

.impact-icon i {
    font-size: 1.05rem;
    line-height: 1;
}

.impact-text {
    color: #1d2a3b;
    font-size: 1rem;
    line-height: 1.45;
}


.module-icon {
    color: #0f4d96;
    font-size: 1.45rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}


.benefits-list {
    list-style: none;
    padding-left: 0;
}

.benefits-list li {
    padding-left: 1.25rem;
    margin-bottom: 0.35rem;
    position: relative;
}

.benefits-list li::before {
    content: "\2713";
    color: #4a9c2e;
    font-weight: 700;
    position: absolute;
    left: 0;
}


.portal-footer {
    background: #f3f5f7;
    border-top: 1px solid #d7dee8;
    border-radius: 0.35rem;
}

.portal-footer .brand {
    color: var(--ypf-blue);
    font-weight: 700;
    letter-spacing: 0.08em;
}

.bg-line {
    background-image: url(../../images/bg-lines-1.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

.img-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.img-content:hover{
    -webkit-transform: scale(1.235);
    -moz-transform: scale(1.235);
    -ms-transform: scale(1.235);
    -o-transform: scale(1.235);
    transform: scale(1.225);
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

@media (max-width: 767.98px) {
    .bg-section {
        background-position: 62% center;
    }

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

    .service-card p {
        min-height: 0;
    }

    .module-intro {
        padding: 0.9rem 1rem;
    }

    .module-intro-copy {
        font-size: 1rem;
    }

    .impact-section {
        padding: 1rem;
    }

    .impact-title {
        font-size: 1.35rem;
    }

    .impact-subtitle {
        font-size: 1rem;
    }
}


