: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: #f9b245;
    --S-verde: #419867;
    --S-azul: #2c5166;
    --S-morado: #482445;
}

.cont {
    background-image: url("/assets/theme/media/img/Recurso 1.png");
    background-size: cover;
}
body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    background-color: var(--sombras-gray);
}
.row-dorado {
    height: 8px;
    background-color: var(--dorado);
}
/*###CSS general app###*/
.button {
    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: 200;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 2rem;
    animation-delay: 0.39s;
    animation-name: fadeInUp;
    color: var(--dorado);
}
.list-button {
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
    border-radius: 10px;
    box-shadow: 1px 2px 5px rgb(109, 109, 109, 0.25);
    font-size: 18px;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    font-weight: 500;
    text-decoration: none;
    gap: 3rem;
}
.profile-inspector {
    display: flex; /* Default display style */
}
.guinda-line {
    border: solid 1px var(--guinda-principal) !important;
    color: var(--guinda-principal) !important;
}
.button.guinda-line:hover {
    background-color: var(--guinda-principal);
    color: var(--dorado) !important;
}
.dorado-line {
    border: solid 2px var(--dorado);
    color: var(--dorado);
}
.button.dorado-line:hover {
    background-color: var(--dorado);
    color: var(--fuente);
}
.white-line {
    border: solid 1px var(--gris-claro);
    color: var(--gris-claro);
}
.button.white-line:hover {
    background-color: var(--gris-claro);
    color: var(--guinda-principal);
}
.guinda-bg {
    background-color: var(--guinda-principal);
    color: var(--fuente);
}
.button.guinda-bg:hover {
    background-color: var(--fuente);
    border: solid 1px var(--guinda-principal);
    color: var(--guinda-principal);
}
.dorado-bg {
    background-color: var(--dorado);
    color: var(--fuente);
}
.button.dorado-bg:hover {
    background-color: var(--blanco-fondo);
    border: solid 1px var(--dorado);
    color: var(--dorado);
}
.white-bg {
    background-color: var(--fuente);
    color: var(--guinda-principal);
}
.button.white-bg:hover {
    color: var(--gris-claro);
    background-color: transparent;
    border: solid 1px var(--gris-claro);
}
.b-redondo {
    border-radius: 15px;
}
.title-xl {
    font-size: 2rem; /* ~32px */
}
.title-lg {
    font-size: 1.5rem; /* ~24px */
}
.title-md {
    font-size: 1.25rem; /* ~20px */
}
.title-sm {
    font-size: 1rem; /* ~16px */
}
.title-xs {
    font-size: 0.875rem; /* ~14px */
}
.title-xxs {
    font-size: 0.75rem; /* ~12px */
}
.title-primario {
    color: var(--guinda-principal);
}
.title-info {
    color: var(--gris-oscuro);
}
.title-dorado {
    color: var(--dorado);
}
.border-line-guinda {
    border: solid 1px var(--guinda-principal);
}
.border-button {
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
    border-radius: 15px 0px;
    display: inline;
}
.let a {
    display: inline-block; /* Permite usar ::first-letter */
    text-transform: lowercase; /* Convierte todo el texto en minúsculas */
}
.let a::first-letter {
    text-transform: uppercase !important; /* Convierte solo la primera letra en mayúscula */
}
/* ############## css opcional borrar #####################*/
.card {
    margin: 1rem;
    text-align: center;
    text-wrap: wrap;
    max-height: 25rem;
    height: 100%;
    max-width: 25rem;
    width: 100%;
    padding: 2rem 1.5rem;
    transition-delay: 6ms;
    transition: all 0.3s ease-in;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link.button {
    background-color: var(--guinda-oscuro);
    color: var(--fuente) !important;
}
.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(--gris-sombras);
    background: linear-gradient(
        to bottom right,
        var(--guinda-principal),
        var(--guinda-oscuro)
    );
    color: var(--fuente);
}
.card:hover a {
    background: var(--dorado);
    color: var(--fuente);
}
#cards-ver.card {
    border-radius: 15px 0px;
    text-align: center;
    text-wrap: wrap;
    max-height: 25rem;
    height: 100%;
    max-width: 25rem;
    width: 100%;
    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(--gris-sombras);
    background: var(--dorado);
    color: var(--fuente);
}
#cards-ver.card:hover a {
    background-color: var(--fuente);
    font-weight: 700;
    color: var(--dorado);
}
#cards-ver.card .card-title {
    font-size: large;
    font-weight: 500;
}
#cards-ver.card-body svg {
    font-size: 100px;
}
.Atendido {
    letter-spacing: 1px;
    padding: 1px 10px;
    border-radius: 5px;
    background-color: var(--S-verde);
    color: var(--fuente);
}
/*###################### CSS Navbar #########################*/
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: 5rem;
    width: auto;
}
.m-brand__logo span {
    font-size: 60px;
    color: var(--guinda-principal);
    font-weight: 600;
}
/*extra smalls screens or devices*/
@media (max-width: 319px) {
    .m-brand__logo span {
        font-size: 12px;
        font-weight: 200;
    }
    ._img-footer {
        width: 18rem;
    }
}
/*Mobile devices*/
@media (min-width: 320px) and (max-width: 480px) {
    .m-brand__logo span {
        font-size: 12px;
        font-weight: 200;
    }
    ._img-footer {
        width: 20rem;
    }
}
/*iPads, tabs*/
@media (min-width: 481px) and (max-width: 768px) {
    .m-brand__logo span {
        font-size: 14px;
        font-weight: 200;
    }
    ._img-footer {
        width: 35rem;
    }
}
/*Laptops and smallscreens*/
@media (min-width: 769px) and (max-width: 1024px) {
    .m-brand__logo span {
        font-size: 12px;
        font-weight: 200;
    }
    a.nav-link.nb {
        padding: 25px 15px !important;
    }
    ._img-footer {
        width: 38rem;
    }
}
/*desktops and bigscreens*/
@media (min-width: 1025px) and (max-width: 1200px) {
    .m-brand__logo span {
        font-size: 16px;
        font-weight: 200;
    }
    ._img-footer {
        width: 42rem;
    }
}
/*extra big screens and TVs*/
@media (min-width: 1201px) {
    .m-brand__logo span {
        font-size: 20px;
        font-weight: 200;
    }
    ._img-footer {
        width: 33rem;
    }
}
/*#################### css footer ################################*/
footer {
    background-color: #00281d;
}
@media (min-width: 1201px) {
    ._img-footer {
        width: 33rem;
    }
}

@media (max-width: 319px) {
    ._img-footer {
        width: 18rem;
    }
}

/*Mobile devices*/
@media (min-width: 320px) and (max-width: 480px) {
    ._img-footer {
        width: 20rem;
    }
}

/*iPads, tabs*/
@media (min-width: 481px) and (max-width: 768px) {
    ._img-footer {
        width: 35rem;
    }
}

/*laptops*/
@media (min-width: 769px) and (max-width: 1024px) {
    ._img-footer {
        width: 38rem;
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    ._img-footer {
        width: 42rem;
    }
}

.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: white;
    height: 20px;
}
