/*
Theme Name: CoaMalaga Theme
Theme URI: https://coamalaga.es/
Description: Tema hijo de Divi
Author: CoaMalaga
Author URI: https://coamalaga.es/
Template: Divi
Version: 1.0.0
Text Domain: CoaMalaga Theme
*/
body {
    overflow-x: hidden;
}
/* Importa los estilos del tema padre */
@import url("../Divi/style.css");

.tarjeta-imagen {
    height: 240px;
  overflow: hidden;
}

@media only screen and (min-width: 981px) {
.tarjetas-entradas{
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
}
}
@media only screen and (max-width: 980px) {
.tarjetas-entradas{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
}

.tarjeta-entrada {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding-bottom: 15px;
}

.tarjeta-imagen img {
    width: 100%;
    border-bottom: 1px solid #ddd;
	  height: 100%;
	  object-fit: cover;
	  object-position: center;
	  display: block;
}

.tarjeta-categoria {
		text-align: left;
    margin: 10px 0 0 20px;
    font-size: 14px;
    color: #2ea3f2;
    font-weight: bold;
}

.tarjeta-titulo {
    margin-top: 10px;
    font-size: 15px;
    font-weight: bold;
    min-height: 70px;
    text-align: left;
  padding:0 20px;
}

.tarjeta-titulo a {
    text-decoration: none;
    color: #003a76;
}

.tarjeta-leer-mas {
		margin: 10px 0 0 20px;
    text-align: left;
}

.boton-leer-mas {
    display: inline-block;
    background: green;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
}

.boton-leer-mas:hover {
    background: #336d33;
}
a.categoria-todas:before {
    content: '';
    font-family: FontAwesome;
    margin-right: 5px;
  font-weight: bold;
}
