﻿
/*Diseño de card tramite*/



/*.tramite-card-body-vino {
    background-color: rgba(123, 45, 69, 0.85);*/ /* Color vino */
    /*border-radius: 0.75rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    min-height: 320px;*/
    /*min-height: 290px;*/
    /*font-family: "Montserrat", sans-serif;
}*/

.tramite-card-body-vino {
    background-color: rgba(123, 45, 69, 0.85);
    border-radius: 0.75rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 330px;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    transition: all 0.3s ease-in-out;
    /*font-size: 1rem;*/
}


.tramite-card-body-vino {
    transition: all 0.3s ease-in-out;
}

    .tramite-card-body-vino:hover {
        transform: translateY(-4px);
        box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
    }

.tramite-card-body-beige {
    background-color: rgba(206, 197, 170, 0.85);
    border-radius: 0.75rem;
    color: #3b3c36;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    min-height: 330px; 
    width: 100%;
    font-family: "Montserrat", sans-serif;
    transition: all 0.3s ease-in-out;
}
.tramite-card-body-beige {
    transition: all 0.3s ease-in-out;
}

    .tramite-card-body-beige:hover {
        transform: translateY(-4px);
        box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
    }

.tramite-card {
    position: relative;
    background-image: url('/img/Tule_Vino.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-blend-mode: lighten;
    opacity: 1;
    font-family: 'Montserrat', sans-serif;
}

.tramite-titulo {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.tramite-footer {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
}

/*.tramite-titulo {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 90ch;
    display: block;
}*/

.tramite-icono {
    font-size: 2.5rem;
    margin-bottom: 5rem;
}

.tramite-link-vino {
    font-weight: 600;
    text-decoration: none;
    color: white;
    transition: all 0.2s ease-in-out;
}
.tramite-link-vino:hover {
    color: #f8f9fa;
    text-decoration: underline;
}

.tramite-link-beige {
    font-weight: 600;
    text-decoration: none;
    color: #3b3c36;
    transition: all 0.2s ease-in-out;
}

    .tramite-link-beige:hover {
        color: #3b3c36;
        text-decoration: underline;
    }

.Height-Extra {
    height: 371px !important;
}



/*@media (max-width: 768px) {
    .col-9 {
        margin-left: auto;
        margin-right: auto;
    }
}*/


/*.carousel-item img {
    height: auto;
    max-height: 350px; 
    border-radius: 0.75rem;
}*/

@media (max-width: 480px) {
    .tramite-card-body-vino {
        padding: 1.5rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 250px;
        width: 100%;
        font-family: "Montserrat", sans-serif;
    }

    .tramite-card-body-beige {
        padding: 1.5rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 250px;
        width: 100%;
        font-family: "Montserrat", sans-serif;
    }
}

@media (max-width: 1024px) {
    .tramite-card-body-vino {
        padding: 1.5rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 250px;
        width: 100%;
        font-family: "Montserrat", sans-serif;
    }

    .tramite-card-body-beige {
        padding: 1.5rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 250px;
        width: 100%;
        font-family: "Montserrat", sans-serif;
    }
}