.btn-gold {
    background   : linear-gradient(180deg, #ffd34d 0%, #f5a700 100%);
    color        : #1a1a1a;
    font-weight  : 700;
    font-size    : 18px;
    padding      : 14px 28px;
    border       : none;
    border-radius: 8px;
    cursor       : pointer;
    font-family: var(--fontSubtitleBtn);

    /* sombra exterior */
    box-shadow:
        0 4px 12px rgba(0, 0, 0, 0.4),
        0 0 12px rgba(255, 183, 0, 0.6);

    /* efecto interno (brillo arriba) */
    position  : relative;
    overflow  : hidden;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* brillo superior */
.btn-gold::before {
    content : "";
    position: absolute;
    top     : 0;
    left    : 0;
    width   : 100%;
    height  : 50%;
    background: linear-gradient(rgba(255, 255, 255, 0.35),
            rgba(255, 255, 255, 0));
    border-radius: 8px 8px 0 0;
}

/* hover */
.btn-gold:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow:
        0 6px 18px rgba(0, 0, 0, 0.5),
        0 0 18px rgba(255, 200, 0, 0.9);
}

/* active (click) */
.btn-gold:active {
    transform: scale(0.98);
    box-shadow:
        inset 0 2px 6px rgba(0, 0, 0, 0.4);
}
.barra-slider {
    position: relative;
    margin-top: -50px;
    height: 50px;
    background: #0a0a0f;
    z-index: 1;
    padding: 10px 50px;
}
.barra-slider ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.barra-slider ul li {
    font-size: 2.5rem;
    line-height: 1;
    color: #fff;
    padding: 0px 15px;
    font-family: var(--fontTitle);
    font-weight: 600;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    position: relative;
}
.barra-slider ul li:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    clip-path: polygon(160% 0, 99% 0, 10% 100%, 40% 100%);
    background: #fff;
    right: -7px;
}
.barra-slider ul li:nth-child(3)::after {
    display: none;
}
.barra-slider ul li svg {
    fill: var(--colorAccent1);
    stroke: var(--colorAccent2);
    height: 3rem;
}
.section1 {
    height: 565px;
    position: relative;
    padding: 100px 0 50px 0;
    background: #efefef;
}
.section1 .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
    opacity: 0.1;
}

.section1 .bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bgs1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 0;
}
.shaper1 {
    clip-path: polygon(60% 10%, 81% 0, 90% 0, 80% 50%, 100% 35%, 100% 100%, 0 100%, 0 0, 10% 10%, 50% -8%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #efefef;
    z-index: 1;
    box-shadow: inset 6px 0px 10px 4px rgba(0, 0, 0, 0.5), inset 14px 5px 10px 2px rgba(255, 200, 0, 0.9);
}
.section1 .container {
    position: relative;
    z-index: 2;
}
.section1 .container h2{
    font-family: var(--fontTitle);
    font-size  : 5rem;
    font-weight: 600;
    color      : var(--colorAccent2);
    margin     : 0px;
    line-height: 1.3;
    text-shadow: 2px 2px 8px #000;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.section1 .container p {
    font-family: var(--fontBase);
    font-size  : 2rem;
    font-weight: 400;
    color      : #555;
    margin     : 0px;
    line-height: 1.3;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.form-home {
    position: relative;
    z-index: 5;
}
.form-home:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 410px;
    top: 100px;
    right: 550px;
    background: linear-gradient(to bottom, rgba(255, 180, 0, 0) 0%, #ffb400 30%, #ffb400 70%, rgba(255, 180, 0, 0) 100%);
    clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
    transform: skewX(-6deg);
    z-index: 0;
    z-index: 0;
}
.form-home:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 410px;
    top: 0px;
    right: 4%;
    background: linear-gradient(to bottom, rgba(255, 180, 0, 0) 0%, #ffb400 30%, #ffb400 70%, rgba(255, 180, 0, 0) 100%);
    clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
    transform: skewX(-6deg);
    z-index: 0;
    z-index: 0;
}
.container-form {
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    transform: skewX(-6deg);
    position: absolute;
    height: 650px;
    width: 500px;
    background: rgba(0, 0, 0, 0.80);
    top: -100px;
    right: 5%;
    padding: 50px 50px 30px 50px;
    z-index: 2;
    overflow: hidden;
    box-shadow:
        0 1px 0px rgba(0, 0, 0, 0.4),
        0 0 12px rgba(255, 183, 0, 0.6),
        inset -1px 20px 18px 10px rgba(0, 0, 0, 0.5), 
        inset 3px 11px 18px 5px rgba(255, 200, 0, 0.9);
}
.body-form {
    padding: 0px 10px;
    width: 400px;
}
.head-form {
    text-align: center;
    margin-bottom: 30px;
}
.head-form h4 {
    font-family: var(--fontTitle);
    font-size: 2.8rem;
    font-weight: 600;
    color: #fff;
    margin: 0px;
    line-height: 1.3;
    text-shadow: 2px 2px 8px #000;
}
.head-form h3 {
    font-family: var(--fontTitle);
    font-size: 5rem;
    font-weight: 600;
    color: #fff;
    margin: 0px;
    line-height: 1.3;
    text-shadow: 2px 2px 8px #000;
}

section.services {
    padding: 50px 0 80px 0;
}

.title-services {
    text-align: center;
}

.title-services h2 {
    font-family: var(--fontTitle);
    font-size  : 5rem;
    font-weight: 600;
    color      : var(--colorBlack);
    margin     : 0px;
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 40px;
    position: relative;
}
.title-services h2:before, .title-services h2:after {
    content: "";
    position: absolute;
    width: 35%;
    top: 50%;
    height: 5px;
    border: 0px solid;
    background: linear-gradient(to bottom, rgba(255, 180, 0, 0) 0%, #ffb400 30%, #ffb400 70%, rgba(255, 180, 0, 0) 100%);
    transform: skewX(80deg);
}

.title-services h2:before {
    left: 0;
}

.title-services h2:after {
    right: 0;
}
.card-service {
    position: relative;
    width: 100%;
    min-width: 360px;
    height: 300px;
    margin: auto;
    border-radius: 10px;
    border: 5px solid #061d3e;
    overflow: hidden;
    transform: skewX(-10deg);
    margin-bottom: 40px;
}

.card-service img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.overlay-service {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    text-align: right;
    width: 100%;
    padding: 10px;
    background     : linear-gradient(345deg,
            rgba(11, 101, 95, 0.75) 0%,
            rgba(11, 101, 95, 0.65) 35%,
            rgba(11, 101, 95, 0.5) 55%,
            rgba(11, 101, 95, 0.2) 75%,
            rgba(11, 101, 95, 0) 100%);
}
.overlay-service h3 {
    font-family: var(--fontTitle);
    font-size: 3rem;
    font-weight: 600;
    color: #fff;
    margin: 0px;
    line-height: 1.3;
    text-shadow: 2px 2px 8px #000;
    margin-bottom: 20px;

}
a.btn-gold.btn-sm {
    padding: 5px 15px;
    font-size: 16px;
    line-height: 1;
}