
.remate{
    min-height: 54dvh !important;
    height: 54dvh !important;
    overflow: hidden;
    margin-bottom: 0;
    background-size: cover;
    background-position: top;
}
.remate-c{
    background-position: center !important;
}
.remate-t{
    background-position: top !important;
}
.remate .texto {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.728) 23%,  transparent 100%);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.818);
    justify-content: center;
    min-height: 45dvh;
}
.card{
    min-height: 14em;
    min-width: 14em;
    border-radius: 0;
    box-shadow: none;
    margin: 1em;
    overflow: hidden;
}
.card:hover{
    box-shadow: none;
}
.card p{
    max-width: 19em;
    font-size: 1em;
    text-align: center;
    margin-top: 0.4em;
}
.foto{
    height: 23em !important;
}
.card-gallery .cg-text{
    height: 16em;
}
.type2::before{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.73) 10%,  rgba(255, 255, 255, 0.125) 70%);
}
.fgallery{
    gap: 0.8em;
}
.fg-item{
    height: 30em;
    flex-grow: 1;
    width: 23em !important;
    overflow: hidden;
    display: flex;
}
.fg-item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.type4{
    background-color:rgb(19, 32, 52) !important;
    max-width: 100dvw !important;
    width: 100dvw;
    padding: 0;
}
.type4-content, .type4 .seccion-content{
    max-width:1600px !important;
    
}
.type4-content .sc-item>*,.type4-content>* {
    color: white !important;
}
.type4 h3{
    color: var(--resalte_1) !important;
}
.type4 ul, .type4 a, .type4 p{
    color: white;
}
.degradado{
    background-image: linear-gradient(to bottom, black, rgb(19, 32, 52) 40%) !important;
}
.puntos{
    list-style: disc;
    margin-left: 1em;
}
.puntos2{
    list-style: circle;
    margin-left: 1em;
}
.puntos li, .puntos2 li, ol li{
    margin-block: 0.8em;
}
.glosario{
    max-width: 25%;
    min-width: 20%;
    gap: 0.4em;
}

.glosario a{
    font-size: 18px;
    border-bottom: solid 2px transparent;
    transition: ease-in-out 0.2s;
    font-weight: 100;
    padding: 0.3em;
    border-radius: 4px;
    min-height: 2em;
}
.glosario a:hover {
    background-color: var(--principal);
    border-bottom: solid 2px var(--principal);
    font-size: 20px;
    color: white!important;
    font-weight: 400 !important;
    padding: 0.6em;
}
.glosario a:not(:hover){
    opacity: 0.7;
    
}

.card-info{
    overflow-y: scroll !important;
    max-height: max-content;
    max-width: 70%;
    padding: 1em 2.5em !important;
    /*box-shadow: 0 1px 10px #00000059;
    border-radius: 15px;*/
}
@media (max-width:500px) and (max-height:1000px) {
    .remate{
        min-height: 20dvh !important;  
    } 
    .card{
        min-height: 6em;
        min-width: 6em;
        max-width: 7em;
        max-height: 7em;
    }
    .card img{
        width: 90%;
        height: auto;
    }
    .type3{
        background-color: white;
    }
    
    .fg-item{
        height: 12em;
        width: 9em !important;
    }
    .c-special{
        max-height: none !important;
        max-width: none !important;
        width: 100dvw !important;
    }
    .remate .texto {
        justify-content: end;
    }
    .header-white{
        height: 4em !important;
    }
    #map {
        height: 66dvh;
    }
    .card-info{
        text-align: start;
        padding: 0 1em !important;
        height: max-content;
        max-height: max-content;
    }
    
}
