.carousel-item1 img,
.carousel-item1 img:hover {
    filter: grayscale(0)
}

.card-body::before,
.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0
}

:root {

    --color-azul-oscuro: #1e3a8a;
    --color-azul-claro: #3b82f6;
    --color-blanco: #ffffff;
    --color-amarillo: #facc15;
    --primary-color: #1e3a8a;
    --primary-light: #2563eb;
    --white: #ffffff;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb
}

body {
    font-family: 'Segoe UI', system-ui, sans-serif
}

.titleColorNegro {
    color: #000000
}


.btn-submit,
.social-link {
    transition: background-color .3s
}

.accordion-item,
.service-card {
    border: 1px solid var(--gray-200)
}




.services-section {
    background-color: var(--gray-100);
    padding: 5rem 0
}

.service-card {
    background-color: var(--white);
    box-shadow: 0 4px 6px rgba(30, 58, 138, .1)
}



.service-card:hover {
    box-shadow: 0 8px 12px rgba(30, 58, 138, .15)
}

.service-card-header {
    color: var(--white);
    padding: 1.5rem;
    text-align: center
}

.service-card-body {
    padding: 1.5rem
}

.faq-section {
    padding: 5rem 0;
    background-color: var(--white)
}

.section-title {
    color: var(--primary-color);
    font-weight: 700;
    position: relative
}

.section-title-segundario {
    font-style: italic;
    color: #333;
    font-weight: 700;
    position: relative;
    font-size: 2.5rem;
    text-align: center;
    transition: all 1.3s ease;
    /* Añade una transición suave */
}

.service-section {
    padding: 60px 0;
    background-color: #c29d0c;
    background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px, #eec10d 3px, #eec10d 15px);
}

.section-title-segundario:hover {
    border-bottom: 1px solid #FFC107;
    /* Color mostaza */
    cursor: pointer;
    /* Cambia el cursor para indicar interactividad */
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px
}

.accordion-item {
    margin-bottom: 1rem;
    border-radius: 10px;
    overflow: hidden
}


footer {
    padding: 3rem 0
}

.footer-contact {
    font-size: 1.1rem;
    margin-bottom: .5rem
}

.footer-contact i {
    margin-right: .5rem
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1rem
}

.social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    justify-content: center
}

.icon-box,
.logo-wrapper {
    align-items: center;
    display: flex
}

.social-link:hover {
    background-color: rgba(255, 255, 255, .2)
}


.carousel-item1 img {
    max-height: 80px;
    object-fit: contain;
    transition: filter .2s
}

.carousel-indicators {
    bottom: -50px
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    border: none;
    margin: 0 5px
}

.carousel-indicators .active {
    background-color: #666
}

.section-title {
    color: #333;
    font-size: 2.5rem;
    margin-bottom: 50px;
    text-align: center
}

.logo-wrapper {
    height: 120px;
    width: 200px;
    justify-content: center;
    padding: 20px
}

.contact-section {
    padding: 80px 0
}

.contact-info-box {
    background-color: var(--white);
    padding: 30px;
    border-radius: 8px;
    height: 100%
}

.small-heading {
    color: #666;
    font-size: 1.1rem;
    margin-bottom: .5rem
}

.main-heading {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #333
}

.description {
    color: #666;
    margin-bottom: 2rem;
    line-height: 1.6
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem
}

.icon-box {
    background-color: #000000;
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 8px;
    justify-content: center;
    margin-right: 1rem;
    color: var(--color-amarillo)
}

.contact-item-content h3 {
    font-size: 1.2rem;
    margin-bottom: .25rem;
    color: #333
}

.contact-item-content p {
    color: #666;
    margin: 0
}

.form-control {
    padding: .75rem 1rem;
    border: 1px solid var(--gray-200);
    border-radius: 8px;
    margin-bottom: 1rem
}

.form-control:focus {
    border-color: var(--primary-light);
    box-shadow: 0 0 0 .25rem rgba(37, 99, 235, .1)
}

textarea.form-control {
    min-height: 150px
}

.btn-submit {
    background-color: #28449f;
    color: var(--white);
    padding: 1rem;
    border: none;
    border-radius: 8px;
    width: 100%;
    font-weight: 500
}

.btn-submit:hover {
    background-color: #facc15
}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    transition: transform .3s;
    text-decoration: none
}

.card-body,
.card-header,
.service-card,
.service-list,
.services-section {
    position: relative
}

.hero-section h1,
.titleColorPrimario,
.titleColorSegundario {
    color: var(--color-azul-oscuro)
}

.whatsapp-button:hover {
    transform: scale(1.1);
    color: #fff
}

@media (max-width:768px) {

    .hero-section h1,
    .section-title {
        font-size: 2rem
    }
}

.hero-section {
    background-color: var(--color-gris-claro);
    padding: 5rem 0
}

.hero-section h1 {
    font-size: 2.5rem;
    font-weight: 700
}

.titleColorSegundario:hover {
    color: var(--color-amarillo)
}

.style-text-car {
    background-color: var(--color-azul-oscuro);
    color: #fff;
    padding: 9px 9px 0;
    border-radius: 10px
}

.section-title-service {
    height: 75px
}

.services-section {
    background-color: #f8f9fa;
    overflow: hidden
}

.service-card {
    transition: transform .3s, box-shadow .3s;
    height: 100%;
    border: none;
    border-radius: 15px;
    overflow: hidden
}

.service-card::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--color-azul-oscuroro) 0, rgba(30, 55, 153, .8) 100%);
    clip-path: polygon(70% 0, 100% 0, 100% 100%, 30% 100%);
    z-index: 1
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1)
}

.card-header {
    background: var(--color-azul-oscuro);
    color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
    border: none;
    padding: 1.5rem;
    z-index: 2
}

.card-body {
    background-size: cover;
    background-position: center;
    z-index: 2
}

.service-card.pymes .card-body {
    background-image: url('style/img/cc/logoCC.png')
}

.service-card.emprendedor .card-body {
    background-image: url('https://hebbkx1anhila5yf.public.blob.vercel-storage.com/servicioPremiun-sgQki2T2U7OhbTJgWolufd2SXH5to3.jpeg')
}

.service-card.sii .card-body {
    background-image: url('https://hebbkx1anhila5yf.public.blob.vercel-storage.com/publicidad-pg9X6TmvU9GPoMLCoxOd5ABjcRKPRK.jpeg')
}

.card-body::before {
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .95);
    z-index: -1
}

.service-list {
    list-style: none;
    padding-left: 0;
    z-index: 2
}

.service-list li {
    padding: 12px 15px;
    margin-bottom: 8px;
    border-left: 3px solid var(--color-amarillo);
    background: rgba(255, 255, 255, .9);
    transition: .3s
}

.service-list li:hover {
    background: rgba(255, 107, 1, .1);
    transform: translateX(5px)
}

.price-tag {
    color: var(--color-azul-oscuro);
    font-size: 2rem;
    font-weight: 700;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .1)
}

.contact-button {
    background: var(--color-amarillo);
    border: none;
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: 600;
    transition: .3s
}

.contact-button:hover {
    background: var(--color-azul-claro);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(230, 92, 0, .3)
}

.contact-button img {
    filter: brightness(0) invert(1);
    transition: transform .3s
}

.contact-button:hover img {
    transform: scale(1.1)
}

@media (max-width:768px) {
    .service-card::before {
        clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%)
    }

    .card-header {
        font-size: 1.25rem;
        padding: 1rem
    }

    .price-tag {
        font-size: 1.5rem
    }
}

.footer-logo {
    width: 130px;
    height: 130px
}