/*
Theme Name: Gasolinera Santa Catarina
Text Domain: Gasolinera Santa Catarina
Theme URI: https://gasolinerasantacatarina.com
Author: Eliza Espinosa
Author URI: https://elizaespinosa.com
Description: Website Gasolinera Santa Catarina.
tags: light, flexible-width
License: GNU General Public License v2 or later
License URI: http://gnu.org
Text Domain: cehe-gsc
Version: 1.0.0
*/
// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
:root {
    --font-base: 'Roboto', sans-serif;
    --font-title: 'BarlowCondensed', sans-serif;
    --font-subtitle: 'CriteriaCF', sans-serif;
    /*--primary: #64A709;*/
    --primary: #22c55e;
    --secondary: #EFDF00;
    --container: 1200px;
    --container-fullwidht: 100%;
    --space: 1.5rem;
    --black:   #0a0a0a;
    --dark:    #111111;
    --grey:    #696969;
    --panel:   #161616;
    --border:  #2a2a2a;
    --gold:    #F5A623;
    --gold2:   #e8941a;
    --red:     #D0021B;
    --white:   #F5F0E8;
    --muted:   #888888;
    --text:    #CFCCC6;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: var(--font-base); font-size: 18px; font-weight: normal; line-height: 1.6; color: #334155; background: #f2f2f2; }

h1, h2, h3, h4, h5, h6 { margin-top: 0; color: #1e293b; }
p { padding-top:var(--space); letter-spacing: 1px; }
a { color: var(--primary); text-decoration: none; transition: 0.3s; }
a:hover { opacity: 0.8; }
:focus-visible { outline: none; }
img { max-width: 100%; height: auto; display: block; }
section {
    padding-top:50px;
    padding-bottom:50px;
}
/*General*/
.hide {
    display: none !important;
}
.object-bottom {
    object-position: bottom;
}
.object-center {
    object-position: center;
}
.grid {
    display: grid;
}
.py-3 {
    padding: 30px 0;
}
.py-4 {
    padding: 40px 0;
}
.py-5 {
    padding: 50px 0;
}
.py-9 {
    padding: 90px 0;
}
.p-0 {
    padding: 0;
}
.pt-0 { padding-top:0; }
.pt-1 { padding-top: var(--space)}
.pt-2 { padding-top: calc(var(--space)*2);}
.pt-3 { padding-top: calc(var(--space)*3);}
.pb-1 { padding-bottom: var(--space)}
.pb-2 { padding-bottom: calc(var(--space)*2);}
.pb-3 { padding-bottom: calc(var(--space)*3);}
.g-1 { gap: var(--space); }
.g-2 { gap: calc(var(--space)*2); }
.br-top-0 { border-top-right-radius: 0px !important; border-top-left-radius: 0px!important; }
.br-bottom-0 { border-bottom-right-radius: 0px!important; border-bottom-left-radius: 0px!important; }
.gold  { color: var(--gold); }
.red   { color: var(--red);  }
.upper { text-transform: uppercase; letter-spacing: .15em; }
.tag-line {
    font-size: 1rem;
    color: var(--secondary);
    letter-spacing: 2px;
    display: flex;
    margin-top: -10px;
}
.tag-line::before {
    content: '+';
    font-size: 22px;
    padding-right: 5px;
}
h1.title {
    font-size: 100px;
    text-transform: uppercase;
    line-height: 92px;
    letter-spacing: 2px;
    margin-bottom: 0;
    /*text-shadow: rgba(0, 0, 0, 0.25) 6px 4px 3px;*/
}
h2 {
    color: #333;
    /*font-size: 40px;*/
    font-size: clamp(2.4rem, 4vw, 3.8rem);
    line-height: clamp(2.4rem, 4vw, 3.8rem);
}
h3 {
    font-size: 1.6rem;
}
span {
    color: var(--primary);
}
span.secondary { color: var(--secondary);}
.mas-label{
  display:inline-flex;
  align-items:center;
  gap:3px;
  font-family:'BarlowCondensed', sans-serif,
  sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing:.22em;
  text-transform:uppercase;
  margin-bottom: -10px;
}
strong {
    font-weight: bold;
    font-family: 'BarlowCondensed', sans-serif;
    box-sizing: border-box;
}
ul {
    list-style: none;
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: .92rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .2s;
    padding: 12px 25px;
    border-radius: 50px;
    border: 2px solid;
    gap: 8px;
    cursor: pointer;
}
.btn-outline-w {
    background: transparent;
    color: var(--white);
    border-color: rgba(255, 255, 255, .4);
}
.btn-yellow {
    background: var(--secondary);
    color: var(--black);
    border-color: var(--secondary);
}
.btn-dark {
    background: #212121;
    color: #fff;
    border-color: #212121;
}
.btn-green {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}
.btn-outline-d {
    color: var(--dark);
    border-color: var(--secondary);
}
.btn-outline-g {
    background: transparent;
    color: var(--gray);
    border-color: var(--gray);
}
.btn-outline-y {
    background: transparent;
    color: var(--secondary);
    border-color: var(--secondary);
}
.btn-outline-p {
    background: transparent;
    color: var(--primary);
    border-color: var(--primary);
}
.t-center {
    text-align: center;
}
.bg-whatsapp {
    background-color: #28D366;
    border-color:#28D366;
}
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
}
@keyframes slideRight {
    from { opacity: 0; transform: translateX(-20px); }
    to   { opacity: 1; transform: translateX(0); }
}
@keyframes spinSlow {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .6s ease, transform .6s ease;
}
.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}
@media (max-width: 768px) {
    h1.title {
        font-size: 54px;
        line-height: 52px;
        display: block;
    }
    #hero .tag-line {
        color: var(--secondary);
    }
}
.mas-label {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-family: 'BarlowCondensed', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #334155 !important;
    letter-spacing: .22em;
    text-transform: uppercase;
    margin-bottom: -10px;
}
p.subtitle {
    color: #333;
    font-family: 'BarlowCondensed', sans-serif;
    font-weight: 600;
    font-size: clamp(2.4rem, 4vw, 3.8rem);
    line-height: clamp(2.4rem, 4vw, 3.8rem);
    letter-spacing: 0.5px;
    padding-top: 0;
}
.mas-label::before {
    content: '+';
    font-size: 21px;
    color: var(--primary);
}
.mas-label .plus{font-size:1.3rem;font-weight:900;color:var(--green);line-height:1}
.mas-label.on-green .plus{color:var(--yellow)}
.mas-label.on-dark .plus{color:var(--yellow)}
.mas-label.on-yellow .plus{color:var(--green)}

/* Header & Navegacion */
.site-header { width: 100%; background-color: #ffffff; border-bottom: 1px solid #e2e8f0; padding: 1.5rem 0; position: relative; z-index: 100; }
.site-header .row { justify-content: space-between; }
.site-nav ul { list-style: none; display: flex; gap: 1.5rem; margin: 0; padding: 0; align-items: center; }
.site-nav a { font-weight: 600; color: #1e293b; }
.site-logo { justify-content: flex-start; display: flex; }
.text-logo { font-size: 1.5em; margin-top: auto; margin-bottom: auto;color: inherit; font-family: 'BarlowCondensed', sans-serif; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }
.menu { display:flex; justify-content:flex-end; align-items:center; }
.menu-toggle { display: none; background: transparent; color: var(--primary); font-size: 1.8rem; padding: 0.5rem; border: none; cursor: pointer; }
.site-nav .sub-menu { display: none; background: #f8fafc;}
.site-nav .sub-menu li a { color:#fff; }
.site-nav li.open-submenu > .sub-menu { display: block; padding: 8px; }
.site-nav li:has(ul.sub-menu) > a { padding:10px; }
.site-nav li:has(ul.sub-menu):hover > a { color:#fff; opacity: 1; background: #212121; }
.menu-item-has-children > a::after {
    content: ' \f107';
    font-family: 'FontAwesome';
    font-size: 21px;
    vertical-align: middle;
    line-height: 0;
}
.site-nav li.menu-item-has-children:has(ul.sub-menu):hover > a::after {
    content: ' \f106';
    color: #fff;
    vertical-align: baseline;
}
@media (min-width: 992px) {
    .menu-toggle { display: none; }
    .site-nav { display: block !important; position: static; box-shadow: none; background: transparent; }
    .site-nav .sub-menu { display: none; position: absolute; background: #212121; box-shadow: 0 4px 12px rgba(0,0,0,0.15); padding: 10px 0; }
    .site-nav li:hover > .sub-menu { display: block; }
    .site-nav .sub-menu li { width: 100%; }
    .site-nav .sub-menu a { padding: 10px 15px; }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 769px) and (max-width: 834px) {
    .menu { justify-content: end; padding-top: calc(var(--space)*3); }
    .text-logo { width: max-content; }
    #facturacion-btn { position: absolute; top: 20px; margin-right: -5px; }
}
@media (max-width: 768px) { 
    .site-logo { justify-content: center; }
    .site-header .container.grid-12 { display: flex; }
    .site-header .grid-12 { gap: 30px; }
    .menu-toggle { display: block; }
    .site-nav { width: 100%; position: absolute; top: 100%; left: 0; background: #fff; box-shadow: 0 4px 6px rgba(0,0,0,0.1); z-index: 999; display: none; }
    .site-nav.active { display: block; top: 90px; }
    .site-nav ul { flex-direction: column; padding: 1.5rem; gap: 1rem; }
    .site-nav li { display: grid; width: 100%; }
    .site-nav li:has(ul.sub-menu) { padding-right: 0;  }
    .site-nav li a { display: flex; justify-content: right; }
    .site-nav .sub-menu li a { color: var(--dark); padding-right: 0; }
    .site-nav li:has(ul.sub-menu) > a { padding-right: 0;}
    .site-nav li:has(ul.sub-menu):hover > a { background: transparent; color: var(--dark) }
    .site-nav li:has(ul.sub-menu):hover { background: #eaeaea; }
    .menu-item-has-children > a::after, .site-nav li.menu-item-has-children:has(ul.sub-menu):hover > a::after { color: var(--dark); padding: 13px 0 13px 5px; }
    .site-nav #facturacion-btn { margin-top: 20px; padding-right: 0; justify-content: end; }
}
/* Footer */
.site-footer { background: #0f172a; color: #ffffff; padding: 3rem 0; text-align: center; font-size:16px; }
.pre-footer .row { justify-content: space-between; }
.site-footer .site-nav ul { list-style: none; display: flex; gap: 1.5rem; margin: 0; padding: 0; }
.pre-footer .site-nav a { color: #ffffff; font-weight: 600;}
.site-footer .text-logo { color:var(--primary); !important} 
.copyrigth { justify-content: flex-start; display: flex; }
.footer-contacto { display: flex; justify-content: flex-end; align-items:center; gap: 10px; }
.footer-contacto a { color:var(--white); }
@media (min-width: 992px) {
    .site-footer .sub-menu { display: block; background: transparent; position: relative; padding: 10px 0; }
    .site-footer ul { align-items: flex-start; }
    .site-footer .site-nav { padding-top: 10px; }
    .site-footer .site-nav li:has(ul.sub-menu) > a { padding: 10px; }
    .site-footer .menu-item-has-children > a::after, .site-footer li.menu-item-has-children:has(ul.sub-menu):hover > a::after { content: none; }
    .site-footer li:has(ul.sub-menu):hover > a { background: transparent;}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 769px) and (max-width: 834px) {
    .site-footer .site-logo { justify-content: center; margin-left: auto; margin-right: auto; }
    .pre-footer .col-lg-8.col-md-12.col-12 { justify-content: center !important; }
    .footer-contacto { display: flex; justify-content: center; gap: 30px; }
    .site-footer .datos .row { display: grid; }
    .copyrigth { justify-content: center; order: 2; }
    .footer-contacto { order: 1; }
}
@media (max-width: 768px) {
    .site-footer {  }
    .site-footer .site-nav { display: grid; position: relative; top: 0; background: transparent; }
    .site-footer .site-nav ul { flex-direction: column; padding: 1.5rem; gap: 1rem; }
    .site-footer .site-nav li { border-bottom: 1px solid #22345f; justify-content: center; padding-bottom: 1rem; }
    .site-footer .site-nav li a { justify-content: center; }
    .site-footer .sub-menu li { border-bottom: 0; }
    .site-footer .site-nav .sub-menu { background: transparent; padding: 1rem 0 0 0; }
    .site-footer .site-nav li.open-submenu > .sub-menu { display: block; padding: 8px; }
    .site-footer .site-nav .sub-menu li a { color: #fff; }
    .site-footer .menu-item-has-children > a::after, .site-footer .site-nav li.menu-item-has-children:has(ul.sub-menu):hover > a::after { content: none; }
    .menu-item-has-children > a::after, .site-nav li.menu-item-has-children:has(ul.sub-menu):hover > a::after { padding: 13px 0 13px 15px; }
    .site-footer .site-nav li:has(ul.sub-menu) > a { border-bottom: 1px solid #22345f; }
    .site.footer .site-nav li:has(ul.sub-menu):hover { background: transparent; }
    .footer-contacto { display: grid; justify-content: center; gap: 0; }
    .site-footer .datos .row { display: grid; }
    .copyrigth { order: 2; }
    .footer-contacto { order: 1; }
}
/* Layout Cards (Archive) */
.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 30px; }
.post-card { border: 1px solid #e2e8f0; border-radius: 8px; overflow: hidden; display: flex; flex-direction: column; background: #fff; }
.post-card-content { padding: 1.5rem; flex-grow: 1; }
.post-card-content h2 { font-size: 1.3rem; margin-bottom: 0.5rem; }
.single-content { background: #fff; padding: 2rem; border-radius: 8px; border: 1px solid #e2e8f0; }
.widget { background: #f8fafc; padding: 1.5rem; border-radius: 8px; border: 1px solid #e2e8f0; margin-bottom: 1.5rem; }
.card {
    background: #fff;
    border-radius: 20px;
    padding: 25px 35px;
}
.form-group { margin-bottom: 1rem; }
        .form-group.full { grid-column: span 2; }
        label { display: block; font-weight: 500; font-size: 0.9rem; margin-bottom: 0.5rem; color: var(--text-muted); }
        input[type="text"], input[type="email"], input[type="tel"], input[type="url"], textarea, select { width: 100%; padding: 0.75rem; background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); color: var(--text); font-size: 1rem; }
        input:focus, select:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.2); }
        .cpt-row { display: grid; grid-template-columns: 1fr 1fr 1fr auto; gap: 1rem; align-items: end; background: rgba(15, 23, 42, 0.5); padding: 1rem; border-radius: var(--radius); border: 1px dashed var(--border); margin-bottom: 1rem; }
        button { cursor: pointer; padding: 0.75rem 1.5rem; border-radius: var(--radius); border: none; font-weight: 600; font-size: 1rem; transition: all 0.2s; }
        .btn-outline { background: transparent; border: 1px solid var(--primary); color: var(--primary); width: 100%; }
        .btn-outline:hover { background: var(--primary); color: #fff; }
        .btn-danger { background: var(--danger); color: white; padding: 0.75rem; }
        .btn-primary { background: var(--primary); color: white; width: 100%; padding: 1.25rem; font-size: 1.1rem; margin-top: 1rem; }
        .btn-primary:hover { background: var(--primary-hover); }
        .btn-primary:disabled { background: var(--border); color: var(--text-muted); cursor: not-allowed; }

.cehe-slider-wrapper {
            position: relative;
            width: 100%;
            height:500px;
            margin: 0 auto;
            overflow: hidden;
            background: var(--dark-gray);
        }
        .cehe-slider-track {
            display: flex;
            height: 500px;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            scroll-behavior: smooth;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none; /* Firefox */
            overflow-y: hidden
        }
        .cehe-slider-track::-webkit-scrollbar {
            display: none;
        }
        .cehe-slide {
            flex: 0 0 100%;
            width: 100%;
            height: 100%;
            position: relative;
            scroll-snap-align: start;
            scroll-snap-stop: always;
        }
        .cehe-slide-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            padding: 0px 40px;
            color: var(--white);
            font-family: 'Roboto', sans-serif;
            z-index: 0;
        }
        .cehe-slide-overlay .container, .cehe-slide-overlay .row {
            height: 100%;
        }
        .cehe-slider-controls {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 30px;
            padding: 20px 0;
            position: sticky;
            bottom: 0;
            font-family: 'BarlowCondensed', sans-serif;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        .nav-text {
            background: none;
            border: none;
            color: var(--white);
            cursor: pointer;
            font-size: 14px;
            font-weight: 700;
            transition: color 0.3s ease;
            padding: 10px;
        }

        .nav-text:hover {
            color: var(--primary);
        }
        .cehe-dots-container {
            display: flex;
            gap: 12px;
            align-items: center;
        }

        .cehe-dot {
            width: 10px;
            height: 10px;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .cehe-dot.is-active {
            background: var(--primary);
            transform: scale(1.4);
            box-shadow: 0 0 10px rgba(100, 167, 9, 0.5);
        }
.slide-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.slide-01 {
    background: linear-gradient(to bottom, #02b143, #22c55e, #02b150);
}
.slide-01 .col-lg-8 {
    padding-top: 50px;
}
 @media (max-width: 768px) {
            :root { --slider-height: 350px; }
            .cehe-slider-controls { gap: 15px; }
            .nav-text { font-size: 12px; }
    .cehe-slide-overlay {
        padding: 0;
    }
    .slide-01 .col-lg-8 {
        padding-top: 30px;
        height: fit-content;
    }
    .slide-text {
    font-size: 18px;
    }
    .slide-01 .bg-person {
    position: relative;
    width: 180px;
    margin-top: -60px;
    margin-left: auto;
    }
    .h-gradient {
    width: 200% !important;
    }
    .hero-right {
    z-index: 1;
    height: 190px !important;
    }
    .hero {
    height: 570px;
    }
    .corner-tag {
    display: none;
    }
    p.hero-desc {
    margin-bottom: 0;
    }
}
.slide-content {
    position: relative;
    z-index: 3;
    color: #fff;
}

.slide-title {
    font-size: clamp(2rem, 5vw, 4rem);
    line-height: 1.1;
    margin-bottom: 1.5rem;
    font-weight: 800;
    color: #ffffff;
}

.slide-text {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    margin-top: 0;
    max-width: 600px;
}
.bg-person {
    position: absolute;
    width: 380px;
}

.btn-hero {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: var(--primary-color);
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    transition: transform 0.3s;
}

.btn-hero:hover {
    transform: translateY(-3px);
}
.barra-home {
    background: rgb(16, 55, 73);
    background: #212121;
}
.hero-cta-row {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 992px) {
    .hero {
     grid-template-columns: auto !important;
    }
    .tag-line {
    line-height: 20px;
    margin-top: 10px;
    font-size: 12px;
    }
    .hero-cta-row {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    }
}
  .hero {
    /*margin-top: 68px;*/
    height: 520px;
    /*min-height: 500px;*/
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
  }
  .hero-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 50px 0px 0px 80px;
    position: relative;
    z-index: 2;
  }

  .hero-eyebrow {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: var(--gold);
    display: flex; align-items: center; gap: 12px;
    margin-bottom: 24px;
    opacity: 0;
    animation: fadeUp .6s .1s forwards;
  }
  .hero-eyebrow::before {
    content: '';
    display: block; width: 32px; height: 2px; background: var(--gold);
  }

  .hero-h1 {
    font-weight: 900;
    font-size: 80px;
    line-height: .95;
    text-transform: uppercase;
    color: inherit;
    margin-bottom: 0px;
    opacity: 0;
    animation: fadeUp .6s .2s forwards;
  }
  .hero-h1 .line-gold { color: inherit; display: block; }
  .hero-h1 .line-outline {
    -webkit-text-stroke: 1.5px var(--white);
    color: transparent;
    display: block;
  }

  .hero-desc {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--muted);
    max-width: 420px;
    margin-bottom: 40px;
    opacity: 0;
    animation: fadeUp .6s .35s forwards;
  }

  .hero-badges {
    display: flex; gap: 12px; flex-wrap: wrap;
    opacity: 0;
    animation: fadeUp .6s .45s forwards;
  }
  .badge {
    font-family: 'BarlowCondensed', sans-serif;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: 7px 16px;
    border: 1px solid var(--muted);
    color: var(--muted);
  }
  .badge.active {
    color: var(--gold);
    border: 0;
    background: rgba(245,166,35,.07);
  }
  .hero-right {
    position: relative;
    background: var(--panel);
    overflow: hidden;
    height: inherit;
  }
  .hero-right::before {
    content: '';
    position: absolute; inset: 0;
    background:
      repeating-linear-gradient(
        -55deg,
        transparent 0,
        transparent 28px,
        rgba(245,166,35,.04) 28px,
        rgba(245,166,35,.04) 30px
      );
    z-index: 1;
  }
.corner-tag {
    position: absolute;
    bottom: 36px; right: 36px;
    font-family: 'BarlowCondensed', sans-serif;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(245,166,35,.4);
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
#hero.hero-sliders .col-lg-4 {
    position: relative;
    height: inherit;
    background: var(--panel);
}
#hero.hero-sliders .col-lg-4::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: repeating-linear-gradient(-55deg, transparent 0px, transparent 28px, rgba(245, 166, 35, 0.04) 28px, rgba(245, 166, 35, 0.04) 30px);
}
section#hero.hero-sliders {
    padding: 0;
}
.hero-sliders .container {
    padding-top: 50px;
    padding-bottom: 50px;
}
.bg-overlay {
    background: linear-gradient(90deg, rgb(19 19 19) 50%, rgba(255, 255, 255, 0) 80%);
    width: 100%;
    height: stretch;
    position: absolute;
    z-index: 1;
}
.hero-sliders .container .col-lg-8 {
    position: relative;
    z-index: 1;
}
@media (max-width: 768px) {
    .hero-left {
    padding: 20px;
    }
    .hero-h1 {
    font-size: 60px;
    }
    .tag-line {
    margin-top: 0;
    line-height: 0;
    padding-top: 20px;
    }
}
/*Nosotros*/
.section { padding: 100px 80px; }
  .section-inner { max-width: 1200px; margin: 0 auto; }

  .section-label {
    font-family: 'BarlowCondensed', sans-serif;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .3em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  .section-label::after {
    content: ''; flex: 1; height: 1px;
    background: linear-gradient(to right, var(--gold), transparent);
    max-width: 120px;
  }

  .section-h2 {
    font-family: 'BarlowCondensed', sans-serif;
    font-size: clamp(2.4rem, 4vw, 3.8rem);
    font-weight: 900;
    line-height: 1;
    margin-bottom: 40px;
    display: grid;
  }

  .quienes-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
  }

  .body-copy {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--muted);
  }
  .body-copy p + p { margin-top: 20px; }
  .body-copy strong { color: var(--text); font-weight: 600; }

  .info-card {
    border: 1px solid var(--border);
    border-left: 3px solid var(--gold);
    padding: 36px;
    position: relative;
  }
  .info-card::before {
    content: attr(data-num);
    position: absolute;
    top: -20px; right: 24px;
    font-family: 'BarlowCondensed', sans-serif;
    font-size: 5rem;
    font-weight: 900;
    color: rgba(245,166,35,.08);
    line-height: 1;
    pointer-events: none;
  }
  .info-card h3 {
    font-family: 'BarlowCondensed', sans-serif;
    font-size: 1.15rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--gold);
    margin-bottom: 14px;
  }
  .info-card p {
    font-size: .95rem;
    line-height: 1.7;
    color: var(--muted);
  }
#historia {
    overflow-x: hidden;
    overflow-y: hidden;
    padding-right: 0;
}
#historia .img {
    background: linear-gradient(to bottom, #02b143, #22c55e, #02b150);
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0;
    border-top-left-radius: 30px;
}
#historia .img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100vw;
    height: 100%;
    background: inherit;
}
.block {
    width: 100%;
    height: 100px;
    z-index: 3;
    position: absolute;
    background: #F2F2F2;
}
.h-img {
    position: absolute;
    right: -30vh;
    top: -20px;
    z-index: 1;
    width: fit-content;
    height: 98vh;
}
#historia .row {
    display: flex;
    align-items: stretch;
}

  .timeline {
    position: relative;
    margin-top: 60px;
    padding-left: 60px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .timeline::before {
    content: '';
    position: absolute;
    left: 16px; top: 8px; bottom: 8px;
    width: 2px;
    background: linear-gradient(to bottom, var(--gold), var(--border));
  }

  .tl-item {
    position: relative;
    margin-bottom: 12px;
    opacity: 0;
    transform: translateX(-20px);
    animation: slideRight .5s forwards;
  }
  .tl-item:nth-child(1) { animation-delay: .1s; }
  .tl-item:nth-child(2) { animation-delay: .25s; }
  .tl-item:nth-child(3) { animation-delay: .4s; }

  .tl-dot {
    position: absolute;
    left: -52px; top: 6px;
    width: 14px; height: 14px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 0 4px rgba(245,166,35,.15);
  }

  .tl-tag {
    font-family: 'BarlowCondensed', sans-serif;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 8px;
  }

  .tl-title {
    font-family: 'BarlowCondensed', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .tl-body {
    font-size: .95rem;
    line-height: 1.75;
    color: var(--muted);
    max-width: 580px;
    padding-top: 0;
  }
/* Pay */
.pay-copy h2{margin-bottom:14px}
.pay-copy p{font-size:.93rem;line-height:1.76;color:var(--gray);max-width:400px}
.pay-note{margin-top:16px;font-size:.8rem;color:rgba(51,47,33,.5);display:flex;align-items:center;gap:8px}
.pay-note::before{content:"+";color:var(--green);font-weight:900}

.pay-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}
.pcard{
  background:var(--white);border:2px solid #e8e4d6;
  padding:18px 12px;display:flex;flex-direction:column;align-items:center;gap:8px;
  transition:border-color .2s,background .2s;
}
.pcard:hover{border-color:var(--green);background:var(--lightg)}
.pcard-icon{font-size:1.6rem;line-height:1}
.pcard-name{font-family:'BarlowCondensed',sans-serif;font-size:.82rem;font-weight:800;font-style:italic;letter-spacing:.06em;text-transform:uppercase;color:var(--black);text-align:center;line-height:1.2}
.pcard-sub{font-size:.66rem;color:var(--gray);text-align:center}
.lv{font-family:'BarlowCondensed',sans-serif;font-size:1.2rem;font-weight:900;color:#1a56db;letter-spacing:-.01em}
.mc-dots{display:flex;align-items:center}
.mc-r{width:22px;height:22px;border-radius:50%;background:#eb001b}
.mc-o{width:22px;height:22px;border-radius:50%;background:#f79e1b;margin-left:-9px}
.sodex{font-family:'BarlowCondensed',sans-serif;font-size:.85rem;font-weight:900;color:#8B0000;letter-spacing:.04em;text-transform:uppercase}
.ticket{font-family:'BarlowCondensed',sans-serif;font-size:.85rem;font-weight:900;color:#e63946;letter-spacing:.04em;text-transform:uppercase}

@media (max-width: 768px) {
    #historia {
    padding-bottom: 0;
    }
    .h-img {
    position: unset;
    height: auto;
    }
    .block {
    display: none !important;
    }
}
/*Atencion*/
#atencion .pb-1 {
    min-height: 180px;
}
.flotilla::after {
    content: '';
    background: url(/wp-content/themes/gasolinera-santa-catarina-theme/src/img-flotilla.webp);
    height: 180px;
    display: grid;
    margin: 0px -35px -35px -35px;
    background-size: cover;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.transporte::after {
    content: '';
    background: url(/wp-content/themes/gasolinera-santa-catarina-theme/src/img-conductor.webp);
    height: 180px;
    display: grid;
    margin: 0px -35px -35px -35px;
    background-size: cover;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.general::after {
    content: '';
    background: url(/wp-content/themes/gasolinera-santa-catarina-theme/src/img-persona.webp);
    height: 180px;
    display: grid;
    margin: 0px -35px -35px -35px;
    background-size: cover;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
/*Factura*/
#factura {
    background: #212121;
}
.fc-btns {
    display: grid;
    align-self: center;
    justify-content: right;
    gap: 30px;
    text-align: center;
}
#factura p, #factura .subtitle, #factura .mas-label {
    color: #fff !important;
}
@media (max-width: 768px) {
 .fc-btns {
    justify-content: center;
    padding-top: 30px;
 }   
}
/*Flotilla*/
#flotilla {
    background: #000;
    background: linear-gradient(to bottom, #000, #1F1F1F, #000);
}
#flotilla .mas-label {
    color: #fff !important;
}
#flotilla .subtitle, #flotilla p {
    color: #fff;
}
.f-btns {
    display: flex;
    gap: 20px;
    justify-content: space-around;
}
/*#ventaja {
    background: #fff;
}*/
#ventaja .card {
    flex-grow: 1;
}
.interior { display: flex; flex-direction: column;}
.img-ventajas {
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-ventajas img {
    height: 300px;
}
@media (max-width: 768px) {
    #ventaja {
    padding-bottom: 0;
    }
    #ventaja .container {
    padding: 0;
    }
    #ventaja .row.card.justify-content-center.reveal.visible {
    border-radius: 0;
    padding-bottom: 50px;
    }
}
/*Contacto*/
section.container.contacto {
    padding-top: 0;
}
.card-line {
    background: #F9FAFC;
    /*border: 1px solid lightgrey;*/
    border-radius: 5px;
    padding: 25px 35px;
}
.card-contact {
    display: flex;
    gap: var(--space);
}
.cc-desc {
    padding-top: 0;
}
.map-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    background: var(--panel2);
    border: 1px solid var(--border);
    overflow: hidden;
}
.map-wrap iframe {
    width: 100%;
    height: 100%;
    border: none;
    filter: grayscale(1) invert(1) contrast(.85) brightness(.9);
    opacity: .9;
}
.map-border {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(245, 166, 35, .18);
    pointer-events: none;
}
.map-badge {
    position: absolute;
    bottom: 16px;
    left: 16px;
    font-family: 'BarlowCondensed', sans-serif;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    background: rgba(10, 10, 10, .9);
    color: var(--gold);
    padding: 6px 14px;
    border: 1px solid rgba(245, 166, 35, .3);
    backdrop-filter: blur(8px);
}
.horario {
    font-weight: 900;
    font-family: 'BarlowCondensed', sans-serif;
    /*font-size: 7vh;*/
    font-size: 55px;
}
.direccion .card-contact {
    align-items: baseline;
}
.direccion i.fa.fa-truck {
    font-size: 52px;
}
.truck p {
    padding-top: 13px;
}
.atencion p, truck p {
    padding: 0;
}
.direccion .card-line {
    background: transparent;
    border: 0;
    padding: 25px 0;
}
@media (max-width: 768px) {
    #contacto {
    padding-top: 0;
    padding-bottom: 0;
    }
    .card-contact {
        display: grid;
    }
    .direccion {
    padding-top: 0;
    }
    .direccion .card-contact {
    display: flex;
    padding-bottom: 20px;
    }
}
/*Servicios*/
#servicios {
    background: linear-gradient(to bottom, #02b143, #22c55e, #02b150);
    padding: 0;
}
#servicios .mas-label, #servicios p, #servicios .subtitle {
    color: #fff !important;
}
#servicios span {
    color: var(--secondary);
}
#servicios .mas-label::before {
    color: var(--secondary);
}
#servicios h3 {
    font-size: medium;
    font-family: 'Roboto';
    color: #fff;
    padding-top: var(--space);
    letter-spacing: 1px;
    line-height: 1.6;
}
#servicios img {
    object-fit: cover;
    height: 100%;
}
.card-combustible {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space);
}
.combustible img {
    margin-bottom: 15px;
}
#credito .card {
    padding-bottom: calc(var(--space) * 2);
}
#credito h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 28px;
}
img.prepago {
    padding: 40px;
}
.c-img img {
    height: 310px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 768px) {
    .card-combustible {
    grid-template-columns: auto;
    }
    #servicios .row.justify-content-center.pt-2 {
    padding-bottom: calc(var(--space) * 2);
    }
}
/*Facturacion*/
#facturacion {
    background: linear-gradient(rgb(2, 177, 67), rgb(34, 197, 94), rgb(2, 177, 80));
    padding-bottom: calc(var(--space) * 4);
}
#facturacion .subtitle {
    color: #fff;
}
#facturacion span {
    color: var(--secondary);
}
#facturacion p {
    color: #fff;
}
#facturacion .mas-label::before {
    color: var(--secondary);
}
#facturacion .mas-label {
    color: #ffffff !important;
}
#como-facturar li {
    padding: 5px 0;
}
.f-submenu {
    gap: calc(var(--space) * 2);
    display: flex;
    justify-content: center;
}
.dato-ticket {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: var(--secondary);
    padding: 5px 10px;
}
.i-number {
    color: #fff;
    background: var(--primary);
    font-size: 28px;
    text-align: center;
    font-family: 'BarlowCondensed', sans-serif;
    display: grid;
    width: 120px;
    height: 50px;
}
.i-number span {
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: -12px;
    letter-spacing: 1px;
    color: darkslategrey;
}
.f-pasos p {
    padding-top: 0px;
}
.f-pasos p span {
    padding-right: 10px;
    font-weight: 700;
    text-transform: uppercase;
}
.f-cpasos {
    display: flex;
    gap: 20px;
    padding-top: 20px;
}
#consulta ul, #recomendaciones ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--space);
    list-style: none;
    text-align: left;
}
#consulta li, #recomendaciones li {
    display: grid;
}
#consulta i, #recomendaciones i {
    font-size: 60px;
    color: var(--primary);
    display: flex;
    justify-content: center;
    padding: 20px 0;
}
#consulta span, #recomendaciones span {
    text-align: center;
}
#consulta strong, #recomendaciones strong {
    font-weight: bold;
    font-family: 'BarlowCondensed', sans-serif;
    display: contents;
}
#consulta a, #recomendaciones a {
    display: contents;
}
@media (max-width: 768px) {
	.f-submenu {
    display: grid;
    gap: 21px;
	}
	#consulta ul, #recomendaciones ul {
    grid-template: revert;
	}
}