/* tema2-3-usar-plantillas-determinadas.html — dos columnas con imágenes en desktop */

.page-tema-m3-tema2-3-plantillas .tema2-3-plantillas-row {
  margin-top: 0.5rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.page-tema-m3-tema2-3-plantillas .tema2-3-plantillas-row > [class*="col-"] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.page-tema-m3-tema2-3-plantillas a.tema2-3-plantilla-col-link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.page-tema-m3-tema2-3-plantillas a.tema2-3-plantilla-col-link:hover,
.page-tema-m3-tema2-3-plantillas a.tema2-3-plantilla-col-link:focus {
  text-decoration: none;
  color: inherit;
}

.page-tema-m3-tema2-3-plantillas .tema2-3-plantilla-panel {
  height: 100%;
  box-sizing: border-box;
  padding: 1rem 0.75rem;
  border: 1px solid #e6ecf5;
  border-radius: 8px;
  background: #fafbfd;
  transition: box-shadow 0.2s ease;
}

@media (min-width: 768px) {
  .page-tema-m3-tema2-3-plantillas .tema2-3-plantilla-panel {
    padding: 1.15rem 1rem;
  }
}

.page-tema-m3-tema2-3-plantillas a.tema2-3-plantilla-col-link:hover .tema2-3-plantilla-panel,
.page-tema-m3-tema2-3-plantillas a.tema2-3-plantilla-col-link:focus .tema2-3-plantilla-panel {
  box-shadow: 0 2px 12px rgba(9, 59, 139, 0.1);
}

.page-tema-m3-tema2-3-plantillas .tema2-3-plantilla-panel > p {
  margin: 0 0 0.85rem;
  line-height: 1.55;
  text-align: left;
}

.page-tema-m3-tema2-3-plantillas .tema2-3-plantilla-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0.35rem 0 0;
}

.page-tema-m3-tema2-3-plantillas .tema2-3-plantilla-img.center-image {
  padding-top: 0.35rem;
  padding-bottom: 0;
}
