@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
:root {
    --guinda-principal: #89223d;
    --guinda-oscuro: #562132;
    --dorado: #cda466;
    --blanco-fondo: #f2f2f2;
    --fuente: white;
    --fuente-hover: #89223d;
    /*Colores Secundarios*/
    --dorado-opacity: rgba(205, 164, 102, 0.5);
    --sombras-guinda: rgba(145, 18, 67, 0.48);
    --sombras-gray: rgba(162, 163, 162, 0.25);
    --S-amarillo: #f7b32b;
    --S-verde: #419867;
    --S-azul: #2c5166;
    --S-morado: #482445;
    --S-verde-oscuro: #00281d;
}
body {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 400;
    background-color: var(--gris-fondo);
}
.btn-goback {
    background: rgba(228, 0, 124, 0.25); /* Color rosado con transparencia */
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px); /* efecto glass principal */
    -webkit-backdrop-filter: blur(10px); /* soporte Safari */
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    z-index: 1000;
    transition: all 0.3s ease;
}
.btn-goback:hover {
    transform: scale(1.1);
    background: rgba(228, 0, 124, 0.4); /* un poco más sólido al hover */
    box-shadow: 0 6px 25px rgba(228, 0, 124, 0.4);
}
/* Ícono dentro del botón */
.btn-goback i,
.btn-goback svg {
    font-size: 1.8rem;
    width: 1.8rem;
    height: 1.8rem;
}
.hero-degradado {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.hero-degradado::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(205, 164, 102, 1) 0%,
        rgba(205, 164, 102, 0.9) 25%,
        rgba(205, 164, 102, 0.6) 50%,
        rgba(205, 164, 102, 0.3) 70%,
        rgba(205, 164, 102, 0) 100%
    );
    z-index: 1;
}
/* Efecto glass */
.hero-glass {
    position: relative;
    z-index: 2;
    border-radius: 20px;
    color: #fff;
    max-width: 900px;
    margin-bottom: 2rem;
}
.row-dorado {
    height: 16px;
    background-color: var(--dorado);
}
.row-gecka {
    height: 12px;
    background: url("/assets/theme/media/logos nuevos/cintillo2.png");
    background-size: contain;
}
.dorado-degradado {
    background-color: var(--dorado-opacity);
}
.border-button {
    border-radius: 0px 15px 0px 15px !important;
    box-shadow: 0 0 0 2px var(--gris);
}
.comment-border {
    border-radius: 15px 15px 15px 0px !important;
}
.carousel-caption a.btn {
    z-index: 10;
    position: relative;
}
.carousel-caption img {
    pointer-events: none;
}
.carousel-indicators {
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    margin: auto;
}
.dorado-gradient-to-top {
    background: linear-gradient(
        to top,
        rgba(205, 164, 102, 0.85) 0%,
        rgba(205, 164, 102, 0) 100%
    );
    text-align: center;
    height: max-content;
}
.dorado-gradient-to-bottom {
    background: linear-gradient(
        to bottom,
        rgba(205, 164, 102, 1) 0%,
        rgba(205, 164, 102, 0) 100%
    );
    text-align: center;
    height: max-content;
}
.carousel-caption {
    right: 0%;
    left: 0%;
    width: 100%;
    box-sizing: content-box;
    bottom: 0.5px;
    height: 70%;
}
.carousel-img {
    max-height: 45rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center; /* <- Esto centra la imagen */
}
.carousel-caption p {
    margin-top: 20%;
    font-size: 59px;
    font-weight: bolder;
    color: var(--S-amarillo);
}
.carousel-indicators li {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 2px solid var(--S-morado);
    margin: 5px 0;
}
#renglon1 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("/assets/theme/media/img/slider_agenda.jpg");
    background-size: cover;
    background-position: center url("/assets/theme/media/img/slider_pmmr.jpg");
    background-size: cover;
    background-position: bottom;
    padding: 8rem 0px;
}
.carousel-indicators .active {
    background-color: var(--S-morado);
    border: 2px solid white;
    box-shadow: 0 0 0 2px var(--S-morado);
}
.Enviado {
    letter-spacing: 1px;
    padding: 1px 10px;
    background-color: var(--S-blue);
    color: var(--fuente);
}
.Evaluando {
    letter-spacing: 1px;
    padding: 1px 10px;
    background-color: var(--S-orange);
    color: var(--fuente);
}
.Atendido {
    letter-spacing: 1px;
    padding: 1px 10px;
    background-color: var(--S-green);
    color: var(--fuente);
}
.row#revisar_status {
    justify-content: center;
    align-items: center;
    background-image: url("/assets/theme/media/img/nuevosLogos/bg_eventos.jpg");
    background-repeat: repeat-y;
    background-size: contain;
    padding: 2%;
}
/*Botones*/
.btn {
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
    border-radius: 15px 0px;
    box-shadow: 1px 2px 5px var(--gris);
    font-size: 18px;
    font-weight: 500;
    align-items: center;
    gap: 3rem;
    animation-delay: 0.39s;
    text-wrap: initial;
    transition: background-color 0.4s ease, box-shadow 0.4s ease,
        transform 0.4s ease;
    color: var(--dorado);
}
.rounded-border {
    border-radius: 15px;
}
.rounded-dashed {
    border: 2px dashed #009578;
    border-radius: 10px;
}
.guinda-line {
    border: solid 1px var(--guinda-principal);
    color: var(--guinda-principal);
}
.btn.guinda-line:hover {
    background-color: var(--guinda-principal);
    color: var(--fuente);
    transform: translateY(-4px);
    backdrop-filter: blur(4px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.dorado-line {
    border: solid 2px var(--dorado);
    color: var(--dorado);
}
.btn.dorado-line:hover {
    background-color: var(--dorado);
    color: var(--fuente);
    transform: translateY(-4px);
    backdrop-filter: blur(4px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.white-line {
    border: solid 1px var(--gris-claro);
    color: var(--gris-claro);
}
.btn.white-line:hover {
    background-color: var(--gris-claro);
    color: var(--guinda-principal);
    transform: translateY(-4px);
    backdrop-filter: blur(4px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.guinda-bg {
    background-color: var(--guinda-principal);
    color: var(--fuente) !important;
}
.btn.guinda-bg:hover {
    background-color: var(--fuente);
    border: solid 1px var(--guinda-principal);
    color: var(--guinda-principal) !important;
    transform: translateY(-4px);
    backdrop-filter: blur(4px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.dorado-bg {
    background-color: var(--dorado);
    color: var(--fuente);
}
.btn.dorado-bg:hover {
    background-color: var(--blanco-fondo);
    border: solid 1px var(--dorado);
    color: var(--dorado);
    transform: translateY(-4px);
    backdrop-filter: blur(4px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.white-bg {
    background-color: var(--fuente);
    color: var(--guinda-principal);
}
.btn.white-bg:hover {
    color: var(--gris-claro);
    background-color: transparent;
    border: solid 1px var(--gris-claro);
    transform: translateY(-4px);
    backdrop-filter: blur(4px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.b-redondo {
    border-radius: 15px;
}
.img-oomapas {
    height: 10rem;
}
/*tamaños de titulos*/
.title-xxl {
    font-weight: 700;
    font-size: clamp(28px, 6vw, 50px);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.title-xl {
    font-weight: 700;
    font-size: clamp(22px, 4vw, 30px);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.title-lg {
    font-size: clamp(16px, 3vw, 20px);
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.title-md {
    font-size: clamp(14px, 2.5vw, 18px);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.title-sm {
    font-size: 15px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.title-xs {
    font-size: 12px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
/*colores de fuentes*/
.title-primario {
    color: var(--guinda-principal);
}
.title-white {
    color: var(--fuente);
}
.title-dorado {
    color: var(--dorado);
}
.title-w {
    color: var(--blanco-fondo);
}
.nav-link.btn.active {
    background-color: var(--dorado) !important;
    color: var(--fuente);
}
#cards-ver.card {
    border-radius: 1rem;
    margin: 1rem;
    text-align: center;
    border: 1.7px solid var(--dorado);
    padding: 2rem 1.5rem;
    transition-delay: 6ms;
    transition: all 0.3s ease-in;
}

#cards-ver.card:hover {
    transform: translateY(-5px) scale(1.005) translateZ(0px);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.13),
        0 5px 10px var(--dorado-opacity);
    background: linear-gradient(
        to bottom right,
        var(--guinda-principal),
        var(--fuente-hover)
    );
    color: var(--fuente);
}

#cards-ver.card:hover a {
    background-color: var(--fuente);
    color: var(--guinda-principal);
}

#cards-ver.card a {
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
    background-color: var(--guinda-principal);
    color: var(--fuente);
    border-radius: 15px 0px;
    text-align: center;
    transition: all 0.3s ease-in;
}
#cards-ver.card img {
    margin: 1rem 0rem 1rem 0rem;
}

/*CSS cards*/
.card {
    width: 23rem;
    height: 20rem;
    margin: 1rem;
    background: var(--blanco-fondo);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease-out;
    text-decoration: none;
}
.card:hover {
    transform: translateY(-5px) scale(1.005) translateZ(0px);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.11),
        0 20px 40px var(--box-shadow-color);
}
.card:hover .overlay {
    transform: scale(5) translateZ(0);
}
.card:hover .circle {
    border-color: var(--guinda-oscuro);
    background: var(--guinda-principal);
}
.card:hover .circle:after {
    background: var(--guinda-principal);
}
.card:hover a {
    color: var(--dorado);
}
.card a {
    font-size: 17px;
    color: #4c5656;
    z-index: 1000;
    transition: color 0.3s ease-out;
    text-decoration: none;
}
.circle {
    width: 9rem;
    height: 9rem;
    border-radius: 50%;
    background: var(--blanco-fondo);
    border: 2px solid var(--guinda-principal);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-out;
}
.circle:after {
    content: "";
    width: 105px;
    height: 105px;
    display: block;
    position: absolute;
    background: var(--guinda-principal);
    border-radius: 50%;
    top: 6px;
    left: 6px;
    transition: opacity 0.3s ease-out;
}
.circle svg::after {
    color: var(--dorado);
}
.circle svg {
    z-index: 10000;
    transform: translateZ(0);
    color: var(--fuente);
}
.overlay {
    width: 110px;
    position: absolute;
    height: 110px;
    border-radius: 50%;
    background: var(--guinda-principal);
    top: 3.7rem;
    left: 7.4rem;
    z-index: 0;
    transition: transform 0.3s ease-out;
}
.bg-logo {
    background-image: url(/assets/theme/media/img/logo/fondo-color.png);
    background-repeat: repeat-x;
    background-size: 70rem;
}
.modal-content {
    /*border-radius: 25% 10%;*/
    border-radius: 25% 10% / 10% 40%;
    width: max-content;
    padding: 5%;
    height: max-content;
}
.modal-title {
    color: var(--guinda-principal) !important;
    font-size: 30px;
    letter-spacing: 0.1rem;
    text-align: center;
    font-weight: 800;
    vertical-align: middle;
    display: flex;
}
.modal-textBody {
    font-size: 18px;
}
.modal-body {
    font-size: 20px;
}
.dropdown-menu {
    display: none;
}
.nav-item:hover .dropdown-menu {
    display: block;
}
.gif {
    max-height: 45rem;
    height: 100%;
}
svg.gif {
    width: 100%;
}
img.gif {
    max-width: 60rem;
    width: 100%;
    margin: auto;
}
.video {
    max-height: 45rem;
    max-width: 45rem;
    height: auto;
    width: auto;
    padding-bottom: 2%;
    padding-top: 2%;
}
.bg-guinda {
    background-color: var(--guinda-principal) !important;
    border-radius: 10px;
}
.txt-guinda {
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
    background-color: var(--guinda-principal);
    color: var(--fuente);
    border-radius: 15px 0px;
    text-align: center;
    font-size: 15px;
    transition: all 0.3s ease-in;
}
.txt-guinda:hover {
    color: var(--fuente);
    background-color: var(--dorado);
}
/*######## Codigo para cinthia #############*/
#pills-tab.nav > .row li {
    display: flex;
    width: 5rem;
    height: 5rem;
    margin: auto;
    border: 2px solid var(--guinda-principal);
    /* border-radius: 50%; */
    color: var(--guinda-principal);
}
#pills-tab.nav > .row li a.nav-link {
    margin: auto;
    width: 4rem;
    height: 4rem;
    background-color: #fff;
    /* border-radius: 50%; */
    color: var(--guinda-principal);
    font-size: 2rem;
    font-weight: bold;
}
#pills-tab.nav > .row li a.nav-link.active {
    background-color: #fff;
    /* border-radius: 50%; */
    color: var(--guinda-principal);
}

/*########### navbar css #####################*/
a:hover {
    text-decoration: none;
}
li.nav-item {
    margin-left: 5px;
}
a.nav-link.nb {
    color: var(--guinda-principal);
    font-weight: 200;
    font-size: 15px;
    text-align: center;
    padding: 20px 30px !important;
    text-wrap: nowrap;
    vertical-align: middle;
    /* box-shadow:1px 2px 5px var(--sombras-gray); */
    max-height: 6rem;
    height: 100%;
}
a.nav-link.nb:hover {
    border-bottom: 3px solid var(--dorado);
    border-radius: 0px;
    max-height: 6rem;
    height: 100%;
}
.m-brand__logo img {
    max-height: 4.5rem;
    width: auto;
}
.m-brand__logo span {
    font-size: 60px;
    color: var(--guinda-principal);
    font-weight: 600;
}

/*########## footer ###############*/
footer {
    background-color: var(--S-verde-oscuro);
}
.socials-container {
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    padding: 20px 40px;
}
.social {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgb(194, 194, 194);
}

.twitter:hover {
    background: linear-gradient(45deg, #66757f, #495057, #212529, #000);
}

.facebook:hover {
    background: linear-gradient(45deg, #134ac0, #316ff6, #78a3ff);
}

.instagram:hover {
    background: #f09433;
    background: -moz-linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
    background: -webkit-linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
    background: linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}
.social svg {
    fill: var(--fuente);
    height: 20px;
}
/* ============================= */
/* 📱 RESPONSIVE ENHANCEMENTS   */
/* ============================= */
@media (max-width: 425px) {
    .text-coment {
        font-size: 14px;
    }
    #cards-ver.card a {
        font-size: medium;
    }
    .card:hover {
        transform: translateY(-5px) scale(1.005) translateZ(0px);
        box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11),
            0 24px 46px var(--dorado-opacity);
    }
    .card:hover .overlay {
        transform: scale(5) translateZ(0);
    }
    .card:hover .circle {
        border-color: var(--guinda-oscuro);
        background: var(--guinda-principal);
    }
    .card:hover .circle:after {
        background: var(--guinda-oscuro);
    }
    .card:hover a {
        color: var(--dorado);
    }
    .card a {
        font-size: 17px;
        color: #4c5656;
        margin-top: 30px;
        z-index: 1000;
        transition: color 0.3s ease-out;
    }
    .circle {
        width: 131px;
        height: 131px;
    }
    .circle:after {
        content: "";
        width: 118px;
        height: 118px;
    }
    .circle svg {
        z-index: 10000;
        transform: translateZ(0);
    }
    .overlay {
        width: 8rem;
        position: absolute;
        height: 8rem;
        border-radius: 50%;
        background: var(--guinda-principal);
        top: 40px;
        left: 90.5px;
        z-index: 0;
        transition: transform 0.3s ease-out;
    }
}
/*extra smalls screens or devices*/
@media (max-width: 319px) {
    .m-brand__logo span {
        font-size: 12px;
        font-weight: 200;
    }
    ._img-footer {
        width: 18rem;
    }
    .carousel-caption p {
        margin-top: 5%;
        font-size: 15px;
        font-weight: bolder;
        padding: 0px 20px;
    }
}
/*Mobile devices*/
@media (min-width: 320px) and (max-width: 480px) {
    .m-brand__logo span {
        font-size: 12px;
        font-weight: 200;
    }
    ._img-footer {
        width: 20rem;
    }
    .carousel-indicators {
        display: none !important;
    }
    .carousel-caption p {
        margin-top: 5%;
        font-size: 20px;
        font-weight: bolder;
        padding: 0px 20px;
    }
}
/*iPads, tabs*/
@media (min-width: 481px) and (max-width: 768px) {
    .m-brand__logo span {
        font-size: 14px;
        font-weight: 200;
    }
    ._img-footer {
        width: 35rem;
    }
    .carousel-caption p {
        margin-top: 20%;
        font-size: clamp(15px, 5vw, 28px) !important;
        font-weight: bolder;
        padding: 0px 20px;
    }
}
/*Laptops and smallscreens*/
@media (min-width: 769px) and (max-width: 1024px) {
    .m-brand__logo span {
        font-size: 14px;
        font-weight: 200;
    }
    a.nav-link.nb {
        padding: 25px 15px !important;
    }
    ._img-footer {
        width: 36rem;
    }
    .carousel-caption {
        height: 50%;
        bottom: 0;
    }
    .carousel-caption p {
        margin-top: 5% !important;
        font-size: clamp(15px, 3vw, 28px) !important;
        padding: 0 15px;
        line-height: 1.3;
    }

    .carousel-img {
        max-height: 300px;
        min-height: 250px;
    }

    .dorado-gradient-to-top {
        height: auto;
        padding: 1rem 0;
    }
}
/*desktops and bigscreens*/
@media (min-width: 1025px) and (max-width: 1200px) {
    .m-brand__logo span {
        font-size: 16px;
        font-weight: 200;
    }
    ._img-footer {
        width: 33rem;
    }
}
/*extra big screens and TVs*/
@media (min-width: 1201px) {
    .m-brand__logo span {
        font-size: 20px;
        font-weight: 200;
    }
    ._img-footer {
        width: 33rem;
    }
    .carousel-img {
        max-height: 65rem;
        height: 100%; /* Ajusta este valor según la altura deseada */
        width: 100%;
        object-fit: cover;
        object-position: center center; /* <- Esto centra la imagen */
    }
    .carousel-caption p {
        margin-top: 15%;
        font-size: 59px;

        font-weight: bolder;
        padding: 0px 20px;
    }
}
/*
Personalizado para la pagina de proveedores
*/
.search-glass {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
/* Input group glass */
.input-group {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid rgba(139, 0, 0, 0.1);
    transition: all 0.3s ease;
}
.input-group:focus-within {
    background: rgba(255, 255, 255, 0.8);
    border-color: rgba(139, 0, 0, 0.3);
    box-shadow: 0 0 0 4px rgba(139, 0, 0, 0.1);
}
/* Icono glass */
.glass-icon {
    background: transparent;
    border: none;
    color: var(--guinda-principal);
    font-size: 1.3rem;
    padding-left: 20px;
    padding-right: 10px;
}
/* Input glass */
.glass-input {
    background: transparent;
    border: none;
    font-size: 16px;
    color: #333;
    padding: 0.5rem 0;
}
.glass-input:focus {
    background: transparent;
    box-shadow: none;
}
.glass-input::placeholder {
    color: rgba(108, 117, 125, 0.7);
    font-weight: 300;
}
/* Botón glass */
.glass-btn {
    background: linear-gradient(135deg, #8b0000, #a83232);
    color: white;
    border: none;
    border-radius: 12px;
    margin: 5px;
    padding: 0 25px;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.glass-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        45deg,
        transparent 30%,
        rgba(255, 255, 255, 0.3) 50%,
        transparent 70%
    );
    transform: translateX(-100%);
}
.glass-btn:hover {
    transform: translateX(3px);
    box-shadow: 0 5px 15px rgba(139, 0, 0, 0.3),
        inset 0 0 20px rgba(255, 255, 255, 0.2);
}
/* Responsive */
@media (max-width: 768px) {
    .search-glass-container {
        padding: 20px;
        margin: 15px;
        border-radius: 20px;
    }

    .search-glass {
        padding: 15px;
    }

    .glass-input {
        font-size: 1rem;
        padding: 1rem 0;
    }

    .glass-btn {
        padding: 0 20px;
        font-size: 1.3rem;
    }
}
.simple-categories {
    padding: 80px 20px;
    background: white;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.simple-categories h2 {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    color: #222;
    margin-bottom: 50px;
}

/* Grid simple */
.simple-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

/* Tarjeta simple */
.simple-card {
    display: flex;
    align-items: center;
    background: #f8f9fa;
    border-radius: 15px;
    padding: 25px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.simple-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #2e8b57;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
}

.simple-card:hover {
    background: white;
    border-color: #2e8b57;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.simple-card:hover::before {
    transform: translateY(0);
}

/* Icono */
.card-icon {
    font-size: 2.5rem;
    color: #2e8b57;
    margin-right: 20px;
    transition: transform 0.3s ease;
}

.simple-card:hover .card-icon {
    transform: scale(1.1);
}

/* Info */
.card-info {
    flex: 1;
}

.card-info h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.card-info span {
    font-size: 0.9rem;
    color: #666;
}

/* Flecha */
.card-arrow {
    color: #2e8b57;
    font-size: 1.5rem;
    font-weight: 300;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}

.simple-card:hover .card-arrow {
    opacity: 1;
    transform: translateX(0);
}

/* Responsive */
@media (max-width: 768px) {
    .simple-categories {
        padding: 60px 15px;
    }

    .simple-categories h2 {
        font-size: 2rem;
        margin-bottom: 40px;
    }

    .simple-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .simple-card {
        padding: 20px;
    }

    .card-icon {
        font-size: 2rem;
        margin-right: 15px;
    }
}

@media (max-width: 480px) {
    .simple-grid {
        grid-template-columns: 1fr;
    }
}

/* Breadcrumb */
.breadcrumb-nav {
    padding: 20px 0;
    font-size: 0.9rem;
    color: var(--blanco-fondo);
}
.breadcrumb-nav a {
    color: var(--blanco-fondo);
    text-decoration: none;
    transition: color 0.3s ease;
}
.breadcrumb-nav a:hover {
    color: var(--guinda-principal);
    background-color: var(--blanco-fondo);
    border-radius: 15px;
    padding: 5px;
}
.breadcrumb-nav span {
    color: var(--blanco-fondo);
    text-decoration: underline;
}
/* Secciones de Información */
.info-section {
    background: white;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: var(--shadow-sm);
    transition: transform 0.3s ease;
}

.info-section:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.section-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--guinda-oscuro);
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-title i {
    color: var(--guinda-primario);
}

/* Contact Grid */
.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.contact-item {
    background: var(--gray-light);
    border-radius: 15px;
    padding: 25px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    transition: all 0.3s ease;
}

.contact-item:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: var(--guinda-primario);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--guinda-principal);
    font-size: 1.2rem;
    flex-shrink: 0;
}

.contact-details p {
    color: var(--guinda-oscuro);
    margin-bottom: 15px;
    line-height: 1.5;
}

.contact-details .text-muted {
    color: var(--gray-dark);
    font-size: 0.9rem;
}

/* Botones */
.btn-small {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: white;
    border: 1px solid var(--gray-light);
    border-radius: 8px;
    color: var(--gray-dark);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}
.btn-small:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
}
.call-btn:hover {
    border-color: #10b981;
    color: #10b981;
}
.whatsapp-btn:hover {
    border-color: #25d366;
    color: #25d366;
}
.email-btn:hover {
    border-color: var(--primary-orange);
    color: var(--primary-orange);
}
.website-btn:hover {
    border-color: #3b82f6;
    color: #3b82f6;
}
.phone-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.website-url a {
    color: var(--guinda-primario);
    text-decoration: none;
    word-break: break-all;
}
.website-url a:hover {
    text-decoration: underline;
}
/* Proveedores Similares */
.similar-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.similar-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: var(--gray-light);
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.similar-item:hover {
    background: white;
    box-shadow: var(--shadow-md);
    transform: translateX(5px);
}
.similar-logo {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    overflow: hidden;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--guinda-primario);
    font-size: 1.5rem;
    flex-shrink: 0;
}
.similar-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.similar-category {
    font-size: 0.85rem;
    color: var(--gray-dark);
}
.cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.detail-header {
    background: linear-gradient(135deg, #89223d 0%, #562132 100%);
    color: white;
    padding: 0 0 3rem 0;
    margin-bottom: 3rem;
}
.company-logo-large {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    object-fit: contain;
    border: 3px solid white;
    background: white;
    padding: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.company-logo-placeholder-large {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--guinda-principal);
    font-size: 2rem;
    font-weight: 800;
    border: 3px solid white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.job-title-main {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 1rem 0;
}
.job-meta-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 1.5rem;
    border-radius: 15px;
    margin-top: 2rem;
}
.job-content-section {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e9ecef;
}
.section-title {
    font-size: clamp(16px, 3vw, 20px);
    font-weight: 700;
    color: var(--guinda-principal);
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--sombras-guinda);
}
.company-info-card {
    background: var(--blanco-fondo);
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--dorado);
    margin-bottom: 2rem;
}
