.justificado {
    text-align: justify;
}

.con-margen {
    margin-bottom: 1rem;
  }

.canva-responsive {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 ratio (alto/ancho * 100) */
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 1.5rem 0;
}
  
.canva-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}