﻿* {
    font-family: 'Kanit', sans-serif;
}

:root {
    --gg: calc(var(--sizeofForm) - 5px);
}



.Modal_WH_Catalog {
    margin: auto;
    width: 90%;
    height: 90%;
    border: none;
    padding: 1rem;
    border-radius: 0.8rem;
    max-width: 1340px;
    max-height: 837px;
    /* border-radius: var(--border-card); */
}

.sectionCatalog__cards {
    width: 100%;
    display: grid;
    grid-auto-flow: dense;
    grid-auto-rows: auto;
    gap: 3rem 1rem;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 24rem), 1fr));
}

.Container_Search_Input {
    width: 100%;
    /* height: 100%; */
    padding: 1rem;
    background-color: white;
}

.card {
    margin: auto;
    background-color: white;
    padding: 1rem;
    border-radius: 1rem;
    backdrop-filter: blur(38px);
}

.anchotabla {
    width: 280px;
}

.slidecatalogo {
    width: 280px;
    height: 200px;
    box-shadow: 0px 0px 1px 1px rgb(51 51 51 / 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.sectionImage__Image {
    height: 100%;
    width: 100%;
    object-fit: fill;
}

.titulocapo {
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
    color: rgb(0, 60, 95);
}

.anchotabla2 {
    width: 280px;
    height: 50px;
}

.letranormal {
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
    color: black;
}

a:hover, a:active, a:focus {
    outline: none;
    text-decoration: none;
    color: #72afd2;
}

.card_Footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0 0 0;
}

    .card_Footer > button {
        font-size: 1rem;
        width: 100%;
    }

.Modal__Container__Main {
    height: 100%;
    width: 100%;
    display: grid;
    grid-auto-flow: dense;
    grid-auto-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 25rem), 1fr));
    overflow-y: hidden;
}

.contenedorfotosa {
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 250px;
}

.fotos1a {
    aspect-ratio: 1 / 1;
    object-fit: fill;
    height: 100%;
    width:100%;
}

.Modal__Container_Footer__Buttons__V2 {
    padding: 1rem 0 0;
}



.textomodalcentrado {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
}


.sectionCatalog__pagin__Button {
    border: none;
    text-align: center;
    background: #2c5367;
    color: #f2f2f2;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 500ms ease;
    display: inline-block;
    width: 176px;
    cursor: pointer;
}

    .sectionCatalog__pagin__Button:hover {
        background: rgba(0,0,0,0);
        color: #2c5367;
        box-shadow: inset 0 0 0 3px #3a7999;
    }

.txt3 {
    height: 35px;
    width: 80%;
    font-size: 1rem;
    left: 10%;
    position: absolute;
    border-radius: 5px;
    margin-top: 1rem;
}

.Modal_Close_Loop::backdrop {
    backdrop-filter: blur(4px);
    background-color: rgb(51 51 51 / 0.5);
}


@media(width < 924px) {
    .fotos1a {
        max-height: 220px;
        width: auto;
    }
}
