﻿
#ContResultados {
    text-align: center;
    align-content: center;
    align-items: center;
    max-width: 882px;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

#Resultados {
    padding-left: 45px !important;
    padding-right: 35px !important;
    padding-bottom: 20px;
    padding-top: 50px;
    max-width: 882px;
    /* width: 100%;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; /* Alinea los elementos a la izquierda */
}


.resultado-item {
    /*background-color: #e8e8e8;*/
    /*  background-color: red;*/
    /*margin: 5px;*/ /* Elimina esta línea */
    padding: 5px;
    color: white;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 33px;
    width: 200px;
    flex: 0 0 auto; /* Evita que se estiren */
    width: 100%; /* Por defecto ocupa todo el ancho en móviles */
}


    .resultado-item a {
        text-decoration:none;
    }
    .resultado-item:hover {
      /*  border:thin solid #02a6e6 !important;*/
       /* padding: 0px;*/
    }

.revistaresaltar
{
    width:100% !important;
    background-color:white
}



.DivTituloRevista {
    background-color: #f9f9f9;
    min-height: 67px;
    width: 100%;
    /*    border-bottom: 1px solid #c6c6c6;*/
    border: 1px solid transparent;
    border-bottom: 1px solid #c6c6c6;
    height: 58px;
    width: 100%;
    text-align: center !important;
    align-content: center;
    padding-left: 1px;
    padding-right: 1px;
    font-size:10px;
}


.TituloRevista {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    line-height:14px;
    padding-left:5px;
    padding-right:5px;
}


.DivImagenRevista {
    background-color: #e8e8e8;
    width: 100%;
    color: #000000;
    border: 1px solid transparent;
    padding-top:7px;
    padding-bottom:7px;
    padding-right:10px;
    padding-left:10px
}

.ImagenRevista {
    /*width: 100%;
    height: auto;*/
    max-height: 200px;
}



@media (min-width: 576px) {
    .resultado-item {
        width: 50%; /* 2 columnas en pantallas pequeñas */
    }
}

@media (min-width: 768px) {
    .resultado-item {
        width: 33.3333%; /* 3 columnas en tablets */
    }

    .ImagenRevista {
        width: 130px;
        height: 171px;
        /* width: 220px;
        height:294px;*/
    }
}

@media (min-width: 992px) {
    .resultado-item {
        width: 25%; /* 4 columnas en pantallas grandes */
    }
}
