@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: #f9b245;
    --S-verde: #419867;
    --S-azul: #2c5166;
    --S-morado: #482445;
    --S-verde-oscuro: #00281d;
}
body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    background-color: var(--gris-fondo);
}
.row-dorado {
    height: 16px;
    background-color: var(--dorado);
}
.dorado-degradado {
    background-color: var(--dorado-opacity);
}
.carousel-indicators {
    flex-direction: column;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
}
.border-button {
    border-radius: 0px 15px 0px 15px;
}
.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;
}
.carousel-caption {
    right: 0%;
    left: 0%;
    width: 100%;
    box-sizing: content-box;
    bottom: 0.5px;
    height: 70%;
}
.carousel-img {
    max-height: 45rem;
    height: 100%; /* Ajusta este valor según la altura deseada */
    width: 100%;
    object-fit: cover;
}
.carousel-caption p {
    margin-top: 20%;
    color: var(--fuente);
}
.carousel-indicators li {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 2px solid var(--S-morado);
    margin: 5px 0;
}
.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);
}

/*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: 200;
    display: flex;
    flex: 0 0 auto;
    letter-spacing: 0.25em;
    word-spacing: 0.25em;
    align-items: center;
    gap: 3rem;
    animation-delay: 0.39s;
    animation-name: fadeInUp;
    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);
}
.dorado-line {
    border: solid 2px var(--dorado);
    color: var(--dorado);
}
.btn.dorado-line:hover {
    background-color: var(--dorado);
    color: var(--fuente);
}
.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);
}
.guinda-bg {
    background-color: var(--guinda-principal);
    color: var(--fuente);
}
.btn.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);
}
.btn.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);
}
.btn.white-bg:hover {
    color: var(--gris-claro);
    background-color: transparent;
    border: solid 1px var(--gris-claro);
}
.b-redondo {
    border-radius: 15px;
}
.img-oomapas {
    height: 10rem;
}
.title-xxl {
    font-weight: 700;
    font-size: 50px;
}
.title-xl {
    font-weight: 700;
    font-size: 30px;
}
.title-lg {
    font-size: 20px;
    font-weight: 700;
}
.title-md {
    font-size: 18px;
    font-weight: 200;
}
.title-sm {
    font-size: 15px;
    font-weight: 200;
}
.title-xs {
    font-size: 12px;
    font-weight: 200;
}
.title-primario {
    color: var(--guinda-principal);
}
.title-white {
    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;
    margin-top: 30px;
    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;
}
@media (max-width: 319px) {
    .carousel-caption p {
        margin-top: 5%;
        font-size: 15px;
        padding: 0px 20px;
    }
}
/*Mobile devices*/
@media (min-width: 320px) and (max-width: 480px) {
    .carousel-caption p {
        margin-top: 5%;
        font-size: 15px;
        padding: 0px 20px;
    }
}
/*iPads, tabs*/
@media (min-width: 481px) and (max-width: 768px) {
    .carousel-caption p {
        margin-top: 20%;
        font-size: 20px;
        padding: 0px 20px;
    }
}
/*Laptops and smallscreens*/
@media (min-width: 769px) and (max-width: 1024px) {
    .carousel-caption p {
        margin-top: 20%;
        font-size: 20px;
        padding: 0px 20px;
    }
}
/*desktops and bigscreens*/
@media (min-width: 1025px) and (max-width: 1200px) {
    .carousel-caption p {
        margin-top: 20%;
        font-size: 30px;
        padding: 0px 20px;
    }
}
/*extra big screens and TVs*/
@media (min-width: 1201px) {
    .carousel-caption p {
        margin-top: 15%;
        font-size: 30px;
        padding: 0px 20px;
    }
}
@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;
    }
}
.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: 50% 20% / 10% 40%;
    width: max-content;
    padding: 5%;
    height: max-content;
}
.modal-title {
    color: var(--guinda-principal);
    font-size: 30px;
    letter-spacing: 0.1rem;
    text-align: center;
    font-weight: 800;
    vertical-align: middle;
    display: flex;
}
.modal-textBody {
    font-size: 18px;
}
.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: 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: 14px;
        font-weight: 200;
    }
    ._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;
    }
}
/*########## 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;
}
